:root {
    --cor-1: #58a655;
    --cor-2: #6cb05b;
    --cor-3: #565859;
    --cor-4: #43d18c;
    --cor-5: #565859;
    --cor-6: #9b9ea0;
}

span {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    text-transform: none;
    line-height: 1.7;
    letter-spacing: 0;
    color: #333;
    font-family: "Poppins", sans-serif;
}

.inner-page #footer {
    background: #fff;
}

.pagination .page-item:not(.disabled).active>.page-link,
.pagination .page-item:not(.disabled):active>.page-link,
.pagination .page-item:not(.disabled):focus>.page-link {
    background-color: #eee;
    color: var(--cor-3);
}

.header-extras:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 35%;
    width: 1px;
    background: #fff;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.header-extras>ul>li:last-child>* {
    padding-right: 0!important;
}

.header-extras>ul>li:first-child>* {
    padding-left: 0!important;
}

.header-extras>ul>li+li {
    margin-left: 1.5vw!important;
}

#why {
    padding-bottom: 40px!important;
    /* padding: 0; */
    background: #fff;
}

.flex-why {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: column;
}

.why-text {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: justify;
    /* padding-right: clamp(30px, 6.7vw, 8%); */
}

.title {
    font-size: clamp(35px, 2.4vw, 45px);
    line-height: 1.2;
    color: var(--cor-3);
    margin-bottom: 20px!important;
    position: relative;
}

.why-text__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: 600;
}

.p-lead {
    font-size: clamp(15px, 2vw, 18px);
    line-height: 1.5;
    color: #000;
}

.why-banner {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
            align-items: stretch;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-top: 30px;
}

.why-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    /* border-bottom: 10px solid var(--cor-5); */
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 20px 20px 20px 20px;
    overflow: hidden;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.slick-serv .slick-next {
    right: 30px;
}

.why-space {
    margin-right: 20px!important;
    border-bottom: 5px solid var(--cor-1);
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    background: white;
}

.why-space:before {
    content: "Saiba mais";
    background: rgb(255 255 255 / 90%);
    position: absolute;
    z-index: 1;
    right: 0;
    font-size: 20px;
    font-weight: 500;
    padding: 20px 20px;
    bottom: 0;
    opacity: 0;
    width: 100%;
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    cursor: pointer;
    color: var(--cor-1);
	pointer-events: none;
}

.why-box__title {
    max-width: 265px;
    margin-bottom: 10px!important;
    line-height: 1.2;
    font-size: clamp(16px, 5vw, 18px);
    color: #fff;
    position: relative;
    font-weight: 400;
    z-index: 47;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.why-box:after {
    content: "";
    display: block;
    padding-bottom: calc(100% / 3 * 3);
}

.why-banner-blog .why-box:after {
    content: "";
    display: block;
    padding-bottom: calc(100% / 3 * 2);
}

.why-text__title b {
    position: relative;
    display: block;
    margin-left: 10px;
}

.why-text__title:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
        -ms-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
    width: calc(100% + 20px);
    height: 500px;
    background-image: url('../images/bg-word.png');
    z-index: -1;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: none;
}

.why-box:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -o-linear-gradient(bottom, hsl(0 0% 0% / .8) 0%, rgba(10, 1, 1, 0) 100%);
    background: -webkit-gradient(linear, left bottom, left top, from(hsl(0 0% 0% / .8)), to(rgba(10, 1, 1, 0)));
    background: linear-gradient(0deg, hsl(0 0% 0% / .8) 0%, rgba(10, 1, 1, 0) 100%);
    -webkit-transition: background 3s ease;
    -o-transition: background 3s ease;
    transition: background 3s ease;
}

.slick-relacionados .why-space:before {
    color: var(--cor-1);
}

.why-space--blog.why-space:before {
    content: "Leia mais";
    color: #fff;
}

.service-list .why-space:before {
    /* color: #fff; */
}

.flex-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding-left: 15vw;
}

.flex-footer-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #fff;
    padding: 0px;
    position: relative;
    z-index: 1;
    width: 100%;
    margin-bottom: 30px;
}

.footer-bg {
    position: absolute;
    left: -2%;
    top: 30px;
    z-index: 0;
    height: 84%;
    opacity: .1;
}

.flex-logo-news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.footer-logo__img {
    height: 65px;
}

.news-box {
    padding: 30px;
    width: 100%;
}

.news-box__title {
    margin-bottom: 20px!important;
    line-height: 1;
    font-size: clamp(25px, 1.7vw, 30px);
}

.news-box__input-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.news-box__input-button .btn {
    white-space: nowrap;
}

.site-link {
    width: 100%;
    border-top: 1px solid #d0d0d0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px 0 0 0;
}

.site-link__title {
    padding-left: 30px;
    font-size: 15px;
    font-weight: 500;
    color: var(--cor-1);
    width: 100%;
    margin-bottom: 20px!important;
    line-height: 1;
}

.footer-contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    background: var(--cor-1);
    padding: 0 50px 80px 40px;
    position: relative;
}

.footer-contacts__links {
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    font-weight: 300!important;
}

.footer-contacts__wpp-desk {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer-contacts__wpp-mob {
    display: none;
}

.footer-contacts__links+.footer-contacts__links {
    margin-top: 12px;
}

.footer-contacts__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 32px;
    width: 32px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #fff;
    border-radius: 50%;
    margin-right: 20px;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.footer-contacts__icon i {
    color: var(--cor-1);
    font-size: 16px;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.footer-contacts:after {
    content: "";
    position: absolute;
    right: 100%;
    bottom: 0;
    height: 9999px;
    width: 30px;
    background: var(--cor-1);
}

.footer-contacts:before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 0;
    height: 9999px;
    background: var(--cor-1);
    width: 100%;
}

.site-link__link {
    width: 33.33333333%;
    text-align: center;
    background-position: center;
    background-size: cover;
    background-color: var(--cor-1);
    background-blend-mode: multiply;
    padding: 20px;
    font-size: clamp(18px, 1.2vw, 20px);
    text-transform: uppercase;
    letter-spacing: .5px;
    -webkit-filter: drop-shadow(0px 0px 0px black);
    filter: drop-shadow(0px 0px 0px black);
    -webkit-transition: background-color .3s ease, -webkit-transform .3s ease, -webkit-filter .3s ease;
    transition: background-color .3s ease, -webkit-transform .3s ease, -webkit-filter .3s ease;
    -o-transition: background-color .3s ease, transform .3s ease, filter .3s ease;
    transition: background-color .3s ease, transform .3s ease, filter .3s ease;
    transition: background-color .3s ease, transform .3s ease, filter .3s ease, -webkit-transform .3s ease, -webkit-filter .3s ease;
    line-height: 1.2;
}

.site-link__link:not(:last-of-type) {
    border-right: 1px solid #fff;
}

input,
select,
textarea {
    border: 1px solid #eaf1f8;
    background: #eaf1f8;
    min-height: 45px!important;
    border-radius: 0;
    margin-bottom: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.news-box__input-button input {
    margin-right: 5px;
    width: 100%;
}

input:focus,
select:focus,
textarea:focus {
    border-color: #ffffff!important;
    outline-color: var(--cor-5)!important;
    -webkit-box-shadow: 0 0 0 0.2rem rgb(251 186 0 / .25)!important;
    box-shadow: 0 0 0 0.2rem rgb(251 186 0 / .25)!important;
}

#mainMenu nav>ul>li>a:before {
    content: "";
    position: absolute;
    top: calc(50% + 16px);
    width: 100%;
    height: 2px;
    background: var(--cor-2);
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

#header.header-sticky {
    height: 130px;
    line-height: 130px;
}

#header.header-sticky .header-inner {
    height: 80px;
    -webkit-transform: translateY(10px)!important;
        -ms-transform: translateY(10px)!important;
            transform: translateY(10px)!important;
    border-radius: 10px;
}

#header.header-sticky .header-inner .header-extras {
    height: 80px;
}

#header.header-sticky .header-inner #logo {
    height: 80px;
}

#header.header-sticky .header-inner .header-extras>ul>li>a:not(.btn) {
    height: 80px;
    line-height: 80px;
}

.banner-inner-pages {
    top: -130px;
    margin-bottom: -130px;
    padding: 190px 0 160px 0;
    position: relative;
    text-align: center;
    z-index: 0;
    background: #eee;
    min-height: 60vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.banner-inner-pages__title {
    font-weight: 700;
    margin-bottom: 10px!important;
    line-height: 1.1;
    color: #fff;
    font-size: clamp(40px, 3vw, 55px)!important;
    text-shadow: 0px 0px 4px #00000030;
}

.banner-inner-pages__img {
    position: absolute;
    /* left: 25vw; */
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-filter: blur(2px);
    filter: blur(0px);
    z-index: -2;
    background-color: #b6b6b6;
}

.banner-inner-pages:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
}

