<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

h1 {
    width: 75%;
    font-weight: 900;
    font-size: 38px;
    color: #FFFFFF;
}

.hero.obrigado h1 {
    width: 100%!important;
}

h1 span {
    color: #ffd406;
}

h2 {
    font-size: 24px;
    color: #FFF;
}

h3 {
    font-size: 40px;
    color: #343537;
    font-weight: 600;
}

h4 {
    font-size: 24px;
    color: #343537;
}

h5 {
    font-weight: 400;
    color: #E02335;
    font-size: 16px;
    text-transform: uppercase;
}

.hero h2 {
    width: 70%;
}

.icon-down {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}

.mobile.bounce {
    display: none;
}

.icon-down img {
    width: 32px;
    height: 32px;
}

.bounce {
    animation: bounce 2s ease infinite;
}

@keyframes bounce {
	0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
	40% {transform: translateY(-30px);}
	60% {transform: translateY(-15px);}
}

.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;
}

.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: #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: 9px;
    text-align: right;
    font-weight: 600;
}

.call-block .note span {
    font-weight: 400;
}

.note.mobile {
    font-weight: 600;
    display: none;
}

.note.mobile span {
    font-weight: 400;
}


.hero {
    background: url('./img/hero-img-3.jpg') no-repeat center;
    background-size: cover;
    max-height: 665px;
    padding: 50px 0px;
    position: relative;
}

.logos-hero {
    max-width: 95px;
    margin-top: 15px;
}

.hero h5 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 25px;
}

.hero-note {
    display: block;
    color: #FFF;
    font-size: 14px;
    margin: 30px 0 10px;
}

.hero-note a {
    color: #FFF;
}

.hero-slogan {
    color: #ffd406;
    font-size: 20px;
    font-weight: 300;
    margin: 20px 0;
}

.img-bg {
    position: absolute;
    max-width: 800px;
    left: 28%;
    bottom: 0
}

.form-block {
    z-index: 99;
    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, .form-block select {
    font-size: 14px;
    margin-bottom: 5px;
}

.form-block label {
    font-weight: 600;
}

.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;
    transition: 0.3s;
}

.form-block .form-control::placeholder {
    color: #B3B3B3;
}

.form-block .form-control:focus, .form-block .form-control:focus-visible {
    box-shadow: none;
    border-color: #ffd406;
    outline: none;
}

.form-control.hidden {
    display: none;
}

.btn-form {
    height: 45px;
    border-radius: 10px;
    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;
}

#schedule {
    background: url(img/icone-schedule.png) no-repeat 12px center;
    background-size: 22px 22px;
}

/* select.form-select {
    -webkit-appearance: menulist!important;
    -moz-appearance: menulist!important;
    -ms-appearance: menulist!important;
    -o-appearance: menulist!important;
    appearance: menulist!important;
} */

.form-block p, .form-block a {
    font-size: 10px;
    color: #343537;
}

.form-check label {
    font-size: 10px;
    color: #808080;
}

.select-arrow {
    max-width: 15px;
    position: absolute;
    right: 20px;
    bottom: 17px;
}



/* PRODUCTS TABLE */
.products-table {
    padding: 100px 0;
    text-align: center;
}

.products-table h4 {
    width: 60%;
    margin: 0 auto;
}

.products-table_container.mobile {
    display: none;
}

