@font-face {
  font-family: "Matter";
  src: url("../fonts/Matter-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Matter";
  src: url("../fonts/Matter-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

.home {
  overflow-x: hidden !important;
}
.main {
  position: relative;
  z-index: 1 !important;
  overflow: hidden !important;
}
.main-home {
  padding: 0!important;
}

h2,
p,
a,
h3,
h1,
h4,
h5,
h6,
.wp-block-button {
  z-index: 1 !important;
  position: relative !important;
}

.wp-block-image {
  position: relative !important;
  z-index: 1 !important;
}

.alignfull .paddingNone {
  margin-right: -102px !important;
  padding-right: 90px !important;
}

.space {
  /* margin-top: 120px; */
}

.custom-class-newpages{
  margin-top: 70px!important;
  padding: 0!important;
}

.hero-container {
  position: relative !important;
  width: 100vw !important;
  height: 100vh !important;
  overflow: hidden !important;
  margin-top: 100px !important;
}

.hero {
  position: absolute !important;
  top: 0 !important;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 1s ease;
}

.hero1 {
  z-index: 1 !important;
  opacity: 1 !important;
}

.hero2 {
  z-index: 2 !important;
  position: absolute;
  top: 0 !important;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transform: translateY(-100%);
  transition: transform 1s ease, opacity 1s ease;
}

.hero2-active {
  transform: translateY(0);
  opacity: 1;
}

.hero1-inactive {
  opacity: 0;
}

.home-title {
  max-width: 1000px !important;
  margin: auto;
}

.h2-home {
  font-family: "Montserrat", sans-serif !important;
  color: #1e6150 !important;
  font-size: 48px !important;
  font-weight: 500 !important;
  line-height: 64px !important;
  text-align: center;
  margin: 0;
}

.h3-home {
  font-family: "Montserrat", sans-serif !important;
  font-size: 48px !important;
  font-weight: 300 !important;
  line-height: 64px !important;
  text-align: center;
  margin: 0;
}

.part1 {
  padding: 0 !important;
  border-bottom: none !important;
  top: 0;
  width: 100%;
  right: 0;
  height: 32px;
  margin: 0 !important;
  background-color: #1e6150;
  color: #fff !important;
  display: flex !important;
}

.logo {
  height: 58px !important;
  background-size: contain !important;
  padding: 0 100px !important;
}

.part2{
    padding: 0!important;
    border-bottom: none!important;
    display: flex!important;
    width: 100%;
    right: 0;
    height: 100px;
    margin: 0 !important;
    padding: 0 !important;
    background-color: #FAF9F5;    
    align-items: center;
    flex-wrap: wrap;
}

.nav-meta {
  width: 100%;
  color: #fff !important;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0 100px !important;
  height: 100%;
  top: 15.5px !important;
}

.nav-meta ul li a {
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: 400;
  line-height: 19.2px;
  color: #fff !important;
}
.nav-meta ul .menu-item .menu-4c-portal a {
  background-image: url("../img/icon-4c-portal-login-white.svg") !important;
}

.nav-meta__list > li.menu-4c-portal > a {
  background-color: #eb5a2b !important;
  border: none !important;
  height: 24px !important;
  font-family: "Montserrat";
  font-size: 14px;
  font-weight: 400;
  line-height: 16.8px;
  text-align: center;
  padding: 0 !important;
  min-width: 105px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 15px !important;
}

.nav-main {
  padding: 0 100px !important;
  height: 100%;
  top: 0px;
  display: flex;
  align-items: center;
  color: #000 !important;
}

.nav-main ul li a {
  color: #000 !important;
  font-family: "Montserrat";
  font-size: 18px;
  font-weight: 400;
  line-height: 21.6px;
  text-align: left;
}

.tabela-off table td {
  border-bottom: none !important;
  font-family: "Montserrat";
  font-size: 24px;
  font-weight: 400;
  line-height: 52px;
  text-align: left;
  color: #236055;
  padding: 9px 10px !important;
}

.tabela-off table td a {
  text-decoration: none;
}

.btnAbout a {
  border: 2px solid #eb5a2b !important;
}

.imagesAbout {
  position: relative !important;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

.imagesAbout figure {
  margin: 0;
  padding: 0;
}

.videoInvolced video {
  border-radius: 30px !important;
  z-index: 3 !important;
  position: relative !important;
}

.imagesRight {
  position: relative !important;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

.imagesRight figure {
  margin: 0;
  padding: 0;
}

.linhaForm {
  display: flex !important;
  align-items: flex-end;
  gap: 20px;
}

.btnSubm {
  margin: 0 !important;
  background-color: #f05e2d !important;
  border: solid 2px #f05e2d !important;
  color: #fff !important;
}

.linhaForm > p > label > span > input.formcontrol {
  border-radius: 30px !important;
  border: solid 1px #fff !important;
  background-color: #fff !important;
}

.imagesStay {
  position: relative !important;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

.imagesStay figure {
  margin: 0;
  padding: 0;
}

.footer {
  background-color: #faf9f5 !important;
}

.footer h4 {
  color: #000;
  font-family: "Montserrat";
  font-size: 20px;
  font-weight: 600;
  line-height: 34px;
  text-align: left;
  text-transform: none;
}

.footer li a {
  color: #000;
  font-family: "Montserrat";
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  text-align: left;
}

.ftbtm {
  background-color: #1e6150 !important;
  margin: 0;
  padding: 12px 40px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ftbtm p {
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  text-align: left;
  margin: 0;
  color: #ffffff;
}
/* 
.backgroud1{
    position: relative;
}
.backgroud1::before{
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-image: url("../img/Page-1.png");
    background-size: contain;
    height: 520px;
    width: 690px;
    bottom: -45px;
    left: -92px;

} */
/* 
.cafeRight{
    position: relative;
}
.cafeRight::before{
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-image: url("../img/cafer.png");
    background-size: contain;
    height: 220px;
    width: 690px;
    bottom: -45px;
    right: -490px;
} */
/* 
.coffe{
    position: relative;
}
.coffe::before{
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-image: url("../img/coffee.png");
    background-size: contain;
    height: 490px;
    width: 690px;
    top: -150px;
    right: -490px;
} */
/* 
.globoLaranja{
    position: relative;
}
.globoLaranja::before{
    background-image: url("../img/Group1862.png");
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    height: 1500px;
    width: 990px;
    top: -2px;
    right: -386px;
    z-index: 1;
} */

.block-news--grouplist,
.block-projects--grouplist,
.block-events--grouplist,
.block-why4c--grouplist {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 20px;
  justify-content: center !important;
}

.newsGroup {
  max-width: 500px !important;
  width: 420px !important;
  height: 420px !important;
}

.newsGroup img {
  width: 100% !important;
}

.block-news__element--grouplist,
.block-projects__element--grouplist,
.block-events__element--grouplist,
.block-why4c__element--grouplist {
  max-width: 550px;
  position: relative !important;
  border: none !important;
}

.textGroup{
    position: absolute!important;
    bottom: 30px;
    left: 0;
    min-width: 300px!important;
    background: linear-gradient(344.1deg, rgba(58, 98, 91, 0.5) 13.87%, rgba(61, 99, 92, 0.5) 115.72%);
    margin: 0 10px 10px 10px!important;
    border-radius: 16px;
    padding: 15px 15px 0;
    z-index: 1;
}

.textGroup h4 {
  position: absolute;
  top: -39px;
  background: #f05e2d;
  color: #fff;
  padding: 2px 18px;
  border-radius: 16px;
  font-size: 25px;
  text-transform: capitalize;
}

.textGroup h3 {
  line-height: 22px;
}

.textGroup h3 a {
  font-family: "Montserrat";
  font-size: 18px;
  font-weight: 400;
  text-align: left;
  color: #fff;
}

.textGroup p {
  font-family: "Montserrat";
  font-size: 14px;
  font-weight: 300;
  text-align: left;
  color: #fff;
  margin: 0;
}

.textGroup p a {
  color: #eb5a2b;
  font-family: "Montserrat";
  font-size: 15px;
  font-weight: 500;
  line-height: 64px;
  text-align: left;
  text-decoration: none !important;
}

.carroselItem {
  position: relative;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.block-why4c .flickity-prev-next-button {
  top: 102% !important;
}

.block-why4c .flickity-prev-next-button.next {
  right: 45% !important;
  background-color: #eb5a2b !important;
  color: #fff !important;
}

.block-why4c .flickity-prev-next-button.previous {
  left: 45%;
  background-color: #eb5a2b !important;
  color: #fff !important;
}

.contentWhy {
  position: absolute;
  left: 0;
  max-width: 300px;
  height: auto;
  border-radius: 20px;
  background: linear-gradient(344.1deg, rgba(58, 98, 91, 0.8) 13.87%, rgba(172, 206, 200, 0.8) 115.72%);
}

.contentWhy h2 a {
  font-family: "Montserrat";
  font-size: 22px;
  font-weight: 500;
  line-height: 1;
  text-align: left;
  color: rgba(253, 251, 241, 1);
}

.block-why4c--block-why4c .block-why4c--carousel .block-why4c--carousel__flickity {
  top: 0 !important;
}

/* Estilos para o contêiner do gráfico */
.grafico-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  min-height: 250px;
}

.grafico-item {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  width: 20%; /* Ajuste conforme necessário para o número de barras visíveis */
  text-align: center;
}

.grafico-bar {
  /* A altura da barra é controlada via PHP com o valor_percentual */
  width: 10px; /* Largura fixa da barra */
  margin-top: 10px; /* Espaçamento superior */
}

/* Estilo para o gráfico de círculo */
.grafico-circulo-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.circular-chart {
  width: 120px;
  height: 120px;
}

/* .circle-bg {
  stroke: #eee;
} */

.circle {
  stroke: #ff5722; /* Cor para "Robusta" */
  stroke-width: 7;
}

.circle-arabica {
  stroke: #ffa500; /* Cor para "Arabica" */
  stroke-width: 7;
}

/* .grafico-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
}

.grafico-item {
    display: inline-block;
    margin: 0 10px;
}

.grafico-barra {
    display: flex;
    align-items: flex-end;
    margin: 10px 0;
}

.grafico-bar {
    width: 10px;
    background-color: #4CAF50;
    
}

.grafico-circulo {
    display: inline-block;
    margin: 0 15px;
}

.circular-chart {
    transform: rotate(-90deg);
}

.grafico-legenda {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
}

.legenda-item {
    display: flex;
    align-items: center;
    margin: 5px 0;
}

.legenda-nome {
    font-weight: bold;
    margin-right: 10px;
}

.legenda-valor {
    color: #333;
} */

@media screen and (max-width: 500px) {
  .newsGroup {
    max-width: 500px !important;
    width: 320px !important;
    height: 320px !important;
  }

  .textGroup {
    bottom: 20px;
  }

  .textGroup h3 {
    line-height: 15px;
  }

  .textGroup h3 a {
    font-size: 14px;
  }

    .textGroup p a{
        font-size: 14px;
    }
    .part2 {
        height: auto!important;
        min-height: 100px;
        padding-top: 10px!important;
    }
    .hero {
        padding-top: 200px!important;
    }
    .h3-home {
        font-size: 30px !important;
    }
    .h2-home {
        font-size: 38px !important;
    }
    .is-style-arrow-hero a {
        top: 33px!important;
    }
    .is-style-toggle {
        max-width: 340px!important;
        padding: .875rem 2.8125rem .4375rem .875rem!important;
        font-size: 14px!important;
    }
    h2{
        padding: 0 20px!important;
    }
    p{
        padding: 0 20px!important;
    }
    .is-style-toggle:after {
        height: 4px!important;
        width: 13px!important;
    }
    .is-style-toggle::before {
        width: 13px!important;
        height: 4px!important;
    }
    .is-style-big-padding {
        padding: 30px 10px 28px 10px!important;
    }
    .ftbtm {
        height: auto!important;
    }
    .ftbtm p {
        line-height: normal!important;
    }
    .toggle.active{
        top: 27px!important;
    }
    .nav-main {
        padding: 10px!important;
        width: 100%!important;
        margin: 0 10px!important;
    }
    .nav-main__list>li>ul>li>a {
        font-size: 14px!important;
    }
    
}

@media screen and (max-width: 1030px) {
    .toggle {
        top: 37px!important;
        right: 50px!important;
    }
    .part2 {
        height: auto!important;
        min-height: 100px;
        padding-top: 10px!important;
        flex-direction: column!important;
        align-items: flex-start!important;
    }
    .nav-main {
        padding: 10px!important;
        width: 99%!important;
        margin: 0 10px!important;
    }
    .nav-main__list>li>ul>li>a {
        font-size: 14px!important;
    }
}

.swiper-container.slides-per-view {
  width: 100%;
  height: auto;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.has-dark-green-color {
  color: #1e6150;
}
.has-dark-green-background-color {
  background-color: #1e6150;
}

.has-light-green-color {
  color: #85c48f;
}
.has-light-green-background-color {
  background-color: #85c48f;
}

.has-dark-brown-color {
  color: #3c1f00;
}
.has-dark-brown-background-color {
  background-color: #3c1f00;
}

.has-orange-color {
  color: #eb5a2b;
}
.has-orange-background-color {
  background-color: #eb5a2b;
}

.has-green-color {
  color: #e2f1e7;
}
.has-green-background-color {
  background-color: #e2f1e7;
}

.has-grey-color {
  color: #c7c7c7;
}
.has-grey-background-color {
  background-color: #c7c7c7;
}

.has-light-grey-color {
  color: #F2F2F2;
}
.has-light-grey-background-color {
  background-color: #F2F2F2;
}

.has-black-color {
  color: #000000;
}
.has-black-background-color {
  background-color: #000000;
}

.has-white-color {
  color: #FFFFFF;
}
.has-white-background-color {
  background-color: #FFFFFF;
}

.has-beige-color {
  color: #F3F1E7;
}
.has-beige-background-color {
  background-color: #F3F1E7;
}

.has-creme-color {
  color: #FAF9F5;
}
.has-creme-background-color {
  background-color: #FAF9F5;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}
