@charset "UTF-8";
/********** Template CSS **********/
:root {
  --primary: #32c36c;
  --light: #f6f7f8;
  --dark: #1a2a36;
}

.fw-medium {
  font-weight: 500 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-black {
  font-weight: 900 !important;
}

.back-to-top {
  position: fixed;
  display: none;
  right: 45px;
  bottom: 45px;
  z-index: 99;
}

/*** Spinner ***/
#spinner {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-out, visibility 0s linear 0.5s;
  z-index: 99999;
}

#spinner.show {
  transition: opacity 0.5s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}

/*** Button ***/
.btn {
  font-weight: 500;
  transition: 0.5s;
}

.btn.btn-primary,
.btn.btn-outline-primary:hover {
  color: #ffffff;
}

.btn-square {
  width: 38px;
  height: 38px;
}

.btn-sm-square {
  width: 32px;
  height: 32px;
}

.btn-lg-square {
  width: 48px;
  height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
}

/*** Navbar ***/
.navbar.sticky-top {
  top: -100px;
  transition: 0.5s;
}

.navbar .navbar-brand,
.navbar a.btn {
  height: 75px;
}

.navbar .navbar-nav .nav-link {
  margin-right: 30px;
  padding: 25px 0;
  color: var(--dark);
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
  color: var(--primary);
}

.navbar .dropdown-toggle::after {
  border: none;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  vertical-align: middle;
  margin-left: 8px;
}

@media (max-width: 450px) {
  .navbar .navbar-brand h2 {
    font-size: 1.2rem;
  }
  .navbar .navbar-nav {
    border-top: 1px solid #eeeeee;
  }
}
@media (max-width: 991.98px) {
  .navbar .navbar-nav .nav-link {
    margin-right: 0;
    padding: 10px 0;
  }
  .navbar .navbar-nav {
    border-top: 1px solid #eeeeee;
  }
}
@media (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
    display: block;
    border: none;
    margin-top: 0;
    top: 150%;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
  }
  .navbar .nav-item:hover .dropdown-menu {
    top: 100%;
    visibility: visible;
    transition: 0.5s;
    opacity: 1;
  }
}
@media (max-width: 1360px) {
  .navbar .navbar-nav .nav-link {
    font-size: 14px;
  }
  .botao_menu {
    display: none !important;
  }
}
/*** Header ***/
.owl-carousel-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  background: rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
  .header-carousel .owl-carousel-item {
    position: relative;
    min-height: 500px;
  }
  .header-carousel .owl-carousel-item img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .header-carousel .owl-carousel-item p {
    font-size: 16px !important;
  }
}
.header-carousel .owl-dots {
  position: absolute;
  width: 60px;
  height: 100%;
  top: 0;
  right: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.header-carousel .owl-dots .owl-dot {
  position: relative;
  width: 45px;
  height: 45px;
  margin: 5px 0;
  background: #ffffff;
  box-shadow: 0 0 30px rgba(255, 255, 255, 0.9);
  border-radius: 45px;
  transition: 0.5s;
}

.header-carousel .owl-dots .owl-dot.active {
  width: 60px;
  height: 60px;
}

.header-carousel .owl-dots .owl-dot img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  padding: 2px;
  border-radius: 45px;
  transition: 0.5s;
}

.page-header {
  background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url(../img/carousel-1.jpg) center center no-repeat;
  background-size: cover;
  margin-bottom: 0px;
}

.page-header-sustentability {
  background: linear-gradient(rgba(1, 107, 17, 0.3), rgba(0, 0, 0, 0.3)), url(../img/ESG.webp) center center no-repeat;
  background-size: cover;
  margin-bottom: 0px;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: var(--light);
}

.parceria {
  background: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url(../img/1000_F_1353256358_AvoBO2Lucpidiom2HUesPwhmarYlRQre.jpg) center center no-repeat;
  background-size: cover;
  margin-bottom: 0px;
}

.parceria img {
  width: 200px;
  height: 200px;
}

/*** About ***/
@media (min-width: 992px) {
  .container.about {
    max-width: 100% !important;
  }
  .about-text {
    padding-right: calc((100% - 960px) / 2 + 0.75rem);
  }
}
@media (min-width: 1200px) {
  .about-text {
    padding-right: calc((100% - 1140px) / 2 + 0.75rem);
  }
}
@media (min-width: 1400px) {
  .about-text {
    padding-right: calc((100% - 1320px) / 2 + 0.75rem);
  }
}
/*** Service ***/
.service-item {
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.08);
}