.products-table .pre-title {
    color: #E02335;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}

.table-container {
    margin-top: 50px;
}

.table-header {
    background: #efe8da;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}

.table-header_title p {
    color: #e02335;
    font-weight: 900;
    font-size: 22px;
    line-height: 0.8em;
    margin: 0;
    padding: 10px 0;
}

.table-header_title p span {
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
}

.table-header_title p.header-last-col {
    color: #343537;
    font-weight: 600;
    font-size: 18px;
    line-height: 1em;
    margin: 0;
    padding: 10px 20px;
    text-transform: uppercase;
    text-align: right;
}

.table-header_title p.header-last-col span {
    font-weight: 600;
    font-size: 14px;

}

.table-content_container {
    border-bottom: 1px solid #ede3cb;
}

.table-content_header {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 10px 0;
    cursor: pointer;
    transition: 0.5s;
}

.table-content_header::after {
    content: url(img/icon-plus.png);
    position: absolute;
    transform: scale(0.5);
    right: 0px;
    top: 0px;
}

.table-content_header.active::after {
    content: url(img/icon-minus.png);
}

.icon-prod {
    max-width: 50px;
    padding-left: 10px;
}

.table-content_header .title {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    padding-left: 15px;
    text-align: left;
}

.table-footer p {
    color: #666666;
    font-size: 12px;
    line-height: 18px;
    vertical-align: middle;
    text-align: left;
    margin: 0;
}

.notes-icons {
    margin: 30px 0 10px!important;
}

.edificio, .recheio {
    width: 18px;
    height: 18px;
    margin-right: 5px;
}

.btn-cta {
    background: #F6CD45;
    font-size: 14px;
    font-weight: bold;
    height: 50px;
    border-radius: 25px;
    outline: none;
    border: none;
    display: block;
    padding: 0 40px;
    margin: 60px auto 0;
    transition: 0.5s;
}

.btn-cta:hover {
    background: #E2B740;
}


/* ADVANTAGES */
.advantages {
    background: #fbf4e5;
    padding: 100px 0;
    text-align: center;
}

.advantages .pre-title {
    color: #E02335;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}

.advantages p.intro {
    font-size: 16px;
    width: 80%;
    margin: 20px auto;
}

.advantages p.intro span {
    font-weight: 600;
}

.advantages-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.advantage {
    flex-basis: 30%;
    margin-top: 30px;
}

.advantage h4 {
    color: #e02335;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 10px;
}

.advantage p {
    font-size: 14px;
}

.icon-advantage {
    max-width: 45px;
}

.hidden {
    display: none;
}

.table-content_body {
    transition: 0.5s;
}

.table-content_body table {
    width: 97%;
    margin: 20px 1.5%;
}

.table-content_body th {
    background: #f2f2f2;
    padding: 5px;
    font-size: 14px;
    line-height: 1.2em; 
}

.table-content_body th.prodName {
    color: #e02335;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 0.8em;
}

.table-content_body th.prodName span {
    color: #e02335;
    font-weight: 600;
    font-size: 11px;
}

.table-content_body .main {
    font-size: 16px;
    text-align: left;
}

.table-content_body .main span {
    font-size: 14px;
    line-height: 0.9em;
}

.table-content_body .right {
    font-size: 14px;
    text-align: right;
}

.table-content_body .text-right {
    text-align: right;
}

.table-content_body p {
    margin: 0;
}

.table-content_body td {
   padding: 10px 0;
   border-bottom: 1px solid #e2e9ed;
}

.table-content_body tr:last-child td{
    border: none;
 }

.col1, .col2  {
    width: 20%;
}

.col3, .col4 {
    width: 18%;
}

.col5 {
    width: 24%;
}

.table-content_body .optional {
    text-transform: uppercase;
    font-size: 14px;
}

.table-content_body .note {
    font-size: 12px;
    text-align: center;
    line-height: 14px;
    margin-top: 5px;
}

/* ADVANTAGES FOOTER */
.advantages-footer {
    padding: 60px 0 0;
}

.advantages-footer_content {
    width: 60%;
    margin: 0 auto;
    font-size: 13px;
    border-bottom: 1px solid #ede3cb;
    padding-bottom: 60px;
}

.logo-livo {
    max-width: 65px;
    margin-bottom: 20px;
}

.advantages-footer_content p.title {
    font-size: 14px;
    margin-bottom: 25px;
}

.advantages-footer_content p.title-2 {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 25px 0 0;
    color: #E02335;
}

.advantages-footer_content ul {
    margin-bottom: 0;
}

.advantages-footer_content h5 {
    font-size: 13px;
    font-weight: 600;
}

.advantages-footer_content h5.dark {
    color: #000;
    margin-top: 20px;
    font-size: 12px;
}



/* CONDITIONS */
.conditions {
    padding: 60px 0;
    background: #FFF;
}
.logo-footer {
    max-width: 95px;
    margin: 30px 0 20px;
}

.conditions_desc {
    width: 60%;
    margin: 0 auto;
}

.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 {
    padding-left: 0;
}

.conditions_desc ul li {
    font-size: 13px;
    list-style: none;
    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;
}

.note a {
    color: #222;
    text-decoration: none;
} 

.final-note {
    color: #000;
    font-size: 12px;
}

.conditions_header {
    width: 60%;
    margin: 40px auto 0;
    padding-bottom: 25px;
}

.conditions_header p {
    margin: 0;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

/* FOOTER */

footer {
    background: #fbf4e5;
    padding: 30px 0;
    text-align: center;
}

footer p {
    color: #b2aa96;
    font-size: 12px;
    margin: 0;
    text-align: left;
}

.footer {
    background: #FECB00;
}

.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: 490px;
    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 {
    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: 26px;
    color: #FFF;
    width: 100%;
}

.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;
}


.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;
}

.advantages-mobile {
    display: none;
}

.hero-footer.mobile {
    display: none;
}

.hero.obrigado p {
    color: #FFFFFF;
    margin: 20px auto;
    width: 50%;
    line-height: 1.2em;
}

.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: left;
    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;
}



/* MEDIA QUERIES */

@media (max-width: 1440px) {
    .img-bg {
        left: 20%;
    }

    .call-block_header {
        width: 36%;
    }
}

@media (max-width: 1400px) {
    .advantages-block {
        width: 70%;
    }

    .img-bg {
        max-width: 50%;
        left: 24%;
    }
}

@media (max-width: 1200px) {
    .call-block_header {
        width: 45%;
    }

    h1 {
        font-size: 36px;
    }

    .advantages-block {
        margin-top: 40px;
        width: 60%;
    }

    .hero h2 {
        width: 100%;
    }

}

@media (max-width: 1024px) {
    .advantages-block {
        width: 80%;
    }

    h2 br {
        display: none;
    }

    .hero.obrigado h3, .hero.obrigado ul, .hero.obrigado p {
        width: 70%;
    }
}

@media (max-width: 990px) {
    #cta-mobile {
        display: block;
    }

    .call-block_header {
        width: 65%;
    }

    .advantages-block {
        width: 100%;
    }

    .hero h5 {
        margin-top: 0;
    }


    .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;
        /* background: url('./img/hero-img_tablet.jpg') no-repeat bottom center; */
        max-height: none;
    }

    .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;
    }
    .advantages-block {
        display: none;
        margin-top: 20px;
    }

    .conditions_header {
        width: 100%;
    }

    .hero-note {
        margin: 10px 0;
    }

    .form-block {
        margin-top: 330px;
    }

    .hero-footer {
        display: block;
        /* background: #ede3cb; */
        color: #000;
        padding: 20px 15px;
        border-bottom: 1px solid #ede3cb;
    }

    .hero-footer .hero-note {
        display: block;
        margin: 0;
    }

    .hero-note p, .hero-note a {
        color: #000
    }
    
    .advantages-mobile {
        display: block;
        background: #f9f5ed
    }

    .advantages-mobile .advantages-block {
        display: block;
        margin: 0;
        padding: 30px 0;
    }

    .advantages-block h4 {
        color: #e02335;
        font-size: 20px;
        font-weight: 600;
    }

    .advantages-block ul li {
        background: url(img/icon-check.png) no-repeat left 5px;
        background-size: 16px;
        color: #000;
    }

    .advantages-block ul {
        margin: 0;
    }

    .hero h2 {
        width: 80%;
    }


    .slick-dots {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        padding-left: 0;
    }

    .slick-dots li {
        display: inline-block;
    }

    .slick-dots li {
        position: relative;
        display: inline-block;
        width: 12px;
        height: 12px;
        margin: 0 5px;
        padding: 0;
        cursor: pointer;
    }
    
    .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: #fbf4e5;
        border-radius: 10px;
    }

    li.slick-active button {
        background: #343537;
    }
    

    .slick-list {
        padding-bottom: 50px!important;
    }
    
    .hero.obrigado {
        /* background: url(./img/hero-img.jpg) no-repeat center; */
        min-height: auto;
        padding: 50px 0;
    }

    .slick-slide img {
        margin: 0 auto;
    }

    .advantage {
        padding: 0 50px;
    }

    h4 {
        width: 100%;
    }

    .advantages-footer_content {
        width: 100%;
    }

    .mobile.bounce {
        display: block;
        margin: 0 auto;
    }

    .desktop.bounce {
        display: none;
    }

    .icon-down {
        display: none;
    }

    .form-block {
        float: none;
        margin-top: 50px;
        position: relative;
    }

    .hero.obrigado h2 {
        width: 100%;
    }

    h1 {
        width: 85%;
    }

    .hero.obrigado h3, .hero.obrigado ul, .hero.obrigado p {
        width: 100%;
    }

    .hero.obrigado p {
        margin-bottom: 0;
    }
}