.breadcrumb ol li:hover a {
    color: var(--cor-5)!important;
}

.frame-section {
    width: calc(90% - 14vw);
    left: unset;
    padding-left: 7vw;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
    padding: 40px 0!important;
    margin-bottom: -20px;
    border-radius: 15px;
    background: rgb(255 255 255 / 100%)!important;
}

.banner-inner-pages+.frame-section {
    top: -100px;
}

.frame-section .container-fluid {
    padding-left: 2vw;
    padding-right: 2vw;
    position: relative;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.carousel-floated {
    max-width: clamp(500px, 50vw, 700px);
    float: right;
    width: 100%;
    margin-left: 30px;
    margin-bottom: 0;
    -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    border-radius: 0;
    overflow: hidden;
}

.img-16-9 {
    display: block;
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 15px;
}

.img-16-9:after {
    content: "";
    display: block;
    padding-bottom: calc(100% / 3* 2);
}

.img-16-9>img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.inspiro-slider.dots-inside .flickity-page-dots,
.carousel.dots-inside .flickity-page-dots {
    bottom: 8px;
    position: absolute;
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.title__center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

.mvv-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(0, 1fr) 30px minmax(0, 1fr) 30px minmax(0, 1fr);
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-gap: 30px;
    margin-top: 80px;
}

.mvv-box {
    background: -o-radial-gradient(right top, circle, #004d9c 9%, #004ba3 48%, #00336e 91%);
    background: #4b4b4b;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px;
    -webkit-box-shadow: 0 0 20px #00001f29;
            box-shadow: 0 0 20px #00001f29;
    border-radius: 15px;
}

.mvv-box__icon {
    height: 60px;
    width: auto;
    display: block;
    /* -webkit-filter: brightness(0) invert(1); */
    margin-bottom: 15px;
}

.mvv-mvv-box__title {
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    margin-bottom: 15px!important;
}

.mvv-box__text * {
    color: #fff;
    /* text-align: center; */
    font-size: 16px;
}

.mvv-box__text *:last-child {
    margin-bottom: 10px!important;
}

.mvv-box__text ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    /* align-items: center; */
    margin-bottom: 0;
}

.mvv-box__text li {
    padding-left: 11px;
    position: relative;
    margin-bottom: 9px;
    line-height: 1.2;
}

.mvv-box__text li:before {
    content: "";
    position: absolute;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #fff;
    top: 8px;
}

.frame-section.deslocado-y-frame {
    padding-bottom: 0!important;
    overflow: visible;
}

.mvv-grid.deslocado-y {
    position: relative;
    z-index: 2;
}

.title.title__small {
    font-size: clamp(22px, 1.5vw, 25px);
    letter-spacing: -0.5px;
}

.map-iframe {
    background: transparent;
    height: 50vh;
    position: relative;
    z-index: 3;
    border-radius: 30px;
    overflow: hidden;
    -webkit-box-shadow: 10px 10px 30px rgba();
            box-shadow: 10px 10px 30px rgba();
}

.form-control::-webkit-input-placeholder {
    color: var(--cor-3);
    position: relative;
    top: 0;
    left: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.form-control::-moz-placeholder {
    color: var(--cor-3);
    position: relative;
    top: 0;
    left: 0;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.form-control:-ms-input-placeholder {
    color: var(--cor-3);
    position: relative;
    top: 0;
    left: 0;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

.form-control::-ms-input-placeholder {
    color: var(--cor-3);
    position: relative;
    top: 0;
    left: 0;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

.form-control::placeholder {
    color: var(--cor-3);
    position: relative;
    top: 0;
    left: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.form-control:focus::-webkit-input-placeholder {
    top: -18px;
    font-size: 14px;
}

.form-control:focus::-moz-placeholder {
    top: -18px;
    font-size: 14px;
}

.form-control:focus:-ms-input-placeholder {
    top: -18px;
    font-size: 14px;
}

.form-control:focus::-ms-input-placeholder {
    top: -18px;
    font-size: 14px;
}

.form-control:focus::placeholder {
    top: -18px;
    font-size: 14px;
}

.form-control:focus {
    padding: 22px 16px 10px!important
}

.footer-contacts__link--contact-page {
    margin: 5px 10px!important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 400!important;
    color: #333;
}

.main-contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 25px 0 30px!important;
}

.footer-contacts__link--contact-page .footer-contacts__icon {
    background: var(--cor-5);
    margin-right: 5px;
}

.footer-contacts__link--contact-page .footer-contacts__icon i {
    color: #fff;
}

.footer-contacts__link--contact-page:hover .footer-contacts__icon i {
    color: #fff;
}

.form-contato {
    margin-bottom: 40px;
}

.slick-three-centered__img {
    display: block;
    width: 100%;
    height: auto;
    opacity: .5;
    -webkit-transition: -webkit-transform .6s ease;
    transition: -webkit-transform .6s ease;
    -o-transition: transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease, -webkit-transform .6s ease;
    z-index: -1;
    position: relative;
    -webkit-filter: blur(2px);
    filter: blur(2px);
}

.slick-three-centered__box {
    -webkit-transform: scale(0.8) translateX(8vw);
    -ms-transform: scale(0.8) translateX(8vw);
    transform: scale(0.8) translateX(8vw);
    background: -o-radial-gradient(right top, circle, #eee 9%, #eee 48%, #eee 91%);
    background: radial-gradient(circle at right top, #eee 9%, #eee 48%, #eee 91%);
    -webkit-transition: all .6s ease!important;
    -o-transition: all .6s ease!important;
    transition: all .6s ease!important;
    z-index: -1;
    position: relative;
    -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}

.no-padding-wrapper {
    position: relative;
    width: calc(100% + 4vw);
    left: -2vw;
}

.slick-current.slick-active .slick-three-centered__img {
    opacity: 1;
    z-index: 2;
}

.slick-current.slick-active.slick-three-centered__box {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    z-index: 1;
}

.slick-three-centered__box.slick-current.slick-center .slick-three-centered__img {
    opacity: 1;
    -webkit-filter: blur(0px) drop-shadow(4px 4px 89px #0076ff) grayscale(0)!important;
    filter: blur(0px) drop-shadow(4px 4px 89px #000) grayscale(0)!important;
}

.slick-three-centered__box.slick-current.slick-center {
    -webkit-transform: scale(1) translateX(0);
    -ms-transform: scale(1) translateX(0);
    transform: scale(1) translateX(0);
    z-index: 2;
    -webkit-box-shadow: 3px 3px 13px rgba(0, 0, 0, 0.2);
    box-shadow: 3px 3px 13px rgba(0, 0, 0, 0.2);
    background: -o-radial-gradient(right top, circle, var(--cor-1) 9%, var(--cor-1) 48%, var(--cor-1) 91%);
    background: radial-gradient(circle at right top, var(--cor-1) 9%, var(--cor-1) 48%, var(--cor-1) 91%);
}

.slick-three-centered__box.slick-current.slick-center+.slick-three-centered__box {
    -webkit-transform: scale(.8) translateX(-8vw);
    -ms-transform: scale(.8) translateX(-8vw);
    transform: scale(.8) translateX(-8vw);
}

.slick-three-centered .slick-track {
    padding: 13px 0;
}

.slick-next,
.slick-prev {
    width: 42px;
    height: 42px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 3;
}

.slick-next:before,
.slick-prev:before {
    font-size: 42px;
    opacity: 1;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.slick-destaque .slick-next:before,
.slick-destaque .slick-prev:before {
    color: var(--cor-3);
    font-family: 'Poppins';
    /* font-size: 50px; */
}

.slick-next {
    right: 15px;
}

.slick-prev {
    left: 15px;
}

.slick-next:disabled,
.slick-prev:disabled {
    opacity: 0;
    cursor: auto;
}

.slick-arrow:hover:before {
    color: var(--cor-2)!important;
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
    opacity: 0;
}

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

.slick-dots li button {
    width: 15px;
    height: 15px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.slick-dots li button:before {
    line-height: 15px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 15px;
    height: 15px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    color: var(--cor-1)
}

.slick-dots li button:before {
    opacity: .3;
    color: var(--cor-3);
}

.slick-dots li.slick-active button:before {
    opacity: 1;
    color: var(--cor-3);
}

.slick-dots {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px;
    border-radius: 4px;
    background: #fff;
}

.slick-dotted.slick-slider.slick-three-centered {
    margin-bottom: 80px;
}

.cta-box {
    display: inline-block;
    background: var(--cor-1);
    margin-left: auto;
    margin-top: 63px;
    margin-right: auto;
    width: auto;
    border-radius: 15px;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 16px 30px;
    -webkit-box-shadow: 3px 3px 12px rgba(0, 0, 0, .2);
    box-shadow: 3px 3px 12px rgba(0, 0, 0, .2);
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff!important;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.cta-box__icon {
    height: 40px;
    margin-left: 15px;
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.cta-box__icon.cta-box__icon--hover {
    position: absolute;
    right: 50px;
    z-index: -1;
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.modal .form-contato {
    margin-bottom: 20px!important;
}

.slick-slider.slick-three-centered .slick-dots {
    bottom: 20px;
}

#header.header-sticky #mainMenu {
    height: 80px;
}

#header.header-sticky #mainMenu nav {
    height: 80px;
}

#header.header-sticky #mainMenu nav>ul {
    height: 80px;
}

#header.header-sticky #mainMenu nav>ul>li {
    height: 80px;
}

#header.header-sticky #mainMenu nav>ul>li>a {
    height: 80px;
}

.text-editor.text-editor-center {
    text-align: center;
}

.text-editor.text-editor-center {
    text-align: center;
    width: 100;
}

.text-editor.text-editor-center *:last-child {
    margin-bottom: 0px!important;
}

.slick-three-centered {
    margin-top: 60px;
}

.text-editor.text-editor-center ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style: none;
    margin-bottom: 25px;
    margin-top: 25px;
}

.text-editor.text-editor-center li {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    text-transform: none;
    line-height: 1.3;
    letter-spacing: 0;
    color: #333;
    font-family: "Poppins", sans-serif;
    position: relative;
    padding-left: 14px;
    margin-bottom: 10px;
}

.text-editor.text-editor-center li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    height: 5px;
    width: 5px;
    border-radius: 100%;
    background: var(--cor-5);
}

.slick-three-centered--products {
    margin: 60px 0!important;
}

.slick-three-centered--products .slick-three-centered__box.slick-current.slick-center {
    background: -o-radial-gradient(left top, circle, var(--cor-1) 9%, var(--cor-1) 50%, var(--cor-1) 80%);
    background: radial-gradient(circle at left top, var(--cor-1) 9%, var(--cor-1) 50%, var(--cor-1) 80%);
}

.slick-three-centered--products .slick-three-centered__img {
    max-width: 100%;
    max-height: 50vh;
    -webkit-filter: blur(0px) drop-shadow(0px 0px 0px rgba(0, 0, 0, 0)) grayscale(1)!important;
    filter: blur(0px) drop-shadow(0px 0px 0px rgba(0, 0, 0, 0)) grayscale(1)!important;
    display: block;
    opacity: .6;
    width: auto;
    height: auto;
}

.slick-three-centered--products .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.slick-three-centered--products .slick-track>div {
    height: auto!important;
}

.slick-three-centered--products .slick-three-centered__box {
    background: -o-radial-gradient(left top, circle, #eee 9%, #eee 50%, #eee 80%);
    background: radial-gradient(circle at left top, #eee 9%, #eee 50%, #eee 80%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 50px 50px 70px;
}

.main-section {
    background-color: #fff;
    position: relative;
    top: 0;
    margin-bottom: 0;
    background-image: unset;
    background-size: cover;
    background-position: center;
    padding-top: 0;
    z-index: 2;
    overflow: visible;
    width: 100%;
}

.container-banner {
    z-index: 2;
    position: relative;
    padding-top: 250px;
    overflow: visible;
    min-height: 76vh;
    padding-bottom: 8vw!important;
}

.container-destaque {
    position: relative;
    z-index: 3;
    padding-bottom: 0;
    top: 0;
    background: #f3f3f3;
}

.slick-destaque {
    z-index: 2;
    top: 0;
    padding-top: 0;
    width: calc(100% + 40px);
    margin-bottom: 0!important;
}

.box-produto {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: transparent;
    padding: 20px 20px 80px;
    margin: 0;
    position: relative;
    opacity: 1;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.box-produto__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.box-produto__tag {
    color: var(--cor-5);
    font-size: 20px;
    line-height: 1;
    display: block;
    margin-bottom: 4px;
}

.box-produto__title {
    color: #333;
    font-size: clamp(20px, 2.2vw, 30px);
    font-weight: 500;
    line-height: 1;
    margin-bottom: 20px!important;
    text-align: center;
}

.box-produto__desc {
    color: #333;
    font-size: clamp(15px, 1.2vw, 18px);
    margin-bottom: 0px!important;
}

.main-slick-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.main-slick-left {
    width: 45%;
    overflow: visible;
    z-index: 4;
}

.main-slick-left__title {
    color: #fff;
    font-size: clamp(37px, 2.5vw, 45px);
    font-weight: 600;
    line-height: 1.1;
    margin-bottom: 20px!important;
}

.main-slick-left__desc {
    color: #fff;
    margin-bottom: 20px!important;
}

.main-slick-right {
    width: 45%;
    top: -40px;
}

.main-slick-right__image {
    width: 100%;
    position: relative;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.main-slick-right__img,
.main-slick-right__img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 15px;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .3);
    box-shadow: 0 0 15px rgba(0, 0, 0, .3);
}

.container-destaque__bg {
    background-image: url(../images/imagem-home-projetos-2.png);
    background-position: top right;
    opacity: 1;
    z-index: 0;
    position: absolute;
    top: -3.5vw;
    left: 0;
    width: 100%;
    height: calc(100% + 3.5vw);
    -webkit-filter: grayscale(1) brightness(5.4);
            filter: grayscale(1) brightness(5.4);
    display: none;
}

.slick-destaque .slick-track {
    margin: 0 -40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.slick-destaque .slick-prev {
    left: -63px;
}

.slick-destaque .slick-next {
    right: -25px;
    color: var(--cor-3);
}

.box-produto__icon img {
    height: 65px;
    margin-bottom: 15px;
    /* filter: contrast(0.6); */
}

.slick-destaque .slick-track .slick-slide {
    margin-left: 40px;
    height: auto;
}

.main-slick-left .slick-next {
    right: -65px;
}

.main-slick-left .slick-prev {
    left: -65px;
}

.main-section+section {
    /* padding-top: 120px!important; */
    /* padding-bottom: 80px!important; */
}

.main-slick-right__image:focus {
    outline: unset;
}

.main-slick-right .slick-track {
    overflow: visible;
}

.main-slick-right {
    width: 45%;
    top: 0;
    z-index: 3;
}

.main-slick-left .slick-dots {
    background: transparent;
    bottom: -70px;
}

.main-slick-left .slick-dots li button:before {
    font-size: 15px;
    color: #fff;
    opacity: .5;
}

.main-slick-left .slick-dots li.slick-active button:before {
    opacity: 1;
}

.main-slick-left .slick-dots li button {
    height: 25px;
    width: 25px;
    line-height: 25px;
}

.main-slick-left .slick-dots li {
    height: 25px;
    width: 25px;
    line-height: 25px;
}

.slick-three-centered.slick-three-centered--projects .slick-three-centered__img {
    -webkit-transform: rotateX(0deg) rotateY(0deg);
    transform: rotateX(0deg) rotateY(0deg);
    height: 30vh;
    width: auto;
    max-width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    -webkit-filter: blur(0px) drop-shadow(4px 4px 89px #0076ff) grayscale(1)!important;
    filter: blur(0px) drop-shadow(4px 4px 89px #0076ff) grayscale(1)!important;
}

.slick-three-centered.slick-three-centered--projects .slick-three-centered__box {
    height: 50vh!important;
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    padding: 0 15px;
}

.slick-three-centered.slick-three-centered--projects .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.slick-three-centered.slick-three-centered--projects .slick-three-centered__box.slick-current.slick-center .slick-three-centered__img {
    -webkit-transform: rotateX(20deg) rotateY(-20deg);
    transform: rotateX(20deg) rotateY(-20deg);
}

.slick-three-centered--products .slick-arrow:before {
    color: var(--cor-1);
}

.slick-three-centered .slick-arrow:before {
    color: var(--cor-1);
}

.main-slick-right>div>div,
.main-slick-right>div {
    overflow: visible;
}

.container-banner__bg {
    position: absolute;
    left: 25vw;
    top: 0;
    width: calc(100% - 25vw);
    height: calc(100% + 130px);
    background-color: #bbbbbb;
    background-size: cover;
    background-position: top center;
    z-index: -1;
    overflow: hidden;
}

.main-slick-flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.main-slick-right .slick-slide {
    padding: 15px;
}

.main-slick-right__image:after {
    content: "";
    display: block;
    padding-bottom: calc(100% / 16 * 9);
}

#header.header-sticky #mainMenu nav>ul>li>a {
    color: var(--cor-3);
}

#header.header-sticky .header-extras>ul>li>a:not(.btn) i,
#header.header-sticky .header-extras>ul>li .topbar-dropdown>.title i {
    color: var(--cor-3);
}

#header.header-sticky .header-extras:before {
    background: var(--cor-1);
}

.main-slick-left .btn:not(.close):not(.mfp-close) {
    background: transparent;
    border-color: #fff;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: 500;
    font-size: 16px;
}

.main-slick-left .btn:hover:not(.close):not(.mfp-close) {
    color: var(--cor-1);
    background: rgba(255,255,255,0.8);
    -webkit-box-shadow: -4px 3px 6px rgb(0 0 0 / 30%);
            box-shadow: -4px 3px 6px rgb(0 0 0 / 30%);
    border-color: rgba(255,255,255,0);
}
.slick-serv {
    z-index: 2;
    top: 0;
    padding-top: 20px;
    width: 98%;
    /* overflow: visible; */
}

.container-banner__bg:before {
    z-index: 21;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: var(--cor-5);
    background: -o-linear-gradient(45deg, var(--cor-2) -79%, var(--cor-5) 80%);
    background: linear-gradient(45deg, var(--cor-2) -79%, var(--cor-5) 80%);
    opacity: 0.8;
}

.flex-auto-adjust {
    width: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 4rem 1fr 4rem 1fr 4rem 1fr 4rem 1fr 4rem 1fr;
    grid-template-columns: repeat(6, 1fr);
    gap: 4rem;
}

.flex-auto-adjust .brands-home {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.brands-home__img {
    width: auto;
    height: 65px;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
    display: block;
    position: relative;
    top: 0;
    -webkit-filter: drop-shadow(0px 0px 0px rgba(0, 0, 0, .0));
            filter: drop-shadow(0px 0px 0px rgba(0, 0, 0, .0));
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}


/************************* #HOME SOBRE NÓS  *************************/

#home .frame-section .container-fluid {
    padding-left: 7vw;
    padding-right: 7vw;
}

#home .frame-section {
    width: 100%;
    left: unset;
}


/************************* FOOTER  *************************/

#footer .footer-content {
    padding: 0;
}

#footer {
    background-color: #fff;
}

#footer .copyright-content {
    background: #333;
}

.footer-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    padding: 60px 0 0 0;
}

.logo-medias-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: auto;
    padding-right: 5%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.logo-container__img {
    width: clamp(200px, 23vw, 225px);
    height: auto;
}

.medias-horizontal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 50px;
}

.flex-medias-menu {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 40px;
    position: relative;
}

.flex-medias-menu:before {
    content: "";
    position: absolute;
    right: -970px;
    width: calc(100% + 1000px);
    height: 15px;
    background: -o-radial-gradient(left top, circle, var(--cor-5) 9%, var(--cor-2) 58%, var(--cor-5) 91%);
    background: radial-gradient(circle at left top, var(--cor-5) 9%, var(--cor-2) 58%, var(--cor-5) 91%);
    bottom: 0;
    border-radius: 30px 0 0 0;
}

.contact-contaner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-bottom: 20px;
}

.contact-contaner__flex-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.contact-contaner__info {
    line-height: 1.3;
    font-size: clamp(13px, 1.3vw, 15px);
    /* color: var(--cor-1)!important; */
    color: #333!important;
    padding: 5px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    font-weight: 400;
    margin-left: 2rem;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.contact-contaner__info>i {
    font-size: 120%;
    margin-right: 10px;
    color: var(--cor-2);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.menu-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-top: 20px;
    border-top: 2px solid #d2d2d2;
}

.quick-menu {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 0;
}

.quick-menu__link {
    font-size: clamp(17px, 2vw, 17px);
    line-height: 1;
}

.quick-menu__link>a {
    display: block;
    padding: 7px 20px;
    border-radius: 100vw;
    border: 2px solid transparent;
    font-weight: 400;
    background: transparent;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    /* color: var(--cor-1)!important; */
    color: #333!important;
    font-size: clamp(16px, 1.3vw, 15px)!important;
}

.medias-horizontal a {
    height: 40px;
    width: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 25px;
    margin: 0 10px 0 0;
    border: 2px solid var(--cor-3);
    border-radius: 50%;
    color: var(--cor-3)!important;
    font-weight: 400!important;
    background: transparent;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}


/* ******************************* */

.banner-inner-pages__fig:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    /* left: 25vw; */
    background: var(--cor-5);
    background: -o-radial-gradient(76% top, circle, var(--cor-5) 20%, var(--cor-5) 70%, var(--cor-1) 112%);
    background: radial-gradient(circle at 76% top, var(--cor-5) 20%, var(--cor-5) 70%, var(--cor-1) 112%);
    opacity: 0.6;
}


/****************** SERVICOS ********************/

.grid-int .why-banner {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    width: 100%;
}

.grid-int .why-space {
    margin-right: 0!important;
}


/***********************************************/

.why-space:hover .why-box {
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.why-space:hover .why-box:before {
    content: "";
    /* background: #0000009e; */
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 0;
    /* filter: blur(90px); */
    -webkit-transition: background 0s ease;
    -o-transition: background 0s ease;
    transition: background 0s ease;
}


/**********BOTAO WHATSAPP***********/

.btn-whatsapp-rounded-position {
    position: fixed;
    bottom: 20px;
    top: auto;
    right: 20px;
    left: auto;
    z-index: 50;
}

.btn-whatsapp-rounded {
    background-color: #25d366;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    font-size: 30px;
    height: 50px;
    line-height: 50px;
    position: relative;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 50px;
}

.btn-whatsapp-rounded span {
    background-color: #fff;
    border-radius: 0;
    display: block;
    height: 0;
    left: 50%;
    margin: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    width: 0;
}

.btn-whatsapp-rounded:hover span {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin: -25px;
}

.btn-whatsapp-rounded i {
    background: none;
    color: #fff;
    height: 50px;
    left: 0;
    line-height: 50px;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    width: 50px;
    z-index: 10;
}

.btn-whatsapp-rounded i.fa-whatsapp:before {
    position: relative;
    top: -1px;
}

.btn-whatsapp-rounded:hover i {
    color: #25d366;
}

.btn-whatsapp-rounded.desk {
    display: inline-block;
}

.btn-whatsapp-rounded.mob {
    display: none;
}

.blog__grid {
    /* display: grid; */
    /* grid-template-columns: 70% 1fr; */
    /* gap: 40px; */
}

.blog__grid_column-1,
.blog__grid_column-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
}

.tags__custom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
}

.tags__custom li {
    margin-top: 1rem;
}

section.blog-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    margin: auto;
}

