/*
Theme Name: 0e1.work
Theme URI: https://0e1.work
Author: Douglas G. Deschamps
Author URI: https://0e1.work
Description: Tema customizavel para WordPress
Version: 1.0
License: All rights reserved
License URI: https://en.wikipedia.org/wiki/All_rights_reserved
Tags: customizavel
Text Domain: wp0e1work
*/

/* FONTES */

@font-face {
    font-family: "Archer Light";
    src: url(./fonts/Archer-Light-Pro.otf);
}

@font-face {
    font-family: "Fira Sans Regular";
    src: url(./fonts/firaSans/FiraSans-Regular.ttf);
}

@font-face {
    font-family: "Fira Sans Light Italic";
    src: url(./fonts/firaSans/FiraSans-LightItalic.ttf);
}

@font-face {
    font-family: "Fira Sans Semi Italic";
    src: url(./fonts/firaSans/FiraSans-SemiBold.ttf);
}

/* REGRAS GERAIS */

body {
    font-family: "Fira Sans Regular", sans-serif;
    padding-top: 120px;
    font-size: 14px;
}

p {
    color: rgba(0, 0, 0, 0.65);
}

a:hover {
    text-decoration: none;
}

section {
    max-width: 88vw;
    margin-left: 6vw;
    margin-right: 6vw;
    position: relative;
}

picture,
picture img {
    width: 100%;
}

.navbar picture,
.navbar picture img {
    width: auto;
}

.small, small {
    background-color: rgba(255, 255, 255, .7);
    padding: 2px 5px;
    font-size: .9em;
    display: inline-block;
}

/* CLASSES GERAIS */

.vh-50 {
    min-height: 50vh;
}

/*.vh-70 {
    height: 70vh;
}*/

.vh-100 {
    min-height: 100vh;
}

.zeg-title {
    padding: 25px 15px 20px;
    color: #86b81b;
    background-color: rgba(255, 255, 255, 0.8);
}

.zeg-title.fixa {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    background-color: rgba(255, 255, 255, 0.8);
}

.fix-zeg-title .zeg-title.fixa {
    background-color: rgba(255, 255, 255, .7);
    max-width: 98%;
    margin: 1%;
    width: auto;
    padding: 10px;
}

.fix-zeg-title .zeg-title.fixa h1 {
    padding: 0;
    margin: 0;
}

.zeg-title span {
    color: #929292;
    display: block;
    font-size: 1.3rem;
    text-transform: uppercase;
}

.shadow-bx-fix {
    position: relative;
    display: block;
    width: fit-content;
}

.shadow-bx-fix button {
    z-index: 3;
    position: relative;
}

.shw-fix {
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 10px;
    left: 10px;
    width: 99%;
    height: 97%;
    color: transparent;
    border-radius: 30px;
    filter: blur(3px);
    -webkit-filter: blur(3px);
    z-index: 2;
}

.zeg-title.black-color h1 {
    color: #000 !important;
}

button.slider-btn.ml-auto {
    display: block;
    margin-bottom: 55px;
    background-color: #8cba19;
    border: 3px solid #fff;
    border-radius: 10px;
    padding: 6px 10px;
    color: #fff;
    font-weight: bold;
    font-size: 1.1em;
    text-transform: uppercase;
    margin-right: 65px;
}

.zeg-title.grey-bg {
    background-color: #D2D2D2;
}

.green-div-line {
    padding-bottom: 2rem;
}

/* HEADER E INÍCIO */

nav.navbar.navbar-light {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    z-index: 9999;
}

.bx-wrapper .bx-controls-direction a {
    z-index: 9998 !important;
}

.bg-light {
    background-color: #fff !important;
}

.navbar-light .navbar-nav .nav-link {
    color: #2ca7e0;
    font-weight: 700;
}

.navbar-light .navbar-nav .nav-link.active {
    color: #8dc73f;
    font-weight: 700;
}

.inicio .slider-text {
    color: #fff;
    font-weight: bold;
    font-size: 3.5em;
    line-height: 1.3;
    padding-left: 92px;
    text-shadow: 2px 2px 5px #000;
}

