@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;400;700&display=swap');

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

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 400;
    color: #181818;
    line-height: 1.2;
    overflow-x: hidden;
}

a,
a:visited {
    color: #fcb23a;
    text-decoration: underline;
}

a:hover {
    color: #40c2d3;
}

.title {
    font-family: 'Poppins', sans-serif !important;
    text-align: center;
    color: #115278;
    font-size: 55px;
}

#section-1 {
    padding-top: 20px;
    padding-bottom: 70px;
    background-image: url("../../brand_assets/img/team-of-medical-doctors.png"), url("../../brand_assets/img/headerBG.jpg");
    background-position: bottom left 35%, center;
    background-size: auto 580px, cover;
    background-repeat: no-repeat;
}

.logo {
    margin-bottom: 40px;
    max-width: 40%;
}

#section-1 .title {
    font-family: 'Poppins', sans-serif !important;
    padding: 5px 0px 5px 20px;
    color: #ffffff;
    font-weight: 700;
    text-align: left;
    background-color: #fcb23a;
    font-size: 55px;
    max-width: 600px;
}

#section-1 .subtitle {
    color: #fff;
    font-size: 25px;
    font-weight: 200;
    text-shadow: 0px 3px 6px #00000029;
    font-family: 'Poppins', sans-serif !important;
    max-width: 75%;
}

.precos {
    color: #fff;
    background: #fcb23a;
    /*text-shadow: 2px 2px 10px #115278;*/
    font-size: 25px;
    max-width: 345px;
    text-transform: uppercase;
    padding: 13px 0 10px 0;
    text-align: center;
    font-weight: 700;
    margin-bottom: 15px;
}

.perk img {
    margin-right: 15px;
    margin-top: 7px;
}

.perk .text {
    font-size: 18px;
    color: #ffffff;
    text-shadow: 2px 2px 10px #115278;
    max-width: 320px;
}

.perk span {
    font-size: 14px;
}

.perk {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
}

#contactform {
    text-align: center;
}
#cont {
    font-size: 18px;
    padding-bottom: 20px;
}
.call-cta {
    padding: 10px 30px;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff !important;
    background-color: #fcb23a;
    border-radius: 50px;
    text-decoration: none;
    margin: 10px 0 30px 0;
    border: 2px solid #fcb23a;
}
.call-cta:hover {
    background-color: #ffffff;
    color: #fcb23a !important;
}

form {
    background: #f2fffe;
    box-shadow: 0px 20px 20px #00000059;
    border-radius: 20px;
    padding: 25px 30px;
    margin-top: 35px;
    max-width: 380px;
    margin-left: auto;
}

.form-title {
    font-family: 'Poppins', sans-serif !important;
    text-align: center;
    font-weight: 700;
    color: #115278;
    margin-bottom: 20px;
    font-size: 32px;
}
.selo {
    max-width: 320px;
    margin: 15px 0 25px 0;
}


input[name="nome"] {
    background-image: url("../../brand_assets/img/formIcon_nome.svg");
}

input[name="telefone"] {
    background-image: url("../../brand_assets/img/formIcon_telemovel.svg");
}

input[name="email"] {
    background-image: url("../../brand_assets/img/formIcon_email.svg");
}

input[name="data_nascimento"] {
    background-image: url("../../brand_assets/img/formIcon_nome.svg");
}

select[name="plano"] {
    background-image: url("../../brand_assets/img/formIcon_plano.svg"), url(../../brand_assets/img/down.svg);
    background-position: center left 17px, center right 18px;
    background-size: 22px, 12px;
}

.termos-label {
    margin-top: 20px;
}

.inputs-field {
    font-size: 16px;
    line-height: 1.25;
    color: #5a6e8b;
    background-color: #ffffff;
    width: 100%;
    background-position: center left 17px;
    background-repeat: no-repeat;
    padding: 12px 15px 12px 50px;
    border: 1px solid #afb4ba;
    border-radius: 60px;
    margin-bottom: 10px;
}

.input-labels {
    padding-left: 18px;
    font-size: 12px;
    font-weight: 500;
    color: #115278;
}

#contactform [type="checkbox"]:not(:checked),
#contactform [type="checkbox"]:checked {
    display: none;
}

#contactform [type="checkbox"]:not(:checked) + label,
#contactform [type="checkbox"]:checked + label {
    position: relative;
    padding-left: 40px;
    cursor: pointer;
    color: #181818;
    font-size: 10px;
    display: block;
}

#contactform [type="checkbox"]:checked + label:before,
#contactform [type="checkbox"]:not(:checked) + label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0px;
    bottom: 0;
    width: 24px;
    height: 24px;
    background: transparent;
    border-radius: 3px;
    border: 1px #afb4ba solid;
}

#contactform [type="checkbox"]:not(:checked) + label:after,
#contactform [type="checkbox"]:checked + label:after {
    content: "✓";
    position: absolute;
    width: 26px;
    height: 26px;
    left: 5px;
    top: -3px;
    font-size: 20px;
    background-color: transparent;
    opacity: 0;
    transition: 0.3s;
    color: #1cb4ae;
}

