.indice {
  position: fixed;
  top: 120px;
  /* debajo del header */
  right: 30px;
  width: 280px;
  background: #f3f3f3;
  padding: 25px;
  border-radius: 16px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}

.indice h3 {
  font-size: 22px;
  margin-bottom: 20px;
  color: #333;
}

/* buscador */
.buscador {
  width: 100%;
  padding: 12px;
  border-radius: 10px;
  border: 1px solid #ddd;
  margin-bottom: 20px;
  font-size: 14px;
}

/* lista */
.indice ul {
  list-style: none;
}

.indice li {
  padding: 12px 0;
  border-bottom: 1px solid #ddd;
}

.indice li:last-child {
  border-bottom: none;
}

.indice a {
  text-decoration: none;
  color: #444;
  font-size: 15px;
  transition: 0.2s;
}

.indice a:hover {
  color: black;
  padding-left: 5px;
}

@media (max-width: 1000px) {
  .indice {
    display: none;
    /* 🔥 se oculta en móvil */
  }
}

.imagen-seccion {
  max-width: 900px;
  margin: 100px 0 40px 80px;
  /* 👈 aumenta este valor */
}

.imagen-seccion img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  border-radius: 20px;
  display: block;
}

@media (max-width: 1000px) {

  .imagen-seccion {
    margin: 30px;
    max-width: 100%;
  }

  .imagen-seccion img {
    height: 250px;
  }
}

.titulo-ecologico {
  font-size: 32px;
  color: #1e1e1e;
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: Arial, sans-serif;
  font-weight: bold;
  margin: 20px 0;
  flex-wrap: wrap;
  /* permite salto en pantallas pequeñas */
  margin: 20px 0 20px 80px;
  /* más margen a la izquierda */

}

/* ICONO */
.titulo-ecologico i {
  color: #2ecc71;
  font-size: 1em;
}

/* 📱 MÓVILES */
@media (max-width: 768px) {
  .titulo-ecologico {
    font-size: 26px;
    gap: 8px;
  }
}

/* 📱 MÓVILES PEQUEÑOS */
@media (max-width: 480px) {
  .titulo-ecologico {
    font-size: 22px;
    text-align: center;
    justify-content: center;
  }
}

/* =========================
   CONTENEDOR TARJETAS
========================= */
.tarjetas-eco {
  display: flex;
  gap: 20px;

  /* alineado con tu contenido */
  margin: 30px 0 40px 80px;

  /* evita que ocupen toda la pantalla */
  max-width: 900px;

  flex-wrap: wrap;
}

/* =========================
   TARJETAS BASE
========================= */
.tarjeta {
  flex: 1;
  min-width: 260px;
  max-width: 430px;

  background: #ffffff;
  border-radius: 16px;
  padding: 20px;

  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  font-family: Arial, sans-serif;
}

/* =========================
   TÍTULOS
========================= */
.tarjeta h3 {
  margin-bottom: 15px;
  font-size: 20px;
  color: #1e1e1e;
}

/* =========================
   LISTAS
========================= */
.tarjeta ul {
  list-style: none;
  padding: 0;
}

.tarjeta li {
  display: flex;
  align-items: center;
  gap: 10px;

  padding: 10px 0;
  font-size: 15px;
  color: #444;

  border-bottom: 1px solid #eee;
}

.tarjeta li:last-child {
  border-bottom: none;
}

/* =========================
   TARJETA VERDE
========================= */
.eco-verde h3 {
  color: #27ae60;
}

.eco-verde i {
  color: #2ecc71;
}

/* =========================
   TARJETA AZUL
========================= */
.eco-azul h3 {
  color: #2980b9;
}

.eco-azul i {
  color: #3498db;
}

/* =========================
   RESPONSIVE
========================= */
@media (max-width: 1000px) {
  .tarjetas-eco {
    margin: 30px;
    max-width: 100%;
  }

  .tarjeta {
    max-width: 100%;
  }
}

.tarjeta-simple {
  max-width: 880px;
  margin: 30px 0 40px 80px;
  /* alineada con tu contenido */
  background: #ffffff;
  padding: 20px;
  border-radius: 16px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  font-family: Arial, sans-serif;
  color: #444;
  line-height: 1.6;
}

/* firma */
.tarjeta-simple .firma {
  margin-top: 15px;
  font-style: italic;
  color: #666;
  font-size: 14px;
}

/* responsive */
@media (max-width: 1000px) {
  .tarjeta-simple {
    margin: 30px;
    max-width: 100%;
  }
}

.titulo-ciudad {
  font-size: 30px;
  color: #1e1e1e;
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: Arial, sans-serif;
  font-weight: bold;

  /* alineado con tu layout */
  margin: 40px 0 20px 80px;
}

.titulo-ciudad i {
  color: #3498db;
}

/* responsive */
@media (max-width: 1000px) {
  .titulo-ciudad {
    margin: 30px;
  }
}

.seccion-ciudad {
  margin-top: 10px;
}

.tarjeta-simple {
  max-width: 900px;
  margin: 30px 0 40px 80px;
  background: #ffffff;
  padding: 20px;
  border-radius: 16px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  font-family: Arial, sans-serif;
  color: #444;
  line-height: 1.7;
}

/* responsive */
@media (max-width: 1000px) {
  .tarjeta-simple {
    margin: 30px;
    max-width: 100%;
  }
}

.tarjeta-simple p {
  margin-bottom: 16px;

}

.tarjeta-simple p:last-child {
  margin-bottom: 0;
}

