.header {
    background: #E17442 ;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #CA3D3B, #E17442 );  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #CA3D3B, #E17442 ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    height: 20px;
}

.no-padding {
    padding: 0;
}

.chamada1 {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    height: 710px;
    background: #FFF;
    display: table-cell;
    width: 100vw;
}

.chamada1 .logo-container {
    padding: 45px 0 64px;
}

.chamada1 .logo {
    width: 266px;
}

.chamada1 .note {
    display: inline-block;
    position: relative;

}

.note .video {
    position: relative;
    width: 100%;
    max-width: 670px;
    height: 440px;
    background: #000;
    margin-right: 60px;
}

.note .video .play {
    position: absolute;
    top: 0; left: 0;
    background: url(/images/landing-video/play-video.png) no-repeat center center;
    height: 100%;
    width: 100%;
    cursor: pointer;
    z-index: 2;
}

.note video {
    width: 100%;
    height: 100%;
}

.note .hexagono {
    position: absolute;
    left: -11px;
    z-index: -1;
    top: -85px;
}

.chamada1 .mensagem {
    display: inline-block;
    width: 374px;
    vertical-align: top;
    margin-top: 38px;
}

h3 {
    font-weight: normal;
    font-size: 35px;
    line-height: 42px;
}
h3 strong {
    font-weight: bold;
}


.call-to-action {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    max-width: 462px;
    height: 72px;
    background: #C93C3C;
    text-decoration: none;
    color: #FFF;
    border-bottom: 5px #AA2828 solid;
    text-align: center;
    transition: all ease-out .4s;
    position: relative;
}

.call-to-action::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #d64535;
    z-index: 1;
    opacity: 0;
    -webkit-transform: scale3d(0.7, 1, 1);
    transform: scale3d(0.7, 1, 1);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
    transition: transform 0.4s, opacity 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.call-to-action.transparent::before {
    background: #e5af55;
}

.call-to-action:active, .call-to-action:visited, .call-to-action:hover {
    color: #FFF;
}

