body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

h1 {
    font-weight: 900;
    font-size: 46px;
    color: #212529;
}

.logo-block {
    height: 100%;
    display: flex;
    align-items: center;
}

.logo {
    /* max-width: 140px; */
    max-width: 155px;
}

.call-block {
    text-align: right;
    /* display: flex; */
    flex-direction: column;
    align-items: flex-end;
    margin-bottom: 10px;
}

.call-block_header {
    position: relative;
    border-left: 1px solid #999;
    width: 35%;
    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: #222;
    margin-bottom: 0;
}

.call-block_header .number {
    font-weight: 900;
    font-size: 28px;
    color: #222;
    margin-top: -10px;
    margin-bottom: 0;
    line-height: 1em;
    text-decoration: none;
}

.call-block .note {
    font-size: 10px;
    line-height: 1.2em;
    text-align: right;
    font-weight: 600;
    margin: 0;
}

.call-block .note span {
    font-weight: 500;
}

.note.mobile {
    font-weight: 600;
    display: none;
}

.note.mobile span {
    font-weight: 400;
}


.hero {
    position: relative;
    background: #fbf4e5;
    max-height: 665px;
    padding: 50px 0px;
    position: relative;
}


.hero h2 {
    font-size: 24px;
    color: #e02335;
    font-weight: 600;
}

.hero p {
    font-size: 20px;
    color: #212529;
    font-weight: 600;
}

.hero-btn {
    display: none;
}

.conditions_link {
    color: #212529;
    font-size: 14px;
}

.logos-hero {
    max-width: 95px;
    margin-top: 15px;
}

.hero h5 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 25px;
}

.hero-note {
    color: #FFF;
    font-size: 14px;
    margin: 20px 0 10px;
}

.hero-note a {
    color: #FFF;
}

.hero-content {
    width: 90%;
}

.hero p.hero-slogan {
    color: #f6cd45;
    font-size: 24px;
    font-weight: 600;
    margin: 20px 0;
}

.hero-price {
    background: url(img/icon-price-2.png) no-repeat 5px center;
    background-size: 34px 34px;
    color: #ffd406;
    font-size: 16px;
    font-weight: 300;
    margin: 20px 0 10px;
    border: 1px solid #ffd406;
    border-style: dashed;
    border-radius: 10px;
    display: inline-block;
    padding: 13px 30px 14px 50px;
}

.hero-price span {
    font-weight: 600;
}

.hero-price-disclaimer {
    font-size: 11px;
    color: #FFF;
}

.img-bg {
    position: absolute;
    max-width: 800px;
    left: 28%;
    bottom: 0
}

.form-block {
    z-index: 99;
    position: relative;
    background:#f9f9f9;
    max-width: 400px;
    width: 100%;
    float: right;
    border: 1px solid #b3b3b3;
    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;
    color: #000;
}

.form-block label {
    font-weight: 600;
}

.form-block label, .form-block input, .form-block select {
    font-size: 13px;
    margin-bottom: 5px;
}

.form-block .form-group {
    margin: 10px 0;
    position: relative;
}

.form-block .form-control {
    height: 45px;
    border-radius: 10px;
    padding-left: 45px;
    border: 1px solid #b3b3b3;
}


.form-block .form-control:focus, .form-block .form-control:focus-visible {
    box-shadow: none;
    border-color: #ffd406;
    outline: none;
}

.form-block .form-control::placeholder {
    color: #B3B3B3;
}

.form-control.hidden {
    display: none;
}

.btn-form {
    height: 45px;
    border-radius: 25px;
    width: 100%;
    background: #E02335;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #FFF;
}

.btn-form:hover {
    color: #FFF;
    background: #CE253D;
}

#name {
    background: url(img/icon-name.png) no-repeat 12px center #ffffff;
    background-size: 22px 22px;
}

#phone {
    background: url(img/icon-phone.png) no-repeat 12px center #ffffff;
    background-size: 22px 22px;
}

