/* Setup */
@import url('./css/css/bootstrap.min.css');
@import url('./css/css/bootstrap-theme.min.css');
@import url('./plugins/nanoScroll/nanoscroller.css');
/* Fancy ox */
@import url('./plugins/fancy/source/jquery.fancybox.min.css');
@import url('./plugins/fancy/source/helpers/jquery.fancybox-buttons.min.css');
@import url('./plugins/fancy/source/helpers/jquery.fancybox-thumbs.css');
/* Public */
@import url('./css/global.css');
@import url('./css/buttons/buttons.css');
@import url('./css/forms/forms.css');
@import url('./css/preloader/preloader.css');
@import url('./css/rsociais/rsociais.css');
@import url('./css/totop/totop.css');
@import url('./css/whats/whats.css');
@import url('./plugins/lgpd/lgpd.css');
@import url('./plugins/mmenu-light-master/dist/mmenu-light.css');
@import url('./admin/assets/fonts/font-awesome-6.6.0/css/all.min.css');
@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded');
@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
/* @import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200&icon_names=call'); */

/*---*/
:root {
    /*cinza*/
    --cor1: #393B35;
    /*branco*/
    --cor2: #FFFFFF;
    /*branco claro*/
    --cor3: #FAFAFA;
    /*roxo*/
    --cor4: #8F0776;
    /*cinza claro*/
    --cor5: #E0E0E0;
}

body {
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
}

.ft-18 {
    font-size: 18px;
}

.ft-24 {
    font-size: 24px;
}

.ft-36 {
    font-size: 36px;
}

.ft-48 {
    font-size: 48px;
}

.ft-light {
    font-weight: 300;
}

.ft-regular {
    font-weight: 400;
}

.ft-bold {
    font-weight: 800;
}

.ft-black {
    font-weight: 900;
}

/*---*/
.bg-topo {
    top: 20px;
    left: 0px;
    z-index: 9;
    width: 100%;
    height: 92px;
    position: absolute;
}

.autoFix {
    top: 0px;
    height: auto;
    padding-top: 20px;
    position: relative;
    padding-bottom: 20px;
}

.texturaTop {
    background: url('./images/textura-topo.png') left -1% top no-repeat;
}

.texturaTop2 {
    background: url('./images/textura-topo-2.png') left -1% top no-repeat;
}

.texturaTop3 {
    background: url('./images/textura-topo-3.png') left -1% top no-repeat;
}

.box-menu {
    width: 100%;
    height: 92px;
    position: relative;
    border-radius: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--cor2);
    /* gap: 53px;
    padding-left: 10px; */
    gap: 50px;
    padding-left: 37px;
}

.menu-drop {
    display: flex;
    justify-content: center;
    align-items: center;
    /* gap: 53px; */
    gap: 40px
}

.a-menu,
.a-menu:active,
.a-menu:focus {
    font-size: 16px;
    font-weight: 300;
    color: var(--cor1);
    outline: none !important;
    text-decoration: none !important;
    transition: all 0.2s ease-in-out;
}

.a-menu::after {
    content: attr(data-text);
    font-weight: 700;
    visibility: hidden;
    display: block;
    height: 0;
    overflow: hidden;
}

.a-menu:hover {
    color: var(--cor4);
    font-weight: 700;
}

.a-menu-act {
    color: var(--cor4) !important;
    font-weight: 700 !important;
}

.a-menu-whats,
.a-menu-whats:focus,
.a-menu-whats:active {
    color: var(--cor2);
    padding: 5px 15px;
    border: solid 1px var(--cor2);
    outline: none !important;
    text-transform: uppercase;
    text-decoration: none !important;
    transition: all 0.3s ease-in-out;
}

.a-menu-whats:hover {
    color: var(--cor1);
    background: var(--cor2);
    border: solid 1px var(--cor2);
}

.caret-right {
    transform: rotate(-94deg);
}

.a-menu .fa-ft {
    font-size: 12px !important;
}

.dropdown-menu {
    border-radius: 25px;
    padding: 11px 5px 17px 5px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    top: 120%;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 0px 12px rgba(0, 0, 0, .100);
}

.institucional .dropdown-menu {
    min-width: 200px;
}

.box-menu-drop.open>.a-menu {
    color: var(--cor4);
    font-weight: 600;
}

.dropdown-menu>li {
    /* padding: 5px 0 1px 0px; */
    padding: 5px 17px 1px 17px;
}

.dropdown-menu>li>a,
.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:active {
    outline: none;
    font-size: 16px;
    font-weight: 300;
    padding: 3px 10px;
    background: transparent;
    border-bottom: solid 1px var(--cor5);
    padding-bottom: 10px;
}

.dropdown-menu li a::after {
    content: attr(data-text);
    visibility: hidden;
    font-weight: 600;
    height: 0;
    overflow: hidden;
    display: block;
}

.dropdown-menu>li>a:focus {
    color: var(--cor4);
    font-weight: 600;
}

.dropdown-menu>li>a:hover {
    color: var(--cor4);
    font-weight: 600;
    background: transparent;
}

.dropdown-menu .fa-ft {
    margin-top: 6px;
    font-size: 12px !important;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 97%;
    display: none;
    margin-top: -1px;
    transform: translateX(0%);
    border-radius: 25px 25px 25px 25px;
}

.no-padding-top {
    padding-top: 0px !important;
}

.no-padding-border-bot {
    padding-bottom: 0px !important;
    border-bottom: 0px !important;
}

/*---*/
#btn-menu {
    top: 50%;
    right: 40px;
    font-size: 26px;
    position: absolute;
    color: var(--cor4);
    transform: translateY(-50%);
    transition: all 0.2s ease-in-out;
    text-decoration: none !important;
}

.mm-spn ul {
    line-height: 20px !important;
}

#menu span i {
    float: right;
    padding-top: 2px;
}

.mm-navbar {
    border-color: var(--cor2);
}

.mm-title {
    color: var(--cor2) !important;
    font-weight: 600;
    text-transform: uppercase;
}

.mm-spn.mm-spn--light {
    color: var(--cor2);
    font-size: 14px;
    font-weight: 400;
    background: #353535;
}

.mm-spn a {
    transition: all 0.2s ease-in-out;
    /*text-transform: uppercase !important;*/
}

.mm-spn a:hover {
    color: var(--cor2);
    font-weight: 700;
}

.mm-spn li:after {
    opacity: 0.5 !important;
}

.mm-spn.mm-spn--navbar:after {
    opacity: 1;
}

.mm-spn.mm-spn--navbar.mm-spn--main:after {
    /*text-transform: uppercase !important;*/
}

.mm-navbar,
.mm-listview,
.mm-opened {
    background: #353535;
}

.mm-listview>li>a,
.mm-listview>li>span {
    color: var(--cor2);
}

.mm-listview>li:not(.mm-divider):after {
    border-color: var(--cor2);
}

.mob-menu-active,
.mob-menu-act {
    color: var(--cor2) !important;
    font-weight: 700;
}

.mm-spn.mm-spn--navbar ul {
    border-top: solid 1px;
}

.mm-spn li:before {
    display: none !important;
}

.mob-social a {
    float: left;
    border: 0px !important;
    padding-right: 0px !important;
    padding-left: 0px !important;
}

/*---*/
.bg-rodape {
    padding-top: 50px;
    padding-bottom: 20px;
    background: var(--cor1);
}

.box-rodape {
    font-weight: 300;
    color: var(--cor2);
    position: relative;
    margin-bottom: 30px;
}

.a-rod,
.a-rod:active,
.a-rod:focus {
    font-size: 16px;
    font-weight: 300;
    color: var(--cor1);
    outline: none !important;
    text-decoration: none !important;
    transition: all 0.2s ease-in-out;
}

.a-rod:hover {
    color: var(--cor3);
}

.a-rod-act {
    color: var(--cor1);
    font-weight: 700;
}

.box-rodape p {
    padding: 0px;
    margin: 0px;
}

.box-rodape .mgt-30 {
    margin-top: 30px;
}

/*---*/
.bg-direito {
    color: var(--cor2);
    background: var(--cor1);
}

.box-direito-desktop {
    padding-top: 20px;
    font-size: 12px;
}

