@font-face {
    font-family: 'America';
    src: url('./fonts/GT-America-Standard-Bold-Trial.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
  }



 /* Reinicios y configuración global */
 * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    scroll-behavior: smooth;
    line-height: 1.6;
  }
  a {
    text-decoration: none;
    color: inherit;
  }
  /* Navegación fija en la parte superior */
  nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1000;
  }
  nav ul {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 10px;
  }
  nav ul li {
    margin: 0 15px;
  }
  nav ul li a {
    color: #fff;
    font-weight: bold;
    transition: color 0.3s;
  }
  nav ul li a:hover {
    color: #61af33;
  }

  /* Secciones a pantalla completa */
  header, section {
    height: max-content;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
  }
  .container {
    width: 100%;
    width: 100%;
    height: 100vh;
    border-bottom-right-radius:30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  h2{
    color :#036447;
    font-size: 3rem;
  }
  .logo{
    width: 100%;
    height: 35vh;
    max-width: 350px;
    padding: 40px;
    background-color: white;
    border-top-left-radius: 30%;
    border-bottom-right-radius:30%;
}
  .sobre-nosotros{
    width: 100%;
    height: 70vh;
    padding: 0;
    display: flex;
    flex-direction: column ;
    gap: 15px;
    padding:4%;
  }
  .sobre-nosotros h2{
    width: 90%;
    height: max-content;
    
  }
  .sobre-nosotros span{
    width: 70%;
    font-family: 'Inter';
    font-size: 1rem;
    line-height: 2;
    border-top-left-radius: 80px;
    border-bottom-right-radius: 80px;

  }
  .container-mision{
    width: 80%;
    height: 70vh;
    color: black;
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .container-mision h2{
    font-family: 'America';
    font-weight: 300;
  }
  .opciones-mision{
    background-color: #dff6cc;
    padding: 50px;
    border-radius:30px ;
    margin: 0 auto;
    display: flex;
    gap: 50px;
    width: 100%;
}
.material-symbols-outlined.mision{
  background-color: #093d34;
  border-radius: 50%;
  width: max-content;
  padding: 15px;
  margin: 0 auto;
  color: #ffffff;
}
.opciones-mision p{
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.opciones-mision p > span{
    font-size: 3rem;
}
.opciones-mision p{
    font-size: 1.2rem;
    font-family: "Inter";
}
.iconos{
    display: flex;
    flex-direction: column;
}

#valores{
height: 100vh;
position: relative;

}
.figura{
  transform: rotate(180deg);
}
.container-valores{
    position: relative;
    width: 60%;
    height:70%;
    padding: 30px;
}

.center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 550px;  /* Ajusté el tamaño para que sea más pequeño */
    height: 150px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 50%;
    font-weight: bold;
    font-size: 1.1rem;
}

/* Se coloca a la misma distancia desde el centro en todos los casos */
.point {
    position: absolute;
    width: 180px;
    height: 180px;
    background-color: #3d5407;
    color: white;
    font-family: 'Inter';
    font-size: 0.775rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-weight: 700;
    padding: 10px;
    transform: translate(-50%, -50%); /* Aseguramos que los puntos estén centrados en su posición */
}
/* Distribución circular precisa */
.point:nth-child(2) { 
    top: 0%; 
    left: 50%; /* Arriba */
}

.point:nth-child(3) { 
    top: 25%; 
    left: 100%; /* Derecha superior */
}

.point:nth-child(4) { 
    top: 75%; 
    left: 100%; /* Derecha inferior */
}

.point:nth-child(5) { 
    top: 100%; 
    left: 50%; /* Abajo */
}

.point:nth-child(6) { 
    top: 75%; 
    left: 0%; /* Izquierda inferior */
}

.point:nth-child(7) { 
    top: 25%; 
    left: 0%; /* Izquierda superior */
}

.point:nth-child(8) { 
    top: 50%; 
    left: 0%; /* Izquierda central */
}
#opcionesRetiro{
display: flex;
flex-direction: column;
gap: 40px;
padding: 30px;
}
#opcionesRetiro h2{
  font-size: 2rem;
}
#opcionesRetiro p{
  font-size: 1.3rem;
}
.slider-retiro {
  overflow: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90%; /* Asegura que el slider ocupe todo el ancho disponible */
  padding: 40px 0; /* Para evitar cortes en los extremos */
}

.contenedor-op-retiro {
  display: flex;
  justify-content: flex-start; 
  gap: 20px;
  position: relative;
  min-width: 100%; /* Asegura que ocupe al menos el ancho del slider */
}

