:root {
    --green: #0BB697;
    --blue-dark: #1B3760;
    --blue-light: rgb(242, 246, 252);
    --black: #212529;
    --white: #ffffff;
}

body {
    font-family: "Roboto", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    font-style: normal;
    margin-top: 75px;
}

h1 {
    color: var(--blue-dark);
    font-family: "Rubik", sans-serif;
    font-optical-sizing: auto;
    font-size: 3rem;
    font-weight: 600;
    font-style: normal;
    line-height: 1.1em;
}

h2 {
    font-family: "Rubik", sans-serif;
    font-optical-sizing: auto;
    font-size: 1.6rem;
    font-weight: 500;
    font-style: normal;
}

h2 small b {
    font-weight: 600;
}

h3 {
    font-family: "Rubik", sans-serif;
    font-optical-sizing: auto;
    font-size: 1.6rem;
    font-weight: 500;
    font-style: normal;
}

h4 {
    font-family: "Rubik", sans-serif;
    font-optical-sizing: auto;
    font-size: 1.2rem;
    font-weight: 500;
    font-style: normal;
}

h5 {
    font-family: "Rubik", sans-serif;
    font-optical-sizing: auto;
    font-size: 1.1rem;
    font-weight: 500;
    font-style: normal;
}

    h5 a {
        color: var(--blue-dark);
    }

        h5 a:hover {
            color: var(--black);
            text-decoration: none;
        }

h6 {
    font-family: "Rubik", sans-serif;
    font-optical-sizing: auto;
    font-size: .9rem;
    font-weight: 500;
    font-style: normal;
    line-height: 1.5em;
}

p {
    color: var(--black);
    font-family: "Roboto", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    font-style: normal;
    line-height: 1.6em;
}

    p .small {
        color: var(--black);
        font-size: .95rem;
        font-weight: 400;
        font-style: normal;
        line-height: 1.6em;
    }

blockquote p {
    color: var(--black);
    font-family: "Lora", serif;
    font-size: 1.3rem;
    font-weight: 500;
    font-style: italic;
    line-height: 1.8em;
}

.blockquote-footer {
    margin-top: 15px;
}

dl, ol, ul {
    padding-left: 1rem;
}

.head h4 {
    font-family: "Rubik", sans-serif;
    font-optical-sizing: auto;
    font-size: 1.4rem;
    font-weight: 500;
    font-style: normal;
    line-height: 1.4em;
}

.head a.btn-white {
    font-size: 1.2rem;
    padding: 12px 30px;
}

a.navbar-brand img {
    width: 250px;
}

.arrow {
    opacity: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform-origin: 50% 50%;
    transform: translate3d(-50%, -50%, 0);
}

.arrow-first {
    animation: arrow-movement 2s ease-in-out infinite;
}

.arrow-second {
    animation: arrow-movement 2s 1s ease-in-out infinite;
}

.arrow:before, .arrow:after {
    background: #ffffff;
    content: '';
    display: block;
    height: 3px;
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
}

.arrow:before {
    transform: rotate(45deg) translateX(-23%);
    transform-origin: top left;
}

.arrow:after {
    transform: rotate(-45deg) translateX(23%);
    transform-origin: top right;
}