.box-direito {
    font-size: 12px;
    font-weight: 300;
    padding-bottom: 10px;
}

.a-ydeal,
.a-ydeal:focus,
.a-ydeal:active {
    color: var(--cor6);
    font-size: 12px !important;
    text-decoration: none !important;
    transition: all 0.2s ease-in-out;
}

.a-ydeal:hover {
    color: var(--cor5);
}

@media (min-width: 768px) {
    .modal-sm {
        width: 400px;
    }

    .modalWhats {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        /* text-align: center; */
        overflow: hidden;
        padding: 0 !important;
    }
}

/*modalwhats*/
.modalWhats .modal-content {
    color: var(--cor1);
    padding: 40px;
    font-size: 14px;
    background: var(--cor2);
    border-radius: 30px !important;
}

.wd-100 {
    width: 100%;
}

.h1-fale {
    margin: 0px;
    padding: 0px;
    font-size: 36px;
    font-weight: 900;
}

.txt-light {
    font-weight: 300;
    margin-bottom: 15px;
}

/*popup*/
.modalPopup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    overflow: hidden;
    padding: 0 !important;
}

.bg-modal-popup {
    text-align: center;
    padding: 0 !important;
    background: transparent;
}

.modalPopup:before {
    content: '';
    display: none;
}

.modalPopup .modal-dialog {
    text-align: left;
    display: inline-block;
    width: auto !important;
    vertical-align: middle;
}

.bg-modal-popup .close {
    top: 12px;
    z-index: 2;
    opacity: 1;
    right: 15px;
    font-size: 28px;
    position: absolute;
    color: var(--branco);
    background: transparent;
    text-shadow: 0px 0px 5px #000;
}

/*popup texto*/
.box-popup-texto {
    margin: auto;
    overflow: hidden;
    max-width: 600px;
    position: relative;
    background: #191919;
    padding: 40px 40px 30px 40px;
}

/*popup video*/
.box-popup-video {
    margin: auto;
    height: 366px;
    overflow: hidden;
    max-width: 650px;
}

/*---*/
.page {
    overflow: hidden;
    min-height: 500px;
    padding-top: 30px;
    padding-bottom: 20px;
}

.min-height {
    min-height: 300px;
}

.box-titulo {
    position: relative;
    margin-bottom: 30px;
}

.box-titulo h1 {
    margin: 0px;
    padding: 0px;
    font-size: 48px;
    font-weight: 300;
    color: var(--cor1);
    text-transform: uppercase;
}

.box-titulo .h1-strong,
.box-titulo h1 .span {
    font-weight: 800;
}

.box-titulo2 {
    margin: 0px;
    padding: 0px;
    height: 111px;
    position: relative;
    margin-bottom: 30px;
    background: url("images/kock-titulo.png") center left no-repeat;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.box-titulo2 h1 {
    margin: 0px;
    padding: 0px;
    font-size: 48px;
    font-weight: 700;
    color: var(--cor4);
    padding-left: 120px;
    text-transform: uppercase;
}

.box-titulo .small {
    font-size: 18px;
    font-weight: 700;
    font-family: "Inter", sans-serif;
}

.box-texto {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
    font-weight: 300;
}

.box-texto p:last-child {
    margin-bottom: 0;
}

/*---*/
.a-fancy,
.a-fancy:focus,
.a-fancy:active {
    display: block;
    overflow: hidden;
    position: relative;
    border: solid 1px #C05723;
    padding: 1px;
    margin-bottom: 30px;
    text-decoration: none !important;
    transition: all 0.2s ease-in-out;
    /*border-radius: 15px;*/
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
}

.efeito-hover {
    top: 50%;
    left: 50%;
    z-index: 2;
    opacity: 0;
    width: 0%;
    height: 0%;
    color: var(--branco);
    font-size: 18px;
    position: absolute;
    background: rgba(0, 0, 0, 0.3);
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease-in-out;
}

.a-fancy:hover .efeito-hover {
    top: 0%;
    left: 0%;
    opacity: 1;
    width: 100%;
    height: 100%;
}

/*---*/
div.input-block {
    position: relative;
}

div.input-block input {
    font-weight: 500;
}

div.input-block span.placeholder {
    position: absolute;
    margin: 10px 0;
    padding: 0 17px;
    display: flex;
    align-items: center;
    color: var(--cor1);
    font-size: 16px;
    font-weight: 300;
    top: 0;
    left: 3px;
    transition: all 0.2s;
    transform-origin: 0% 0%;
    background: none;
    pointer-events: none;
    text-transform: uppercase;
    transform: scale(0.8) translateY(-7px);
}

div.input-block-textarea span.placeholder {
    left: 3px;
    margin: 20px 0;
    padding: 0 18px;
}

div.input-block input:focus {
    color: var(--cor1);
    border-color: var(--preto);
}

/* --- */
.nano {
    width: 100%;
    height: 450px;
}

.nano .nano-content {
    padding: 0px 18px 0px 0px;
}

.nano .nano-pane {
    background: #ddd;
}

.nano .nano-slider {
    background: #999 !important;
}

/*---*/
.owl-carousel2 .owl-dots {
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    margin: 0;
}

.owl-theme2 .owl-dots {
    bottom: 0px !important;
}

.owl-theme3 .owl-dots {
    bottom: -30px !important;
}

.owl-carousel2 .owl-dots .owl-dot span,
.owl-carousel2 .owl-dots .owl-dot span:active,
.owl-carousel2 .owl-dots .owl-dot span:focus {
    width: 10px;
    height: 10px;
    margin: 3px;
    outline: none !important;
    background-color: var(--cor1) !important;
    border: 1px solid var(--cor1) !important;
}

.owl-carousel2 .owl-dots .owl-dot.active span,
.owl-carousel2 .owl-dots .owl-dot.active span:active,
.owl-carousel2 .owl-dots .owl-dot.active span:focus {
    background-color: var(--cor4) !important;
    border: 1px solid var(--cor4) !important;
}

.owl-carousel2 .owl-prev,
.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: white;
    padding: 10px;
    border-radius: 50%;
    font-size: 20px;
    cursor: pointer;
    z-index: 10;
    opacity: 0.5;
    background: transparent !important;
    transition: all 0.3s ease-in-out;
}

.owl-carousel2 .owl-prev {
    left: -50px;
}

.owl-carousel2 .owl-next {
    right: -50px;
}

.owl-carousel2 .owl-prev:hover,
.owl-carousel2 .owl-next:hover {
    opacity: 1;
}

.owl-theme .owl-nav {
    margin-top: 0px;
}

/*---*/
.valign-top {
    vertical-align: top;
}

.valign-middle {
    vertical-align: middle;
}

.mgb-50 {
    margin-bottom: 50px !important;
}

.mgb-40 {
    margin-bottom: 40px !important;
}

.mgb-30 {
    margin-bottom: 30px !important;
}

.mgb-20 {
    margin-bottom: 20px !important;
}

.mgb-10 {
    margin-bottom: 10px !important;
}

.mgt-30 {
    margin-top: 30px !important;
}

.mgt-20 {
    margin-top: 20px !important;
}

.mgt-15 {
    margin-top: 15px !important;
}

.pdb-15 {
    padding-bottom: 15px !important;
}

.pdb-50 {
    padding-bottom: 50px !important;
}

.pdb-30 {
    padding-bottom: 30px !important;
}

.pdb-20 {
    padding-bottom: 20px !important;
}

.pdt-5 {
    padding-top: 5px !important;
}

.pdt-10 {
    padding-top: 10px !important;
}

.pd-10 {
    padding: 10px !important;
}

.pdt-20 {
    padding-top: 20px !important;
}

.pdt-30 {
    padding-top: 30px !important;
}

.pdt-50 {
    padding-top: 50px !important;
}

.pdt-0 {
    padding-top: 0px !important;
}

.ip-10 {
    padding: 10px !important;
}

/*---*/
.rel {
    position: relative;
}

.box-mapa {
    width: 100%;
    height: 350px;
    overflow: hidden;
    position: relative;
}

/*---*/

.rod-ul {
    margin: 0px;
    padding: 0px;
    list-style: none !important;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 40px;
}

