:root {
    --cor-1: #4f8c0d;
    --cor-2: #474745;
    --font-1: 'Fira Sans Condensed', sans-serif;
}

html {
    scroll-behavior: smooth;
}

.background-center-cover {
    background-position: center!important;
    background-size: cover!important;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .inspiro-slider .slide-captions .strong, #page-title .page-title>h1 {
    font-family: var(--font-1);
}

body, a.btn:not([href]):not([tabindex]), .btn, #mvv p.lead, #mainMenu nav>ul>li>a, p, span, .modal-title {
    font-family: "Poppins", "Helvetica", "Arial", sans-serif!important;
}

#mainMenu nav>ul>li .dropdown-menu>li>a, #mainMenu nav>ul>li .dropdown-menu>li>span, #mainMenu nav>ul>li .dropdown-menu>li [class*="col-"]>ul>li>a {
    font-size: 15px;
    font-family: "Poppins", "Helvetica", "Arial", sans-serif!important;
    letter-spacing: .5px;
}

#footer .box-footer a:not(.btn):hover p i {
    color: var(--cor-2)!important;
}

#ancora {
    position: absolute;
    left: 20px;
    width: 100%;
    height: 0;
    top: 0;
}

.main-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 30px;
}

.main-title h3 {
    display: inline-block;
    font-weight: 500;
    font-size: 40px;
    line-height: 1.2;
    padding: 0;
    margin: 0;
    position: relative;
    text-transform: uppercase;
}

.main-title h2 {
    display: inline-block;
    font-weight: bold;
    font-size: 50px;
    line-height: 1.2;
    padding: 0;
    margin: 0;
    position: relative;
    text-transform: uppercase;
}

.main-title h2:before {
    content: "";
    position: absolute;
    right: calc(100% + 20px);
    top: 50%;
    height: 5px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 9999px;
    background: var(--cor-2);
    z-index: -1;
}

.parcerio-section .main-title h3 {
    color: var(--cor-2);
}

.parcerio-section .main-title h2 {
    color: #fff;
    font-size: 65px;
}

.parcerio-section span, .parcerio-section p {
    color: #fff;
}

a.btn:not([href]):not([tabindex])+.btn, .btn+.btn {
    margin-left: 0px;
}

.input-content {
    display: flex;
    width: 100%;
    margin-bottom: 2rem;
}

.input-content input {
    width: 100%;
}

.bandeiras {
    /* position: absolute; */
    /* top: 0; */
    /* right: -80px; */
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: center; */
    /* gap: 8px; */
    float: right;
    margin-left: 2rem;
}

.img__bandeira {
    height: 30px;
    width: 30px;
    border-radius: 9999px;
    object-fit: cover;
    margin: 1px;
    filter: brightness(0.9);
    transition: all .3s ease;
}



@media (min-width: 992px) {
    #header.header-modern+#page-title {
        top: -122px;
        margin-bottom: -122px;
        position: relative;
        padding: 180px 0 80px;
    }
    .img__bandeira:hover {
        background: red;
        filter: drop-shadow(2px 4px 6px #777) brightness(1);
        transform: scale(1.01);
        transition: all 0.3s ease;
    }
}

#header .header-inner #logo a>img, #header #header-wrap #logo a>img {
    height: 70px;
    margin-top: 10px;
}

#header.header-modern:not(.header-active) {
    margin: 40px auto 0;
    max-width: 1200px;
}

@media (min-width:992px) {
    #header.header-modern:not(.header-active) .header-inner, #header.header-modern:not(.header-active) #header-wrap {
        background-color: #ffffffde;
    }
}

@media (max-width:991px) {
    #header.header-modern:not(.header-active) .header-inner, #header.header-modern:not(.header-active) #header-wrap {
        background-color: #fff;
    }
}

.inspiro-slider .slide-captions .strong {
    font-size: 15px !important;
    line-height: 1.5;
}

.inspiro-slider .slide-captions h2 {
    font-size: 40px;
    line-height: 1.2;
    text-transform: uppercase;
}

a:not(.btn) {
    color: #000;
}

@media (min-width: 576px) and (max-width: 992px) {
    .inspiro-slider .slide-captions h1, .inspiro-slider .slide-captions h2 {
        font-size: 33px;
        line-height: 38px;
    }
}

@media (max-width: 575px) {
    .inspiro-slider .slide-captions h1, .inspiro-slider .slide-captions h2 {
        font-size: 25px;
        line-height: 34px;
    }
    .inspiro-slider .slide-captions .strong {
        font-size: 18px !important;
    }
}

@media (min-width: 992px) {
    #header .fa, #header .fab, #header .fal, #header .far, #header .fas {
        line-height: 80px;
    }
    .header-extras>ul>li>a:not(.btn) i, .header-extras>ul>li .topbar-dropdown>.title i {
        font-size: 22px;
    }
    .header-extras {
        padding-left: 25px;
    }
    #mainMenu nav>ul>li>a {
        padding: 10px 6px;
        font-size: 13px;
    }
}

h2>span.menor {
    font-size: 45%;
    line-height: 42%;
    text-transform: uppercase;
    color: var(--cor-1);
}

.background-dark h2>span.menor {
    font-size: 45%;
    line-height: 42%;
    text-transform: uppercase;
    color: #fff;
}

.lead {
    font-size: 1.35714286em;
    line-height: 1.68421053em;
}

*>b {
    color: var(--cor-1);
    text-transform: uppercase;
}

.background-dark *>b {
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}

.heading-text.heading-section>h2 {
    position: relative;
    font-size: 42px;
    line-height: 48px;
    margin-bottom: 60px;
    text-transform: uppercase;
}

@media (max-width: 992px) {
    .heading-text {
        margin-bottom: 30px;
    }
    .bandeiras {
        float: left;
    }
    .img__bandeira {
        margin-right: 7px;
    }
    .table-box + .table-box {
        margin-top: 1rem !important
    }
}

@media (min-width: 992px) {
    .heading-text {
        margin-bottom: 45px;
    }
}

@media (min-width:768px) and (max-width:992px) {
    .heading-text.heading-section>h2 {
        font-size: 37px;
        line-height: 43px;
    }
    .lead {
        font-size: 1.2em;
        line-height: 1.4em;
    }
}

@media (min-width:576px) and (max-width:767px) {
    .heading-text.heading-section>h2 {
        font-size: 35px;
        line-height: 41px;
    }
    .lead {
        font-size: 1.2em;
        line-height: 1.4em;
    }
}

@media (min-width:375px) and (max-width:575px) {
    .heading-text.heading-section>h2 {
        font-size: 29px;
        line-height: 35px;
    }
    .lead {
        font-size: 1.2em;
        line-height: 1.4em;
    }
}

@media (max-width:374px) {
    .heading-text.heading-section>h2 {
        font-size: 25px;
        line-height: 31px;
    }
    .lead {
        font-size: 1.15em;
        line-height: 1.35em;
    }
}

#what-we-do h4 {
    text-transform: uppercase;
    color: #1f1f1f!important;
}

#mvv *>b {
    opacity: 1;
}

#mvv .lead {
    font-size: 1.35714286em;
    line-height: 1.5em;
}

.post-item-description>h2:hover {
    color: var(--cor-1);
}

.post-item .post-item-description .post-meta-date, .post-item .post-item-description .post-meta-comments, .post-item .post-item-description .post-meta-category {
    font-size: 15px;
}

.post-item .post-image .post-meta-category-bottom {
    background-color: #fff;
    color: #444;
    font-size: 13px;
    padding: 2px 16px;
    border-radius: 50px;
    position: absolute;
    right: 10px;
    bottom: 11px;
    z-index: 3;
    margin-right: 0;
}

#newsletter p {
    font-size: 15px;
    font-weight: 600;
}

.dropcap {
    background: none repeat scroll 0 0 #eee;
    height: auto;
    line-height: normal;
    margin: 8px 20px 0 0;
    width: auto;
    padding: 20px;
    font-weight: 600;
    text-transform: uppercase;
}

@media (max-width:768px) {
    .dropcap {
        padding: 15px;
        font-size: 15px;
    }
    #mvv .lead {
        font-size: 1.17em;
        line-height: 1.5em;
    }
}

.full-250 {
    width: 100%;
    height: 250px;
    position: relative;
}

.full-250:hover a.btn.btn-lg-md-center:not([href]):not([tabindex]), .full-250:hover .btn.btn-lg-md-center {
    background: #333;
    border-color: #333;
}

@media (min-width:768px) {
    .galeria-empresa {
        width: 100%;
        height: 100%;
        padding: 0;
        margin: 0;
    }
}

@media (max-width:767px) {
    .galeria-empresa {
        width: 100%;
        height: 50%;
        padding: 0;
        margin: 0;
    }
}

.galeria-empresa>img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
}

.btn-lg-md-center {
    position: absolute!important;
    left: calc(50% - (336.8px / 2));
    top: calc(50% - (58px / 2));
}

@media (max-width:767px) {}

@media (min-width:992px) {
    .container-mapa {
        height: 50vh;
        width: 100%;
        margin-left: 0;
    }
}

@media (max-width:991px) {
    .container-mapa {
        height: 350px;
        width: 100%;
        margin-left: 0;
        margin-top: 40px;
    }
}

@media (min-width:576px) {
    #contato .box-contato {
        padding: 50px!important;
    }
}

@media (max-width:575px) {
    #contato .box-contato {
        padding: 20px!important;
    }
    #contato .heading>h1, #contato .heading>h2 {
        font-size: 30px;
        line-height: 36px;
    }
}

.hover-all-over {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    cursor: pointer;
}

.padding-endereco {
    padding-left: 58px;
}

.infos-contato {
    list-style: none;
    text-align: left;
    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-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.infos-contato>li:last-of-type {
    width: 100%;
    text-align: center;
    padding: 7px 0;
}

.infos-contato>li:not(:last-of-type) {
    padding: 2px 10px;
}

a.btn:not([href]):not([tabindex]), .btn {
    background-color: var(--cor-1);
    border-color: var(--cor-1);
    color: #fff;
}

.galeria-servicos img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
}

#blog-fix .galeria-blog {
    width: 100%;
    height: 250px;
}

#blog-fix .galeria-blog img {
    width: 100%;
    height: 250px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
}

.dropcap.dropcap-colored {
    background-color: #333;
}

.galeria-servicos {
    width: 100%;
    height: 250px;
    padding: 0;
    margin: 0;
}

.btn.btn-light.btn-share-cor {
    color: #333;
}

.btn-share-cor>.fas.fa-paper-plane, .btn-share-cor>.fas.fa-arrow-left {
    color: var(--cor-1);
}

.btn-share-cor>.fab.fa-facebook-f {
    color: #3b5998;
}

.btn-share-cor>.fab.fa-youtube {
    color: #ff0000;
}

.btn-share-cor>.fab.fa-whatsapp {
    color: #25d366;
}

.box-categorias {
    padding: 0 0 20px 0px;
    margin-left: 20px;
}

.box-categorias>.post-tags {
    line-height: 2.8em;
}

a.btn:not([href]):not([tabindex]).btn-shadow, .btn.btn-shadow, .shadow {
    -webkit-box-shadow: 0 4px 16px #c1c1c1;
    box-shadow: 0 4px 16px #c1c1c1;
}

a.btn:not([href]):not([tabindex]).btn-shadow:hover, a.btn:not([href]):not([tabindex]).btn-shadow:focus, a.btn:not([href]):not([tabindex]).btn-shadow:not(:disabled):not(.disabled):active, a.btn:not([href]):not([tabindex]).btn-shadow:not(:disabled):not(.disabled).active, .btn.btn-shadow:hover, .btn.btn-shadow:focus, .btn.btn-shadow:not(:disabled):not(.disabled):active, .btn.btn-shadow:not(:disabled):not(.disabled).active {
    -webkit-box-shadow: 4px 8px 16px #9E9E9E;
    box-shadow: 4px 8px 16px #9E9E9E;
}

.post-tags>span {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    font-family: 'Roboto', sans-serif!important;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.post-tags>a {
    font-size: 16px;
    color: #000;
    font-family: "Poppins", "Helvetica", "Arial", sans-serif!important;
    border: 1px solid #333;
    padding: 3px 12px;
    border-radius: 100vw;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    margin-right: 5px!important;
    margin-bottom: 5px!important;
    display: inline-block;
}

.background-dark {
    background-color: #222;
}

.post-tags>a:not(.btn):active {
    text-decoration: none;
    border-radius: 0;
    outline: none;
    background: var(--cor-2);
    border-color: var(--cor-2);
    color: #fff;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.item-link {
    font-weight: bold;
}

.owl-carousel.dots-grey .owl-dots .owl-dot span:after {
    background-color: #333;
}

.owl-carousel.dots-grey .owl-dots .owl-dot span {
    -webkit-box-shadow: inset 0 0 0 2px #333;
            box-shadow: inset 0 0 0 2px #333;
}

.paddding-telefone {
    padding-left: 54px;
}

.background-footer:before {
    background: #000;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: " ";
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0.85;
    min-height: 1px;
}

.medias a {
    line-height: 40px;
}

.copyright-text {
    color: #999;
}

body {
    color: #333;
}

.lead {
    line-height: 1.5;
}

.wrapper-editor-text h1, .wrapper-editor-text h2, .wrapper-editor-text h3, .wrapper-editor-text h4, .wrapper-editor-text h5 {
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 15px;
    margin-top: 5px;
}

.wrapper-editor-text h1, .wrapper-editor-text h2 {
    font-size: 24px;
}

.wrapper-editor-text h3 {
    font-size: 22px;
}

.wrapper-editor-text h4 {
    font-size: 20px;
}

.wrapper-editor-text h5 {
    font-size: 18px;
}

.table td, .table th {
    font-size: 16px;
    line-height: 1.5;
}

.table td, .table th {
    border-top: 1px solid #333;
}

.table .thead-dark th {
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 1.5;
}

tr>td:first-child {
    font-weight: bold;
    padding-right: 5%;
    width: auto!important;
}

tr:last-child {
    border-bottom: 1px solid #333;
}

.wrapper-editor-text p {
    font-size: 17px;
    line-height: 1.5;
    margin-bottom: 15px;
}

.wrapper-editor-text li {
    font-size: 17px;
    line-height: 1.3;
    margin-bottom: 7.5px;
}

.wrapper-editor-text ul {
    padding-left: 20px;
}

@media (max-width:576px) {
    #newsletter .widget-newsletter .widget-subscribe-form input {
        border-radius: 5px 0px 0px 5px;
    }
}

.capa-portfolio {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
    height: 100%;
    width: 100%;
}

.input-group-text {
    background-color: #ffffff;
}

.owl-carousel.client-logos .owl-stage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.owl-carousel.client-logos .owl-item img {
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
}

.client-logos div.box-certificados {
    height: 200px;
}

.owl-carousel .owl-dots .owl-dot span {
    margin-top: 30px;
}

.owl-carousel .owl-dots {
    margin-bottom: 50px;
}

/* INICIO BOTAO WHATSAPP */

#modal {
    z-index: 1000000000;
}

div#botao-whatsapp {
    position: fixed;
    bottom: 30px;
    right: 30px;
}

#prod-listagem .sp-cx-produto {
    padding: 15px;
}

.info-listagem {
    text-align: center;
    margin-bottom: 20px;
}

#sidebar-listagem {
    background: white;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 10px #0000001a;
            box-shadow: 0 0 10px #0000001a;
    position: relative;
    padding-bottom: 15px;
}

#sidebar-listagem h2 {
    padding: 10px 15px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: white;
    background: var(--cor-1);
    border-radius: 10px 10px 0 0;
}

#sidebar-listagem hr {
    margin: 0 !important;
}

#sidebar-filtro .cx-filtro {
    padding: 15px;
}

#sidebar-filtro .input-pad {
    padding-right: 15px;
}

#sidebar-categorias .it-categorias:not(:last-of-type) {
    border-bottom: 1px solid #cecece;
}

#sidebar-categorias .it-categorias {
    display: block;
    padding: 15px;
    text-align: center;
    position: relative
}

#sidebar-categorias .it-categorias.todas-categorias {
    font-weight: bold;
}

#sidebar-categorias .it-categorias:hover, #sidebar-categorias .it-categorias.categoria-ativa {
    background: var(--cor-1);
    color: white;
    font-weight: bold;
}

#sidebar-categorias .it-categorias i {
    position: absolute;
    left: 100%;
    top: 50%;
    -webkit-transform: translate(-100%, -50%);
        -ms-transform: translate(-100%, -50%);
            transform: translate(-100%, -50%);
    width: 15px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: var(--cor-2);
    -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;
    color: white;
    opacity: 0;
    border-radius: 0 10px 10px 0;
    -webkit-box-shadow: 3px 0 10px #0000001a;
            box-shadow: 3px 0 10px #0000001a;
}

#sidebar-categorias .it-categorias:hover:not(.categoria-ativa) i {
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    opacity: 1;
}

@media (max-width:991px) {
    .z-mob {
        z-index: 999!important;
    }
    #prod-listagem {
        z-index: 99999999;
    }
    #sidebar-listagem {
        -webkit-box-shadow: 0 0 10px #0009;
                box-shadow: 0 0 10px #0009;
        position: fixed;
        z-index: 100;
        top: 50%;
        left: 50%;
        height: 80vh;
        overflow: hidden;
        width: 80vw;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        -webkit-transition: all .7s;
        -o-transition: all .7s;
        transition: all .7s;
        display: none;
    }
    #sidebar-listagem.categoria-ativa {
        display: block;
    }
    #fundo-opaco {
        width: 100vw;
        height: 100vh;
        position: fixed;
        top: 0;
        left: 0;
        background: #0009;
        z-index: 99;
        display: none;
    }
    #sidebar-listagem.categoria-ativa~#fundo-opaco {
        display: block;
    }
    #sidebar-categorias .it-categorias i {
        display: none;
    }
    #sidebar-categorias {
        height: calc(100% - 111px);
        overflow-y: auto;
        overflow-x: hidden;
    }
    #side-bt-close::before {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
    }
    #side-bt-close:active::before {
        -webkit-transform: translate(-50%, -50%) scale(0.9);
            -ms-transform: translate(-50%, -50%) scale(0.9);
                transform: translate(-50%, -50%) scale(0.9);
    }
    #side-bt-close {
        display: block;
        position: absolute;
        width: 40px;
        height: 40px;
        color: white;
        font-size: 18px;
        left: 0;
        top: 0;
        cursor: pointer;
    }
    #bt-categorias {
        display: block;
        text-align: center;
        padding: 10px;
        background: var(--cor-1);
        border-radius: 10px;
        margin-bottom: 10px;
        color: white;
        font-weight: bold;
        font-size: 17px;
        cursor: pointer;
    }
    #bt-categorias:active {
        -webkit-transform: scale(.9);
            -ms-transform: scale(.9);
                transform: scale(.9);
    }
}