.service-icon {
  position: relative;
  margin: -50px 0 25px 0;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary);
  background: #ffffff;
  border-radius: 100px;
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.08);
  transition: 0.5s;
}

.service-item:hover .service-icon {
  color: #ffffff;
  background: var(--primary);
}

.img600x400 {
  width: 100%;
  height: 250px;
}

.fa-info-circle {
  float: right;
}

/*** Feature ***/
@media (min-width: 992px) {
  .container.feature {
    max-width: 100% !important;
  }
  .feature-text {
    padding-left: calc((100% - 960px) / 2 + 0.75rem);
  }
}
@media (min-width: 1200px) {
  .feature-text {
    padding-left: calc((100% - 1140px) / 2 + 0.75rem);
  }
}
@media (min-width: 1400px) {
  .feature-text {
    padding-left: calc((100% - 1320px) / 2 + 0.75rem);
  }
}
/*** Project Portfolio ***/
#portfolio-flters li {
  display: inline-block;
  font-weight: 500;
  color: var(--dark);
  cursor: pointer;
  transition: 0.5s;
  border-bottom: 2px solid transparent;
}

.portfolio-img {
  position: relative;
}

.portfolio-img::before,
.portfolio-img::after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  background: var(--dark);
  transition: 0.5s;
}

.portfolio-img::before {
  left: 50%;
}

.portfolio-img::after {
  right: 50%;
}

.portfolio-item:hover .portfolio-img::before {
  width: 51%;
  left: 0;
}

.portfolio-item:hover .portfolio-img::after {
  width: 51%;
  right: 0;
}

.portfolio-btn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  z-index: 1;
  transition: 0.5s;
}

.portfolio-item:hover .portfolio-btn {
  opacity: 1;
  transition-delay: 0.3s;
}

/*** Quote ***/
@media (min-width: 992px) {
  .container.quote {
    max-width: 100% !important;
  }
  .quote-text {
    padding-right: calc((100% - 960px) / 2 + 0.75rem);
  }
}
@media (min-width: 1200px) {
  .quote-text {
    padding-right: calc((100% - 1140px) / 2 + 0.75rem);
  }
}
@media (min-width: 1400px) {
  .quote-text {
    padding-right: calc((100% - 1320px) / 2 + 0.75rem);
  }
}
/*** Team ***/
.team-item {
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.08);
}

.team-item img {
  border-radius: 8px 60px 0 0;
}

.team-item .team-social {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  background: #ffffff;
  transition: 0.5s;
}

/*** Testimonial ***/
.testimonial-carousel::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 1;
}

.testimonial-carousel::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  height: 100%;
  width: 0;
  background: linear-gradient(to left, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 1;
}

@media (min-width: 768px) {
  .testimonial-carousel::before,
  .testimonial-carousel::after {
    width: 200px;
  }
}
@media (min-width: 992px) {
  .testimonial-carousel::before,
  .testimonial-carousel::after {
    width: 300px;
  }
}
.testimonial-carousel .owl-nav {
  position: absolute;
  width: 350px;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
  opacity: 0;
  transition: 0.5s;
  z-index: 1;
}

.testimonial-carousel:hover .owl-nav {
  width: 300px;
  opacity: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
  position: relative;
  color: var(--primary);
  font-size: 45px;
  transition: 0.5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
  color: var(--dark);
}

.testimonial-carousel .testimonial-img img {
  width: 100px;
  height: 100px;
}

.testimonial-carousel .testimonial-img .btn-square {
  position: absolute;
  bottom: -19px;
  left: 50%;
  transform: translateX(-50%);
}

.testimonial-carousel .owl-item .testimonial-text {
  margin-bottom: 30px;
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.08);
  transform: scale(0.8);
  transition: 0.5s;
}

.testimonial-carousel .owl-item.center .testimonial-text {
  transform: scale(1);
}

/*Sustentabilidade*/
/* ESG cards */
.esg-card {
  background: #fff;
  border-radius: 18px;
  padding: 24px 18px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}

.esg-env,
.esg-env h3 {
  background-color: #065228;
  color: #6ef5ab;
}

.esg-social,
.esg-social h3 {
  background-color: #064f8f;
  color: #b8d8f4;
}

.esg-gov,
.esg-gov h3 {
  background-color: #99600f;
  color: #ffd292;
}

