@charset "utf-8";
/* CSS Document */
html {
  scroll-behavior: smooth;
}


body {
    
    font-family:var(--font-family);
    scroll-padding-top: 100px; /* caso tenha header fixo */ 
}

 
#assembleia,
#diretoria,
#conselho-fiscal,
#conselho-etica,
#executivo,
#organismos,
#integridade{
  scroll-margin-top: 120px;
}
 
.corpo-geral-content h3{
  color: #83BD47;
}




/* =========================
   BOXES COM SOMBRA
========================= */

/* grids */
#boxes{
  display: block;  
}
#boxes2{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:10px;
  padding:80px;
  padding-top:0;
  max-width: 1200px;
  margin: auto;
}
#boxes3{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:10px;
  padding:80px;
  padding-top:0;
     max-width: 1200px;
    margin: auto;
}
#boxes4{
  display:grid;
  grid-template-columns:repeat(5,10fr);
  gap:10px;
  padding:80px;
    padding-top:0;
     max-width: 1200px;
    margin: auto;
}
/* responsivo */
@media (max-width: 1024px){
  #boxes{ grid-template-columns:repeat(2,1fr); }
  #boxes2{ grid-template-columns:repeat(2,1fr); }
}
@media (max-width: 768px){
  #boxes{ grid-template-columns:1fr; max-width: 80%; padding:0}
  #boxes2{ grid-template-columns:1fr;  max-width:  80%;  padding:0}
   #boxes3{ grid-template-columns:1fr;  max-width:  80%;  padding:0}
    #boxes4{ grid-template-columns:1fr;   max-width:  80%;  padding:0 }
}

/* cards (box, box2, box3) */
.box{

  display: grid;
  grid-template-columns: 36px auto;
  gap: 10px;
  align-items: center;
  margin-bottom: 1rem;
}

.box img{
  width:32px;
  height:32px;
  display:block;
}



.box3 {
  color: #000000;
  font-weight: 500;
  background:#fff;
  text-align: left;
  border-radius:16px;
  padding:10px 10px 10px;
  border:2px solid var(--cinza-escuro-color);
  box-shadow: 0 10px 0 #8E8F90;
  transform: translate3d(0,0,0);
  backface-visibility: hidden;
  transition: box-shadow .25s ease, transform .25s ease;
}

 .box3:hover {
  
  transform: translate3d(0,-2px,0);
  box-shadow: 0 14px 0 #8E8F90;
}



.box4 {

  background:var(--azul-escuro-color);
  font-weight: 400;
   color: #ffffff;
  text-align: center;
  border-radius:16px;
  padding:20px 10px 20px;
  border:2px solid  #5FC1EE;
  box-shadow: 0 10px 0 #5FC1EE;
  transform: translate3d(0,0,0);
  backface-visibility: hidden;
  transition: box-shadow .25s ease, transform .25s ease;
}

 .box4:hover {
  
  transform: translate3d(0,-2px,0);
  box-shadow: 0 14px 0 #5FC1EE;
}


/* ícones */
.box2 img, .box3 img{
  display:block;
  margin:0 auto 14px;
  width:56px;       /* ajuste se quiser maior */
  height:56px;
  image-rendering: auto; /* remove crisp-edges */
}


/* CONSELHO FISCAL*/


.conselho-fiscal-section {

  padding-bottom: 40px;
  background: #fff;
  color: #27292B;
        
 
}

.conselho-fiscal-content-section{
    padding-top: 60px;
}



.conselho-fiscal-content {
  padding-top: 20px; 
  background-color: #ffffff;
  max-width: 1200px;
  margin: 0 auto;
  font-size: 32px;
  color: var(--cinza-escuro-color);
      padding: 0;

}




.comite-executivo-content {
  background-color: #ffffff;
  max-width: 1200px;
  margin: 0 auto;
  color: #83BD47;
  font-size: 32px;
  padding: 70px 0px 10px 10px;
  
}