div#botao-whatsapp {
    position: fixed;
    right: 36px;
    bottom: 16px;
    z-index: 9999;
}

#bt-disparador i {
    position: absolute;
    top: 48%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    font-size: 30px;
    color: white;
}

#bt-disparador {
    display: block;
    width: 50px;
    height: 50px;
    position: relative;
    background: #16ab4e!important;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 10px #00000045;
            box-shadow: 0 0 10px #00000045;
    cursor: pointer;
    -webkit-transition: all .3s ease!important;
    -o-transition: all .3s ease!important;
    transition: all .3s ease!important;
}

#bt-disparador:hover {
    -webkit-box-shadow: 0 0 10px #000000b3;
            box-shadow: 0 0 10px #000000b3;
}

#bt-disparador:active {
    -webkit-transform: scale(.93);
        -ms-transform: scale(.93);
            transform: scale(.93);
}

#modal-whatsapp {
    position: absolute;
    right: 0;
    bottom: 0;
    white-space: nowrap;
}

#modal-whatsapp a {
    display: block;
    padding: 6.5px 20px;
    color: white!important;
    border-radius: 50px;
    font-size: 18px;
    position: relative;
    padding-left: 53px;
    overflow: hidden;
}

#modal-whatsapp a:hover {
    -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 60%);
            box-shadow: 0 0 10px rgb(0 0 0 / 60%);
}

#modal-whatsapp a:active {
    -webkit-transform: scale(.93);
        -ms-transform: scale(.93);
            transform: scale(.93);
}

#modal-whatsapp a:not(:last-of-type) {
    margin-bottom: 5px;
}

#modal-whatsapp a i {
    position: absolute;
    top: 0;
    left: 0;
    height: 43px;
    width: 43px;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 10px #00000038;
            box-shadow: 0 0 10px #00000038;
    background: inherit;
    font-size: 21px;
}

#modal-whatsapp a i:before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

#modal-whatsapp .titulo-whats {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #16ab4e;
    font-size: 20px;
    text-transform: uppercase;
    font-family: var(--font-destaque);
    color: white;
    height: auto;
    text-align: center;
    padding: 10px 10px 10px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 1;
    border-radius: 10px 10px 0 0;
}

div#modal-whatsapp {
    position: absolute;
    right: 25px;
    bottom: 25px;
    white-space: nowrap;
    z-index: 9999999999999;
    padding: 38px;
    overflow: hidden;
    border-radius: 10px;
    padding-top: 86px;
    z-index: -1;
    background: -o-radial-gradient(100% 100%, circle, transparent 35px, white 35px);
    background: radial-gradient(circle at 100% 100%, transparent 35px, white 35px);
    max-height: calc(100vh - 110px);
    max-width: calc(100vw - 110px);
    -webkit-transition: all .3s ease!important;
    -o-transition: all .3s ease!important;
    transition: all .3s ease!important;
}

*:not(.blur)~div#modal-whatsapp {
    -webkit-transform: rotate3d(-1, -1, 0, 90deg);
            transform: rotate3d(-1, -1, 0, 90deg);
    opacity: 0;
}

#grupo-bts.desk {
    display: block;
}

#grupo-bts.mob {
    display: none;
}

@media (max-width: 767px) {
    #modal-whatsapp .titulo-whats {
        font-size: 13px;
    }
    div#modal-whatsapp {
        padding: 15px;
        padding-top: 55px;
        padding-bottom: 45px;
    }
    #modal-whatsapp a i {
        display: none;
    }
    #modal-whatsapp a {
        white-space: normal;
        padding: 10px;
        text-align: center;
        font-size: 13px;
        width: 300px;
        max-width: 100%;
        padding: 8px 8px;
        line-height: 1;
    }
    #grupo-bts.desk {
        display: none;
    }
    #grupo-bts.mob {
        display: block;
    }
    div#botao-whatsapp {
        right: 15px;
        bottom: 15px;
    }
    #bt-disparador {
        width: 50px;
        height: 50px;
    }
    #bt-disparador i {
        font-size: 25px;
    }
}

/* FIM BOTAO WHATSAPP */

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

.flex-container-vertical {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.img-cover-center {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
}

.flex-container-horizontal.box-servicos {
    width: 100%;
    height: 300px;
    border-radius: .25em;
    margin-bottom: 40px;
    -webkit-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);
}

.flex-container-horizontal.box-servicos>.image-servicos {
    width: 40%;
    height: 100%;
    border-radius: .25em 0 0 .25em;
}

.flex-container-horizontal.box-servicos>.image-servicos:before {
    background: url(../images/overlay-pattern/overlay-pattern-1.png);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: " ";
    width: 100%;
    height: 0;
    z-index: 0;
    opacity: 0;
    min-height: 1px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

a:hover>.flex-container-horizontal.box-servicos>.image-servicos:before {
    height: 100%;
    opacity: 0.8;
}

.flex-container-horizontal.box-servicos>.image-servicos>img {
    border-radius: .25em 0 0 .25em;
}

.flex-container-horizontal.box-servicos>.desc-servicos {
    width: 60%;
    height: 100%;
    padding: 20px;
    border-radius: 0 .25em .25em 0;
    background-color: #fff;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flex-container-horizontal.box-servicos>.desc-servicos>h3 {
    text-transform: uppercase;
    font-weight: bold;
}

.flex-container-horizontal.box-servicos>.desc-servicos>span {
    display: block;
    margin: 0 auto;
}

.flex-container-horizontal.box-servicos>.desc-servicos>span>i {
    margin-left: 10px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

a:hover>.flex-container-horizontal.box-servicos>.desc-servicos>span>i {
    margin-left: 15px;
}

a:hover>.flex-container-horizontal.box-servicos>.desc-servicos>span {
    background: #333;
    border-color: #333;
}

a:nth-child(odd)>.flex-container-horizontal.box-servicos {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

a:nth-child(odd)>.flex-container-horizontal.box-servicos>.image-servicos {
    border-radius: 0 .25em .25em 0;
}

a:nth-child(odd)>.flex-container-horizontal.box-servicos>.image-servicos>img {
    border-radius: 0 .25em .25em 0;
}

a:nth-child(odd)>.flex-container-horizontal.box-servicos>.desc-servicos {
    border-radius: .25em 0 0 .25em;
}

p {
    color: #333;
}

.flex-container-vertical.box-relacionados {
    border-radius: .25em;
    position: relative;
}

.flex-container-vertical.box-relacionados>.image-relacionados {
    width: 100%;
    height: 250px;
    border-radius: .25em .25em 0 0;
    position: relative;
}

.flex-container-horizontal.box-servicos>.image-servicos:before {
    background: url(../images/overlay-pattern/overlay-pattern-1.png);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: " ";
    width: 100%;
    height: 0;
    z-index: 0;
    opacity: 0;
    min-height: 1px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.flex-container-horizontal.box-servicos:hover>.image-servicos:before {
    height: 100%;
    opacity: .8;
}

.flex-container-vertical.box-relacionados>.image-relacionados>img {
    border-radius: .25em .25em 0 0;
}

.flex-container-vertical.box-relacionados>.desc-relacionados {
    width: 100%;
    height: 100%;
    padding: 10px;
    background-color: #fff;
    border-radius: 0 0 .25em .25em;
}

.flex-container-vertical.box-relacionados>.desc-relacionados>h4 {
    text-transform: uppercase;
    font-weight: bold;
}

.flex-container-vertical.box-relacionados>.desc-relacionados>span>i {
    margin-left: 10px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.flex-container-vertical.box-relacionados:hover>.desc-relacionados>span {
    background: #333;
    border-color: #333;
}

.flex-container-vertical.box-relacionados:hover>.desc-relacionados>span>i {
    margin-left: 15px;
}

.background-grey {
    background-color: #efefef;
    background-image: -o-linear-gradient(135deg, #f6f6f6 0%, #e9e9e9 74%);
    background-image: linear-gradient(315deg, #f6f6f6 0%, #e9e9e9 74%);
}

.flex-container-vertical.box-produtos .box-hover-detalhes {
    position: absolute!important;
    height: 100%;
    z-index: 999;
    width: 100%;
    top: 0;
    left: 0;
    border-radius: .25em;
    background: rgba(0, 0, 0, 0);
    -webkit-transform: translate(20px, 20px);
        -ms-transform: translate(20px, 20px);
            transform: translate(20px, 20px);
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

/* .flex-container-vertical.box-produtos .box-hover-detalhes:after { */

/* content: "Detalhes"; */

/* opacity: 0; */

/* filter: drop-shadow(0px 0px 9px #000); */

/* font-size: 25px; */

/* text-transform: uppercase; */

/* color: #fff; */

/* font-weight: bold; */

/* border-radius: .25em; */

/* position: absolute!important; */

/* height: 30px; */

/* line-height: 30px; */

/* width: 108px; */

/* top: 0; */

/* bottom: 0; */

/* left: 0; */

/* right: 0; */

/* margin: auto; */

/* display: block; */

/* -webkit-transition: all .2s ease; */

/* -o-transition: all .2s ease; */

/* transition: all .2s ease; */

/* } */

/* a:hover .flex-container-vertical.box-produtos .box-hover-detalhes:after { */

/* opacity: 1; */

/* } */

.flex-container-vertical.box-produtos .box-hover-detalhes>span {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

a:hover .flex-container-vertical.box-produtos .box-hover-detalhes>span {
    opacity: 1;
}

.flex-container-vertical.box-produtos .box-hover-detalhes>span#fix-box-hover-detalhes:hover, .flex-container-vertical.box-produtos .box-hover-detalhes>span#fix-box-hover-detalhes:active, .flex-container-vertical.box-produtos .box-hover-detalhes>span#fix-box-hover-detalhes:focus {
    background-color: #ffffff!important;
    border-color: #ebebeb!important;
    color: #4c5667!important;
}

a:hover .flex-container-vertical.box-produtos .box-hover-detalhes {
    -webkit-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
    background: rgba(0, 0, 0, 0.7);
}

.flex-container-vertical.box-produtos {
    padding: 0;
    background: unset;
}

.link-all-over {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

.flex-container-vertical.box-produtos>.desc-produtos>h4 {
    font-size: 15px;
    color: #525252;
    margin: 25px 0 10px;
}

.flex-container-vertical.box-produtos>.desc-produtos>span {
    opacity: 1;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    font-size: 12px;
}

a:hover .flex-container-vertical.box-produtos>.desc-produtos>span {
    opacity: 0;
}

.flex-container-vertical.box-produtos {
    margin: 0;
    width: 100%;
    height: 100%;
    border-radius: .25em;
    position: relative;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.background-logo {
    position: relative;
}

.background-logo:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 300px;
    background-image: url(../images/bg.png);
    background-position: bottom;
    background-size: contain;
    z-index: -1;
    opacity: .2;
}

.bg-qualidade {
    height: 100%;
    width: 100%;
    background-size: contain!important;
    background-position: left!important;
    background-repeat: no-repeat!important;
    border-radius: 10px;
}

.bg-qualidade:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgb(239, 239, 239);
    background: -webkit-gradient(linear, right top, left top, from(rgba(239, 239, 239, 1)), color-stop(60%, rgba(239, 239, 239, 1)), color-stop(65%, rgba(239, 239, 239, 0.95)), color-stop(80%, rgba(239, 239, 239, 0.1)));
    background: -o-linear-gradient(right, rgba(239, 239, 239, 1) 0%, rgba(239, 239, 239, 1) 60%, rgba(239, 239, 239, 0.95) 65%, rgba(239, 239, 239, 0.1) 80%);
    background: linear-gradient(270deg, rgba(239, 239, 239, 1) 0%, rgba(239, 239, 239, 1) 60%, rgba(239, 239, 239, 0.95) 65%, rgba(239, 239, 239, 0.1) 80%);
}

.heading-mvv {
    padding-left: 0;
    padding-right: 30px;
}

.heading-mvv .lead {
    padding-left: 30px;
    display: block;
    position: relative;
    text-align: justify;
}

.heading-mvv .lead:before {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 5px;
    background: var(--cor-1);
    left: 5px;
}

.heading-mvv>h2 {
    text-transform: uppercase;
    font-weight: bold;
    color: var(--cor-1);
    position: relative;
    width: calc(100% + 10px);
}

.heading-mvv.missao>h2:before, .heading-mvv.visao>h2:before, .heading-mvv.valores>h2:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    height: 3px;
    margin: auto 0;
    background: #111;
    background: -webkit-gradient(linear, left top, right top, from(var(--cor-1)), color-stop(82%, var(--cor-2)));
    background: -o-linear-gradient(left, var(--cor-1) 0%, var(--cor-2) 82%);
    background: linear-gradient(90deg, var(--cor-1) 0%, var(--cor-2) 82%);
}

.heading-mvv.missao>h2:before {
    width: calc(100% - 121px - 20px)
}

.heading-mvv.visao>h2:before {
    width: calc(100% - 93px - 20px);
}

.heading-mvv.valores>h2:before {
    width: calc(100% - 141px - 20px);
}

.heading-mvv>p {
    position: relative;
    padding-bottom: 30px;
    padding-right: 20px;
}

#diferencial .container {
    min-height: 300px;
}

.reading-improve-light {
    -webkit-filter: drop-shadow(3px 3px 6px #fff);
            filter: drop-shadow(3px 3px 6px #fff);
}

a:hover>.flex-container-vertical.box-produtos {
    -webkit-box-shadow: 0px 0px 20px #a5a5a5;
            box-shadow: 0px 0px 20px #a5a5a5;
}

.img-contain-center {
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
}

.pagination .page-item:not(.disabled).active>.page-link, .pagination .page-item:not(.disabled):active>.page-link, .pagination .page-item:not(.disabled):focus>.page-link, .pagination .page-item:not(.disabled):hover>.page-link {
    background-color: var(--cor-1);
    border-color: var(--cor-1);
    color: #fff!important;
    opacity: 1;
}

.pagination .page-item:not(.disabled)>.page-link {
    color: #111;
    background-color: transparent;
    border: 2px solid var(--cor-1);
    margin: 0 2px;
    border-radius: 0!important;
    font-size: 22px;
    line-height: 1;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.page-link {
    padding: 15px 15px;
}

.flex-container-horizontal.outter-box-produtos>a {
    width: 33.3333333%;
    margin: 0;
    background: #fff;
    border: 3px solid #efefef;
}

.link-servicos {
    display: block;
    margin: 0 auto;
    border-width: 2px;
    border-radius: .25em;
}

.flex-container-vertical.box-produtos:hover .link-servicos {
    background: var(--cor-1)!important;
    color: #fff;
    border-color: var(--cor-1)!important;
}

.link-servicos>i {
    margin-left: 10px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

h4, .h4 {
    line-height: 1.3;
}

a.btn:not([href]):not([tabindex]), .btn {
    padding: 8px 14px;
    line-height: 1;
}

.flex-container-horizontal.outer-servicos-zoom>.mini-servicos-zoom {
    height: 200px;
    width: 31%;
    margin: 1.166666666666667%;
    overflow: hidden;
    border-radius: .25em;
    position: relative;
}

.flex-container-horizontal.outer-servicos-zoom>.mini-servicos-zoom>img.img-cover-center {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.flex-container-horizontal.outer-servicos-zoom>.mini-servicos-zoom:hover>img.img-cover-center {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
        transform: scale(1.2);
}

.flex-container-horizontal.outer-servicos-zoom>.mini-servicos-zoom>.box-titulo {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
    padding: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    display: block;
    background: rgba(0, 0, 0, .8);
}

#header .header-inner #logo a.logo-2, #header #header-wrap #logo a.logo-2 {
    display: none;
}

#footer.inverted a:not(.btn) {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#footer.inverted a:not(.btn):hover {
    color: #fff;
    font-weight: 400;
}

.slide-captions a.btn:not([href]):not([tabindex]).btn-lg, .slide-captions .btn.btn-lg {
    height: 50px;
    line-height: 48px;
}

.background-overlay-grey-dark:before {
    min-height: 1px;
    border-radius: .25em;
    background: rgba(0, 0, 0, 0.5);
}

.slide-captions {
    display: table;
}

.wrapper-table-cell {
    display: table-cell;
    vertical-align: middle;
    -webkit-filter: drop-shadow(3px 3px 3px black);
            filter: drop-shadow(3px 3px 3px black);
}

.owl-carousel.relacionados .owl-stage-outer {
    padding: 20px 0;
}

#slide {
    position: relative;
}

.heading-text.heading-section>h2:before {
    background-color: var(--cor-1);
}

a.btn:not([href]):not([tabindex]):hover, a.btn:not([href]):not([tabindex]):focus, a.btn:not([href]):not([tabindex]):not(:disabled):not(.disabled):active, a.btn:not([href]):not([tabindex]):not(:disabled):not(.disabled).active, .btn:hover, .btn:focus, .btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
    background-color: #333!important;
    border-color: #333!important;
}

#fix-hover-bg-dark:focus, #fix-hover-bg-dark:active, #fix-hover-bg-dark:hover {
    background-color: #fff!important;
    border-color: #fff!important;
    opacity: .7;
}

.fotorama__thumb-border {
    border-color: var(--cor-1);
}

.post-item .post-item-description>h2:hover, .post-item .post-item-description>h2>a:hover, a:not(.btn):hover, a:not(.btn):focus, a:not(.btn):active {
    color: var(--cor-1)!important;
}

a.btn:not([href]):not([tabindex]).btn-light.btn-light-hover:hover, .btn.btn-light.btn-light-hover:hover, .btn.btn-light.btn-light-hover:active {
    background-color: #ffffff!important;
    border-color: #ebebeb!important;
    color: #4c5667!important;
}

.background-dark a.btn:not([href]):not([tabindex]).btn-light, .background-dark .btn.btn-light {
    color: #333;
}

#mainMenu nav>ul>li .dropdown-menu>li>a, #mainMenu nav>ul>li .dropdown-menu>li>span, #mainMenu nav>ul>li .dropdown-menu>li [class*="col-"]>ul>li>a {
    font-size: 12.5px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.4;
}

.fotorama__wrap--slide .fotorama__stage__frame {
    background: #fff;
}

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

.post-item .post-image {
    height: unset;
    width: 100%;
    position: relative;
}

.post-item .post-image:after {
    content: "";
    padding-bottom: calc(100% / 3 * 2);
    display: block;
}

.container-single-img {
    height: 400px;
    width: 100%;
    background: #fff;
}

.container-single-img>img {
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
    height: 100%;
    width: 100%;
}

#page-title .page-title>h1 {
    font-weight: bold;
}

.post-item.border .post-item-wrap {
    border-radius: 10px;
    overflow: hidden;
    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-line-pack: stretch;
    align-content: stretch;
}

.carousel.relacionados .flex-container-horizontal.outter-box-produtos>a {
    width: 100%;
}

.carousel.servicos-detalhes .owl-item .image-box {
    height: unset;
    width: 100%;
    background: transparent;
    border-radius: .25em;
    position: relative;
}

.carousel.servicos-detalhes .owl-item .image-box:after {
    content: "";
    padding-bottom: 66.66666%;
    display: block;
}

.carousel.servicos-detalhes .owl-item .image-box a {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}

.carousel.servicos-detalhes .owl-item .image-box img {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    border-radius: 10px;
}

.carousel.servicos-detalhes .owl-item .image-box>.hover-servicos-detalhes {
    position: absolute;
    top: 0;
    bottom: 0;
    display: block;
    width: 100%;
    padding: 0 5px;
    border-radius: .25em;
    cursor: pointer;
}

.carousel.servicos-detalhes .owl-item .image-box>.hover-servicos-detalhes>i {
    position: absolute;
    top: 65%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    font-size: 40px;
    color: #000;
    -webkit-filter: drop-shadow(0px 0px 10px #fff);
            filter: drop-shadow(0px 0px 10px #fff);
    opacity: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.carousel.servicos-detalhes .owl-item .image-box>.hover-servicos-detalhes:hover>i {
    top: 50%;
    opacity: 1;
}

.owl-carousel .owl-nav [class*="owl-"] {
    background-color: var(--cor-2);
    border: var(--cor-2);
}

.owl-carousel .owl-nav [class*="owl-"] i {
    color: #fff;
}

#page-title {
    padding: 40px 0;
}

#footer .copyright-content {
    position: relative;
    background-color: transparent;
}

#footer .copyright-content:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--cor-2);
    opacity: 1;
    z-index: 0;
}

.lead {
    font-weight: 400;
}

.copyright-text {
    position: relative;
}

.chamada-diferenciais {
    background-color: #252525;
}

#mainMenu nav>ul>li .dropdown-submenu:before {
    opacity: 1;
    font-weight: bold;
}

.background-cor-site:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--cor-2);
}

.background-cover-center {
    background-size: cover!important;
    background-position: center!important;
    background-repeat: no-repeat!important;
}

.chamada-loja {
    position: relative;
}

.chamada-loja .container>* {
    position: relative;
    text-align: center;
}

.owl-carousel .outter-box-produtos {
    height: unset;
    width: calc(100% - 15px);
    position: relative;
    margin: 7.5px;
}

#contato.background-grey .btn:hover {
    background: var(--cor-2)!important;
    border-color: var(--cor-2)!important;
}