.blog-section .carousel-floated,
.serv-section .carousel-floated {
    float: unset;
    margin: auto;
}

.blog-section ul.slick-dots {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}

.pagination {
    margin: 0;
    margin-top: 50px;
}

.blog-section.frame-section {
    left: unset;
}

.container__custom {
    padding-left: 2vw;
    padding-right: 2vw;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
}

section.galeria {
    width: 100%;
    left: unset;
    right: unset;
    position: relative;
    z-index: 1;
    padding: 0 0!important;
    padding-bottom: 120px!important;
    margin-bottom: -20px;
    background: unset;
    padding-left: 7vw!important;
    padding-right: 7vw!important;
}


/* CAROUSEL BANNER */

.main-slick-left {
    width: unset;
    display: -ms-grid;
    display: grid;
}

.grid__carousel {
    display: -ms-grid!important;
    display: grid!important;
    -ms-grid-columns: 1fr 60px 1fr;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 60px;
       -moz-column-gap: 60px;
            column-gap: 60px;
}

.fade-in-left {
    -webkit-animation: fade-in-left;
            animation: fade-in-left;
    -webkit-animation-duration: 3s!important;
            animation-duration: 3s!important;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
}

.container-banner .slick-prev:before {
    color: var(--cor-5)!important;
}

.container-banner .slick-prev:hover:before {
    color: var(--cor-1)!important;
}