.rod-ul .text-right {
    margin-right: 30px;
    padding-left: 30px;
}

.rod-ul .text-left {
    margin-left: 30px;
}

.rod-linha-roxa {
    width: 3px;
    margin: auto;
    height: 100px;
    background: var(--cor4);
}

.a-rod,
.a-rod:focus,
.a-rod:active {
    font-weight: 300;
    color: var(--cor2);
    outline: none !important;
    text-decoration: none !important;
    transition: all 0.2s ease-in-out;
}

.a-rod:hover {
    color: var(--cor5);
}

.box-politica {
    padding-top: 30px;
}

/*---*/
.bg-trabalhe-conosco {
    overflow: hidden;
    color: var(--cor1);
    padding-top: 50px;
    padding-bottom: 20px;
    background: var(--cor5);
}

.bg-h-trabalhe-conosco {
    overflow: hidden;
    color: var(--cor1);
    padding-top: 60px;
    padding-bottom: 30px;
    background: var(--cor5);
}

.box-tc {
    margin: auto;
    position: relative;
}

.box-tc h1 {
    margin: 0px;
    padding: 0px;
    font-size: 36px;
    margin-bottom: 20px;
}

.box-tc h1 strong {
    font-weight: 900;
}

.box-tc .tc-texto {
    width: 100%;
    max-width: 560px;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}

.box-tc .abs-tc {
    position: absolute;
    bottom: -60px;
    right: 0px;
}

.bt-arrow-right {
    padding-right: 60px !important;
    background-image: url('./images/btn-arrow-right.webp') !important;
    background-repeat: no-repeat !important;
    background-position: center right 30px !important;
}

/*---*/
.bg-h-noticia {
    padding-top: 50px;
    padding-bottom: 20px;
}

.h1-noticia {
    margin: 0px;
    padding: 0px;
    font-size: 36px;
    font-weight: 900;
    margin-bottom: 30px;
}

.a-noticia,
.a-noticia:focus,
.a-noticia:active {
    width: 100%;
    display: block;
    max-width: 550px;
    color: var(--cor1) !important;
    position: relative;
    margin-bottom: 30px;
    transition: all 0.2s ease-in-out;
    text-decoration: none !important;
}

.a-noticia .box-img {
    width: 100%;
    overflow: hidden;
    border-radius: 30px;
    margin-bottom: 15px;
}

.a-noticia .box-img img {
    transition: all 0.2s ease-in-out;
}