.pagination {
    margin-top: 30px;
    margin-bottom: 0!important;
    padding-bottom: 20px;
}

.tabela-produto {
    border: none;
    width: calc(100% - 2px);
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.tabela-produto-nova table {
    border: none;
    width: calc(100% - 2px);
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.tabela-produto table td {
    border-left: 1px solid;
    border-right: 1px solid;
}

.tabela-produto .obs b {
    text-transform: unset;
}

#slider {
    top: 0px!important;
    margin-bottom: 0px!important;
}

.container-fluid, .container-wide {
    padding-left: 5%;
    padding-right: 5%;
}

#header .header-inner #logo a>img, #header #header-wrap #logo a>img {
    height: 70px;
    margin: 5px 0;
    display: block;
}

#header .header-inner #logo a.logo-2>img, #header #header-wrap #logo a.logo-2>img {
    height: 100%;
    width: 100%;
    -o-object-fit: center;
       object-fit: center;
}

.title-wrapper-outter {
    position: absolute;
    z-index: 1;
    width: 27%;
    top: 0;
    left: 0;
    margin-left: 5%;
    margin-top: 120px;
}

.title-wrapper-outter:after {
    content: "";
    padding-bottom: 50%;
    display: block;
}

.title-wrapper-inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 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-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.title-wrapper-outter .heading-text {
    margin-bottom: 0;
}

.home-tec .outter-box-produtos.box-materais {
    width: calc(66.6666666% - 20px)!important;
}

.home-tec .outter-box-produtos.box-materais:after {
    content: "";
    padding-bottom: calc(50% / 2);
    display: block;
}

.home-tec.modidfied-home-mobile .outter-box-produtos.box-materais {
    width: 100%!important;
    margin-left: 0!important;
    margin-right: 0!important;
}

.home-tec.modidfied-home-mobile .outter-box-produtos.box-materais:after {
    padding-bottom: 50%!important;
}

.parcerio-section {
    background: #222;
}

.parceiro-container {
    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;
}

.parceiro-container>div {
    min-height: 40vh;
    position: relative;
}

.parceiro-container>.parceiro-details {
    width: 40%;
    padding: 40px 5%;
    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: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.parceiro-container>.parceiro-details .heading-text {
    margin: 0!important;
}

.parceiro-container>.img-bg {
    width: 60%;
}

.parceiro-container .img-bg>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;
}

.btn-for-dark {
    background: var(--cor-2);
    line-height: 1;
    padding: 0 40px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 2px;
    color: #fff;
    border-radius: .25em;
    text-transform: uppercase;
    position: relative;
    opacity: 1;
    margin-top: 20px;
    line-height: 56px;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.header-extras>ul>li>a:not(.btn), .header-extras>ul>li .topbar-dropdown>.title {
    font-weight: 400;
}

#page-title .page-title>h1 {
    text-transform: uppercase;
    line-height: 1.1;
    font-size: clamp(25px, 3vw, 45px)!important;
}

#header[data-transparent="true"]+#page-title {
    top: 0;
    margin-bottom: 0;
    padding: 80px 0 80px 0;
}

body .body-inner, body #wrapper {
    min-height: 100vh;
    padding-bottom: 406px;
    position: relative;
}

#footer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.container-img-box {
    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;
}

.container-img-box>.img-box-wrapper {
    width: 40%;
}

.container-img-box>.text-content {
    width: 60%;
    position: relative;
    padding: 0 40px;
}

.img-3-2 {
    width: 100%;
    display: block;
    position: relative;
}

.img-3-2 a {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}

.img-3-2 img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 0;
}

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

.blog-details-slider {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.blog-horizontal {
    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;
}

.blog-horizontal>.wrapper-blog-title {
    width: 38%;
    padding-right: 5%;
    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: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.blog-horizontal>.wrapper-blog-post {
    width: 60%;
}

.post-item.border>.post-item-wrap>.post-item-description {
    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;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: center;
}

.post-item .post-item-description>h2, .post-item .post-item-description>h2>a {
    font-size: 20px;
    letter-spacing: 0px;
    line-height: 1.2;
    font-weight: bold;
    text-transform: uppercase;
}

.owl-carousel.show-arrows .owl-prev {
    left: unset;
    right: calc(100% + 5px);
    opacity: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

.owl-carousel.show-arrows .owl-next {
    right: unset;
    left: calc(100% + 5px);
    opacity: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

.owl-carousel.show-arrows .owl-nav [class*="owl-"] {
    background-color: transparent;
    border: unset;
    border-radius: 50%;
    margin: 0;
}

.owl-carousel.show-arrows .owl-nav [class*="owl-"] i {
    color: var(--cor-1);
    font-weight: 900!important;
    font-size: 40px;
}

.owl-carousel.show-arrows .owl-nav [class*="owl-"]:hover i {
    color: #fff;
}

.wrapper-blog-post .post-item.border>.post-item-wrap>.post-item-description {
    padding-right: 60px!important;
    padding-left: 40px!important;
    padding-bottom: 0!important;
}

.owl-carousel .owl-dots .owl-dot span {
    margin-top: 0;
}

.carousel {
    padding-bottom: 40px;
}

.owl-carousel .owl-dots {
    margin-bottom: 0;
}

.header-extras>ul>li>a:not(.btn), .header-extras>ul>li .topbar-dropdown>.title {
    padding: 0 10px;
}

.grid-layout .post-item.border .post-item-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    top: 0;
    -webkit-box-shadow: 5px 5px 12px rgba(0, 0, 0, .2);
    box-shadow: 5px 5px 12px rgba(0, 0, 0, .2);
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

#header.header-sticky .header-inner, #header.header-sticky #header-wrap {
    background-color: #fff !important;
}

#header.header-sticky .header-inner #logo, #header.header-sticky #header-wrap #logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#header.sticky-active .header-inner #logo a>img, #header.sticky-active #header-wrap #logo a>img {
    height: 50px;
    margin: 0px;
    display: block;
    width: auto;
}

.header-extras i {
    color: #fff;
}

.container-equipe {
    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;
    width: 100%;
}

.equipe-outter {
    width: calc(33.3333% - 40px);
    margin: 20px;
}

.equipe-outter .equipe-inner {
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-radius: 0 .25em .25em 0;
    overflow: hidden;
}

.equipe-outter .equipe-inner .equipe-img {
    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;
    width: 40%;
    border-radius: 50%;
    background-color: #25d366;
    position: relative;
    border: 5px solid #fff;
}

.equipe-outter .equipe-inner .equipe-img:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.equipe-outter .equipe-inner .equipe-img>img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
}

.equipe-outter .equipe-inner .equipe-desc {
    position: relative;
    padding: 20px 20px 20px 10px;
    background-color: #fff;
    border-radius: 0 10px 10px 0;
    width: 60%;
}

.equipe-outter .equipe-inner .equipe-desc:before {
    content: "";
    position: absolute;
    right: 100%;
    top: 0;
    height: 100%;
    background-color: #fff;
    width: 30%;
    z-index: -1;
}

.equipe-outter .equipe-inner .equipe-desc h4 {
    font-weight: bold;
}

.equipe-outter .equipe-inner .equipe-desc h5 {
    font-weight: bold;
    color: #777;
    line-height: 1;
}

.equipe-outter .equipe-inner .equipe-desc a {
    line-height: 1;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    white-space: nowrap;
}

.listagem-produtos {
    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;
}

.listagem-produtos .outter-box-produtos {
    width: calc(33.33333% - 20px)!important;
    margin: 10px;
}

.owl-carousel.servicos-detalhes .owl-stage-outer {
    padding-bottom: 20px;
}

.container-text-banner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    padding: 0 5%;
    text-align: center;
    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;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.container-text-banner {
    padding: 0 300px;
    padding-top: 210px;
    padding-bottom: 70px;
}

.container-text-banner .titulo {
    text-transform: uppercase;
    line-height: 1.1;
    color: #fff;
    font-size: calc(20px + 1.2vw);
    margin-bottom: 2vh;
    font-weight: 700;
    position: relative;
    top: -40vh;
    opacity: 0;
    -webkit-transition-delay: 0s;
         -o-transition-delay: 0s;
            transition-delay: 0s;
    -webkit-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
}

.owl-item.active .container-text-banner .titulo {
    top: 0;
    opacity: 1;
}

.container-text-banner .sub-titulo {
    color: #fff;
    font-size: calc(21px + 0.3vw);
    line-height: 1.3;
    margin-bottom: 2vh;
    position: relative;
    top: -30vh;
    opacity: 0;
    -webkit-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
    -webkit-transition-delay: .25s;
         -o-transition-delay: .25s;
            transition-delay: .25s;
}

.owl-item.active .container-text-banner .sub-titulo {
    top: 0;
    opacity: 1;
}

.container-text-banner .btn {
    background: #fff;
    border-color: #fff;
    color: #000;
    font-weight: bold;
    position: relative;
    top: 0;
    -webkit-filter: drop-shadow(0px 0px 0px black);
            filter: drop-shadow(0px 0px 0px black);
    position: relative;
    top: -10vh;
    opacity: 0;
    -webkit-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
    -webkit-transition-delay: .5s;
         -o-transition-delay: .5s;
            transition-delay: .5s;
}

.owl-item.active .container-text-banner .btn {
    top: 0;
    opacity: 1;
}

.owl-carousel.arrows-large .owl-nav [class*="owl-"] {
    width: 60px;
    height: 60px;
    line-height: 60px;
}

.owl-carousel.arrows-large .owl-nav [class*="owl-"] i {
    line-height: 60px;
}

#mainMenu nav>ul>li>a {
    /* color: #474745!important; */
}

.post-item-description h2 {
    text-transform: uppercase;
}

.blog-slider .owl-stage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.blog-slider .owl-stage .owl-item>div {
    height: 100%;
}

.blog-slider .owl-stage .owl-item>div .post-item {
    height: 100%;
    border: unset!important;
    position: relative;
    padding: 40px;
}

.blog-slider .owl-stage .owl-item>div .post-item:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    height: 40%;
    width: 100%;
    opacity: .3;
    background: var(--cor-1);
}

.blog-slider .owl-stage .owl-item>div .post-item:after {
    position: absolute;
    content: "";
    bottom: 0;
    width: 100%;
    left: 0;
    height: 60%;
    background: #eee;
    z-index: -1;
}

.blog-slider .owl-stage .owl-item>div .post-item-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    border: unset;
    border-radius: 0;
    background: transparent;
    padding-right: 0;
}

.relacionados .outter-box-produtos {
    width: calc(100% - 10px)!important;
}

.blog-related-slider {
    padding: 0!important;
}

.blog-related-slider .owl-stage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.blog-related-slider .owl-stage .post-item {
    padding: 0;
    height: 100%;
}

.blog-related-slider .owl-stage .post-item .post-item-wrap {
    height: 100%;
}

.blog-related-slider .owl-stage-outer {
    padding: 20px 0;
    padding-bottom: 0;
}

.main-title-squared {
    overflow: visible;
    position: relative;
}

.main-title-squared:before {
    content: "";
    position: absolute;
    right: -25px;
    top: -25px;
    width: 50px;
    height: 50px;
    background: transparent;
    border-radius: 50%;
    border: 7px solid var(--cor-1);
}

.desconto .main-title-squared:before {
    border-color: #fff;
}

.main-title-squared h2 {
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1!important;
    padding: 2px 5px;
    position: relative;
    color: var(--cor-2);
    background: #fff;
    border-radius: 5px;
    font-size: clamp(25px, 7vw, 45px)!important;
}

.desconto .main-title-squared h2 {
    color: #fff;
    background: var(--cor-1);
}

.desconto {}

.heading-text {
    margin-bottom: 0;
    margin-top: 30px;
}

.container-title {
    margin-bottom: 45px;
}

.home-tec .outter-box-produtos {
    position: relative;
    height: unset!important;
    width: 100%!important;
}

.home-tec .outter-box-produtos {
    width: calc(33.33333% - 40px)!important;
    margin: 20px;
    margin-bottom: 40px;
    padding: 15px 30px 0 0;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.home-tec .outter-box-produtos:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 100%;
    z-index: -1;
    background: var(--cor-2);
}

.home-tec .outter-box-produtos:nth-child(odd):before {
    background: var(--cor-1);
}

.carousel.relacionados .owl-item:nth-of-type(odd) .outter-box-produtos:before {
    background: var(--cor-2);
}