@media (max-width: 768px) {
    .call-block_header {
        width: 65%;
    }

    .img-bg {
        max-width: 80%;
    }

    .info-block {
        margin: 0;
    }

    .link {
        margin-bottom: 30px;
        display: block;
    }

    .obrigado .img-bg {
        max-width: 80%;
    }

    .hero.obrigado p {
        width: 100%;
    }

    h2 br {
        display: none;
    }

    h3 {
        font-size: 32px;
    }

    h4 {
        font-size: 20px;
    }

    /* .products-table_container {
        width:100%;
        height:auto;
        min-height:100px;
        overflow-x:auto;
    } */


    .products-table .container {
        max-width: 100%!important;
    }

    .table-container {
        /* overflow-x: auto;
        width: 150%;
        padding-bottom: 20px; */
    }

    .table-content_body_container {
        width:100%;
        height:auto;
        /* min-height:100px; */
        overflow-x:auto;
    }


    .table-content_body {
        overflow-x: auto;
        width: 150%;
    }

    /* .table-content_header::after {
        content: none;
    } */

    .table-content_header .title {
        position: relative;
    }

    /* .table-content_header .title::after {
        content: url(img/icon-plus.png);
        position: absolute;
        transform: scale(0.5);
        right: -55px;
        top: -18px;
    }

    .table-content_header .title.active::after{
        content: url(img/icon-minus.png);
    } */

    .table-header_title p.header-last-col {
        font-size: 16px;  
    }

    .table-header_title p.header-last-col span {
        font-size: 12px;
        line-height: 0.5em;
    }

    .table-header_title p span {
        line-height: 0.5em;
    }

    .products-table_container.desktop {
        display: none;
    }

    .products-table_container.mobile {
        display: block;
    }

    #ctaDesktop {
        display: none;
    }

    .table-content_body .main {
        font-size: 14px;
    }

    .table-content_body .optional {
        font-size: 12px;
    }

    .table-content_body .right {
        font-size: 12px;
    }

    .table-content_header {
        padding-right: 55px;
    }

    .logos-container {
        flex-direction: column-reverse;
    }

}

