/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/


/********** BASE ***************/

:root {
    /* cores do site */
    --cor-1: #517524;
    --cor-2: #3a3a3a;
    --cor-3: #8db739;
    /* fontes do site */
    --font-1: 'Raleway', sans-serif;
    --font-2: 'Raleway', sans-serif;
    /* altura do header */
    --header-height-desk-onTop: 10vw;
    --header-height-desk-onTop-neg: -10vw;
    /* usando para reposionar o banner abaixo do header transparente */
    --header-height-desk-fixed: 70px;
    --header-height-mob-onTop: 90px;
    --header-height-mob-onTop-neg: -90px;
    /* usando para reposionar o banner abaixo do header transparente */
    --header-height-mob-fixed: 70px;
    /* padding padrão entre sections */
    --first-last-section-desk: 100px;
    --between-section-desk: 60px;
    --first-last-section-mob: 60px;
    --between-section-mob: 35px;
    /* altura do banner principal */
    --banner-height-desk: calc(100vw / 16 * 8.09);
    --banner-min-height-desk: unset;
    --banner-height-mob: 100vw;
    --banner-min-height-mob: 100vw;
}

p {
    font-size: clamp(16px, 1.5vw, 20px);
    line-height: 1.5;
    color: #3d3d3d;
}

li {
    font-size: clamp(15px, 1.1vw, 18px);
    line-height: 1.3;
    color: #333;
}

.copyright-text {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    line-height: 1.5;
    color: #fff;
}

.copyright-text img {
    margin-top: 8px;
}

section {
    padding-top: var(--between-section-desk);
    padding-bottom: var(--between-section-desk);
}

.produtos_tec {
    background: var(--cor-1);
}

section:first-of-type+section {
    padding-top: var(--first-last-section-desk);
}

section:last-of-type {
    padding-bottom: var(--first-last-section-desk);
}

#footer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 3;
    background: rgb(0 0 0);
    background-image: url('../images/footer.jpg');
    background-size: 100% 100%;
    background-blend-mode: hard-light;
}

.box-footer--logo {}

.newsletter .box-footer {
    padding: 0;
}

#footer:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgb(255 255 255 / 80%);
    z-index: -1;
    filter: brightness(1);
}

body .body-inner {
    position: relative;
    min-height: 100vh;
}

.dark #mainMenu nav>ul>li.hover-active>a,
.dark #mainMenu nav>ul>li.hover-active>span,
.dark #mainMenu nav>ul>li.current>a,
.dark #mainMenu nav>ul>li.current>span,
.dark #mainMenu nav>ul>li:hover>a,
.dark #mainMenu nav>ul>li:hover>span,
.dark #mainMenu nav>ul>li:focus>a,
.dark #mainMenu nav>ul>li:focus>span,
#mainMenu.dark nav>ul>li.hover-active>a,
#mainMenu.dark nav>ul>li.hover-active>span,
#mainMenu.dark nav>ul>li.current>a,
#mainMenu.dark nav>ul>li.current>span,
#mainMenu.dark nav>ul>li:hover>a,
#mainMenu.dark nav>ul>li:hover>span,
#mainMenu.dark nav>ul>li:focus>a,
#mainMenu.dark nav>ul>li:focus>span {
    color: var(--cor-1);
}

#mainMenu nav>ul>li .dropdown-menu>li.current>a,
#mainMenu nav>ul>li .dropdown-menu>li.current>span,
#mainMenu nav>ul>li .dropdown-menu>li:hover>a,
#mainMenu nav>ul>li .dropdown-menu>li:hover>span,
#mainMenu nav>ul>li .dropdown-menu>li:focus>a,
#mainMenu nav>ul>li .dropdown-menu>li:focus>span,
#mainMenu nav>ul>li .dropdown-menu>li:active>a,
#mainMenu nav>ul>li .dropdown-menu>li:active>span,
#mainMenu nav>ul>li .dropdown-menu>li.hover-active>a,
#mainMenu nav>ul>li .dropdown-menu>li.hover-active>span {
    color: var(--cor-1);
}

.container-fluid {
    padding-left: 10vw;
    padding-right: 10vw;
}

#header[data-transparent="true"]+.inspiro-slider,
#header[data-transparent="true"]+section,
#header[data-transparent="true"]+div,
#header[data-transparent="true"]+#slider,
#header[data-transparent="true"]+.fullscreen,
#header[data-transparent="true"]+.halfscreen,
#header[data-transparent="true"]+#google-map {
    top: var(--header-height-desk-onTop-neg);
    margin-bottom: var(--header-height-desk-onTop-neg);
}

.header-extras>ul>li.social-media i {
    font-size: 22px!important;
    font-weight: 400!important;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.header-extras>ul>li.social-media.social-media--search i {
    font-weight: bold!important;
}

#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-1);
}

.inner-page #header .header-inner {
    background-color: rgba(0, 0, 0, .5)!important;
}

.inner-page #header.header-sticky .header-inner,
.inner-page #header.header-sticky #header-wrap {
    background-color: #fff!important;
}

.cut-container {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    overflow: hidden;
    height: 12vw;
    -webkit-transform: translateY(19.6%);
    -ms-transform: translateY(19.6%);
    transform: translateY(19.6%);
}

.modal-header .close:focus {
    outline: unset;
}

.hover-mainmenu {
    position: absolute;
    top: calc(50% + 15px);
    height: 3px;
    background: var(--cor-1);
    -webkit-transform: translateY(-50%) scale3d(0, 1, 1);
    transform: translateY(-50%) scale3d(0, 1, 1);
    -webkit-transform-origin: center left;
    -ms-transform-origin: center left;
    transform-origin: center left;
    left: 0;
    width: 100%;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.hover-mainmenu {
    -webkit-animation-name: mainmenu-hover;
    animation-name: mainmenu-hover;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    animation-direction: reverse
}

a:hover>.hover-mainmenu {
    -webkit-animation-name: mainmenu-hover;
    animation-name: mainmenu-hover;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}


/******* BUTTON ***********/

.btn-custom {
    position: relative;
    font-weight: bold;
    text-transform: unset;
    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-left: unset;
    padding-right: unset;
    padding-top: unset;
    padding-bottom: unset;
    background: var(--cor-3);
    color: #fff!important;
    border: 1px solid var(--cor-3);
    border-radius: 0;
    width: 100%;
    letter-spacing: .5px;
    font-size: 20px!important;
    line-height: 1.5!important;
    padding: 7px 25px!important;
    min-height: unset!important;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    white-space: nowrap;
    outline: none!important;
}

.btn-custom--title {
    background: transparent;
    border-color: transparent;
    color: #111!important;
    padding-right: 0px;
}

.btn-custom--social-icon {
    font-weight: 400;
}

.link-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left;
    margin-top: 35px;
    margin-left: -5px;
    margin-right: -5px;
}

.link-group__subgroup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.link-group--center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

.link-group--right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right;
}

.link-group span,
.link-group a {
    margin: 5px;
}

.btn-custom:active {
    -webkit-transform: scale(.97);
    -ms-transform: scale(.97);
    transform: scale(.97);
}


/************* FORMULARIO CUSTOM *************/

.form-flex {
    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: row;
    margin: -10px;
}

.form-item {
    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;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    max-width: 100%;
    width: 100%;
    padding: 10px;
}

.form-item__field {
    display: block;
    width: 100%;
    font-size: 15px!important;
    line-height: 1.5!important;
    padding: 10px 25px!important;
    min-height: unset!important;
    border: 1px solid #333;
    border-radius: 0;
    background: #fff;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.form-item__label {
    line-height: 1;
    font-size: clamp(15px, 1.1vw, 19px);
    margin-bottom: 10px;
    font-weight: 400;
    position: relative;
}