.home-tec .outter-box-produtos>a {
    height: 100%;
    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;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.home-tec .outter-box-produtos>a .flex-wrapper {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.home-tec .outter-box-produtos .titulo {
    width: 80%;
    position: relative;
    top: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.home-tec .outter-box-produtos .titulo>* {
    text-transform: uppercase;
    font-weight: 700;
    font-family: "Poppins", "Helvetica", "Arial", sans-serif!important;
    letter-spacing: 0;
    line-height: 1.1;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.home-tec .outter-box-produtos .foto {
    width: calc(100% - 115px);
    margin-left: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 10px;
    margin-bottom: 10px;
    position: relative;
    top: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.home-tec .outter-box-produtos .foto>img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: right;
    object-position: right;
    max-height: 150px;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    -webkit-filter: drop-shadow(9px 4px 7px rgba(0, 0, 0, .4));
            filter: drop-shadow(9px 4px 7px rgba(0, 0, 0, .4));
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.home-tec .outter-box-produtos .mais {
    margin-top: 0;
    width: 115px;
    margin-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.btn-especial {
    display: inline-block;
    line-height: 1;
    padding: 5px;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
    font-family: 'Big Shoulders Text', cursive!important;
    position: relative;
    overflow: hidden;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.btn-especial.grande {
    padding: 10px;
    font-size: 30px;
}

.btn-especial:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background: var(--cor-2);
    left: -5px;
    top: -5px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.btn-especial.grande:before {
    width: 25px;
    height: 25px;
    left: -12.5px;
    top: -12.5px;
}

.btn-especial span.top-bottom-border:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: calc(100% - 10px);
    height: 2px;
    background: var(--cor-1);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.btn-especial.branco span.top-bottom-border:before {
    background: #fff;
}

.btn-especial.grande span.top-bottom-border:before {
    width: calc(100% - 22px);
}

.btn-especial span.top-bottom-border:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 2px;
    background: var(--cor-1);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.btn-especial.branco span.top-bottom-border:after {
    background: #fff;
}

.btn-especial span.left-right-border:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 2px;
    height: calc(100% - 10px);
    background: var(--cor-1);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.btn-especial.branco span.left-right-border:before {
    background: #fff;
}

.btn-especial.grande span.left-right-border:before {
    height: calc(100% - 22px);
}

.btn-especial span.left-right-border:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 2px;
    height: 100%;
    background: var(--cor-1);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.btn-especial.branco span.left-right-border:after {
    background: #fff;
}

.btn-especial .texto {
    z-index: 2;
    position: relative;
    color: var(--cor-1);
}

.btn-especial.branco .texto {
    color: #fff;
}

.bg-especial {
    position: relative;
}

.bg-especial:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/background.jpg);
    background-position: center;
    background-size: cover;
    z-index: -1;
    opacity: 1;
}

.sobre-flex-container {
    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;
}

.sobre-flex-container .sobre-text {
    width: 45%;
}

.sobre-flex-container .sobre-img {
    width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.section-empresa {
    background: var(--cor-1);
}

.section-empresa .main-title-squared h2 {
    color: #fff;
}

.section-empresa .heading-text .lead {
    color: #fff;
}

.sobre-img {
    padding: 0 0 0 5%;
}

.sobre-img .detalhe-2-objeto {
    width: 125px;
    height: auto;
    margin: 10px 0;
    margin-left: auto;
    display: block;
    position: relative;
    z-index: 1;
}

.sobre-img .detalhe-2-objeto .img-white-border {
    width: 100%;
    height: auto;
    position: relative;
}

.sobre-img .detalhe-2-objeto .img-white-border img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
}

.sobre-img .detalhe-2-objeto .img-white-border img.contorno-branco {
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: -1;
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
}

.sobre-img .detalhe-1-objeto {
    width: 200px;
    height: auto;
    display: block;
    margin: 10px 0;
    margin-right: auto;
    position: relative;
    z-index: 1;
}

.sobre-img .detalhe-1-objeto .img-white-border {
    width: 100%;
    position: relative;
}

.sobre-img .detalhe-1-objeto .img-white-border img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
}

.sobre-img .detalhe-1-objeto .img-white-border img.contorno-branco {
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: -1;
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
}

.sobre-img .corpo-objeto {
    width: 500px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.sobre-img .corpo-objeto img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
    display: block;
}

.sobre-img .circle-objeto-1 {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 273px;
    left: 83px;
    border-radius: 50%;
    border: 3px solid #ffff;
}

.sobre-img .line-objeto-1 {
    position: absolute;
    top: 232px;
    left: 230px;
    height: 300px;
    width: 3px;
    background: #fff;
    -webkit-transform: rotate(-55deg);
        -ms-transform: rotate(-55deg);
            transform: rotate(-55deg);
}

.sobre-img .circle-objeto-2 {
    position: absolute;
    width: 50px;
    height: 50px;
    border: 3px solid #fff;
    border-radius: 50%;
    right: 70px;
    bottom: 75px;
}

.sobre-img .line-objeto-2 {
    position: absolute;
    bottom: 57px;
    right: 261px;
    height: 450px;
    width: 3px;
    background: #fff;
    -webkit-transform: rotate(-42deg);
        -ms-transform: rotate(-42deg);
            transform: rotate(-42deg);
}

.sticky-active #mainMenu nav>ul>li>a {
    /* color: #000!important; */
}

.inspiro-slider .owl-stage-outer .owl-stage .owl-item .slide {
    background-position: center!important;
    background-size: cover!important;
}

.home-tec .carousel.relacionados .outter-box-produtos {
    width: calc(100% - 40px)!important;
    height: 100%!important;
}

.owl-carousel.relacinados .owl-stage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.flex-container-blog {
    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;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.flex-container-blog .post-item.border .post-item-wrap {
    border-radius: 0;
    border: none;
    -webkit-box-shadow: none!important;
            box-shadow: none!important;
    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;
}

.flex-container-blog .post-item.border {
    padding: 10px 0 10px 30px!important;
    position: relative!important;
    width: calc(33.33333% - 40px);
    margin: 20px;
}

.flex-container-blog .post-item:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    height: 100%;
    width: 50px;
    background: var(--cor-2);
}

.flex-container-blog .post-item.border>.post-item-wrap>.post-item-description {
    padding-right: 60px!important;
    padding-left: 40px!important;
    padding-bottom: 0!important;
}

.post-item .post-image .post-meta-category, .post-item .post-slider .post-meta-category, .post-item .post-video .post-meta-category, .post-item .post-audio .post-meta-category, .post-item .post-quote-img .post-meta-category {
    padding: 3px 15px;
    border-radius: 0;
}

#header.header-sticky .header-inner #logo>a {
    position: relative;
}

.post-item.border .post-item-wrap {
    position: relative;
    top: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.invisible-link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.owl-carousel.relacionados .owl-stage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding-top: 0!important;
    padding-bottom: 0!important;
    margin-left: auto;
    margin-right: auto;
}

.owl-carousel.relacionados .owl-stage .owl-item {
    height: auto;
}

.home-tec .carousel.relacionados .outter-box-produtos {
    margin: 0 20px!important;
}

.sobre-img .corpo-objeto:before {
    content: "";
    position: absolute;
    display: block;
    height: 87%;
    width: 50px;
    top: 101px;
    right: 100%;
    background: var(--cor-2);
    z-index: -1;
    -webkit-transform: skewY(-15deg);
        -ms-transform: skewY(-15deg);
            transform: skewY(-15deg);
}

.owl-carousel.servicos-detalhes .owl-stage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-left: auto;
    margin-right: auto;
}

.owl-carousel.servicos-detalhes .owl-stage>div {
    height: auto;
}

.owl-carousel.servicos-detalhes .owl-stage>div .image-box {
    height: 100%;
    border: 4px solid var(--cor-1);
    border-radius: 0;
    background: #ffff;
}

.carousel.servicos-detalhes .owl-item .image-box img {
    -o-object-fit: contain;
       object-fit: contain;
    padding: 5%;
}

.btn.btn-light.btn-share-cor {
    border-radius: 0!important;
}

table.table tr:nth-of-type(odd) {
    background: #fff;
}

.tabela-produto table td {
    border: unset!important;
    width: 100%;
    white-space: nowrap;
}

tr>td:first-child {
    font-weight: bold;
    padding-right: 5%;
    width: auto!important;
}

table.table tr:nth-of-type(odd) td {
    border: 1px solid #efefef!important;
}

table.table tr:nth-of-type(even) td {
    border: 1px solid #fff!important;
}

tr:last-child {
    border-bottom: 3px solid #fff;
}

.wrapper-editor-text 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-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

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

.tabela-produto {
    text-align: left;
}

.main-title-squared h2.fix-smaller {
    line-height: 1.2!important;
    font-size: 35px;
}

.form-control, input, select {
    border-radius: 0;
    background: transparent;
    border: unset;
    border-bottom: 2px solid var(--cor-2);
}

.form-control:focus, input:focus, select:focus {
    background-color: transparent;
    border-color: var(--cor-1);
    -webkit-box-shadow: none;
            box-shadow: none;
}

.sobre-flex-container .sobre-img.pequena {
    width: 280px;
    padding: 0!important;
}

.sobre-img.pequena .detalhe-1-objeto {
    width: 100px;
    margin-left: 50px;
}

.sobre-img.pequena .detalhe-2-objeto {
    width: 50px;
    margin-right: 50px;
}

.sobre-img.pequena .corpo-objeto {
    width: 100%;
}

.sobre-img.pequena .line-objeto-1 {
    top: 127px;
    left: 141px;
    -webkit-transform: rotate(-54deg);
        -ms-transform: rotate(-54deg);
            transform: rotate(-54deg);
    height: 194px;
}

.sobre-img.pequena .circle-objeto-1 {
    top: 149px;
    left: 42px;
    height: 25px;
    width: 25px;
}

.sobre-img.pequena .circle-objeto-2 {
    right: 37px;
    bottom: 40px;
    height: 35px;
    width: 35px;
}

.sobre-img.pequena .line-objeto-2 {
    bottom: 52px;
    right: 127px;
    height: 235px;
    -webkit-transform: rotate(-32deg);
        -ms-transform: rotate(-32deg);
            transform: rotate(-32deg);
}

.sobre-img.pequena .corpo-objeto:before {
    width: 35px;
    top: 58px;
}

.container-sobre-carousel {
    width: calc(100% - 280px - 15%);
}

.container-sobre-carousel .carousel {
    padding-bottom: 0;
}

.bg-especial .owl-carousel.show-arrows .owl-nav [class*="owl-"] i {
    color: var(--cor-2);
}

.carousel.show-arrows {
    margin-left: 40px;
    margin-right: 40px;
    width: calc(100% - 80px);
}

.call-representantes h2 {
    font-weight: 600;
    text-transform: uppercase;
}

.call-representantes p {
    font-size: 20px;
    line-height: 1.3;
}

.footer-upper-content {
    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-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    padding: 20px 0;
}

.footer-upper-content>* {
    position: relative;
}

.footer-upper-content>h2 {
    color: #fff;
    margin: 0;
    font-weight: 400;
    text-align: center;
}

.footer-upper-content>h2>b {
    font-weight: 900;
    color: var(--cor-2);
}

.footer-upper-content>.btn-especial {
    margin: 0 0 0 20px;
}

.footer-upper-content:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #001e50;
    opacity: .7;
    z-index: 0;
}

.footer-upper-content>h2>br {
    display: none;
}

.text-medium {
    font-size: 35px !important;
}

#page-title .container-fluid {
    padding: 0 250px;
}

.wrapper-det {
    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;
    padding-bottom: 60px;
}

.wrapper-det .wrapper-det-img {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    position: relative;
    padding: 20px 40px 40px 40px;
    z-index: 1;
}

.header-extras i {
    color: #333;
}

.wrapper-det .wrapper-det-img .box-det-img {
    display: block;
}

.wrapper-det .wrapper-det-img .box-det-img img {
    width: auto;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: right;
       object-position: right;
    -webkit-filter: drop-shadow(2px 17px 8px black);
            filter: drop-shadow(2px 17px 8px black);
    max-width: 550px;
    max-height: 40vh;
    position: relative;
    z-index: 2;
}

.wrapper-det .wrapper-det-text {
    width: auto!important;
}

.box-det-img-bg {
    position: absolute;
    left: 10px;
    top: 0;
    height: calc(100%);
    width: 70px;
    background: var(--cor-2);
    z-index: 1;
}

.wrapper-det-text.wrapper-editor-text.modified-for-h3 {
    text-align: left;
}

.wrapper-det-text.wrapper-editor-text.modified-for-h3:before {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    right: 100%;
    width: 150px;
    background: var(--cor-1);
    z-index: -1;
}

.wrapper-det-text.wrapper-editor-text.modified-for-h3 {
    text-align: left;
    background: var(--cor-1);
    padding-right: 20px;
    position: relative;
}

.wrapper-det-text.wrapper-editor-text.modified-for-h3 p.lead {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}

.outter-det {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#header[data-transparent="true"] .header-inner, #header[data-transparent="true"] #header-wrap, #header[data-transparent="true"].dark .header-inner, #header[data-transparent="true"].dark #header-wrap {
    background-color: #fff;
}

#topbar {
    border-bottom: 1px solid #efefef;
    background: #efefef;
}

.owl-carousel.relacionados .owl-stage .owl-item>div {
    height: 100%;
}

.card-product {
    position: relative;
    height: 100%;
    padding: 40px 40px 10px 40px;
    background: transparent;
    border: 4px solid #fff;
    z-index: 1;
    border-radius: 15px;
    overflow: hidden;
}

.background-grey .card-product {
    border: 4px solid #eee;
}

.card-product .back {
    display: none;
}

.card-product .front {
    height: 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: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    text-align: center;
    z-index: 3;
    position: relative;
    top: 0;
    -webkit-transition: all .15s ease;
    -o-transition: all .15s ease;
    transition: all .15s ease;
}

.card-product .front .card-product__img {
    position: relative;
    width: 120%;
    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;
    margin-bottom: 30px;
}

.card-product .front .card-product__img:after {
    content: "";
    padding-bottom: 100%;
    display: block;
}

.card-product .front .card-product__img img {
    position: absolute;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    width: 100%;
    height: 100%;
    -webkit-filter: drop-shadow(6px 6px 8px rgba(0, 0, 0, 0.5));
    filter: drop-shadow(6px 6px 8px rgba(0, 0, 0, 0.5));
}

.card-product .card-product__title {
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 15px;
}

.card-product .front .wrapper {
    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;
    width: 100%;
}

.card-product .card-product__btn {
    font-family: var(--font-1);
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1;
    padding: 15px 17px 15px 25px;
    font-size: clamp(15px, 2vw, 18px);
    border-radius: 100vw;
    background: transparent;
    margin-top: 5px;
    color: var(--cor-1);
    -webkit-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease;
}

.card-product .front .wrapper .line {
    margin: 0;
    width: 50%;
    border-top: 3px solid #fff;
    opacity: 1;
}

.background-grey .card-product .front .wrapper .line {
    border-top: 3px solid #eee;
}

.listagem-produtos>div {
    width: 20%;
}

.card-product .back {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: var(--cor-1);
    -webkit-transform: scale(0.2, .8);
        -ms-transform: scale(0.2, .8);
            transform: scale(0.2, .8);
    opacity: 0;
    z-index: 2;
}

.listagem-produtos .card-product {
    width: 20%;
    height: auto;
    border-radius: 15px;
    overflow: hidden;
}

.card-product .front * {
    position: relative;
    z-index: 3;
}

.card-product:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 40%;
    background: var(--cor-1);
    opacity: .3;
    z-index: -1;
}

.card-product:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    height: 60%;
    background: #eee;
    z-index: -1;
}

.background-grey .card-product:after {
    background: #fff;
}

.card-blog {
    position: relative;
    padding: 5%;
    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-transform: translate(-0, -0);
        -ms-transform: translate(-0, -0);
            transform: translate(-0, -0);
    -webkit-filter: unset;
            filter: unset;
    border-radius: 15px;
    overflow: hidden;
    -webkit-transition: all .15s ease;
    -o-transition: all .15s ease;
    transition: all .15s ease;
}

.card-blog:after {
    content: "";
    display: block;
    padding-bottom: 66.6666%;
}

.card-blog .card-blog__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-color: rgb(51 51 51 / .6);
    background-blend-mode: multiply;
    z-index: -1;
    border-radius: 15px;
}

.card-blog .card-blog__desc {
    position: absolute;
    width: 85%;
    height: 85%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow: hidden;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}

.card-blog .card-blog__desc * {
    color: #fff;
}

.card-blog .card-blog__desc .date {
    font-size: clamp(15px, 2vw, 19px);
    position: relative;
    padding-right: 7px;
    line-height: 1;
}

.card-blog .card-blog__desc p {
    display: block;
    margin: 0;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 0;
    -webkit-transition: all .15s ease;
    -o-transition: all .15s ease;
    transition: all .15s ease;
}

.card-blog .card-blog__desc .btn-blog {
    display: block;
    -webkit-transition: all .15s ease;
    -o-transition: all .15s ease;
    transition: all .15s ease;
}

.card-blog .card-blog__desc .p-wrapper {
    height: 100%;
    margin: 8px 0;
    padding-left: 20px;
    position: relative;
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    overflow: hidden;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.card-blog .card-blog__desc .card-blog__title {
    line-height: 1.2;
    font-size: clamp(17px, 1.6vw, 1.78571429em);
}

.card-blog .card-blog__desc .p-wrapper:before {
    content: "";
    position: absolute;
    left: 1px;
    top: 0;
    height: 100%;
    width: 2px;
    background: var(--cor-1);
}

.flex-container-blog>div {
    width: calc(50% - 0px);
    padding: 20px;
    -webkit-transition: all .15s ease;
    -o-transition: all .15s ease;
    transition: all .15s ease;
}

.card-blog .card-blog__desc .date-more-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}

.card-blog .card-blog__desc .date {
    font-size: clamp(15px, 2vw, 19px);
    position: relative;
    padding-right: 0;
    line-height: 1;
}

.card-blog .btn-blog {
    font-size: 18px;
    text-transform: uppercase;
    font-family: var(--font-1)!important;
    font-weight: bold;
    letter-spacing: .5px;
    padding: 0;
    margin: 0;
}

.background-grey .main-title-squared h2 {
    background: #ebebeb;
}

#slider .owl-nav {
    position: absolute;
    left: 5%;
    bottom: 20px;
    width: 140px;
    height: 60px;
}

#slider.owl-carousel .owl-prev {
    right: auto;
    left: 0px!important;
    opacity: 1;
}

#slider.owl-carousel .owl-next {
    left: auto;
    right: 0px!important;
    opacity: 1;
}

#slider.owl-carousel.arrows-large .owl-nav [class*="owl-"] i {
    font-size: 45px;
}

#slider.owl-carousel .owl-dots {
    position: absolute;
    left: calc(5% + 70px);
    bottom: 44px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 11px;
}

#slider.owl-carousel .owl-nav [class*="owl-"] {
    background-color: var(--cor-1);
    border-color: #fff;
    top: 0;
    margin: 0;
}

.header-extras {
    display: none;
}

.flex-container-category {
    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: end;
        -ms-flex-align: end;
            align-items: flex-end;
}

.flex-container-category .category-box-outter {
    width: 50%;
    height: auto;
    padding: 10px;
}

.category-box {
    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%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: relative;
}