.contenedor-tarjeta {
  flex: 0 0 30%;
  height: 390px;
  padding: 20px;
  background: rgba(108, 149, 70, 0.25);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  backdrop-filter: blur(13.5px);
  -webkit-backdrop-filter: blur(13.5px);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.18);
}
.contenedor-tarjeta h2{
  font-size:1.3rem !important;
}
.contenedor-tarjeta p{
font-size: 1rem !important;
}
.slider-btn {
  position: absolute;
  display: flex;
  justify-content: center;
  background-color: #036447;
  color: white;
  border: 1px solid;
  cursor: pointer;
  padding: 10px 15px;
  font-size: 24px;
  border-radius: 50%;
  transition: 0.3s;
}
#btn-prev{
  left: 0;
  display: flex;  
  z-index: 1;
}
#btn-next{
  right: 0;
}
.slider-btn:hover {
  background-color: #61af33;
}
.img-tarjeta{
  width: 100%;
}
.img-tarjeta img{
  width:100%;
}



#iniciaTramite{
height: 100vh;
}
.container-tramite{
    width: 100%;
    height: 80vh;
    margin: 0;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.txt-tramite{
    width: 60%;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.contenido-tramite h2{
    font-family: 'America';
    font-weight: 300;
    font-size: 2.3rem;
}
.container-tramite span{
    font-family: 'Inter';
    font-size: 1.1rem;
}
.contenido-tramite{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    line-height: 2;
    color: black;
}
.contenido-tramite h2{
  color: black;
}
.txt-tramite ul{
  width: 80%;
  margin: 0 auto;
  text-align: left;
    line-height:2.5;
    padding: 30px;
    font-family: 'Inter';
    font-size: 1.1rem;
}
.pie-tramite{
    width: 100%;
    right: 0;
    bottom: 0;
    font-style: oblique;
    color: black;
}

.img-tramite{
    width: 50%;
    height: 100%;
    position: relative;
    box-sizing: border-box;
}

.img-tramite figcaption{
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white !important;
    top: 0;
    padding: 20px;
}
figcaption img{
  width: 60%;
}
.img-tramite svg{
  width: 100%;
  height: 100%;
}
#proceso{
  display: flex;
  padding: 50px;
  justify-content: center;
  align-self:center;
}
.titulos-proceso{
  width: 40%;
  padding: 30px;
  display: flex;
  flex-direction: column;
}

.pasos-proceso {
  width: 70%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.paso {
  background-color: #edf8dd;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.paso:hover {
  transform: translateY(-5px);
}

.paso h2 {
  font-size: 1.5rem;
  color: #036447;
  margin-bottom: 10px;
  font-weight: 600;
}

.paso small {
  font-size: 1rem;
  color: #61af33;
  font-weight: bold;
  display: block;
  margin-bottom: 8px;
}

.paso span {
  font-size: 1rem;
  color: #333;
  line-height: 1.5;
}

.paso:last-child {
  margin-bottom: 0;
}




.terminos{
    width: 100%;
    height: 40px;
    text-align: center;
}
.terminos span {
    width: 100%;
    font-style: oblique;
    font-size: 0.875rem;
}

.container-retiro img{
    width: 40%;
    margin-top: 2%;
}
.container-retiro h2{
  font-size: 2rem;
}
.container-contacto{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.container-contacto a{
    color: #61af33;
}
.container-contacto a:hover{
    color: #52b35f;
}
  /* Sección Header: Hero */
  header {
      position: relative;
    color: #fff;
    display: flex;
    flex-direction: column;
  }
  header ::before{
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-image: url("img/fondo.webp");
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      filter: blur(4px);
      z-index: -1;
  }
  header h1 {
    font-size: 3em;
    margin-bottom: 0.5em;
  }
  header p {
    font-size: 1.2em;
  }
  
  /* Secciones con fondo de paleta (cada ID usa un color distinto) */
  #sobre-nosotros { background: #fff; color: black; }
  #mision { background: #fff; color: #fff;  height: 60vh;}
  #valores { background: #12362d; }
  #opcionesRetiro { background: #fff; }
  #iniciaTramite { background: #f4f4f4; color: #fff; }
  #contacto { background: #093d34; color: #fff; }
  #ubicacion { background: #12362d; color: #fff; }
  /* Sección para el anuncio de retiro, con fondo neutro */
  #retiro { background: #f4f4f4; }
  #terminos { background: #f4f4f4; }
  #retiro img {
    max-width: 100%;
    border-radius: 8px;
  }
  /* Formulario de contacto */
  form {
    margin-top: 20px;
  }
  form input, form textarea, form button {
    width: 100%;
    padding: 10px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
  }
  form button {
    background: #036447;
    color: #fff;
    font-size: 1em;
    cursor: pointer;
    transition: background 0.3s;
  }
  form button:hover {
    background: #1e8246;
  }
  /* Footer */
  footer {
    background:  #093d34;
    color: #fff;
    text-align: center;
    padding: 20px;
  }
  footer h2 {
    font-size: 1.5em;
    margin-bottom: 0.5em;
    color: #fff;
  }
  footer img{
    width: 10%;
    height: auto;
  }
  .footer-links{
    display: grid;
    margin: 0 auto;
    grid-template-columns: repeat(7, 1fr);
    justify-content: center;
    gap: 40px;
  }
  .footer-links a{
    cursor: pointer;
  }
  .footer-container{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    padding: 20px;
  }
  .footer-contacto{
    padding: 10px;
    width: 70%;
    border-top: 1px solid #fff;
    text-align: left;
  }
  .Transparencia{
    padding: 10px;
    width: 70%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 10px;
    border-top:1px solid #fff;
    text-align: left;
  }
  .logo-blanco{
    width: 17%;
    height: auto;
  }
  /* Responsive */
  @media (max-width: 768px) {
    header h1 {
      font-size: 2.5em;
    }
    nav ul li {
      margin: 0 10px;
    }
  }


  @media (max-width:799px) {
    .icons{
      width: 100%;
      height: max-content;
      color: #fff;
      display: flex;
      justify-content: space-between;
      padding: 20px;
      cursor: pointer;
    }
    .icons span{
      font-size: 2.5rem;
    }
    nav{
      height: max-content;
    }
    nav ul{
      display: none;
      height: 50%;
      flex-direction: column;
      gap: 10px;
    }
    nav ul li{
      width: 100%;
      height: max-content;

    }
    .sobre-nosotros{
      display: flex;
      flex-direction: column;
      width: 100%;
      height: 100%;
      justify-content: flex-start;
    }
    .sobre-nosotros h2{
      width: 100%;
      height: min-content;
      clip-path: none;
      font-size: 3rem;
      justify-content: center;
      padding: 20px;
    }
    .salto{
      display: none !important;
    }
    .sobre-nosotros span{
      width: 90%;
      padding-right: 0;
      padding: 20px;
    }

.container-mision{
  height: auto;
}
    .opciones-mision{
      display: flex;
      flex-direction: column;
    }
    #mision{
      height: auto;
    }
    #valores{
      height: max-content;
    }
    .container-valores {
      display: flex;
      flex-direction: column;
      align-items: center;
      height: auto;
      width: 100%;
      margin: 0 auto;
  }

  .center {
      position: relative;
      top: auto;
      left: auto;
      transform: none;
      width: 100%;
      height: auto;
      border-radius: 0;
      padding: 20px;
      font-size: 1.3rem;
  }
  .point {
      position: relative;
      top: auto;
      left: 0 !important;
      transform: none;
      width: 90%;
      height: auto;
      border-radius: 10px;
      margin: 10px 0;
      padding: 20px;
      font-size: 1.3rem;
  }

  .contenedor-tarjeta{
    flex: 0 0  80%;
  }

  #opcionesRetiro{
      height: auto;
  }
.slider-retiro{
  width: 100%;
}
#iniciaTramite{

  height: max-content;
  padding: 0;
  margin: 0;
  box-sizing: border-box !important;
}
.container-tramite{
  display: flex;
  flex-direction: column;
  width: 100%;
  height: max-content;
  padding: 0;
  margin: 0;
}
.container-tramite div{
  width: 100%;
}
.contenido-tramite ul{
  text-align: center;
  list-style-type: none;
}
#proceso{
  display: flex;
  flex-direction: column;
  padding: 20px;
}
.titulos-proceso{
  width: 100%;
}

#retiro{
  height: max-content;
  padding: 20px;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.container-retiro{
  height: max-content;
}
.container-retiro h2{
  font-size: 1.3rem;
}
.container-retiro img{
  width: 70%;
}

.terminos{
  height: max-content;
  padding: 15px;
}

.footer-container{
  width: 100%;
  justify-content: center;
}
.footer-contacto{
  width: 100%;
}
.Transparencia{
  width: 100%;
}
.logo-blanco{
  width: 50%;
  height: auto;
}

}