.esg-card p {
  text-align: justify;
  padding: 25px;
}

.esg-icon {
  width: 84px;
  height: 84px;
  margin: 0 auto;
  border-radius: 9999px;
  display: grid;
  place-items: center;
}

.esg-icon i {
  font-size: 36px;
  color: #fff;
}

/* cores por pilar */
.bg-env {
  background: #2fbf71;
} /* verde */
.bg-social {
  background: #1e88e5;
} /* azul */
.bg-gov {
  background: #f4ab45;
} /* roxo/indigo */
/* opcional: animação suave ao passar o mouse */
.esg-card:hover {
  transform: translateY(-4px);
  transition: 0.25s ease;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.9);
}

.img_agenda,
.img_eco-circular {
  display: block;
  max-width: 100%;
  height: auto;
}

.log_reversa {
  display: block;
  max-width: 100%;
  max-height: 500px;
}

.esg-carousel::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 1;
}

.esg-carousel::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  height: 100%;
  width: 0;
  background: linear-gradient(to left, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 1;
}

@media (min-width: 768px) {
  .esg-carousel::before,
  .esg-carousel::after {
    width: 200px;
  }
}
@media (min-width: 992px) {
  .esg-carousel::before,
  .esg-carousel::after {
    width: 300px;
  }
}
.esg-carousel .owl-nav {
  position: absolute;
  width: 350px;
  top: 255px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
  opacity: 0;
  transition: 0.5s;
  z-index: 1;
}

.esg-carousel:hover .owl-nav {
  width: 300px;
  opacity: 1;
}

@media (max-width: 400px) {
  .esg-carousel .owl-nav {
    width: 200px;
  }
  .esg-carousel:hover .owl-nav {
    width: 150px;
  }
}
.esg-carousel .owl-nav .owl-prev,
.esg-carousel .owl-nav .owl-next {
  position: relative;
  color: var(--primary);
  font-size: 45px;
  transition: 0.5s;
}

.esg-carousel .owl-nav .owl-prev:hover,
.esg-carousel .owl-nav .owl-next:hover {
  color: var(--dark);
}

.esg-carousel .esg-img img {
  max-width: 500px;
  max-height: 250px;
}

.esg-carousel .esg-img .btn-square {
  position: absolute;
  bottom: -19px;
  left: 50%;
  transform: translateX(-50%);
}

.esg-carousel .owl-item .esg-text {
  margin-bottom: 30px;
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.08);
  transform: scale(0.8);
  transition: 0.5s;
}

.esg-carousel .owl-item.center .esg-text {
  transform: scale(1);
}

.img_carousel-esg {
  max-width: 100%;
}

/*** Contact ***/
@media (min-width: 992px) {
  .container.contact {
    max-width: 100% !important;
  }
  .contact-text {
    padding-left: calc((100% - 960px) / 2 + 0.75rem);
  }
}
@media (min-width: 1200px) {
  .contact-text {
    padding-left: calc((100% - 1140px) / 2 + 0.75rem);
  }
}
@media (min-width: 1400px) {
  .contact-text {
    padding-left: calc((100% - 1320px) / 2 + 0.75rem);
  }
}
/*** Footer ***/
.footer .btn.btn-social {
  margin-right: 5px;
  color: #9b9b9b;
  border: 1px solid #9b9b9b;
  border-radius: 38px;
  transition: 0.3s;
}

.footer .btn.btn-social:hover {
  color: var(--primary);
  border-color: var(--light);
}

.footer .btn.btn-link {
  display: block;
  margin-bottom: 5px;
  padding: 0;
  text-align: left;
  color: #9b9b9b;
  font-weight: normal;
  text-transform: capitalize;
  transition: 0.3s;
}

.footer .btn.btn-link::before {
  position: relative;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 10px;
}

.footer .btn.btn-link:hover {
  color: #ffffff;
  letter-spacing: 1px;
  box-shadow: none;
}

@media (max-width: 380px) {
  .footer .email {
    font-size: 12px;
  }
}
.footer .logo {
  width: 150px;
  height: 150px;
}

.footer .copyright {
  padding: 25px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer .copyright a {
  color: var(--light);
}

.footer .copyright a:hover {
  color: var(--primary);
}

/* MAPA */
.box-mapa {
  float: left;
  padding: 20px 0 0 15px;
}

#map {
  position: relative;
  display: none;
  transform: scale(1.2);
  transform: scale(1);
  display: table !important;
  margin: 0 auto;
  float: left;
}