.category-box:before {
    content: "";
    position: absolute;
    left: 20px;
    top: 0;
    height: 95%;
    width: 5px;
    background: var(--cor-1);
    z-index: 4;
    -webkit-filter: drop-shadow(3px 0px 0px #fff);
            filter: drop-shadow(3px 0px 0px #fff);
}

.background-grey .category-box:before {
    -webkit-filter: drop-shadow(3px 0px 0px #efefef);
            filter: drop-shadow(3px 0px 0px #efefef);
}

.category-box .category-box__desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 80%;
    padding: 10px;
    padding-left: 50px;
    position: relative;
    background: transparent;
}

.category-box .category-box__desc:before {
    content: "";
    position: absolute;
    top: 92%;
    height: 0;
    width: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 4;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 30px solid #fff;
    -webkit-filter: drop-shadow(2px 2px 0px var(--cor-1)) drop-shadow(-2px 2px 0px var(--cor-1));
            filter: drop-shadow(2px 2px 0px var(--cor-1)) drop-shadow(-2px 2px 0px var(--cor-1));
}

.background-grey .category-box .category-box__desc:before {
    border-top: 30px solid #efefef;
}

.category-box .category-box__img {
    display: block;
    position: relative;
    width: 100%;
}

.category-box .category-box__img:after {
    content: "";
    display: block;
    padding-bottom: 66.6666%;
}

.category-box .category-box__img 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;
    -webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, .3);
            box-shadow: 5px 5px 20px rgba(0, 0, 0, .3);
    border-radius: 15px;
    overflow: hidden;
}

.category-box .category-box__img .category-box__btn {
    position: absolute;
    left: 50px;
    bottom: 10%;
    -webkit-transform: unset;
        -ms-transform: unset;
            transform: unset;
    z-index: 2;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1;
    padding: 15px 17px 15px 25px;
    font-size: clamp(15px, 2vw, 18px);
    border-radius: 100vw;
    background: #fff;
    color: var(--cor-1);
    -webkit-transition: all .15s ease;
    -o-transition: all .15s ease;
    transition: all .15s ease;
}

.category-box .category-box__img .category-box__hover {
    background: -o-radial-gradient(left top, circle, #000 9%, var(--cor-2) 48%, transparent 91%);
    background: radial-gradient(circle at left top, #000 9%, var(--cor-2) 48%, transparent 91%);
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .3;
    border-radius: 15px;
    -webkit-transition: all .15s ease;
    -o-transition: all .15s ease;
    transition: all .15s ease;
}

.flex-container-category .category-box-outter:nth-of-type(even) .category-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    text-align: right;
}

.flex-container-category .category-box-outter:nth-of-type(even) .category-box:before {
    right: 20px;
    left: unset;
    bottom: 0;
    top: unset;
    -webkit-filter: drop-shadow(-3px 0px 0px #fff);
            filter: drop-shadow(-3px 0px 0px #fff);
}

.background-grey .flex-container-category .category-box-outter:nth-of-type(even) .category-box:before {
    right: 20px;
    left: unset;
    bottom: 0;
    top: unset;
    -webkit-filter: drop-shadow(-3px 0px 0px #efefef);
            filter: drop-shadow(-3px 0px 0px #efefef);
}

.flex-container-category .category-box-outter:nth-of-type(even) .category-box .category-box__desc {
    padding-left: 0;
    padding-right: 50px;
}

.flex-container-category .category-box-outter:nth-of-type(even) .category-box__desc:before {
    top: unset;
    bottom: 92%;
    border-top: unset;
    border-bottom: 30px solid #fff;
    -webkit-filter: drop-shadow(-2px -2px 0px var(--cor-1)) drop-shadow(2px -2px 0px var(--cor-1));
            filter: drop-shadow(-2px -2px 0px var(--cor-1)) drop-shadow(2px -2px 0px var(--cor-1));
}

.background-grey .flex-container-category .category-box-outter:nth-of-type(even) .category-box__desc:before {
    border-bottom: 30px solid #efefef;
}

.category-box .category-box__desc .category-box__title {
    color: #333;
    text-transform: uppercase;
    font-weight: bold;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.flex-container-category .category-box-outter:nth-of-type(even) .category-box .category-box__desc .category-box__title {
    margin-top: 10px;
}

.flex-container-category .category-box-outter:nth-of-type(even) .category-box .category-box__desc p {
    margin-bottom: 0px;
}

.flex-container-category .category-box-outter:not(:first-of-type):nth-of-type(odd) .category-box {
    margin-top: 60px;
}

.flex-container-category .category-box-outter:not(:first-of-type):nth-of-type(2n+1) .category-box:after {
    content: "";
    position: absolute;
    left: 82.5%;
    bottom: 85%;
    width: 35%;
    height: 40%;
    background: transparent;
    border: 5px solid var(--cor-1);
    opacity: .3;
    z-index: -1;
}

.flex-container-category .category-box-outter:nth-of-type(even) .category-box .category-box__img .category-box__btn {
    left: unset;
    right: 50px;
    bottom: unset;
    top: 10%;
}

.flex-container-category .category-box-outter:not(:first-of-type):last-of-type:nth-of-type(5), .flex-container-category .category-box-outter:not(:first-of-type):last-of-type:nth-of-type(3) {
    width: 100%;
}

.flex-container-category .category-box-outter:not(:first-of-type):last-of-type:nth-of-type(5) .category-box, .flex-container-category .category-box-outter:not(:first-of-type):last-of-type:nth-of-type(3) .category-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.flex-container-category .category-box-outter:not(:first-of-type):last-of-type:nth-of-type(5) .category-box:before, .flex-container-category .category-box-outter:not(:first-of-type):last-of-type:nth-of-type(3) .category-box:before {
    left: 0;
    top: unset;
    width: 95%;
    height: 5px;
    bottom: 20px;
    -webkit-filter: drop-shadow(0px -3px 0px #fff);
            filter: drop-shadow(0px -3px 0px #fff);
}

.background-grey .flex-container-category .category-box-outter:not(:first-of-type):last-of-type:nth-of-type(5) .category-box:before, .background-grey .flex-container-category .category-box-outter:not(:first-of-type):last-of-type:nth-of-type(3) .category-box:before {
    -webkit-filter: drop-shadow(0px -3px 0px #efefef);
            filter: drop-shadow(0px -3px 0px #efefef);
}

.flex-container-category .category-box-outter:not(:first-of-type):last-of-type:nth-of-type(5) .category-box:after, .flex-container-category .category-box-outter:not(:first-of-type):last-of-type:nth-of-type(3) .category-box:after {
    width: 50%!important;
    max-width: 250px;
    height: 50%!important;
    left: 50%!important;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}

.flex-container-category .category-box-outter:not(:first-of-type):last-of-type:nth-of-type(5) .category-box .category-box__desc, .flex-container-category .category-box-outter:not(:first-of-type):last-of-type:nth-of-type(3) .category-box .category-box__desc {
    padding-left: 0px;
    width: 50%;
    padding-right: 20px;
    padding-bottom: 50px;
    text-align: right;
}

.flex-container-category .category-box-outter:not(:first-of-type):last-of-type:nth-of-type(5) .category-box .category-box__img, .flex-container-category .category-box-outter:not(:first-of-type):last-of-type:nth-of-type(3) .category-box .category-box__img {
    width: 50%;
}

.flex-container-category .category-box-outter:not(:first-of-type):last-of-type:nth-of-type(5) .category-box .category-box__desc:before, .flex-container-category .category-box-outter:not(:first-of-type):last-of-type:nth-of-type(3) .category-box .category-box__desc:before {
    top: 50%;
    -webkit-transform: translateX(0) translateY(-50%);
        -ms-transform: translateX(0) translateY(-50%);
            transform: translateX(0) translateY(-50%);
    left: 98%;
    background-blend-mode: unset;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 30px solid #fff;
    border-right: unset;
    -webkit-filter: drop-shadow(2px -2px 0px var(--cor-1)) drop-shadow(2px 2px 0px var(--cor-1));
            filter: drop-shadow(2px -2px 0px var(--cor-1)) drop-shadow(2px 2px 0px var(--cor-1));
    content: "";
}

.background-grey .flex-container-category .category-box-outter:not(:first-of-type):last-of-type:nth-of-type(5) .category-box .category-box__desc:before, .background-grey .flex-container-category .category-box-outter:not(:first-of-type):last-of-type:nth-of-type(3) .category-box .category-box__desc:before {
    border-left: 30px solid #efefef;
}

.flex-container-category .category-box-outter:not(:first-of-type):last-of-type:nth-of-type(5) .category-box .category-box .category-box__img, .flex-container-category .category-box-outter:not(:first-of-type):last-of-type:nth-of-type(3) .category-box .category-box .category-box__img {
    width: 50%;
}

.flex-container-category .category-box-outter:not(:first-of-type):last-of-type:nth-of-type(5) .category-box:after, .flex-container-category .category-box-outter:not(:first-of-type):last-of-type:nth-of-type(3) .category-box:after {
    content: "";
    position: absolute;
    left: 75%;
    bottom: 75%;
    width: 50%;
    height: 50%;
    background: var(--cor-1);
    opacity: .3;
    z-index: -1;
}

.flex-container-category .category-box-outter:not(:first-of-type):last-of-type:nth-of-type(5) .category-box .category-box__img .category-box__btn, .flex-container-category .category-box-outter:not(:first-of-type):last-of-type:nth-of-type(3) .category-box .category-box__img .category-box__btn {
    bottom: 50px;
    top: unset;
    left: unset;
    right: 10%;
}

.flex-container-category .category-box-outter:not(:first-of-type):last-of-type:nth-of-type(5) .category-box .category-box__desc p, .flex-container-category .category-box-outter:not(:first-of-type):last-of-type:nth-of-type(3) .category-box .category-box__desc p {
    margin-bottom: 0;
}

.flex-container-category .category-box-outter:not(:first-of-type):last-of-type:nth-of-type(5) .category-box .category-box__img .category-box__hover, .flex-container-category .category-box-outter:not(:first-of-type):last-of-type:nth-of-type(3) .category-box .category-box__img .category-box__hover {
    background: -o-radial-gradient(right bottom, circle, #000 9%, var(--cor-2) 48%, transparent 91%);
    background: radial-gradient(circle at right bottom, #000 9%, var(--cor-2) 48%, transparent 91%);
}

.btn-capo {
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1;
    padding: 15px 17px 15px 25px;
    font-size: clamp(15px, 2vw, 18px);
    border-radius: 100vw;
    background: transparent;
    border: 3px solid var(--cor-1);
    color: var(--cor-1)!important;
    letter-spacing: .5px;
    -webkit-transition: all .15s ease;
    -o-transition: all .15s ease;
    transition: all .15s ease;
}

.card-blog .card-blog__bg .card-blog__hover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -o-radial-gradient(left top, circle, #000 9%, var(--cor-2) 48%, transparent 91%);
    background: radial-gradient(circle at left top, #000 9%, var(--cor-2) 48%, transparent 91%);
    border-radius: 15px;
    opacity: 0;
    -webkit-transition: all .15s ease;
    -o-transition: all .15s ease;
    transition: all .15s ease;
}

.box-categorias .accordion .ac-item .ac-title {
    font-size: clamp(16px, 1.5vw, 22px);
    text-transform: uppercase;
    font-weight: bold;
    padding-right: 40px;
}

.box-categorias .accordion .ac-item {
    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;
}

.box-categorias .accordion {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.section-video {
    padding: 0;
    position: relative;
    overflow: visible!important;
    z-index: 1;
    padding-bottom: 25px;
}

.section-video:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 25%;
    background: #fff;
    z-index: -1;
}

.video-box:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 1;
    opacity: .5;
    border-radius: 5px;
}

.video-box {
    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;
    text-align: center;
    width: 80%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 5px;
    -webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, .3);
            box-shadow: 5px 5px 20px rgba(0, 0, 0, .3);
}

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

.video-box 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;
    border-radius: 5px;
}

.video-box h2 {
    position: absolute;
    text-transform: uppercase;
    line-height: 1.1;
    font-weight: 900;
    color: #fff;
    top: 10%;
    z-index: 4;
    margin-bottom: 0;
}

.video-play-button {
    position: absolute;
    top: 50%;
    z-index: 4;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    margin: 0;
    border-radius: 50%;
    padding: 18px 20px 18px 28px;
    -webkit-box-shadow: 0 0px 30px rgba(79, 140, 13, .5);
            box-shadow: 0 0px 30px rgba(79, 140, 13, .5);
}

.video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: rgba(79, 140, 13, .9);
    border-radius: 50%;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
            animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: white;
    border-radius: 50%;
    -webkit-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
    -webkit-transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.video-play-button:hover:after {
    background: var(--cor-1);
    -webkit-transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.video-play-button:hover span {
    border-left: 32px solid white;
}

.video-play-button img {
    position: relative;
    z-index: 3;
    max-width: 100%;
    width: auto;
    height: auto;
}

.video-play-button span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
            transform: scale(0.8);
    border-left: 32px solid var(--cor-1);
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
    -webkit-transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.gallery-box {
    padding-top: 80px;
}

.heading-mvv {
    padding-left: 30px;
}

.gallery-box .carousel {
    padding-bottom: 0;
}

.heading-mvv .main-title-squared:before {
    right: unset;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 75px;
    background: var(--cor-1);
    border-radius: 0;
    border: unset;
    opacity: .3;
}

.heading-mvv .main-title-squared h2 {
    background: transparent;
}

a.btn.btn-light.btn-icon-holder.btn-shadow.btn-light-hover.btn-light-hover.btn-share-cor {
    font-family: var(--font-1)!important;
    border-radius: 100vw!important;
    -webkit-box-shadow: unset!important;
            box-shadow: unset!important;
    border: 1px solid var(--cor-1);
    color: var(--cor-1);
    font-size: 14px;
    font-weight: 500;
    background: transparent;
}

a.btn.btn-light.btn-icon-holder.btn-shadow.btn-light-hover.btn-light-hover.btn-share-cor:before {
    display: none;
}

a.btn.btn-light.btn-icon-holder.btn-shadow.btn-light-hover.btn-light-hover.btn-share-cor i {
    margin-left: 1em;
    color: var(--cor-1)!important;
}

a.btn.btn-light.btn-icon-holder.btn-shadow.btn-light-hover.btn-light-hover.btn-share-cor:hover {
    background: var(--cor-1)!important;
    color: #fff!important;
}

a.btn.btn-light.btn-icon-holder.btn-shadow.btn-light-hover.btn-light-hover.btn-share-cor:hover>i {
    color: #fff!important;
}

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

.wrapper-editor-text {
    text-align: justify!important;
}

.mega-menu-custom img {
    width: 40px;
    height: 40px;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
    margin-right: 15px;
}

.container-galery-desc {
    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;
}

.container-galery-desc .wrapper-text-btn {
    width: 50%;
    padding-left: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.container-galery-desc .carousel-wrapper .carousel {
    padding-bottom: 0;
    width: 100%;
    margin: 0;
}

.container-galery-desc .carousel-wrapper .carousel .prod-det-img {
    display: block;
    border: 1px solid #efefef;
    border-radius: 25px 25px 25px 25px;
    padding: 5%;
    height: 50vh;
    width: 100%;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}

.container-galery-desc .carousel-wrapper .carousel .prod-det-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
}

.container-galery-desc .wrapper-editor-text ul {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}

.container-btn-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 30px;
}

.container-share {
    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;
}

.container-share>a:first-of-type {
    padding-left: 0!important;
    padding-right: 5px!important;
    border: unset!important;
    background: transparent!important;
    color: var(--cor-1)!important;
}

.container-share>a.btn.btn-light.btn-icon-holder.btn-shadow.btn-light-hover.btn-light-hover.btn-share-cor:first-of-type:hover {
    border: unset!important;
    background: transparent!important;
    color: var(--cor-1)!important;
}

.container-galery-desc .carousel-wrapper a.btn.btn-light.btn-icon-holder.btn-shadow.btn-light-hover.btn-light-hover.btn-share-cor {
    line-height: 2;
    background: transparent;
    border: 2px solid var(--cor-1)!important;
    color: var(--cor-1)!important;
    border-radius: 0 0 25px 25px!important;
    font-size: 17px;
}

.container-galery-desc .carousel-wrapper a.btn.btn-light.btn-icon-holder.btn-shadow.btn-light-hover.btn-light-hover.btn-share-cor>i {
    color: var(--cor-1)!important;
}

.container-galery-desc .carousel-wrapper a.btn.btn-light.btn-icon-holder.btn-shadow.btn-light-hover.btn-light-hover.btn-share-cor:hover {
    border: 2px solid var(--cor-1)!important;
    color: #fff!important;
}

.container-galery-desc .carousel-wrapper a.btn.btn-light.btn-icon-holder.btn-shadow.btn-light-hover.btn-light-hover.btn-share-cor:hover>i {
    color: #fff!important;
}

.title-simples {
    color: var(--cor-2);
    text-transform: uppercase;
    font-weight: 600;
}

.container-specs-docs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
}

.container-specs-docs .table-box {
    width: 100%;
    padding-right: 40px;
	padding-top: 50px;
}

.container-specs-docs .docs-box {
    width: 100%;
    padding-left: 40px;
}

.docs-list {
    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: start;
}

.footer-2-columns .footer-flex-infos {
    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: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    padding-right: 0;
}

.footer-2-columns .footer-medias {
    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;
    width: 100%;
    height: 100%;
    margin-bottom: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.footer-2-columns .footer-medias i {
    font-size: 24px;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    padding: 0!important;
    margin: 5px!important;
    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;
    border: 2px solid var(--cor-2);
    color: var(--cor-2);
    line-height: 1;
    -webkit-transition: all .15s ease;
    -o-transition: all .15s ease;
    transition: all .15s ease;
}

.footer-2-columns .footer-medias i:first-of-type {
    margin-left: 0!important;
}

.copyright-content {
    background: var(--cor-2);
}

.footer-2-columns .footer-flex-infos>a {
    color: var(--cor-2);
    font-size: clamp(14px, 2vw, 15px);
    font-weight: 500!important;
    -webkit-transition: all .15s ease;
    -o-transition: all .15s ease;
    transition: all .15s ease;
    line-height: 1.3;
}

.footer-2-columns .footer-flex-infos .tel-group>a {
    color: var(--cor-2);
    font-size: clamp(14px, 2vw, 15px);
    font-weight: 500!important;
    -webkit-transition: all .15s ease;
    -o-transition: all .15s ease;
    transition: all .15s ease;
}

#footer .footer-content {
    padding: 40px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

#footer .footer-flex-news {
    width: 400px;
    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;
}

#footer.footer-flex-news .footer-title {
    text-transform: uppercase;
    font-weight: bold;
    color: var(--cor-2);
}

#footer .footer-flex-news p {
    font-size: clamp(14px, 2vw, 15px);
}

#footer .footer-flex-news .input-btn-container {
    position: relative;
    width: 100%;
}

#footer .footer-flex-news .input-btn-container input {
    width: 100%;
    display: block;
    padding-right: 100px;
    border: 2px solid var(--cor-2);
    border-radius: 100vw;
}

#footer .footer-flex-news .input-btn-container button {
    position: absolute;
    right: 0;
    bottom: 0;
    background: transparent;
    border: 2px solid var(--cor-2);
    border-radius: 100vw;
    padding: 2px 20px;
    cursor: pointer;
    -webkit-transition: all .15s ease;
    -o-transition: all .15s ease;
    transition: all .15s ease;
    line-height: unset;
    height: unset;
    font-weight: bold;
    top: 0;
}

.background-grey+#footer:after {
    background-color: #fff;
}

:not(.background-grey)+#footer:after {
    background-color: #fff;
}

.tel-group>a:not(:first-of-type) {
    margin-left: 10px;
}

.flex-container-blog>div .card-blog .card-blog__bg {
    -webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, .4);
            box-shadow: 5px 5px 15px rgba(0, 0, 0, .4);
}

.prod-det-page .main-title-squared h2 {
    text-transform: unset;
    font-weight: 500;
    padding: 0;
    position: relative;
    color: var(--cor-2);
    background: transparent;
    border-radius: 0;
    font-size: clamp(30px, 3vw, 35px)!important;
}

.prod-det-page .main-title-squared:before {
    display: none;
}

.container-galery-desc .carousel-wrapper {
    width: 50%;
    padding-right: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.carousel-container-category .category-box-outter {
    display: block;
    width: calc(100% - 40px);
    margin: 0 25px 0 15px;
    padding-bottom: 25px;
    height: 100%;
}

.carousel.carousel-segmentos {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
}

.carousel.carousel-segmentos .owl-stage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
}

.carousel-container-category .category-box-outter .category-box {
    height: 100%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}

#footer .for-news .footer-flex-news {
    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;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

#footer .for-news .footer-flex-news .footer-title {
    padding-right: 0;
    line-height: 1;
    margin-bottom: 0;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-size: clamp(25px, 7vw, 45px)!important;
    margin-bottom: 5px;
}

#footer .for-news .footer-flex-news p {
    width: 100%;
    margin-bottom: 0;
    padding: 0 30px;
    font-size: clamp(18px, 2vw, 23px);
    margin-bottom: 15px;
}