.slick-margin-20 {}

.slick-margin-20 .slick-list {
    margin-left: -10px;
    margin-right: -10px;
}

.slick-margin-20 .slick-slide>* {
    margin-left: 10px!important;
    margin-right: 10px!important;
}

.shape-divider--top {
    bottom: unset;
    top: 0;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    width: 100vw;
}

.shape-divider--top path {
    fill: #fff!important;
}

.shape-divider:after {
    content: "";
}

.shape-riavere {
    position: absolute;
    bottom: calc(100% + -1px);
    /* left: 50%; */
    -webkit-transform: translatey(3px);
    -ms-transform: translatey(3px);
    transform: translatey(3px);
    width: 100vw;
    overflow: hidden;
    clear: both;
}

.shape-riavere:after {
    content: "";
    display: block;
    padding-bottom: 7vw;
}

.shape-riavere .shape-divider {
    width: 100%;
    bottom: 0;
    height: 5vw;
    top: unset;
}

.shape-riavere .shape-divider:nth-child(1) {
    z-index: 3!important;
}

.shape-riavere .shape-divider:nth-child(2) {
    z-index: 2!important;
    -webkit-transform: rotate(2deg);
        -ms-transform: rotate(2deg);
            transform: rotate(2deg);
}

.shape-riavere .shape-divider:nth-child(3) {
    z-index: 1!important;
    -webkit-transform: rotate(-2deg);
        -ms-transform: rotate(-2deg);
            transform: rotate(-2deg);
}