.form-item__label:before {
    content: ":";
    position: absolute;
    left: calc(100% + 2px);
    bottom: 0;
}

[class*="col-"].form-item {
    padding: 10px;
}

.form-item__field:focus {
    outline: unset!important;
    border-color: var(--cor-1)!important;
}

.form-item__field::-webkit-input-placeholder {
    font-family: var(--font-2), "Nunito", "Helvetica", "Arial", sans-serif;
    color: #666;
    line-height: 1;
    font-weight: 200;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.form-item__field::-moz-placeholder {
    font-family: var(--font-2), "Nunito", "Helvetica", "Arial", sans-serif;
    color: #666;
    line-height: 1;
    font-weight: 200;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.form-item__field:-ms-input-placeholder {
    font-family: var(--font-2), "Nunito", "Helvetica", "Arial", sans-serif;
    color: #666;
    line-height: 1;
    font-weight: 200;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

.form-item__field::-ms-input-placeholder {
    font-family: var(--font-2), "Nunito", "Helvetica", "Arial", sans-serif;
    color: #666;
    line-height: 1;
    font-weight: 200;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

.form-item__field::placeholder {
    font-family: var(--font-2), "Nunito", "Helvetica", "Arial", sans-serif;
    color: #666;
    line-height: 1;
    font-weight: 200;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.form-item__field:focus::-webkit-input-placeholder {
    color: var(--cor-1)!important;
}

.form-item__field:focus::-moz-placeholder {
    color: var(--cor-1)!important;
}

.form-item__field:focus:-ms-input-placeholder {
    color: var(--cor-1)!important;
}

.form-item__field:focus::-ms-input-placeholder {
    color: var(--cor-1)!important;
}

.form-item__field:focus::placeholder {
    color: var(--cor-1)!important;
}

.form-news .form-item.w-100 {
    width: 100%!important;
}


/*** Altura do header desktop ***/

#header {
    height: var(--header-height-desk-onTop);
    line-height: var(--header-height-desk-onTop);
    background: transparent;
}

.header-wrapper {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

#header .header-inner,
#header #header-wrap {
    height: var(--header-height-desk-onTop);
}

#header .header-inner #logo,
#header #header-wrap #logo {
    height: var(--header-height-desk-onTop);
    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: flex-start;
    width: 100%;
}

#header .header-inner #logo a>img,
#header #header-wrap #logo a>img {
    max-height: unset;
    height: auto;
    max-width: 100%;
    width: 10vw;
    padding: 0;
}

.header-extras {
    height: var(--header-height-desk-onTop);
}

#mainMenu-trigger {
    height: var(--header-height-desk-onTop);
}

#mainMenu {
    height: var(--header-height-desk-onTop);
}

#mainMenu nav {
    height: var(--header-height-desk-onTop);
}

#mainMenu nav>ul>li {
    height: var(--header-height-desk-onTop);
    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;
}

#mainMenu nav>ul>li>a {
    height: var(--header-height-desk-onTop);
    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;
}

.header-extras>ul>li {
    height: var(--header-height-desk-onTop);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.header-extras>ul>li>a:not(.btn),
.header-extras>ul>li .topbar-dropdown>.title {
    height: var(--header-height-desk-onTop);
}

.header-extras>ul {
    height: var(--header-height-desk-onTop);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

#header.header-sticky {
    height: var(--header-height-desk-fixed);
    line-height: var(--header-height-desk-fixed);
}

#header.header-sticky .header-inner,
#header.header-sticky #header-wrap {
    height: var(--header-height-desk-fixed);
}

#header.header-sticky .header-inner #logo,
#header.header-sticky #header-wrap #logo {
    height: var(--header-height-desk-fixed);
    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;
}

#header.header-sticky .header-inner #logo a>img,
#header.header-sticky #header-wrap #logo a>img {
    max-height: var(--header-height-desk-fixed);
    height: auto;
    max-width: 100%;
    width: auto;
    padding: 0;
}

.header-sticky .header-extras {
    height: var(--header-height-desk-fixed);
}

.header-sticky #mainMenu-trigger {
    height: var(--header-height-desk-fixed);
}

.header-sticky #mainMenu {
    height: var(--header-height-desk-fixed);
}

.header-sticky #mainMenu nav {
    height: var(--header-height-desk-fixed);
}

.header-sticky #mainMenu nav>ul>li {
    height: var(--header-height-desk-fixed);
}

.header-sticky #mainMenu nav>ul>li>a {
    height: var(--header-height-desk-fixed);
}

.header-sticky .header-extras>ul>li {
    height: var(--header-height-desk-fixed);
}

.header-sticky .header-extras>ul>li>a:not(.btn),
.header-sticky .header-extras>ul>li .topbar-dropdown>.title {
    height: var(--header-height-desk-fixed);
}

.header-sticky .header-extras>ul {
    height: var(--header-height-desk-fixed);
}


/***************** SLICK **************/

.slick-disabled {
    opacity: 0;
}

.slick-next,
.slick-prev {
    height: 50px;
    width: 50px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #000;
    background: transparent;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 3;
}

.slick-prev {
    left: calc(-50px - 10px);
}

.slick-next {
    right: calc(-50px - 10px);
}

.slick-next:before,
.slick-prev:before {
    content: "";
    opacity: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-family: unset;
    position: absolute;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.slick-next:before {
    background-image: url('../images/arrows/right-arrow.png');
}

.slick-prev:before {
    background-image: url(../images/arrows/left-arrow.png);
}

.slick-custom-wrapper {
    position: relative;
}

.custom-arrows {
    position: absolute;
    top: calc(50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: transparent;
    border: unset;
    height: 50px;
    width: 50px;
    z-index: 3;
}

.slick-depoimenetos__arrows .custom-arrows {
    position: relative;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
    left: unset;
    right: unset;
    width: 40px;
    height: 40px;
    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;
}

.custom-arrows:focus {
    outline: unset!important;
}

.custom-arrows--prev {
    left: calc(5vw - 50px - 20px);
}

.custom-arrows--next {
    right: calc(5vw - 50px - 20px);
}

.custom-arrows__img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    padding: 0;
}

.force-img-white {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.slick-depoimenetos__arrows .custom-arrows .custom-arrows__img {
    display: none;
}

.slick-depoimenetos__arrows .custom-arrows:before,
.slick-depoimenetos__arrows .custom-arrows:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background: #517524;
}

.slick-depoimenetos__arrows .custom-arrows:hover::before,
.slick-depoimenetos__arrows .custom-arrows:hover:after {
    background: #fff;
}

.slick-depoimenetos__arrows .custom-arrows--prev:before {
    content: "";
    transform: translateY(5px) skewX(50deg);
}

.slick-depoimenetos__arrows .custom-arrows--prev:after {
    content: "";
    transform: translateY(-5px) skewX(-50deg);
}

.slick-depoimenetos__arrows .custom-arrows--next:after {
    content: "";
    transform: translateY(-5px) skewX(50deg);
}

.slick-depoimenetos__arrows .custom-arrows--next:before {
    content: "";
    transform: translateY(5px) skewX(-50deg);
}


/************* HOME SLIDER SLICK ************/

.home-slider {
    padding: 0;
    overflow: visible;
    z-index: 3;
}

.slick-main {
    margin-bottom: 0!important;
}

.slick-main__banner {
    display: block;
    position: relative;
    background-position: center;
    background-size: cover;
    background-color: #111;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
}

.card-depoimentos__name {
    line-height: 1;
    margin-bottom: 5px!important;
    color: #fff;
    font-weight: bold;
}

.card-depoimentos__company {
    font-weight: 400;
    color: #fff;
    margin-bottom: 0!important;
    line-height: 1;
}

.card-depoimentos__p {
    font-style: italic;
    color: #fff;
    margin-bottom: 40px!important;
    display: flex;
    width: 90%;
}


/***************** LGPD ***************/

#lgpd-modal {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, .93);
    height: 0;
    overflow: hidden;
    padding: 0;
    z-index: -9999;
}

