/* 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=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap" rel="stylesheet');

/*---*/
:root {
    /*preto*/
    --cor1: #000000;
    /*branco*/
    --cor2: #ffffff;
    /*cinza claro*/
    --cor3: #cdcdcd;
    /*verde*/
    --cor4: #354332;
    /*verde pra branco*/
    --cor5: #A7AA9F;
    /*cinza bem claro*/
    --cor6: #959595;
    /*verde whats*/
    --cor7: #29A71A;
    /*Azul escuro*/
    --cor8: #022B6B;
    /*Verde claro*/
    --cor9: #75B44B;
    /*Azul mais escuro*/
    --cor10: #000c1f;
}

body {
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    font-optical-sizing: auto;
    font-family: "Inter", sans-serif;
}

/*---*/
.bg-topo {
    background: var(--cor2);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.bg-topo .box {
    width: 100%;
    height: 100px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.box-menu {

    position: relative;
}

.a-menu,
.a-menu:active,
.a-menu:focus {
    font-size: 16px;
    font-weight: 400;
    padding: 10px 15px;
    color: var(--cor8);
    outline: none !important;
    border: 0;
    text-decoration: none !important;
    transition: all 0.3s ease-in-out;
}

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

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

.a-menu2,
.a-menu2:active,
.a-menu2:focus {
    font-size: 16px;
    padding: 10px 15px;
    color: var(--cor8);
    outline: none !important;
    border: solid 1px var(--cor8);
    text-decoration: none !important;
    transition: all 0.3s ease-in-out;
    border-radius: 100px;
    margin: 0px 10px;
    font-weight: 700;
}

.a-menu2:hover {
    color: var(--cor2);
    background: var(--cor8);
}

.a-menu-act2 {
    color: var(--cor2);
    background: var(--cor8);
}

.a-menu3,
.a-menu3:active,
.a-menu3:focus {
    font-size: 16px;
    font-weight: 400;
    padding: 10px 15px;
    color: var(--cor2);
    outline: none !important;
    border: solid 1px var(--cor7);
    text-decoration: none !important;
    transition: all 0.3s ease-in-out;
    border-radius: 100px;
    background: var(--cor7);
}

.a-menu3:hover {
    color: var(--cor2);
    background: #0d5005;
    border: 1px solid #0d5005;
}

.a-menu-act3 {
    color: var(--cor2);
    background: #0d5005;
    border: 1px solid #0d5005;
}

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

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

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

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

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

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

.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: var(--cor4);
}

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

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

.mob-menu-active {
    color: var(--cor4) !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 {
    padding-top: 50px;
    padding-bottom: 20px;
    background: var(--cor8);
}

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

.menu-rod {
    padding-top: 14px;
    padding-right: 50px;
}
.menu-rod h1 {
    color: var(--cor2);
    font-size: 16px;
    font-weight: 700;
}
.menu-rod h2 {
    color: var(--cor2);
    font-size: 16px;
    font-weight: 500;
}
.menu-rod .info-rod{
    color: var(--cor2);
    opacity: 70%;
    font-weight: 300;
    font-size: 16px;
}
.menu-rod .link-rod{
    color: var(--cor2);
    opacity: 70%;
    font-weight: 300;
    font-size: 16px;
    transition: all 0.3s ease-in-out;
}
.menu-rod .link-rod:hover,
.menu-rod .link-rod:active,
.menu-rod .link-rod:focus{
    text-decoration: none;
    opacity: 100%;
}
.menu-rod .servico,
.menu-rod .acesso {
    margin-bottom: 10px;
}
.menu-rod .servico i,
.menu-rod .acesso i {
    font-size: 14px;
    color: var(--cor9);
    margin-right: 5px;
    font-weight: 1000;
}
.box-btn-rod-cliente {
    margin-top: 30px;
    text-align: center;
}
.a-menu-rod2,
.a-menu-rod2:active,
.a-menu-rod2:focus {
    font-size: 16px;
    padding: 10px 15px;
    color: var(--cor2);
    outline: none !important;
    border: solid 1px var(--cor2);
    text-decoration: none !important;
    transition: all 0.3s ease-in-out;
    border-radius: 100px;
    margin: 0px 30px 0px 10px;
    font-weight: 700;
}

.a-menu-rod2:hover {
    color: var(--cor8);
    background: var(--cor2);
}

.a-menu-rod-act2 {
    color: var(--cor8);
    background: var(--cor2);
}

.max-wd-350 {
    max-width: 350px;
}

.rod-linha-vertical {
    top: 0;
    right: 10px;
    width: 1px;
    height: 109%;
    position: absolute;
    background: #A7AA9F;
}

.a-rod,
.a-rod:active,
.a-rod:focus {
    font-size: 16px;
    line-height: 30px;
    color: var(--cor6);
    outline: none !important;
    text-transform: uppercase;
    text-decoration: none !important;
    transition: all 0.2s ease-in-out;
}

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

.a-rod-act {
    color: var(--cor4);
}

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

/*---*/
.bg-direito {
    color: var(--cor2);
    background: var(--cor8);
    border-top: solid 1px var(--cor8);
}

.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-ydeal:hover {
    color: var(--cor6);
}

/*modalwhats*/
.modalWhats .modal-content {
    color: var(--cor6);
    padding: 20px;
    font-size: 14px;
    background: var(--cor2);
}

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

/*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: 36px;
    font-weight: 300;
    color: var(--cor2);
}

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

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

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

.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-titulo3 {
    margin: 0;
    padding: 0;
    margin-bottom: 30px;
}

.box-titulo3 h1 {
    margin: 0px;
    padding: 0px;
    font-size: 32px;
    font-weight: 400;
    color: var(--cor4);
    text-transform: uppercase;
}

.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: 0 17px;
    display: flex;
    align-items: center;
    color: var(--cinza);
    font-size: 14px;
    font-weight: 300;
    top: 0;
    left: 3px;
    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(--cinza);
    border-color: var(--preto);
}

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

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

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

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

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

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

.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: -25px;
    left: 0;
    width: 100%;
    margin: 0;
}

.owl-carousel2 .owl-dots .owl-dot span,
.owl-carousel2 .owl-dots .owl-dot span:active,
.owl-carousel2 .owl-dots .owl-dot span:focus {
    width: 14px;
    height: 14px;
    margin: 3px;
    outline: none !important;
    background-color: transparent !important;
    border: 1px solid var(--cor2) !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(--cor2) !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-40 {
    margin-bottom: 40px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.pd-10 {
    padding: 10px;
}

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

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

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

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

/*---*/
.bg-informacao {
    padding-top: 0px;
    padding-bottom: 0px;
    position: relative;
    overflow: visible;
}
.box-txt-ban .titulo-ban {
    font-size: 36px;
    font-weight: 700;
    color: var(--cor2);
}
.box-txt-ban .desc-ban {
    font-size: 36px;
    font-weight: 300;
    color: var(--cor2);
}
.btn-iagenerator {
    color: #fff;
    outline: none;
    font-size: 18px;
    font-weight: 700;
    border-radius: 25px;
    border: 0;
    padding: 8px 40px;
    text-shadow: none !important;
    transition: all 0.2s ease-in-out;
}
.btn-iagenerator:hover {

}
.titulo-info {
    display: flex;
    justify-content: center;
    padding-top: 150px;
    margin-bottom: 30px;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    width: 100% !important;
    text-align: center;
}
.titulo-mais-info {
    text-align: center;
    font-size: 24px;
    padding-top: 100px;
    width: 100%;
}
.a-info, .a-info:focus, .a-info:active{
    /* height: 320px; */
    width: 100%;
    display: block;
    max-width: 500px;
    overflow: hidden;
    position: relative;
    border-radius: 20px;
    margin: auto;
    margin-bottom: 30px;
    outline: none !important;
    transition: all 0.3s ease-in-out;
    text-decoration: none !important;
    background: var(--cor2);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.a-info:hover {
    transform: scale(1.05);
}

.a-info .box-img{
    overflow: hidden;
    position: relative;
}
.a-info img{
    border-radius: 20px;
}
.a-info h2{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-break: break-word;
    width: 100%;
    margin: 0px;
    padding: 20px 20px 0px 20px;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 700;
    position: relative;
    color: var(--cor8);
    min-height: 70px;
    text-align: center;
}
.info-mg {
    margin-top: -50px;
    margin-bottom: 50px;
    z-index: 5;
}
.box-btn-info {
    margin: 10px 0px 20px 0px;
}
.btn-info {
    border-radius: 100px;
    background: transparent;
    color: var(--cor8);
    font-weight: 700;
    font-size: 16px;
    padding: 5px 10px;
    border: 1px solid var(--cor8);
    display: flex;
    align-items: center;
    gap: 5px;
    width: 60%;
    margin: 0 auto;
    justify-content: center;
    transition: all 0.3s ease-in-out;
}
.btn-info img {
    transition: all 0.3s ease-in-out;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active {
    color: var(--cor2);
    text-decoration: none;
    background: var(--cor8);
    outline: none;
    border: 1px solid var(--cor8);
}
.btn-info:hover img,
.btn-info:focus img,
.btn-info:active img {
    filter: brightness(0) invert(1);
}
.bg-informacao .box-info-contato {
    background: var(--cor2);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
}
.bg-informacao .link-rod{
    color: var(--cor8);
    opacity: 100%;
    font-weight: 300;
    font-size: 16px;
    transition: all 0.3s ease-in-out;
}
.bg-informacao .link-rod:hover,
.bg-informacao .link-rod:active,
.bg-informacao .link-rod:focus{
    text-decoration: none;
    color: var(--cor10);
}
.bg-informacao .link-rod i {
    font-size: 14px;
    color: var(--cor9);
    margin-right: 5px;
    font-weight: 1000;
}
/*---*/
.bg-h-contato {
    padding-top: 50px;
    padding-bottom: 20px;
    background: var(--cor4);
}

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

.linha-contato-horizontal {
    height: 1px;
    width: 150px;
    margin-top: 30px;
    margin-bottom: 30px;
    background: rgba(255, 255, 255, 0.4);
}

.box-contato .info {
    width: 100%;
    font-weight: 200;
    color: var(--cor2);
    text-transform: uppercase;
}

.box-contato .info-span span {
    font-weight: 500;
}

.box-contato .info-span-block span {
    display: block;
    font-weight: 500;
}

.box-contato .box-buttons {
    width: 100%;
    max-width: 250px;
    margin: auto;
}

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

.sustentabilidade-flex {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 10px;
    width: 45%;
    margin: 0 53%;
}
.box-modSustentabilidade {
    color: var(--cor8);
    font-size: 20px;
    border: 1px solid var(--cor9);
    border-radius: 20px;
    font-weight: 300;
    padding: 10px 20px;
}
.bg-sustentabilidade h1 {
    color: var(--cor2);
    text-transform: uppercase;
    font-size: 36px;
    z-index: 9;
    position: absolute;
    top: 15%;
    left: 25%;
    text-align: right;
    font-weight: 300;
}
.box-modSustentabilidade .nomeSustentabilidade {
    font-weight: 700;
}

.abs-imgLeft {
    top: 0px;
    left: 0px;
    position: absolute;
}

.abs-imgRight {
    top: 0px;
    right: 0px;
    position: absolute;
}
/*---*/
.bg-depoimento {
    padding-top: 50px;
    min-height: 300px;
    padding-bottom: 50px;
    overflow: visible;
    position: relative;
    background: var(--cor2);
}
.bg-depoimento .box-titulo h1 {
    color: var(--cor8);
    text-align: center;
    font-size: 36px;
    font-weight: 300;
}
.box-depo{
    width: 100%;
    padding: 30px;
    color: #1E1E1E;
    overflow: visible;
    position: relative;
    border-radius: 24px;
    background: var(--cor2);
    box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.1);
    margin-bottom: 30px;
    height: 300px;
}
.box-depo .img{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
}
.box-depo .img img{
    max-width: 60px;
    margin-right: 20px;
    border-radius: 50%;
}
.box-depo h2{
    margin: 0px;
    padding: 0px;
    font-size: 20px;
    font-weight: 700;
    display: -webkit-box;
    -webkit-line-clamp: 1;        
    -webkit-box-orient: vertical;  
    overflow: hidden;             
    text-overflow: ellipsis;
    margin-bottom: 3px;
}
.box-depo p {
    font-size: 16px;
    font-weight: 300;
}
.box-depo .nano { width: 100%; height: 150px; }
.box-depo .nano .nano-content { padding: 0px 18px 0px 0px; }
.box-depo .nano .nano-pane   { background: #ddd; }
.box-depo .nano .nano-slider { background: #999 !important; }
.sprites-stars{
    display: block; 
    height: 20px; 
    width: 160px;
}
.star5{
    background: url('images/stars.png') 0px 0px no-repeat;
}
.star4{
    background: url('images/stars.png') 0px -32px no-repeat;
}
.star3{
    background: url('images/stars.png') 0px -64px no-repeat;
}
.star2{
    background: url('images/stars.png') 0px -96px no-repeat;
}
.star1{
    background: url('images/stars.png') 0px -128px no-repeat;
}
/*---*/
.bg-faq {
    padding-top: 50px;
    padding-bottom: 50px;
    background: var(--cor2);
}
.bg-faq .box-titulo h1 {
    font-size: 32px;
    color: var(--cor8);
}
/* ==================================================
   Accordion & Toggle
================================================== */
.accordion {
    margin-bottom: 0px;
}
.accordion-col {
}
.accordion-group {
    border: 1px solid var(--cor8);
    background-color: var(--cor8);
    padding-right: 10px;
    padding-left: 35px;
}
.accordion-group:first-child {
    border-radius: 20px 20px 0px 0px;
}
.accordion-group:last-child {
    margin-bottom: 0;
    border-radius: 0px 0px 20px 20px;
}
.accordion-heading {
    border-bottom: 0 none;
    position: relative;
}
.accordion-heading .accordion-toggle {
    position: relative;
    display: block;
    padding: 12px 0px;
    text-decoration:none;
    font-size: 20px;
    font-weight: 300;
    color: var(--cor2);
    -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 {
    color: var(--cor2);
}
.accordion-heading .accordion-toggle.active {
    color: var(--cor2);
    font-weight: 300;
    font-size: 20px;
}
.accordion-heading .accordion-toggle.inactive {
    color: var(--cor2);
    font-weight: 300;
    text-transform: none;
    font-size: 20px;
}
.accordion-heading.accordionize .accordion-toggle i,
.accordion-heading.togglize .accordion-toggle i {
    position: absolute;
    top: 50%;
    left: -20px;
    margin: -8px 0 0 0;
    color: var(--cor2);
    font-size: 16px;
    -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(--cor9);
}
.accordion-heading .accordion-toggle.active i,
.accordion-heading:hover .accordion-toggle.inactive i {
    color: var(--cor9);	
}
.accordion-heading.accordionize .accordion-toggle.active i,
.accordion-heading.togglize .accordion-toggle.active i {
    color: var(--cor9);
}
.accordion-heading.togglize .accordion-toggle i {
    margin: -8px 0 0 0;
    font-size: 18px;
    color: #fff !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-left: 15px;
    border: none;
    font-size: 16px;
    border-radius: 30px;
    font-weight: 300;
    color: var(--cor2);
}
.accordion-inner p:last-child {
    margin-bottom: 0;
}
.accordion-inner ul {
    margin-bottom: 0;
}
.accordion-inner li {
    margin-bottom: 5px;
}
.accordion-inner li:last-child {
    margin-bottom: 0;
}
/* ==================================================
   The End Accordion & Toggle
================================================== */
/*---*/
.bg-blog {
    padding-top: 50px;
    padding-bottom: 50px;
    background: var(--cor8);
}
.bg-blog .box-titulo h1 {
    font-size: 36px;
    font-weight: 300;
}
.a-blog,
.a-blog:focus,
.a-blog:active {
    width: 100%;
    display: block;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
    outline: none !important;
    color: var(--cor2) !important;
    text-decoration: none !important;
    transition: all 0.3s ease-in-out;
    background: var(--cor2);
    border-radius: 20px;
    text-align: center;
}

.a-blog:hover {
    transform: scale(1.02);
}

.a-blog .img {
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}

.a-blog .img img {
    transition: all 0.3s ease-in-out;
    border-radius: 20px;
}
.a-blog .info-blog {
    padding: 0px 25px;
}
.a-blog h1 {
    width: 100%;
    margin: 0px;
    font-size: 16px;
    font-weight: 700;
    position: relative;
    color: var(--cor8);
    margin-bottom: 10px;
    text-align: left;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-break: break-word;
    min-height: 53px;
}
.a-blog h2 {
    color: var(--cor8);
    font-weight: 300;
    font-size: 16px;
    text-align: left;
    margin: 0;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dashed var(--cor9);
}
.a-blog .apoio-blog {
    color: var(--cor8);
    font-weight: 300;
    font-size: 16px;
    text-align: left;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-break: break-word;
    min-height: 68.5px;
}
.box-btn-blog {
    margin: 10px 0px 20px 0px;
}
.btn-blog {
    border-radius: 100px;
    background: transparent;
    color: var(--cor8);
    font-weight: 700;
    font-size: 16px;
    padding: 5px 10px;
    border: 1px solid var(--cor8);
    display: flex;
    align-items: center;
    gap: 5px;
    margin: 0 auto;
    justify-content: center;
    transition: all 0.3s ease-in-out;
    width: 50%;
}
.btn-blog img {
    transition: all 0.3s ease-in-out;
    max-width: 19px;
}
.btn-blog:hover,
.btn-blog:focus,
.btn-blog:active {
    color: var(--cor2);
    text-decoration: none;
    background: var(--cor8);
}
.btn-blog:hover img,
.btn-blog:focus img,
.btn-blog:active img {
    filter: brightness(0) invert(1);
}
/*---*/
.bg-pg-blog {
    padding-top: 50px;
    padding-bottom: 50px;
    background: var(--cor2);
}
.bg-pg-blog .box-texto{
    font-size: 20px;
    color: var(--cor1);
}
.bg-pg-blog .nano { 
    background: transparent; 
    width: 100%; 
    height: 320px; 
}
.bg-pg-blog .nano .nano-content { 
    padding: 0 15px 0 0; 
    background: transparent; 
}
.bg-pg-blog .nano .nano-pane   { 
    background: #EBEBEB !important; 
    margin: 15px; 
}
.bg-pg-blog .nano .nano-slider { 
    background: #C4C4C4 !important;
}
.bg-pg-blog .nano-content p{
    font-size: 1.5rem;
    margin-bottom: 10px;
}
.bg-pg-blog .nano-content p strong{
    font-weight: 400;
}
.btn-whats-info {
    background: #75B44B;
    border: 1px solid #75B44B;
    border-radius: 20px;
}
.btn-whats-info:hover,
.btn-whats-info:active,
.btn-whats-info:focus {
    background: #89c462ff;
    border: 1px solid #89c462ff;
}
.box-btn-info {
    display: flex;
    gap: 10px;
    justify-content: center;
}
.bg-pg-blog .box-info-contato {
    background: var(--cor2);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
}
.bg-pg-blog .link-rod{
    color: var(--cor8);
    opacity: 100%;
    font-weight: 300;
    font-size: 16px;
    transition: all 0.3s ease-in-out;
}
.bg-pg-blog .link-rod:hover,
.bg-pg-blog .link-rod:active,
.bg-pg-blog .link-rod:focus{
    text-decoration: none;
    color: var(--cor10);
}
.bg-pg-blog .link-rod i {
    font-size: 14px;
    color: var(--cor9);
    margin-right: 5px;
    font-weight: 1000;
}
.bg-pg-blog .box-titulo h2 {
    color: var(--cor8);
    font-size: 32px;
    font-weight: 700;
}
.box-compart-blog {
    display: flex;
    gap: 5px;
    align-items: center;
    margin: 30px 0px 15px 0px;
}
.compart-blog {
    background-color: #208FE8;
    border-radius: 100px;
    border: 1px solid #208FE8;
    width: 38px;
    height: 38px;
    transition: all 0.3s ease-in-out;
}
.compart-blog img {
    max-width: 20px;
}
.compart-blog:hover {
    background-color: #6eb5ee;
    border: 1px solid #6eb5ee;
}
/*---*/
.bg-contato {
    padding-top: 0px;
    padding-bottom: 30px;
}
.bg-contato .box-titulo h1 {
    color: var(--cor8);
    font-weight: 300;
    font-size: 36px;
}
.span-formulario {
    color: var(--cor8);
    font-weight: 300;
    font-size: 16px;
}
.box-form-contato {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}

.titulo-form {
    font-weight: 600;
    color: var(--cor4);
    text-transform: uppercase;
}
/*---*/
.bg-atuacao {
    padding-top: 50px;
    padding-bottom: 0px;
    background: var(--cor9);
}
.bg-atuacao .box-titulo h1 {
    font-size: 36px;
    color: var(--cor8);
    font-weight: 300;
}
.atuacao-flex {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 10px;
}
.nomeAtuacao {
    font-size: 20px;
    color: var(--cor8);
    font-weight: 700;
}
.box-areaAtuacao {
    background: var(--cor2);
    padding: 20px;
    border-radius: 20px;
    width: 450px;
    margin: 0 auto;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: -200px;
}
.box-areaAtuacao h2 {
    color: var(--cor8);
    font-weight: 700;
    font-size: 36px;
    margin-bottom: 30px;
}
.box-areaAtuacao .cidadeAtuacao {
    color: var(--cor8);
    font-weight: 300;
    font-size: 20px;
    line-height: 1.8;
}
.areaAtuacao-flex {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}
/*---*/
.bg-certificado {
    padding-top: 250px;
    padding-bottom: 50px;
    background: var(--cor2);
}
.bg-certificado .box-titulo h1{
    color: var(--cor8);
    font-size: 36px;
    font-weight: 300;
}
.certificado-flex {
    display: flex;
    gap: 80px;
    justify-content: center;
}
.box-modCertificado {
    background: var(--cor2);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 10px;
}
/*---*/
.bg-problema {
    padding-top: 50px;
    padding-bottom: 50px;
    background: var(--cor2);
}

.bg-problema .box-titulo {
    margin-bottom: 45px;
}

.bg-problema .box-titulo h1 {
    width: auto;
    color: var(--cor8);
    position: relative;
    display: inline-block;
}
.problema-nome {
    font-weight: 700;
    color: var(--cor8);
    font-size: 20px;
}
.problema-desc {
    font-weight: 300;
    color: var(--cor8);
    font-size: 16px;
}
/*---*/
.bg-empreendimento {
    padding-top: 50px;
    padding-bottom: 20px;
    background: var(--cor8);
}

.cor-categoria1 {
    background: var(--cor9);
    padding-top: 20px;
    padding-bottom: 50px;
}

.bg-empreendimento .box-titulo {
    margin-bottom: 20px;
}

.bg-empreendimento .box-titulo h1 {
    width: auto;
    color: var(--cor9);
    position: relative;
    display: inline-block;
    font-size: 20px;
    text-transform: uppercase;
}

.bg-empreendimento .box-titulo h2 {
    width: auto;
    color: var(--cor2);
    position: relative;
    display: inline-block;
    font-weight: 300;
    font-size: 36px;
}

.cor-categoria1 .box-titulo h2 {
    color: var(--cor8);
    font-weight: 300;
    font-size: 36px;
}

.a-emp,
.a-emp:focus,
.a-emp:active {
    width: 100%;
    display: block;
    overflow: hidden;
    max-width: 550px;
    position: relative;
    margin-bottom: 30px;
    outline: none !important;
    color: var(--cor2) !important;
    text-decoration: none !important;
    transition: all 0.3s ease-in-out;
    background: var(--cor2);
    border-radius: 20px;
    text-align: center;
}

.a-emp:hover {
    transform: scale(1.02);
}

.a-emp .img {
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}

.a-emp .img img {
    transition: all 0.3s ease-in-out;
    border-radius: 20px;
}

.a-emp h1,
.box-emp-det h1 {
    width: 100%;
    margin: 0px;
    padding: 0px 4px;
    font-size: 20px;
    font-weight: 900;
    position: relative;
    display: inline-block;
    color: var(--cor8);
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 70px;
}

.box-btn-servico {
    margin: 10px 0px 20px 0px;
}
.btn-servico {
    border-radius: 100px;
    background: transparent;
    color: var(--cor8);
    font-weight: 700;
    font-size: 16px;
    padding: 5px 10px;
    border: 1px solid var(--cor8);
    display: flex;
    align-items: center;
    gap: 5px;
    width: 60%;
    margin: 0 auto;
    justify-content: center;
    transition: all 0.3s ease-in-out;
}
.btn-servico img {
    transition: all 0.3s ease-in-out;
}
.btn-servico:hover,
.btn-servico:focus,
.btn-servico:active {
    color: var(--cor2);
    text-decoration: none;
    background: var(--cor8);
}
.btn-servico:hover img,
.btn-servico:focus img,
.btn-servico:active img {
    filter: brightness(0) invert(1);
}
.box-servicos {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.box-servicos > .col-servico {
    flex: 0 0 calc(25%);
    max-width: calc(25%);
    display: flex;
    flex-direction: column;
}

/*---*/
.bg-sobre {
    overflow: hidden;
    padding-top: 50px;
    min-height: 300px;
    padding-bottom: 0px;
}
.bg-sobre .box-titulo {
    margin-bottom: 0px;
    min-height: 146px;
    display: flex;
    align-items: end;
}
.bg-sobre .box-titulo h1 {
    color: var(--cor8);
}
.sobre-flex {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}
.box-modEscolher {
    font-size: 16px;
    color: var(--cor8);
    padding: 15px;
    border: 1px solid var(--cor9);
    border-radius: 20px;
    text-align: center;
    min-height: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.box-modEscolher p {
    margin: 0;
}
.bg-sobre .box-texto {
    margin: 30px 0px;
    font-size: 20px;
    color: var(--cor8);
}
/*---*/


/* --- */
.a-maps,
.a-maps:focus,
.a-maps:active {
    width: 100%;
    display: block;
    font-weight: 500;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 30px;
    outline: none !important;
    text-transform: uppercase;
    color: var(--cor2) !important;
    text-decoration: none !important;
    transition: all 0.3s ease-in-out;
    background: url('images/arrow-localizacao.png') bottom right no-repeat;
}

.a-maps img {
    max-width: 70%;
    margin-bottom: 10px;
}

.a-maps span {
    font-weight: 200;
}

/*---*/
.termos .box-titulo h1 {
    color: var(--cor4);
}

/*---*/
.box-whats {
    width: 100%;
    overflow: hidden;
    position: relative;
}

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

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

.box-ind-info {
    position: relative;
}

.box-ind-info h1 {
    margin: 0;
    padding: 0;
    height: 150px;
    font-size: 32px;
    font-weight: 600;
    position: relative;
    color: var(--cor2);
    background: var(--cor5);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 30px;
}

.box-ind-info2 h1 {
    margin: 0;
    padding: 0;
    font-size: 32px;
    font-weight: 600;
    position: relative;
    color: var(--cor4);
    margin-bottom: 20px;
}

.box-ind-info .h1-ind-before::before {
    content: '';
    position: absolute;
    top: 0px;
    left: -11%;
    width: 12%;
    height: 100%;
    z-index: -1;
    background: var(--cor5);
}

.box-ind-info .h1-ind-before::after {
    content: '';
    position: absolute;
    top: 0px;
    right: -100%;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: var(--cor5);
}

.box-ind-info .h1-ind-before2::before {
    content: '';
    position: absolute;
    top: 0px;
    right: -11%;
    width: 12%;
    height: 100%;
    z-index: -1;
    background: var(--cor5);
}

.box-ind-info .h1-ind-before2::after {
    content: '';
    position: absolute;
    top: 0px;
    left: -100%;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: var(--cor5);
}

.box-ind-info .desc {
    overflow: hidden;
}

.a-maps2,
.a-maps2:focus,
.a-maps2:active {
    width: 100%;
    display: block;
    font-weight: 500;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 30px;
    outline: none !important;
    text-transform: uppercase;
    color: var(--cor4) !important;
    text-decoration: none !important;
    transition: all 0.3s ease-in-out;
    background: url('images/arrow-indica-pg.png') bottom right no-repeat;
}

.a-maps2 img {
    max-width: 70%;
    margin-bottom: 10px;
}

.a-maps2 span {
    font-weight: 200;
}

/*---*/
.bg-emp-det {
    padding-top: 50px;
    padding-bottom: 50px;
    overflow: hidden;
    position: relative;
}
.box-txt-det {
    position: absolute;
    top: 30%;
    left: 30%;
    transform: translate(-50%, -50%);
}
.box-txt-det .box-titulo h2 {
    font-size: 36px;
    color: var(--cor2);
    font-weight: 300;
}
.box-txt-det .box-whats-serv {
    padding: 0px;
}
.bg-emp-det .box-titulo h1 {
    color: var(--cor8);
    font-weight: 300;
}
.box-emp-fazer {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.emp-fazer {
    width: 350px;
    display: block;
    overflow: hidden;
    position: relative;
    outline: none !important;
    color: var(--cor8) !important;
    text-decoration: none !important;
    transition: all 0.3s ease-in-out;
    background: var(--cor2);
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.emp-fazer .img {
    overflow: hidden;
    position: relative;
    margin-bottom: 15px;
}
.emp-fazer h2 {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dashed var(--cor9);
}
.emp-fazer .desc {
    font-weight: 300;
    font-size: 20px;
    margin-bottom: 30px;
}
.info-fazer {
    padding: 0px 25px;
}
/*---*/
.bg-emp-funciona {
    overflow: hidden;
    position: relative;
    background: var(--cor8);
    min-height: 600px;
}
.flex-serv-funciona {
    display: flex;
    justify-content: right;
    text-align: left;
    gap: 40px;
}
.box-serv-img {
    width: 100%;
    height: 600px;
    position: relative;
}
.abs-serv {
    top: 0px;
    right: 0px;
    position: absolute;
}
.bg-emp-funciona .info-funciona {
    padding-top: 50px;
    padding-bottom: 50px;
    max-width: 600px;
    padding-left: 15px;
}
.bg-emp-funciona .box-titulo h2 {
    font-size: 36px;
    font-weight: 300;
    color: var(--cor2);
}
.bg-emp-funciona .desc {
    font-size: 20px;
    color: var(--cor2);
    font-weight: 300;
    margin-bottom: 30px;
}
/*---*/
.bg-emp-oque {
    padding-top: 50px;
    padding-bottom: 50px;
    overflow: hidden;
}
.info-serv-oque {

}
.info-serv-oque i {
    color: var(--cor9);
}
.info-serv-oque .box-titulo h2 {
    font-size: 24px;
    color: var(--cor8);
    font-weight: 900;
}
.info-serv-oque .desc {
    color: var(--cor8);
    font-weight: 300;
    font-size: 20px;
}
/*---*/
.bg-emp-lei {
    padding-top: 50px;
    padding-bottom: 0px;
    overflow: visible;
    position: relative;
}
.box-txt-lei {
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 750px;
}
.box-txt-lei .box-titulo h2 {
    font-size: 36px;
    color: var(--cor2);
    font-weight: 300;
}
.box-txt-lei .desc {
    color: var(--cor2);
    font-size: 20px;
    font-weight: 300;
}
.box-info-lei {
    background: var(--cor2);
    padding: 40px;
    border-radius: 20px;
    width: 900px;
    margin: 0 auto;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 0px;
    position: relative;
    margin-top: -300px;
    z-index: 2;
}
.box-info-lei .box-titulo h2 {
    font-size: 36px;
    color: var(--cor8);
    font-weight: 300;
}
.box-info-lei .desc {
    color: var(--cor8);
    font-size: 20px;
    font-weight: 300;
}
/*---*/
.bg-mod .over {
    overflow: hidden;
    position: relative;
}

.bml h1,
.bmr h1 {
    font-weight: 300;
}

.box-mod,
.box-mod-img {
    height: 600px;
    position: relative;
    margin-bottom: 30px;
}

.height-vertical {
    height: auto;
}

.bml {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: normal;
    text-align: left;
}

.bmr {
    display: flex;
    text-align: left;
    flex-direction: column;
    justify-content: center;
    align-items: normal;
}

.bg-mod .img-desktop-uniq {
    top: 0px;
    position: absolute;
}

.bg-mod .img-mob-uniq {
    width: 100%;
    position: relative;
}

.bg-mod .bmir .img-desktop-uniq {
    left: 0px;
}

.bg-mod .bmil .img-desktop-uniq {
    right: 0px;
}

.box-mod .traco {
    width: 50px;
    height: 1px;
    background: var(--cor4);
    opacity: 0.4;
    margin-bottom: 20px;
    margin-top: 0px;
}

.bg-sobre2 .sobre-nos-img-abs img {
    position: relative;
}

.sobre-nos-img-abs2 .img2 {
    top: 0;
    right: 0;
    position: absolute;
}

.sobre-nos-img-abs2 .abs1 {
    /* top: 0px;
    left: -100px; */
    /* max-width: 310px; */
    position: relative;
}

.sobre-nos-img-abs2 .abs2 {
    /* top: -100px;
    left: 230px; */
    /* max-width: 310px; */
    position: relative;
}

.max-width-jeito {
    max-width: 400px;
}

.numero-grande {
    float: left;
    line-height: 290px;
    font-weight: 800;
    font-size: 400px;
    margin-bottom: 20px;
    color: var(--cor1);
}
.palavra-grande {
    font-size: 80px;
    font-weight: 800;
    color: var(--cor1);
}

.linhasonhos {
    width: 60px;
    height: 1px;
    background: rgba(53, 67, 50, 0.3);
    display: inline-block;
    margin-bottom: 20px;
    margin-top: 30px;
}

.abs-projeto {
    top: -160px;
    position: relative;
}

.min-height-projeto {
    min-height: 300px;
}
.mgb-80 {
    margin-bottom: 80px;
}

/*---*/
@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) {
    .owl-carousel2 .owl-dots {
        display: none;
    }
}

@media only screen and (max-width: 1850px) {
    .abs-imgLeft {
        left: -20px;
    }
    .bg-sustentabilidade h1 {
        left: 23%;
    }
    .sustentabilidade-flex {
        margin: 0px 51%;
    }
}
@media only screen and (max-width: 1800px) {
    .abs-imgLeft {
        left: -50px;
    }
    .bg-sustentabilidade h1 {
        left: 21%;
    }
    .sustentabilidade-flex {
        margin: 0px 48.5%;
    }
}

@media only screen and (max-width: 1700px) {
    .abs-imgLeft {
        left: -90px;
    }
    .bg-sustentabilidade h1 {
        left: 17%;
    }
    .sustentabilidade-flex {
        margin: 0px 45%;
    }
}
@media only screen and (max-width: 1600px) {
    .abs-imgLeft {
        left: -130px;
    }
    .bg-sustentabilidade h1 {
        left: 13%;
    }
    .sustentabilidade-flex {
        margin: 0px 41.5%;
    }
}
@media only screen and (max-width: 1500px) {
    .abs-imgLeft {
        left: -190px;
    }
    .bg-sustentabilidade h1 {
        left: 6%;
    }
    .sustentabilidade-flex {
        margin: 0px 36.5%;
    }
}

@media only screen and (max-width: 1500px) {
    .abs-imgLeft {
        left: -40px;
    }
    .bg-sustentabilidade h1 {
        left: 29%;
    }
    .sustentabilidade-flex {
        margin: 0px 64.5%;
    }
    .abs-imgRight {
        display: none;
    }
}
@media only screen and (max-width: 1400px) {
    .abs-imgLeft {
        left: -100px;
    }
    .bg-sustentabilidade h1 {
        left: 21%;
    }
    .sustentabilidade-flex {
        margin: 0px 59%;
    }
}
@media only screen and (max-width: 1300px) {
    .abs-imgLeft {
        left: -130px;
    }
    .bg-sustentabilidade h1 {
        left: 17%;
    }
    .sustentabilidade-flex {
        margin: 0px 57%;
    }
}
@media only screen and (max-width: 1200px) {
    .abs-imgLeft {
        left: -160px;
    }
    .bg-sustentabilidade h1 {
        left: 12%;
    }
    .sustentabilidade-flex {
        margin: 0px 54.5%;
    }
}

@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%;
    }
    .info-mg {
        margin-top: -30px;
        margin-bottom: 30px;
    }
    .box-txt-ban .titulo-ban,
    .box-txt-ban .desc-ban {
        font-size: 28px;
    }
    .box-txt-det {
        top: 20%;
        left: 25%;
        transform: translate(-30%, -30%);
    }

}

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

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

    #map2 {
        width: 140%;
    }
}

@media only screen and (max-width: 1230px) {
    .box-owl2-max-wd {
        padding: 0 38px;
    }
    .box-txt-ban .titulo-ban,
    .box-txt-ban .desc-ban {
        font-size: 20px;
    }
    .btn-info {
        width: 80%;
    }
}

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

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

    #map2 {
        width: 110%;
    }

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

    .numero-grande {
        line-height: 265px;
        font-size: 300px;
    }

    .min-height-projeto {
        min-height: 400px;
    }

    .bg-sobre2 .align-row {
        display: flex;
        align-items: center;
    }

    .bg-sobre2 .sobre-nos-img-abs2 {
        margin-top: 30px;
    }
    .flex-mobile {
        display: flex;
        justify-content: center;
        gap: 20px;
    }
    .flex-mobile img {
        max-width: 400px;
    }
    .btn-blog,
    .btn-servico {
        width: 70%;
    }
    .info-mg {
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .bg-informacao {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .bg-pg-blog .btn-blog {
        width: 90%;
    }
    .box-txt-det {
        top: 16%;
        left: 20%;
        transform: translate(-30%, -30%);
    }
    .box-txt-det .box-titulo h2 {
        font-size: 24px;
    }
    .sustentabilidade-flex {
        width: 90%;
        margin: 0 auto;
        margin-top: 570px;
    }
    .bg-sustentabilidade h1 {
        top: 10%;
        left: 45%;
    }
    .bg-sustentabilidade {
        padding-bottom: 0px;
    }
    .abs-imgLeft {
        left: 0px;
    }
    .emp-fazer .desc {
        min-height: 90px;
    }
}

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

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

    .box-mod,
    .box-mod-img {
        height: auto;
        position: relative;
        margin-bottom: 30px;
    }

    .box-mod {
        margin-bottom: 40px;
    }

    .box-mod h1 {
        font-size: 32px;
        margin: 0px;
        padding: 0px;
    }

    .bg-mod .img-desktop-uniq {
        top: auto;
        position: relative;
        width: 100%;
    }

    .bg-mod .bmir .img-desktop-uniq {
        left: auto;
    }

    .bg-mod .bmil .img-desktop-uniq {
        right: auto;
    }

    .bt2 {
        margin-top: 0;
        min-height: auto;
    }

    #por-que {
        padding-top: 0px;
    }

    #nosso-jeito {
        padding-top: 20px;
    }

    .max-width-jeito {
        max-width: 100%;
    }

    .max-wd-mob {
        max-width: 450px;
        margin: auto;
        height: 183px
    }
    
    .pdt-50{
        padding-top: 20px;
    }
    .bg-sobre2 .align-row {
        display: block;
        align-items: center;
    }
    .flex-mobile img {
        max-width: 350px;
    }
    .bg-mod .img-mob-uniq {
        max-width: 550px;
    }
    .box-mod-img {
        display: flex;
        justify-content: center;
    }
    .min-height-projeto {
        min-height: unset;
    }
    .box-servicos > .col-servico {
        flex: 0 0 calc(33%);
        max-width: calc(33%);
    }
    .box-problema {
        margin-bottom: 30px;
    }
    .bg-sobre .box-titulo {
        min-height: unset;
        margin-bottom: 30px;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
    .bg-sobre .box-texto {
        text-align: center;
    }
    .atuacao-flex {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .nomeAtuacao {
        font-size: 18px;
    }
    .box-areaAtuacao {
        margin-bottom: 30px;
        width: 400px;
    }
    .box-areaAtuacao .cidadeAtuacao {
        font-size: 18px;
    }
    .atuacao-lastc{
        margin-bottom: -200px;
    }
    .a-logo-rod img {
        margin: 0 auto 20px auto;
    }
    .a-menu-rod2 {
        margin: 0;
    }
    .align-mobile {
        text-align: center;
    }
    .no-pdt-mob {
        padding: 0;
    }
    .a-emp h1 {
        font-size: 18px;
    }
    .btn-servico {
        width: 75%;
    }
    .box-txt-det {
        top: 10%;
    }
    .box-info-lei {
        width: 600px;
        margin-top: -100px;
    }
    .box-txt-lei {
        top: 18%;
    }
    .box-txt-lei .box-titulo h2 {
        font-size: 28px;
    }
    .box-txt-lei .desc {
        font-size: 16px;
    }
    .bg-emp-funciona .info-funciona {
        text-align: center;
        max-width: unset;
    }
    .bg-topo .box {
        justify-content: center;
    }
    .bg-sustentabilidade h1 {
        left: 48%;
    }
    .sustentabilidade-flex {
        width: 100%;
        margin-top: 420px;
    }
    .emp-fazer .desc {
        font-size: 16px;
        min-height: 70px;
    }
    .emp-fazer h2 {
        font-size: 16px;
    }
    .info-fazer {
        padding: 0px 15px;
    }
}

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

    .menu-rod {
        padding-right: 0px;
    }

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

    .no-pdlr-mob {
        padding-left: 0;
        padding-right: 0;
    }

    .bg-indica {
        padding-bottom: 30px;
    }

    .box-titulo2 {
        width: 100%;
        background: url("images/kock-titulo.png") calc(50% - 60px) center no-repeat;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

    .box-titulo2 h1 {
        width: 100%;
        padding-left: 100px;
        text-align: center;
    }

    .box-titulo h1,
    .box-titulo2 h1,
    .bg-sobre .box-titulo3 h1,
    .box-ind-info h1 {
        font-size: 28px;
    }

    .box-info-sobre .box-texto {
        min-height: auto;
        display: block;
    }

    .bg-sobre {
        padding-bottom: 0px;
    }

    .box-ind-info2 h1 {
        font-size: 26px;

    }

    .max-wd-mob {
        height: 183px
    }

    .numero-grande {
        line-height: 175px;
        font-size: 160px;
    }
    .flex-mobile img {
        max-width: 190px;
    }
    .flex-mobile {
        gap: 10px;
    }
    .box-servicos > .col-servico {
        flex: 0 0 calc(50%);
        max-width: calc(50%);
    }
    .box-areaAtuacao {
        width: 350px;
    }
    .certificado-flex {
        gap: 20px;
    }
    .nomeAtuacao {
        font-size: 16px;
    }
    .accordion-heading .accordion-toggle.active,
    .accordion-heading .accordion-toggle.inactive,
    .accordion-heading .accordion-toggle.active i,
    .accordion-heading .accordion-toggle.inactive i,
    .accordion-inner {
        font-size: 16px;
    }
    .sobre-flex {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .a-emp h1 {
        font-size: 16px;
    }
    .btn-servico {
        width: 85%;
    }
    .box-emp-fazer {
        display: grid;
    }
    .box-txt-det {
        top: 12%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .box-txt-det .box-titulo h2 {
        font-size: 20px;
        margin: 0px;
    }
    .box-txt-det .box-titulo {
        margin-bottom: 10px
    }
    .btn-whats-info {
        padding: 10px 25px
    }
    .box-info-lei {
        width: 340px;
        margin-top: -80px;
    }
    .box-info-lei .box-titulo h2 {
        font-size: 32px;
    }
    .box-info-lei .desc {
        font-size: 16px;
    }
    .box-txt-lei {
        top: 18%;
        width: 350px;
    }
    .abs-imgLeft {
        left: -20px;
    }
    .bg-sustentabilidade h1 {
        font-size: 24px;
        top: 2%;
        left: 28%;
    }
    .sustentabilidade-flex {
        width: 95%;
        margin-top: 267px;
    }
    .emp-fazer .desc {
        font-size: 20px;
        min-height: unset;
    }
    .emp-fazer h2 {
        font-size: 20px;
    }
    .emp-fazer {
        padding: 0px 25px;
    }
}

@media only screen and (max-width: 399px) {
    .max-wd-mob {
        max-width: 360px;
        height: 140px;
    }
    .bg-sustentabilidade h1 {
        font-size: 20px;
        left: 32%;
    }
}