.shape-riavere .shape-divider:nth-child(1) path {
    fill: #f3f3f3!important;
}

.shape-riavere .shape-divider:nth-child(2) path {
    fill: var(--cor-6)!important;
}

.shape-riavere .shape-divider:nth-child(3) path {
    fill: var(--cor-3)!important;
}

.time_line {
    position: relative;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    background: #eee;
}

.time_line-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}

.time_line-content:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-bottom: 1px solid;
    bottom: 80px;
}

.time_line-img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 120px;
    margin-bottom: 15px;
}

.time_line-logo {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    overflow: hidden;
    z-index: 6;
    background: #eee;
    padding: 0px 30px;
}

.time_line-year {
    font-size: 25px;
    color: var(--cor-1);
}

.time_line-logo:before {
    /* content: ''; */
    width: 20%;
    border-top: 1px dashed #333;
    position: absolute;
    top: 35%;
    right: -50%;
    -webkit-transform: translate(-100%, 0);
        -ms-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
}

.time_line-logo:last-child:before {
    content: '';
    border-top: unset;
}

.blog-section .carousel-floated,
.serv-section .carousel-floated {
    max-width: clamp(600px, 52vw, 590px)!important;
}

.blog_card-custom .why-space:before {
    content: unset!important;
}

.blog_custom .why-box__title {
    color: #333;
    max-width: 100%;
}

.blog_card-box2 {
    padding: 15px;
    width: 100%;
}

.blog_custom {
    -webkit-box-shadow: 0 0 5px rgb(0 0 0 / 30%);
            box-shadow: 0 0 5px rgb(0 0 0 / 30%);
}

.blog_card-box2--data {
    margin-bottom: 5px;
    display: block;
}

.widgets-content {
    position: -webkit-sticky;
    position: sticky;
    top: 120px;
    height: 100%;
}

.blog-section .blog_card-box2--data {
    /* margin-top: 40px; */
}

.post-meta-category {
    z-index: 1;
}

.post-meta-category span {
    margin-right: 3px;
    background: var(--cor-2);
    z-index: 1;
    padding: 1.5px 10px;
    border-radius: 5px;
    bottom: 0;
    left: 0;
    color: #fff;
}

.img-hover i {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    font-size: 60px;
    -webkit-transform: translate(-50%, -50%) rotateX(90deg);
            transform: translate(-50%, -50%) rotateX(90deg);
    opacity: 0.8;
    /* z-index: 640; */
    -webkit-filter: opacity(0.9);
            filter: opacity(0.9);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.img-hover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 13;
    width: 100%;
    height: 100%;
    background: transparent;
}

.why-space:hover .img-hover i {
    -webkit-transform: translate(-50%, -50%) rotateX(0deg);
            transform: translate(-50%, -50%) rotateX(0deg);
    /* transition-delay: 0.3s; */
}

.why-space:hover .img-hover {
    /* background: rgb(255 255 255 / 30%); */
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

@-webkit-keyframes fade-in-left {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px);
                transform: translateX(-100px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
                transform: translateX(0);
    }
}

@keyframes fade-in-left {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px);
                transform: translateX(-100px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
                transform: translateX(0);
    }
}

@media(min-width:1024px) {
    .why-space:hover .why-box__title {
        -webkit-transform: translateY(-60px);
            -ms-transform: translateY(-60px);
                transform: translateY(-60px);
    }
    .blog_card-custom .why-space:hover .why-box__title {
        -webkit-transform: translateY(0px);
            -ms-transform: translateY(0px);
                transform: translateY(0px);
    }
    #header.header-sticky .header-inner #logo a>img {
        height: 45px;
    }
    .why-space:hover:before {
        opacity: 1;
        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0);
    }
    .blog_card-custom .why-space:hover:before {
        opacity: 1;
        -webkit-transform: unset!important;
            -ms-transform: unset!important;
                transform: unset!important;
    }
    .pagination .page-item:not(.disabled):hover>.page-link {
        background-color: #eee;
        color: var(--cor-1);
    }
    .container-banner .slick-prev:hover:before {
        color: var(--cor-3)!important;
    }
    .slick-slide:nth-child(odd) .box-produto {
        top: 0;
    }
    .slick-destaque .slick-track {
        padding-top: 40px;
    }
    .cta-box:hover {
        background: var(--cor-5);
        color: #fff!important;
    }
    
    .cta-box:hover .cta-box__icon.cta-box__icon--hover {
        opacity: 1;
    }
    #mainMenu nav>ul>li.hover-active>a,
    #mainMenu nav>ul>li.hover-active>span,
    #mainMenu nav>ul>li.current>a,
    #mainMenu nav>ul>li.current>span,
    #mainMenu nav>ul>li:hover>a,
    #mainMenu nav>ul>li:hover>span,
    #mainMenu nav>ul>li:focus>a,
    #mainMenu nav>ul>li:focus>span {
        color: #fff;
    }
    #header.header-sticky #mainMenu nav>ul>li.hover-active>a,
    #header.header-sticky #mainMenu nav>ul>li.hover-active>span,
    #header.header-sticky #mainMenu nav>ul>li.current>a,
    #header.header-sticky #mainMenu nav>ul>li.current>span,
    #header.header-sticky #mainMenu nav>ul>li:hover>a,
    #header.header-sticky #mainMenu nav>ul>li:hover>span,
    #header.header-sticky #mainMenu nav>ul>li:focus>a,
    #header.header-sticky #mainMenu nav>ul>li:focus>span {
        color: var(--cor-1);
    }
    .header-extras>ul>li>a:not(.btn) i {
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }
    .header-extras>ul>li>a:hover:not(.btn) i {
        color: var(--cor-1)!important;
    }
    .footer-contacts__links:hover {
        color: var(--cor-5)!important;
    }
    .footer-contacts__links:hover .footer-contacts__icon {
        background: var(--cor-5);
    }
    .site-link__link:hover {
        z-index: 1;
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
        border-right: unset;
        background-color: var(--cor-5);
        color: #fff!important;
        -webkit-filter: drop-shadow(2px 4px 6px black);
        filter: drop-shadow(2px 4px 6px black);
    }
    .site-link__link.site-link__auto:hover {
        background-color: var(--cor-3);
    }
    .site-link__link.site-link__log:hover {
        background-color: var(--cor-2);
    }
    .site-link__link.site-link__agro:hover {
        background-color: var(--cor-4);
    }
    .site-link__link.site-link__pe:hover {
        background-color: var(--cor-5);
    }
    #mainMenu nav>ul>li:hover>a:before {
        -webkit-transform: translateX(-50%) scale(1);
        -ms-transform: translateX(-50%) scale(1);
        transform: translateX(-50%) scale(1);
    }
    .pagination .page-item:not(.disabled)>.page-link {
        color: var(--cor-1);
        font-weight: 600;
    }
    #footer a:hover {
        color: var(--cor-2)!important;
    }
    #footer a:hover i {
        color: var(--cor-2);
    }
    #footer .medias-horizontal a:hover {
        border: 2px solid var(--cor-2)!important;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        background: unset;
    }
    .time_line-logo:before {
        /* content: ''; */
        /* width: 20%; */
        border-top: 1px dashed #333;
        position: absolute;
        top: 35%;
        right: -60%;
        -webkit-transform: translate(-100%, 0);
            -ms-transform: translate(-100%, 0);
                transform: translate(-100%, 0);
    }
    .time_line-logo:last-child:before {
        content: '';
        border-top: unset;
    }
    .login-panel .container-fluid {
        width: 60%;
        margin: auto;
    }
    li.cliente:before {
        width: 100%;
        height: 44px;
        left: 50%;
        top: 50%;
        border-radius: 5px;
        background: #6cb05b;
        content:
        ""!important;
        display: block!important;
        -webkit-transform: rotate(0) translate(-50%, -50%)!important;
        -ms-transform: rotate(0) translate(-50%, -50%)!important;
        transform: rotate(0) translate(-50%, -50%)!important;
        position: absolute;
    }
}