#lgpd-modal.lgpd-modal--show {
    height: auto;
    padding: 20px 0;
    z-index: 9999;
}

.lgpd-modal__flex {
    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: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.lgpd-modal__desc {
    font-size: 14px;
    color: #fff;
    line-height: 1.4;
    margin: 0;
    padding: 0 40px 0 0;
    text-align: justify;
}

.lgpd-modal__link {
    color: #007bff;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    color: #fff!important;
    font-weight: bold;
}

.lgpd-modal__link:hover {
    color: var(--cor-3)!important;
    text-decoration: underline!important;
}

.lgpd-modal__btn {
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    background: transparent;
    border: 2px solid #fff;
    line-height: 1;
    padding: 8px 20px;
    border-radius: 999px;
    letter-spacing: .5px;
    position: relative;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    white-space: nowrap;
}

.lgpd-modal__btn:after,
.lgpd-modal__btn:before {
    content: "";
    position: absolute;
    right: 18px;
    width: 15px;
    height: 3px;
    background: #fff;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate( 45deg);
    -ms-transform: translateY(-50%) rotate( 45deg);
    transform: translateY(-50%) rotate( 45deg);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    display: none;
}

.lgpd-modal__btn:after {
    -webkit-transform: translateY(-50%) rotate( -45deg);
    -ms-transform: translateY(-50%) rotate( -45deg);
    transform: translateY(-50%) rotate( -45deg);
}

.produtos {
    padding: 0!important;
}

.box-produtos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
}

.box-produtos__main {
    display: grid;
    grid-template-columns: 1fr 40% 10%;
    gap: 30px;
    height: 500px!important;
}