#insurance {
    width: 100%;
    border: 1px solid #b3b3b3;
    appearance: none; /* remove default arrow */
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url(img/icon-insurance.png) no-repeat 12px center, 
                url(img/icon-arrow.png) no-repeat right 12px center;
    background-size: 22px, 16px; /* icon size, arrow size */
    padding-left: 40px; /* space for icon */
    padding-right: 30px; /* space for arrow */
    background-color: #FFF;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    padding: 10px 15px 10px 45px;
    border-radius: 10px;
    text-align: left;
        white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;

}

#insurance::after {
    display: none;
}

.dropdown-menu {
    width: 100%;
    padding: 0;
}

.custom-select-menu .dropdown-item {
    padding: 10px 15px;
    font-size: 12px;
    white-space: normal;
    word-break: break-word;
    height: auto;
}

.custom-select-menu .dropdown-item:hover, .custom-select-menu .dropdown-item.active {
    background:transparent;
    color: #e02335;
}

.custom-select-menu .dropdown-divider {
    margin: 0;
}

.form-block p, .form-block a {
    font-size: 10px;
    font-weight: 500;
    color: #343537;
}

.form-check label {
    font-size: 10px;
    color: #808080;
}

.select-arrow {
    max-width: 15px;
    position: absolute;
    right: 20px;
    bottom: 17px;
}


/* PRODUCTS */
.product {
    padding: 100px 0 50px;
    text-align: center;
}

.products-container {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    gap: 50px;
    margin-top: 70px;
}

.product h2 {
    width: 50%;
    font-size: 40px;
    font-weight: 900;
    color: #212529;
    margin: 0 auto;
}

.product h3 {
    font-size: 24px;
    margin: 10px auto;
}

.product-card {
    background: #f9f9f9;
    position: relative;
    border-radius: 30px;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.15);
    flex: 1 1 calc(50% - 50px);
}

.product-card p.product-card-price {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}

.product-card-header {
    position: relative;
}

.product-card img {
    max-width: 100%;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}

.product-price {
    position: absolute;
    background: #f6cd45;
    font-size: 18px;
    color: #000000;
    bottom: 0;
    left: 0;
    padding: 10px 30px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    margin: 0;
    font-size: 18px;
    font-weight: 600;
}

.product-card-body {
    padding: 40px 40px 0;
    min-height: 395px;
}

.product-card-body.big {
    min-height: 450px;
}

.product-card-body h4 {
    font-size: 20px;
}

.product-card ul li.first {
    color: #e02335;
    font-weight: 600;
}

.product-card .info {
    margin-top: 10px;
}

.product-card .plus {
    background:#e02335;
    color: #FFF;
    font-size: 32px;
    font-weight: 400;
    width: 24px;
    height: 24px;
    border-radius: 12px;
    line-height: 24px;
    display: inline-block;
    vertical-align: middle;
}

.product-card h3 {
    font-size: 22px;
    font-weight: 900;
    color: #e02335;
    margin-bottom: 0;
    margin: 0 25px;
    padding-bottom: 10px;
}

.product-card.comfort h4 {
    border-bottom: 1px solid #bdccd4;
    margin: 0 25px;
    padding-bottom: 10px;
}

.product-card ul {
    padding: 10px 25px;
}

.product-card ul li {
    background: url('img/icon-check-red.png') no-repeat 0 8px;
    background-size: 22px 18px;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    text-align: left;
    padding: 5px 0 5px 30px;
    list-style: none;
    margin: 5px 0;
}

.product-card ul li.first {
    color: #e02335;
    font-weight: 600;
}

.product-card ul li.first span {
    font-size: 30px;
    line-height: 26px;
    vertical-align: middle;
}

.product-card-body p {
    font-size: 13px;
    color: #666666;
    margin-bottom: 0;
}

.btn-prod {
    font-size: 14px;
    font-weight: 600;
    background: #f6cd45;
    color: #000000;
    border-radius: 0px;
    padding: 12.5px 30px;
    text-transform: uppercase;
    border: 2px solid #000;
    border-radius: 25px;
    margin: 20px 0 50px;
    transition: 0.3s;
}

.btn-prod:hover,.btn-prod:active {
    background: #df1f34!important;
    border: 2px solid #000;
    color: #FFF;
}

.btn-top {
    font-size: 14px;
    font-weight: 600;
    color: #000;
    border-radius: 0px;
    padding: 12.5px 30px;
    text-transform: uppercase;
    border: 2px solid #000;
    border-radius: 25px;
    margin: 20px 0 50px;
    transition: 0.3s;
}