.inicio .bx-wrapper {
    margin-bottom: 0;
    border: 0;
}

.inicio .bx-wrapper .bx-pager {
    bottom: 20px !important;
}

.inicio .bx-wrapper .bx-pager.bx-default-pager a {
    background: #fff !important;
}

.inicio .bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus, .bx-wrapper .bx-pager.bx-default-pager a:hover {
    background: #8cba19 !important;
}

.lang-main-btn {
    padding-left: 25px;
    position: relative;
    top: 5px;
}

.lang-main-btn a.nav-link {
    color: transparent !important;
}

.lang-main-btn.br-icon > .nav-link,
.lang-main-btn .sub-menu li.lang-pt-br a.nav-link {
    background-image: url('/wp-content/uploads/2020/05/br-icon.png');
    height: 24px;
    width: 34px;
}

.lang-main-btn.us-icon > .nav-link,
.lang-main-btn .sub-menu li.lang-us-eng a.nav-link {
    background-image: url('/wp-content/uploads/2020/05/us-icon.png');
    height: 24px;
    width: 46px;
}

.lang-main-btn.esp-icon > .nav-link,
.lang-main-btn .sub-menu li.lang-esp a.nav-link {
    background-image: url('/wp-content/uploads/2020/05/es-icon.png');
    height: 24px;
    width: 36px;
}

.lang-main-btn .sub-menu {
    display: none;
    background-color: #fff;
    position: absolute;
    top: -2px;
    right: -2px;
    width: 200px;
    width: max-content;
    list-style: none;
    padding: 5px 10px;
}

.lang-main-btn:hover .sub-menu {
    display: block;
}

.lang-main-btn .sub-menu li {
    display: inline-block;
    margin-right: 5px;
}

.lang-main-btn .sub-menu li {
    display: inline-block;
    margin-right: 16px;
}

/* SOBRE NÓS */

.sobrenos > .main-bx {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    margin-top: 2rem;
}

.sobrenos > .main-bx p {
    background-color: rgba(255, 255, 255, 0.6);
    padding: 30px 30px 30px 50px;
    font-size: 1.5em;
    color: rgba(0, 0, 0, 0.65);
    text-align: center;
    line-height: 1.5;
    margin-top: 15vh;
    margin-bottom: 15vh;
    margin-left: -15px;
}