.call-to-action:hover::before {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

.call-to-action span {
    position: relative;
    z-index: 1;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    background: url('/images/landing-video/icones/play.svg') no-repeat 0 center;
    background-size: 19px;
    padding-left: 28px;
    margin-top: 20px;
}
.call-to-action span small {
    margin-top: -6px;
    font-weight: normal;
    display: block;
    font-size: 10px;
}

.chamada2 {
    position: relative;
    background: #f2f2f2;
    padding-top: 150px;
    padding-bottom: 168px;
    overflow: hidden;
    margin-top: -74px;
    clip-path: polygon(0 74px, 100% 0, 100% 100%, 0 100%);
}

@supports (-ms-ime-align: auto) {
    .chamada2 {
        position: relative;
        background: #f2f2f2;
        padding-top: 76px;
        padding-bottom: 76px;
        overflow: hidden;
    }
}

.chamada2 > .content {
    position: relative;
    max-width:948px;
    left: 50%;
    margin-left: -474px;
    overflow: visible;
}

.chamada2 .bg {
    position: absolute;
    right: -304px;
    top: -195px;
    z-index: 1;
}

.chamada2 .smarthphone {
    float: right;
    margin-top: -100px;
    position: relative;
    z-index: 2;
}

.chamada2 .smarthphone img {
    margin-top: 80px;
}

.chamada2 .smarthphone > div {
    text-align: center;
    margin-top: 20px;
}

.chamada2 .smarthphone > div span {
    display: inline-block;
    background: url(/images/landing-video/dispositivos_icon.svg) no-repeat left center;
    background-size: 70px;
    padding-left: 80px;
    text-align: left;
    font-size: 14px;
    line-height: 16px;
}

.chamada2 .features {
    width: 600px;
}
.chamada2 .features .feature {
    display: inline-block;
    padding-left: 90px;
    background-size: 66px !important;
    font-size: 22px;
    line-height: 26px;
    font-weight: lighter;
    vertical-align: top;
    width: 284px;
}

.chamada2 .feature-1 {
    background: url(/images/landing-video/icones/olho.svg) no-repeat left top;
    margin-bottom: 47px;
}
.chamada2 .feature-2 {
    background: url(/images/landing-video/icones/player.svg) no-repeat left top;
}
.chamada2 .feature-3 {
    background: url(/images/landing-video/icones/musica.svg) no-repeat left top;
    margin-bottom: 47px;
}

.chamada2 .feature span {
    display: block;
    font-size: 63px; line-height: 75px;
    margin-bottom: -10px;
}

.chamada3 {
    background: url(/images/landing-video/bg1.jpg) no-repeat center;
    background-size: cover;
    text-align: center;
    padding-top: 242px;
    margin-top: -168px;
    color: #FFF;
    clip-path: polygon(0 0, 100% 168px, 100% 100%, 0 100%)
}

@supports (-ms-ime-align: auto) {
    .chamada3 {
        padding-top: 76px;
        margin-top: 0;
        padding-bottom: 76px;
    }
}

.chamada3 .content {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

.chamada3 h4 {
    font-size: 35px;
    color: #FFF;
    width: 477px;
    text-align: left;
    font-weight: normal;
}

.chamada3 .left {
    position: relative;
    display: inline-block;
    width: 525px;
    margin-bottom: -20px;
}

.chamada3 .left .hexagono {
    position: absolute;
    top: -40px;
    right: 0;
    z-index: -1;
}

.chamada3 .right {
    position: relative;
    display: inline-block;
    width: 572px;
}

.chamada3 .content, .chamada3 .interesses {
    text-align: justify;
}
.chamada3 .content:after, .chamada3 .interesses:after { /* Justify last line */
    content: '';
    display: inline-block;
    width: 100%;
}

.chamada3 .selo {
    position: absolute;
    right: 0;
    top: 92px;
}

.chamada3 p {
    font-size: 20px;
    line-height: 24px;
}

.chamada3 .interesse {
    display: inline-block;
}

.chamada3 .interesse span {
    display: block;
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 15px;
}

.chamada3 .call-to-action {
    max-width: 374px;
    border: 1px solid #FFF;
    background: transparent;
    transition: all ease .3s;
}
.chamada3 .call-to-action:hover::before {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}


.chamada4 {
    position: relative;
    padding-top: 150px;
    padding-bottom: 170px;
    margin-top: -85px;
    clip-path: polygon(0px 85px, 100% 0px, 100% 100%, 0px 100%);
    background: #FFF url(/images/landing-video/colmeia_2.svg) no-repeat;
    background-position: right -362px bottom -100px;
    background-size: 614px;
}

@supports (-ms-ime-align: auto) {
    .chamada4 {
        padding-top: 65px;
        /* margin-top: 0; */
        padding-bottom: 76px;
    }
}

.chamada4 .logos {
    max-width: 1060px;
    margin: 0 auto;
}

.chamada4 img{
    opacity: 0;
    transform: translateX(-50px);
}

.chamada5 {
    background: url('/images/landing-video/Repeat\ Grid\ 1.png') no-repeat center top;
    background-size: cover;
    margin-top: -85px;
    clip-path: polygon(0px 85px, 100% 0px, 100% 100%, 0px 100%);
    width: 100vw;
    /* padding-top: 246px; */
    padding-top: 176px;
    padding-bottom: 206px;
}

.chamada5 * {
    color: #FFF;
}

.chamada5 p {
    margin: 20px 0;
    font-size: 20px;
    line-height: 24px;
    max-width: 480px;
}

.chamada5 .call-to-action {
    max-width: 374px;
}

.chamada5 .right{
    width: 540px;
}

.chamada5 .info { /* Justify last line */
    text-align: justify;
}

.chamada5 .info:after { /* Justify last line */
    content: '';
    display: inline-block;
    width: 100%;
}

.chamada5 .info p {
    display: inline-block;
    text-align: left;
}

.chamada5 .info p img {
    margin-right: 10px;
    float: left;
}

.chamada5 .info p span {
    font-size: 12px;
    line-height: 14px;
    display: flex;
}

.chamada6 {
    background: #E5AF55;
    color: #FFF;
    margin-top: -94px;
    clip-path: polygon(0 0, 100% 94px, 100% 100%, 0 100%);
    padding-top: 204px;
    padding-bottom: 132px;
    text-align: center;
}

.chamada6 > div {
    vertical-align: top;
}

@supports (-ms-ime-align: auto) {
    .chamada6 {
        padding-top: 150px;
        /* margin-top: 0; */
        padding-bottom: 140px;
    }
}

.chamada6 .notebook, .chamada6 .info {
    display: inline-block;
    position: relative;
}

.chamada6 .notebook img.moldura {
    position: relative;
    z-index: 2;
}

.chamada6 .notebook .hexagono {
    position: absolute;
    top: -120px;
    left: 0;
    z-index: 1;
}

.chamada6 .notebook video {
    width: 650px;
    height: 368px;
    position: absolute;
    top: 28px;
    left: calc(50% - 326px);
    background: #000;
    z-index: 2;
}

.chamada6 .info {
    max-width: 374px;
}

.chamada6 h3 {
    font-size: 38px;
    line-height: 45px;
    max-width: 360px;
    color: #FFF;
}

.chamada6 .info p {
    font-size: 20px;
    line-height: 24px;
}


.chamada7 {
    background: url(/images/landing-video/bg3.jpg) no-repeat;
    background-size: cover;
    margin-top: -60px;
    clip-path: polygon(0px 60px, 100% 0px, 100% 100%, 0px 100%);
    padding-top: 115px;
    padding-bottom: 70px;
}

.chamada7 h3 {
    max-width: 614px;
    display: inline-block;
    font-size: 30px;
    line-height: 35px;
    color: #FFF;
}

.chamada7 .call-to-action {
    margin-top: 20px;
    border: 1px solid #FFF;
    background: transparent;
    display: inline-block;
    position: relative;
}


.chamada7 .call-to-action span {
    font-size: 28px;
    margin-top: 14px;
}

footer {
    background: #000;
    height: 66px;
    line-height: 66px;
    color: #FFF;
    font-size: 12px;
}

footer div {
    display: inline-block;
    width: 92%;
    max-width: 1104px;
}

footer span {
    display: inline-block;
}

footer div {
    text-align: justify;
}

footer div::after { /* Justify last line */
    content: '';
    display: inline-block;
    width: 100%;
}

@media all and (max-width: 1024px) {
    .call-to-action {
        width: 100% !important;
        max-width: 462px !important;
    }

    .chamada1 .logo-container {
        padding: 45px 0 45px !important;
    }
    .chamada1 .mensagem.text-left {
        text-align: center;
        width: 92%;
        max-width: 600px;
        margin: 0 auto;
    }


    .chamada1 .video {
        height: unset !important;
        margin-right: 0 !important;
    }

    .chamada1 video {
        height: unset !important;
        margin-right: 0 !important;
    }

    .chamada1 .call-to-action {
        width: 100% !important;
    }

    .chamada1, .chamada2, .chamada3, .chamada4, .chamada5, .chamada6, .chamada7 {
        padding-bottom: 40px !important;
    }
    .chamada2, .chamada3, .chamada4, .chamada5, .chamada6, .chamada7 {
        margin-top: 0 !important;
        padding-top: 10px !important;
        clip-path: none !important;
    }

    .chamada2 {
        text-align: center;
    }

    .chamada2 .smarthphone, .chamada2 .bg {
        display: none;
    }

    .chamada2 .content {
        text-align: center;
        display: inline-block !important;
        left: unset !important;
        margin-left: unset !important;
    }

    .chamada2 .features {
        display: inline-block !important;
        width: 92% !important;
        max-width: 600px !important;
        margin-bottom: 20px;
        text-align: center !important;
    }

    .chamada2 .features h3 {
        text-align: center !important;
    }

    .chamada2 .feature {
        width: auto !important;
        margin-bottom: unset !important;
        text-align: left;
    }

    .chamada3 {
        padding-top: 40px !important;
    }

    .chamada3 .left, .chamada3 .selo {
        display: none !important;
    }

    .chamada3 .content {
        text-align: center !important;
    }

    .chamada3 .right {

        width: 94% !important;
        max-width: 572px;
    }

    .chamada3 h4 {
        width: 92% !important;
        text-align: center !important;
        margin: 0 auto;
    }

    .chamada3 .segmento  {
        max-width: unset !important;
    }

    .chamada3 .call-to-action {
        max-width: 462px !important;
        width: 100% !important;
    }

    .chamada4 .logos {
        width: calc(164px * 4);
        margin: 0 auto;
        height: 240px;
        overflow-y: scroll;
    }
    .chamada4 {
        background: #FFF !important;
        padding-bottom: 40px !important;
    }

    .chamada5 {
        background: #000 !important;
    }

    .chamada5 .right {
        margin-left: unset !important;
        max-width: 600px;
        width: 92% !important;
        margin: 0 auto !important;
        text-align: center !important;
    }

    .chamada5 .right p {
        max-width: unset !important;
    }

    .chamada5 .info {
        text-align: justify;
        -moz-text-align-last: center;
        text-align-last: center;
    }

    .chamada6 .notebook  {
        display: none !important;
    }

    .chamada6 .call-to-action  {
        max-width: 462px !important;
    }

    .chamada6 .info  {
        text-align: center !important;
        max-width: 600px !important;
        width: 92% !important;
        margin: 0 auto !important;
    }

    .chamada6 .info h3 {
        max-width: 600px !important;
        width: 100%;
    }

    .chamada7 h3, .chamada7 .call-to-action {
        width: 92% !important;
    }
}

@media all and (max-width: 500px) {
    .chamada4 .logos {
        width: calc(164px * 2);
        margin: 0 auto;
        height: 240px;
        overflow-y: scroll;
    }

    .chamada5 .info:after { /* Justify last line */
        content: unset !important;
    }

    .chamada2 .features {
        text-align: left !important;
    }
    .chamada2 .feature {
        padding-bottom: 25px;
    }
    .chamada2 .feature span {
        font-size: 33px !important;
        line-height: 55px !important;
    }
    .chamada2 .call-to-action {
        width: 92% !important;
    }

    footer img {
        display: none;
    }
}