.btn-top:hover {
    background: #df1f34;
    border: 2px solid #000;
    color: #FFF;
}


/* CONDITIONS */
.conditions {
    padding: 60px 0;
    background: #FFF;
}

.conditions a {
    text-decoration: underline;
    color: #000;
}

.logo-footer {
    max-width: 95px;
    margin: 30px 0 20px;
}

.conditions_desc {
    width: 60%;
    margin: 15px auto;
}

.conditions_desc .title {
    text-decoration: underline;
    font-weight: 600;
}

.conditions_desc .subtitle {
    font-weight: 600;
}

.conditions_desc h5 {
    font-size: 13px;
    font-weight: 600;
    color: #000;
}

.conditions_desc p {
    font-size: 13px;
    margin-bottom: 5px;
    color: #4d4d4d;
}

.conditions_desc p.bold {
    font-weight: 600;
}

.conditions_desc ul li {
    font-size: 13px;
    margin: 5px 0;
}

.conditions_desc p.note {
    font-weight: 400;
    color: #000;
}

.conditions-plus {
    font-weight: 600;
    margin: 10px auto!important;
    color: #E02335 !important;
    font-size: 18px !important;
    border: 1px solid #E02335;
    display: block;
    width: 21px;
    height: 21px;
    line-height: 20px;
    text-align: center;
    border-radius: 10.5px;
}

.note {
    font-size: 12px;
    text-align: left;
    color: #222;
}

.final-note {
    color: #000;
    font-size: 12px;
    margin: 0;
}

.conditions_header {
    width: 60%;
    margin: 25px auto 0;
}

.conditions_header p.title {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
}

.conditions_header p {
    margin: 10px 0 0;
    font-size: 14px;
}

.conditions_desc ul {
    padding: 15px;
}

/* FOOTER */


footer {
    background: #FECB00;
    padding: 30px 0;
    text-align: center;
}

footer p {
    color: #000000;
    font-size: 12px;
    margin: 0;
    text-align: left;
}

.logos-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
}

.logo-cofidis-footer {
    max-width: 200px;
}

.logos-footer-2 {
    max-width: 300px;
    margin-bottom: 20px;
}

/* OTHER ELEMENTS */

#cta-mobile {
    display: none;
    opacity: 0;
    background: #E02335;
    padding: 17px;
    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;
    z-index: 9;
}

#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: 9;
    cursor: pointer;
}

#overlay.active {
    display: block;
}   

#close {
    border: none;
    background: transparent;
    margin-bottom: 10px;
}

#close img {
    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;
}

.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: 420px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.obrigado h2  {
    font-weight: 400;
    font-size: 22px;
    color: #FFF;
}

.obrigado .img-bg {
    max-width: 500px;
    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-align: right;
    line-height: 1.2em;
    border:none;
    z-index: 9;
}


.hero-footer {
    background: #f4f2ef;
    padding: 15px;
}

.hero-footer p {
    color: #343537;
    font-size: 12px;
    margin: 0;
}


.hero-footer a {
    color: #343537;
    font-size: 12px;
    text-decoration: underline;
    margin: 0;
}

.hero-footer.mobile {
    display: none;
}

.hero.obrigado {
    /* background: url(./img/hero-img_obrigado.jpg) no-repeat center; */
    background: #FAF4E6;
    /* background-size: cover; */
}


.hero.obrigado ul {
    width: 50%;
    margin: 0 auto;
    padding:0;
}

.hero.obrigado ul li {
    color: #222222;
    background: url(img/icon-check.png) no-repeat left 5px;
    background-size: 14px;
    font-size: 14px;
    text-align: left;
    list-style: none;
    padding-left: 20px;
    margin: 5px 0;
}

.hero.obrigado ul li span {
    font-weight: 600;
}

.hero.obrigado p {
    color: #222222;
    margin: 20px auto;
    width: 50%;
    text-align: center;
    font-size: 16px;
    line-height: 1.2em;
}

