body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

.logo-block {
    height: 100%;
    display: flex;
    align-items: center;
}

.logo {
    max-width: 140px;
}

.call-block {
    text-align: right;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.call-block_header {
    position: relative;
    border-left: 1px solid #E02335;
    width: 31%;
    margin: 10px 0;
}

.call-block_header::before {
    content: url("img/icon-call.png");
    position:absolute;
    transform: scale(0.5);
    left: -80px;
    top: -20px;
}

.call-block_header .desc {
    font-weight: 400;
    font-size: 20px;
    color: #E02335;
    margin-bottom: 0;
}

.call-block_header .number {
    font-weight: 900;
    font-size: 28px;
    color: #E02335;
    margin-top: -10px;
    margin-bottom: 0;
    line-height: 1em;
    text-decoration: none;
}

.call-block .note {
    font-size: 9px;
    text-align: right;
    font-weight: 600;
}

.call-block .note span {
    font-weight: 400;
}

.call-block .note.mobile {
    display: none;
}

.hero {
    padding: 50px 0;
    /* background: #FFD406; */
    background:#ffca00;
    position: relative;
}

.hero-content {
    position: relative;
    z-index: 9;
}

h1 {
    font-weight: 900;
    font-size: 44px;
}

.hero h5 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 25px;
}

.price-block {
    margin: 20px 0;
}

.price-block p {
    color: #E02335;
    font-size: 14px!important;
    font-weight: 400!important;
    display: block;
    text-decoration: none!important;
    line-height: 2.2em;
    margin: 0;
}

.price-block p.pre-price {
    text-transform: uppercase;
}

.price-block p.note {
    color: #000;
    margin-bottom: 0;
    line-height: 1.5em;
}

.price-block p.date {
    margin-bottom: 0;
    font-weight: 600!important;
    line-height: 1.2em;
    margin-top: 10px;
}

.price-block p.price {
    font-size: 54px!important;
    font-weight: 900!important;
    text-decoration: underline!important;
    line-height: 1em;
    margin-top: -10px;
}

.price-block p.price span {
    text-transform: math-auto;
    font-size: 30px
}

.advantages-block {
    margin-top: 25px;
    width: 65%;
}

.advantages-block p {
    font-size: 20px;
    font-weight: 600;
}

.advantages-block ul {
    padding-left: 0;
}

.advantages-block ul li {
    background: url(img/icon-check.png) no-repeat left 5px;
    font-size: 16px;
    list-style: none;
    background-size: 16px;
    padding-left: 20px;
    margin: 10px 0;
}

.advantages-block ul li span {
    font-weight: 600;
}

.img-bg {
    position: absolute;
    max-width: 630px;
    left: 8%;
    right: 0;
    margin: 0 auto;
    bottom: 0
}

.form-block {
    z-index: 9;
    position: relative;
    background: #FFF;
    max-width: 400px;
    width: 100%;
    float: right;
    box-shadow: 0px 0px 35px rgba(0,0,0,0.25);
    padding: 30px;
    border-radius: 15px;
}

.form-block.active {
    display: block;
    position: fixed;
    top: 10%;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 400px;
}

.form-block h3 {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
}

.form-block label, .form-block input {
    font-size: 14px;
    margin-bottom: 5px;
}

.form-block .form-group {
    margin: 10px 0;
}

.form-block .form-control {
    height: 45px;
    border-radius: 23px;
    padding-left: 45px;
    border: 1px solid #212529;
}

.form-block .form-control::placeholder {
    color: #B3B3B3;
}

.form-control.hidden {
    display: none;
}

.btn-form {
    height: 45px;
    border-radius: 23px;
    width: 100%;
    background: #E02335;
    font-size: 14px;
    font-weight: 600;
    color: #FFF;
}

.btn-form:hover {
    color: #FFF;
    background: #CE253D;
}

#name {
    background: url(img/icon-name.png) no-repeat 12px center;
    background-size: 22px 22px;
}

#phone {
    background: url(img/icon-phone.png) no-repeat 12px center;
    background-size: 22px 22px;
}

.form-block p, .form-block a {
    font-size: 10px;
    color: #343537;
}

.form-check label {
    font-size: 10px;
    color: #808080;
}


/* VISITAS */

.visitas {
    padding: 100px 0;
}

.visitas-content {
    width: 75%;
}

h5 {
    font-weight: 400;
    color: #E02335;
    font-size: 16px;
    text-transform: uppercase;
}

h2 {
    font-weight: 900;
    font-size: 40px;
}

h2 span {
    color: #E02335;
}