#footer .for-news .footer-flex-news .input-btn-container {
    max-width: 400px;
}

.container-full.for-news {
    background-color: var(--cor-2);
    padding: 80px 0;
    background-image: url(../images/news-bg.jpg);
    background-position: 50% 56%;
    background-blend-mode: multiply;
    background-attachment: fixed;
}

#footer .for-news .footer-flex-news * {
    color: #fff;
    border-color: #fff!important;
}

#footer .for-news .footer-flex-news *::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #eee;
}

#footer .for-news .footer-flex-news *::-moz-placeholder {
    /* Firefox 19+ */
    color: #eee;
}

#footer .for-news .footer-flex-news *:-ms-input-placeholder {
    /* IE 10+ */
    color: #eee;
}

#footer .for-news .footer-flex-news *:-moz-placeholder {
    /* Firefox 18- */
    color: #eee;
}

.footer-2-columns .footer-flex-infos .quick-links-container {
    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: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin: 10px 0 20px 0;
    padding-bottom: 10px;
    border-bottom: 2px solid var(--cor-1);
}

.footer-2-columns .footer-flex-infos .quick-links-container a {
    font-size: clamp(15px, 2vw, 16px);
    font-weight: 500!important;
    margin: 0 15px;
    line-height: 1.3;
    color: var(--cor-2);
}

section.vert-acima {
    overflow: visible!important;
    z-index: 6;
}

section.hori-abaixo-left {
    overflow: visible!important;
    z-index: 2;
}

section.hori-abaixo-right {
    overflow: visible!important;
    z-index: 3;
}

section.vert-acima:before {
    content: "";
    position: absolute;
    left: 50%;
    width: 7px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    height: 100px;
    background: var(--cor-2);
    top: -50px;
}

section.vert-abaixo:after {
    content: "";
    position: absolute;
    left: 50%;
    width: 7px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    height: 75px;
    background: var(--cor-1);
    bottom: -37.5px;
    z-index: 3;
}

section.hori-abaixo-left:after {
    content: "";
    position: absolute;
    left: 0;
    width: 30%;
    height: 7px;
    background: var(--cor-1);
    bottom: -3.5px;
}

section.hori-abaixo-right:before {
    content: "";
    position: absolute;
    right: 0;
    width: 30%;
    height: 7px;
    background: var(--cor-1);
    bottom: -3.5px;
}

/* MODIFICACOES FOOTER */

#footer {
    background: -o-radial-gradient(left top, circle, #222 25%, var(--cor-2) 104%, var(--cor-1) 103%);
    background: radial-gradient(circle at left top, #222 25%, var(--cor-2) 104%, var(--cor-1) 103%);
}

.container-full.for-news {
    background-color: transparent;
    padding: 40px 0;
    background-image: url(../images/news-bg.jpg);
    background-position: 50% 88%;
    background-blend-mode: multiply;
    background-attachment: unset;
    max-height: unset;
    position: relative;
}

.container-full.for-news:after {
    content: "";
    position: absolute;
    left: 0;
    width: 40%;
    height: 7px;
    bottom: -3.5px;
    background: var(--cor-1);
    z-index: 1;
}

.container-full.for-news:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--cor-1);
    opacity: .85;
    z-index: 0;
}

#footer .for-news .footer-flex-news>* {
    position: relative;
    z-index: 2;
}

.footer-2-columns .footer-medias i {
    border: 2px solid #fff;
    color: #fff;
}

.footer-2-columns .footer-flex-infos .quick-links-container a {
    color: #fff;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.footer-2-columns .footer-flex-infos .tel-group>a {
    color: #fff;
}

.footer-2-columns .footer-flex-infos>a {
    color: #fff;
}

.footer-2-columns .footer-flex-infos .tel-group {
    padding-bottom: 10px;
}

#header {
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
            box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
}

a.btn.btn-light.btn-icon-holder.btn-shadow.btn-light-hover.btn-share-cor.for-icon {
    width: 38px;
    height: 38px;
    border-radius: 50%!important;
    position: relative;
    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;
}

a.btn.btn-light.btn-icon-holder.btn-shadow.btn-light-hover.btn-share-cor.for-icon>i {
    position: absolute;
    left: 50%;
    top: 48%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    font-size: 20px;
}

.wrapper-text-btn .container-share {
    position: absolute;
    top: 0;
    right: 0;
}

.tabela-produto ul {
    padding-left: 17px;
}

.overflow-x-auto>table {
    margin-bottom: 0!important;
    padding-bottom: 0!important;
}

.overflow-x-auto {
    overflow-x: auto;
    margin-bottom: 20px;
    position: relative;
}

.overflow-x-auto:before {
    content: "Obs.: Pode ser preciso arrastar a tabela para consultur por completo";
    color: green;
    height: 100%;
}

.filter-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    list-style: none;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.filter-list li {
    margin: 2.5px;
}

html {
    overflow-x: hidden;
}

.filter-list a {
    font-size: 14px;
    padding: 5px 20px;
    border: 1px solid;
    display: block;
    border-radius: 100vw;
    color: #333!important;
    font-weight: 500;
    cursor: pointer;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.filtros-open {
    overflow-y: hidden;
    padding-right: 15px;
}

.filtros-open #what-we-do {
    z-index: 20000;
}

.filter-list a.filter-list__active {
    background: var(--cor-1)!important;
    color: #fff!important;
    border-color: var(--cor-1);
}

div#modal-whatsapp {
    padding: 0;
}

#modal-whatsapp .titulo-whats {
    position: relative;
    width: 100%;
    white-space: nowrap;
    padding: 10px 25px;
    margin-bottom: 30px;
}

#grupo-bts {
    padding: 20px;
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -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;
}

div#modal-whatsapp {
    padding: 0;
}

#modal-whatsapp .titulo-whats {
    position: relative;
    width: 100%;
    white-space: nowrap;
    padding: 10px 25px;
    margin-bottom: 20px;
}

#grupo-bts {
    padding: 0 20px 20px;
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

#grupo-bts.desk {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
}

#grupo-bts.mob {
    display: none!important;
}

#modal-whatsapp a {
    height: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

#bt-disparador i {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

#bt-disparador .fa-whatsapp {
    opacity: 1;
}

#bt-disparador .fa-times {
    opacity: 0;
}

#bt-disparador.blur .fa-whatsapp {
    opacity: 0;
}

#bt-disparador.blur .fa-times {
    opacity: 1;
}

/**************HOVER*****************/