.sobrenos > .trans-ene-bx {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.sobrenos .te-text {
    margin-right: -15px;
    max-width: 650px;
}

.sobrenos .te-text.o {
    background-color: rgba(255, 255, 255, 0.6);
    margin-bottom: 5%;
}

.sobrenos .te-text p {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 35px;
    font-size: 1em;
    margin-bottom: 0;
    color: rgba(0, 0, 0, 0.65);
}

.sobrenos .te-text.t button {
    color: #fff;
    display: block;
    padding: 7px 25px 1px;
    font-size: 1.5em;
    background-color: #b0b3b6;
    border-radius: 33px;
    margin-bottom: 50px;
    z-index: 3;
    position: relative;
    border-color: #b0b3b6;
}

.sobrenos .shw-fix {
    content: "SAIBA MAIS";
}

.sobrenos .shadow-bx-fix.ml-auto {
    margin-right: 35px;
}

/* BIOGAS */

.oqob {
    background-size: cover;
    position: relative;
    padding-top: 115px;
}

.biogas picture.biogas-img {
    width: calc(100% + 30px);
}

.biogas .biogas-img img {
    width: 100%;
}

.biogas-bx {
    background-color: rgba(255, 255, 255, 0.8);
    border: 1px solid #86b81b;
    margin-bottom: 25px;
}

.biogas-bx .container-fluid {
    padding-left: 0;
}

.biogas-bx .container-fluid > .row > .col-12:first-child {
    border-right: 5px solid #86b81b;
}

.biogas-txt-bx {
    padding: 10px 30px;
}

.biogas-txt-bx p {
    color: rgba(0, 0, 0, 0.65);
    font-size: 1em;
}


.cp-img-bx picture {
    display: block;
    margin-left: -15px;
    margin-right: -15px;
}

.cp-img-bx picture img {
    width: 100%;
}

.comoproduzimos {
    position: relative;
}

.cp-img-bx {
    padding: 115px 0 50px;
    background-size: cover;
    background-position: center;
    margin-bottom: 2em;
}

.cp-img-bx h2 {
    /* position: absolute; */
    /* top: 25%; */
    background-color: rgba(255, 255, 255, 0.8);
    padding: 20px 40px;
    color: #86b81b;
    margin-bottom: 1.3em;
    font-weight: bold;
    /* left: -15px; */
}

.cp-txt-bx, .agroin-bx .agro-txt-bx p {
    background-color: rgba(255, 255, 255, 0.8);
    text-align: left;
    padding: 30px;
}

.cp-txt-bx p, .agroin-bx .agro-txt-bx p {
    font-size: 1em;
    margin-bottom: 0;
    text-align: left;
}

.agroin-bx .shadow-bx-fix button,
.comoproduzimos .shadow-bx-fix button,
.solucoes .shadow-bx-fix button,
.scania .shadow-bx-fix button,
.contato .shadow-bx-fix button {
    font-size: 1em;
    color: #fff;
    background-color: #86b81b;
    padding: 2px 25px 5px;
    border-radius: 25px;
    border-color: #86b81b;
}

.comoproduzimos .shadow-bx-fix button, .agroin-bx .shadow-bx-fix button {
    padding: 10px 25px 10px;
}

.bd-text-bx .shadow-bx-fix button {
    font-size: 1em;
}

.agroin-bx {
    background-size: cover;
}

.agroin-bx h2 {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 20px 40px;
    color: #86b81b;
    display: block;
    margin-bottom: 1.3em;
    text-align: left;
    font-weight: bold;
}

.agroin-bx .agro-txt-bx {
    padding: 50px 15px;
    text-align: center;
    margin-bottom: 50px;
}

.agroin-bx .agro-txt-bx h3 {
    color: #fff;
    font-size: 2.5em;
    max-width: 650px;
    margin: 0 auto 15px;
    font-weight: bold;
}

/* NOSSAS SOLUÇÕES */

.ns-info-bx {
    padding: 45px 65px;
}

.ns-info-bx h2 {
    font-size: 1.5em;
    margin-bottom: 25px;
}

.ns-info-bx p {
    font-size: 1em;
    margin-bottom: 25px;
    line-height: 1.6em;
}

.solucoes .zeg-title.black-color h1 {
    font-size: 2em;
}

.solucoes .ns-bx .container-fluid {
    padding: 0;
}

.solucoes .bene-frota-bx {
    background-size: contain;
    background-position: 0 8em;
    position: relative;
    padding-top: 100px;
    background-repeat: no-repeat;
}

.solucoes .bene-frota-bx .zeg-title {
    background-color: #fff;
}

.solucoes .bf-button-bx button.slider-btn {
    font-size: 1.3em;
    margin-bottom: 25px;
}

.solucoes .tl-img-bx {
    padding: 30px 0px;
}

.blks .col {
    margin-bottom: 1em;
}

.tlic-bx {
    text-align: center;
    padding: 15px;
    border: 2px solid #86b81b;
    border-radius: 10px;
    min-height: 130px;
    min-height: 100%;
    font-weight: bold;
    font-size: 0.9em;
    margin: .5em auto;
    width: 130px;
    box-shadow: 8px 8px 10px rgba(0, 0, 0, 0.6);
}

.tlic-bx p {
    color: #333;
    width: 100%;
    margin-bottom: 0;
}

.tlic-detail-bx {
    margin-top: 15px;
    margin-bottom: 15px;
}

.parcerias {
    position: relative;
}

.parcerias .plogos-bx {
    width: 50%;
    padding: 30px;
    background-color: rgba(255, 255, 255, 0.6);
    position: absolute;
    right: 0;
    top: 25px;
}

.parcerias .btn-ps-veja {
    position: absolute;
    bottom: 0;
    left: 0;
}

.parcerias .btn-ps-veja button.slider-btn.ml-auto {
    margin-right: 0;
    margin-left: 65px !important;
}

.bene-frota-bx .ptext-bx p {
    padding: 50px 45px;
    font-size: 1em;
    margin-right: -30px;
    background-color: #fff;
    margin-bottom: 0;
}

.plogos-bx {
    max-width: 600px;
    margin: 0px auto 25px;
}

/*section#parcerias {
    border-top: 10px solid #8cba19;
}*/

.scania .pvideo-bx {
    background-color: #86b81b;
    padding: 25px 0;
}

.scania .pvideo-bx iframe {
    width: 100%;
    height: 100%;
}

.scania .ptext-bx {
    margin-bottom: 25px;
}

.scania {
    margin-top: 25px;
}

.parcerias .trans-limpo-bx,
.solucoes .bene-ind-bx {
    background-color: #fff;
    padding: 85px 15px 15px 15px;
    margin-right: -15px;
    margin-left: 15px;
}

.parcerias > div:first-child {
    background-size: contain;
    background-position: center left;
    background-repeat: no-repeat;
}

.video-async {
    position: relative;
    left: 50%;
    transform: translate(-50%, 0px);
    display: inline-block;
}

.video-async picture,
.video-async img {
    z-index: -1;
    max-width: 100%;
    height: auto;
    max-height: 60vh;
    margin: 0 auto;
    cursor: pointer;
    transition: all .5s;
    opacity: 1;
    width: auto;
}

.video-async.sync picture,
.video-async.sync img {
    opacity: 0;
}

.video-async iframe {
    position: absolute;
    top: 0;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    transition: all .5s;
}

.video-async.sync iframe {
    opacity: 1;
}

.bene-ind-bx {
    background-size: contain;
    height: auto;
    background-position: 0 center;
    background-repeat: no-repeat;
}

.bene-ind-bx .zeg-title {
    background-color: rgba(255, 255, 255, 0.8);
}

.bi-ult-info-bx {
    background-color: #fff;
    padding: 15px 20px;
}

.ind-sus-bx {
    background-color: #fff;
    padding: 30px;
}

.is-info-col-bx {
    margin-top: 2%;
}

.is-info-col-bx .tlic-bx {
    background-color: rgba(255, 255, 255, 0.9);
    /*background-color: #fff;*/
}

.sc-side-img {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

.biodigestao {
    background-size: cover;
    padding-bottom: 3em;
}

.biodigestao .bd-text-bx {
    background-color: rgba(255, 255, 255, 08);
    padding: 25px 15px 10px;
    font-size: 1.5em;
    text-align: center;
}

.biodigestao .bd-text-bx.bd-t-bt-bx {
    text-align: left;
}

/* CASES */

.cases {
    position: relative;
    padding-top: 235px;
}

.cases .zeg-title {
    color: #fff;
}

.cases-info.my-auto {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 30px;
    margin-left: 35px;
    margin-right: 35px;
}

.cases .cases-info.my-auto picture {
    padding: 20px 110px 20px 0;
    display: block;
}

.cases .cases-info.my-auto p {
    font-size: 1.5em;
    line-height: 2em;
}

.cases .cases-info.my-auto p {
    font-size: 1.2em;
    line-height: 2.2em;
}

/* TUDO É REAPROVEITADO */

.td-reap {
    background-size: cover;
    position: relative;
}

.td-reap .tdr-text-bx {
    background-color: rgba(255, 255, 255, 0.6);
    padding: 30px;
    font-size: 1em;
    height: auto;
    font-weight: 600;
}

.td-reap .w-100 {
    margin-bottom: 30px;
}

.td-reap picture.floating-fruit {
    position: absolute;
    top: -4%;
    right: 10px;
    width: 10%;
}

.tdr-info-bx .container-fluid {
    padding-right: 0;
    padding-left: 0;
}

.centro-trat-leste .ctl-img-bx {
    margin-bottom: 35px;
}

.ctl-text-bx p {
    font-weight: 600;
    font-size: 1em;
    text-align: left;
    margin-bottom: 0;
    line-height: 2em;
    padding: 15px;
}

.descarbonizacao {
    position: relative;
}

#descarbonizacao.green-div-line {
    padding-bottom: 0;
}

.descarbonizacao .descar-text-bx {
    position: absolute;
    bottom: 15%;
    width: 100%;
}

.descar-text-bx p {
    font-size: 1.2em;
    font-weight: 600;
    text-align: center;
    padding: 25px 17%;
    background-color: rgba(255, 255, 255, 0.8);
}

.quem-somos {
    background-size: cover;
    padding-bottom: 45px;
}

.qs-text-bx {
    margin: 50px;
}

.qsv-title-bx span.sz-txt {
    color: #86b81b;
    font-weight: 700;
    font-size: 2rem;
    font-family: "Fira Sans Semi Italic";
    width: 100%;
    text-align: center;
    display: block;
}

.qsv-title-bx picture.pictureTag {
    display: block;
}

.qsv-vtxt-bx p {
    text-align: center;
    background-color: rgba(255, 255, 255, 0.8);
    display: block;
    margin: 0 auto;
    font-size: 1.3em;
    max-width: 455px;
    padding: 5px 0px;
    color: #86b81b;
}

.qs-text-bx h1, .qs-text-bx h2 {
    font-family: "Fira Sans Light Italic", sans-serif;
    font-size: 1.7em;
}

.qs-text-bx h2 {
    color: #86b81b;
}

.qs-text-bx p {
    padding: 30px 0;
    font-size: 1em;
    font-weight: 600;
    line-height: 2em;
}

.qs-text-bx a {
    color: #86b81b;
    font-weight: bold;
    font-size: 1.6em;
}

.qs-video-bx.vh-100 {
    height: auto !important;
}

.qs-video-bx {
    background-size: cover;
    background-position: center;
    padding: 50px 0;
}

/* .qsv-title-bx {
    padding: 35px;
}

.qs-video-bx .qsv-video-bx {
    padding: 35px;
}*/

.qsv-vtxt-bx {
    border: 1px solid #86b81b;
    padding: 5px;
}

.qs-video-bx .qsv-video-bx iframe {
    width: 100%;
    height: 100%;
}

.four-d .big-d {
    display: block;
    font-family: "Archer Light", sans-serif;
    text-align: right;
    font-size: 33em;
    width: 100%;
    color: #86b81b;
    position: relative
}

span.big-d::before {
    content: " ";
    background-color: #fff;
    width: 50px;
    height: 50px;
    bottom: 25%;
    left: 0.031em;
    display: block;
    position: absolute;
}

.four-d h1 {
    color: #535353;
    text-align: left;
    font-weight: bold;
    padding: 45px 30px;
    max-width: 730px;
    margin-left: auto;
    margin-right: auto;
    font-size: 2.5em;
    /* margin-bottom: -20em; */
}

.four-d p {
    font-size: 2em;
    line-height: 1.6em;
    margin-top: 1em;
    font-family: "Archer Light";
}

/*.four-d .shadow-bx-fix.ml-auto.mr-auto {
    margin-top: -7em;
}*/

.outras-frentes-n h1 {
    color: #86b81b;
    text-align: left;
    padding: 30px;
    font-weight: bold;
    margin-top: 1.1em;
    font-size: 1.6em;
}

.outras-frentes-n picture {
    display: block;
    padding: 40px 10px;
    max-width: 200px;
    margin: auto;
}

.outras-frentes-n .shadow-bx-fix.ml-auto.mr-auto {
    margin-bottom: 2em;
    font-size: 1.4em;
}

.redes-sociais h1 {
    font-weight: 600;
    margin-top: .5em;
}

.redes-sociais .news-bx picture {
    #min-width: 259px;
    display: block;
    margin: .5em auto;
}

.redes-sociais .rs-bx {
    margin-top: 0;
    margin-bottom: 3em;
    padding: 0 28%;
}

.redes-sociais .rs-bx picture {
    display: block;
    width: 45px;
    margin: .5em auto;
    max-width: 100%;
}

small p {
    margin: 0;
    padding: 0;
}

/* CONTATO */

.contato {
    background-color: #86b81b;
    padding: 30px 15px;
}

.contato .zeg-title {
    padding: 0;
    color: #fff;
    background-color: transparent;
    margin-bottom: 35px;
}

.contato .form-control {
    margin-bottom: 15px;
    border-radius: 13px;
}

.contato textarea.form-control {
    height: 100%;
}

.contato .shadow-bx-fix button {
    background-color: #2da7df;
    border: 1px solid #2da7df;
    border-radius: 15px;
    padding: 5px 15px 5px;
}

.contato span.wpcf7-not-valid-tip {
    color: #fff;
    font-size: 1.05em;
    font-weight: bold;
    display: block;
    margin-bottom: 15px;
    background-color: #dc3545;
    padding: 5px 14px;
    border-radius: 10px;
    margin-top: -12px;
}

.contato div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: 1px solid #ffc107;
    border-radius: 10px;
    background-color: #ffc107;
    color: #fff;
    font-size: 1.32em;
    padding: 15px;
    text-align: center;
}