#contactform [type="checkbox"]:checked + label:after {
    opacity: 1;
}

#contactform [type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
}

label.error {
    color: #ff2710;
}

form button[type="submit"] {
    margin-top: 25px;
    width: 100%;
    padding: 12px 10px;
    font-size: 22px;
    font-family: 'Poppins', sans-serif !important;
    font-weight: bold;
    background: #fcb23a;
    box-shadow: 0px 10px 10px #11527840;
    border-radius: 60px;
    color: #fff;
    border: 0;
    background-image: url(../../brand_assets/img/buttonArrow_white.svg);
    background-position: center right 25px;
    background-repeat: no-repeat;
}

form button[type="submit"]:hover {
    color: #fff;
    background-color: #40c2d3;
    box-shadow: 0px 10px 10px #11527840;
}

section:not(#section-3) {
    padding-left: 20px;
    padding-right: 20px;
}

#section-2 {
    padding: 100px 0 20px;
}

#section-2 .title {
    margin-bottom: 30px;
}

#section-2 .col-12 > img {
    max-width: 270px;
    width: 100%;
    margin: 0 auto;
}

.perk-title {
    text-align: center;
    color: #ffffff;
    background: #43c3d3;
    padding: 8px 15px 5px 15px;
    margin: -40px auto 40px auto ;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 700;
    font-size: 30px;
}

#section-2 .text {
    color: #181818;
    text-shadow: none;
}

#section-2 a {
    max-width: 250px;
    width: 100%;
    margin: auto auto 0;
}

#section-2 button {
    padding: 12px 10px;
    background-image: url(../../brand_assets/img/buttonArrow_white.svg);
    background-position: center right 25px;
    background-repeat: no-repeat;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #fcb23a;
    border: none;
    border-radius: 50px;
    width: 100%;
    transition: all 0.3s;
    font-family: 'Poppins', sans-serif !important;
}

#section-2 button:hover {
    background-color: #40c2d3;
    background-image: url(../../brand_assets/img/buttonArrow_white.svg);
    color: #fff;
}

#section-2 .perk {
    margin-bottom: 14px;
}

#section-2 .perks {
    margin-bottom: 20px;
}

.separador {
    width: 100%;
    height: 140px;
    background-image: url(../../brand_assets/img/separador.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
    margin: 20px 0;
}

#section-3 {
    padding-bottom: 70px;
}

#section-3 .title {
    margin-bottom: 80px;
}

#section-3 .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.parceiros img {
    max-width: 190px;
    width: 100%;
    margin: 0 15px;
}

#section-4 .title {
    margin-bottom: 50px;
}

.test {
    text-align: center;
    margin: 20px 0;
    font-size: 18px;
    line-height: 1.2;
}

.nome {
    font-family: 'Poppins', sans-serif !important;
    color: #115278;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}

#section-4 img {
    max-width: 170px;
    width: 100%;
    margin: 0 auto;
}

#section-4 {
    padding-bottom: 150px;
}
#disclaimer {
    padding: 30px 0 0px 0;
}
#dis-t p {
    font-size: 12px;
    font-weight: 200;    
}

#footer {
    background: rgb(107,211,224);
    background: linear-gradient(30deg, rgba(107,211,224,1) 0%, rgba(63,193,210,1) 100%);
}

#footer .info {
    padding: 50px 0 80px;
}

#footer .img {
    justify-content: flex-end;
}

#footer img {
    max-width: 730px;
    width: 100%;
    margin-right: -60px;
    margin-top: -60px;
}

#footer .frase {
    font-size: 38px;
    color: #fff;
    font-family: 'Poppins', sans-serif !important;
    margin-bottom: 30px;
    font-weight: 700;
    text-align: center;
}

#footer a {
    max-width: 330px;
    width: 100%;
}

#footer button {
    width: 100%;
    padding: 12px 10px;
    background-image: url(../../brand_assets/img/buttonArrow_white.svg);
    background-position: center right 25px;
    background-repeat: no-repeat;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    background-color: #fcb23a;
    border-radius: 50px;
    width: 100%;
    transition: all 0.3s;
    border: 0;
    box-shadow: 0px 10px 10px #11527840;
    font-family: 'Poppins', sans-serif !important;
}

#footer button:hover {
    background-image: url(../../brand_assets/img/buttonArrow_green_dark.svg);
    color: #115278;
    background-color: #fff;
}

@media (max-width: 1050px) {
    #section-1 .title {
        font-size: 40px;
        max-width: 80%;
    }
}

@media (min-width: 992px) {
    .img-mobile {
        display: none;
    }
}