.hero.obrigado h3 {
    font-size: 18px;
    font-weight: 600;
    color: #e02335;
    margin: 20px auto;
    width: 50%;
    text-align: left;
    font-size: 18px;
    line-height: 1.2em;
}

.hero.obrigado h1, .hero.obrigado h2 {
    color: #222;
}

.slick-dots {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding-left: 0;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 12px;
    height: 12px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    border: 1px solid #343537;
    background: #fff;
    border-radius: 10px;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

li.slick-active button {
    background: #343537;
}

.slick-list {
    padding-bottom: 40px !important;
}

#backToTop {
    opacity: 0;
    cursor: pointer;
    font-size: 13px;
    background: #CCC;
    padding: 10px 20px;
    border-radius: 10px;
    color: #000;
    font-weight: bold;
    text-decoration: none;
    position: fixed;
    bottom: 10%;
    right: 10%;
     box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.10);
}

#backToTop.active {
    opacity: 1;
}

/* MEDIA QUERIES */

@media (max-width: 1400px) {
    .product-card-body {
        min-height: 480px;
    }

    .product h2 {
        width: 65%;
    }
}

@media (max-width: 1200px) {
    .call-block_header {
        width: 45%;
    }

    .product-card-body {
        min-height: 480px;
        padding: 30px 30px 0;
    }

    .btn-prod {
        margin-bottom: 30px;
    }
}

@media (max-width: 990px) {
    .hero-btn {
        display: block;
        margin-bottom: 20px;
    }

    .call-block_header::before {
        display: none;
    }

    .call-block_header {
        border: 2px solid #e02335;
        border-radius: 40px;
        padding: 10px 30px 5px;
        display: inline-block;
        width: auto;
        margin-bottom: 5px;
    }

    .call-block_header .desc {
        text-transform: uppercase;
        color: #e02335;
        font-size: 12px;
        line-height: 1em;
    }

    .call-block_header .number {
        color: #e02335;
        font-size: 22px;
        line-height: 1em;
    }

    .hero {
        max-height: none;
    }

    /* 
    .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 {
        margin-top: 45px;
        max-width: 100%;
    }

    .product-card {
        margin: 0 20px;
    }

    .logos-container {
        flex-direction: column-reverse;
    }

    .conditions_desc {
        width: 90%;
    }

    .conditions_header {
        width: 90%;
    }

    .slick-dots {
        bottom: -20px;
    }

    .hero.obrigado p {
        width: 100%;
    }

    .product h2 {
        width: 90%;
    }

}

@media (max-width: 768px) {
    .product-card-body.big, .product-card-body {
        min-height: 525px;
    }
}

@media (max-width: 480px) {
    h1 {
        font-size: 26px;
    }

    .hero h2 {
        font-size: 18px;
    }

    .hero p.subtitle {
        font-size: 16px;
    }

    .product h2 {
        font-size: 25px;
    }

    .product {
        padding: 60px 0 30px;
    }

    .products-container {
        margin-top: 30px;
    }

    .product-card-body {
        padding: 30px 10px 0;
         min-height: 550px;
    }

    .slick-dots {
        bottom: -25px;
    }

    .product-card-body, .product-card-body.big {
        min-height: 520px;
    }

    .product-card ul {
        padding: 0;
    }

    .product-card h3 {
        font-size: 18px;
        margin: 0;
    }

    .product-card h5 {
        font-size: 16px;
    }

    .call-block_header .desc {
        font-size: 12px;
    }

    .call-block_header .number {
        font-size: 17px;
    }

    .logo {
        max-width: 115px;
    }

    .product-price {
        font-size: 14px;
    }

    .btn-form {
        font-size: 13px;
        line-height: 1.2em;
    }

    .error {
        font-size: 14px!important;
    }

    .product-card-body h4 {
        font-size: 16px;
    }

    
    .col-form {
        padding: 0;
    }

    .hero p.hero-slogan {
        font-size: 18px;
    }

    .hero {
        padding: 50px 0px 0;
    }

}


@media (max-width: 375px) {

    .product-card-body, .product-card-body.big {
        min-height: 570px;
    }

    .call-block_header {
        padding: 10px 15px 5px;
    }
}

@media (max-width: 320px) {

    .product-card-body, .product-card-body.big {
        min-height: 640px;
    }
}


