html, body {
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    overflow-x: hidden !important;
}

.error {
    color: #ff4747;
}

label.error {
    margin-top: -25px;
    display: block;
}

.clearfix::after { 
   content: ' ';
   display: block; 
   height: 0; 
   clear: both;
}

.no-scroll {
    overflow: hidden;
}


@media (min-width: 1200px) {
    .container {
        max-width: 1365px;
    }
}

.banner {/*Apagar container apos receber background 1920*/
    background-image: url('/img/header_desktop.png');
    background-size: 100%;
    background-position: center top;
    background-repeat: no-repeat;
    padding: 80px 0 600px;
}

.text-left {
    max-width: 550px;
    margin-left: auto;
    color: #ffffff;
}

.logo {
    margin-bottom: 30px;
    text-align: center;
}
.logo img{
    max-width: 300px;
}

.text-left .title {
    font-family: 'Poppins';
    font-size: 45px;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 35px;
}

.text-left .title span {
    color: #283b5c;
}

.ty-title {
    font-size: 32px;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
}
.ty-subtitle {
    /*color: #283b5c;*/
    font-weight: normal;
    font-size: 18px;
}

.copy {
    font-size: 20px;
    line-height: 1.25;
    text-align: center;
    margin-bottom: 15px;
}
.copy span {
    text-decoration: line-through;
}

.btn-banner {
    border-radius: 16px;
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.05);
    background-color: #d39e00;
    padding: 19px 0;
    max-width: 317px;
    margin: 0 auto;
    width: 100%;
    display: block;
    font-size: 21px;
    font-weight: bold;
    line-height: 0.95;
    text-align: center;
    color: #fff;
    cursor: pointer;
}

.btn-banner:hover {
    color: #fff;
    background-color: #ad8303;
}

.vantagens {
    padding: 100px 0;
}

.vantagem {
    font-size: 24px;
    line-height: 1.2;
    text-align: center;
    color: #283b5c;
}

.vantagem .img {
    margin-bottom: 20px;
}

.vantagem img {
    max-width: 161px;
    max-height: 161px;
}

.passos {
    padding: 20px 0;
}

.passos-title {
    font-family: 'Poppins';
    font-size: 40px;   
    font-weight: 500;  
    line-height: 1.5;  
    text-align: center;    
    color: #283b5c;
    margin-bottom: 90px;
}

/*.passo {*/
/*    height: 100%;*/
/*}*/

.passo .inner {
    border-radius: 31px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.05);
    background-color: #fbfbfb;
    max-width: 365px;
    margin: 0 auto;
    height: 100%;
}

.passo .img {
    border-radius: 31px;
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.05);
    background-color: #3d9df2;
    padding: 30px 0;
    font-family: 'Poppins';
    font-size: 25px;
    font-weight: 500;
    line-height: 1.76;
    text-align: center;
    color: #fff;
    
}

.passo img {
    max-height: 107px;
    margin-bottom: 36px;
}

.passo .txt {
    min-height: 173px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
    text-align: center;
    font-size: 20px;
    line-height: 1.3;
    color: #283b5c;
}

.solucao {
    padding: 80px 0;
}

.solucao-title {
    font-family: 'Poppins';
    font-size: 40px;
    font-weight: 500;
    line-height: 1.13;
    text-align: center;
    color: #283b5c;
    margin-bottom: 33px;
}

.container-solucao {
    background-image: url('/img/solucao.png');
    background-size: contain;
    background-position: center;
    background-color: #ebebf8;
    min-height: 522px;
    background-repeat: no-repeat;
    border-radius: 31px;
}


.disclaimer {
    font-size: 12px;
    line-height: 1;
    text-align: center;
    color: #283b5c;
    margin-top: 20px;
}

.cta {
    padding: 20px 0px;
}

.btn-cta {
    font-size: 30px;
    font-weight: bold;
    line-height: 0.97;
    color: #fff;
    padding: 24px 0;
    border-radius: 16px;
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.05);
    background-color: #3876f1;
    max-width: 445px;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
    text-align: center;
}


.btn-cta:hover {
    background-color: #283b5c;
    color: #fff;
}


.video {
    padding: 80px 0;
}

.container-video {
    border-radius: 36px;
    border: solid 5px #c1c1e8;
    padding: 0;
}