@media (max-width: 767px) {
    .call-block_header {
        width: 80%;
    }
}

@media (max-width: 600px) {
    .call-block_header::before {
        display: none;
    }

    .call-block_header {
        width: 100%;
        border: none;
        margin-bottom: 0;
    }

    .call-block .note.desktop {
        display: none;
    }

    .call-block .note.mobile {
        display: block;
    }
    

}

@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: 50px 0;
    }

    footer {
        padding: 30px 0 110px;
    }

    .obrigado {
        min-height: auto;
    }

    .logos-footer-2 {
        max-width: 80%;
    }

    .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: 900px;
    }

    .hero h5 {
        font-size: 16px;
        margin-bottom: 0;
    }

    h1 {
        font-size: 26px;
    }

    .disclaimer-block {
        padding: 20px 0;
    }

    .call-block_header .number {
        font-size: 26px;
    }
    
    .hero {
        padding: 50px 0 0;
        background: url('./img/hero-img_mobile.jpg') no-repeat center -40px;
        min-height: 0;
        height: auto;
        max-height: 100%;
    }

    .col-form {
        padding: 0;
    }

    .form-block {
        margin-top: 50px;
        border-radius: 0;
        box-shadow: none;
        padding-bottom: 40px;
    }

    .form-block.active {
        border-radius: 15px;
    }

    h2 {
        font-size: 20px;
    }

    .hero.obrigado h2 {
        width: 100%;
        font-size: 22px;
    }

    .hero.obrigado {
        background: #FAF4E6;
        padding: 50px 0;
    }

    .hero.obrigado p {
        color: #222222;
        margin-bottom: 0;
    }

    .hero.obrigado h1 {
        width: 100%;
    }

    .hero-footer {
        margin-top: 0;
    }

    .hero-footer.mobile {
        display: block;
        padding: 30px 5px;
    }

    .products-table {
        padding: 60px 0;
    }

    .advantages {
        padding: 60px 0;
    }

    .advantage {
        padding: 0 20px;
    }

    .table-content_header .title {
        font-size: 14px;
    }

    .table-content_body .main {
        font-size: 13px;
        line-height: 1.2em;
    }

    .advantages p.intro {
        width: 100%;
    }

    .advantages-container {
        margin-top: 40px;
    }

    .slick-list {
        padding-bottom: 40px!important;
    }

    h3 {
        font-size: 26px;
    }

    .hero-slogan {
        font-size: 18px;
    }

    .table-content_header::after {
        transform: scale(0.4);
    }

    .table-content_body th {
        font-size: 12px;
    }

    .products-table h4 {
        width: 100%;
    }

    .advantages-footer_content {
        padding-bottom: 40px;
    }

    .advantages-footer {
        padding: 40px 0 0;
    }

    .hero h2 {
        width: 90%;
    }


    .hero {
        background: #FAF4E6;
    }

    h1 {
        color: #222222;
    }

    h1 span {
        color: #E02335;
    }

    .hero h2, .hero h2 span{
        color: #222222;
    }


    .hero-note {
        color: #222222;
    }


    .mobile.bounce {
        display: none;
    }

    .hero-slogan {
        color: #f6cd45;
    }

    .products-table .pre-title {
        font-size: 14px;
    }

}


@media (max-width: 375px) {

    .call-block_header .number {
        font-size: 22px;
    }

    .conditions_header {
        padding-bottom: 15px;
    }

    .conditions_header p {
        font-size: 12px;
    }

    .hero h2 {
        width: 100%;
    }

}
</pre></body></html>