@media(max-width:1500px) {
    .mainMenu-open .x.toggle-active .lines:before,
    .mainMenu-open .x.toggle-active .lines:after {
        background: #fff;
    }
    .mainMenu-open .x.toggle-active .lines {
        -webkit-transform: scale(1.2);
            -ms-transform: scale(1.2);
                transform: scale(1.2);
    }
    .banner-inner-pages__img {
        /* left: 32vw; */
    }
    .why-text {
        width: 100%;
        padding-right: 50px;
        text-align: center;
    }
    .why-banner {
        width: 60%;
    }
    .why-text__title b:before {
        height: 6px;
    }
    .why-box:after {
        padding-bottom: calc(100% / 3 * 3);
    }
    .flex-footer {
        padding-left: 7vw;
    }
    .container-banner__bg {
        left: 30vw;
        height: calc(100% + 180px);
    }
}

@media(max-width:1300px) {
    .box-produto {
        padding: 50px 30px 80px;
    }
    .box-produto__icon img {
        height: 65px;
    }
    .slick-destaque .slick-track {
        margin: 0 -30px;
    }
    .slick-destaque .slick-track .slick-slide {
        margin-left: 30px;
    }
    .slick-destaque {
        width: calc(100% + 30px);
        padding-top: 50px;
    }
}