.container-video .inner {
    display: flex;
    margin-right: -5px;
    margin-top: -5px;
    margin-bottom: -5px;
}

.container-video .txt {
    width: 50%;
    padding: 43px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.container-video .vid {
    width: 50%;
    max-height: 599px;
    /*margin-top: -5px;*/
    /*margin-bottom: -5px;*/
    display: flex;
    justify-content: flex-end;
}

.container-video .vid video {
    border-radius: 31px;
}

.container-video .title {
    font-family: 'Poppins';
    font-size: 40px;   
    font-weight: 500;  
    line-height: 1;    
    text-align: center;    
    color: #283b5c;
    margin: 0 auto 20px;
    max-width: 396px;
}

.container-video .desc {
    font-size: 20px;
    line-height: 1.25;
    text-align: center;
    color: #283b5c;
    margin: 0 auto;
    max-width: 396px;
}

.vid-cta {
    font-size: 18px;
    font-weight: bold;
    line-height: 0.97;
    color: #fff;
    padding: 16px 0;
    border-radius: 16px;
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.05);
    background-color: #3876f1;
    max-width: 396px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
    text-align: center;
    display: block;
    margin-top: 35px;
}

.vid-cta:hover {
    background-color: #283b5c;
    color: #fff;
}

.form-section {
    padding: 20px 0 70px;
}

.form-section .title {
    font-family: 'Poppins';
    font-size: 40px;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
    color: #283b5c;
    margin-bottom: 85px;
}

.form-body {
    max-width: 489px;
    margin: 0 auto;
    padding: 32px 68px;
    border-radius: 36px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    background-color: #3d9df2;
}

.form-heading {
    font-size: 30px;
    line-height: 1.33;
    text-align: center;
    color: #ffffff;
    margin-bottom: 40px;
}

.input {
    border: none;
    border-radius: 40px;
    background-color: #fff;
    height: 70px;
    font-size: 20px;
    line-height: 1.3;
    text-align: left;
    color: #313131;
    padding-left: 37px;
    margin-bottom: 33px;
}

.input::-webkit-input-placeholder {
  color: #7c7c7c;
}
.input:-ms-input-placeholder {
  color: #7c7c7c;
}
.input::placeholder {
  color: #7c7c7c;
}

.terms-text {
    font-size: 10px;
    color:#fff;
    line-height: 1.3;
    cursor: pointer;
}

.trems-label {
    padding-left: 25px;
    position: relative;
}

.trems-label::before,
.trems-label::after {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    top: calc(50% - 8px);
    background-color: #fff;
    cursor: pointer;
    border-radius: 2px;
}

.trems-label::after {
    content: "✓";
    background-color: #283b5c;
    color: #fff;
    display: none;
    width: 14px;
    height: 14px;
    left: 1px;
    top: calc(50% - 7px);
    line-height: 1;
    font-size: 14px;
}

#trems:checked ~ .trems-label::after,
#trems2:checked ~ .trems-label::after{
    display: block;
}

.btn-form {
    border-radius: 16px;
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.05);
    background-color: #d39e00;
    padding: 20px 0;
    max-width: 445px;
    width: 100%;
    display: block;
    font-size: 24px;
    font-weight: bold;
    line-height: 0.97;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -60px;
}

.btn-form:hover {
    color: #fff;
    background-color: #ad8303;
}

.form-popup {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    justify-content: center;
    align-items: center;
    /*padding-top: 100px;*/
    width: 100%;
    height: 100vh;
    background-color: rgba(0,0,0,0.7);
}

.form-popup .inner {
    position: relative;
    /*min-width: 889px;*/
}

.form-popup .inner .close-popup {
    position: absolute;
    height: 50px;
    width: 50px;
    top: -20px;
    right: -20px;
    border-radius: 50%;
    background-color: #283b5c;
    cursor: pointer;
}

.form-popup .inner .close-popup::before,
.form-popup .inner .close-popup::after {
    content: '';
    height: 4px;
    width: 30px;
    background-color: #fff;
    border-radius: 20px;
    position: absolute;
    left: calc(50% - 15px);
    top: calc(50% - 2px);
    transition: transform 0.3s ease-in-out;
}
.form-popup .inner .close-popup::before {
    transform: rotate(45deg);
}
.form-popup .inner .close-popup::after {
    transform: rotate(-45deg);
}

