/* 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=Geologica:wght@100..900&display=swap');

/*---*/
:root {
    /*preto*/
    --cor1: #000000;
    /*branco*/
    --cor2: #ffffff;
    /*Azul Escuro*/
    --cor3: #172F69;
    /*Azul Claro*/
    --cor4: #1757CE;
    /*Azul Light*/
    --cor5: #B7D0FF;
    /*Azul Dark Light Form*/
    --cor6: #7482A5;
}

body {
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    color: var(--cor3);
    font-family: "Geologica", sans-serif;
    font-weight: 400;
    font-style: normal;
    background: #fff;
}

a:focus {
    outline: none !important;
}

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

.a-logo img {
    max-width: 136px;
}

.box-menu {
    width: 100%;
    /* padding: 20px 30px 21px 25px; */
    padding: 15px 24px 15px 25px;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    border-radius: 50px;
    background: var(--cor2);
    box-shadow: 2px 0 5px 3px rgba(0, 0, 0, 0.02);
}

.border-menu {
    border: solid 1px var(--cor5);
}

.me {
    justify-self: start;
}

.mm {
    justify-self: center;
    display: flex;
    align-items: center;
    gap: 20px;
}

.md {
    justify-self: end;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-right: -7px;
}

.a-menu,
.a-menu:active,
.a-menu:focus {
    font-size: 15px;
    margin-top: 4px;
    font-weight: 500;
    color: var(--cor4);
    outline: none !important;
    text-decoration: none !important;
    transition: all 0.2s ease-in-out;
}

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

.a-menu-act {
    color: var(--cor3);
}

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

.dropdown-menu {
    border: 0px !important;
    border-radius: 12px !important;
    padding: 9px 0px 16px 0px !important;
}

.dropdown-menu>li>a {
    color: var(--cor4);
    font-size: 15px;
    font-weight: 500 !important;
    background: transparent !important;
}

.dropdown-menu>li>a:hover {
    color: var(--cor3);
}

.a-busca,
.a-busca:focus,
.a-busca:active {
    width: 40px;
    height: 40px;
    color: var(--cor4);
    border-radius: 50px;
    background: transparent;
    border: solid 1px var(--cor4);
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none !important;
    transition: all 0.3s ease-in-out;
}

.a-busca:hover {
    color: var(--cor2);
    background: var(--cor4);
    border: solid 1px var(--cor4);
}

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

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

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

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

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

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

.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: #fff;
}

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

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

/* Item pai do submenu */
#menu li>span {
    position: relative;
    display: block;
    padding-right: 40px;
}

/* Ícone igual ao do botão voltar do mmenu */
#menu li>span::after {
    content: '';
    display: block;
    position: absolute;
    top: 21%;
    right: 20px;

    width: 10px;
    height: 10px;
    margin-top: 2px;

    border-top: 2px solid;
    border-left: 2px solid;

    transform: rotate(135deg) translate(50%, -50%);
    opacity: .4;
}

.mob-menu-active {
    color: var(--cor3) !important;
}

.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 {
    margin-top: 152px;
    padding-top: 50px;
    position: relative;
    padding-bottom: 20px;
    background: var(--cor4);
}

.bg-rodape::before {
    content: "";
    position: absolute;
    top: -151px;
    left: 0;
    width: 100%;
    height: 152px;
    z-index: 2;
    background: url("./images/textura-rodape.png") center center no-repeat;
}

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

.box-rodape h2 {
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    font-weight: 700;
    color: var(--cor2);
    margin-bottom: 20px;
}

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

.a-rod:hover {
    color: #dcdcdc;
}

.a-rod-act {
    color: #dcdcdc;
}

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

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

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

.bx-rod-info {
    overflow: hidden;
    position: relative;
    margin-bottom: 15px;
    font-weight: 300;
}

.bx-rod-info ul {
    margin: 0px;
    padding: 0px;
    color: #fff;
    list-style: none !important;
    display: flex;
}

.bx-rod-info ul li:first-child {
    padding-right: 8px;
}

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

.box-direito {
    padding: 10px 0;
    font-size: 12px;
    font-weight: 400;
}

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

.a-rod-link,
.a-rod-link:focus,
.a-rod-link:active {
    margin-left: 15px;
    color: var(--cor2);
    transition: all 0.3s ease-in-out;
    text-decoration: none !important;
    outline: none !important;
    text-shadow: none !important;
}

.bg-direito .a-rod-link:first-child {
    margin-left: 0px;
}

.a-rod-link:hover {
    color: #dcdcdc;
}

.a-ydeal:hover {
    color: #dcdcdc;
}

/*modalwhats*/
.modalWhats .modal-content {
    color: var(--cor3);
    padding: 20px;
    border: 0 !important;
    font-size: 14px;
    background: var(--cor5);
    border-radius: 25px !important;
}

.wd-100 {
    width: 100%;
}

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

.modalWhats .modal-dialog {
    margin-top: 100px !important;
}

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

.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: 6px 17px;
    display: flex;
    align-items: center;
    color: var(--cor6);
    font-size: 14px;
    font-weight: 300;
    top: 0;
    left: 10px;
    transition: all 0.2s;
    transform-origin: 0% 0%;
    background: none;
    pointer-events: none;
    /* font-style: italic !important; */
}

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

/* div.input-block input:valid+span.placeholder,
div.input-block input:focus+span.placeholder {
    transform: scale(0.8) translateY(-12px);
    background: transparent;
    font-size: 13px;
} */

