/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 07 2025 | 20:09:22 */
/* === CONTAINER GERAL === */
.ppgeciv-apresentacao {
  font-family: sans-serif;
  max-width: 1200px;
  margin: auto;
  padding: 2em 1em;
  line-height: 1.6;
}

/* === GRID TEXTO + IMAGEM === */
.ppgeciv-apresentacao-grid {
  display: flex;
  flex-wrap: nowrap;
  gap: 2em;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 3em;
}

/* Texto à esquerda */
.ppgeciv-texto {
  flex: 1;
  max-width: 50%;
}

/* Imagem à direita */
.ppgeciv-lateral {
  flex: 1;
  max-width: 50%;
  text-align: center;
}

/* Estilo da imagem */
.ppgeciv-lateral img {
  width: 100%;
  max-width: 240px;
  height: auto;
  margin: auto;
  display: block;
}

/* === RESPONSIVO === */
@media (max-width: 768px) {
  .ppgeciv-apresentacao-grid {
    flex-direction: column;
    align-items: center;
  }

  .ppgeciv-texto,
  .ppgeciv-lateral {
    max-width: 100%;
    flex: 1 1 100%;
  }

  .ppgeciv-lateral img {
    max-width: 200px;
  }
}

/* === CONTADORES EM LINHA === */
.ppgeciv-bloco-contador {
  background-color: #f4f8f5;
  border-radius: 12px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
  padding: 2em 1.5em;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  overflow-x: auto;
  gap: 1em;
}

.ppgeciv-bloco-contador .contador-item {
  flex: 1 1 auto;
  text-align: center;
  min-width: 160px;
  transition: all 0.3s ease;
}

.ppgeciv-bloco-contador .contador-item:hover {
  transform: scale(1.05);
  background-color: #e8f4ee;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.ppgeciv-bloco-contador .contador-num {
  font-size: 2.8em;
  font-weight: bold;
  color: #0e6946;
}

.ppgeciv-bloco-contador .contador-label {
  font-size: 1em;
  margin-top: 0.3em;
  color: #333;
}
.ppgeciv-bloco-contador {
  margin-bottom: 8em; /* aumenta o espaço antes da próxima seção */
}
/* === FADE-IN === */
.fade-in {
  opacity: 0;
  transform: translateY(40px) scale(0.98);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.fade-in.visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

/* Exibir imediatamente os elementos iniciais */
.ppgeciv-apresentacao .fade-in {
  opacity: 1 !important;
  transform: translateY(0) !important;
}
.ppgeciv-bloco {
  max-width: 960px;
  margin: 4em auto;
  padding: 1em;
  font-size: 1em;
}

/* Bloco ocupa toda a largura e tem fundo diferenciado */
.ppgeciv-bloco-estrutura {
  background-color: #f2f7f5;
  border-radius: 12px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.08);
  padding: 4em 2em;
  margin: 5em auto;
  max-width: 1200px;
  box-sizing: border-box;
}

.ppgeciv-conteudo-estrutura {
  max-width: 960px;
  margin: auto;
}


/* Título destacado */
.ppgeciv-titulo-bloco {
  font-size: 2em;
  color: #0e6946;
  margin-bottom: 0.7em;
  border-bottom: 3px solid #d0e8dd;
  padding-bottom: 0.4em;
  text-align: center;
}




.ppgeciv-legenda-logo {
  margin-top: 1em;
  font-family: sans-serif;
  text-align: center;
  line-height: 1.4;
}

.ppgeciv-legenda-logo .linha1 {
  font-size: 1.1em;
  font-weight: bold;
  color: #0e6946;
  text-transform: uppercase;
}

.ppgeciv-legenda-logo .linha2 {
  font-size: 0.95em;
  color: #333;
  font-weight: normal;
}

/* Lista de estrutura */
.ppgeciv-lista-estrutura {
  margin: 2em 0;
}

.area-bloco {
  margin-bottom: 2.5em;
}

.area-bloco p {
  margin-bottom: 0.6em;
  font-weight: bold;
  color: #0e6946;
}

.area-bloco ul {
  padding-left: 1.5em;
  list-style-type: disc;
  margin-top: 0;
}

.divisor-estrutura {
  border: none;
  border-top: 1px solid #ccc;
  margin: 2.5em auto;
  max-width: 400px;
}
.ppgeciv-bloco {
  max-width: 960px;
  margin: 5em auto;
  padding: 1em;
  font-size: 1em;
  line-height: 1.7;
}

.ppgeciv-titulo-bloco {
  font-size: 2em;
  color: #0e6946;
  margin-bottom: 0.8em;
  border-bottom: 3px solid #d0e8dd;
  padding-bottom: 0.4em;
  text-align: center;
}

.ppgeciv-bloco-branco {
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.06);
  padding: 4em 2em;
  margin: 5em auto;
  max-width: 1200px;
  box-sizing: border-box;
}

.ppgeciv-bloco-branco .ppgeciv-titulo-bloco {
  font-size: 2em;
  color: #0e6946;
  margin-bottom: 0.8em;
  border-bottom: 3px solid #d0e8dd;
  padding-bottom: 0.4em;
  text-align: center;
}

.ppgeciv-bloco-branco p {
  max-width: 960px;
  margin: auto;
  margin-bottom: 1.5em;
  font-size: 1em;
  line-height: 1.7;
}
.ppgeciv-scroll-container {
  scroll-snap-type: y mandatory;
  overflow-y: scroll;
  height: 100vh;
  scroll-behavior: smooth;
}

.ppgeciv-scroll-bloco {
  scroll-snap-align: center;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