.contato input.wpcf7-form-control.wpcf7-validates-as-required.form-control.wpcf7-not-valid {
    border-color: #dc3545;
}

.contato .redes-sociais .rs-bx {
    padding: 0;
    margin-bottom: 0;
}

.contato .redes-sociais h1 {
    text-align: left;
}

.contato .redes-sociais .zeg-title {
    margin-bottom: 10px;
    margin-top: 25px;
}

.contato .redes-sociais .rs-bx picture {
    display: block;
    width: 45px;
    margin: .5em auto;
    max-width: 100%;
    filter: invert(1);
}

section.links-rodape {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1rem;
}

section.links-rodape .rdp-la {
    text-align: center;
    display: inline-block;
    width: max-content;
    margin: .5rem;
}

footer {
    padding: 35px 0;
}

footer picture {
    max-width: 989px;
    display: block;
    margin: 0 auto;
}

#rodape p {
    color: #2ca7e0;
    font-size: 2em;
    font-weight: bold;
    display: block;
    width: 100%;
    text-align: right;
}

#rodape picture.pictureTag {
    margin-bottom: 1rem;
}

#rodape img.pictureTag,
#rodape picture.pictureTag,
#rodape source.pictureTag {
    max-height: 6em;
    width: auto;

}

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

    h1 {
        font-size: 25px;
    }

    h1 span {
        font-size: 20px;
    }

    h2 {
        font-size: 25px;
    }

    h3 {
        font-size: 16px;
    }
}