.a-noticia h2 {
    margin: 0px;
    padding: 0px;
    height: 39.6px;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.a-noticia .desc {
    font-weight: 300;
    margin-bottom: 30px;
    display: -webkit-box;
    height: 68.55px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.a-noticia:hover .btn-padrao2 {
    color: var(--cor2);
    background: var(--cor4);
    border-color: var(--cor4);
}

.a-noticia:hover .box-img img {
    transform: scale(1.05);
}

/*---*/
.bg-h-projeto {
    overflow: hidden;
    padding-top: 50px;
    padding-bottom: 50px;
    background: var(--cor5);
}

.box-projeto {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.box-projeto-img {
    width: 100%;
    height: 304px;
    position: relative;
}

.abs-projeto {
    top: -50px;
    left: 54px;
    position: absolute;
}

.linha-projeto {
    width: 200px;
    height: 3px;
    margin-bottom: 20px;
    background: var(--cor4);
}

.box-projeto h1 {
    margin: 0px;
    padding: 0px;
    font-size: 36px;
    font-weight: 300;
    margin-bottom: 20px;
}

.box-projeto h1 strong {
    font-weight: 900;
}

/*---*/
.bg-h-infobar {
    padding-top: 50px;
    padding-bottom: 20px;
}

.box-infobar {
    color: #000000;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
    margin-bottom: 30px;
    line-height: 20px;
}

.box-infobar span {
    display: block;
    font-size: 48px;
    font-weight: 300;
    color: var(--cor4);
    margin-right: 10px;
}

/*---*/

.bg-h-solucao {
    overflow: hidden;
    padding-top: 50px;
    min-height: 500px;
    position: relative;
    padding-bottom: 20px;
    background-position: center;
    background-repeat: no-repeat;
}

.h1-solucao {
    margin: 0px;
    padding: 0px;
    font-size: 36px;
    font-weight: 900;
    color: var(--cor2);
    margin-bottom: 30px;
}

.a-solucao,
.a-solucao:focus,
.a-solucao:active {
    width: 100%;
    margin: auto;
    display: block;
    max-width: 550px;
    color: var(--cor1);
    position: relative;
    margin-bottom: 30px;
    border-radius: 30px;
    background: var(--cor2);
    outline: none !important;
    padding: 30px 30px;
    text-decoration: none !important;
    transition: all 0.2s ease-in-out;
}

.a-solucao .box {
    height: 105.1px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.a-solucao .box-img {
    width: 60px;
    margin-right: 30px;
}

.a-solucao .box-img img {
    transition: all 0.2s ease-in-out;
}

.a-solucao h2 {
    margin: 0px;
    padding: 0px;
    height: 24.55px;
    font-size: 24px;
    font-weight: 900;
    margin-bottom: 4px;
    color: var(--cor4);
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.a-solucao .desc {
    font-weight: 300;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.a-solucao .arrow {
    width: 30px;
    margin-left: 30px;
    font-size: 22px;
}

.a-solucao:hover img {
    filter: invert(1) brightness(2);
}

.a-solucao:hover {
    color: var(--cor2);
    background: var(--cor4);
}

.a-solucao:hover h2 {
    color: var(--cor2);
}

/*---*/
.bg-h-infos {
    padding-top: 50px;
    padding-bottom: 20px;
}

.box-info {
    width: 100%;
    margin: auto;
    color: var(--cor1);
    padding: 0 25px;
    max-width: 550px;
    position: relative;
    margin-bottom: 30px;
}

.box-info img {
    margin-bottom: 15px;
}

.box-info h2 {
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    font-weight: 700;
}

.box-info .desc {
    font-weight: 300;
}

/*---*/
.bg-h-imexm {
    overflow: hidden;
    padding-top: 80px;
    position: relative;
    padding-bottom: 80px;
    background: var(--cor5);
}

.linha-imexm {
    height: 3px;
    width: 200px;
    margin-bottom: 20px;
    background: var(--cor4);
}

.box-imexm {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.box-imexm-img {
    width: 100%;
    height: 304px;
    position: relative;
}

.abs-imexm {
    top: -80px;
    right: 54px;
    position: absolute;
}

.box-imexm h1 strong {
    font-weight: 900;
}

/*---*/
.bg-h-produto {
    padding-top: 50px;
    padding-bottom: 20px;
    background: #fafafa;
}

.a-produto,
.a-produto:focus,
.a-produto:active {
    width: 100%;
    display: block;
    max-width: 550px;
    color: var(--cor1);
    margin-bottom: 30px;
    outline: none !important;
    transition: all 0.2s ease-in-out;
    text-decoration: none !important;
}

.a-produto .box-img {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
    border-radius: 30px;
    background: var(--cor2);
}

.a-produto .box-img img {
    transition: all 0.2s ease-in-out;
}

.a-produto h2 {
    margin: 0px;
    padding: 0px;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}

.a-produto:hover {
    color: var(--cor1);
}

.a-produto:hover img {
    transform: scale(1.05);
}

.a-produto:hover .btn-padrao2 {
    color: var(--cor2);
    background: var(--cor4);
    border-color: var(--cor4);
}

/*---*/
.bg-h-formulario,
.contato-form {
    overflow: hidden;
    padding-top: 50px;
    position: relative;
    padding-bottom: 20px;
}

.contato-form .bx-form {
    max-width: 800px;
    margin: auto;
}

.bg-form {
    top: 0px;
    left: 50%;
    width: 90%;
    height: 78%;
    position: absolute;
    background: var(--cor4);
    transform: translateX(-50%);
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    z-index: -1;
}

.box-titulo-form {
    margin: 0px;
    padding: 0px;
    margin-bottom: 30px;
}

.h1-form {
    margin: 0px;
    padding: 0px;
    font-size: 24px;
    font-weight: 800;
    color: var(--cor2);
    margin-bottom: 10px;
    text-transform: uppercase;
}

.sub-form {
    width: 100%;
    margin: auto;
    max-width: 600px;
    font-weight: 300;
    color: var(--cor2);
}

.bg-h-formulario .bx-form,
.contato-form .bx-form {
    width: 100%;
    display: block;
    padding: 60px 70px 50px 70px;
    border-radius: 30px;
    margin-bottom: 30px;
    background: var(--cor2);
    box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.04);
}

.bg-h-formulario .bx-form .border-gray,
.contato-form .bx-form .border-gray {
    border: solid 1px var(--cor5);
}

.bg-h-formulario .col,
.contato-form .col {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.border-top-left {
    border-top-left-radius: 15px;
    padding-top: 15px;
}

.border-top-right {
    padding-top: 15px;
    border-top-right-radius: 15px;
}

div.ib span.placeholder {
    transform: scale(0.8) translateY(-0px) !important;
}

.no-pdb {
    border-bottom: 0px !important;
}

.no-pdl {
    border-left: 0px !important;
}

.no-pding-left {
    padding-left: 0px !important;
}

.bx-form .form-group {
    margin: 0;
}

.bd-txt {
    border-radius: 15px;
    border: solid 1px var(--cor5);
}

.border-bot-left {
    padding-bottom: 0px;
    border-bottom-left-radius: 15px;
}

.border-bot-right {
    padding-bottom: 0px;
    border-bottom-right-radius: 15px;
}

.protecao-dados {
    width: 100%;
    overflow: hidden;
    color: var(--cor1);
    position: relative;
    padding: 0 15px 0 30px;
}

.protecao-dados::after {
    content: '';
    left: 3px;
    top: 5px;
    position: absolute;
    width: 18px;
    height: 18px;
    border-radius: 20px;
    border: solid 5px #e37a1c;
}

.a-politica,
.a-politica:focus,
.a-politica:active {
    color: var(--cor1);
}

.a-politica:hover {
    color: var(--cor4);
}

.bg-h-formulario .abs1,
.contato-form .abs1 {
    top: 20%;
    right: -70%;
    position: absolute;
}

.bg-h-formulario .abs2,
.contato-form .abs2 {
    top: 17%;
    left: -69%;
    position: absolute;
}

/*---*/
.box-texto h1,
.box-texto h2,
.box-texto h3 {
    margin-top: 0px;
    padding-top: 0px;
}

.h1-general {
    margin: 0px;
    padding: 0px;
    font-size: 36;
    margin-top: 30px;
    font-weight: 900;
    color: var(--cor2);
    position: relative;
    margin-bottom: 20px;
    text-transform: uppercase;
}

/*---*/
.strong {
    font-weight: 700;
}

.font-color-txt-white {
    color: var(--cor2);
}

.line-height-28 {
    line-height: 28px;
    display: flex;
    justify-content: flex-start;
    align-content: center;
}

.contato-mso-16 {
    padding-top: 4px;
    padding-right: 5px;
    font-size: 20px !important;
}

/*---*/
.bg-contato {
    background: url('./images/textura-content-preta.png') right -1% top 40% no-repeat;
    background-color: var(--cor5);
    padding-bottom: 0px;
    padding-top: 0px;
}

.bg-contato .bx-form {
    margin-bottom: 15px;
}

.bg-contato-preenchimento {
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 0;
    height: 100px;
    position: absolute;
    background: var(--cor1);
}

/*---*/
.bg-catalogo {
    padding-top: 50px;
    padding-bottom: 20px;
    background-color: var(--cor3);
}

.box-titulo-catalogo {
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}

.box-titulo-catalogo ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.box-titulo-catalogo ul {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

.box-titulo-catalogo ul li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-shrink: 0;
}

.box-titulo-catalogo ul li:first-child {
    width: 291px;
    padding: 30px;
    flex-shrink: 0;
    background: #fff;
    border-radius: 30px;
}

.box-titulo-catalogo ul li:last-child {
    padding-left: 30px;
    padding-top: 0;
    flex: 1;
    min-width: 0;
}

.catalogo-title {
    font-size: 24px;
    font-weight: 800;
    display: inline-block;
    text-transform: uppercase;
    margin-bottom: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.catalogo-title2 {
    /* font-size: 36px; */
    font-size: 24px;
    font-weight: 800;
    display: inline-block;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.catalogo-title .selected {
    font-weight: 300;
    display: inline;
    white-space: normal;
}

.box-titulo-catalogo ul li .btn-padrao3 {
    max-width: 167px;
}

/*---*/
.a-agenda,
.a-agenda:focus,
.a-agenda:active {
    width: 100%;
    margin: auto;
    display: block;
    overflow: hidden;
    max-width: 550px;
    background: #fff;
    padding: 18px;
    margin-bottom: 30px;
    border-radius: 26px;
    outline: none !important;
    color: var(--cor1) !important;
    transition: all 0.2s ease-in-out;
    text-decoration: none !important;
    font-weight: 300;
}

.a-agenda .box-img {
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
    border-radius: 25px;
}

.a-agenda .box-img img {
    transition: all 0.2s ease-in-out;
}

.a-agenda h1 {
    margin: 0px;
    padding: 0px;
    font-size: 24px;
    font-weight: 900;
    margin-bottom: 18px;
    color: var(--cor4) !important;
}

.a-agenda .data {
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.a-agenda .data span {
    font-size: 20px;
    margin-right: 6px;
    color: var(--cor4) !important;
}

.a-agenda .local .material-symbols-outlined {
    vertical-align: middle;
    font-size: 20px;
    line-height: 1;
    color: var(--cor4) !important;
}

.a-agenda .cidade {
    font-weight: 700;
}

.a-agenda:hover .box-img img {
    transform: scale(1.05);
}

/*---*/
.bg-imex-service {
    background: url('./images/textura-content-preta.png') right -1% top 30px no-repeat;
    background-color: var(--cor5);
}

.box-iservice-float {
    top: 0px;
    left: 50%;
    width: 85%;
    padding: 40px 40px;
    position: absolute;
    border-radius: 30px;
    color: var(--cor1);
    background: var(--cor2);
    transform: translateX(-50%);
}

.box-iservice-float p:last-child {
    margin: 0;
}

.box-iservice {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
    font-weight: 300;
}

.box-iservice .linha-is {
    height: 3px;
    width: 201px;
    margin-bottom: 20px;
    background: var(--cor4) !important;
}

.box-iservice h2 {
    margin: 0px;
    padding: 0px;
    font-size: 36px;
    font-weight: 300;
    margin-bottom: 10px;
}

.box-iservice h2 .strong {
    font-weight: 900;
}

/*---*/
.bg-blog {
    padding-top: 50px;
    padding-bottom: 10px;
}

.box-paginacao {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.paginacao {
    color: var(--cor4);
    margin-left: 5px;
    margin-right: 5px;
    outline: none !important;
    text-decoration: none !important;
}

.paginacao:hover {
    color: var(--cor4);
}

.paginacao:hover i {
    color: var(--cor1);
}

.paginacao i {
    font-size: 12px;
}

.paginacao span {
    color: var(--cor2);
    border-radius: 5px;
    background-color: var(--cor1);
    padding: 4px 9px;
}

.a-noticia2,
.a-noticia2:focus,
.a-noticia2:active {
    width: 100%;
    display: block;
    max-width: 550px;
    background: #fff;
    color: var(--cor1) !important;
    position: relative;
    margin-bottom: 30px;
    padding: 18px;
    border-radius: 30px;
    transition: all 0.2s ease-in-out;
    text-decoration: none !important;
}

.a-noticia2 .box-img {
    width: 100%;
    overflow: hidden;
    border-radius: 30px;
    margin-bottom: 15px;
}

.a-noticia2 .box-img img {
    transition: all 0.2s ease-in-out;
}

.a-noticia2 h2 {
    margin: 0px;
    padding: 0px;
    height: 39.6px;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.a-noticia2 .desc {
    font-weight: 300;
    margin-bottom: 20px;
    display: -webkit-box;
    height: 68.55px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.a-noticia2 .button {
    overflow: hidden;
}

.a-noticia2 .data {
    height: 43px;
    font-weight: 300;
    line-height: 43px;
    display: inline-block;
    font-style: italic;
}

.a-noticia2:hover .btn-padrao2 {
    color: var(--cor2);
    background: var(--cor4);
    border-color: var(--cor4);
}

.a-noticia2:hover .box-img img {
    transform: scale(1.05);
}

.a-noticia2 .espaco{
    padding: 0 20px;
}

/*---*/
.bg-blog-ultimas {
    padding-top: 50px;
    padding-bottom: 20px;
    background: var(--cor3);
}

.h1-blog {
    font-weight: 300;
    margin-bottom: 30px;
}

.h1-blog span {
    font-weight: 700;
    color: var(--cor4);
}

.box-blog-detalhe {
    width: 100%;
    margin: auto;
    overflow: hidden;
    max-width: 750px;
    position: relative;
}

.box-blog-detalhe h2 {
    margin: 0px;
    padding: 0px;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
}

/* --- */
.share-icons,
.share-icons:focus,
.share-icons:active {
    width: 36px;
    height: 36px;
    color: #fff;
    text-align: center;
    padding: 7px 10px;
    border-radius: 50px;
    display: inline-block;
    outline: none !important;
    text-decoration: none !important;
}

.box-bar-det {
    margin-bottom: 20px;
}

.share-icons:hover {
    background: #8F0776;
    color: #fff !important;
}

.sx-twitter {
    background: #000000;
}

.sLinkedin {
    background: #009FF2;
}

.sfacebook {
    background: #114DCE;
}

.sWhats {
    background: #4CAF50;
}

/*---*/
.bg-sobrenos {
    background-color: var(--cor2);
    padding-top: 50px;
    padding-bottom: 20px;
}

.bg-sobrenos2 {
    background-color: var(--cor5);
    padding-top: 0px;
    padding-bottom: 0px;
    overflow: hidden;
}

.bg-sobrenos3 {
    background-color: var(--cor3);
    padding-top: 50px;
    padding-bottom: 20px;
}

.box-sn {
    padding-top: 50px;
    padding-bottom: 30px;
}

.box-sobrenos-img {
    width: 100%;
    height: 304px;
    position: relative;
}

.abs-sobrenos {
    top: 0px;
    right: 30px;
    position: absolute;
}

.box-misvisval {
    top: 16px;
    left: 50%;
    width: 100%;
    height: 210px;
    margin-top: 20px;
    overflow: hidden;
    max-width: 1140px;
    position: absolute;
    margin-bottom: 40px;
    transform: translateX(-50%);
    border-radius: 30px !important;
}

.box-misvisval img {
    top: 0px;
    left: 50%;
    z-index: 0;
    transform: translateX(-50%);
    position: absolute;
}

.mis-vis-val {
    width: 100%;
    margin: auto;
    max-width: 550px;
    overflow: hidden;
    padding-top: 10px;
    position: relative;
    margin-bottom: 30px;
}

.mis-vis-val h3 {
    margin: 0px;
    padding: 0px;
    font-size: 24px;
    font-weight: 900;
    color: var(--cor4);
    margin-bottom: 20px;
}

.mis-vis-val img {
    max-width: 110px;
}

.mis-vis-val .desc {
    font-weight: 300;
}

.box-radius-misvisval {
    width: 260px;
    margin: auto;
    height: 260px;
    border-radius: 50%;
    margin-bottom: 30px;
    align-items: text-center;
    background: var(--cor2);
    box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: center;
    justify-content: center;
}

.a-link,
.a-link:focus,
.a-link:active {
    color: var(--cor1);
    font-weight: 600;
    line-height: 30px;
    font-style: italic;
    outline: none !important;
    transition: all 0.3s ease-in-out;
    text-decoration: underline !important;
}

.a-link:hover {
    color: var(--cor4);
}

/*---*/

.bg-solucao {
    background: url('./images/textura-content-preta.png') right -1% top 30px no-repeat;
    background-color: var(--cor5);
    padding-top: 50px;
    padding-bottom: 10px;
}

/*---*/
.img-capa-prod {
    top: -60px;
    /* top: 0px; */
    right: 0px;
    width: 100%;
    position: absolute;
}

.bg-produto-det {
    padding-top: 30px;
}

.h2-especs {
    margin: 0px;
    padding: 0px;
    color: var(--cor4);
    margin-bottom: 30px;
    font-weight: 900;
    padding-left: 40px;
}

.box-especs-bloco {
    width: 100%;
    margin: auto;
    padding: 30px;
    max-width: 550px;
    font-weight: 300;
    position: relative;
    color: var(--cor1);
    margin-bottom: 30px;
    border-radius: 30px;
    background: var(--cor2);
}

.box-especs-bloco h2 {
    margin: 0;
    padding: 0;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    color: var(--cor4);
    margin-bottom: 20px;
}

.box-especs-bloco .desc {
    position: relative;
}

.box-especs-bloco .desc p:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.gray {
    background: var(--cor3);
}

.bg-produto-det-especs {
    padding-top: 0px;
}

/*---*/
/* ==================================================
   Accordion & Toggle
================================================== */
.accordion {
    margin-bottom: 35px;
}

.accordion-group {
    margin-bottom: 8px;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: transparent;
    border-color: transparent;
    box-shadow: none;
}

.accordion-heading {
    border-bottom: 0 none;
}

.accordion-heading .accordion-toggle {
    position: relative;
    display: block;
    padding: 0px;
    background: #016D36;
    text-decoration: none;
    font-size: 15px;
    -webkit-transition: all 0.1s linear 0s;
    -moz-transition: all 0.1s linear 0s;
    -ms-transition: all 0.1s linear 0s;
    -o-transition: all 0.1s linear 0s;
    transition: all 0.1s linear 0s;
}

.accordion-toggle {
    cursor: pointer;
}

.accordion-toggle:hover {
    text-decoration: none;
}

.accordion-heading:hover .accordion-toggle,
.accordion-heading:hover .accordion-toggle.inactive {
    background: transparent;
    color: var(--cor1);
}

.accordion-heading .accordion-toggle.active {
    color: var(--cor1);
    font-weight: 800;
    padding-left: 38px;
    background: transparent;
    text-transform: uppercase;
    outline: none !important;
    border: 0 !important;
}

.accordion-heading .accordion-toggle.inactive {
    font-weight: 800;
    padding-left: 38px;
    color: var(--cor1);
    background: transparent;
    text-transform: uppercase;
    outline: none !important;
    border: 0 !important;
}

.accordion-heading.accordionize .accordion-toggle i,
.accordion-heading.togglize .accordion-toggle i {
    position: absolute;
    top: 50%;
    left: 10px;
    margin: -8px 0 0 0;
    color: var(--cor1);
    font-size: 18px;
    -webkit-transition: all 0.1s linear 0s;
    -moz-transition: all 0.1s linear 0s;
    -ms-transition: all 0.1s linear 0s;
    -o-transition: all 0.1s linear 0s;
    transition: all 0.1s linear 0s;
}

.accordion-heading:hover .accordion-toggle i {
    color: var(--cor1);
}

.accordion-heading .accordion-toggle.active i,
.accordion-heading:hover .accordion-toggle.inactive i {
    color: var(--cor1);
}

.accordion-heading.accordionize .accordion-toggle.active i,
.accordion-heading.togglize .accordion-toggle.active i {
    color: var(--cor1);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.accordion-heading.togglize .accordion-toggle i {
    margin: -8px 0 0 0;
    font-size: 18px;
    color: var(--cor1);
}

.accordion-heading.togglize .accordion-toggle .fa-plus-circle {
    display: block;
}

.accordion-heading.togglize .accordion-toggle.active .fa-plus-circle {
    display: none;
}

.accordion-heading.togglize .accordion-toggle .fa-minus-circle {
    display: none;
}

.accordion-heading.togglize .accordion-toggle.active .fa-minus-circle {
    display: block;
}

.accordion-inner {
    padding: 0px;
    border: 1px solid transparent;
    background: transparent;
    font-size: 16px;
    line-height: 27px;
    /*font-family: 'swiss-721-black-condensed';*/
    /*font-family: 'swiss-721-light';*/
}

/* ==================================================
   The End Accordion & Toggle
================================================== */

.formata-list ul {
    width: 100%;
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.formata-list ul li {
    padding-left: 20px;
    font-weight: 300;
    margin-left: 30px;
    padding-bottom: 5px;
    padding-top: 5px;
    border-bottom: solid 1px rgba(57, 59, 53, 0.1);
}

.color-roxo {
    color: var(--cor4);
}

.a-produto .desc {
    font-weight: 300;
}

.bg-white-sl {
    padding: 15px;
    border-radius: 35px;
    background: var(--cor2);
}

.bg-gray-sl {
    background: var(--cor3);
}

/* --- */
.bg-porque-escolher {
    background: var(--cor3);
    padding-top: 20px;
    padding-bottom: 35px;
}

/*---*/
.bg-folder {
    background: var(--cor5);
    padding-top: 50px;
    padding-bottom: 20px;
}

.box-folder {
    /* width: 100%; */
    margin: auto;
    overflow: hidden;
    position: relative;
    display: inline-block;
    margin-bottom: 30px;
}

.box-folder .linha {
    height: 3px;
    width: 205px;
    background: var(--cor4);
    margin-bottom: 20px;
}

.box-folder h1 {
    margin: 0px;
    padding: 0px;
    font-size: 36px;
    font-weight: 300;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.box-folder h1 span {
    font-weight: 800;
}

.box-folder .sub {
    font-weight: 300;
    margin-bottom: 30px;
}

.no-border-top-bot-right {
    border-bottom-right-radius: 0px !important;
    border-top-right-radius: 0px !important;
}

.no-border-top-bot-left {
    border-bottom-left-radius: 0px !important;
    border-top-left-radius: 0px !important;
}

.folder-no-pdr {
    padding-right: 0px;
}

.folder-no-pdl {
    padding-left: 0px;
}

.folder-pdt {
    padding-top: 6px;
}

.dp-folder {
    margin-top: 5px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 14px;
    font-weight: 300;
    max-width: 535px;
}

.dp-folder label {
    color: var(--cor1);
    cursor: pointer;
}

.dp-folder div:first-child {
    font-size: 14px;
    font-weight: 300;
    padding-right: 10px;
}

/* --- */
.bg-form {
    padding-top: 0px;
    padding-bottom: 20px;
}

.box-escolher {
    width: 100%;
    font-weight: 300;
    position: relative;
    margin-bottom: 30px;
}

.box-escolher h1 {
    margin: 0px;
    padding: 0px;
    font-size: 44px;
    font-weight: 900;
    text-align: right;
    text-transform: uppercase;
}

.linha-escolher {
    width: 3px;
    margin: auto;
    height: 240px;
    background: var(--cor4);
}

.box-escolher .desc ul {
    padding-left: 0;
    list-style: none;
}

.box-escolher .desc li {
    margin-bottom: 15px;
    font-weight: 500;
    background-image: url('./images/check.png');
    background-repeat: no-repeat;
    background-position: 0 1px;
    background-size: 20px 20px;
    padding-left: 30px;
}

/* --- */
.bg-aplicacao {
    padding-top: 50px;
    padding-bottom: 20px;
    background: var(--cor3);
}

.h1-aplicacao {
    margin: 0px;
    padding: 0px;
    font-size: 36px;
    font-weight: 900;
    padding-left: 40px;
    margin-bottom: 40px;
}

.box-aplicacao {
    width: 100%;
    overflow: hidden;
    position: relative;
    border-radius: 30px;
    margin-bottom: 30px;
    padding: 30px 20px;
}

.bg-preto {
    background: #000;
}

.bg-branco {
    background-color: var(--cor2) !important;
}

.bg-roxo {
    background-color: var(--cor4) !important;
}

.bg-cinza {
    background-color: var(--cor1) !important;
}

.bg-cinza-claro {
    background-color: var(--cor3) !important;
}

.box-aplicacao-paginacao {
    position: relative;
    overflow: hidden;
    padding-right: 40px;
}

.box-aplicacao-paginacao div {
    color: #fff;
    margin-top: 5px;
    padding: 5px 15px;
    border-radius: 30px;
    font-weight: 300;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
}

.box-aplicacao-paginacao i,
.box-aplicacao-paginacao img {
    cursor: pointer;
}

.box-aplicacao-paginacao .owl-current {
    font-weight: 600;
}

.box-aplicacao-info {
    top: 15px;
    left: 15px;
    width: 100%;
    max-width: 250px;
    padding: 20px;
    position: absolute;
    background-color: #fff;
    color: var(--cor1);
    border-radius: 30px;
}

.box-aplicacao-info .cat-prod {
    position: relative;
    font-weight: 500;
    text-transform: uppercase;
}

.box-aplicacao-info .cat-prod span {
    font-weight: 300;
}

.box-aplicacao-info h3 {
    margin: 0px;
    padding: 0px;
    font-size: 24px;
    font-weight: 800;
    text-transform: uppercase;
}

.box-diferencial {
    width: 100%;
    position: relative;
    margin-bottom: 30px;
}

.box-diferencial ul {
    margin: 0px;
    padding: 0px;
    list-style: none !important;
}

.box-diferencial ul li {
    padding: 7px 0px;
    padding-left: 25px;
    border-bottom: solid 1px rgba(57, 59, 53, 0.1);
}

.mgt-20 {
    margin-top: 20px !important;
}

/* --- */
.bg-prod-conheca {
    padding-top: 20px;
    padding-bottom: 20px;
    background: var(--cor3);
}

.box-prod-conheca {
    width: 100%;
    position: relative;
    margin-bottom: 30px;
    font-weight: 300;
}

.box-prod-conheca .linha-roxa {
    width: 160px;
    height: 3px;
    margin-bottom: 25px;
    background: var(--cor4);
}

.box-prod-conheca h1 {
    margin: 0px;
    padding: 0px;
    font-weight: 300;
}

.box-prod-conheca h1 strong{
    font-weight: 900;
}

.bpc-30 {
    padding-top: 30px;
}

/* --- */
.bg-extra {
    padding-top: 30px;
    padding-bottom: 20px;
    position: relative;
    overflow: hidden;
}

.abs-img-extra {
    top: -30px;
    right: 20px;
    position: absolute;
}

.abs-img-extra-r {
    top: -30px;
    left: 20px;
    position: absolute;
}

.bg-textura-preta {
    background: url('./images/textura-content-preta.png') right -1% top 30px no-repeat;
}

.bg-textura-branca {
    background: url('./images/textura-content-branca.png') right top 10px no-repeat;
}

.bg-extra-cinza {
    background-color: var(--cor5);
}

.bg-extra-roxo {
    background-color: var(--cor4);
}

.a-extra,
.a-extra:focus,
.a-extra:active {
    width: 100%;
    padding: 10px;
    overflow: hidden;
    font-weight: 300;
    color: var(--cor1);
    position: relative;
    margin-bottom: 10px;
    border-radius: 25px;
    display: inline-block;
    background: var(--cor2);
    outline: none !important;
    text-decoration: none !important;
    transition: all 0.2s ease-in-out;
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.09);
}

.a-extra h3 {
    margin: 0px;
    padding: 0px;
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 7px;
    overflow: hidden;
    text-transform: uppercase;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.a-extra .desc {
    overflow: hidden;
    position: relative;
    height: 72px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.a-extra ul {
    margin: 0px;
    padding: 0px;
    list-style: none !important;
}

.a-extra ul li {
    float: left;
    width: 100%;
}

.a-extra ul li img {
    border-radius: 20px;
    transition: all 0.2s ease-in-out;
}

.a-extra ul li:first-child {
    width: 145px;
    overflow: hidden;
    border-radius: 20px;
}

.a-extra ul li:last-child {
    max-width: calc(100% - 145px);
    padding-left: 10px;
    padding-top: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.a-extra:hover li img {
    transform: scale(1.04);
}

.a-extra:hover {
    color: var(--cor1);
}

.a-extra2,
.a-extra2:focus,
.a-extra2:active {
    width: 100%;
    padding: 30px;
    overflow: hidden;
    font-weight: 300;
    color: var(--cor1);
    position: relative;
    margin-bottom: 10px;
    border-radius: 25px;
    display: inline-block;
    background: var(--cor2);
    outline: none !important;
    text-decoration: none !important;
    transition: all 0.2s ease-in-out;
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.09);
}

.a-extra2 h4 {
    margin: 0px;
    padding: 0px;
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 7px;
    overflow: hidden;
    text-transform: uppercase;
}

.a-extra2 .desc2 {
    overflow: hidden;
    position: relative;
}

.a-extra2:hover {
    color: var(--cor1);
}

.bg-modal-extra {
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    padding: 30px;
    border: 0 !important;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1) !important;
}

.modal-backdrop {
    background-color: #000;
    opacity: 0.2 !important;
    transition: all 0.3s ease-in-out;
}

.bg-modal-extra .capa {
    border-radius: 25px;
    overflow: hidden;
}

.bg-modal-extra .close {
    top: 20px;
    right: 30px;
    position: absolute;
    opacity: 1;
}

.bg-modal-extra .chamada {
    padding-top: 30px;
    font-weight: 300;
}

.bg-modal-extra .nome {
    margin: 0px;
    padding: 0px;
    font-weight: 800;
    font-size: 24px;
    margin-bottom: 20px;
}

.bg-modal-extra .descricao {
    font-weight: 300;
}

.modal.modalExtra {
    text-align: center;
    padding: 0 !important;
}

.modal.modalExtra:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
    /* correção do espaço entre elementos inline-block */
}

.modal.modalExtra .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

/* --- */

.rounded {
    border-radius: 30px;
}

.bbgc {
    position: relative;
    margin-bottom: 30px;
}

.box-bloco-grande-capa {
    position: relative;
    margin-bottom: 30px;
    font-weight: 300;
}

/* --- */

.box-bloco-flutuante {
    position: relative;
}

.bbf {
    /* top: -60px; */
    left: 50%;
    z-index: 3;
    width: 100%;
    color: #fff;
    padding: 30px;
    max-width: 80%;
    /* position: absolute; */
    position: relative;
    border-radius: 30px;
    transform: translateX(-50%);
    font-weight: 300;
    /* margin: auto; */
    /* margin-top: 50px; */
}

.bbf h1,
.bbf h2,
.bbf h3,
.bbf h4 {
    margin: 0;
    padding: 0;
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 20px;
}

/* --- */

.bg-blocos {
    padding-top: 50px;
    position: relative;
    padding-bottom: 20px;
}

.bb-textura-preta {
    background: url('./images/textura-content-preta.png') right -1% top 30px no-repeat;
}

.bb-textura-branca {
    background: url('./images/textura-content-branca.png') right -1% top 30px no-repeat;
}

.color-white {
    color: #fff;
}

.box-bloco-grande-capa .chamada {
    font-weight: 300;
}

.box-bloco-grande-capa h3 {
    margin: 0;
    padding: 0;
    font-weight: 800;
    font-size: 24x;
    margin-bottom: 20px;
}

.box-bloco-grande-capa ul li {
    margin-bottom: 10px;
}

.box-bloco-grande-capa ul li:last-child {
    margin-bottom: 0px;
}

.bbgc2-linha {
    width: 200px;
    height: 3px;
    background: var(--cor4);
    margin-bottom: 20px;
}

.bbgc2 h3 {
    font-size: 36px;
    margin: 0;
    padding: 0px;
    margin-bottom: 5px;
}

.bbgc2 .chamada {
    font-size: 16px;
    margin-bottom: 30px;
}

/* --- */
.agulha {
    background-color: var(--cor3);
    overflow: hidden;
}

.bg-agulha {
    padding-top: 50px;
    padding-bottom: 50px;
    background: url('./images/textura-content-preta.png') right -1% top no-repeat;
    background-color: var(--cor5);
    margin-bottom: 60px;
}

.box-tabela-comprimentos {
    width: 100%;
    margin: auto;
    max-width: 800px;
    overflow: hidden;
    position: relative;
    border-radius: 25px;
    background-color: #fff;
}

.btc table {
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
}

.btc table i {
    color: var(--cor4);
}

.btc table thead tr th {
    border-bottom-width: 1px;
}

.btc table thead tr th,
.btc table tbody tr td {
    text-align: center !important;
    font-weight: 300 !important;
    padding: 14px 0;
}

.tabela-agulha-wrapper {
    max-width: 700px;
    overflow-x: auto;
}

.tabela-agulha {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
}

.tabela-agulha th,
.tabela-agulha td {
    text-align: center;
    vertical-align: middle;
    padding: 8px;
    border: 1px solid #ccc;
    word-wrap: break-word;
}

.tabela-agulha th:first-child,
.tabela-agulha td:first-child {
    text-align: left;
}

.table-responsive {
    margin-bottom: 0px;
}

.bhf {
    padding-top: 50px;
    background: var(--cor3);
}

/* --- */
.max-height-js {
    font-weight: 300;
    padding-top: 0px !important;
}

.h2-general {
    margin: 0px;
    padding: 0px;
    color: #fff;
    font-weight: 300;
    font-size: 24px;
    margin-top: 30px;
    text-transform: uppercase;
}

.btl {
    padding-left: 30px;
    padding-top: 20px;
}

.pdl-40 {
    padding-left: 40px;
}

/* --- */
.btl-no-prod{
    padding-left: 0px !important;
}
.desc p{
    margin-bottom: 10px;
}
.opc-item, .opc-item:focus, .opc-item:active{
    color: var(--cor1);
    font-weight: 300;
    margin-bottom: 5px;
    text-decoration: none !important;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.opc-item:hover{
    color: var(--cor4);
    font-weight: 700;
}

.desc .active{
    color: var(--cor4);
    font-weight: 700;
}

.desc-opc{
    padding: 5px 26px;
}

/* --- */
.color-roxo{
    color: var(--cor4) !important;
}

.pdl-37{
    padding-left: 37px !important;
}

.pdl-24{
    padding-left: 24px !important;
}

/* --- */
@media only screen and (min-width: 1921px) {
    .container {
        width: 100% !important;
        max-width: 1920px;
        overflow: hidden;
    }

    .container-fluid {
        width: 100% !important;
        max-width: 1920px;
        overflow: hidden;
    }
}

@media only screen and (max-width: 1920px) {}

@media only screen and (max-width: 1900px) {

    .texturaTop,
    .texturaTop2 {
        background: none;
    }

    .texturaTop3 {
        background: none;
    }
}

@media only screen and (max-width: 1600px) {}

@media only screen and (max-width: 1500px) {
    .owl-theme .owl-controls .owl-buttons .owl-prev {
        left: 30px;
        top: 60%;
    }

    .owl-theme .owl-controls .owl-buttons .owl-next {
        right: 30px;
        top: 60%;
    }
}

@media only screen and (max-width: 1350px) {
    .owl-carousel2 .owl-prev {
        left: -2.0%;
    }

    .owl-carousel2 .owl-next {
        right: -2%;
    }
}

@media only screen and (max-width: 1230px) {
    .box-owl2-max-wd {
        padding: 0 38px;
    }
}

@media only screen and (max-width: 1199px) {
    .owl-carousel2 .owl-prev {
        display: none !important;
    }

    .owl-carousel2 .owl-next {
        display: none !important;
    }

    .owl-carousel2 .owl-dots {
        display: block;
    }

    .box-owl2-max-wd {
        padding: 0 0;
    }

    .box-tc .abs-tc {
        bottom: -60px;
    }

    .bg-h-imexm {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .abs-imexm {
        top: -50px;
        right: 54px;
        position: absolute;
    }

    .bg-h-imexm {
        padding-top: 50px;
        padding-bottom: 20px;
    }

    .box-menu {
        /* gap: 23px; */
        gap: 21px;
    }

    .menu-drop {
        gap: 10px;
    }

    .abs-sobrenos {
        top: -0px;
        right: 30px;
        position: absolute;
    }

    .bg-imex-service {
        background: url('./images/textura-content-preta.png') right -35% top 30px no-repeat;
        background-color: var(--cor5);
    }

    .bg-porque-escolher {
        padding-bottom: 37px;
    }

    .bg-agulha {
        background: url('./images/textura-content-preta.png') right -200px top no-repeat;
        background-color: var(--cor5);
    }
}

@media only screen and (max-width: 991px) {
    .auto-mobile-sm {
        margin: auto;
    }

    .align-mobile-sm {
        text-align: center;
    }

    .align-mobile-flex {
        justify-content: center !important;
    }

    .auto-mobile-sm {
        margin: auto;
    }

    .rod-ul {
        margin: 0px;
        padding: 0px;
        list-style: none !important;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .rod-ul .text-right {
        margin-right: 0px;
        padding-left: 0px;
        text-align: center;
    }

    .rod-ul .text-left {
        margin-left: 0px;
        text-align: center;
    }

    .rod-linha-roxa {
        width: 100px;
        height: 3px;
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .bg-h-trabalhe-conosco {
        padding-bottom: 0px;
    }

    .box-tc .tc-texto {
        margin: auto;
        margin-bottom: 20px;
    }

    .box-tc .abs-tc {
        position: relative;
        bottom: auto;
        right: auto;
        margin: auto;
    }

    .box-tc .btn-padrao3 {
        position: absolute;
        bottom: 50px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 2;
    }

    .bg-h-noticia,
    .bg-h-produto {
        padding-bottom: 40px;
    }

    .box-projeto .desc {
        margin-bottom: 30px;
    }

    .bg-h-projeto {
        padding-bottom: 0px;
    }

    .box-infobar-father {
        padding-top: 10px;
        display: inline-block;
        border-left: solid 3px var(--cor1);
        margin-bottom: 30px;
    }

    .end-infobar {
        margin-bottom: 10px;
    }

    .box-infobar {
        justify-content: flex-start;
        margin-left: 30px;
    }

    .bg-h-solucao {
        background-attachment: fixed;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .bg-h-imexm {
        padding-top: 0px;
    }

    .linha-imexm {
        margin-top: 30px;
    }

    .bg-form {
        top: 0px;
        left: 50%;
        width: 100%;
        height: 78%;
        position: absolute;
        background: var(--cor4);
        /* transform: translateX(-50%); */
        border-radius: 0px;
    }

    .bg-h-formulario .bx-form,
    .contato-form .bx-form {
        width: 100%;
        display: block;
        padding: 40px 50px 30px 50px;
        border-radius: 30px;
        margin-bottom: 30px;
        background: var(--cor2);
        box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.04);
    }

    .bg-h-formulario .bx-form,
    .contato-form .bx-form {
        margin-bottom: 260px;
    }

    .bg-h-formulario .bx-form-prod {
        margin-bottom: 10px !important;
    }

    .bg-form {
        height: 60%;
    }

    .bg-h-trabalhe-conosco {
        padding-top: 100px
    }

    .border-top-left {
        border-top-right-radius: 15px;
    }

    .border-top-right {
        border-radius: 0px !important;
        border-left: solid 1px var(--cor5) !important;
    }

    .no-pdl {
        border-left: solid 1px var(--cor5) !important;
    }

    .border-bot-left {
        border-bottom-left-radius: 0px;
        border-bottom: 0px !important;
    }

    .border-bot-right {
        padding-bottom: 0px;
        border-bottom-right-radius: 15px;
        border-bottom-left-radius: 15px;
    }

    .abs1 {
        top: auto;
        right: 0px;
        bottom: -100px;
        max-width: 400px;
        position: absolute;
    }

    .menu-drop {
        display: none;
    }

    .none-mobile {
        display: none;
    }

    .contato-form .bx-form {
        margin-bottom: 0px;
    }

    .bg-imex-service {
        background: var(--cor5);
    }

    .box-menu {
        height: 60px;
        padding-left: 35px;
        justify-content: flex-start;
    }

    .box-menu .a-logo img {
        max-width: 75px;
    }

    .img-capa-prod {
        top: auto;
        right: auto;
        width: 100%;
        position: relative;
        margin: auto;
        max-width: 550px;
        /* margin-bottom: 30px; */
    }

    .bg-agulha {
        background: var(--cor5);
    }
}

@media only screen and (max-width: 767px) {
    .modalPopup {
        width: 95%;
        max-width: none;
        height: auto;
        overflow: hidden;
    }

    .auto-mobile {
        margin: auto;
    }

    .auto-mobile {
        margin: auto;
    }

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

    .box-direito {
        font-size: 12px;
        font-weight: 300;
        padding-bottom: 40px;
    }

    .box-tc h1,
    .box-projeto h1,
    .h1-general,
    .h2-especs,
    .h1-aplicacao,
    .bbgc2 h3 {
        font-size: 32px;
    }

    .h1-noticia,
    .h1-solucao,
    .box-iservice h2,
    .box-blog-detalhe h2,
    .h1-blog,
    .box-folder h1,
    .box-prod-conheca h1 {
        font-size: 24px;
    }

    .a-solucao .box-img {
        width: 50px;
        margin-right: 30px;
    }

    .a-solucao .box-img img {
        width: 50px;
    }

    .abs1 {
        top: auto;
        right: 0px;
        bottom: -100px;
        max-width: 400px;
        position: absolute;
    }

    .bg-form {
        height: 75%;
    }

    .bg-h-trabalhe-conosco {
        padding-top: 100px
    }

    .bg-contato {
        background: var(--cor5);
    }

    .box-rodape {
        display: block !important;
        float: none !important;
    }

    .box-misvisval {
        width: 95%;
        margin-top: 27px;
    }

    .no-border-top-bot-right {
        border-bottom-right-radius: 10px !important;
        border-top-right-radius: 10px !important;
    }

    .no-border-top-bot-left {
        border-bottom-left-radius: 10px !important;
        border-top-left-radius: 10px !important;
    }

    .folder-no-pdr {
        padding-right: 15px;
        margin-bottom: 15px;
    }

    .folder-no-pdl {
        padding-left: 15px;
        margin-bottom: 10px;
    }

    .folder-pdt {
        padding-top: 6px;
    }

    .dp-folder {
        margin-top: 17px;
    }

    .bg-h-produto {
        padding-bottom: 20px;
    }

    .bg-porque-escolher {
        padding-top: 0;
    }

    .box-escolher h1 {
        font-size: 34px;
        text-align: center;
    }

    .linha-escolher {
        width: 260px;
        margin: auto;
        height: 3px;
        margin-bottom: 30px;
        background: var(--cor4);
    }

    .a-extra ul li {
        width: 100%;
        float: none;
    }

    .a-extra ul li:first-child {
        width: 100%;
    }

    .a-extra ul li:last-child {
        width: 100%;
        max-width: 100%;
    }

    .box-aplicacao-paginacao {
        text-align: center;
    }

    .box-aplicacao-paginacao div {
        float: none !important;
        display: inline-block;
        margin: auto;
        padding: 5px 10px;
        margin-bottom: 15px;
    }

    .bpc-30 {
        padding-top: 0;
    }

    .bbf {
        max-width: 98%;
    }

    .box-titulo-catalogo {
        text-align: center;
        margin-bottom: 30px;
    }

    .box-titulo-catalogo ul li:first-child {
        width: 100%;
        margin-bottom: 20px;
    }

    .box-titulo-catalogo ul {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .box-titulo-catalogo ul li {
        width: 100% !important;
        padding-left: 0 !important;
        padding-top: 20px;
    }

    .catalogo-title {
        white-space: normal;
        overflow: visible;
        text-overflow: unset;
        display: block;
    }

    .catalogo-title .selected {
        display: block;
        margin-top: 5px;
    }

    .box-titulo-catalogo ul li .btn-padrao3 {
        margin: auto;
    }

    .bhf {
        padding-top: 0px;
    }

    .bg-produto-det-especs {
        padding-top: 0;
    }

    .h1-aplicacao,
    .box-aplicacao-paginacao {
        padding-left: 0;
        padding-right: 0;
    }

    .btl {
        padding-left: 0px;
    }

    .pdl-col-40 {
        padding-left: 15px;
    }
}

@media only screen and (max-width: 360px) {
    .box-direito {
        padding-bottom: 30px;
    }

    .box-infobar {
        justify-content: flex-start;
        margin-left: 20px;
    }
}