.titulo-edificabilidad {
  font-size: 30px;
  color: #1e1e1e;
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: Arial, sans-serif;
  font-weight: bold;

  /* alineado con tu layout */
  margin: 40px 0 20px 80px;
}

.titulo-edificabilidad i {
  color: #e67e22;
  /* tono diferente para variar secciones */
}

/* responsive */
@media (max-width: 1000px) {
  .titulo-edificabilidad {
    margin: 30px;
  }
}

/* lista final */
.lista-edificabilidad {
  margin-top: 10px;
  padding-left: 20px;
}

.lista-edificabilidad li {
  margin-bottom: 8px;
  color: #444;
  font-size: 15px;
}

.titulo-levantamiento {
  font-size: 30px;
  color: #1e1e1e;
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: Arial, sans-serif;
  font-weight: bold;

  margin: 40px 0 10px 80px;
}

.titulo-levantamiento i {
  color: #27ae60;
}

.texto-levantamiento {
  max-width: 900px;
  margin: 0 0 40px 80px;
  font-size: 16px;
  color: #444;
  line-height: 1.6;
  font-family: Arial, sans-serif;
}

/* responsive */
@media (max-width: 1000px) {

  .titulo-levantamiento,
  .texto-levantamiento {
    margin: 30px;
  }
}

.tarjeta-verde {
  max-width: 900px;
  margin: 30px 0 40px 80px;

  background: #eafaf1;
  /* verde suave */
  border-left: 6px solid #2ecc71;

  padding: 20px;
  border-radius: 16px;

  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
  font-family: Arial, sans-serif;
  color: #2d6a4f;
  line-height: 1.6;
}

/* responsive */
@media (max-width: 1000px) {
  .tarjeta-verde {
    margin: 30px;
    max-width: 100%;
  }
}

.tarjetas-reptiles {
  max-width: 900px;
  margin: 30px 0 40px 80px;
}

/* título */
.titulo-reptiles {
  font-size: 26px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.titulo-reptiles i {
  color: #27ae60;
}

/* GRID */
.tarjetas-reptiles {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 15px;
}

/* tarjeta */
.tarjeta-reptil {
  background: #ffffff;
  border-radius: 14px;
  padding: 15px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.06);
  font-family: Arial;
}

/* nombre */
.tarjeta-reptil h4 {
  margin: 0;
  font-size: 16px;
  color: #1e1e1e;
}

/* científico */
.nombre-cientifico {
  font-size: 13px;
  color: #27ae60;
  font-style: italic;
  display: block;
  margin: 5px 0 10px;
}

/* descripción */
.tarjeta-reptil p {
  font-size: 14px;
  color: #555;
}

/* destacada */
.destacada {
  border-left: 4px solid #e74c3c;
}

/* responsive */
@media (max-width: 1000px) {
  .tarjetas-reptiles {
    margin: 30px;
  }
}

/* nota debajo del título */
.nota {
  font-size: 13px;
  color: #777;
  margin-bottom: 15px;
}

/* CONTENEDOR GENERAL */
.bloque-fauna {
  max-width: 900px;
  margin: 40px 0 40px 80px;
}

/* TÍTULO */
.titulo-seccion {
  font-size: 26px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: Arial, sans-serif;
}

.titulo-seccion i {
  color: #2ecc71;
}

/* NOTA */
.nota {
  font-size: 13px;
  color: #777;
  margin-bottom: 20px;
  font-family: Arial, sans-serif;
}

/* GRID */
.grid-fauna {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}

/* TARJETAS */
.card-fauna {
  background: #ffffff;
  border-radius: 14px;
  padding: 18px;
  border: 1px solid #eee;
  transition: 0.2s;
  font-family: Arial, sans-serif;
}

/* HOVER */
.card-fauna:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
}

/* NOMBRE */
.card-fauna h4 {
  margin: 0;
  font-size: 17px;
  color: #1e1e1e;
}

/* NOMBRE CIENTÍFICO */
.card-fauna span {
  display: block;
  font-size: 13px;
  color: #27ae60;
  font-style: italic;
  margin: 5px 0 10px;
}

/* DESCRIPCIÓN */
.card-fauna p {
  font-size: 14px;
  color: #555;
  margin: 0;
  line-height: 1.5;
}

/* RESPONSIVE */
@media (max-width: 1000px) {
  .bloque-fauna {
    margin: 30px;
  }
}

.anexos {
  max-width: 900px;
  margin: 40px 0 40px 80px;
}

.tarjeta-anexos {
  background: #ffffff;
  border-radius: 16px;
  padding: 25px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  font-family: Arial, sans-serif;
}

/* TITULO */
.tarjeta-anexos h3 {
  font-size: 24px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.tarjeta-anexos h3 i {
  color: #2ecc71;
}

/* DESCRIPCION */
.descripcion {
  color: #555;
  margin-bottom: 20px;
}

/* BOTONES */
.botones {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}

.botones a {
  text-decoration: none;
  background: #f4f4f4;
  padding: 10px 14px;
  border-radius: 10px;
  font-size: 14px;
  color: #333;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: 0.2s;
}

/* hover */
.botones a:hover {
  background: #eaeaea;
  transform: translateY(-2px);
}

/* youtube */
.youtube a {
  background: #ffecec;
  color: #c0392b;
}

.youtube a:hover {
  background: #ffd6d6;
}

/* declaracion */
.declaracion {
  text-align: center;
  margin: 25px 0;
  font-size: 16px;
  color: #333;
}

/* imagen */
.imagen-anexo img {
  width: 100%;
  border-radius: 12px;
  margin-top: 10px;
}

/* responsive */
@media (max-width: 1000px) {
  .anexos {
    margin: 30px;
  }
}