@media screen and (max-width: 1024px) {
    .redes-sociais .rs-bx {
        margin-top: 3em;
        margin-bottom: 3em;
        padding: 0 20%;
    }

    .bene-ind-bx {
        background-size: cover;
    }

    .tlic-bx {
        max-width: 130px;
        width: auto;
    }

    .parcerias > div:first-child {
        background-size: cover;
    }
}

@media screen and (max-width: 768px) {
    body {
        font-size: 12px;
    }

    h1 {
        font-size: 16px;
    }

    h1 span {
        font-size: 14px;
    }

    h2 {
        font-size: 14px;
    }

    h3 {
        font-size: 12px;
    }

    .vh-100 {
        height: auto !important;
    }

    .quem-somos {
        height: auto !important;
    }

    .qsv-video-bx {
        margin: 1rem auto;
    }

    .lang-main-btn {
        padding-left: 0;
        margin-left: -5px;
    }

    .lang-main-btn > a.nav-link {
        display: none;
    }

    .lang-main-btn .sub-menu {
        display: block;
        background-color: #fff;
        position: relative;
        top: 0;
        right: 0;
        width: auto;
        list-style: none;
        padding: 5px 10px;
    }

    section {
        max-width: 100vw;
        overflow: hidden auto;
    }

    section#inicio {
        font-size: 10px;
    }

    .sobrenos > .main-bx {
        background-size: auto;
    }


    .sobrenos > .main-bx p {
        margin-top: 1rem;
        font-size: 1.1rem;
        line-height: 1.2;
    }

    .inicio .slider-text {
        margin-top: 1rem;
        padding-left: 32px;
        font-size: 1.5rem;
    }

    .inicio .bx-viewport {
        height: 100vw;
        max-height: calc(100vh - 120px);
    }

    button.slider-btn.ml-auto {
        margin-right: 2em;
        margin-bottom: 2em;
    }

    .solucoes .bene-frota-bx {
        background-size: 170%;
        background-position: right;
        background-repeat: no-repeat;
        min-height: 100vw;
        background-size: cover;
    }

    .bene-frota-bx .ptext-bx p {
        margin-right: -15px;
        margin-left: -15px;
    }

    .parcerias .trans-limpo-bx,
    .solucoes .bene-ind-bx {
        background-color: #fff;
        padding: 0 15px;
        margin-right: -15px;
        margin-left: 15px;
    }

    .parcerias .trans-limpo-bx,
    .solucoes .bene-ind-bx {
        background-color: #fff;
        padding: 65px 0 0 0;
        margin-right: -15px;
        margin-left: -15px;
    }


    .descarbonizacao .descar-text-bx {
        position: relative;
    }

    .parcerias .btn-ps-veja {
        margin-bottom: 0;
        margin-right: 0;
    }

    .zeg-title span {
        font-size: 1rem;
    }

    .cases-info.my-auto {
        padding: 10px;
    }

    .cases .cases-info.my-auto p {
        font-size: 1.2em;
        line-height: 2em;
    }

    .cp-img-bx h2 {
        top: 55%;
    }

    .oqob .container-fluid {
        padding-left: 0;
        padding-right: 0;
    }

    .biogas .biogas-img {
        margin-left: 0;
    }

    .sobrenos > .main-bx p {
        margin-left: 0;
    }

    .sobrenos .te-text.o {
        margin-bottom: 2em;
    }

    .ns-info-bx {
        padding: 45px 25px;
    }

    .biogas-txt-bx {
        padding: 40px 25px;
    }

    .four-d {
        font-size: 10px;
    }

    .sobrenos .te-text {
        margin-right: 0;
    }

    .agroin-bx .agro-txt-bx h3 {
        margin: 2em auto 15px;
    }

    .four-d .shadow-bx-fix.ml-auto.mr-auto {
        margin-top: -3em;
    }

    .four-d .big-d {
        font-size: 20em;
    }

    span.big-d::before {
        display: none;
    }

    .four-d p {
        font-size: 1.5em;
    }

    .redes-sociais .rs-bx {
        margin-top: 3em;
        margin-bottom: 3em;
        padding: 0;
    }

    .parcerias .btn-ps-veja {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 100%;
    }

    .parcerias .btn-ps-veja button.slider-btn.ml-auto {
        margin-bottom: 20px;
    }

    .parcerias .btn-ps-veja a {
        margin: 0 auto;
    }

    #rodape p {
        text-align: center;
        margin-top: 2rem;
    }

    #rodape a {
        text-align: center;
    }

    .biogas-bx .container-fluid > .row > .col-12:first-child {
        border-right: 0;
    }
}

@media screen and (max-width: 575px) {
    .parcerias > div:first-child, .bene-ind-bx {
        background: none !important;
    }

    .parcerias .trans-limpo-bx,
    .solucoes .bene-ind-bx {
        padding: 0;
    }
}

.lnk-ci a,
.lnk-ci a:hover {
    color: #2ca7e0;
    font-size: 1.5em;
    text-decoration: none;
}

.slide * {
    transition: all .1s;
}

.bx-pager > .bx-pager-item:only-child {
    display: none;
}