div.input-block input:focus {
    color: var(--cor6);
    border-color: var(--cor5);
}

div.input-block input:focus+span.placeholder {
    color: var(--cor6);
}

div.input-block textarea:valid+span.placeholder,
div.input-block textarea:focus+span.placeholder {
    transform: scale(0.8) translateY(-4px);
    background: transparent;
    font-size: 13px;
}

div.input-block textarea:focus {
    color: var(--cor6);
    border-color: var(--cor5);
}

div.input-block textarea:valid+span.placeholder,
div.input-block textarea:focus+span.placeholder {
    color: var(--cor6);
    margin: 5px 0;
}

div.input-block input:not(:placeholder-shown)+span.placeholder,
div.input-block input:focus+span.placeholder {
    transform: scale(0.8) translateY(-12px);
    background: transparent;
    font-size: 13px;
}


.bx-form-busca div.input-block span.placeholder {
    padding: 5px 17px;
}

/* --- */
.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: -30px;
    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: 8px;
    outline: none !important;
    background-color: var(--cor4) !important;
    border: 1px solid var(--cor4) !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(--cor3) !important;
    border: 1px solid var(--cor3) !important;
}

.owl-carousel2 .owl-prev,
.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 0px;
    border-radius: 0%;
    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: -90px;
}

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

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

.owl-carousel2 .owl-item img {
    width: auto !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pd-10 {
    padding: 10px;
}

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

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

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

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

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

.ip-10 {
    padding: 10px;
}

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

.vtop {
    vertical-align: top !important;
}

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

/*---*/
.box-banner-home,
.bbh-blog,
.bbh-private {
    width: 100%;
    height: auto;
    position: relative;
}

.box-banner-home::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    z-index: 5;
    background: url('./images/bg-h-mask.png') center center no-repeat;
    padding-bottom: 17%;
    background-size: contain;
    pointer-events: none;
}

.abs-vetor-banner-h {
    left: 0px;
    z-index: 6;
    bottom: -150px;
    width: 29vw;
    position: absolute;
}

/*---*/
.bg-h-marcas {
    padding-top: 90px;
    padding-bottom: 30px;
    background: var(--cor3);
}

.box-h-marca {
    margin-bottom: 30px;
}

.box-h-marca h1 {
    margin: 0;
    padding: 0;
    font-size: 20px;
    font-weight: 500;
    color: var(--cor2);
    margin-bottom: 20px;
    letter-spacing: 2px;
    z-index: 7;
    text-transform: uppercase;
}

.box-h-marca .desc {
    z-index: 7;
    font-size: 20px;
    overflow: hidden;
    color: var(--cor2);
    position: relative;
}

.box-h-marca .desc p:last-child {
    margin: 0;
    padding: 0;
}

.a-h-marca,
.a-h-marca:focus,
.a-h-marca:active {
    width: 100%;
    margin: auto;
    max-width: 170px;
    margin-bottom: 30px;
    display: inline-block;
    outline: none !important;
    text-decoration: none !important;
}

/*---*/
.bg-h-sobre {
    overflow: hidden;
    min-height: 300px;
    padding-top: 12vw;
    position: relative;
    padding-bottom: 20px;
    background: var(--cor2);
}

.bg-h-sobre::after {
    content: "";
    position: absolute;
    top: -3px;
    left: 0;
    width: 100%;
    z-index: 5;
    background: url('./images/bg-m-mask.png') center center no-repeat;
    padding-top: 10.4%;
    background-size: contain;
    pointer-events: none;
}

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

.box-h-sobre h1 {
    margin: 0;
    padding: 0;
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 30px;
}

.box-h-sobre h1 span {
    display: block;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 30px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.box-h-sobre .desc {
    font-size: 16px;
    margin-bottom: 40px;
}

.box-h-sobre .desc p:first-child {
    font-size: 20px;
    margin: 0;
    padding: 0;
}

.box-h-sobre .desc p:first-child strong {
    font-weight: 500;
}

.box-h-sobre .desc p:last-child {
    margin: 0;
    padding: 0;
}

.box-h-sobre .box-ctas {
    margin-bottom: 30px;
}

.box-h-sobre .box-ctas .btn-padrao2 {
    padding-left: 45px !important;
    background: url('./images/btn-icon-down-azul.png') left 10% center no-repeat, transparent;
}

.box-h-sobre .box-ctas .btn-padrao2:hover {
    background: url('./images/btn-icon-down-branco.png') left 10% center no-repeat, var(--cor3);
}

.box-h-sobre .box-ctas a:first-child {
    margin-right: 20px;
}

.box-h-sobre-foto {
    position: relative;
}

.box-h-sobre-foto .abs-mask-sobre {
    right: 0px;
    z-index: 2;
    width: 39vw;
    bottom: -20px;
    position: absolute;
}

.box-h-sobre-foto .abs-img-sobre {
    right: 9.5vw;
    z-index: 1;
    bottom: 4.93vw;
    width: 29.5vw;
    position: absolute;
}

/*---*/
.bg-h-private {
    min-height: 300px;
    padding-top: 50px;
    padding-bottom: 20px;
    background: #DBE7FF;
}

.a-img-pl,
.a-img-pl:focus,
.a-img-pl:active {
    width: 100%;
    overflow: hidden;
    border-radius: 15px;
    display: inline-block;
    outline: none !important;
    text-decoration: none !important;
}

.box-h-pl-dk {
    position: relative;
}

.box-h-pl-dk .owl-carousel3 {
    position: absolute;
    top: 22px;
    right: 30px;
    width: 171%;
}

.bg-h-private .owl-theme .owl-dots .owl-dot span {
    background: var(--cor4);
}

.bg-h-private .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: var(--cor3);
}