.form-popup .inner .close-popup:hover::before {
    transform: rotate(225deg);
}
.form-popup .inner .close-popup:hover::after {
    transform: rotate(135deg);
}

.form-popup .inner .btn-form {
    font-size: 25px;
}


@media (max-width: 1800px) {
    .banner {
        padding: 80px 0 500px;
    }
}

@media (max-width: 1600px) {
    .banner {
        padding: 80px 0 400px;
    }
}

@media (max-width: 1600px) {
    .banner {
        padding: 80px 0 350px;
    }
}
@media (min-width: 1200px) {
    .container-video {
        max-width: 1200px;
    }
}
@media (max-width: 1364px) {
    .banner {
        padding: 80px 0 300px;
    }
    .banner .container {
        background: none;
    }
}

@media (max-width: 1199px) {
    .container-video .vid {
        max-height: 480px;
    }
    .banner {
        background-size: cover;
        background-position: 70%;
    }
}

@media (max-width: 991px) {
    .form-popup .inner {
        min-width: 376px;
    }
    .banner {
        background-image: url('/img/header_mobile.png');
        background-position: center top;
        background-size: 1070px auto;
        min-height: 720px;
        padding: 0px 0 450px 0;
    }
    .banner .container {
        padding: 30px 0 0;
    }
    
    .text-left {
        max-width: 451px;
        margin-right: auto;
    }
    .logo {
        margin-bottom: 20px;
    }
    .logo img {
        max-width: 250px;
    }
    
    .text-left .title {
        font-size: 40px;
        line-height: 1;
        margin-bottom: 9px;
    }
    
    .btn-cta {
        font-size: 18px;
        line-height: 1.11;
        padding: 9px 0;
        border-radius: 7px;
        max-width: 302px;
    }
    
    .vantagens {
        padding: 50px 0;
    }
    .vantagem {
        font-size: 18px;
        line-height: 1.39;
    }
    
    .vantagem img {
        max-width: 146px;
        max-height: 146px;
    }
    
    .vantagem .img {
        margin-bottom: 30px;
    }
    
    .passos-title {
        font-size: 24px;
        line-height: 1.04;
        margin-bottom: 30px;
    }
    
    .passo .img {
        font-size: 18px;
    }
    
    .passo .txt {
        font-size: 14px;
        min-height: 140px;
        padding: 18px;
    }
    
    .solucao {
        padding: 60px 0 15px;
    }
    
    .solucao-title {
        font-size: 24px;
        line-height: 1.04;
    }
    
    .container-solucao {
        min-height: 282px;
        max-width: 608px;
    }
    
    .disclaimer {
        font-size: 14px;
        line-height: 1.36;
        margin-top: 35px;
        max-width: 394px;
        margin-left: auto;
        margin-right: auto;
    }
    
    .video {
        padding: 40px 0;
    }
    
    .container-video {
        border-radius: 0;
        border: none;
        max-width: 720px;
        padding: 0 15px;
    }
    
    .container-video .inner {
        flex-direction: column;
        margin: 0 auto;
    }
    
    .container-video .txt {
        width: 100%;
        padding: 0;
    }
    
    .container-video .title {
        font-size: 24px;
        line-height: 1.04;
        max-width: 100%;
        margin-bottom: 35px;
    }
    
    .container-video .desc {
        font-size: 18px;
        line-height: 1.33;
        max-width: 100%;
        margin-bottom: 60px;
    }
    
    .container-video .vid {
        width: 100%;
        max-height: 600px;
        text-align: center;
        display: block;
    }
    
    .form-section .title {
        font-size: 24px;
        line-height: 1.04;
        margin-bottom: 35px;
    }
    
    .form-body {
        max-width: 376px;
        padding: 44px 35px;
        border-radius: 21px;
    }
    
    .form-heading {
        font-size: 18px;
        line-height: 1.11;
        margin-bottom: 30px;
    }
    
    .input {
        background-color: #fff;
        height: 48px;
        font-size: 14px;
        line-height: 1.86;
        padding-left: 26px;
        margin-bottom: 28px;
    }
    
    .terms-text {
        font-size: 9px;
    }
    
    .trems-label {
        padding-left: 27px;
    }
    
    .btn-form {
        font-size: 18px;
        line-height: 1.11;
        padding: 9px 0;
        border-radius: 7px;
        max-width: 302px;
        margin-bottom: -62px;
        margin-top: 0;
    }
    
    .form-popup .inner .btn-form {
        margin-bottom: -62px;
        margin-top: 0px;
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .banner .container {
        padding: 15px 15px 0;
    }
    
    .banner {
        background-image: url('/img/header_phone.png');
        background-size: 100%;
        background-position: center top;
        min-height: 520px;
    }
    
    .logo {
        margin-bottom: 30px;
    }
    
    .logo img {
        max-width: 146px;
    }
    
    .text-left .title {
        font-size: 25px;
        line-height: 1.35;
        margin-bottom: 10px;
    }
    .copy {
        font-size: 14px;
    }
    
    .vantagens {
        padding: 50px 0 0;
    }
        
    .vantagem {
        margin-bottom: 50px;
    }
    
    .vantagem .img {
        margin-bottom: 16px;
    }
    
    .vantagem .txt {
        max-width: 268px;
        margin: 0 auto;
    }
    
    .passos-title {
        font-size: 20px;
        line-height: 1.25;
        margin-bottom: 50px;
    }
    
    .passo {
        margin-bottom: 50px;
    }
    
    .solucao {
        padding: 0;
    }
    
    .container-solucao {
        background: none;
        background-color: transparent;
        min-height: 0;
        max-width: 100%;
        border-radius: 0;
    }
    
    .img-hearing {
        display: block;
        max-width: 218px;
        margin-left: auto;
        margin-right: auto;
    }
    
    .container-solucao .inner {
        border-radius: 31px;
        box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.05);
        background-color: #ebebf8;
        padding: 27px 0 48px;
    }
    
    .solucao-list {
        padding: 0;
        font-family: 'Poppins';
        font-size: 20px;
        font-weight: 500;
        line-height: 1.4;
        text-align: center;
        color: #283b5c;
        list-style-type: none;
    }
    
    .solucao-list li {
        margin-bottom: 26px;
    }
    
    .solucao-list li span {
        font-size: 15px;
    }
    
    .pilhas {
        text-align: center;
        padding: 11px 0;
        max-width: 146px;
        margin: 50px auto 0;
        border-radius: 13px;
        box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.05);
        background-color: #c1c1e8;
        font-family: Poppins;
        font-size: 20px;    
        font-weight: 500;   
        line-height: 1.6;   
        text-align: center;     
        color: #ffffff;
    }
    
    .disclaimer {
        max-width: 296px;
        margin-bottom: 20px;
    }
    
    .container-video .title {
        font-size: 20px;
        line-height: 1.25;
        margin-bottom: 30px;
    }
    
    .container-video .desc {
        font-size: 14px;
        line-height: 1.29;
        margin-bottom: 30px;
    }
    
    .container-video .vid {
        max-height: none;
        width: calc(100% + 30px);
        margin-left: -15px;
        margin-right: -15px;
    }
    
    .container-video .vid video {
        border-radius: 0;
        width: 100%;
        margin: 0 auto;
    }
    
    .form-section .title {
        font-size: 20px;
        line-height: 1.25;
        margin-bottom: 18px;
    }
    
    .form-body {
        max-width: calc(100% + 30px);
        margin-left: -15px;
        margin-right: -15px;
        border-radius: 0;
    }
    
    .form-popup {padding-top: 0;}
    
    .form-popup .inner {
        min-width: 280px;
    }
    
    .form-popup .inner .form-body {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        border-radius: 15px;
    }
    
    .form-popup .inner .close-popup {
        top: -20px;
        right: -4px;
    }
}

@media (max-width: 650px) {
    .banner {
        padding: 0px 0 350px 0;
    }
}
@media (max-width: 520px) {
    .banner {
        padding: 0px 0 300px 0;
        background-size: cover;
    }
}
/* COOKIES BUTTON */ 

.btn-cookies {
    background-color: #3876f1;
    width: 100%;
    border-radius: 8px;
    color: #fff;
    font-weight: bold;
    border: none;
}

.btn-cookies:hover {
    color: #fff;
    transform: translateY(1px);
    border: none;
}