@media (max-width: 991px) {
    #section-1 .title {
        max-width: 100%;
    }
    .precos {
        margin: 0 auto 20px auto;
    }
    .perk {
        max-width: 80%;
        margin: 0 auto 10px auto;
    }
    #footer .row {
        flex-direction: column-reverse;
    }

    #footer img {
        margin-top: 0;
        margin-right: 0;
    }

    form {
        margin: 30px auto 0;
        padding: 20px 25px 40px;
    }

    #section-1 .col-lg-7 {
        max-width: 460px;
        text-align: center;
        margin: 0 auto;
    }

    #section-1 .title {
        text-align: center;
    }

    #section-1 .subtitle {
        margin: 0 auto 30px;
    }

    .perk .text {
        text-align: left;
    }

    #section-1 {
        background-image: url(../../brand_assets/img/headerBG.jpg);
        background-size: cover;
        background-position: center;
    }

    .img-mobile {
        display: block;
        margin-bottom: -100px;
        margin-top: 20px;
        z-index: 1;
        width: 100%;
    }

    form {
        z-index: 2;
        margin-bottom: -160px;
    }

    #section-2 .d-flex {
        margin-bottom: 40px;
    }

    .title {
        font-size: 40px;
    }

    .perk-title {
        font-size: 27px;
    }

    #section-1 .title {
        font-size: 37px;
        margin-bottom: 6px;
    }

    #section-1 .subtitle {
        font-size: 21px;
        margin-bottom: 18px;
    }

    .precos {
        font-size: 23px;
    }

    .perk .text {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    
    #dis-t p {
        text-align: center;
    }
    #section-2 {
        padding-top: 160px;
    }

    #section-4 .slick-dots li {
        width: 15px;
        height: 15px;
        margin: 0 15px;
    }

    #section-4 .slick-dots li button:before {
        content: "";
        width: 15px;
        height: 15px;
        opacity: 0.15;
        background-color: #115278;
        border-radius: 40px;
    }

    #section-4 .slick-dots {
        bottom: -60px;
    }

    #section-4 .slick-dots li.slick-active button:before {
        opacity: 1;
    }

    #footer .info {
        padding: 40px 0;
    }

    #footer .frase {
        font-size: 32px;
    }

    .logo {
        margin-bottom: 15px;
    }

    .separador {
        background-image: url(../../brand_assets/img/separador_Mobile.png);
        height: 60px;
    }
}

.agradecimento {
    min-height: 100vh;
}

@media (max-width: 414px) {
    .selo {
        max-width: 90%;
        margin: 20px auto;
    }
}

/* cookies etc */

#warning_EU_cookiemsg {
    position: fixed;
    width: 100%;
    z-index: 50000;
    bottom: 0;
    left: 0;
    -webkit-transition: bottom 0.5s ease-in-out;
    -moz-transition: bottom 0.5s ease-in-out;
    -ms-transition: bottom 0.5s ease-in-out;
    -o-transition: bottom 0.5s ease-in-out;
    transition: bottom 0.5s ease-in-out;
}

#warning_EU_cookiemsg .arrow-cookies {
    position: absolute;
    left: 50%;
    top: 0px;
    height: 70px;
    width: 70px;
    background-color: #fff;
    display: block;
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
    cursor: pointer;
}

#warning_EU_cookiemsg .arrow-cookies::after {
    content: "";
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    top: 15px;
    left: calc(50% - 5px);
    transform: rotate(135deg);
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

#warning_EU_cookiemsg.scrolled {
    bottom: -50px;
}

#warning_EU_cookiemsg.scrolled .arrow-cookies {
    top: -25px;
    opacity: 1;
}

.cookies {
    padding: 8px 0;
    background: #fff;
    color: #404040;
}

.cookies .wrapper {
    position: relative;
}

.wrapper {
    text-align: center;
    max-width: 1600px;
    padding: 0 4.68%;
    padding-top: 0px;
    padding-right: 4.68%;
    padding-bottom: 0px;
    padding-left: 4.68%;
}

.wrap,
.wrap-grid,
.wrap-section,
.wrapper {
    display: block;
    width: 100%;
    margin: 0 auto;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
}

.cookies .text {
    width: 85%;
    font-size: 16px;
}

.cookies .button,
.cookies .text {
    display: inline;
    vertical-align: middle;
    font-size: 12px;
}

.text a:link {
    text-decoration: none;
}

.text a {
    text-decoration: none;
}

.text a:hover {
    color: #000;
}

.modal button.btn {
    padding: 0;
    transform: translateZ(0);
    margin-top: 0;
}

.btn-txt-light {
    color: #333;
    background: transparent;
}

#btn-fechar {
    color: #000;
}

#btn-fechar:hover {
    color: #fff;
    background: #000;
}

.modal [class*=" btn-txt"],
.modal [class^="btn-txt"] {
    position: relative;
    margin: 4px 0;
}

.mask img {
    height: 15px;
}

.modal .btn {
    border-radius: 10px;
    background-color: #115278;
    max-width: 460px;
    width: 100%;
    height: 54px;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    color: #fff;
    border: none;
}

#politicacookies .modal-body {
    padding: 15px;
}

#politicacookies {
    color: #000;
}

.cookies .text a {
    color: #000;
}

.modal {
    text-align: left !important;
}

button.close {
    float: right;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.5;
    border: none;
    background-color: transparent;
}

/*#section-1.error,
#section-1.agradecimento {
    height: 100vh;
}*/

.modal-dialog {
    max-width: 800px;
}

.modal-footer {
    justify-content: center;
}