/*---*/
.bg-h-depoimento {
    z-index: 2;
    padding-top: 50px;
    margin-top: -150px;
    padding-bottom: 20px;
}

.box-h-depo {
    margin-bottom: 30px;
}

.box-h-depo h1 {
    margin: 0;
    padding: 0;
    font-size: 20px;
    font-weight: 500;
    color: var(--cor3);
    letter-spacing: 2px;
    z-index: 7;
    text-transform: uppercase;
}

.box-h-depoimento {
    margin: auto;
    padding: 0 100px;
    position: relative;
}

.item-depo {
    color: var(--cor2);
    position: relative;
    border-radius: 40px;
    background: var(--cor3);
    padding: 50px 100px;
}

.item-depo .desc {
    font-size: 20px;
    margin-bottom: 20px;
}

.item-depo .nome-cargo {
    color: var(--cor4);
    padding-right: 140px;
}

.item-depo .abs-capa {
    right: 80px;
    bottom: 44px;
    position: absolute;
}

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

.box-h-blog {
    position: relative;
    margin-bottom: 40px;
}

.box-h-blog h1 {
    margin: 0;
    padding: 0;
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 30px;
}

.a-h-blog,
.a-h-blog:focus,
.a-h-blog:active {
    width: 100%;
    margin: auto;
    display: block;
    overflow: hidden;
    max-width: 550px;
    color: var(--cor3);
    position: relative;
    border-radius: 20px;
    margin-bottom: 30px;
    outline: none !important;
    border: solid 1px var(--cor5);
    transition: all 0.3s ease-in-out;
    text-decoration: none !important;
}

.a-h-blog .box-img img {
    transition: all 0.3s ease-in-out;
}

.a-h-blog .box-img {
    overflow: hidden;
    position: relative;
}

.a-h-blog .info {
    padding: 20px;
}