h3 {
    font-size: 22px;
    margin: 20px 0;
}

.visitas__desc {
    font-size: 16px;
}

.visitas__desc span {
    font-weight: 600;
}

.link {
    color: #E02335;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    background: none;
    border: none;
    padding: 0;
    text-decoration: underline;
}

.info-block p {
    font-size: 14px;
}

.info-block span {
    font-size: 30px;
    font-weight: 900;
    color: #E02335;
}

.info-block {
    flex-grow: 1;
  width: 33%;
  margin: 20px 0;
}

.btn-cta {
    background: #F6CD45;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    height: 50px;
    border-radius: 25px;
    outline: none;
    border: none;
    display: block;
    padding: 0 20px;
    margin-top: 30px;
    transition: 0.5s;
}

.btn-cta:hover {
    background: #E2B740;
}

/* VANTAGENS */

.vantagens {
    background: #FBF4E5;
    padding: 100px 0;
    border-top: 1px solid #EDE3CB;
}

.vantagens-header_content {
    text-align: center;
    width: 50%;
    margin: 0 auto;
}

.vantagens-block {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 30px;
    justify-content: center;
}

.vantagens-block_content {
    margin: 30px 0;
    text-align: center;
    flex: 1 50%;
    padding: 0 100px;
}

.vantagens-block_content h3 {
    color: #E02335;
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 10px;
}

.vantagens-block_content h4 {
    color: #000;
    font-size: 16px;
    font-weight: 600;
}

.vantagens-block_content p {
    color: #000;
    font-size: 16px;
}

.vantagens-block_footer {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    text-align: center;
    justify-content: center;
}

.vantagens-block_footer p {
    font-size: 14px;
}

.vantagens-block_footer button {
    max-width: 250px;
    margin-top: 10px;
}

.vantagens-block_footer > * {
    flex: 1 100%;
}


.visitas_img {
    display: flex;
    justify-content: flex-end;
    height: 100%;
    align-items: center;
}

/* CONDITIONS */
.conditions {
    padding: 60px 0;
    background: #FFF;
}
.logos-footer {
    max-width: 290px;
    margin: 30px 0;
}

.conditions_desc {
    text-align: center;
    width: 60%;
    margin: 0 auto;
}

.note {
    font-size: 12px;
    text-align: left;
    color: #222;
}

.note a {
    color: #222;
    text-decoration: none;
} 

.logos-footer-2 {
    max-width: 200px;
    margin: 20px 0;
}

.final-note {
    color: #000;
    font-size: 12px;
}

footer {
    background: #fbf4e5;
    padding: 30px 0;
    text-align: center;
}

footer p {
    color: #b2aa96;
    font-size: 12px;
    margin: 0;
    text-align: left;
}

#cta-mobile {
    opacity: 0;
    background: #E02335;
    padding: 30px;
    color: #FFF;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    box-shadow: 0px -5px 25px rgba(0,0,0,0.25);
    border: none;
    transition: 0.5s;
}

#cta-mobile.active {
    opacity: 1;
}

#overlay {
    position: fixed; 
    display: none;
    width: 100%; 
    height: 100%; 
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 2;
    cursor: pointer;
}

#overlay.active {
    display: block;
}   

#close {
    max-width: 22px;
    cursor: pointer;
}



.form-block_close {
    display: none;
    justify-content: flex-end;
    margin-top: -10px;
    margin-right: -10px
}

.form-block.active .form-block_close {
    display: flex;
}

.reveal{
    position: relative;
    transform: translateY(100px);
    opacity: 0;
    transition: 0.8s all ease;
}
.reveal.active{
    transform: translateY(0);
    opacity: 1;
}

.error {
    /* display: none; */
    color: #E02335!important;
}

#form-block_thankYou {
    display: none;
}

#form-block_thankYou h2 {
    font-size: 32px;
    font-weight: 900;
}

#form-block_thankYou p {
    font-size: 26px;
}

.obrigado {
    text-align: center;
    min-height: 450px;
}

.obrigado h2  {
    font-weight: 400;
    font-size: 26px;
}

.obrigado .img-bg {
    max-width: 450px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

#ctaDesktop::before {
    content: url(img/icon-call_white.png);
    position: absolute;
    transform: scale(0.4);
    right: -15px;
    top: -15px;
}

#ctaDesktop.active {
    opacity: 1;
}