@media (min-width:992px) {
    .footer-2-columns .footer-flex-infos .quick-links-container a:hover {
        text-decoration: underline;
    }
    #footer .footer-content .footer-flex-news .input-btn-container button:hover {
        color: var(--cor-1);
        border: 2px solid var(--cor-1);
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }
    .footer-2-columns .footer-medias a:hover i {
        border-color: var(--cor-1);
        color: var(--cor-1);
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }
    .footer-2-columns .footer-flex-infos>a:hover {
        color: var(--cor-1);
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }
    .footer-2-columns .footer-flex-infos .tel-group>a:hover {
        color: var(--cor-1);
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }
    .mega-menu-custom {
        min-width: 600px!important;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    #mainMenu nav>ul>li .dropdown-submenu:not(.hover-active):hover>ul.mega-menu-custom {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-animation: fade-in-out .3s ease;
                animation: fade-in-out .3s ease;
    }
    .mega-menu-custom a {
        padding-top: 7.5px!important;
        padding-bottom: 7.5px!important;
    }
    .mega-menu-custom li {
        border: 1px solid #efefef;
        border-radius: .25em;
        margin: 2px;
        width: calc(50% - 4px);
    }
    .mega-menu-custom>li>a {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important;
        -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;
        height: 100%;
    }
    .mega-menu-custom>li>a>span {
        width: calc(100% - 40px);
    }
    .blog-page .wrapper-editor-text {
        -webkit-column-count: 2;
           -moz-column-count: 2;
                column-count: 2;
        -webkit-column-gap: 50px;
           -moz-column-gap: 50px;
                column-gap: 50px;
    }
    .card-blog:hover .card-blog__bg .card-blog__hover {
        background: -o-radial-gradient(left top, circle, #000 9%, var(--cor-2) 48%, var(--cor-1) 91%);
        background: radial-gradient(circle at left top, #000 9%, var(--cor-2) 48%, var(--cor-1) 91%);
        opacity: .5;
    }
    .btn-capo:hover {
        background: var(--cor-1);
        color: #fff!important;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }
    .flex-container-category .category-box-outter:not(:first-of-type):last-of-type:nth-of-type(5) .category-box:hover .category-box__img .category-box__hover, .flex-container-category .category-box-outter:not(:first-of-type):last-of-type:nth-of-type(3) .category-box:hover .category-box__img .category-box__hover {
        background: -o-radial-gradient(right bottom, circle, #000 9%, var(--cor-2) 48%, var(--cor-1) 91%);
        background: radial-gradient(circle at right bottom, #000 9%, var(--cor-2) 48%, var(--cor-1) 91%);
    }
    .category-box .category-box__img .category-box__btn:hover {
        background: var(--cor-1);
        color: #fff;
    }
    .category-box:hover .category-box__desc .category-box__title {
        color: var(--cor-1);
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }
    .category-box:hover .category-box__img .category-box__hover {
        background: -o-radial-gradient(left top, circle, #000 9%, var(--cor-2) 48%, var(--cor-1) 91%);
        background: radial-gradient(circle at left top, #000 9%, var(--cor-2) 48%, var(--cor-1) 91%);
        opacity: .6;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }
    .blog-slider .owl-stage {
        padding-top: 10px;
        padding-right: 10px;
        padding-left: 10px;
    }
    .card-blog:hover {
        -webkit-transform: translate(0px, -10px);
            -ms-transform: translate(0px, -10px);
                transform: translate(0px, -10px);
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }
    .card-blog:hover .card-blog__desc p {
        -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
                transform: translateX(0);
        opacity: 1;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }
    .card-blog:hover {
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }
    .card-product:hover .front {
        top: -15px;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }
    .card-product:hover .front .wrapper .line {
        opacity: 0;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }
    .card-product:hover .card-product__btn {
        background: var(--cor-1);
        color: #fff;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }
    .outter-box-produtos .foto {
        height: 30vh;
    }
    .outter-box-produtos .foto>img {
        height: 28vh!important;
        max-height: unset!important;
        -webkit-transform: scale(1)!important;
            -ms-transform: scale(1)!important;
                transform: scale(1)!important;
    }
    .outter-box-produtos:hover .foto>img {
        -webkit-transform: scale(1.05)!important;
            -ms-transform: scale(1.05)!important;
                transform: scale(1.05)!important;
    }
    .post-item.border:hover .post-item-wrap {
        top: -5px;
    }
    .post-tags>a:not(.btn):hover, .post-tags>a:not(.btn):focus, .post-tags>a:not(.btn):active {
        text-decoration: none;
        border-radius: 100vw;
        outline: none;
        background: var(--cor-1);
        border-color: var(--cor-1);
        color: #fff;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }
    .home-tec .outter-box-produtos:hover .btn-especial:before {
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        -webkit-transform: rotate(0);
            -ms-transform: rotate(0);
                transform: rotate(0);
    }
    .home-tec .outter-box-produtos:hover .btn-especial span.top-bottom-border:before {
        width: 0;
    }
    .home-tec .outter-box-produtos:hover .btn-especial span.top-bottom-border:after {
        width: 0;
    }
    .home-tec .outter-box-produtos:hover .btn-especial span.left-right-border:before {
        height: 0;
    }
    .home-tec .outter-box-produtos:hover .btn-especial span.left-right-border:after {
        height: 0;
    }
    .post-item.border:hover .btn-especial:before {
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        -webkit-transform: rotate(0);
            -ms-transform: rotate(0);
                transform: rotate(0);
    }
    .post-item.border:hover .btn-especial span.top-bottom-border:before {
        width: 0;
    }
    .post-item.border:hover .btn-especial span.top-bottom-border:after {
        width: 0;
    }
    .post-item.border:hover .btn-especial span.left-right-border:before {
        height: 0;
    }
    .post-item.border:hover .btn-especial span.left-right-border:after {
        height: 0;
    }
    .btn-especial:hover:before {
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        -webkit-transform: rotate(0);
            -ms-transform: rotate(0);
                transform: rotate(0);
    }
    .btn-especial:hover span.top-bottom-border:before {
        width: 0;
    }
    .btn-especial:hover span.top-bottom-border:after {
        width: 0;
    }
    .btn-especial:hover span.left-right-border:before {
        height: 0;
    }
    .btn-especial:hover span.left-right-border:after {
        height: 0;
    }
    .home-tec .outter-box-produtos:hover .foto {
        top: -5px;
    }
    .home-tec .outter-box-produtos:hover .titulo {
        top: -5px;
    }
    .btn-for-dark:hover {
        background: var(--cor-1);
        color: #000;
    }
    .container-text-banner .btn:hover {
        background: var(--cor-1)!important;
        border-color: var(--cor-1)!important;
        top: -5px;
        -webkit-filter: drop-shadow(0px 5px 3px black);
                filter: drop-shadow(0px 5px 3px black);
    }
}

@media (max-width:1500px) {
    .listagem-produtos .card-product {
        width: 25%;
    }
    .equipe-outter {
        width: calc(50% - 40px);
        margin: 20px;
    }
    .outter-box-produtos:after {
        padding-bottom: 75%;
    }
    .title-wrapper-outter:after {
        padding-bottom: 75%;
    }
    .flex-container-blog .post-item.border>.post-item-wrap>.post-item-description {
        padding-right: 10px!important;
    }
    .flex-container-blog>div {
        width: 50%;
    }
}

@media (max-width:1300px) {
    #mainMenu nav>ul>li>a {
        padding: 10px 7.5px;
        font-size: 14px;
    }
    .outter-box-produtos:after {
        padding-bottom: 100%;
    }
    .title-wrapper-outter:after {
        padding-bottom: 100%;
    }
    .main-title h2 {
        font-size: 40px;
    }
    .main-title h3 {
        font-size: 35px;
    }
    .parcerio-section .main-title h2 {
        font-size: 60px;
    }
    .home-tec .outter-box-produtos {
        width: calc(33.3333% - 40px)!important;
    }
}

@media (max-width:1150px) {
    .listagem-produtos .card-product {
        width: 33.3333%;
    }
    .blog-slider .owl-stage .owl-item>div .post-item-wrap {
        padding-right: 20px;
    }
    .wrapper-blog-post .post-item.border>.post-item-wrap>.post-item-description {
        padding-right: 0px!important;
    }
    #mainMenu nav>ul>li>a {
        padding: 10px 5px;
        font-size: 12px;
    }
    .outter-box-produtos:after {
        padding-bottom: 133.3333333%;
    }
    .title-wrapper-outter:after {
        padding-bottom: 133.3333333%;
    }
    .sobre-flex-container .sobre-img {
        width: 350px;
        padding: 0!important;
    }
    .sobre-img .detalhe-1-objeto {
        width: 125px;
    }
    .sobre-img .detalhe-2-objeto {
        width: 75px;
    }
    .sobre-img .corpo-objeto {
        width: 100%;
    }
    .sobre-img .circle-objeto-1 {
        top: 187px;
        left: 53px;
    }
    .sobre-img .line-objeto-1 {
        top: 133px;
        left: 207px;
        -webkit-transform: rotate(-60deg);
            -ms-transform: rotate(-60deg);
                transform: rotate(-60deg);
    }
    .sobre-img .circle-objeto-2 {
        right: 48px;
        bottom: 51px;
        height: 40px;
        width: 40px;
    }
    .sobre-img .line-objeto-2 {
        bottom: 40px;
        right: 192px;
        height: 334px;
    }
    .sobre-img .corpo-objeto:before {
        width: 40px;
        top: 73px;
    }
}

@media (max-width:991px) {
    #grupo-bts.desk {
        display: none!important;
    }
    #grupo-bts.mob {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important;
    }
    .filter-list:not(.d-lg-none) {
        position: fixed;
        top: 0;
        left: -300px;
        width: 300px;
        background: #fff;
        z-index: 20000;
        padding: 20px 20px;
        -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, .4);
                box-shadow: 0px 0px 0px rgba(0, 0, 0, .4);
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        height: 100vh;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        overflow-y: auto;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }
    .fancy-filter {
        position: fixed;
        top: 0;
        left: 0;
        width: 0;
        height: 100vh;
        background: var(--cor-1);
        z-index: -1;
        opacity: .8;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }
    .filtros-open .fancy-filter {
        left: 300px;
        width: calc(100vw - 300px);
        z-index: 20000;
    }
    .filtros-open .filter-list:not(.d-lg-none) {
        left: 0;
        -webkit-box-shadow: 10px 0px 10px rgba(0, 0, 0, .4);
                box-shadow: 10px 0px 10px rgba(0, 0, 0, .4);
    }
    .filter-list a.filter-list__title {
        font-size: 18px;
        padding: 0 0 20px 0;
        border: unset;
        border-radius: unset;
        font-weight: bold;
        cursor: default;
        width: 100%;
    }
    .close-filtros {
        position: absolute;
        right: 15px;
        top: 10px;
        font-size: 32px;
        line-height: 1;
        height: 42px;
        width: 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;
        cursor: pointer;
    }
    .filter-list a.filter-list__title:hover {
        color: #333!important;
    }
    .container-specs-docs {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .container-specs-docs .table-box {
        width: 50%;
        padding-right: 0;
    }
    .tabela-produto table.table td {
        font-size: 13px!important;
    }
    .wrapper-text-btn .container-share {
        left: 216px;
        right: unset;
    }
    section.vert-acima:before {
        display: none;
    }
    section.vert-abaixo:after {
        display: none;
    }
    section.hori-abaixo-left:after {
        display: none;
    }
    section.hori-abaixo-right:before {
        display: none;
    }
    .container-full.for-news {
        background-position: 44% 87%;
        background-attachment: unset;
    }
    .footer-2-columns .footer-flex-infos .quick-links-container {
        -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: 10px 0 5px;
        border-bottom: unset;
    }
    .footer-2-columns .footer-flex-infos .quick-links-container>a {
        padding: 5px 0 5px;
        margin: 0;
        line-height: 1.5;
        position: relative;
        text-decoration: underline;
    }
    #footer .for-news .footer-flex-news>* {
        padding-left: 0!important;
        padding-right: 0!important;
        text-align: center!important;
    }
    #footer .for-news .footer-flex-news>*:not(:last-child) {
        padding-bottom: 15px;
    }
    .footer-2-columns .footer-flex-infos .tel-group {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-bottom: 5px;
    }
    .footer-2-columns .footer-flex-infos .tel-group>a {
        margin-left: 0!important;
    }
    #footer .for-news .footer-flex-news {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .container-share {
        width: 100%;
    }
    .container-specs-docs .table-box {
        width: 100%;
    }
    span.d-block.d-lg-none.obs {
        text-align: left;
        display: none!important;
    }
    .container-specs-docs .docs-box {
        width: 100%;
        padding-left: 0;
        margin-top: 40px;
    }
    .docs-list {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .container-galery-desc .carousel-wrapper {
        width: calc(100% - 80px);
        margin-left: auto;
        margin-right: auto;
        padding-right: 0;
    }
    .container-btn-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;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .container-galery-desc .wrapper-text-btn {
        width: 100%;
        margin-top: 40px;
        padding-left: 0;
    }
    #header[data-transparent="true"] #mainMenu:not(.menu-overlay) nav>ul>li .dropdown-menu>li>a, #header[data-transparent="true"] #mainMenu:not(.menu-overlay) nav>ul>li .dropdown-menu>li>span, #header[data-transparent="true"] #mainMenu:not(.menu-overlay) nav>ul>li .dropdown-menu>li [class*="col-"]>ul>li>a, #header.dark[data-transparent="true"] #mainMenu:not(.menu-overlay) nav>ul>li .dropdown-menu>li>a, #header.dark[data-transparent="true"] #mainMenu:not(.menu-overlay) nav>ul>li .dropdown-menu>li>span, #header.dark[data-transparent="true"] #mainMenu:not(.menu-overlay) nav>ul>li .dropdown-menu>li [class*="col-"]>ul>li>a, #header.dark.header-colored #mainMenu:not(.menu-overlay) nav>ul>li .dropdown-menu>li>a, #header.dark.header-colored #mainMenu:not(.menu-overlay) nav>ul>li .dropdown-menu>li>span, #header.dark.header-colored #mainMenu:not(.menu-overlay) nav>ul>li .dropdown-menu>li [class*="col-"]>ul>li>a {
        color: var(--cor-2);
        font-weight: 500;
    }
    .logo-footer {
        display: none;
    }
    #footer .footer-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
    }
    .footer-2-columns .footer-flex-infos {
        width: 100%;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        text-align: center;
        padding-right: 0;
    }
    .footer-2-columns .footer-medias {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    #footer .footer-content .footer-flex-news {
        width: 100%;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        text-align: center;
        margin-bottom: 30px;
    }
    #footer .footer-content .footer-flex-news .input-btn-container {
        max-width: 400px;
    }
    .card-product {
        padding: 20px 20px 10px 20px;
    }
    .box-det-img-bg {
        height: calc(100% + 100px);
    }
    .wrapper-det-text.wrapper-editor-text.modified-for-h3:before {
        content: unset;
    }
    .wrapper-det {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .wrapper-det-text.wrapper-editor-text.modified-for-h3 p.lead {
        font-size: 17px;
        font-weight: 600;
        color: #333;
        margin-bottom: 0;
    }
    .wrapper-det .wrapper-det-img .box-det-img img {
        width: 100%;
        -o-object-position: left;
           object-position: left;
    }
    .wrapper-det-text.wrapper-editor-text.modified-for-h3 {
        width: 100%!important;
        text-align: center;
        background: transparent;
        padding: 0;
    }
    #page-title .container-fluid {
        padding: 0 5%;
    }
    #header #mainMenu:not(.menu-overlay) nav>ul li.hover-active>.dropdown-menu {
        background: #efefef!important;
    }
    #header .header-inner #mainMenu nav>ul>li .dropdown-submenu>.dropdown-menu {
        background: #ddd!important;
        color: #fff!important;
    }
    #header .header-inner #mainMenu nav>ul>li .dropdown-submenu>.dropdown-menu>li>a {
        color: var(--cor-2)!important;
    }
    #header .header-inner .container-fluid {
        width: calc(100% - 20px);
    }
    #header.sticky-active[data-transparent="true"] .header-extras i {
        color: var(--cor-2)!important;
    }
    .mainMenu-open #header.sticky-active[data-transparent="true"] .header-extras i {
        color: var(--cor-2)!important;
    }
    #header.sticky-active[data-transparent="true"] .header-inner .lines:after, #header.sticky-active[data-transparent="true"] .header-inner .lines:before, #header.sticky-active[data-transparent="true"] .header-inner .lines {
        background-color: var(--cor-2)!important;
    }
    .mainMenu-open #header.sticky-active[data-transparent="true"] .header-inner .lines:after, .mainMenu-open #header.sticky-active[data-transparent="true"] .header-inner .lines:before, .mainMenu-open #header.sticky-active[data-transparent="true"] .header-inner .lines {
        background-color: var(--cor-2)!important;
    }
    .mainMenu-open .sticky-active #mainMenu nav>ul>li>a {
        color: var(--cor-2)!important;
    }
    .mainMenu-open #header.sticky-active .header-inner #logo a>img:nth-of-type(1) {
        -webkit-transform: scale(1);
            -ms-transform: scale(1);
                transform: scale(1);
        opacity: 1;
    }
    .mainMenu-open #header.sticky-active .header-inner #logo a>img:nth-of-type(2) {
        -webkit-transform: scale(0);
            -ms-transform: scale(0);
                transform: scale(0);
        opacity: 0;
    }
    .mainMenu-open #header.sticky-active[data-transparent="true"] .header-inner .toggle-active .lines {
        background: transparent!important;
    }
    .flex-container-blog .post-item.border {
        width: calc(50% - 40px);
    }
    .background-logo:before {
        background-size: cover;
    }
    .sobre-flex-container .sobre-text {
        width: 100%;
        margin-bottom: 40px;
    }
    .heading-mvv:last-child>p {
        padding-bottom: 0;
    }
    .heading-mvv>p:before {
        height: 55px;
    }
    #header .header-inner #logo a>img, #header #header-wrap #logo a>img {
        height: 60px;
        margin: 25px 0;
    }
    #header #mainMenu:not(.menu-overlay) nav>ul {
        float: none;
        width: 100%;
        padding-left: 25px;
    }
    #header #mainMenu:not(.menu-overlay) nav>ul>li {
        text-align: left;
    }
    #header #mainMenu:not(.menu-overlay) nav>ul>li .dropdown-menu>li>a, #header #mainMenu:not(.menu-overlay) nav>ul>li .dropdown-menu>li>span, #header #mainMenu:not(.menu-overlay) nav>ul>li .dropdown-menu>li [class*="col-"]>ul>li>a {
        text-align: left;
    }
    .mega-menu-custom a {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important;
        -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;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .mega-menu-custom a span {
        width: calc(100% - 40px);
    }
    .mega-menu-custom li:not(:last-of-type) a {
        border-bottom: 1px solid #fff;
    }
    .mega-menu-custom li:not(:last-of-type) a {
        border-bottom: 1px solid #fff;
    }
    #mainMenu nav>ul>li:not(:last-of-type)>a {
        border-bottom: 1px solid #efefef!important;
    }
    .p-t-100 {
        padding-top: 60px !important;
    }
    .p-t-120 {
        padding-top: 80px !important;
    }
    .p-b-100 {
        padding-bottom: 60px!important;
    }
    .p-b-120 {
        padding-bottom: 80px !important;
    }
    .container-img-box>.text-content {
        width: 100%;
        padding: 40px 0 0 0;
    }
    .container-img-box>.img-box-wrapper {
        width: 60%;
        margin-left: auto;
        margin-right: auto;
    }
    .blog-horizontal>.wrapper-blog-title {
        width: 100%;
        padding-right: 0;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .blog-horizontal>.wrapper-blog-post {
        width: 70%;
        margin-left: auto;
        margin-right: auto;
    }
    .wrapper-blog-title.text-right {
        text-align: left!important;
    }
    .parceiro-container>.img-bg {
        width: 100%;
    }
    .parceiro-container>.parceiro-details {
        width: 100%;
        padding: 60px 5% 30px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .parceiro-details.text-right {
        text-align: center!important;
    }
    .title-wrapper-outter {
        position: relative;
        z-index: unset;
        width: 100%;
        top: unset;
        left: unset;
        margin-left: unset;
        margin-top: 0;
    }
    .title-wrapper-inner.text-right {
        text-align: center!important;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .title-wrapper-outter:after {
        content: unset;
    }
    .title-wrapper-inner {
        position: relative;
    }
    body .body-inner, body #wrapper {
        padding-bottom: 498px;
    }
    .outter-box-produtos:after {
        padding-bottom: 66.6666%;
    }
    #header .header-inner #logo, #header #header-wrap #logo {
        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;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        left: 50%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }
    .mainMenu-open #header .header-inner #logo, .mainMenu-open #header #header-wrap #logo {
        left: 40px;
        -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
                transform: translateX(0);
    }
    #header[data-transparent="true"] .header-extras i, #header.dark[data-transparent="true"] .header-extras i, #header.dark.header-colored .header-extras i {
        color: var(--cor-2);
    }
    #header[data-transparent="true"] .header-inner .lines, #header[data-transparent="true"] .header-inner .lines:before, #header[data-transparent="true"] .header-inner .lines:after, #header[data-transparent="true"] #header-wrap .lines, #header[data-transparent="true"] #header-wrap .lines:before, #header[data-transparent="true"] #header-wrap .lines:after, #header.dark[data-transparent="true"] .header-inner .lines, #header.dark[data-transparent="true"] .header-inner .lines:before, #header.dark[data-transparent="true"] .header-inner .lines:after, #header.dark[data-transparent="true"] #header-wrap .lines, #header.dark[data-transparent="true"] #header-wrap .lines:before, #header.dark[data-transparent="true"] #header-wrap .lines:after, #header.dark.header-colored .header-inner .lines, #header.dark.header-colored .header-inner .lines:before, #header.dark.header-colored .header-inner .lines:after, #header.dark.header-colored #header-wrap .lines, #header.dark.header-colored #header-wrap .lines:before, #header.dark.header-colored #header-wrap .lines:after {
        background-color: var(--cor-2);
    }
    #header .header-inner #logo a>img, #header #header-wrap #logo a>img {
        height: 60px;
        margin: 0px;
    }
    .improve-mobile-menu {
        position: fixed;
        height: 0vh;
        bottom: 0;
        left: 0;
        width: 100vw;
        background: var(--cor-1);
        z-index: 2;
        opacity: .9;
        -webkit-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease;
    }
    .mainMenu-open .improve-mobile-menu {
        height: 100vh;
    }
    #header[data-transparent="true"]+#slider, #header[data-transparent="true"]+.fullscreen, #header[data-transparent="true"]+.halfscreen, #header[data-transparent="true"]+#google-map, #header.header-modern+#slider, #header.header-modern+.fullscreen, #header.header-modern+.halfscreen, #header.header-modern+#google-map {
        top: -80px !important;
        margin-bottom: -80px !important;
    }
    #header[data-transparent="true"] .header-inner, #header[data-transparent="true"] #header-wrap, #header.dark[data-transparent="true"] .header-inner, #header.dark[data-transparent="true"] #header-wrap, #header.dark.header-colored .header-inner, #header.dark.header-colored #header-wrap {
        background-color: rgba(0, 0, 0, .7);
    }
    .mainMenu-open #header[data-transparent="true"] .header-inner, .mainMenu-open #header[data-transparent="true"] #header-wrap, .mainMenu-open #header.dark[data-transparent="true"] .header-inner, .mainMenu-open #header.dark[data-transparent="true"] #header-wrap, .mainMenu-open #header.dark.header-colored .header-inner, .mainMenu-open #header.dark.header-colored #header-wrap {
        background-color: #fff!important;
    }
    #header[data-transparent="true"] #mainMenu:not(.menu-overlay) nav>ul>li>a, #header.dark[data-transparent="true"] #mainMenu:not(.menu-overlay) nav>ul>li>a, #header.dark.header-colored #mainMenu:not(.menu-overlay) nav>ul>li>a {
        color: #fff;
    }
    .lines {
        top: 0;
    }
    .header-extras>ul>li>a:not(.btn), .header-extras>ul>li .topbar-dropdown>.title {
        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;
        height: 80px;
        padding: 0 5px
    }
    .header-extras>ul .p-dropdown>a>i, .header-extras>ul>li>a>i {
        font-size: 20px !important;
    }
    #page-title {
        padding: 40px 0 40px!important;
    }
    #header[data-transparent="true"] #mainMenu:not(.menu-overlay) nav>ul>li>a, #header.dark[data-transparent="true"] #mainMenu:not(.menu-overlay) nav>ul>li>a, #header.dark.header-colored #mainMenu:not(.menu-overlay) nav>ul>li>a {
        color: #333;
        cursor: pointer;
    }
    .equipe-outter {
        width: calc(100%);
        max-width: 600px;
        margin: 20px;
        margin-left: auto;
        margin-right: auto;
    }
    .owl-carousel.inspiro-slider .owl-prev {
        opacity: .6;
        right: auto;
        left: 10px;
    }
    .owl-carousel.inspiro-slider .owl-next {
        opacity: .6;
        left: auto;
        right: 10px;
    }
    .owl-carousel.inspiro-slider .owl-prev:hover {
        opacity: 1;
    }
    .owl-carousel.inspiro-slider .owl-next:hover {
        opacity: 1;
    }
    .home-tec .outter-box-produtos {
        width: calc(50% - 40px)!important;
    }
    .listagem-produtos .card-product {
        width: 50%;
        padding: 10px;
    }
}

@media (max-width:768px) {
    #modal-whatsapp a {
        height: auto;
        width: auto;
        padding: 10px 30px;
        text-align: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    #mo .listagem-produtos .card-product {
        width: 50%;
        padding: 10px;
    }
    .card-product .card-product__btn {
        padding: 15px 0px 15px 0px;
    }
    .gallery-box {
        padding-top: 40px;
    }
    .video-play-button {
        -webkit-transform: translateY(-25%);
            -ms-transform: translateY(-25%);
                transform: translateY(-25%);
    }
    .flex-container-blog>div {
        width: 100%;
        padding: 20px 0;
    }
    .box-categorias {
        padding: 0 0 0px 0px;
        margin-left: 0px;
    }
    .box-det-img-bg {
        height: calc(100% + 70px);
    }
    .footer-upper-content>h2>br {
        display: block;
    }
    .call-representantes p {
        font-size: 17px;
    }
    .container-sobre-carousel .carousel {
        padding-bottom: 40px;
    }
    .main-title-squared h2.fix-smaller {
        font-size: 30px;
    }
    .sobre-flex-container.modified-galeria {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .sobre-flex-container>div {
        width: 100%;
    }
    .home-tec .outter-box-produtos>a .flex-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .home-tec .outter-box-produtos:nth-child(odd) {
        margin-left: 0;
    }
    .home-tec .outter-box-produtos:nth-child(2n) {
        margin-right: 0;
    }
    .home-tec .outter-box-produtos {
        width: calc(50% - 20px)!important;
    }
    .home-tec .outter-box-produtos .mais {
        width: 100%;
    }
    .home-tec .outter-box-produtos .foto {
        width: 100%;
        height: 100%;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .home-tec .outter-box-produtos:before {
        width: 35px;
    }
    .home-tec .outter-box-produtos {
        padding: 15px 20px 0 0;
    }
    #what-we-do h4 {
        font-size: 14px;
        letter-spacing: .5px;
    }
    .container-single-img {
        height: 100%;
        width: 100%;
        background: #fff;
    }
    .flex-container-horizontal.outter-box-produtos>a {
        width: 47%;
        margin: 1.5%;
    }
    .flex-container-vertical.box-produtos>.image-produtos>img {
        height: 150px;
        width: 100%;
    }
    .flex-container-vertical.box-produtos>.desc-produtos>h4 {
        font-size: 15px;
    }
    a:nth-child(odd)>.flex-container-horizontal.box-servicos {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    a>.flex-container-horizontal.box-servicos {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .flex-container-horizontal.box-servicos>.image-servicos {
        width: 100%;
        height: 200px;
    }
    .flex-container-horizontal.box-servicos>.desc-servicos {
        width: 100%;
        height: 100%;
    }
    .flex-container-horizontal.box-servicos {
        width: 100%;
        height: 100%;
    }
    .flex-container-horizontal.outer-servicos-zoom>.mini-servicos-zoom {
        width: 48%;
        margin: 1%;
    }
    #diferencial .container {
        min-height: unset;
    }
    .heading-mvv>h2:before {
        width: calc(100% - 110px);
    }
    .heading-mvv.missao>h2:before {
        width: calc(100% - 86px - 20px);
    }
    .heading-mvv.visao>h2:before {
        width: calc(100% - 66px - 20px);
    }
    .heading-mvv.valores>h2:before {
        width: calc(100% - 100px - 20px);
    }
    .heading-mvv>p:before {
        top: -34px;
        height: 55px;
    }
    #header .container, #header .header-inner .container, #page-menu .container, .container {
        padding: 0 15px !important;
    }
    .owl-carousel.arrows-large .owl-nav [class*="owl-"] i {
        line-height: 40px;
    }
    .owl-carousel.arrows-large .owl-nav [class*="owl-"] {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
    .pagination .page-item:not(.disabled)>.page-link {
        font-size: 18px;
        font-weight: bold;
    }
    .pagination-lg .page-link {
        padding: .5rem 1.0rem;
    }
    .container-img-box>.img-box-wrapper {
        width: 75%;
    }
    body .body-inner, body #wrapper {
        padding-bottom: 501px;
    }
    .post-item.border .post-item-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .main-title h2 {
        font-size: 40px;
    }
    .main-title h3 {
        font-size: 30px;
    }
    .parcerio-section .main-title h2 {
        font-size: 50px;
    }
    .main-title h2 {
        font-size: 30px;
    }
    .outter-box-produtos:after {
        padding-bottom: 100%;
    }
    .home-tec.modidfied-home-mobile .outter-box-produtos.box-materais:after {
        padding-bottom: 66.666666%!important;
    }
    a.btn:not([href]):not([tabindex]).btn-lg, .btn.btn-lg {
        font-size: 16px;
        height: 40px;
        letter-spacing: 2px;
        line-height: 40px;
        padding: 0px 25px;
    }
    .container-text-banner .titulo {
        font-size: calc(25px + 1.2vw);
    }
    .container-text-banner .sub-titulo {
        font-size: calc(15px + 0.3vw);
    }
    .main-title-squared h2 {
        font-size: 40px;
    }
    .btn-capo {
        padding: 10px 12px 10px 20px;
    }
    .category-box .category-box__img .category-box__btn {
        padding: 10px 12px 10px 20px;
        background: rgb(255 255 255 / .5);
        color: var(--cor-2);
    }
}