@keyframes arrow-movement {
    0% {
        opacity: 0;
        top: 0%;
    }

    70% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.shadow {
    width: 90px;
    height: 10px;
    background-color: #000000;
    border-radius: 50%;
    opacity: 0.1;
    margin: auto;
}

.robo {
    animation-name: up;
    animation-duration: 0.8s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    animation-direction: alternate;
}

@keyframes up {
    100% {
        transform: translateY(-25px);
    }
}

.shadow {
    animation-name: shadow;
    animation-duration: 0.8s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    animation-direction: alternate;
}

@keyframes shadow {
    100% {
        transform: scaleX(1.2);
    }
}


.green, a .green {
    color: var(--green);
}

.bg-gradiente {
    background: rgb(238, 240, 243);
    background: linear-gradient(0deg, rgba(238, 240, 243, 1) 0%, rgba(255, 255, 255, 1) 100%);
}

.etapas {
    padding: 50px 0;
}

    .etapas .number {
        font-size: 3.5rem;
        font-weight: 600;
        text-align: center;
        color: #fff;
        background-color: var(--blue-dark);
        width: 80px;
        height: 80px;
        border-radius: 50%;
        margin-top: -80px;
        margin-bottom: 15px;
    }

.etapa {
    border-radius: 5px;
    padding: 45px 20px 20px 20px;
    background-color: var(--blue-light);
    z-index: 1 !important;
    height: 100% !important;
}

    .etapa h3 {
        font-size: 1.5rem;
        font-weight: 600;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .etapa h5 {
        font-size: 1.1rem;
        line-height: 1.6rem;
        font-weight: 400;
    }

    .etapa .small {
        font-size: .75rem;
    }

.bg-breadcrumb {
    color: var(--white);
    padding-top: 15px;
    background-color: #062E67;
}

.breadcrumb {
    background: transparent;
}

.breadcrumb-item a {
    color: var(--white);
}

.breadcrumb-item.active {
    color: var(--white);
}

.breadcrumb-item + .breadcrumb-item::before {
    color: var(--white);
}

.valor {
    font-size: 1.6rem;
    font-weight: 600;
}

.previous-back {
    font-size: .8rem;
    font-weight: 600;
    padding: 10px 15px;
    color: var(--black);
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 25px;
}

    .previous-back:hover {
        color: var(--blue-dark);
        background-color: #ebebeb;
        text-decoration: none;
    }

ul.list2 {
    line-height: 2em;
}

.bg-blue-dark {
    color: var(--white);
    background-color: var(--blue-dark);
}

.bg-blue {
    color: var(--white);
    background-color: #50BCEB;
}

.bg-blue-light {
    background-color: #F2F6FC;
}

.slick-prev:before,
.slick-next:before {
    font-size: 2rem !important;
    color: #000000 !important;
}

.slick-slide {
    height: auto !important;
}

    .slick-slide img {
        padding: 20px;
    }

/* FAQ */
.faq h5 {
    color: var(--blue-dark);
    font-size: 1.1rem;
    font-weight: 600;
}

.faq-about {
    padding: 60px 0;
    background-color: #F2F6FC;
}

.faq h4 .btn-link {
    font-size: 1.1rem;
    font-weight: 500;
    color: var(--blue-dark);
    line-height: 140%;
    transition: .2s;
    text-align: left;
}

.faq-response {
    padding: 1.25rem 2rem;
    font-size: 1.0rem;
    font-weight: 400;
    color: #232333;
    line-height: 170%;
}

    .faq-response p {
        font-size: 1.0rem;
        font-weight: 400;
        color: #232333;
        line-height: 170%;
    }

.faq .accordion > .card > .card-header {
    border-radius: 0;
    margin-bottom: 0px;
}

.faq .card-header {
    background-color: #F2F6FC;
    border-bottom: solid 1px #fff;
}

.faq .text-faq {
    color: #333;
    font-size: 1rem;
    font-weight: 500;
}

/* BLOG */
.blog .img {
    display: block;
    overflow: hidden;
}

.blog a img {
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    margin: 0;
    max-height: 295px;
}

.blog a:hover img {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
}

.blog .desc {
    padding: 15px 0px 75px 0px;
}

a.post {
    font-size: 1rem;
    font-weight: 400;
    color: var(--black);
    line-height: 160%;
}

h2.blog-post-title {
    font-size: 1.6rem;
    line-height: 1.8rem;
}

.blog-post h3 {
    font-size: 1.3rem;
}

.blog-main ul {
    padding-left: 15px;
    margin-bottom: 30px;
}

    .blog-main ul li {
        margin-bottom: 15px;
    }

.blog a h3 {
    font-size: 1.3rem;
    font-weight: 500;
    color: var(--blue-dark);
    line-height: 1.4em;
    transition: .2s;
    text-align: left;
}

.blog a:hover {
    text-decoration: none;
}

.blog .link-read {
    display: inline-flex;
    font-size: .9rem;
    font-weight: 400;
    line-height: 140%;
    color: var(--blue-dark);
    text-transform: uppercase;
    border-bottom: 1px solid var(--blue-dark);
}

.blog a .cat span {
    display: inline-flex;
    font-size: 1rem;
    font-weight: 500;
    font-style: italic;
    color: var(--blue-dark);
}

    .blog a .cat span + span {
        margin-left: 10px;
    }

.blog-sidebar {
    margin-top: 100px;
}

    .blog-sidebar h6 {
        font-weight: 600;
        padding-left: 10px;
    }

    .blog-sidebar ol.list-blog {
        margin-bottom: 0px;
    }

        .blog-sidebar ol.list-blog li {
            font-size: 1.1rem;
            font-weight: 500;
            border-bottom: dotted 1px var(--blue-dark);
        }

            .blog-sidebar ol.list-blog li:last-child {
                border-bottom: 0;
            }

            .blog-sidebar ol.list-blog li a {
                color: #0e76e0;
                display: block;
                padding: 15px 10px;
            }

                .blog-sidebar ol.list-blog li a:hover {
                    color: var(--blue-dark);
                    text-decoration: none;
                }
/* BLOG */

.blog a:hover {
    text-decoration: none;
}

/* Social Share */
ul.list-social {
    padding-left: 0;
    list-style: none;
}

.list-social li {
    display: inline-block;
}

ul.list-social li:not(:last-child) {
    margin-right: 0rem !important;
}

/* End Social Share */

/* Blog/Materials Search */
.title-search {
    letter-spacing: -0.015em;
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 10px;
}

ul.search-term {
    padding-left: 0;
}

    ul.search-term li {
        list-style: none;
        display: inline;
    }

        ul.search-term li a {
            padding: 10px 10px 10px 15px;
            display: inline-block;
            min-width: 100px;
            line-height: 100%;
            font-size: .8rem;
            color: #fff;
            background: #0e76e0;
            margin-right: 10px;
            margin-bottom: 10px;
            text-align: center;
            border: solid 2px #fff;
        }

            ul.search-term li a .fa {
                font-size: .6rem;
            }

            ul.search-term li a:hover {
                text-decoration: none;
                color: #fff;
                background: #171c20;
            }

/* End Blog/Materials Search */

a.btn-all {
    color: #BDC3C7;
    font-size: 1.2rem;
    font-weight: 500;
    border: solid 1px #BDC3C7;
    padding: 10px 30px;
    transition: .3s;
}

.btn-all:hover {
    color: var(--blue-dark);
    border: solid 1px var(--blue-dark);
}

.navbar-nav a.nav-link {
    color: var(--black) !important;
    font-size: .9rem;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 6px;
}

    .navbar-nav a.nav-link:hover,
    .navbar-nav a.nav-link:active {
        color: var(--blue-dark) !important;
    }

.navbar-nav a.btn-blue {
    font-family: "Roboto", sans-serif;
    color: var(--white) !important;
    background-color: var(--blue-dark);
    border: solid 2px var(--blue-dark);
    border-radius: 5px;
    padding: 10px 15px;
    margin: 0 10px;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    .navbar-nav a.btn-blue:hover {
        color: var(--white) !important;
        background-color: var(--blue-dark);
        border: solid 2px var(--blue-dark);
        text-decoration: none;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

.navbar-nav a.btn-white {
    font-family: "Roboto", sans-serif;
    color: var(--blue-dark) !important;
    background-color: var(--white);
    border: solid 2px var(--blue-dark);
    border-radius: 5px;
    padding: 10px 15px;
    margin: 0 10px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    .navbar-nav a.btn-white:hover {
        color: var(--white) !important;
        background-color: var(--blue-dark);
        border: solid 2px var(--blue-dark);
        text-decoration: none;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

.btn-white, a.btn-white {
    font-family: "Rubik", sans-serif;
    color: var(--blue-dark) !important;
    font-size: .9rem;
    font-weight: 600;
    background-color: var(--white);
    border: solid 2px var(--blue-dark);
    border-radius: 5px;
    padding: 12px 15px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    .btn-white:hover, a.btn-white:hover {
        color: var(--white) !important;
        background-color: var(--blue-dark);
        border: solid 2px var(--blue-dark);
        text-decoration: none;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

.btn-blue, a.btn-blue {
    font-family: "Rubik", sans-serif;
    color: var(--white) !important;
    font-size: .9rem;
    font-weight: 600;
    background-color: var(--black);
    border: solid 2px var(--black);
    border-radius: 5px;
    padding: 12px 15px;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    .btn-blue:hover, a.btn-blue:hover {
        color: var(--white) !important;
        background-color: var(--blue-dark);
        border: solid 2px var(--blue-dark);
        text-decoration: none;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

.bg-top {
    background: rgb(255, 255, 255);
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(242, 246, 252, 1) 100%);
}

.bg-2color {
    color: #ffffff;
    border-radius: 20px;
    background: linear-gradient(to right, var(--blue-dark) 50%, var(--blue) 50%);
}

.bg-destaque {
    border-radius: 5px;
    padding: 20px 20px 20px 20px;
    background-color: var(--blue-light);
    z-index: 1 !important;
}

.bg-beneficios {
    text-align: center;
    border-radius: 8px;
    padding: 15px;
    background-color: var(--white);
    box-shadow: 0px 30px 40px rgba(212, 217, 232, 0.2);
    /*box-shadow: 0 1rem 3rem rgba(0, 0, 0, .05) !important;*/
    border: solid 1px var(--blue-light);
    z-index: 1 !important;
    height: 100%;
}

.destaque {
    color: var(--white);
    border-radius: 20px;
    padding: 30px 25px;
    margin: 0 0 60px 0;
    background-color: var(--blue-dark);
    /*
    position: absolute;
    top: 150px;
    opacity: 1;*/
}

    .destaque h4 {
        font-size: 1.2rem;
        font-weight: 600;
        text-transform: uppercase;
    }

    .destaque p {
        color: var(--white);
        font-size: 1.05rem;
        font-weight: 400;
        margin-bottom: 0;
    }

.chamadas {
    height: 500px;
    background-attachment: fixed;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    /* filter: contrast(.5) brightness(.5);*/
    z-index: -1;
}



.chamadas-box {
    background: rgb(0, 0, 0); /* Fallback color */
    background: rgba(0, 0, 0, 0.5); /* Black background with opacity */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#1B1A1A), color-stop(60%, rgba(255, 255, 255, 0)));
    background-image: -o-linear-gradient(top, #1B1A1A 0%, rgba(255, 255, 255, 0) 60%);
    background-image: linear-gradient(180deg, #1B1A1A 0%, rgba(255, 255, 255, 0) 60%);
    color: #ffffff;
    width: 100%;
    height: 100%;
    max-height: 500px;
}

.child {
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#1B1A1A), color-stop(90%, rgba(27, 26, 26, 0)));
    background-image: -o-linear-gradient(top, #1B1A1A 0%, rgba(27, 26, 26, 0) 90%);
    background-image: linear-gradient(180deg, #1B1A1A 0%, rgba(27, 26, 26, 0) 90%);
    z-index: -1;
    opacity: 0.5;
}

.beneficios {
    padding: 80px 0;
    background-color: #F8F9FA;
}

    .beneficios img {
        margin: 30px 0 15px 0;
    }

    .beneficios h6 {
        color: var(--black);
        font-family: "Roboto", sans-serif;
        font-size: 1rem;
        font-weight: 700;
        text-transform: uppercase;
    }

    .beneficios p {
        color: var(--black);
        font-family: "Roboto", sans-serif;
        font-size: 1rem;
        font-weight: 400;
    }

.beneficios-in img {
    margin: 30px 0 15px 0;
}

.beneficios-in h6 {
    color: var(--black);
    font-family: "Roboto", sans-serif;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
}

.beneficios-in p {
    color: var(--black);
    font-family: "Roboto", sans-serif;
    font-size: 1rem;
    font-weight: 400;
}

.subtitle {
    font-size: 1.2rem;
    font-weight: 400;
    text-align: center;
    margin-bottom: 30px;
}

.bg-testimonial {
    padding: 100px 0;
    background: rgb(238, 240, 243);
    background: linear-gradient(0deg, rgba(238, 240, 243, 1) 0%, rgba(255, 255, 255, 1) 100%);
}

.testimonial {
    padding: 40px;
    border-radius: 20px;
    background-color: var(--white);
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .05) !important;
}

    .testimonial h3 {
        font-size: 1.5rem;
        font-weight: 600;
        margin-top: 15px;
    }

        .testimonial h3 a {
            color: var(--blue-dark);
            font-size: 1.5rem;
            font-weight: 600;
            margin-top: 15px;
        }

            .testimonial h3 a:hover {
                text-decoration: none;
            }

    .testimonial p {
        color: var(--black);
        font-family: "Lora", serif;
        font-size: 1.15rem;
        font-weight: 500;
        font-style: italic;
        line-height: 1.8em;
    }

.testimonial-name {
    color: var(--black);
    font-family: "Rubik", sans-serif;
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
}

.testimonial-store {
    color: var(--black);
    font-family: "Rubik", sans-serif;
    font-size: .9rem;
    font-weight: 500;
}

form.form-flex {
    display: flex !important;
}

input.news {
    flex: 1;
    height: 50px;
    padding: 0 15px;
    border: 0;
    border-radius: 5px 0 0 5px;
    color: #fff;
    font-size: 1rem;
    border: 2px solid #ccc;
    background-color: #DCE2E5;
    border-right: 0;
}

.btn-news {
    height: 50px;
    padding: 0 15px;
    background-color: var(--black);
    border-radius: 0px 5px 5px 0px;
    border: 0;
    color: #fff;
    font-weight: 500;
    transition: background-color 0.2s;
}

    .btn-news:hover {
        color: #fff;
        background-color: var(--blue-dark);
        transition: background-color 0.2s;
    }

footer {
    color: var(--black);
    background-color: #FCEBDC;
    padding: 115px 0 60px 0;
}

.logo-footer {
    max-width: 220px;
}

footer h4 {
    font-size: 1.4rem;
}

footer h5 {
    font-size: .9rem;
    text-transform: uppercase;
}

footer a {
    color: var(--black);
}

    footer a:hover {
        color: var(--black);
        text-decoration: underline;
    }

footer a.brand img {
    width: 220px;
    margin-bottom: 15px;
}

footer ul {
    list-style: none;
    padding-left: 0;
    margin-top: 15px;
}

    footer ul li {
        font-family: "Roboto", sans-serif;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5em;
    }

        footer ul li a {
            font-family: "Roboto", sans-serif;
            font-size: 1rem;
            font-weight: 400;
            line-height: 2em;
        }

ul.social {
    list-style: none;
}

    ul.social li {
        display: inline;
    }

        ul.social li a {
            padding: 10px;
        }

.copy {
    font-size: .8rem;
    font-weight: 300;
}

    .copy a {
        text-decoration: underline;
    }

a.whatsicon {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 120px;
    right: 30px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 26px;
    box-shadow: 1px 1px 2px #888;
    z-index: 1000;
}

.footer-bar {
    color: var(--blue-dark);
    padding: 20px 0 20px 0;
    background-color: var(--white);
}

.scrollup {
    width: 48px;
    height: 48px;
    position: fixed;
    bottom: 60px;
    right: 30px;
    border-radius: 25px;
    display: none;
    z-index: 15;
    text-indent: -9999px;
    background: url(/Assets/v1/img/icon_top.png) no-repeat #272727;
}



.carousel-indicators {
    bottom: -30px;
}

    .carousel-indicators li {
        position: relative;
        height: 8px;
        width: 8px;
        border-radius: 50%;
        display: block;
        background: #fff;
        border: 2px solid var(--blue-dark);
        margin: 0 5px;
    }

        .carousel-indicators li.active {
            position: relative;
            height: 8px;
            width: 8px;
            border-radius: 50%;
            display: block;
            background: var(--blue-dark);
            border: 2px solid var(--blue-dark);
            margin: 0 5px;
        }

.carousel-control-prev {
    top: -50px;
    left: -20px;
}

.carousel-control-next {
    top: -50px;
    right: -20px;
}

.carousel-control-next,
.carousel-control-prev {
    opacity: .2;
}

/*
.carousel-control-prev-icon {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}

.carousel-control-next-icon {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}

.carousel-control-next,
.carousel-control-prev {
filter: invert(100%);
}
*/



@media (max-width: 767px) {
    .head .btn {
        display: block;
    }
}

@media (max-width: 991px) {

    .navbar-nav a.nav-link {
        border-bottom: dotted 1px #ebebeb;
    }

    .navbar-nav .nav-item .btn {
        display: block;
    }

    .navbar-nav a.btn-blue, .navbar-nav a.btn-white {
        margin: 0 0;
    }

    .robo {
        width: auto;
        height: 240px;
        margin: auto;
    }

    h1 {
        font-size: 2.6rem;
    }

    h2 {
        font-size: 1.8rem;
    }

    .bg-2color {
        background: linear-gradient(to bottom, var(--blue-dark) 50%, var(--blue) 50%);
    }

    .etapas {
        padding: 50px 0 0 0;
    }

    .etapa {
        height: auto !important;
        margin-bottom: 40px;
    }

        .etapa p {
            font-size: 1.2rem;
        }

    .destaque {
        padding: 30px 25px 0px 25px;
    }

    .destaque h4 {
        font-size: 1.2rem;
        margin-top: 10px;
    }

    .destaque p {
        font-size: 1rem;
        display: block;
        margin-top: 10px;
        margin-bottom: 30px;
    }

    .subtitle {
        text-align: left;
    }

    .slick-slide img {
        padding: 0px;
        width: 60%;
    }

    .testimonial {
        margin-top: 100px !important;
        padding: 30px 15px;
    }

        .testimonial .media {
            display: block;
        }

        .testimonial .quote {
            margin-top: -60px;
        }

    .diferencial p {
        margin-bottom: 0px;
    }

    .diferencial .bg-destaque {
        margin-bottom: 20px;
    }

    .faq-about .card-header {
        padding: .75rem .25rem;
    }

    .faq-about .faq-response {
        padding: 1.25rem 1rem;
        line-height: 150%;
    }

    .faq .card-header {
        padding: .75rem .25rem;
    }

    .faq .faq-response {
        padding: 1.25rem 1rem;
        line-height: 150%;
    }

    .blog-post h3 {
        font-size: 1.2rem;
    }

    footer {
        padding: 45px 0;
    }

        footer h4 {
            font-size: 1.8rem;
        }

    a.whatsicon {
        width: 40px;
        height: 40px;
        bottom: 60px;
        right: 15px;
    }

        a.whatsicon .fa-2x {
            font-size: 1.2em;
        }

    .scrollup {
        display: none !important;
    }
}