.a-h-blog h2 {
    margin: 0;
    padding: 0;
    height: 40px;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.a-h-blog .brevia {
    width: 100%;
    height: 22px;
    font-weight: 300;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.a-h-blog .info .saiba-mais {
    margin-top: 12px;
    padding-left: 25px;
    color: var(--cor4) !important;
    background: url('./images/icon-arrow-up-blog.png') left center no-repeat;
}

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

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

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

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

.box-h-contato h1 {
    margin: 0;
    padding: 0;
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 30px;
}

.box-h-contato .desc {
    font-size: 16px;
}

.box-h-form {
    margin: auto;
    max-width: 800px;
}

.box-h-contato .rsociais-form {
    position: relative;
}

/*---*/
.bbh-blog::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 5;
    background: url('./images/mask-branca.png') center center no-repeat;
    padding-bottom: 17.3%;
    background-size: contain;
    pointer-events: none;
}

.blog-list h1 span {
    display: block;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.box-blog-filtro {
    width: 100%;
    margin: auto;
    max-width: 800px;
    position: relative;
    margin-bottom: 50px;
}

.btn-buscar-abs,
.btn-buscar-abs:focus,
.btn-buscar-abs:active {
    top: 1px;
    right: 1.5px;
    position: absolute;
    color: var(--cor6);
    border: 0;
    width: 53px;
    height: 53px;
    border-radius: 53px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    transition: all 0.3s ease-in-out;
}

.btn-buscar-abs:hover {
    color: var(--cor3);
}

/*---*/
.bg-blog-detalhe {
    padding-top: 150px;
}

.box-blog-detalhe {
    margin-bottom: 30px;
}

.box-blog-detalhe h1 {
    margin: 0;
    padding: 0;
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 30px;
}

.box-blog-detalhe h1 span {
    display: block;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.box-blog-detalhe .capa {
    overflow: hidden;
    position: relative;
}

.box-blog-detalhe .capa img {
    border-radius: 18px;
}

.a-h-blog2,
.a-h-blog2:focus,
.a-h-blog2:active {
    width: 100%;
    margin: auto;
    display: block;
    max-width: 550px;
    color: var(--cor3);
    position: relative;
    border-radius: 20px;
    margin-bottom: 20px;
    outline: none !important;
    border: solid 1px var(--cor5);
    transition: all 0.3s ease-in-out;
    text-decoration: none !important;
    overflow: hidden;
}

.a-h-blog2 ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: stretch;
}

.a-h-blog2 ul li:first-child {
    width: 35%;
    min-width: 120px;
}

.a-h-blog2 ul li:last-child {
    width: 65%;
}

.a-h-blog2 .box-img {
    height: 100%;
    overflow: hidden;
    position: relative;
}

.a-h-blog2 .box-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease-in-out;
}

.a-h-blog2 .info {
    padding: 20px;
}

.a-h-blog2 h2 {
    margin: 0;
    padding: 0;
    height: 40px;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.a-h-blog2 .brevia {
    width: 100%;
    height: 22px;
    font-weight: 300;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.a-h-blog2 .info .saiba-mais {
    margin-top: 12px;
    padding-left: 25px;
    color: var(--cor4) !important;
    background: url('./images/icon-arrow-up-blog.png') left center no-repeat;
}

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

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

.box-blog-detalhe .veja-mais {
    padding-left: 25px;
    color: var(--cor4);
    display: inline-block;
    outline: none !important;
    text-decoration: none !important;
    background: url('./images/icon-arrow-up-blog.png') left center no-repeat;
}

.box-blog-detalhe .veja-mais:hover {
    color: var(--cor3);
}

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

.box-blog-detalhe .desc {
    font-weight: 400;
    overflow: hidden;
    position: relative;
}

.box-img-galeria {
    height: 400px;
    position: relative;
}

.box-img-galeria img {
    right: 0px;
    bottom: 0px;
    border-radius: 50%;
    position: absolute;
    max-width: 450px;
}

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

.bg-intro::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    z-index: 5;
    background: url('./images/mask-blog-detalhe.png') center center no-repeat;
    padding-top: 10.4%;
    background-size: contain;
    pointer-events: none;
}

.bg-intro h2 {
    font-size: 22px;
}

.bg-intro .desc {
    padding-bottom: 30px;
}

.bg-blog-conteudo {
    background: #DBE7FF;
    position: relative;
    padding-top: 50px;
    padding-bottom: 20px;
}

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

.indices ul {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    position: relative;
}

.indices ul li {
    display: inline-block;
    margin-right: 30px;
    margin-bottom: 3px;
}

.indices ul li a,
.indices ul li a:focus,
.indices ul li a:active {
    color: var(--cor4);
    outline: none !important;
    text-decoration: none !important;
    transition: all 0.3s ease-in-out;
}

.indices ul li a:hover {
    color: var(--cor3);
}

.bg-blog-conteudo .desc {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}

.bg-blog-conteudo .desc h1,
.bg-blog-conteudo .desc h2,
.bg-blog-conteudo .desc h3,
.bg-blog-conteudo .desc h4,
.bg-blog-conteudo .desc h5,
.bg-blog-conteudo .desc h6 {
    margin: 0;
    padding: 0;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 40px;
}

.bg-blog-conteudo .desc h1:first-child,
.bg-blog-conteudo .desc h2:first-child,
.bg-blog-conteudo .desc h3:first-child,
.bg-blog-conteudo .desc h4:first-child,
.bg-blog-conteudo .desc h5:first-child,
.bg-blog-conteudo .desc h6:first-child {
    margin-top: 0px;
}

.bg-blog-conteudo .desc img {
    border-radius: 18px;
}

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

.accordion .panel {
    border: 0px;
    box-shadow: none;
    outline: none;
    border-bottom: solid 1px var(--cor3);
}

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

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

.accordion-heading .accordion-toggle {
    position: relative;
    display: block;
    padding: 15px;
    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(--cor3);
    outline: none;
}

.accordion-heading .accordion-toggle.active {
    border: 0;
    color: var(--cor3);
    font-weight: 800;
    outline: none;
    background: transparent;
    border-bottom: 1px solid var(--cor3);
}

.accordion-heading .accordion-toggle.inactive {
    color: var(--cor3);
    font-weight: 800;
    outline: none;
    background: transparent;
}


.accordion-heading.accordionize .accordion-toggle i,
.accordion-heading.togglize .accordion-toggle i {
    position: absolute;
    top: 50%;
    right: 20px;
    margin: -8px 0 0 0;
    color: var(--cor3);
    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(--cor3);
}

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

.accordion-heading.accordionize .accordion-toggle.active i,
.accordion-heading.togglize .accordion-toggle.active i {
    color: var(--cor3);
    -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(--cor3) !important;
}

.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: 16px;
    border: 0px;
    background: transparent;
    font-size: 16px;
    line-height: 27px;
    /*font-family: 'swiss-721-black-condensed';*/
    /*font-family: 'swiss-721-light';*/
}

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

/*---*/
.bg-private {
    padding-top: 50px;
    position: relative;
    padding-bottom: 150px;
}

.bg-private::after {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 100%;
    z-index: 5;
    background: url('./images/mask-marcas.png') center center no-repeat;
    padding-top: 10.4%;
    background-size: contain;
    pointer-events: none;
}

.box-private {
    position: relative;
    margin-bottom: 40px;
}

.box-private h1 {
    margin: 0;
    padding: 0;
    font-size: 42px;
    font-weight: 700;
    width: 100%;
    max-width: 800px;
    margin: auto;
    margin-bottom: 20px;
}

.box-private h1 span {
    display: block;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.box-private .desc {
    width: 100%;
    margin: auto;
    max-width: 600px;
    margin-bottom: 40px;
}

.bbh-private::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    z-index: 5;
    background: url('./images/mask-branca.png') center center no-repeat;
    padding-bottom: 17.3%;
    background-size: contain;
    pointer-events: none;
}

.ul-info {
    margin: 0;
    padding: 0;
    list-style: none !important;
    display: flex;
    gap: 20px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 10px;
    margin-bottom: 5vw;
}

.ul-info li {
    flex: 0 0 calc(25% - 15px);
    /* 4 por linha */
    scroll-snap-align: start;
}

/* As caixas */
.box-info {
    text-align: center;
    color: var(--cor3);
    border-radius: 18px;
    background: #DBE7FF;
    padding: 30px 20px;
    height: 100%;
}

/* Imagem */
.box-info img {
    margin-bottom: 15px;
    max-width: 100%;
}

/* Título */
.box-info h2 {
    margin: 0;
    padding: 0;
    font-size: 16px;
    text-transform: uppercase;
    min-height: 40px;
}

/*---*/
.bg-equipe {
    padding-top: 225px;
    position: relative;
    padding-bottom: 20px;
    background: #DBE7FF;
}

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

.box-equipe h1 {
    margin: 0;
    padding: 0;
    font-size: 42px;
    font-weight: 700;
    width: 100%;
    max-width: 800px;
    margin: auto;
    margin-bottom: 20px;
}

.box-equipe h1 span {
    display: block;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

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

.a-pl-eqp img {
    border-radius: 20px;
}

/*---*/
.bg-tercerizacao {
    padding-top: 50px;
    position: relative;
    padding-bottom: 20px;
}

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

.box-tercerizacao h1 {
    margin: 0;
    padding: 0;
    font-size: 42px;
    font-weight: 700;
    width: 100%;
    max-width: 800px;
    margin: auto;
    margin-bottom: 20px;
}

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

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

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

.box-segmento h1 {
    margin: 0;
    padding: 0;
    font-size: 42px;
    font-weight: 700;
    width: 100%;
    max-width: 800px;
    margin: auto;
}

.box-segmento .desc {
    width: 100%;
    max-width: 400px;

}

.box-segmento .segmento {
    width: 100%;
    margin: auto;
    overflow: hidden;
    max-width: 550px;
    color: var(--cor3);
    position: relative;
    border-radius: 20px;
    margin-bottom: 10px;
    outline: none !important;
    border: solid 1px var(--cor5);
    transition: all 0.3s ease-in-out;
    text-decoration: none !important;
}

.box-segmento .segmento .box-img img {
    transition: all 0.3s ease-in-out;
}

.box-segmento .segmento .box-img {
    overflow: hidden;
    position: relative;
}

.box-segmento .segmento .info {
    padding: 20px;
}

.box-segmento .segmento h2 {
    margin: 0;
    padding: 0;
    height: 40px;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.box-segmento .segmento .brevia {
    width: 100%;
    font-weight: 300;
}

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

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

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

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

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

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

.owl-carousel4 .owl-prev,
.owl-carousel5 .owl-prev {
    left: -90px;
}

.owl-carousel4 .owl-next,
.owl-carousel5 .owl-next {
    right: -90px;
}

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

.owl-carousel4 .owl-item img,
.owl-carousel5 .owl-item img {
    width: auto !important;
}


/*---*/
.bg-sobre {
    padding-top: 50px;
    position: relative;
    padding-bottom: 60px;
}

.box-sobre {
    position: relative;
    margin-bottom: 40px;
}

.box-sobre h1 {
    margin: 0;
    padding: 0;
    font-size: 42px;
    font-weight: 700;
    width: 100%;
    max-width: 800px;
    margin: auto;
    margin-bottom: 20px;
}

.box-sobre h1 span {
    display: block;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.box-sobre .desc {
    width: 100%;
    margin: auto;
    max-width: 600px;
    margin-bottom: 40px;
}

.ul-info2 {
    margin: 0;
    padding: 0;
    list-style: none !important;
    display: flex;
    gap: 20px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 0;
    margin-bottom: 0;
}

.ul-info2 li {
    flex: 0 0 calc(33.333% - 15px);
    scroll-snap-align: start;
}

/* As caixas */
.box-info2 {
    text-align: center;
    color: var(--cor3);
    border-radius: 18px;
    background: #DBE7FF;
    padding: 30px 20px;
    height: 100%;
}

/* Imagem */
.box-info2 img {
    margin-bottom: 15px;
    max-width: 100%;
}

/* Título */
.box-info2 h2 {
    margin: 0;
    padding: 0;
    font-size: 24px;
    font-weight: 700;
    min-height: 40px;
}

/*---*/
.bg-conheca {
    padding-top: 0px;
    position: relative;
    padding-bottom: 20px;
}

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

.box-conheca h1 {
    margin: 0;
    padding: 0;
    font-size: 42px;
    font-weight: 700;
    width: 100%;
    max-width: 800px;
    margin: auto;
    margin-bottom: 20px;
}

.box-conheca h1 span {
    display: block;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

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

.bgc::after {
    content: "";
    position: absolute;
    bottom: -0px;
    left: 0;
    width: 100%;
    z-index: 5;
    background: url('./images/mask-sobre-nos-qualidade.png') center center no-repeat;
    padding-top: 10%;
    background-size: contain;
    pointer-events: none;
}

.bgt {
    padding-bottom: 9.6vw;
}

.bgt::after {
    content: "";
    position: absolute;
    bottom: -0px;
    left: 0;
    width: 100%;
    z-index: 5;
    background: url('./images/mask-sobre-nos-elipse.png') center center no-repeat;
    padding-top: 8.5%;
    background-size: contain;
    pointer-events: none;
}

/*---*/
.bg-qualidade {
    padding-top: 50px;
    background: #DBE7FF;
    padding-bottom: 20px;
    position: relative;
}

.bg-socioambiental {
    padding-top: 0px;
    background: #DBE7FF;
    padding-bottom: 20px;
}

.box-tecnologia {
    padding-top: 55px;
    overflow: hidden;
    position: relative;
}

.box-tecnologia img {
    border-radius: 20px;
}

.box-tecnologia .img1 {
    margin-top: 100px;
}

.abs-qualidade {
    left: 0px;
    bottom: 0px;
    z-index: 9;
    width: 100%;
    max-width: 575px;
    position: absolute;
}

.pdb-mobile {
    padding-bottom: 80px;
}

.box-sobre-parentex {
    position: relative;
}

.box-video-sobre iframe,
.box-video-sobre video {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    right: 7vw;
    z-index: 1;
    bottom: 80px;
    max-width: 700px;
    position: absolute;
    height: 500px;
}

.box-sobre-parentex .abs-mask-sobre {
    right: 0px;
    z-index: 2;
    bottom: -20px;
    position: absolute;
}

.box-sobre-parentex .abs-img-sobre {
    right: 7vw;
    z-index: 1;
    bottom: -10px;
    max-width: 580px;
    position: absolute;
}

.box-sobre-parentex img {
    border-radius: 50%;
    overflow: hidden;
}

/*---*/
.act-c {
    color: var(--cor2);
    background: var(--cor3);
    border-color: var(--cor3);
}

.box-buttons-contato {
    padding-top: 30px;
}

.box-buttons-contato a {
    margin: 0 15px;
}

.ul-buttons {
    display: flex;
    gap: 15px;
    overflow-x: auto;
    padding: 0 5px 10px;
    list-style: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
}

.ul-buttons li {
    flex: 0 0 auto;
    scroll-snap-align: start;
}

.ul-buttons a {
    display: inline-block;
    white-space: nowrap;
}

.a-vaga,
.a-vaga:focus,
.a-vaga:active {
    width: 100%;
    padding: 30px;
    display: block;
    color: var(--cor3);
    position: relative;
    border-radius: 20px;
    margin-bottom: 30px;
    background: #DBE7FF;
    box-shadow: none !important;
    text-shadow: none !important;
    text-decoration: none !important;
    transition: all 0.3s ease-in-out;
}

.a-vaga h1 {
    margin: 0;
    padding: 0;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 30px;
}

.a-vaga .cidade {
    padding: 2.5px 0px 2.5px 30px;
    background: url('./images/map.png') left center no-repeat;
    position: relative;
}

.a-vaga:hover {
    color: var(--cor3);
    background: var(--cor5);
}

.modalTrabalhe .modal-content {
    color: var(--cor2);
    padding: 30px;
    background: #749AE2;
    border-radius: 30px;
}

.modalTrabalhe .modal-content h1 {
    margin: 0;
    padding: 0;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 15px;
}

.modalTrabalhe .modal-content .cidade {
    padding: 2.5px 0px 2.5px 30px;
    background: url('./images/map-w.png') left center no-repeat;
    position: relative;
    margin-bottom: 20px;
}

.modalTrabalhe .modal-content h2 {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 15px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.modalTrabalhe .modal-content .data {
    display: inline-block;
    padding: 3px 0px 3px 35px;
    background: url('./images/data.png') left center no-repeat;
}

.modalTrabalhe .modal-content .horario {
    display: inline-block;
    padding: 3px 0px 3px 35px;
    background: url('./images/horario.png') left center no-repeat;
}

.modalTrabalhe .modal-content .valor {
    display: inline-block;
    padding: 3px 0px 3px 35px;
    background: url('./images/valor.png') left center no-repeat;
}

.box-det-trabalhe {
    padding-top: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    width: 100%;
}

/*---*/
.modalFormSuccess .modal-dialog {
    max-width: 600px;
}

.modalFormSuccess .modal-content {
    padding: 40px;
    color: var(--cor2);
    border-radius: 30px;
    border: 0 !important;
    background: url('./images/mask-form-sucess.png') right bottom no-repeat, var(--cor4);
}

.modalFormSuccess .modal-content h1 {
    margin: 0;
    padding: 0;
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 20px;
}

.modalFormSuccess .modal-content .desc {
    max-width: 380px;
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 30px;
}

/*---*/
.ul-cats {
    list-style: none;
    padding: 0;
    margin: 0;

    display: flex;
    gap: 15px;

    justify-content: center;
    /* Centraliza quando não precisa do scroll */
    overflow-x: auto;
    /* Ativa scroll horizontal automaticamente */
    white-space: nowrap;
    /* Impede que quebre linha */
    -webkit-overflow-scrolling: touch;
    /* Scroll suave no mobile */
    flex-wrap: wrap;
    
}

.ul-cats li {
    flex: 0 0 auto;
    /* Impede que o item estique e evita quebra */
}

.ul-cats a {
    display: inline-block;
    text-decoration: none;
    white-space: nowrap;
    /* Impede quebra dentro do botão */
}

.owl-carousel1 .owl-dots {
    position: absolute;
    bottom: -30px;
    left: 0;
    width: 100%;
    margin: 0;
}

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

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

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

/* .bgcat::after {
    content: "";
    position: absolute;
    bottom: -0px;
    left: 0;
    width: 100%;
    z-index: 5;
    background: url('./images/mask-marcas.png') center center no-repeat;
    padding-top: 10%;
    background-size: contain;
    pointer-events: none;
} */

/*---*/
.box-paginacao {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
}

.paginacao {
    color: var(--cor3);
    text-decoration: none !important;
}

.prevNext,
.prevNext:focus,
.prevNext:active {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease-in-out;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--cor5);
}

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

.box-paginacao .disabled {
    pointer-events: none;
    opacity: 0.4;
    cursor: default !important;
    filter: grayscale(1);
}

.box-paginacao .disabled:hover {
    background: var(--cor5);
    color: inherit;
}

/*---*/
.bg-produto {
    padding-top: 150px;
    padding-bottom: 20px;
}

.box-produto {
    position: relative;
    margin-bottom: 40px;
}

.box-produto h1 {
    margin: 0;
    padding: 0;
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 30px;
}

.box-produto h1 span {
    display: block;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 30px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.max-wid-700 {
    max-width: 700px;
    margin: auto;
}

.max-wid-550 {
    max-width: 550px;
    margin: auto;
}

.bg-produto .box-paginacao {
    justify-content: center !important;
}

.box-menu-prods {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin-top: 30px;
    margin-bottom: 20px;
}

.box-menu-prods .a-menu {
    border-radius: 20px;
    padding: 2px 15px 4px;
    display: inline-block !important;
}

.box-menu-prods .dropdown {
    border: solid 2px var(--cor4);
}

/*---*/
/*busca*/
.box-busca {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
    position: fixed;
    background: rgba(0, 0, 0, 0.9);
}

.box-form-busca {
    width: 100%;
    padding: 8px 20px 20px 20px;
    max-width: 800px;
    /*background: #000;*/
}

.box-form-busca2 {
    width: 100%;
    padding: 20px;
    max-width: 800px;
    position: relative;
    /*background: rgba(0,0,0,0.7);*/
}

.box-close {
    top: 15px;
    right: 15px;
    color: #a2a2a2;
    font-size: 22px;
    cursor: pointer;
    position: absolute;
    background: #fff;
    padding: 1px 8px 0px 8px;
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
}

.box-close:hover {
    color: var(--blue-dark);
}

.box-titulo-busca h1 {
    color: #fff;
    margin: 0px;
    padding: 0px;
    padding-left: 43px;
    font-weight: 600;
}

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

.bx-form-busca input[type="text"],
.bx-form-busca input[type="text"]:focus,
.bx-form-busca input[type="text"]:active {
    width: 100%;
    border: 0px;
    height: 50px;
    padding-left: 23px;
    border-radius: 50px;
    outline: none !important;
    text-decoration: none !important;
}

.pds {
    padding: 16.6px !important;
}

/*---*/
.bg-busca {
    padding-top: 150px;
    padding-bottom: 20px;
}

.bg-busca .box-busca2 {
    position: relative;
    margin-bottom: 40px;
}

.bg-busca .box-busca2 h1 {
    margin: 0;
    padding: 0;
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 30px;
}

.bg-busca .box-busca2 h1 span {
    display: block;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

/*---*/
@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: 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) {
    .bg-socioambiental {
        padding-top: 30px;
    }
}

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

    .ul-info {
        margin-bottom: 1vw;
    }

    .box-sobre-parentex .abs-img-sobre {
        right: 30px;
    }
    .box-video-sobre iframe {
        right: 2vw;
        bottom: 130px;
        max-width: 600px;
        height: 400px;
    }
}

@media only screen and (max-width: 1199px) {
    .owl-carousel2 .owl-dots {
        display: block;
    }

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

    .box-menu {
        padding: 10px 24px 13px 25px;
    }

    .a-logo img {
        max-width: 100px;
    }

    .a-busca {
        width: auto;
        height: auto;
        top: 12px;
        font-size: 20px;
        right: 85px;
        border: 0;
        position: absolute;
    }

    .abs-vetor-banner-h {
        left: 0px;
        bottom: -70px;
        width: 26vw;
    }

    .bg-h-sobre {
        padding-top: 14vw;
    }

    .box-h-sobre-foto .abs-mask-sobre {
        right: -40px;
        width: 55vw;
        bottom: -20px;
    }

    .box-h-sobre-foto .abs-img-sobre {
        right: 7vw;
        bottom: 4vw;
        width: 44vw;
    }

    .box-video-sobre iframe {
        right: 1vw;
        bottom: 150px;
        max-width: 530px;
        height: 370px;
    }

    .box-h-pl-dk .owl-carousel3 {
        top: 93px;
        right: 30px;
        width: 112% !important;
    }

    .bg-blog-detalhe {
        padding-top: 110px;
    }

    .box-tecnologia .img1 {
        margin-top: 200px;
    }

    .abs-qualidade {
        width: 70vw;
        max-width: 500px;
        position: absolute;
    }

    .pdb-mobile {
        padding-bottom: 50px;
    }

    .box-sobre-parentex .abs-img-sobre {
        max-width: 500px;
        bottom: 0;
    }
}

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

    .owl-carousel2 .owl-prev,
    .owl-carousel4 .owl-prev {
        display: none !important;
    }

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

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

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

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

    .bg-rodape {
        margin-top: 78px;
    }

    .bg-rodape::before {
        content: "";
        position: absolute;
        top: -78px;
        left: 0;
        width: 100%;
        height: 78px;
        z-index: 2;
        background: url("./images/textura-rodape-mobile.png") left center no-repeat;
    }

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

    .bg-h-marcas h1,
    .bg-h-marcas .desc {
        font-size: 16px;
    }

    .abs-vetor-banner-h {
        left: 0px;
        bottom: -45px;
        width: 24vw;
    }

    .box-h-sobre h1,
    .box-h-blog h1,
    .box-h-contato h1,
    .box-blog-detalhe h1,
    .box-private h1,
    .box-equipe h1,
    .box-tercerizacao h1,
    .box-segmento h1,
    .box-conheca h1,
    .box-sobre h1,
    .box-produto h1 {
        font-size: 36px;
    }

    .box-h-sobre h1 span {
        font-size: 18px;
    }

    .box-h-sobre .desc p:first-child {
        font-size: 18px;
    }

    .box-h-sobre .box-ctas {
        max-width: 220px;
        margin: auto;
        margin-bottom: 30px;
    }

    .box-h-sobre .box-ctas a:first-child {
        margin-right: 0px;
        margin-bottom: 15px;
    }

    .box-h-sobre-foto {
        text-align: right;
    }

    .box-h-sobre-foto .abs-mask-sobre {
        right: auto;
        bottom: auto;
        width: 100vw;
        position: relative;
        margin-right: -15px;
        margin-bottom: -20px;
    }

    .box-h-sobre-foto .abs-img-sobre {
        right: 17vw;
        z-index: 1;
        bottom: 9vw;
        width: 80vw;
        position: absolute;
    }

    .box-h-depo h1 {
        font-size: 18px;
    }

    .item-depo {
        border-radius: 25px;
        background: var(--cor3);
        padding: 50px 40px;
    }

    .item-depo .desc {
        font-size: 16px;
    }

    .item-depo .nome-cargo {
        color: var(--cor4);
        padding-right: 0px;
    }

    .item-depo .abs-capa {
        right: auto;
        bottom: auto;
        position: relative;
        margin: auto;
        width: 100%;
        max-width: 140px;
        margin-bottom: 20px;
    }

    .blog-mask-mobile {
        position: relative;
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .blog-mask-mobile .box-blog-detalhe {
        margin-bottom: 0;
    }

    .blog-mask-mobile::after {
        content: "";
        position: absolute;
        bottom: -3px;
        left: 0;
        width: 100%;
        z-index: 5;
        background: url('./images/mask-blog-detalhe.png') center center no-repeat;
        padding-top: 10.4%;
        background-size: contain;
        pointer-events: none;
    }

    .blog-detalhe-busca-mobile {
        padding-top: 0px;
        padding-bottom: 10px;
    }

    .ul-info li {
        flex: 0 0 80%;
        /* slide maior no mobile */
    }

    .ul-info {
        margin-bottom: -3vw;
    }

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

    .box-tecnologia {
        padding-top: 20px;
        margin-bottom: 50px;
    }

    .box-tecnologia .img1 {
        margin-top: 100px;
    }

    .abs-qualidade {
        left: -125px;
        width: 100%;
        max-width: 300px;
        position: absolute;
    }

    .bg-qualidade {
        padding-bottom: 248px;
    }

    .box-sobre-parentex .abs-img-sobre {
        max-width: 500px;
        bottom: -500px;
        right: -70px;
    }

    .box-video-sobre iframe {
        bottom: -500px;
        right: unset;
        max-width: 500px;
        height: 350px;
        left: 50%;
        transform: translateX(-50%);
        bottom: -350px;
    }

    .pdb-mobile {
        padding-bottom: 480px;
    }

    .bgc {
        overflow: hidden;
    }

    .row-centered-mob {
        text-align: center;
    }

    .col-centered-mob {
        display: inline-block;
        float: none;
        text-align: left;
        margin-right: -4px;
    }

    .col-fixed-mob {
        width: 320px;
    }

    .col-min-mob {
        min-width: 320px;
    }

    .col-max-mob {
        max-width: 320px;
    }

    .box-det-trabalhe {
        flex-direction: column;
        align-items: flex-start;
        /* opcional: deixa alinhado à esquerda */
    }
    .bg-equipe {
        padding-top: 100px;
    }
}

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

    .auto-mobile {
        margin: auto;
    }

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

    .bxr-mob .a-rod {
        margin-right: 20px;
        display: inline-block;
    }

    .box-rodape {
        padding-left: 15px;
    }

    .abs-vetor-banner-h {
        bottom: -50px;
        width: 45vw;
    }

    .bg-h-sobre {
        padding-top: 20vw;
    }

    .box-h-sobre .box-ctas a:first-child {
        margin-right: 0px;
    }

    .box-h-depoimento {
        padding: 0 10px;
    }

    .item-depo .abs-capa {
        max-width: 100px;
    }

    .item-depo .img-logo {
        margin-bottom: 20px;
    }

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

    .ul-info {
        margin-bottom: -16vw;
    }

    .bg-private::after {
        bottom: -1px;
    }

    .ul-info2 li {
        min-width: 280px;
    }

    .box-sobre-parentex .abs-img-sobre {
        max-width: 300px;
        bottom: -300px;
        right: -50px;
    }

    .box-video-sobre iframe {
        bottom: -250px;
        right: unset;
        max-width: 350px;
        height: 250px;
        left: 50%;
        transform: translateX(-50%);
    }

    .pdb-mobile {
        padding-bottom: 280px;
    }

    .modalFormSuccess .modal-content {
        padding: 40px;
        color: var(--cor2);
        border-radius: 30px;
        border: 0 !important;
        background: url('./images/mask-form-sucess.png') right bottom no-repeat, var(--cor4);
        background-size: 160px auto;
    }

    .modalFormSuccess .modal-content .desc {
        max-width: 250px;
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 30px;
    }

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

    .ul-cats {
        /* padding-left: 75px; */
    }
    .bg-equipe {
        padding-top: 70px;
    }
}

@media only screen and (max-width: 566px) {
    .box-h-sobre-foto .abs-img-sobre {
        width: 78.5vw;
        position: absolute;
    }

    .box-menu-prods {
        text-align: center;
        display: inline-block;
        position: relative;
        /* flex-direction: column; */
        justify-content: center;
        align-items: center;
        gap: 15px;
        margin-top: 30px;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 399px) {
    .bxr-mob .a-rod {
        margin-right: 10px;
        display: inline-block;
    }

    .box-h-sobre-foto .abs-img-sobre {
        width: 77.7vw;
        position: absolute;
    }

    .bg-private::after {
        bottom: -1px;
    }
}