#ctaDesktop {
    /* visibility: hidden; */
    opacity: 0;
    position: fixed;
    top: 10%;
    right: 0;
    background: #E02335;
    padding: 20px 55px 20px 20px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    box-shadow: 0px 0px 35px rgba(0,0,0,0.25);
    cursor: pointer;
    transition: opacity 0.3s;
    color: #FFF;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    text-align: right;
    line-height: 1.2em;
    border:none;
}

#cookie-bar {
    background: #343537!important;
    padding: 10px!important;
}

#cookie-bar-button-customize {
    text-shadow: none!important;
    color: #FFF!important;
    font-weight: 400!important;
    text-decoration: underline!important;
}

#cookie-bar-button {
    text-shadow: none!important;
    border: 1px solid #FFF!important;
    border-radius: 20px!important;
    font-weight: 400!important;
    background:#343537!important;
}

#cookie-bar-button-no {
    background:#343537!important;
    font-weight: 400!important;
    text-decoration: underline!important;
}

.footer {
    background: #FECB00;
}

.logos-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo-cofidis-footer {
    max-width: 200px;
}

.coberturas {
    display: none;
    position: fixed;
    z-index: 12;
    width: 60%;
    height: 75%;
    top: 5%;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #FFF;
    padding: 20px;
    box-shadow: 0px 0px 35px rgba(0,0,0,0.25);
    border-radius: 15px;
}

.coberturas.active {
    display: block;
}

.coberturas iframe {
    width: 100%;
    height: 90%;
}

#closeIframe {
    max-width: 22px;
    cursor: pointer;
    float: right;
    margin-bottom: 10px;
}

#overlay2 {
    position: fixed; 
    display: none;
    width: 100%; 
    height: 100%; 
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 10;
    cursor: pointer;
}

#overlay2.active {
    display: block;
}  

.coberturas-header {
    text-align: center;
    margin-top: 80px;
    margin-bottom: 50px
}

.coberturas-content {
    max-width: 70%;
    margin: 50px auto 0;
}

.coberturas-content h2 {
    text-align: center;
    font-size: 32px;
}

.hero-note p {
    margin: 0;
    color: #333333;
    font-size: 11px;
}

.hero-note a {
    color: #333333;
}

.disclaimer-block {
    background: #efefef;
    padding: 10px 0;
}

.disclaimer-block p {
    margin: 0;
    font-size: 12px;
    text-align: center;
}

.voucher {
    position: relative;
    padding-left: 30px;
    margin-top: 25px;
}


.voucher::before {
    content: url("img/icon-voucher.png");
    position:absolute;
    transform: scale(0.5);
    top: -18px;
    left: -13px;
}

.voucher p {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1.1em;
    font-weight: 600;
    color: #E02335;
    margin-bottom: 0;
}

.voucher span {
    font-size: 11px;
    font-weight: 400;
    color: #212529;
}

.voucher.mobile {
    display: none;
}

.hero-footer {
    background: #EDE3CB;
    padding: 10px 0;
}

.logo-clinica-medis {
    max-width: 132px;
}

.conditions_header {
    width: 60%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 25px;
}