@media (max-width:575px) {
    .container-galery-desc .carousel-wrapper {
        width: calc(100% - 0px);
    }
    div#botao-whatsapp {
        right: 20px;
        bottom: 20px;
    }
    .carousel.show-arrows {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
        padding-bottom: 0;
    }
    .carousel-container-category .category-box-outter {
        display: block;
        width: 100%;
        margin: 0;
        padding-bottom: 0;
        height: 100%;
    }
    .owl-carousel.show-arrows .owl-prev {
        right: calc(100% + -45px);
        background: #fff!important;
    }
    .owl-carousel.show-arrows .owl-next {
        left: calc(100% + -45px);
        background: #fff!important;
    }
    .owl-carousel.show-arrows .owl-nav [class*="owl-"] i {
        font-size: 35px;
    }
    .owl-carousel .owl-nav [class*="owl-"] {
        width: 35px;
        height: 35px;
        line-height: 35px;
    }
    .category-box .category-box__desc {
        width: 100%;
    }
    .card-product .card-product__btn {
        padding: 10px 0px 10px 0px;
        font-size: 13px;
        font-weight: 500;
    }
    .sobre-img.pequena .corpo-objeto:before {
        width: 20px;
        top: 55px;
    }
    .flex-container-blog .post-item.border {
        width: calc(100%);
    }
    .flex-container-blog .post-item.border {
        margin: 20px 0;
    }
    .home-tec .outter-box-produtos {
        width: calc(50% - 15px)!important;
        margin: 15px;
    }
    .main-title-squared h2 {
        font-size: 37px;
    }
    #listagem .container {
        padding: 0 10px !important;
    }
    .flex-container-horizontal.outter-box-produtos>a {
        width: 50%;
        margin: 0;
    }
    .flex-container-vertical.box-produtos {
        border: 1px solid #ccc;
    }
    .flex-container-vertical.box-produtos>.image-produtos>img {
        height: 250px;
        width: 100%;
    }
    #listagem .flex-container-vertical.box-produtos>.image-produtos>img {
        height: 100px;
        width: 100%;
    }
    .flex-container-vertical.box-produtos>.desc-produtos>h4 {
        font-size: 11px;
        margin: 10px 0;
    }
    .flex-container-vertical.box-produtos {
        padding: 10px 5px;
    }
    .container-img-box>.img-box-wrapper {
        width: 100%;
    }
    .blog-horizontal>.wrapper-blog-post {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .main-title h3 {
        font-size: 25px;
    }
    .parcerio-section .main-title h2 {
        font-size: 40px;
    }
    .main-title h2 {
        font-size: 30px;
    }
    .outter-box-produtos:after {
        padding-bottom: 60vh;
    }
    .container-fluid, .container-wide {
        padding-left: 10px;
        padding-right: 10px;
    }
    .p-b-120 {
        padding-bottom: 60px !important;
    }
    .p-b-100 {
        padding-bottom: 40px!important;
    }
    .p-t-100 {
        padding-top: 40px !important;
    }
    .p-t-120 {
        padding-top: 60px !important;
    }
    .p-b-80 {
        padding-bottom: 40px !important;
    }
    .p-t-80 {
        padding-top: 40px !important;
    }
    .home-tec.modidfied-home-mobile .outter-box-produtos.box-materais:after {
        padding-bottom: 60vh!important;
    }
    #header.sticky-active .header-inner #logo a>img, #header.sticky-active #header-wrap #logo a>img {
        height: 40px;
    }
    .post-tags>span {
        font-size: 16px;
    }
}

@media (max-width:501px) {
    .sobre-flex-container .sobre-img {
        width: 280px;
    }
    .sobre-img .detalhe-1-objeto {
        width: 100px;
        margin-left: 50px;
    }
    .sobre-img .detalhe-2-objeto {
        width: 50px;
        margin-right: 50px;
    }
    .sobre-img .line-objeto-1 {
        top: 127px;
        left: 141px;
        -webkit-transform: rotate(-54deg);
            -ms-transform: rotate(-54deg);
                transform: rotate(-54deg);
        height: 194px;
    }
    .sobre-img .circle-objeto-2 {
        right: 37px;
        bottom: 40px;
        height: 35px;
        width: 35px;
    }
    .sobre-img .line-objeto-2 {
        bottom: 52px;
        right: 127px;
        height: 235px;
        -webkit-transform: rotate(-32deg);
            -ms-transform: rotate(-32deg);
                transform: rotate(-32deg);
    }
    .sobre-img .circle-objeto-1 {
        top: 149px;
        left: 42px;
        height: 25px;
        width: 25px;
    }
    .sobre-img .corpo-objeto:before {
        width: 25px;
        top: 56px;
    }
    .flex-container-horizontal.outer-servicos-zoom>.mini-servicos-zoom {
        width: 90%;
        margin: 5%;
    }
    a.btn:not([href]):not([tabindex]).btn-lg.btn.btn-lg.btn-lg-md-center, .btn.btn-lg.btn-lg-md-center {
        font-size: 13px;
        height: 40px;
        line-height: 38px;
        padding: 0 15px;
    }
    .btn-lg-md-center {
        left: calc(50% - (249px / 2));
        top: calc(50% - (40px / 2));
    }
}

@media (max-width:400px) {
    .equipe-outter .equipe-inner .equipe-desc:before {
        width: 22%;
    }
    .equipe-outter .equipe-inner .equipe-desc {
        width: 70%;
    }
    .equipe-outter .equipe-inner .equipe-img {
        width: 30%;
    }
}

@media (max-width:340px) {
    #header .header-inner #logo a>img, #header #header-wrap #logo a>img {
        height: 55px;
    }
}

@media (max-width:321px) {
    #header .header-inner #logo a>img, #header #header-wrap #logo a>img {
        height: 45px;
    }
}

.header-extras i {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.header-extras a:hover i {
    color: var(--cor-1);
}

@media (min-width:992px) {
    #header {
        height: 80px;
        line-height: 80px;
    }
    #header .header-inner, #header #header-wrap {
        height: 80px;
    }
    #header .container {
        height: 80px;
    }
    #header .header-inner #logo, #header #header-wrap #logo {
        height: 80px;
    }
    .header-extras {
        height: 80px;
    }
    #mainMenu nav {
        display: block;
    }
    #mainMenu nav>ul {
        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-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    #mainMenu nav>ul>li {
        float: none;
        height: 80px;
    }
    #header .header-inner #logo a.logo-2, #header #header-wrap #logo a.logo-2 {
        display: inline-block;
        vertical-align: middle;
        position: relative;
    }
    #header .header-inner #logo a.logo-2>span, #header #header-wrap #logo a.logo-2>span {
        font-size: 13px;
        line-height: 1;
        top: 25px;
        left: 10px;
    }
    #logo>a.logo {
        display: inline-block;
        vertical-align: middle;
        position: relative;
    }
    #header .fa, #header .fab, #header .fal, #header .far, #header .fas {
        line-height: 80px;
    }
}

@media (min-width: 1200px) {}

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

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

#footer .footer-content:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #eee;
    background-image: url(../images/footer-bg.jpg);
    background-color: #efefef;
    background-image: -o-linear-gradient(135deg, #f6f6f6 0%, #e9e9e9 74%);
    background-image: linear-gradient(315deg, #f6f6f6 0%, #e9e9e9 74%);
    background-size: cover;
    background-position: bottom;
    z-index: -2;
}

#footer {
    background-color: unset;
}

#footer:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    background-color: #fff;
    background-image: unset;
    background-size: cover;
    background-position: center;
    opacity: .8;
}

.flex-container-horizontal.container-footer {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.flex-container-horizontal.container-footer>.box-footer {
    width: calc(65% / 3);
    padding: 10px;
    border-left: unset;
}

.flex-container-horizontal.container-footer>.box-footer:nth-child(1) {
    width: calc(100% - 65%);
}

.flex-container-horizontal.container-footer>.box-footer:nth-child(2), .flex-container-horizontal.container-footer>.box-footer:nth-child(3), .flex-container-horizontal.container-footer>.box-footer:nth-child(4), .flex-container-horizontal.container-footer>.box-footer:nth-child(5) {
    width: calc(65% / 3);
}

.flex-container-horizontal.container-footer>.box-footer:nth-child(2) {
    border-left: unset;
}

.flex-container-horizontal.container-footer>.box-footer:first-child {
    border-left: unset;
    border-right: unset;
}

.logo-footer {
    width: auto;
    height: 60px;
    max-width: unset;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
    display: none;
    margin: 0 0 15px;
}

.box-footer p {
    padding-left: 40px;
    font-weight: bold;
    font-size: 15px;
    letter-spacing: .3px;
    width: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 10px auto;
    color: #fff;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}

.box-footer a:hover p {
    /* filter: grayscale(1); */
    /* opacity: .8; */
}

.box-footer a:hover i {
    color: var(--cor-1);
}

.box-footer .box-medias p {
    width: 100%;
    margin-bottom: 15px;
}

.box-footer p>span {
    color: #ccc;
}

.box-footer .box-medias {
    width: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
}

.box-footer i {
    left: 0;
    width: 28px;
    height: 28px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    color: ccc;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}

.copyright-text {
    line-height: 2;
}

#footer .copyright-content {
    padding: 10px 0;
}

img.produto-nacional {
    height: 65px;
    display: inline-block;
    border-radius: 10px;
    width: auto;
}

span.span-maior {
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1.4;
    font-size: 20px;
    margin-left: 15px;
    margin-right: 15px;
    letter-spacing: 1px;
}

span.span-menor {
    display: inline-block;
    color: #fff;
    line-height: 1.5;
    font-weight: 500;
}

.footer-upper-content>h2 {
    line-height: 1.2;
}

@media (max-width:1199px) {
    .flex-container-horizontal.container-footer>.box-footer:nth-child(2), .flex-container-horizontal.container-footer>.box-footer:nth-child(3), .flex-container-horizontal.container-footer>.box-footer:nth-child(4), .flex-container-horizontal.container-footer>.box-footer:nth-child(5) {
        width: 25%;
    }
    .flex-container-horizontal.container-footer>.box-footer {
        width: 25%;
    }
    .flex-container-horizontal.container-footer>.box-footer:first-child {
        border-left: unset;
        border-right: unset;
        border-bottom: 1px solid #c1c1c1;
        width: 100%
    }
    .flex-container-horizontal.container-footer>.box-footer br {
        display: none;
    }
    body .body-inner, body #wrapper {
        padding-bottom: 471px;
    }
}

@media (max-width:991px) {
    .footer-upper-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .flex-container-horizontal.container-footer>.box-footer:nth-child(2), .flex-container-horizontal.container-footer>.box-footer:nth-child(3), .flex-container-horizontal.container-footer>.box-footer:nth-child(4), .flex-container-horizontal.container-footer>.box-footer:nth-child(5) {
        width: 100%;
    }
    .flex-container-horizontal.container-footer>.box-footer {
        width: 100%;
        border-left: unset;
    }
    .flex-container-horizontal.container-footer>.box-footer:nth-child(2) {
        border-left: unset;
    }
    .flex-container-horizontal.container-footer>.box-footer:first-child {
        border-left: unset;
        border-right: unset;
        border-bottom: unset;
        width: 100%
    }
    .outter-box-produtos {
        width: calc(100% - 10px)!important;
    }
    .owl-carousel.arrows-large .owl-nav [class*="owl-"] {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
    .owl-carousel.arrows-large .owl-nav [class*="owl-"] i {
        line-height: 40px;
    }
    .owl-carousel.arrows-creative .owl-nav [class*="owl-"] {
        background: var(--cor-1)!important;
    }
    .flex-container-horizontal.container-footer>.box-footer br {
        display: block;
    }
    body .body-inner, body #wrapper {
        padding-bottom: 612px;
    }
    .footer-upper-content>.btn-especial {
        margin: 20px 0 0 0;
    }
    .footer-upper-content>h2 {
        font-size: 28px;
    }
    #footer p {
        text-align: center;
    }
    .box-footer p {
        margin: 0px auto!important;
    }
    #footer .footer-content {
        padding: 40px 0 40px 0;
    }
    #footer .box-medias p {
        line-height: 30px!important;
    }
    .box-footer p {
        font-size: 12px!important;
    }
}

@media (max-width:768px) {
    body .body-inner, body #wrapper {
        padding-bottom: 684px;
    }
}

@media (max-width:575px) {
    .chamada-diferenciais .fix-sm {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .chamada-diferenciais .fix-sm .span-menor {
        text-align: center;
    }
    .container-text-banner {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
    }
}

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

/*********************** BANNER FULLSCREEN ***********************/

.banner-h100.inspiro-slider, .banner-h100.inspiro-slider .owl-stage-outer, .banner-h100.inspiro-slider .owl-stage-outer .owl-stage, .banner-h100.inspiro-slider .owl-stage-outer .owl-stage .owl-item, .banner-h100.inspiro-slider .owl-stage-outer .owl-stage .owl-item .slide {
    height: 100vh!important;
}

.banner-h100.inspiro-slider .owl-stage-outer .owl-stage .owl-item .slide {
    background-position: center!important;
    background-size: cover!important;
}

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

/*********************** BANNER DESKTOP 3/1 MOBLE 3/2 SEM TEXTO HTML SEM OVERLAY ***********************/

.inspiro-slider, .banner-responsivo-design.inspiro-slider .owl-stage-outer, .banner-responsivo-design.inspiro-slider .owl-stage, .banner-responsivo-design.inspiro-slider .owl-item, .banner-responsivo-design.inspiro-slider .slide {
    height: calc(100vw / 3 * 1)!important;
}

@media (max-aspect-ratio:8/10) {
    .banner-responsivo-design.inspiro-slider, .banner-responsivo-design.inspiro-slider .owl-stage-outer, .banner-responsivo-design.inspiro-slider .owl-stage, .banner-responsivo-design.inspiro-slider .owl-item, .banner-responsivo-design.inspiro-slider .slide {
        height: calc(100vw / 3 * 2)!important;
    }
    #slider .owl-nav {
        left: 10px;
        bottom: 10px;
        height: 40px;
        display: none;
    }
    #slider.owl-carousel .owl-dots {
        left: 50%;
        bottom: 10px;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
    }
}

@media (max-aspect-ratio:8/10) and (min-width:991px) {
    .banner-responsivo-design.inspiro-slider, .banner-responsivo-design.inspiro-slider .owl-stage-outer, .banner-responsivo-design.inspiro-slider .owl-stage, .banner-responsivo-design.inspiro-slider .owl-item, .banner-responsivo-design.inspiro-slider .slide {
        height: calc(100vw / 3 * 1)!important;
    }
}

@media (max-width:991px) {
    #header[data-transparent="true"]+#slider.banner-responsivo-design.inspiro-slider {
        top: 0!important;
        margin-bottom: 0!important;
    }
    #header[data-transparent="true"] .header-inner, #header[data-transparent="true"] #header-wrap, #header.dark[data-transparent="true"] .header-inner, #header.dark[data-transparent="true"] #header-wrap, #header.dark.header-colored .header-inner, #header.dark.header-colored #header-wrap {
        background-color: #fff;
        -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, .3);
                box-shadow: 0 10px 20px rgba(0, 0, 0, .3);
    }
}

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

/*********************** BANNER COM TEXTO HTML E OPACIDADE ***********************/

.inspiro-slider.texto-html .owl-stage-outer .owl-stage .owl-item .slide .container-text-banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.inspiro-slider.texto-html .owl-stage-outer .owl-stage .owl-item .slide .container-text-banner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
}

.container-text-banner {
    padding: 0 280px 0 280px;
    padding-top: 80px;
    padding-bottom: 45px;
    display: none;
}

.inspiro-slider:not(.texto-html) .owl-stage-outer .owl-stage .owl-item .slide .invisible-link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

@media (max-width:1300px) {
    .container-text-banner {
        padding: 0 5% 0 280px;
    }
    .banner-h100.texto-html .container-text-banner {
        padding: 0 80px 0 80px;
        padding-top: 200px;
        padding-bottom: 45px;
    }
}

@media (max-width:991px) {
    .inspiro-slider.banner-h100.texto-html .container-text-banner {
        padding: 60px;
        padding-top: 5%;
        padding-bottom: 45px;
    }
    .inspiro-slider.banner-responsivo-design.texto-html .container-text-banner {
        padding: 60px;
        padding-top: 5%;
        padding-bottom: 45px;
    }
}

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

.invisible-link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

/**********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;
    -webkit-box-shadow: 2px 2px 15px rgba(0, 0, 0, .5);
            box-shadow: 2px 2px 15px rgba(0, 0, 0, .5);
}

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

/***********************NOVO WHATS****************************?




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

@-webkit-keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
                transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
                transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

@keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
                transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
                transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

.button-modal {
    color: var(--cor-1)!important;
    border-radius: 100vw!important;
    padding: 10px 15px 10px 15px!important;
    background: #fff!important;
    font-size: 1.4rem;
}

.desconto-flex {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 20px;
}

.desconto {
    background: var(--cor-1);
    padding: 50px;
    position: relative;
}

/***************** 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: 99999;
}

.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: #fff!important;
    text-decoration:underline;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.lgpd-modal__link:hover {
    color: var(--cor-1)!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: 7px 20px;
    border-radius: 999px;
    letter-spacing: .5px;
    position: relative;
    white-space: nowrap;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

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

@media (min-width:1024px) {
    .lgpd-modal__btn:hover {
        background: #fff;
        color: #333;
    }
    .lgpd-modal__btn:hover:before, .lgpd-modal__btn:hover:after {
        background: #333;
    }
}

@media (max-width:1023px) {
    .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;
    }
}

.equal-padding {
    padding: 0 40px !important;
}
@media screen and (max-width: 767px) {
    .equal-padding {
        padding: 0 !important;
        margin-top: 2rem!important;
    }
    .container-100 .container-btn-flex {
        justify-content: center;
    }
}
.container-100 {
    width: 100% !important;
    justify-content: center !important;
    align-items: center !important;
    text-align: center;
}

.docs-list--horizontal {
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.docs-list--horizontal a + a {
    margin-left: 1rem!important;
}
