@font-face {
  font-family: "Gotham-Bold";
  src: url("../fonts/Gotham Bold.otf") format("opentype");
}

@font-face {
  font-family: "NeoSans";
  src: url("../fonts/NeoSansProRegular.OTF") format("opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "NeoSans";
  src: url("../fonts/NeoSansProItalic.OTF") format("opentype");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: "NeoSans";
  src: url("../fonts/NeoSansProLight.OTF") format("opentype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "NeoSans";
  src: url("../fonts/NeoSansProLightIt.OTF") format("opentype");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: "NeoSans";
  src: url("../fonts/NeoSansProMedium.OTF") format("opentype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "NeoSans";
  src: url("../fonts/NeoSansProMedIt.OTF") format("opentype");
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: "NeoSans";
  src: url("../fonts/NeoSansProBold.OTF") format("opentype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "NeoSans";
  src: url("../fonts/NeoSansProBoldIt.OTF") format("opentype");
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: "NeoSans";
  src: url("../fonts/NeoSansProBlack.OTF") format("opentype");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "NeoSans";
  src: url("../fonts/NeoSansProBlackIt.OTF") format("opentype");
  font-weight: 900;
  font-style: italic;
}

@font-face {
  font-family: "NeoSans";
  src: url("../fonts/NeoSansProUltra.OTF") format("opentype");
  font-weight: 950;
  font-style: normal;
}

@font-face {
  font-family: "NeoSans";
  src: url("../fonts/NeoSansProUltIt.OTF") format("opentype");
  font-weight: 950;
  font-style: italic;
}

body {
  background: url("../images/bg.jpg") no-repeat center center fixed;
  background-size: cover;
  font-family: "NeoSans", sans-serif;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

html {
  overflow-x: hidden;
}

.navbar {
  background-color: transparent !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.navbar-brand img {
  width: 300px;
}

.navbar-nav .nav-link {
  color: #000 !important;
  font-family: "Gotham-Bold", sans-serif;
  font-size: 1.2rem;
  margin-left: 15px;
  margin-right: 15px;
}

.navbar-nav .nav-link:hover {
  color: #52ac7f !important;
}

.navbar-nav .nav-link.active {
  color: #52ac7f !important;
}

.navbar-toggler {
  border-color: #000;
}

.fundo-bege {
  background-color: #d0c8bf;
  min-height: 400px;
  width: 100%;
  margin-top: 200px;
  padding-bottom: 50px;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.search-form input[type="search"] {
  border-radius: 25px;
  background-color: #e2e1da;
  border: 1px solid #e2e1da;
  color: #000;
  font-family: "Gotham-Bold", sans-serif;
  padding: 8px 20px;
}

.search-form input[type="search"]::placeholder {
  color: #000;
  opacity: 0.7;
}

.search-form input[type="search"]:focus {
  background-color: #e2e1da;
  border-color: #52ac7f;
  color: #000;
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(82, 172, 127, 0.25);
}

.barra-colorida {
  width: 100%;
  max-width: 100vw;
  height: 4px;
  background-image: url("../images/barra_colorida.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: repeat-x;
  margin: 0;
  padding: 0;
}

.hero-text {
  font-family: "NeoSans", sans-serif !important;
  color: #3b4a51 !important;
  text-align: center;
  padding: 20px 20px;
  font-size: 1.2rem;
}

.hero-esg {
  width: 100%;
  max-width: 100vw;
  height: 492px;
  background-image: url("../images/hero.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: -4px;
  border-top: #cfcfcf 1px solid;
  margin-left: 0;
  margin-right: 0;
}

.slider {
  position: absolute;
  z-index: 10;
  margin-top: -200px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}

.slider-conteudo {
  position: relative;
}

.slider-bg-bege {
  background-color: #e8e8e8;
  padding: 20px;
  position: relative;
}

.slider-foto {
  padding-left: 0 !important;
  position: relative;
}

.slider-foto img {
  width: 100%;
  height: auto;
  display: block;
}

.slider-seta-direita {
  background-color: #52ac7f;
  position: absolute;
  right: 0;
  width: 30px;
  height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slider-seta-direita:hover {
  background-color: #3b8f5e;
  cursor: pointer;
}

.slider-seta-direita img {
  width: 14px;
  height: auto;
}

.slider-titulo {
  font-family: "NeoSans", sans-serif !important;
  font-weight: 400;
  font-size: 3rem;
  line-height: 1;
  margin-top: 30px;
  padding-bottom: 20px;
  color: #000;
}
.slider-texto {
  font-family: "NeoSans", sans-serif !important;
  font-weight: 300;
  font-size: 1.4rem;
  color: #000;
  padding-top: 20px;
  padding-bottom: 20px;
}
.slider-linha-preta {
  border-top: 1px solid #707070;
  margin-left: -10%;
  width: 110%;
}
.slider-leia-mais {
  border-top: 1px solid #9599a9;
  width: 250px;
  position: absolute;
  bottom: 10px;
}
.slider-leia-mais img {
  width: 130px;
  height: auto;
  margin-right: 5px;
  margin-top: 10px;
}

.sliders-slipses {
  display: flex;
  gap: 10px;
  padding: 20px 0;
  justify-content: center;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  z-index: 5;
}

.sliders-slipse {
  width: 7px;
  height: 7px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
}

.sliders-slipse.ativo {
  background-color: rgba(255, 255, 255, 1);
  transform: scale(1.2);
}

.sliders-slipse:hover {
  background-color: rgba(255, 255, 255, 0.8);
}

/* Animações do Slider */
.slide {
  position: relative;
}

.slide-in-right {
  animation: slideInRight 0.5s ease-out;
}

.slide-in-left {
  animation: slideInLeft 0.5s ease-out;
}

.slide-out-left {
  animation: slideOutLeft 0.5s ease-out;
}

.slide-out-right {
  animation: slideOutRight 0.5s ease-out;
}

@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(100%);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-100%);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slideOutLeft {
  from {
    opacity: 1;
    transform: translateX(0);
  }
  to {
    opacity: 0;
    transform: translateX(-100%);
  }
}

@keyframes slideOutRight {
  from {
    opacity: 1;
    transform: translateX(0);
  }
  to {
    opacity: 0;
    transform: translateX(100%);
  }
}

/* Cards de Notícias (Mobile/Tablet) */
.noticias-cards {
  display: none;
  padding: 40px 0;
}

.card-noticia {
  background-color: #e8e8e8;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.card-noticia-foto {
  width: 100%;
  height: 250px;
  overflow: hidden;
}

.card-noticia-foto img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.card-noticia-conteudo {
  padding: 30px;
  flex: 1;
  display: flex;
  flex-direction: column;
  position: relative;
  padding-bottom: 80px;
}

.card-noticia-titulo {
  font-family: "NeoSans", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 15px;
  color: #2c2c2b;
}

.card-noticia-texto {
  font-family: "NeoSans", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  margin-bottom: 20px;
}

.card-noticia-leia-mais {
  border-top: 1px solid #9599a9;
  padding-top: 15px;
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 30px;
}

.card-noticia-leia-mais img {
  width: 120px;
  height: auto;
}

.boxes {
  margin-top: -200px;
}

.box-esg {
  background-color: #e8e8e8;
  padding-top: 60px;
  padding-bottom: 20px;
}

.box-esg img {
  display: block;
  margin: 0 auto;
  width: 80%;
  height: auto;
}

.box-saiba-mais {
  border-top: 1px solid #9599a9;
  width: 80%;
  margin-left: 10%;
  margin-right: 10%;
  margin-top: 40px;
}
.box-saiba-mais img {
  width: 130px;
  height: auto;
  margin-top: 10px;
  display: block;
  margin-left: 0;
}

.lideres {
  padding-top: 20px;
  border-top: 1px solid #cfcfcf;
  margin-top: 20px;
}
.lideres-titulo {
  font-family: "NeoSans", sans-serif !important;
  font-weight: 400;
  font-size: 3rem;
  line-height: 1;
  padding-bottom: 20px;
  color: #2c2c2b;
  margin-top: 10px;
}

.lideres-texto {
  font-family: "NeoSans", sans-serif !important;
  font-weight: 300;
  font-size: 1.4rem;
  color: #000;
  padding-top: 0px;
  padding-bottom: 20px;
}

.lideres-leia-mais {
  border-top: 1px solid #9599a9;
  width: 250px;
}
.lideres-leia-mais img {
  width: 130px;
  height: auto;
  margin-right: 5px;
  margin-top: 10px;
}
.fundo-verde {
  background-color: #97a995;
  color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
}

.futuro-etico {
  position: relative;
}

.futuro-etico::after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  margin-top: 0px;
  width: 100%;
  height: 1px;
  background-color: #cfcfcf;
}

.futuro-etico::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  margin-top: -5px;
  width: 12px;
  height: 12px;
  background-color: #cfcfcf;
  border-radius: 50%;
  z-index: 1;
}

.box-compromisso {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  font-size: 42px;
  background-color: #e8e8e8;
  color: #2c2c2b;
}

.compromisso-leia-mais {
  border-top: 1px solid #9599a9;
  width: 80%;
  margin: 0 auto;
  margin-top: 10px;
  display: block;
  margin-left: 20px;
}
.compromisso-leia-mais img {
  width: 100px;
  height: auto;
  margin-right: 5px;
  margin-top: 10px;
  display: block;
  margin-left: 0;
}
.banner-relatorio {
  background-image: url("../images/banner_relatorio.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 300px;
}
.relatorio {
  color: #fff;
  text-align: center;
  font-size: 40px;
}

.relatorio-texto {
  align-items: center;
  height: 100%;
}
.img-relatorio {
  width: 100%;
  margin-top: -7%;
}
.btn-esg {
  color: #543733;
  background: #e8e8e8;
  border-radius: 0;
  padding: 10px;
  font-size: 1.2rem;
}
.footer {
  padding-top: 50px;
}

.footer-menus {
  display: flex;
  gap: 40px;
  justify-content: flex-end;
}

.footer-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-copywright {
  background: linear-gradient(to left, #d0c8c0, transparent);
  padding: 10px 20px;
  text-align: right;
}

.footer-rodape {
  background: linear-gradient(
    to right,
    transparent 0%,
    transparent 50%,
    #d0c8c0 80%
  );
}

.footer-menu-titulo {
  font-weight: 700;
  margin-bottom: 10px;
}

.footer-menu li {
  margin-bottom: 5px;
}

.footer-menu a {
  color: #484848;
  text-decoration: none;
}

.footer-menu a:hover {
  color: #6a6a6a;
}

.footer-social-networks {
  padding-top: 10px;
  padding-bottom: 10px;
}

.footer-social-networks a {
  color: #484848;
  text-decoration: none;
  margin: 0 5px;
}

.footer-social-networks a:hover {
  color: #6a6a6a;
}

.footer-copywright {
  padding-top: 10px;
  padding-bottom: 10px;
}

/* ===========================
   PAGINA DE NOTICIAS
   =========================== */
.slider_noticia {
  background-color: #e8e8e8;
  padding: 0;
}

.slider_noticia_img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}

.row_topo_noticias {
  border-top: 1px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 0;
  padding-left: 0;
  margin-bottom: 10px;
}

.select_noticia {
  border: 0;
  background-color: transparent;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-image: none !important;
}

.slider_noticia_data {
  letter-spacing: 5px;
  padding: 10px;
  padding-left: 50px;
  border-bottom: 1px solid #000;
}

.slider_noticia_leia_mais {
  margin-top: 20px;
  border-top: 1px solid #9599a9;
  width: 250px;
}
.slider_noticia_leia_mais img {
  width: 130px;
  height: auto;
  margin-right: 5px;
  margin-top: 10px;
}

.slider_noticia_conteudo {
  margin-top: 20px;
  margin-bottom: 20px;
}

.slider_noticia_titulo {
  font-family: "NeoSans", sans-serif !important;
  font-weight: 400;
  font-size: 4rem;
  line-height: 1;
  color: #000;
}

.slider_noticia_texto {
  font-family: "NeoSans", sans-serif !important;
  font-weight: 300;
  font-size: 1.4rem;
  color: #000;
}

.slider_noticia_arrow_left {
  justify-content: flex-start;
  cursor: pointer;
}

.slider_noticia_arrow_left img {
  width: 14px;
  height: auto;
  margin-left: 5px;
}

.slider_noticia_arrow_right {
  justify-content: flex-end;
  cursor: pointer;
}

.slider_noticia_arrow_right img {
  width: 14px;
  height: auto;
  margin-right: 5px;
}

/* Elipses do Slider de Notícias */
.slider_noticia_elipses {
  display: flex;
  gap: 10px;
  padding: 20px 0;
  justify-content: center;
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}

.slider_noticia_elipse {
  width: 7px;
  height: 7px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
}

.slider_noticia_elipse.ativo {
  background-color: rgba(255, 255, 255, 1);
  transform: scale(1.2);
}

.slider_noticia_elipse:hover {
  background-color: rgba(255, 255, 255, 0.8);
}

/* Animações do Slider de Notícias */
.slide-noticia {
  position: relative;
}

.noticias {
  border-top: 1px solid #cfcfcf;
  padding-top: 20px;
  margin-top: 20px;
}

.noticia-data {
  letter-spacing: 3px;
  margin-top: 50px;
  margin-left: 30px;
}

.noticia-texto {
  background-color: #e8e8e8;
  position: relative;
  padding-bottom: 80px;
}

.noticia-titulo {
  font-family: "NeoSans", sans-serif !important;
  font-weight: 400;
  font-size: 2.5rem;
  line-height: 1;
  margin-top: 20px;
  margin-left: 30px;
  padding-bottom: 10px;
  color: #000;
}

.noticia-resumo {
  font-family: "NeoSans", sans-serif !important;
  font-weight: 300;
  font-size: 1.2rem;
  color: #000;
  margin-left: 30px;
  margin-bottom: 20px;
  padding-right: 30px;
}

.noticia-leia-mais {
  border-top: 1px solid #9599a9;
  width: 250px;
  margin-left: 30px;
  position: absolute;
  bottom: 20px;
  left: 0;
}
.noticia-leia-mais img {
  width: 130px;
  height: auto;
  margin-right: 5px;
  margin-top: 10px;
}

.noticia-linha {
  border-top: 1px solid #707070;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 30px;
  margin-left: 0;
  padding-left: 0;
}

.noticia {
  margin-bottom: 0px;
}

.noticia-separador {
  width: 100%;
  height: 1px;
  background-color: #cfcfcf;
  margin: 30px 0;
}

.noticia-texto {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.noticia-texto-direita .noticia-data {
  margin-left: 0;
  margin-right: 30px;
  text-align: right;
}

.noticia-texto-direita .noticia-titulo {
  margin-left: 0;
  margin-right: 30px;
  text-align: right;
}

.noticia-texto-direita .noticia-linha {
  margin-left: 30px;
  margin-right: 0;
}

.noticia-texto-direita .noticia-resumo {
  margin-left: 0;
  margin-right: 30px;
  padding-left: 30px;
  padding-right: 0;
  text-align: right;
}

.noticia-texto-direita .noticia-leia-mais {
  left: auto;
  right: 0;
  margin-left: 0;
  margin-right: 30px;
  text-align: right;
}

.noticia-imagem {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.noticia-imagem img {
  display: block;
  width: 100%;
  height: auto;
}

.pagina-padrao {
  background-color: #e8e8e8;
  min-height: 500px;
  padding: 20px;
  margin-top: 50px;
}

.pagina-padrao a {
  color: #52ac7f !important;
}

.pagina-padrao a:hover {
  color: #527a66 !important;
}

.acessibilidade a {
  color: #52ac7f !important;
  text-decoration: none;
}

.acessibilidade a:hover {
  color: #527a66 !important;
}

.acessibilidade-links a:not(:first-child) {
  margin-left: 10px;
}

.acessibilidade-links a {
  margin-right: 10px;
}

.single_data {
  letter-spacing: 5px;
  border-bottom: 1px solid #cecece;
  margin-bottom: 20px;
}

/* ===========================
   MEDIA QUERIES - RESPONSIVO
   =========================== */

/* Tablets e telas médias (abaixo de 1200px) */
@media (max-width: 1199px) {
  .slider,
  .slider_noticias,
  .construindo-futuro,
  .img-relatorio, .acessibilidade {
    display: none;
  }

  .navbar-brand img {
    width: 250px;
  }

  .noticias-cards {
    display: block;
    margin-top: 0px;
  }

  .footer-menus {
    margin-top: 20px;
  }

  .hero-esg {
    display: none;
  }

  .barra-colorida {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
  }

  .fundo-bege {
    margin-top: 0px;
    padding-top: 0px;
  }

  .boxes {
    margin-top: 50px;
  }

  .lideres-leia-mais {
    margin-bottom: 20px;
  }
}