#map .state {
  cursor: pointer;
}

#map .state .shape {
  cursor: pointer;
  -width: 0;
}

#map .state .label_icon_state {
  fill: #fff;
  font-family: Arial;
  font-size: 11px;
  line-height: 12px;
  font-weight: normal;
}

#map .state .label_state {
  display: none;
  font-family: Arial;
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
}

#map .model-davi .state:hover .label_state {
  display: block;
  fill: #fff !important;
}

#map .model-davi .state .shape {
  fill: #ddd;
}

#map .model-davi .statecontainer .shape {
  fill: #32c36c;
}

#map .model-davi .statecontainer:hover .shape {
  fill: #039be5 !important;
}

#map .model-davi .state .icon_state {
  fill: #284779;
}

#map .model-davi .state:hover .icon_state {
  fill: #039be5;
}

#map .model-davi .state .icon_state + .label_icon_state {
  fill: #fff;
}

#map .model-davi .state .label_icon_state {
  fill: #666;
}

#map .model-davi .state:hover .label_icon_state {
  fill: #fff;
}

#map .model-davi .state .label_state {
  fill: #666;
  display: none;
}

#map .model-davi .state .shape {
  transition: all 0.3s ease-in-out;
}

.parca {
  position: relative;
  float: left;
  padding: 0 0 0 15%;
}

.parca select {
  display: none;
  margin: 0 auto;
  width: 230px;
  border: 1px solid #999;
  height: 40px;
  padding: 9px;
  border-radius: 0;
}

.parca .estado {
  position: absolute;
  opacity: 0;
  border-radius: 5px;
  padding: 10px;
  left: 0;
  right: 0;
  display: table;
  width: 600px;
  margin: 0 0 0 80px;
  background: white;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.parca .estado h3 {
  margin-top: 0;
  display: block;
  background-color: var(--primary);
  padding: 10px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  margin-bottom: 20px;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
}

.botao-wpp {
  z-index: -1;
}

.card-map {
  font-size: 1rem;
  color: #343536;
}

.card-content a {
  color: #343536;
}

.negrito {
  font-weight: bolder;
}

.parca #box_mg.estado {
  opacity: 1;
  visibility: visible;
}

.parca .estado .img-fluid {
  width: 80%;
  height: 150px;
  border-radius: 12px;
  margin-bottom: 10px;
}

.parca .estado .email {
  font-size: 13px;
}

.margin-footer-map {
  margin-top: 550px;
}

.elementor video {
  border: none;
  line-height: 1;
  margin: 0;
  max-width: 100%;
  width: 100%;
}

.elementor *,
.elementor :after,
.elementor :before {
  box-sizing: border-box;
}

*,
:after,
:before {
  box-sizing: border-box;
}

video {
  -o-object-fit: contain;
     object-fit: contain;
  overflow-clip-margin: content-box;
  overflow: clip;
}

.filial .img-fluid {
  width: 100%;
  height: 273px;
}

.filial iframe {
  width: 100%;
  height: 273px;
  border-radius: 10px;
}

@media (max-width: 1200px) {
  .container-mapa {
    display: none;
  }
  .margin-footer-map {
    margin-top: 20px;
  }
}
@media (max-width: 1199px) {
  #map {
    transform: scale(1);
  }
}
@media (max-width: 991px) {
  .parceiros .two .parca .estado {
    display: block;
    margin: 45px auto;
    float: none;
    position: absolute;
    left: 0;
    right: 0;
    min-width: 160px;
    max-width: 306px;
  }
  .box-mapa {
    position: relative;
    top: 0;
    left: initial;
    display: table;
    margin: 0 auto;
  }
}
@media (max-width: 500px) {
  .box-mapa {
    display: none;
  }
  .parca select {
    display: block;
  }
}
.author {
  position: absolute;
  bottom: 0;
  z-index: 2;
  width: 100%;
  padding: 30px 15px 15px;
  background: rgba(0, 0, 0, 0);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(54%, rgba(0, 0, 0, 0.54)), color-stop(100%, rgb(0, 0, 0)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.54) 54%, rgb(0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#000000", endColorstr="#000000", GradientType=0 );
}
.author a {
  font-size: 16px;
  display: table;
  margin: 0 auto;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
}
.author a span {
  color: #f7254c;
}/*# sourceMappingURL=style.css.map */