.conditions_header p {
    margin: 0;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

.badge-voucher {
    display: none;
    position: absolute;
    top: -27px;
    right: -30px;
    transform: scale(0.8);
}


/* MEDIA QUERIES */

@media (max-width: 1440px) {
    
    .call-block_header {
        width: 36%;
    }
}

@media (max-width: 1400px) {
    .advantages-block {
        width: 70%;
    }

    .img-bg {
        max-width: 530px;
    }
}

@media (max-width: 1200px) {
    .call-block_header {
        width: 50%;
    }

    h1 {
        font-size: 36px;
    }

    h2 {
        font-size: 32px;
    }

    .price-block p span {
        font-size: 44px;
    }

    .price-block {
        margin: 15px 0 0;
    }

    .advantages-block {
        margin-top: 40px;
        width: 60%;
    }

    .visitas_img img {
        max-width: 100%;
    }

}

@media (max-width: 1024px) {

    .advantages-block {
        width: 65%;
    }
}

@media (max-width: 990px) {
    .call-block_header {
        width: 65%;
    }

    .advantages-block {
        width: 100%;
        margin-top: 20px;
    }

    .hero h5 {
        margin-top: 0;
    }

    .hero {
        padding: 50px 0 245px;
        min-height: 890px;
    }

    .img-bg {
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    #cta-mobile p {
        margin: 0;
    }

    .info-block span {
        font-size: 24px;
    }

    .btn-cta {
        display: none;
    }

    .conditions_desc {
        width: 100%;
    }

    footer {
        padding: 30px 0 100px;
    }

    .img-bg {
        display: none;
    }

    .hero {
        padding: 50px 0;
    }

    .form-block {
        margin-top: 20px;
        max-width: 100%;
    }

    .form-block::before {
        position: absolute;
        width: 0;
        height: 0;
        top: -14px;
        left: 50%;
        border-bottom: 15px solid #fff;
        border-right: 15px solid transparent;
        border-left: 15px solid transparent;
        content: "";
        transform: translateX(-50%);
    }

    .form-block.active::before {
        border:none;
    }

    .visitas_img {
        justify-content: center;
        margin-top: 30px;
    }

    .visitas-content {
        width: 80%;
        text-align: center;
        margin: 0 auto;
    }

    .visitas {
        padding: 60px 0;
    }

    .vantagens-block_content {
        flex: 1 100%;
        margin: 15px 0;
    }

    .vantagens-header_content {
        width: 90%;
    }

    .vantagens {
        padding: 60px 0;
    }

    .hero.obrigado {
        min-height: auto;
    }

    .coberturas {
        width: 80%;
    }

    .price-block p.price {
        font-weight: 600!important;
        text-decoration: none!important;
    }

    .voucher {
        display: none;
    }

    .badge-voucher {
        display: block;
    }

    .conditions_header {
        width: 100%;
    }
    
}


@media (max-width: 768px) {
    .call-block_header {
        width: 65%;
    }

    .img-bg {
        max-width: 80%;
    }

    .info-block {
        margin: 0;
    }

    .adicionar-seguros {
        padding: 60px 0;
    }

    .visitas_img {
        margin-top: 20px;
    }

    .obrigado .img-bg {
        max-width: 80%;
    }

    .hero {
        min-height: 950px;
    }
}

@media (max-width: 767px) {
    .call-block_header {
        width: 80%;
    }

    .vantagens-block_content {
        padding: 0px;
    }
}

@media (max-width: 600px) {
    .call-block_header::before {
        display: none;
    }

    .call-block_header {
        width: 100%;
        border: none;
        margin-bottom: 0;
    }

    .call-block .note.mobile {
        display: block;
        margin-bottom: 10px;
        line-height: 1.3em;
    }

    .call-block .note.desktop {
        display: none;
    }

    .badge-voucher {
        top: -68px;
        right: -72px;
        transform: scale(0.5);
    }
}

@media (max-width: 480px) {

    .img-bg {
        max-width: 100%;
    }

    .call-block_header .desc {
        font-size: 15.5px;
    }

    .logo {
        max-width: 115px;
    }

    .logos-footer {
        max-width: 200px;
        margin-bottom: 10px;
    }

    .conditions {
        padding: 30px 0;
    }

    footer {
        padding: 30px 0 110px;
    }

    .obrigado {
        min-height: auto;
    }

    .logos-footer-2 {
        max-width: 40%;
    }

    .logo-cofidis-footer {
        max-width: 40%;
    }

    .form-block h3 {
        margin-top: 0;
    }

    .form-block.active {
        max-width: 95%;
    }

    .advantages-block ul li {
        line-height: 1.2em;
        background-position: left 2px;
    }

    .hero {
        min-height: 920px;
    }

    .price-block {
        margin: 5px 0 0;
    }

    .hero h5 {
        font-size: 16px;
        margin-bottom: 0;
    }


    h1 {
        font-size: 28px;
    }

    .visitas-content {
        width: 100%;
    }

    h2 {
        font-size: 26px;
    }

    .price-block .note {
        margin-top: -5px;
    }

    .vantagens-header_content {
        width: 100%;
    }

    .advantages-block p {
        font-size: 18px;
    }

    .vantagens-block_content p {
        font-size: 15px;
    }

    .vantagens-block_content {
        margin: 10px 0;
    }

    .coberturas {
        width: 95%;
    }

    .coberturas-content {
        max-width: 100%;
    }

    .coberturas-header {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .price-block p.note {
        line-height: 1.2em;
        margin-top: 5px;
    }

    .disclaimer-block {
        padding: 20px 0;
    }

    .call-block_header .number {
        font-size: 26px;
    }

}

@media (max-width: 425px) {
    h1 {
        width: 70%;
    }
}

@media (max-width: 375px) {


    .hero {
        min-height: 945px;
    }

    .conditions_header p {
        font-size: 12px;
    }

    .conditions_header {
        padding-bottom: 15px;
    }

}

@media (max-width: 320px) {

    .call-block_header .number {
        font-size: 22px;
    }
    .hero {
        min-height: 1025px;
    }

    h1 {
        font-size: 24px;
    }
}