.conselho-fiscal-container {
 max-width: 1200px;
  margin: 0 auto;
  font-family: var(--font-family);
  padding-bottom: 0;
  
}

 


@media (max-width: 900px) {
  .conselho-fiscal-container  {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

 

/* FUNDO FULL WIDTH */
.organismos-bg{
  background:var(--texto-color);
  color:#fff;
  padding:80px 20px; /* respiro vertical e lateral */
  margin-top:60px;
}

.organismos-bg p{
  color: #fff;
}

/* CONTEÚDO CENTRALIZADO */
.organismos-container{
  max-width:1200px;
  margin:0 auto;
}

/* TÍTULO */
.organismos-container strong{
  display:block;         
  font-size:32px;
  font-weight:700;
  margin-bottom:24px;    
}

/* PARÁGRAFO */
.organismos-container p{
  font-size:18px;
  line-height:1.6;
  margin:0;
  max-width:1000px;       /* deixa o texto mais elegante */
}



/* CORPO GERAL */

.corpo-geral-section {

  background-color: #ffffff;
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 30px;

}


.corpo-geral-content strong{
  font-size: 32px;
   color: var(--cinza-escuro-color);
   max-width: 1200px;
   text-align: center;
   
  margin: 0 auto;
 
}

.corpo-geral-content h4{
  font-size: 24px;
   color: var(--cinza-escuro-color);
   max-width: 1200px;
  margin: 0 auto;
 
}

.corpo-geral-content {

  background-color: #ffffff;
  max-width: 1200px;
  margin: 0 auto;
  font-size: 32px;
}

.corpo-geral-container {
   max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 513px 1fr;
  gap: 60px;
  align-items: flex-start;
  font-family: var(--font-family);
  color: var(--texto-color)
  
  
}

.corpo-geral-texto p {
  font-size: var(--texto-size);
  line-height: 1.6;
  color: var(--texto-color);
  
}

 

@media (max-width: 900px) {
  .corpo-geral-container {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}




/*  ORGANISMOS DE SUPERVISAO */ 









/* FOTOS GERAIS GALERIAS */



.arrow {
  background: none;
  cursor: pointer;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
   border: none !important;
  outline: none;
  box-shadow: none !important;
}

.arrow img {
  width: 40px; /* ajuste se quiser maior */
  height: auto;
  transition: 0.3s;
}

.arrow:hover img {
  transform: scale(1.15);
}

.arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

.arrow.left {
  left: 10px;
}

.arrow.right {
  right: 10px;
}

.equipe-wrapper {
  position: relative;
   display: flex;
  align-items: flex-start;
  gap: 24px;
     max-width: 1400px;
    margin: auto;

}





.equipe-container {
  overflow: hidden;
  width: 100%;
     max-width: 1200px;
    margin: auto;
}

.equipe-track {
  display: flex;
  gap: 8px;
  transition: transform 0.4s ease;
}



/* ETICA */

.card-etica  {
  flex: 0 0 calc((100% - 16px) / 3);
  text-align: center;
  padding-top: 40px;
}

.card-etica card img {
  width: auto;
  height: auto;
  object-fit: cover;
 
}

.card-etica :hover {
   transition: transform 0.6s ease;
  transform: translate3d(0,-2px,0);
}


 


/* EXECUTIVO*/

.card-executivo {
  flex: 0 0 calc((100% - 16px) / 3);
  text-align: center;
  padding-top: 40px;
}

.card-executivo img {
  width: auto;
  height: auto;
  object-fit: cover;
}

.card-executivo:hover {
  transition: transform 0.6s ease;
  transform: translate3d(0,-2px,0);
}

.card-executivo h3{
  max-width: 250px;
    margin-left: auto;
    margin-right: auto;
}



.card-executivo span {
  color: var(--azul-color);
  font-size: 14px;
}

/* DIRETORIA*/

.card-diretoria  {
  flex: 0 0 calc((100% - 16px) / 3);
  text-align: center;
      padding-top: 40px;
}

.card-diretoria img {
  width: auto;
  height: auto;
  object-fit: cover;
 
}

.card-diretoria :hover {
   transition: transform 0.6s ease;
  transform: translate3d(0,-2px,0);
}

.card-executivo h3,
.card-etica h3,
.card-fiscal h3,
.card-diretoria h3 {
margin-top: 20px;
font-size: var(--texto-size);
font-weight: 400;
  
}

.card-executivo h3 strong,
.card-etica h3 strong,
.card-fiscal h3 strong,
.card-diretoria h3 strong{
   display: block;
   font-size: 18px;
}

 
 

.card-diretoria span {
  color: var(--azul-color);
  font-size: 14px;
}

 




 

.card-executivo {
  flex: 0 0 31%; /* ligeiramente menor que 33.33% para criar espaço sutil */
  text-align: center;
  padding-top: 40px;
}

/* FIACAL */

.card-fiscal  {
  flex: 0 0 calc((100% - 16px) / 3);
  text-align: center;
  padding-top: 40px;
      
}

.card-fiscal img {
  width: auto;
  height: auto;
  object-fit: cover;
 
}

.card-fiscal :hover {
   transition: transform 0.6s ease;
  transform: translate3d(0,-2px,0);
}

 
  



/* responsivo */
@media (max-width: 1024px){
  #card-fiscal, .card-diretoria, .card-etica,.card-executivo{ grid-template-columns:repeat(1,2fr); }
  #card-fiscal, .card-diretoria, .card-etica,.card-executivo{ grid-template-columns:repeat(1,2fr); }
}
@media (max-width: 768px){
 #card-fiscal, .card-diretoria, .card-etica,.card-executivo{ grid-template-columns:1fr; padding:14px 20px; }
#card-fiscal, .card-diretoria, .card-etica,.card-executivo{ grid-template-columns:1fr; padding:40px 20px; }
#card-fiscal, .card-diretoria, .card-etica,.card-executivo{ grid-template-columns:1fr; padding:40px 20px; }
  #card-fiscal, .card-diretoria, .card-etica,.card-executivo{ grid-template-columns:1fr; padding:40px 20px; }
}




 /* ===== MOBILE (< 768px) ===== */
@media (max-width: 767px) {
  
  /* Container principal */
  .equipe {
    width: 100%;
    padding: 24px 0;
    overflow: hidden;
  }

  .equipe-wrapper {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 40px; /* espaço para as setas nas laterais */
  }

  /* Container com scroll */
  .equipe-container {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none; /* Firefox */
    width: 100%;
  }

  .equipe-container::-webkit-scrollbar {
    display: none; /* Chrome/Safari */
  }

  /* Track dos cards */
  .equipe-track {
    display: flex;
    gap: 12px; /* espaço entre cards */
    transition: transform 0.3s ease;
    width: max-content; /* permite scroll horizontal */
  }

  /* Cards - todos os tipos */
  .card-diretoria,
  .card-etica,
  .card-executivo,
  .card-fiscal {
    flex: 0 0 75vw; /* 75% da largura da tela */
    max-width: 280px;
    min-width: 240px;
    text-align: center;
    padding: 12px;
    box-sizing: border-box;
    background: #fff;
    border-radius: 12px;
    scroll-snap-align: center;
  }

  /* Imagens */
  .card-diretoria img,
  .card-etica img,
  .card-executivo img,
  .card-fiscal img {
    width: 100%;
    height: auto;
    max-height: 200px;
    object-fit: cover;
    border-radius: 8px;
    display: block;
    margin: 0 auto;
  }

  /* Títulos */
  .card-diretoria h3,
  .card-etica h3,
  .card-executivo h3,
  .card-fiscal h3 {
    margin: 12px 0 0 0;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 400;
  }

  .card-diretoria h3 strong,
  .card-etica h3 strong,
  .card-executivo h3 strong,
  .card-fiscal h3 strong {
    display: block;
    font-weight: 600;
    margin-bottom: 4px;
  }


  /* Setas de navegação */
  .arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 36px;
    height: 36px;
    border: none;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
  }

  .arrow.left { left: 4px; }
  .arrow.right { right: 4px; }

  .arrow img {
    width: 20px;
    height: 20px;
    display: block;
  }

  /* Esconde setas quando desabilitadas */
  .arrow:disabled {
    opacity: 0;
    pointer-events: none;
  }

  /* Mostra parte do próximo card (peek effect) */
  .equipe-container::after {
    content: '';
    flex: 0 0 20px; /* espaço no final do scroll */
  }


}

@media (max-width: 971px) {
  .box4,
  .box3,
  .box2,
    .box{
    margin-bottom:20px;
  }

}

/* ===== MOBILE PEQUENO (< 480px) ===== */
@media (max-width: 480px) {
  
  .equipe-wrapper {
    padding: 0 36px;
  }

  .card-diretoria,
  .card-etica,
  .card-executivo,
  .card-fiscal {
    flex: 0 0 80vw; /* card maior em telas pequenas */
    min-width: 200px;
  }

  .card-diretoria img,
  .card-etica img,
  .card-executivo img,
  .card-fiscal img {
    max-height: 380px;
    border-radius: 6px;
  }

  .card-diretoria h3,
  .card-etica h3,
  .card-executivo h3,
  .card-fiscal h3 {
    font-size: 13px;
    margin-top: 10px;
  }

  .arrow {
    width: 32px;
    height: 32px;
  }

  .arrow img {
    width: 32px;
    height: 32px;
  }


}




.boxes-supervisao{
  gap:40px;
}

.box-supervisao{
  border-radius:15px;
  padding:20px;
  box-shadow: 1px 1px 17px -3px rgba(0,0,0,0.34);
  font-size:1rem;
  text-align: center;
  align-items: center;
  margin:3rem auto;
  font-size:16px;
  font-weight: 400 !important;
}
.box-supervisao img{
  display: block;
  margin:auto auto;
}
.chamada-box-supervisao{
  text-align: center;
  margin-top:50px;
}


@media (min-width:980px){

  .boxes-supervisao{
    display:flex;
    justify-content: space-between;
    padding-top:50px;
    gap:20px;
  }
  
  .box-supervisao{
    display:flex;
    flex-direction: column;
    margin:0;
    width: 33%;
  }

}

.hero-content video {
  top: 50%;
}

.accordions-icons .accordion-cm-content p:before{
  content:"";
  display:block;
  width:60px;
  height: 60px;
  background: url("../images/tribunal.svg") center center no-repeat;
  background-size: cover;
  top:0;
  left:50%;
  margin-left: 0;
}


.accordions-icons .accordion-cm-content{
        display: flex;
        gap: 10px;
        justify-content: space-around;
        max-width: 96%;
}

.accordions-icons .accordion-cm-content p{
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 15px;
        line-height: 1.25;
        margin: 1rem auto !important;
        height: 125px;
        text-align: center;
        width: 180px;

}

.accordions-icons .accordion-cm-content p.grande{
        height: 150px;
}
        

@media (max-width:700px){

      .accordions-icons .accordion-cm-content {
        display: block;
        gap: 10px;
        justify-content: space-around;
        max-width: 96%;
    }

    .accordions-icons .accordion-cm-content p:before {
        content: "";
        display: block;
        width: 60px;
        height: 60px;
        background: url(../images/tribunal.svg) center center no-repeat;
        background-size: auto 100%;
        top: 0;
        left: 50%;
        margin-left: 0;
        min-width: 80px;
    }

    .accordions-icons .accordion-cm-content p{
      line-height: 1.25;
      height: auto;
      gap: 5px;
      margin: 2rem auto !important;
    }

}

@media (max-width:660px){
  .accordions-icons .accordion-cm-content p{
          height: 125px;
          width: 100%;
          max-width:160px;

  }

  .accordions-icons .accordion-cm-content p.grande{
          height: auto;
  }
}