@media(max-width: 1025px) {
    .container-banner .slick-prev:before {
        color: #fff!important;
    }
    .why-space:before {
        bottom: 0;
        opacity: 1;
        width: 100%;
        text-align: left;
        padding: 10px 20px;
        /* background: rgb(115 179 92 / 65%); */
        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0);
    }
    .why-box__title {
        margin-bottom: 35px!important;
    }

    .blog_card-box2 .why-box__title {
        margin-bottom: 10px!important;
    }
    .blog_card-box2 p {
        margin-bottom: 0px!important;
    }

    .cta-box__icon.cta-box__icon--hover {
        display: none;
    }
    .container-banner__bg {
        height: 100%;
    }
    .container-banner {
        padding-bottom: 110px;
        padding-top: 210px;
    }
    .container-destaque__bg {
        top: -45px;
        background-position: top left;
    }
    .box-produto {
        padding: 30px 0;
    }
    .box-produto__icon img {
        margin-bottom: 20px;
    }
    .box-produto__title {
        margin-bottom: 20px!important;
    }
    .slick-destaque>div:last-child .box-produto {
        padding-bottom: 120px;
    }
    #header .header-inner,
    #header #header-wrap {
        background-color: #fff;
        -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
    }
    .container-banner__bg {
        left: 0;
        width: calc(100% - 0px);
        height: calc(100% + 130px);
        background-position: top center;
    }
    .main-slick-right>div>div,
    .main-slick-right>div {
        overflow: hidden;
    }
    .main-slick-right__img {
        -webkit-filter: unset;
        filter: unset;
    }
    .slick-destaque {
        padding-top: 0;
    }
    .main-slick-right {
        width: 100%;
    }
    #mainMenu nav {
        height: auto;
    }
    #mainMenu nav>ul {
        height: auto;
    }
    #mainMenu nav>ul>li {
        height: auto;
    }
    #mainMenu nav>ul>li>a {
        height: auto;
    }
    .slick-destaque {
        margin-left: auto;
        margin-right: auto;
        width: calc(100% + 30px - 100px);
    }
    .main-slick-flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .main-slick-left {
        width: calc(100% - 50px);
        margin-bottom: 80px!important;
        text-align: center;
    }
    .main-slick-left .slick-prev {
        left: -50px;
    }
    .main-slick-left .slick-next {
        right: -50px;
    }
    .main-slick-left .slick-dots {
        bottom: -50px;
    }
    .no-padding-wrapper {
        width: calc(100% + 60px);
        left: -30px;
    }
    .container-fluid,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        width: 100%;
        padding-right: 30px;
        padding-left: 30px;
    }
    .frame-section .container-fluid {
        padding-left: 30px;
        padding-right: 30px;
    }
    .main-contacts {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .frame-section {
        padding: 60px 0!important;
    }
    .carousel-floated {
        max-width: 500px;
        float: unset;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 40px;
    }
    .footer-contacts:after {
        content: unset;
    }
    .footer-contacts__links:hover {
        color: var(--cor-5)!important;
    }
    #header .header-inner #logo,
    #header #header-wrap #logo {
        height: 80px;
    }
    #header .header-inner,
    #header #header-wrap {
        height: 80px;
        width: 100vw!important;
        left: 0!important;
        padding: 0 30px;
    }
    #header {
        height: 80px;
        line-height: 80px;
    }
    #header #mainMenu {
        display: block;
        opacity: 1;
        overflow-y: scroll;
        position: fixed;
        z-index: 198;
        top: 0;
        left: -300px;
        width: 300px;
        background: rgb(255 255 255 / .98);
        overflow-y: auto;
        padding: 100px 30px 30px 30px;
        -webkit-transition: all .3s ease!important;
        -o-transition: all .3s ease!important;
        transition: all .3s ease!important;
        min-height: 100vh!important;
        max-height: unset!important;
        -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, .0);
        box-shadow: 0px 0px 0px rgba(0, 0, 0, .0);
    }
    .mainMenu-open #header .header-inner #logo {
        left: 30px;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    .fancy-mobile {
        position: fixed;
        left: 0;
        width: 0;
        height: 100vh;
        top: 0;
        background: var(--cor-5);
        opacity: 0;
        z-index: -199;
        -webkit-transition: width .3s ease, left .3s ease, opacity .15s ease;
        -o-transition: width .3s ease, left .3s ease, opacity .15s ease;
        transition: width .3s ease, left .3s ease, opacity .15s ease;
    }
    .mainMenu-open .fancy-mobile {
        width: calc(100% - 300px);
        left: 300px;
        opacity: .8;
    }
    #mainMenu nav>ul>li.hover-active>a,
    #mainMenu nav>ul>li.hover-active>span,
    #mainMenu nav>ul>li.current>a,
    #mainMenu nav>ul>li.current>span,
    #mainMenu nav>ul>li:hover>a,
    #mainMenu nav>ul>li:hover>span,
    #mainMenu nav>ul>li:focus>a,
    #mainMenu nav>ul>li:focus>span {
        color: var(--cor-5);
    }
    .overflow-y-hidden {
        overflow-y: hidden;
        padding-right: 0;
    }
    .x.toggle-active .lines,
    .x.toggle-active .lines:before,
    .x.toggle-active .lines:after {
        width: 35px;
        height: 3px;
    }
    .flex-why {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
    }
    .why-text {
        width: 100%;
        padding-right: 0px;
        margin-bottom: 30px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .title {
        font-size: 30px;
    }
    .why-banner {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .why-box {
        -webkit-box-flex: unset;
        -ms-flex: unset;
        flex: unset;
        width: 100%;
        border-bottom: unset;
        /* border-left: 7px solid var(--cor-5); */
        text-align: left;
    }
    .why-box:after {
        content: "";
        padding-bottom: calc(100% / 3 * 3);
    }
    .flex-footer {
        padding: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .flex-logo-news {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .news-box__input-button {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .news-box__input-button input[type="text"] {
        margin: 5px;
        max-width: 300px;
    }
    .news-box__input-button .btn {
        margin: 5px!important;
    }
    #footer .footer-logo {
        border-right: unset;
        border-bottom: 1px solid #d0d0d0;
        padding: 20px;
    }
    .news-box {
        padding: 20px;
        text-align: center;
    }
    .site-link {
        text-align: center;
    }
    .site-link__link {
        width: 100%;
    }
    .site-link__link.site-link__pe {
        background-color: var(--cor-5);
    }
    .site-link__link.site-link__agro {
        background-color: var(--cor-4);
    }
    .site-link__link.site-link__auto {
        background-color: var(--cor-3);
    }
    .site-link__link.site-link__log {
        background-color: var(--cor-2);
    }
    .site-link__link:not(:last-of-type) {
        border-right: unset;
        border-bottom: 1px solid #ffff;
    }
    .footer-bg {
        left: unset;
        right: 0;
        top: unset;
        bottom: -5%;
        height: unset;
        width: 68vw;
    }
    .site-link__link:hover {
        color: #fff!important;
    }
    .mvv-grid {
        -ms-grid-columns: minmax(0, 1fr);
        grid-template-columns: repeat(1, minmax(0, 1fr));
        grid-gap: 30px;
    }
    .why-text__title {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .float-wrapper {
        text-align: center;
    }
    .frame-section {
        padding-top: 40px!important;
    }
    .text-editor.text-editor-center li {
        text-align: left;
    }
    .text-editor.text-editor-center ul {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .blog_card-box2 {
        padding: 15px;
        width: 100%;
    }
}

@media (max-width:991px) {
    .banner-inner-pages__fig:before {
        left: 0;
    }
    .banner-inner-pages {
        min-height: unset;
    }
    .banner-inner-pages__img {
        left: 0;
        top: 130px;
    }
    .medias-horizontal a:last-child {
        margin-right: unset;
    }
    .contact-contaner__info {
        font-size: 16px;
    }
    #home {
        top: -150px;
    }
    li.quick-menu__link {
        font-size: 17px;
    }
    .btn-whatsapp-rounded.desk {
        display: none;
    }
    .btn-whatsapp-rounded.mob {
        display: inline-block;
    }
    .footer-flex {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        text-align: center;
    }
    .footer-flex {
        padding: 0;
    }
    .logo-medias-flex {
        padding-right: 0;
    }
    .logo-container__img {
        margin-bottom: 20px;
        display: none;
    }
    .medias-horizontal {
        margin-bottom: 30px;
        margin-top: 30px;
    }
    .flex-medias-menu:before {
        right: 5%;
        width: 90%;
        border-radius: 30px 30px 0 0;
    }
    .contact-contaner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding-bottom: 20px;
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }
    .contact-contaner__flex-group {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .menu-container {
        padding-top: 20px;
    }
    .menu-container {
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }
    .quick-menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .grid__carousel {
        -ms-grid-columns: 100%;
        grid-template-columns: 100%;
    }
    .about-grid {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
    }
    .carousel-floated {
        margin-top: 50px;
    }
    .grid-int .why-banner {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        margin: auto;
        margin-bottom: 30px;
    }
    .time_line-content {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: space-evenly;
            -ms-flex-pack: space-evenly;
                justify-content: space-evenly;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-align: stretch;
            -ms-flex-align: stretch;
                align-items: stretch;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .time_line-logo:before {
        content: '';
        width: 0;
        height: 40%;
        border-right: 1px dashed #333;
        border-top: unset;
        position: absolute;
        bottom: 20%;
        top: unset;
        right: 50%;
        -webkit-transform: translate(-100%, 180%);
            -ms-transform: translate(-100%, 180%);
                transform: translate(-100%, 180%);
    }
    .time_line-logo:last-child:before {
        content: '';
        border-right: unset;
    }
    .fundo-bg.primario {
        display: none;
    }
}

@media(max-width:767px) {
    .main-slick-right__image {
        display: none;
    }
    .grid-int .why-banner {
        -ms-grid-columns: 100%;
        grid-template-columns: 100%;
        margin: auto;
    }
    .cta-box {
        padding: 15px 30px;
    }
    .carousel-floated {
        margin-bottom: 0;
    }
    .main-section+section {
        padding-top: 40px!important;
        padding-bottom: 60px!important;
    }
    .main-section {
        padding-top: 0;
    }
    .main-slick-left__title {
        font-size: 30px;
    }
    .slick-destaque {
        margin-left: auto;
        margin-right: auto;
        width: calc(100%);
    }
    .slick-destaque .slick-track .slick-slide {
        margin-left: 0;
    }
    .slick-destaque .slick-track {
        margin: 0 0;
    }
    .slick-destaque .slick-prev {
        left: -24px;
    }
    .box-produto {
        margin: 0 0px;
    }
    .slick-destaque>div:last-child .box-produto {
        padding-bottom: 100px;
    }
    .time_line-content:before {
        border-bottom: unset;
        /* border-left: 2px solid; */
        left: 50%;
        bottom: 90px;
    }
    .time_line-logo {
        margin-bottom: 30px;
    }
    .blog_card-box2 p {
        display: none;
    }
    .blog_card-box2 .why-box__title {
        font-size: 14px;
    }
    .exit-msg {
        margin-left: 0px!important;
        margin-bottom: 10px;
    }
    .container-fluid.blog-display {
        gap: 20px;
    }
    .arquivos-grid--list {
        grid-template: auto / repeat(2, 1fr)!important;
    }
    .arquivo-cat-list .box-produto__info {
        width: 100%!important;
        text-align: center!important;
        margin-bottom: 0.3em!important;
        margin-top: 0.3em!important;
        line-height: 1;
    }
    .arquivo-cat-list .box-produto__title {
        width: 100%!important;
        text-align: center!important;
        margin-top: .25em;
    }
    .sobre-nos-center > *{
        text-align: center!important;
    }
}

@media(max-width:576px) {
    .shape-riavere:after {
        padding-bottom: 25vw;
    }
    .shape-riavere .shape-divider {
        height: 13vw;
    }
    .shape-riavere .shape-divider:nth-child(2) {
        -webkit-transform: rotate(7deg);
            -ms-transform: rotate(7deg);
                transform: rotate(7deg);
    }
    .shape-riavere .shape-divider:nth-child(3) {
        -webkit-transform: rotate(-7deg);
            -ms-transform: rotate(-7deg);
                transform: rotate(-7deg);
    }
    .flex-why {
        display: contents;
    }
    .contact-contaner__info {
        margin-left: 0;
    }
    .box-produto__icon img {
        height: 60px;
    }
    .slick-three-centered.slick-three-centered--projects .slick-three-centered__box {
        height: 40vh!important;
    }
    .box-produto__title {
        font-size: 24px;
    }
    .frame-section {
        width: calc(100% - 30px);
    }
    .frame-section .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }
    .mvv-grid {
        grid-gap: 15px;
    }
    .no-padding-wrapper {
        width: calc(100% + 30px);
        left: -15px;
    }
    .slick-three-centered .slick-next {
        right: 3px;
    }
    .slick-three-centered .slick-prev {
        left: 3px;
    }
    .slick-three-centered__box.slick-current.slick-center+.slick-three-centered__box {
        -webkit-transform: scale(.8) translateX(-15vw);
        -ms-transform: scale(.8) translateX(-15vw);
        transform: scale(.8) translateX(-15vw);
    }
    .slick-three-centered__box {
        -webkit-transform: scale(.8) translateX(15vw);
        -ms-transform: scale(.8) translateX(15vw);
        transform: scale(.8) translateX(15vw);
    }
    .slick-three-centered__box.slick-current.slick-center {
        -webkit-transform: scale(1) translateX(0);
        -ms-transform: scale(1) translateX(0);
        transform: scale(1) translateX(0);
    }
    .main-slick-left {
        width: calc(100% - 30px);
    }
    .main-slick-left .slick-prev {
        left: -40px;
    }
    .main-slick-left .slick-next {
        right: -40px;
    }
    .cta-box {
        font-size: 18px;
    }
    .cta-box__icon {
        height: 30px;
    }
    .slick-three-centered .slick-next {
        right: 25px!important;
    }
    .slick-custom.slick-three-centered--products .slick-next {
        right: 3px;
    }
    .slick-custom.slick-three-centered--products .slick-prev {
        left: 3px;
    }
    .why-space.why-space--blog.blog_custom {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        width: 50%;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
    }
}

@media (max-width:321px) {
    .main-slick-left__title {
        font-size: 25px;
    }
    p {
        font-size: 15px;
    }
    .box-produto {
        margin: 0 0px;
    }
    .box-produto__desc {
        color: #333;
        font-size: 14px;
    }
    .box-produto {
        padding: 30px 30px 30px;
    }
}
.slick-next:before {
    content: '>';
}
.slick-prev:before {
    content: '<';
}

.container-banner .slick-next:before, .container-banner .slick-prev:before, 
.float-wrapper.about-grid .slick-next:before, .float-wrapper.about-grid .slick-prev:before,
.flex-why .slick-next:before, .flex-why .slick-prev:before,
.carousel-floated .slick-next:before, .carousel-floated .slick-prev:before {
    font-family: 'Poppins';
}
h4.why-box__title b {
    font-weight: 600;
}

.main-slick-left__text a {
    display: inline-block;
}

.body-inner h2.title.title__center {
    font-weight: 500;
    margin-bottom: 30px!important;
}
.cta-box:hover .cta-box__icon {
        opacity: 0;
}

.why-banner-blog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -ms-flex-line-pack: center;
        align-content: center;
}

.why-space.why-space--blog.blog_custom a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}
.why-space.why-space--blog.blog_custom a div.why-box {
    /* flex-grow: 2; */
    width: 40%;
}
.slick-relacionados button.slick-next.slick-arrow:before, .slick-relacionados button.slick-prev.slick-arrow:before {
    color: var(--cor-1);
    font-family: 'Poppins';
}
@media(max-width:350px) {
    .why-space.why-space--blog.blog_custom a div.why-box {
        display: none;
    } 
}

.container-fluid.about-us {
    background: #eee;
    padding-top: 30px;
    padding-bottom: 30px;
}
.body-inner .carousel-floated {
    max-width: clamp(500px, 50vw, 600px);
}

.container-fluid.blog-display {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}

.why-banner.why-banner-blog {
    width: 48%;
    height: 100%;
}

.blog_card-box2 p {
    font-size: 14px;
}

.why-space.why-space--blog.blog_custom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    /* height: 30vh; */
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}

section.frame-section.grid-int.blog_card-custom.deslocado-y-frame {
    width: 80%;
}

@media (max-width:1099px) {

    .container-fluid.blog-display {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .why-banner.why-banner-blog {
        width: 100%;
        height: 100%;
    }
    
}

@media (min-width:1099px) {
    .why-space.why-space--blog.blog_custom {
        height: 30vh;
    }
}

@media (max-width:650px) {
    .why-space.why-space--blog.blog_custom {
        height: 30vh;
    }
    .container-fluid.blog-display {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
    }
    .why-banner.why-banner-blog {
        width: 47%;
        height: -webkit-max-content;
        height: -moz-max-content;
        height: max-content;
    }
    .why-space.why-space--blog.blog_custom {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .why-space.why-space--blog.blog_custom a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        width: 100%;
    }
    .why-space.why-space--blog.blog_custom {
        height: 40vh;
    }


    .blog_card-box2 {
        padding: 15px;
        width: 100%;
    }
    .why-space.why-space--blog.blog_custom a div.why-box {        
        width: 100%;
    }

}
.blog_card-box2 {
    padding: 15px;
    width: 60%;
}

/*
#mainMenu nav > ul > li .dropdown-menu.cliente {
    margin-top: -25px;
}
li.cliente:before {
    content: ""!important;
    background: white;
    display: block!important;
    position: absolute;
    height: 40px;
    width: 1px;
    z-index: 5555555;
    transform: translateY(-50%)!important;
    top: 50%;
    right: unset!important;
}*/
li.cliente {
    margin: 0;
}
.fi-rr-arrow-small-up {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    font-size: 20px!important;
    margin: 0 0 0 5px!important;
    padding: 0!important;
    display: inline-block;
}
.cliente:hover>a {
    /* color: var(--cor-1)!important; */
}

.login {
    color: var(--cor-2)!important;
    border-color: var(--cor-2)!important;
}
.login:hover {
    color: var(--cor-3)!important;
    border-color: var(--cor-3)!important;
    background-color: transparent!important;
    -webkit-transform: scale(.97);
        -ms-transform: scale(.97);
            transform: scale(.97);
}
.password-recovery {
    color: var(--cor-3);
}
.password-recovery:hover {
    color: var(--cor-2);
}

.arquivos-grid {
    display: -ms-grid;
    display: grid;
    width: 100%;
    grid-template: auto / repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px;
    justify-items: center;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    margin: auto;
}

.arquivo-cat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    border: 1px solid #f7f7f7;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 5px;
    -webkit-box-shadow: 1px 2px 4px #0000001c;
            box-shadow: 1px 2px 4px #0000001c;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 30px;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    word-break: break-word;
}
.fi-rr-folder.file {
    font-size: clamp(80px, 7vw, 120px);
}
.btn.category {
    margin-top: 20px;
}
.arquivo-cat:hover {
    -webkit-transform: scale(.99);
        -ms-transform: scale(.99);
            transform: scale(.99);
    -webkit-box-shadow: 1px 2px 8px #00000026;
            box-shadow: 1px 2px 8px #00000026;
    -webkit-transition: -webkit-transform 0.2s ease;
    transition: -webkit-transform 0.2s ease;
    -o-transition: transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease;
    background-color: #fcfffb;
}
.pass-change {
    margin-top: 25px;
}
.arquivo-cat .box-produto__title {
    margin-bottom: 10px!important;
}

.exit-msg {
    display: inline-block;
    margin-left: 20px;
    text-decoration: underline;
    color: var(--cor-3);
}
.exit-msg:hover {
    color: var(--cor-2);
}
.welcome-msg h4 {
    display: inline-block;
}

span.welcome-name {
    color: var(--cor-1);
    font-weight: 600;
    text-transform: uppercase;
    font-size: 28px;
}

.welcome-msg {
    text-align: center;
}
.welcome-msg .box-produto__info {
    margin-bottom: 25px;
}
#header.header-sticky #mainMenu nav>ul>li.cliente>a {
    color: white;
}