.box-produtos__bg {
    background: var(--cor-1);
    background: -webkit-gradient(linear, right top, left top, from(var(--cor-1)), color-stop(80%, #001845));
    background: -o-linear-gradient(right, var(--cor-1) 0%, #001845 80%);
    background: linear-gradient(-90deg, var(--cor-1) 0%, #001845 80%);
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 60%;
    z-index: -2;
}

.box-produtos__image {
    width: calc(50% - 7vw);
    position: relative;
    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-left: 5vw;
    margin-left: 0;
    height: 100%;
}

.box-produtos__img {
    display: block;
    max-width: 80%;
    max-height: 85%;
    width: auto;
    height: auto;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    top: 50%;
}

.box-produtos__desc {
    width: 50%;
    padding: 100px 7vw 100px 0;
    padding-left: calc(65px + 3%);
    text-align: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    flex-direction: column;
    align-items: flex-end;
}

.box-produtos__title {
    color: var(--cor-1);
    font-weight: bold;
    font-size: clamp(40px, 3.2vw, 55px);
    line-height: 1;
    margin-bottom: 25px!important;
}

.box-produtos__p {
    font-size: 20px;
    line-height: 1.5;
    color: #000;
    margin-bottom: 0;
}

.box-produtos__main .box-produtos__bg {
    top: 0;
    height: 100%;
}

.box-produtos__main .box-produtos__img {
    top: -50px;
    height: auto;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.box-produtos__btn {
    margin-top: 30px!important;
}

.box-produtos__cut {
    left: 100%;
    top: 0;
    height: 100%;
    width: 0;
    position: absolute;
    border-top: 1px solid var(--cor-1);
    border-left: 1px solid var(--cor-1);
    border-bottom: 1px solid transparent;
    border-right: 1px solid transparent;
    border-top-width: calc(503px / 2);
    border-bottom-width: calc(503px / 2);
    border-left-width: 50px;
    border-right-width: 50px;
}

.box-produtos {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.box-produtos .box-produtos__bg {
    left: unset;
    right: 0;
    background: -webkit-gradient(linear, left top, right top, from(var(--cor-2)), color-stop(80%, #111));
    background: -o-linear-gradient(left, var(--cor-2) 0%, #111 80%);
    background: linear-gradient(90deg, #3d3d3d 0%, #3d3d3d 80%);
    width: 50%;
    height: 140%;
}

.box-produtos:nth-child(even) .box-produtos__logo {
    background-position: center right;
    left: unset;
    right: 2.5%;
}

.box-produtos .box-produtos__desc {
    text-align: left;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 0 20vw 0 0;
    padding-left: 0vw;
    width: 100%;
    max-width: 800px;
    margin-left: auto;
    position: relative;
    z-index: 5;
}

.box-produtos .box-produtos__cut {
    content: "";
    left: unset;
    right: 100%;
    border-right-color: var(--cor-3);
    border-bottom-color: var(--cor-3);
    border-left-color: transparent;
    border-top-color: transparent;
}

.box-produtos {
    overflow: hidden;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.box-produtos__main .box-produtos__image {
    position: relative;
    left: 0;
    bottom: 0;
    height: 100%!important;
    width: 100%!important;
    z-index: 1;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    padding: 0!important;
    display: flex;
    justify-content: center!important;
    align-items: center!important;
}

.box-produtos__main .box-produtos__desc {
    left: unset;
    padding: 0!important;
    max-width: 700px;
    margin-right: auto;
    /* overflow: hidden; */
}

.box-produtos__desc.box-produtos__desc-grid {
    width: 100%;
    /* margin-right: 30px; */
    position: relative;
}

.depoimentos-wrapper .box-produtos__desc {
    padding: unset;
    max-width: 100%;
    max-height: 100%;
}

.box-produtos .box-produtos__image {
    margin-left: 0;
    margin-right: 0;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: center;
    width: 40%;
    padding-left: 0px;
    margin-right: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-right: 6vw;
}

.grid-1 {
    background: var(--cor-3);
    width: 100%;
    height: 100%;
}

.cut-shape {
    position: absolute;
    width: 10vw;
    background: var(--cor-2);
    bottom: 0;
    left: 0;
    z-index: 2;
}

.cut-shape--2 {
    left: unset;
    right: 0;
    background: #0070f6;
    -webkit-transform: skewX(-15deg) translateY(35%);
    -ms-transform: skewX(-15deg) translateY(35%);
    transform: skewX(-15deg) translateY(2%);
    width: 20vw;
    right: -10vw;
    height: 5vw;
    bottom: 0;
}

.cut-shape--1 {
    -webkit-transform: skewX(-15deg) translateY(50%);
    -ms-transform: skewX(-15deg) translateY(50%);
    transform: skewX(-15deg) translateY(1%);
    width: 20vw;
    left: -10vw;
    height: 5vw;
    bottom: 0;
}

.cut-shape--3 {
    left: unset;
    right: -16vw;
    bottom: 0;
    -webkit-transform: skewX(-15deg) translateY(-22%);
    -ms-transform: skewX(-15deg) translateY(-22%);
    transform: skewX(-15deg) translateY(-33.1%);
    width: 30vw;
    height: 7vw;
    z-index: 1;
}

.flex-2 {
    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;
}

.flex-2>* {
    width: 50%;
}

.flex-2>*:first-child {
    padding-right: 100px;
}

.flex-2>*:last-child {
    padding-left: 20px;
}

.abs-title {
    width: 100%;
    /* position: absolute; */
    top: 0;
    left: 5vw;
    max-width: 1000px;
}

.heading__group {
    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;
    text-align: left;
    z-index: 1;
    position: relative;
}

.produtos_tec-grid .heading__group {
    padding: 30px;
}

.produtos_tec-grid .heading__group .heading__title {
    font-size: clamp(30px, 2.5vw, 37px);
    position: absolute;
    width: 80%;
    height: 100%;
}

.heading__group--light heading__group--modified {}

.grid-1 .heading__group {
    text-align: center;
    align-items: center;
    width: 50%;
}

.heading__group--container {
    max-width: 1160px;
    margin: 0 auto;
}

.depo-area .heading__group {
    margin-bottom: 20px;
    text-align: ce;
    width: 100%;
}

.slick-depoimentos__wrapper {
    width: 80%;
    /* max-height: 440px; */
}

.heading__group--light * {
    color: #333!important;
}

.depoimentos-news .heading__group--light * {
    color: #fff!important;
}

.heading__group--light img {
    /* -webkit-filter: brightness(0) invert(1); */
    /* filter: brightness(0) invert(1); */
}

.heading__title {
    text-transform: uppercase;
    font-weight: 800;
    font-size: clamp(40px, 3.8vw, 50px);
    line-height: 1;
    margin-bottom: 25px!important;
}

.produtos_tec .heading__title {
    color: #fff!important;
    font-size: clamp(20px, 5vw, 40px);
    text-align: center;
    width: 50%;
    margin: auto;
    margin-bottom: 50px!important;
}

.heading__title--lowercase {
    text-transform: unset;
    font-size: clamp(44px, 4.2vw, 60px);
}

.trash-flex .heading__title--lowercase {
    text-align: center;
    width: 100%;
}

.pilares-title .form-title__title {
    text-align: center;
    margin-bottom: 30px!important;
    font-weight: 700;
}

.produtos_tec-grid .heading__title--lowercase {
    color: #fff!important;
}

.produtos-container .heading__title--lowercase {
    font-size: clamp(29px, 4.2vw, 50px);
}

.selos .heading__title--lowercase {
    font-size: clamp(44px, 4.2vw, 40px);
    text-align: center;
}

.solucoes-section .heading__title--lowercase {
    text-align: center;
}

.heading__group--container .heading__title {
    font-size: clamp(45px, 4.7vw, 65px);
}

.selos .heading__title-emphasys {
    color: var(--cor-3)!important;
}

.heading__text {
    font-size: clamp(18px, 1.9vw, 21px);
    line-height: 1.3;
    text-align: justify;
}

.heading__group--big .heading__text {
    font-size: clamp(20px, 1.6vw, 26px);
}

.heading__group--big .heading__title {
    font-size: clamp(40px, 3.8vw, 70px);
    font-size: 41px;
    font-weight: 800;
}

.heading__group--big .heading__title-emphasys {
    font-size: clamp(54px, 4.8vw, 90px);
    font-size: 41px;
}

.form-title__title {
    font-size: clamp(30px, 5vw, 40px);
    line-height: 1.1;
    margin-bottom: 5px!important;
}

.footer-content .form-title__title {
    width: 20%;
}

.form-title__title b {
    font-weight: 900;
    color: var(--cor-3);
}

.image-frame {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-box-shadow: 2px 2px 9px rgba(0, 0, 0, .5);
    box-shadow: 2px 2px 9px rgba(0, 0, 0, .5);
}

.image-frame:after {
    content: "";
    display: block;
    padding-bottom: calc(100% / 3 * 2);
}

.image-frame__img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.image-frame__icon {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: clamp(70px, 10vw, 100px);
    height: clamp(70px, 10vw, 100px);
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    background: rgb(51 51 51 / 40%);
    border-radius: 50%;
    -webkit-filter: invert(1);
    filter: invert(1);
}

.text-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.pilares .text-image {
    justify-content: center;
    flex-direction: column;
}

.pilares .text-image img {
    margin-bottom: 20px;
}

.text-image:not(:last-child) {
    /* margin-bottom: 30px; */
}

.text-image:first-of-type {
    /* margin-top: 10px; */
}

.text-image__img {
    height: 100%;
    width: clamp(45px, 7vw, 80px);
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
}

.text-image__text {
    margin-bottom: 0!important;
    font-size: clamp(19px, 1.9vw, 25px);
    font-weight: 400;
    padding-left: calc(10px + 1vw);
    line-height: 1.1;
}

.pilares .text-image__text {
    padding: 0;
    text-align: center;
}

.selos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 40px 0;
    position: relative;
    padding: 5px;
    background: #fff;
    flex-direction: column;
    overflow: hidden;
    width: 100%;
}

.selos:before {
    content: "";
    position: absolute;
    left: calc(100% + 30px);
    top: 50%;
    -webkit-transform: translateY(-50%) skewX(-30deg);
    -ms-transform: translateY(-50%) skewX(-30deg);
    transform: translateY(-50%) skewX(-30deg);
    height: 15px;
    width: 1920px;
    background: var(--cor-1);
    display: none;
}

.selos:after {
    content: "";
    position: absolute;
    right: calc(100% + 30px);
    top: 50%;
    -webkit-transform: translateY(-50%) skewX(-30deg);
    -ms-transform: translateY(-50%) skewX(-30deg);
    transform: translateY(-50%) skewX(-30deg);
    height: 15px;
    width: 1920px;
    background: #fff;
    display: none;
}

.selos__img {
    /* width: auto; */
    height: 80px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    margin: 15px;
    /* border: 1px solid rgb(221 221 221 / 90%); */
}

.selos__img:after {
    content: '';
    display: block;
    padding-bottom: calc(100% / 3*2);
}

.solucoes-section {
    overflow: visible;
    z-index: 2;
    padding-top: 100px;
    padding-bottom: 70px;
}

.solucoes-section:before {
    content: "";
    position: absolute;
    left: -30px;
    top: 0;
    height: 15px;
    width: 20vw;
    background: var(--cor-2);
    -webkit-transform: skewX(-30deg);
    -ms-transform: skewX(-30deg);
    transform: skewX(-30deg);
}

.flex-heading-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: ce;
}

.image-magic {
    position: relative;
    width: 100%;
    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;
    max-width: 650px;
}

.image-magic__img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    height: auto;
    max-height: unset;
    transform: translateX(15%) translateY(23%);
}

.flex-solucoes {
    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: row;
    margin: 50px -2.5vw -25px -2.5vw;
}

.solucoes-text {
    width: 100%;
    padding: 20px 2.5vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.solucoes-text--right {
    text-align: right;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.solucoes-text__title,
.solucoes-text__title p {
    font-size: clamp(16px, 5vw, 30px);
    font-weight: 700;
    color: var(--cor-3);
    max-width: 350px;
    line-height: 1;
    margin-bottom: 20px!important;
}

.solucoes-text__p {
    margin-bottom: 0!important;
}

.depo-area .solucoes-text__p {
    margin-bottom: 20px!important;
}

.solucoes-text--small {
    width: calc(100% / 3 * 1);
}

.solucoes-text--img {
    width: calc(100% / 3 * 1);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.solucoes-text__img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

.depoimentos-news {
    background: black;
    padding-top: 0!important;
    overflow: visible;
    z-index: 2;
    padding-bottom: 0!important;
}

.depoimentos-wrapper {
    display: grid;
    grid-template-columns: 1fr 80%;
    gap: 80px;
    width: 100%;
}

.depoimentos-news .form-item__field {
    border-color: #fff;
    color: #333!important;
}

.depoimentos-news__bg {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
    /* background-image: url(../images/banner/home-2.jpg); */
    background-position: center;
    background-size: cover;
}

.depoimentos-news__bg:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(85 85 85 / 80%);
}

.depo-area:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 9999px;
    height: 100%;
    background: #333;
}

.depo-area {
    position: relative;
    width: 100%;
    margin-right: auto;
    padding-top: 80px;
    padding-bottom: 80px;
    /* margin-top: 2.1vw; */
}

.depo-area__cut-extra {
    position: absolute;
    left: 100%;
    top: 0;
    width: 1920px;
    height: 7vw;
    background: #cacaca;
    z-index: 2;
    -webkit-transform: skewX(-11deg) translateY(-30%);
    -ms-transform: skewX(-11deg) translateY(-30%);
    transform: skewX(-11deg) translateY(-30%);
    display: none;
}

.depo-area__cut-extra--2 {
    left: 117%;
    background: #fff;
    -webkit-transform: skewX(-11deg);
    -ms-transform: skewX(-11deg);
    transform: skewX(-11deg);
    z-index: 1;
    height: 16vw;
    display: none;
}

.fancy-img {
    position: absolute;
    right: 0;
    top: 21vw;
    z-index: 3;
    width: 38vw;
}

.depo-area__cut {
    position: absolute;
    bottom: 0;
    left: 100%;
    top: 0;
    height: 100%;
    width: 0;
    border-top: 1px solid var(--cor-1);
    border-left: 1px solid var(--cor-1);
    border-bottom: 1px solid transparent;
    border-right: 1px solid transparent;
    border-top-width: calc(503px / 2);
    border-bottom-width: calc(503px / 2);
    border-left-width: 50px;
    border-right-width: 50px;
    overflow: hidden;
}

.slick-depoimentos {
    margin-bottom: 50px!important;
}

.slick-depoimentos .slick-dots {
    bottom: -40px;
}

.slick-depoimenetos__arrows {
    position: absolute;
    right: 230px;
    bottom: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.form-news {
    margin-top: 40px;
}

.footer-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: column;
    height: fit-content;
}

.box-footer--logo {
    justify-content: center;
    align-items: center;
}

.box-footer {
    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: start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    text-align: start;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    padding: 0 15px;
}

.header-wrapper .box-footer.box-footer--medias {
    justify-content: flex-end;
}

.box-footer--medias {
    width: 100%;
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.box-footer--medias:last-of-type {
    margin-top: 30px;
}

.box-footer__logo {
    height: 80px;
    margin-bottom: 40px;
}

.box-footer__title {
    font-size: 20px;
    color: #333!important;
    line-height: 1.2;
    margin-bottom: 5px!important;
}

.box-footer__link {
    color: #333!important;
    line-height: 1.3;
    font-size: clamp(15px, 1.1vw, 19px);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    font-weight: 600!important;
}

.header-wrapper .box-footer__link {
    color: var(--cor-1)!important;
}

a.box-footer__link {}

.box-footer--medias .box-footer__link {
    width: 42px;
    height: 42px;
    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;
    transition: all .3s ease;
}

.box-footer__link i {
    font-size: 40px;
}

.depoimentos-news .slick-dots li.slick-active button:before {
    color: #fff;
}

.depoimentos-news .slick-dots li button:before {
    color: #fff;
}

.heading__group-custom .heading__group {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    flex-wrap: wrap;
    gap: 30px;
}

.pilares .heading__group {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    flex-wrap: wrap;
    gap: 60px 30px;
    width: 50%;
    margin: auto;
}

.produtos_tec-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: 100%;
    gap: 0px;
}

.produtos_tec-wrapper {
    display: flex;
    width: 100%;
    flex-direction: column;
    position: relative;
}

.produtos_tec-wrapper {}

.produtos_tec-img {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(141 183 57 / 15%);
    transition: all .3s ease;
}

.produtos_tec-img:after {
    content: '';
    padding-bottom: calc(100% / 3*2);
    display: block;
}

.produtos_tec-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -10;
    /* object-fit: cover; */
}

.produtos_tec-img a {
    width: 100%;
    height: 100%;
    display: flex;
    z-index: 1;
}

.container-custom {
    max-width: 1300px!important;
}

.heading__group-custom {
    padding-top: 50px;
    padding-bottom: 50px;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1fr 40%;
    gap: 70px;
}

.box-footer:not(:last-child) {
    margin-bottom: 30px;
}

.box-footer--logo {
    margin-bottom: 0!important;
}

.produtos_tec-p {
    z-index: 1;
    display: flex;
    /* height: 100%; */
    width: 100%;
    align-items: flex-end;
    justify-content: center;
    text-align: center;
    position: absolute;
    transition: all .3s ease;
    z-index: -1;
    bottom: 0;
}

.produtos_tec-p p {
    color: #fff;
    font-weight: 700;
    font-size: clamp(16px, 1.9vw, 23px);
}

.bandeiras-wrapper {
    position: relative;
    width: 100%;
}

.bandeiras-wrapper:after {
    /* content: ''; */
    display: block;
    padding-bottom: calc(100% / 3*2);
}

.bandeiras-wrapper img {
    height: auto;
    width: auto;
    max-width: 100%;
    max-height: 430px;
    display: block;
    margin: auto;
}

.bandeiras {
    display: flex;
    width: 100%;
}

.produtos_tec-p p {
    font-size: 23px;
    background: var(--cor-3);
    padding: 0px 10px;
    border-radius: 5px;
}

.produtos_tec-img::before {
    /* content: ''; */
    /* background: rgb(141 183 57 / 10%); */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.box-footer--medias .box-footer__link {
    margin-right: 20px;
}

.form-item--custom {
    padding: 0;
}

.produtos-container .heading__group--light * {
    color: #fff!important;
    text-align: center;
}

.produtos .heading__title-emphasys {
    color: #fff!important;
}

.selos .heading__title-emphasys {
    color: #333!important;
}

.trash-flex .heading__group {
    max-width: 520px;
    margin: auto;
    width: auto;
    margin-bottom: 50px;
    margin-top: 50px;
}

.trash-flex {
    display: flex;
    position: relative;
    width: 100%;
    flex-direction: row;
}

.trash-flex:nth-child(even) {
    flex-direction: row-reverse;
}

.trash-img {
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    /* transform: scaleX(-1); */
    position: relative;
    /* top: 0; */
    /* right: 0; */
    width: 50%;
    height: auto;
}

.trash-img:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, var(--cor-3), rgb(255 255 255 / 0%));
    transform: scaleX(-1);
}

.trash-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slick_video-wrapper {
    position: relative;
    height: 100%;
}

.slick_video-wrapper .slick-dots {
    bottom: 10px;
    z-index: 1;
}

.slick-videos {
    margin-bottom: 0!important;
}

.slick-videos .slick-dots li button:before {
    color: #fff;
    font-size: 45px;
}

.trash-img__wrapper {
    position: relative;
    width: 50%;
}

@media (min-width:1024px) {
    .box-footer__link-instagram:hover {
        background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .box-footer__link.box-footer__link-face:hover {
        color: #3b5998!important;
        transition: all .3s ease;
    }
    .produtos_tec-wrapper:hover .produtos_tec-p {
        opacity: 0;
        transition: all .3s ease;
    }
    .produtos_tec-img:hover {
        transition: all .3s ease;
        background: unset;
    }
    .box-footer__link:hover {
        color: #517524!important;
    }
    .lgpd-modal__btn:hover {
        background: #fff;
        color: #333;
    }
    .lgpd-modal__btn:hover:before,
    .lgpd-modal__btn:hover:after {
        background: #333;
    }
    .btn-custom:hover {
        background: #3d3d3d!important;
        border-color: #3d3d3d!important;
        color: #fff!important;
    }
    .btn-custom--title:hover {
        background: transparent!important;
        border-color: transparent!important;
        color: #111!important;
        padding-right: 0px;
    }
    .modal-header .close:hover {
        color: var(--cor-1);
    }
    .header-extras>ul>li.social-media a:hover i {
        color: var(--cor-1)!important;
    }
    a:hover>.hover-mainmenu {
        -webkit-transform: translateY(-50%) scale3d(1, 1, 1);
        transform: translateY(-50%) scale3d(1, 1, 1);
    }
    .produtos_tec-wrapper:hover .produtos_tec-img::before {
        background: none!important;
        transition: all .3s ease;
    }
}

@media (max-width:1499px) {
    .fancy-img {
        top: 1vw;
        width: 38vw;
    }
    .image-magic {
        max-width: 440px;
    }
    .image-magic__img {
        transform: translateX(-2%) translateY(23%);
    }
    .box-produtos .box-produtos__desc {
        /* padding-left: 5vw!important; */
    }
    .box-produtos .box-produtos__desc {
        max-width: 720px;
    }
}

@media (max-width:1350px) {
    .box-produtos .box-produtos__desc {
        max-width: 720px;
    }
}

@media (max-width:1199px) {
    .fancy-img {
        top: 1vw;
        width: 38vw;
    }
    .box-produtos .box-produtos__desc {
        max-width: 600px;
    }
}

@media (max-width:1025px) {
    .image-magic__img {
        max-width: 500px;
        width: 100%;
        transform: translateX(0%) translateY(8%);
    }
    .produtos_tec-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .slick-main__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        text-align: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    /**************** DEPOIMENTOS ***************/
    .card-depoimentos-outer {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
        padding: 0 5px;
    }
    /*** Altura do header ***/
    #header[data-transparent="true"]+.inspiro-slider,
    #header[data-transparent="true"]+section,
    #header[data-transparent="true"]+div,
    #header[data-transparent="true"]+#slider,
    #header[data-transparent="true"]+.fullscreen,
    #header[data-transparent="true"]+.halfscreen,
    #header[data-transparent="true"]+#google-map {
        top: var(--header-height-mob-onTop-neg);
        margin-bottom: var(--header-height-mob-onTop-neg);
    }
    #header {
        height: var(--header-height-mob-onTop);
        line-height: var(--header-height-mob-onTop);
    }
    #header .header-inner,
    #header #header-wrap {
        height: var(--header-height-mob-onTop);
    }
    #header .header-inner #logo,
    #header #header-wrap #logo {
        height: var(--header-height-mob-onTop);
        width: 90%;
    }
    #header .header-inner #logo a>img,
    #header #header-wrap #logo a>img {
        max-height: unset;
        height: 41px;
        width: auto;
    }
    .header-extras {
        height: var(--header-height-mob-onTop);
    }
    #mainMenu-trigger {
        height: var(--header-height-mob-onTop);
    }
    #mainMenu {
        height: var(--header-height-mob-onTop);
    }
    #mainMenu nav {
        height: var(--header-height-mob-onTop);
    }
    #mainMenu nav>ul>li {
        height: var(--header-height-mob-onTop);
    }
    .header-extras>ul>li {
        height: var(--header-height-mob-onTop);
    }
    .header-extras>ul>li>a:not(.btn),
    .header-extras>ul>li .topbar-dropdown>.title {
        height: var(--header-height-mob-onTop);
    }
    .header-extras>ul {
        height: var(--header-height-mob-onTop);
    }
    #header.header-sticky {
        height: var(--header-height-mob-fixed);
        line-height: var(--header-height-mob-fixed);
    }
    #header.header-sticky .header-inner,
    #header.header-sticky #header-wrap {
        height: var(--header-height-mob-fixed);
    }
    #header.header-sticky .header-inner #logo,
    #header.header-sticky #header-wrap #logo {
        height: var(--header-height-mob-fixed);
    }
    #header.header-sticky .header-inner #logo a>img,
    #header.header-sticky #header-wrap #logo a>img {
        max-height: var(--header-height-mob-fixed);
    }
    .header-sticky .header-extras {
        height: var(--header-height-mob-fixed);
    }
    .header-sticky #mainMenu-trigger {
        height: var(--header-height-mob-fixed);
    }
    .header-sticky #mainMenu {
        height: var(--header-height-mob-fixed);
    }
    .header-sticky #mainMenu nav {
        height: var(--header-height-mob-fixed);
    }
    .header-sticky #mainMenu nav>ul>li {
        height: var(--header-height-mob-fixed);
    }
    .header-sticky .header-extras>ul>li {
        height: var(--header-height-mob-fixed);
    }
    .header-sticky .header-extras>ul>li>a:not(.btn),
    .header-sticky .header-extras>ul>li .topbar-dropdown>.title {
        height: var(--header-height-mob-fixed);
    }
    .header-sticky .header-extras>ul {
        height: var(--header-height-mob-fixed);
    }
    #mainMenu nav>ul>li>a {
        height: auto!important;
    }
    #mainMenu:not(.menu-overlay) nav {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        margin-top: 90px;
        padding: 0 30px 0px;
        height: calc(100vh - 90px - 90px - 0px);
        overflow-y: auto;
    }
    #mainMenu:not(.menu-overlay) .container-fluid {
        padding-left: 0;
        padding-right: 0;
    }
    #header .header-inner,
    #header #header-wrap {
        -webkit-transition: all .5s ease!important;
        -o-transition: all .5s ease!important;
        transition: all .5s ease!important;
    }
    .mainMenu-open #header.header-sticky.sticky-active .header-inner,
    .mainMenu-open #header.header-sticky.sticky-active #header-wrap {
        -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.00);
        box-shadow: 0 0px 0px rgba(0, 0, 0, 0.00);
    }
    .improved-mobile-menu {
        position: fixed;
        top: 0;
        z-index: -2;
        height: 100vh;
        opacity: 0;
        width: 0;
        background: var(--cor-1);
        left: 0;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }
    .mainMenu-open .improved-mobile-menu {
        left: 300px;
        width: calc(100vw - 300px);
        opacity: 0.8;
        z-index: 9999;
    }
    .overflow-y-hidden {
        overflow-y: hidden;
        padding-right: 15px;
    }
    #mainMenu:not(.menu-overlay) {
        max-height: unset!important;
        min-height: unset!important;
        height: calc(100vh - 90px);
        position: fixed;
        top: 0;
        left: -300px;
        width: 300px!important;
        background: rgb(255 255 255 / 0.97)!important;
        overflow-y: auto!important;
        opacity: 1!important;
        margin-bottom: 90px;
        z-index: 10000;
        -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, .0);
        box-shadow: 0px 0px 0px rgba(0, 0, 0, .0);
        -webkit-transition: all.3s ease!important;
        -o-transition: all.3s ease!important;
        transition: all.3s ease!important;
    }
    .mainMenu-open #mainMenu:not(.menu-overlay) {
        left: 0;
        -webkit-box-shadow: 10px 0px 16px rgba(0, 0, 0, 0.4);
        box-shadow: 10px 0px 16px rgba(0, 0, 0, 0.4);
    }
    #mainMenu:not(.menu-overlay) nav>ul li>.dropdown-menu {
        background-color: #f5f5f5;
        border-left: 1px solid var(--cor-1)!important;
    }
    #mainMenu:not(.menu-overlay) nav>ul li>.dropdown-menu .dropdown-menu {
        background-color: #eee;
    }
    #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-1);
    }
    .mainMenu-open #header .header-inner,
    .mainMenu-open #header #header-wrap {
        background: transparent!important;
        -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, .0);
        box-shadow: 0px 0px 0px rgba(0, 0, 0, .0);
    }
    .header-extras>ul>li {
        height: 40px;
        width: 40px;
        border: 1px solid #cbcbcb;
        border-radius: .25em;
    }
    .header-extras>ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .header-extras>ul>li>a:not(.btn),
    .header-extras>ul>li .topbar-dropdown>.title {
        height: 40px;
        padding: 0;
    }
    .header-extras>ul>li.social-media i {
        position: absolute;
        left: 0;
        top: 0;
    }
    .header-extras>ul>li+li {
        margin-left: 5px;
    }
    .mainMenu-open .header-extras {
        left: 0;
        opacity: 1;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }
    .header-extras {
        position: fixed;
        bottom: 0;
        width: 300px;
        left: -300px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 0 30px;
        z-index: 10001;
        background: #eee;
        opacity: 1;
        border-top: 1px solid #efefef;
        -webkit-transition: all .3s ease!important;
        -o-transition: all .3s ease!important;
        transition: all .3s ease!important;
        float: unset;
    }
    .toggle-active .lines:after,
    .toggle-active .lines:before,
    .toggle-active .lines {
        background: #fff;
    }
    .container-fluid {
        padding-left: 30px;
        padding-right: 30px;
    }
    #mainMenu nav {
        height: auto;
        padding-top: 90px;
    }
    #mainMenu nav>ul>li {
        height: auto!important;
    }
    #mainMenu-trigger {
        z-index: 10000;
    }
    #header #logo {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        z-index: 10001!important;
    }
    .mainMenu-open #header #logo {
        left: 30px;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    .custom-megamenu {
        display: none!important;
    }
    .general-contacts__link--whatsapp-desk {
        display: none;
    }
    .general-contacts__link--whatsapp-mob {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .link-group {
        margin-top: 15px;
    }
    .btn-custom {
        border-radius: 0;
    }
    .floated-slick {
        max-width: 500px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        float: unset;
        padding: 0;
        margin-bottom: 20px;
    }
    .grid-mvv {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .banner-inner-pages__flex {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .lgpd-modal__flex {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -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;
    }
    .lgpd-modal__desc {
        padding: 0 0 20px 0;
        text-align: center;
    }
    .slick-margin-40 .slick-slide {
        padding-left: 15px;
        padding-right: 15px;
    }
    .flex-2 {
        -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;
        text-align: center;
    }
    .flex-2>* {
        width: 100%;
        padding-left: 0!important;
        padding-right: 0!important;
    }
    .heading__group {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0px;
        text-align: center;
    }
    .form-flex {
        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;
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }
    .form-flex>* {
        width: 100%!important;
    }
    .form-title__title {
        text-align: center;
        width: 100%;
    }
    .produtos-container {
        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;
    }
    .box-produtos {
        -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;
        text-align: center;
        width: 100%;
        flex-wrap: nowrap;
    }
    .box-produtos__main {
        height: 510px!important;
    }
    .box-produtos>* {
        /* width: 100%!important; */
        max-width: 100%!important;
    }
    .box-produtos__image {
        padding-left: 30px;
        padding-right: 30px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .box-produtos__desc {
        padding-left: 30px!important;
        padding-right: 30px!important;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .depoimentos-wrapper .box-produtos__desc {
        padding: 0!important;
    }
    .image-frame {
        max-width: 570px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 0px;
    }
    .abs-title {
        position: relative;
        left: unset;
        /* width: 100%; */
        max-width: 100%;
        padding-top: 20px;
    }
    .box-produtos__cut {
        display: none;
    }
    .box-produtos__bg {
        left: 30px;
        width: calc(100% - 60px)!important;
    }
    .box-produtos__bg {
        left: 0px!important;
        width: calc(100% - 0px)!important;
    }
    .text-image {
        margin-bottom: 16px!important;
        display: flex;
        justify-content: center;
    }
    .box-produtos:nth-child(even) .box-produtos__image {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-left: 0;
        padding-right: 0;
    }
    .box-produtos.box-produtos--fix-height {
        padding-left: 30px;
        padding-right: 30px;
        height: 100%!important;
    }
    .box-produtos:nth-child(even) .box-produtos__desc {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .box-produtos.box-produtos--fix-height .form-title__title {
        color: #fff;
        font-size: 28px;
        width: 100%;
    }
    .form-area {
        width: 100%;
    }
    .box-produtos.box-produtos--fix-height .form-item__label {
        color: #fff;
    }
    .solucoes-section:before {
        display: none;
    }
    .flex-heading-image {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .solucoes-section {
        padding-top: 120px;
        padding-bottom: 160px;
    }
    .image-magic:before {
        content: "";
        position: absolute;
        top: 0;
        left: -30px;
        height: 50%;
        width: 100vw;
        background: -webkit-gradient(linear, left top, right top, from(var(--cor-2)), color-stop(80%, #111));
        background: -o-linear-gradient(left, var(--cor-2) 0%, #111 80%);
        background: linear-gradient(90deg, var(--cor-2) 0%, #111 80%);
        z-index: -1;
    }
    .flex-solucoes {
        margin: 0px -10px -10px -10px;
        -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;
    }
    .solucoes-text {
        width: 100%;
        padding: 10px;
    }
    .depo-area__cut-extra {
        display: none;
    }
    .fancy-img {
        width: 500px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .depo-area {
        left: 0;
        right: unset;
        width: 100%;
        /* padding-left: 30px; */
        /* padding-right: 30px; */
    }
    .depo-area__cut {
        display: none;
    }
    .depo-area:before {
        width: calc(100% + 35px);
        left: -35px;
        right: unset;
    }
    .depo-area .heading__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;
        align-items: center;
        text-align: center;
        justify-content: center;
    }
    .depo-area .heading__title .heading__title-emphasys {
        margin: 0 10px;
    }
    .form-news .form-item.w-100:not(:first-of-type) {
        width: 100%!important;
    }
    .form-news .form-item.w-100:not(:first-of-type) {
        width: 100%!important;
    }
    .footer-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;
    }
    .box-footer {
        margin: 10px 0!important;
        justify-content: center;
        align-items: center;
    }
    .custom-arrows--next {
        right: 10px;
    }
    .custom-arrows {
        width: 40px;
        height: 40px;
    }
    .custom-arrows--prev {
        left: 10px;
    }
    .image-magic {
        max-width: 100%;
        margin-bottom: 100px;
    }
    .box-produtos__main {
        grid-template-columns: unset!important;
        gap: 0;
        padding-bottom: 0;
        /* display: flex; */
        flex-direction: column-reverse;
        padding-top: 0;
    }
    .box-produtos .box-produtos__desc {
        margin: auto;
        width: 100%;
    }
    .depoimentos-wrapper {
        grid-template-columns: 100%;
        gap: 0;
    }
    .card-depoimentos__p {
        width: 100%;
    }
    .heading__group-custom .heading__group {
        grid-template-columns: 100%;
    }
    .card-depoimentos__p {
        width: 100%;
    }
    .heading__group-custom .heading__group {
        grid-template-columns: 100%;
    }
    .footer-grid {
        grid-template-columns: 100%;
        gap: 0;
    }
    .grid-background {
        display: none;
    }
    .box-produtos .box-produtos__image {
        width: 100%;
        margin-bottom: 0px;
        padding: 0;
    }
    .box-produtos__image .heading__title-emphasys {
        /* color: #fff!important; */
    }
    .heading__title-emphasys {
        color: var(--cor-3)!important;
    }
    .grid-1 .heading__title-emphasys {
        color: var(--cor-1)!important;
    }
    .slick-depoimenetos__arrows {
        right: 0;
        transform: translate(-25%, 0);
        bottom: 20px;
    }
    .produtos .heading__title {
        margin-bottom: 0!important;
    }
    .form-news {
        width: 100%;
    }
    .form-item--custom {
        align-items: center;
        width: 100%;
    }
    .footer-content .form-title__title {
        width: 100%;
    }
    .box-footer .box-footer__link i {
        font-size: 40px;
    }
    .box-footer--medias .box-footer__link {
        margin: 5px;
    }
    .box-footer__logo {
        height: 80px;
    }
    .depoimentos-wrapper {
        grid-template-columns: 100%;
    }
    .box-produtos__image .heading__title-emphasys {
        color: #fff!important;
    }
    .heading__group--big .heading__title {
        font-weight: 600;
    }
    .heading__title-emphasys {
        font-weight: 900;
        color: var(--cor-3)!important;
    }
    .grid-1 .heading__title-emphasys {
        color: var(--cor-3)!important;
    }
    .slick-depoimentos__wrapper {
        width: 100%;
    }
    .trash-img {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
    }
    .trash-flex {
        /* padding: 100px 0; */
    }
    .trash-img {
        background-size: cover;
        background-attachment: fixed;
        background: center;
    }
    .trash .heading__title {
        color: #fff!important;
        margin-bottom: 20px!important;
    }
    .trash .heading__text {
        color: #fff;
        font-weight: 600;
    }
    .trash-img:before {
        background: rgb(0 0 0 / 80%);
    }
    .grid-1 {
        background: unset;
    }
    .produtos_tec .heading__title {
        width: 100%;
    }
}

@media (max-width:767px) {
    section {
        padding-top: var(--between-section-mob);
        padding-bottom: var(--between-section-mob);
    }
    section:first-of-type+section {
        padding-top: var(--first-last-section-mob);
    }
    section:last-of-type {
        padding-bottom: var(--first-last-section-mob);
    }
    .slick-margin-40 .slick-slide {
        padding-left: 10px;
        padding-right: 10px;
    }
    .produtos_tec-grid {
        grid-template-columns: 100%;
    }
    .produtos_tec-grid .heading__group .heading__title {
        position: relative;
        margin-bottom: 0!important;
    }
    .box-produtos .box-produtos__image {}
    .flex-heading-image .heading__title-emphasys {
        color: var(--cor-3)!important;
    }
    .grid-1 {
        background: #fff;
    }
    .produtos-container .heading__title--lowercase {
        margin-bottom: 0px!important;
    }
    .box-produtos .box-produtos__desc {
        margin-top: 50px;
        padding: 0!important;
        /* height: 100%; */
    }
    .box-produtos__desc .form-title__title b {
        color: #fff;
    }
    .box-produtos__desc .btn-custom {
        background: #333;
        border: 1px solid #333;
    }
    .box-produtos__desc .btn-custom {
        background: #333;
        border: 1px solid #333;
    }
    .box-footer .box-footer__link i {
        font-size: 30px;
    }
    .header-wrapper .box-footer.box-footer--medias {
        padding: 0;
    }
    .box-footer--medias .box-footer__link {
        margin: 0;
    }
    .bandeiras {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        width: 50%;
        margin-top: 50px;
    }
    .bandeiras {
        width: 100%;
        margin-top: 50px;
    }
    .text-image {
        justify-content: flex-start;
    }
    .text-image__text {
        text-align: start;
    }
    .produtos_tec-grid .heading__group {
        padding: 0;
        padding-bottom: 30px;
    }
    .pilares .heading__group {
        grid-template-columns: 100%;
        gap: 30px;
        width: 100%;
    }
}

@media (max-width:575px) {
    .image-frame {
        max-width: 460px;
        max-height: 330px;
        margin: auto;
        margin-top: 30px;
    }
    .heading__group--modified {
        max-width: 780px;
        align-items: stretch;
        text-align: left;
    }
    .mainMenu-open #header #logo {
        left: 20px;
    }
    .container-fluid {
        padding-left: 20px;
        padding-right: 20px;
    }
    .slick-margin-40 .slick-slide {
        padding-left: 7.5px;
        padding-right: 7.5px;
    }
    .fancy-img {
        width: 300px;
    }
    .solucoes-section {
        padding-bottom: 60px;
        padding-top: 60px;
    }
    .trash-flex .heading__group {
        padding-right: 15px;
        padding-left: 15px;
    }
    .trash-flex {
        padding: 0;
    }
}


/**************************************
/***************************************
/**************************************
/** CÓDIGOS QUE DEVEM TER ESPECIFIDADE MAXIMA ***/


/*********** TEXT EDITOR **********************/

.text-editor h4,
.text-editor h3,
.text-editor h2 {
    margin-bottom: 30px!important;
    line-height: 1.2;
}

.text-editor h2 {
    font-size: clamp(30px, 2.8vw, 45px);
}

.text-editor h3 {
    font-size: clamp(23px, 2.3vw, 35px);
}

.text-editor h4 {
    font-size: clamp(19px, 1.9vw, 27px);
}

.text-editor h5 {
    font-size: clamp(17px, 1.5vw, 21px);
    line-height: 1.5;
    margin-bottom: 10px!important;
}

.text-editor ul:not(.slick-dots) {
    list-style: none;
}

.text-editor ul:not(.slick-dots) li {
    padding-left: 13px;
    position: relative;
    margin-bottom: 12px;
}

.text-editor ul:not(.slick-dots) li:before {
    content: "";
    position: absolute;
    top: 9px;
    left: 0px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: var(--cor-1);
}

.text-editor li:not(.slick-dots):last-child {
    margin-bottom: 0!important;
}

.text-editor p {
    margin-bottom: 10px!important;
}

.text-editor ul {
    margin-top: 20px!important;
    margin-bottom: 20px!important;
}

.text-editor>*:last-child {
    margin-bottom: 0px!important;
}

.text-editor strong {
    font-weight: 700;
}

.text-editor.text-editor--center * {
    text-align: center;
}

.text-editor.text-editor--center ul {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.text-editor>*:last-child {
    margin-bottom: 0px!important;
}

@media (max-width:991px) {}


/*********************** BANNER DESKTOP MOBILE  ***********************/

.slick-main__banner {
    min-height: var(--banner-min-height-desk);
    height: var(--banner-height-desk);
}

@media (max-aspect-ratio:8/10) {
    .slick-main__banner {
        min-height: var(--banner-min-height-mob);
        height: var(--banner-height-mob);
    }
}

@media (max-aspect-ratio:8/10) and (min-width:991px) {
    .slick-main__banner {
        min-height: var(--banner-min-height-desk);
        height: var(--banner-height-desk);
    }
}


/**********BOTAO WHATSAPP***********/

.btn-whatsapp-rounded-position {
    position: fixed;
    bottom: 20px;
    top: auto;
    right: 20px;
    left: auto;
    z-index: 50;
    height: 50px;
    width: 50px;
}

.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;
    -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, .15);
    box-shadow: 2px 2px 10px rgba(0, 0, 0, .15);
}

.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;
}

@media (max-width:991px) {
    .btn-whatsapp-rounded.desk {
        display: none;
    }
    .btn-whatsapp-rounded.mob {
        display: inline-block;
    }
}