/* || Header logo swap */
.inner-page #header #logo a img.logo {
    display: none!important;
}
.inner-page #header #logo a img.logo-innerpages {
    display: block!important;
}
#header #logo a img.logo-innerpages {
    display: none!important;
}
.inner-page #header.sticky-active #logo a img.logo {
    display: block!important;
}
.inner-page #header.sticky-active #logo a img.logo-innerpages {
    display: none!important;
}

@media (max-width: 1024px) {
    .inner-page #header #logo a img.logo {
        display: block!important;
    }
    .inner-page #header #logo a img.logo-innerpages {
        display: none!important;
    }
}


/* || Media Side */
.media-side {
    position: fixed;
    z-index: 200000;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.media-side__list {
    display: flex;
    flex-direction: column;
    margin-bottom: 0 !important;
    background: var(--cor-2);
}

.media-side__item {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

li.media-side__item {}

.media-side__item:not(:last-child) .media-side__link {
    border-bottom: 0;
}

.media-side__item.media-side__item--desk {
    display: block;
}

.media-side__item.media-side__item--mob {
    display: none;
}

.media-side__link {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    /* border: 1px solid var(--cor-3); */
    transition: all 0.3s ease;
}

.media-side__icon {
    color: var(--cor-2);
    font-size: 18px;
    transition: all 0.3s ease;
    position: relative;
}

.media-side__icon {
    content: '';
    background: #fff;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
}

li.breadcrumb-item {
    color: white;
}

.arquivos-grid--list {
    display: -ms-grid;
    display: grid;
    width: 100%;
    grid-template: auto / repeat(1, 1fr);
    gap: 1vw;
    justify-items: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin: auto;
}

.arquivo-cat-list .arquivo-cat-list__img {
    max-height: 4vh;
    width: auto;
}

.arquivo-cat-list .box-produto__title {
    margin-bottom: 0!important;
    font-size: clamp(16px, 2.2vw, 22px);
    letter-spacing: -1px;
    font-weight: 400;
    width: 50%;
    text-align: left;
}

.arquivos-grid--list a {
    width: 100%;
}

.arquivo-cat-list {
    padding: 0.5em 1em;
    align-items: center;
    border: 1px solid gainsboro;
}

.arquivo-cat-list button {
    margin: 0!important;
    padding: 0.5em .57em!important;
    font-size: clamp(1rem,3.5vw,1.2rem)!important;
    min-height: auto!important;
    font-weight: 500!important;
}

.arquivo-cat-list .box-produto__info {
    margin: 0;
    width: 20%;
}

.downloadStatusRed {
    color: #d42e2e;
}
.downloadStatusGreen {
    color: var(--cor-1);
}

iframe[title="reCAPTCHA"] {
    display: block;
    margin: auto;
    position: relative;
}

.title.why-text__title + .p-lead {
    text-align: center;
}

.p-lead {
    text-align: center;
}


.slick-fundo-banner-wrapper {
    width: 100%;
    height: 100%;
}

.slick-fundo-banner {
    width: 100%;
    height: 100%;
}

.slick-fundo-banner .slick-list.draggable, .slick-fundo-banner .slick-track {
    width: 100%;
    height: 100%;
}

.fundo-bg {
    background-position: center center;
    background-size: cover;
}

@media screen and (min-width: 992px) {
    .fundo-bg.secundario {
        display: none;
    }
}
