.page {
    width: 100%;            /* La página ocupa el 100% del ancho disponible */
    max-width: 1200px;       /* El ancho máximo de la página */
    margin: 0 auto;          /* Centrar la página horizontalmente */
    padding: 10px;           /* Espacio interno */
    background-color: #fff;  /* Color de fondo blanco */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); /* Sombra suave para dar relieve */
}


/* SECCION 1 */
.ile_1 {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
}

.section_1 {
    position: relative;
    display: flex;
    align-items: center;
    height: 530px;
    background: url('images/ILE/banner_ile.webp') no-repeat center center/cover;
    background-size: contain;
    color: #3c3c3c;
    padding: 20px;
    z-index: 0;
    overflow: hidden;
}

.section_1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0) 54%);
    z-index: 1;
    pointer-events: none;
}

/* TABLETS: Ajustamos el degradado para que sea un poco más sutil */
@media (max-width: 1024px) {
    .section_1::before {
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0.7) 60%, rgba(255, 255, 255, 0) 70%);
    }
}

/* MÓVILES: Reducimos aún más la opacidad y extendemos el degradado */
@media (max-width: 768px) {
    .section_1::before {
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0.6) 60%, rgba(255, 255, 255, 0) 70%);
    }
}

.section_1 > * {
    position: relative;
    z-index: 2;
}




.content_1 {
    max-width: 50%;
    padding: 20px;
    align-content: center;
}

.title_1 h1 {
    font-size: 2rem;
    font-weight: bold;
	text-align: justify;
	color:#011d62;
}

.texto_p {
    font-size: 1.2em;
    line-height: 1.5;
}

/* Estilos responsivos */
@media screen and (max-width: 1024px) {
    .content_1 {
        max-width: 60%;
    }

    .title_1 h1 {
        font-size: 1.8em;
		color:#011d62;
		text-align:center;
    }
	
	.title_1 h1 {
		font-size: 1.4em;
	}

   .texto_p  {
        font-size: 1.1em;
		color:#3c3c3c;
    }
}

@media screen and (max-width: 768px) {
    .section_1 {
        flex-direction: column;
        min-height:100vh;
        text-align: center;
        padding: 0px 20px;
        background: url('images/ILE/Banner-principal_mobile.webp') no-repeat center center/cover;
    }

    .content_1 {
        max-width: 90%;
        padding: 10px;
    }

    .title_1 {
        font-size: 1em;
    }

   .texto_p {
        font-size: 1.1em;
    }
}

@media screen and (max-width: 480px) {
    .title_1 {
        font-size: 1.1em;
    }

    .texto_p {
        font-size: 1em;
		text-align: left;
    }
}

		
/* SECCION_2 */
.seccion-aborto {
      background-color: #ab77a6; /* Color lila de fondo */
      color: white;
      padding: 30px 20px;
      border-radius: 20px;
      font-family: 'Segoe UI', sans-serif;
      text-align: center;
      max-width: 1000px;
      margin: 40px auto;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
    }

    .seccion-aborto strong {
      font-weight: bold;
      font-size: 1.2em;
      display: block;
      margin-bottom: 10px;
    }

    .seccion-aborto span {
      display: block;
      font-size: 1.2em;
    }






/* SECCION_3 */
.derechos { 
    font-family: Arial, sans-serif;
    background-color: white;
    color: white;
    text-align: center;
    margin: 0;
    padding: 20px;
}

.texto_3{
    color: #004F71;
    font-size: 30px;
    line-height: 1.5;
    text-align: center;
}

.container_ile {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    max-width: 1100px;
    margin: auto;
    margin-bottom: 30px;
}


.box_ile_azul {
    background-color: #00669E;
    padding: 20px;
    border-radius: 20px;
    text-align: center;
    align-content: center;
}

.box_ile_rosa {
    background-color: #A36D9C;
    padding: 10px;
    border-radius: 20px;
    text-align: center;
    align-content: center;
}

.box_ext {
    border-radius: 40px;
    display: flex;
}

.box_ext_rosa {
    border-radius: 40px;
    display: flex;
}

.box_ile_azul img, .box_ile_rosa img {
    width: 120px;
    height: 120px;
}

/* Responsividad */
@media screen and (max-width: 1024px) {
    .container_ile {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 768px) {
    .container_ile {
        grid-template-columns: repeat(1, 1fr);
    }
    .texto_3 {
        font-size: 24px;
    }
    .box_ile_azul img, .box_ile_rosa img {
        width: 120px;
        height: 120px;
    }
}

@media screen and (max-width: 480px) {
    .derechos {
        padding: 15px;
    }
    .texto_3 {
        font-size: 20px;
    }
    .box_ile_azul img, .box_ile_rosa img {
        width: 100px;
        height: 100px;
    }
}

/* SECCION_4 */
.body_4 {
    font-family: Arial, sans-serif;
    background: #FBF5F7;
    padding-bottom: 50px;
	padding-top:0px;
}

.container_4 {
    width: 95%;
    margin-left: 30px;
}

.texto_4 {
    color: #004F71;
    font-size: 30px;
    width: 100%;
    padding: 10px;
    /* border-top: 1px solid #000; */
    /* border-bottom: 1px solid #000; */
    display: block;
    box-sizing: border-box;
    text-align: center;
}

.texto_5 {
    color: #3c3c3c;
    font-size: 20px;
    width: 90%;
    padding: 10px;
    display: block;
    box-sizing: border-box;
    text-align: center;
    margin-left: 30px;
}

.methods {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

.method {
    width: 40%;
    background: #fff;
    color: #3c3c3c;
    padding: 20px;
    border-radius: 50px;
    text-align: center;
    margin: 10px;
}

.method img {
    width: 250px;
    height: 250px;
    border-radius: 50%;
    margin-bottom: 10px;
    border: 10px solid #A36D9C;
}

/* Responsividad */
@media (max-width: 768px) {
    .container_4 {
        margin-left: 10px;
        padding: 15px;
    }

    .texto_4 {
        font-size: 22px;
        padding: 8px;
    }

    .texto_5 {
        font-size: 20px;
        width: 100%;
        margin-left: 0;
        padding: 8px;
    }

    .method {
        width: 80%;
        padding: 15px;
    }

    .method img {
        width: 200px;
        height: 200px;
        border: 8px solid #A773A1;
    }
}

@media (max-width: 480px) {
    .texto_4 {
        font-size: 18px;
        padding: 6px;
    }

    .texto_5 {
        font-size: 18px;
        padding: 6px;
    }

    .method {
        width: 100%;
        padding: 10px;
    }

    .method img {
        width: 150px;
        height: 150px;
        border: 6px solid #A773A1;
    }
}


	
/* SECCION_5*/
.requisitos {
    font-family: Arial, sans-serif;
    background-color: #fff;
    color: #3c3c3c;
    text-align: center;
    padding: 40px;
}

.container_rec {
    max-width: auto;
    margin: auto;
    margin-top: 60px;
    margin-bottom: 20px;
}

.texto_rec {
    font-size: 35px;
    font-weight: bold;
	color:#0D466B
}


.texto_rec_5 {
    font-size: 22px;
    line-height: 1.6;
    font-weight: normal;
    text-align: justify;
}

.bold {
    font-weight: bold;
}

.container_5_rec {
    display: flex;
    justify-content: space-around;
    padding: 20px;
	background: #F7FCFF;
}

.box_5, .box_5_rosa {
    width: 30%;
    padding: 10px;
    padding-bottom: 50px;
    border-radius:10px;
    
    
}

/* Efecto de brillo para .box_5 */
.box_5 {
    background-color: #F7FCFF;
}

/* Efecto de brillo para .box_5_rosa */
.box_5_rosa {
    background-color: #F7FCFF;
}


.box_5 img, .box_5_rosa img {
    width: 250px;
    height: 250px;
    margin: 20px;
}


.box-title_5 {
    color:#5E869A;
    padding: 10px;
    border-radius: 5px;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1.6;
}

.box-title_5_rosa {
    color:#5E869A;
    padding: 10px;
    border-radius: 5px;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1.6;
}

/* Responsividad */
@media (max-width: 1024px) {
    .container_5_rec {
        flex-direction: column;
        align-items: center;
    }

    .box_5, .box_5_rosa {
        width: 80%;
        margin-bottom: 20px;
    }
}

@media (max-width: 768px) {
    .texto_rec {
        font-size: 28px;
    }
    
    .texto_rec_5 {
        font-size: 18px;
    }

    .box_5 img, .box_5_rosa img {
        width: 200px;
        height: 200px;
    }
}

@media (max-width: 480px) {
    .texto_rec {
        font-size: 24px;
    }
    
    .texto_rec_5 {
        font-size: 16px;
    }

    .box_5, .box_5_rosa {
        width: 100%;
    }

    .box_5 img, .box_5_rosa img {
        width: 150px;
        height: 150px;
    }
}


/* SECCION_6 */
.banner6 {
            width: 100%;
            max-height: auto; /* Ajusta la altura según necesidad */
            overflow: hidden;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .banner6 img {
            width: 100%;
            height: auto;
            object-fit: cover;
        }
		
/* SECCION_7 */

 .body7 {
      font-family: Arial, sans-serif;
      background-color: #FBF5F7;
      margin: 0;
      padding: 2rem;
      color: #333;
    }

    h1 {
      text-align: center;
      font-size: 1.8rem;
      margin-bottom: 3rem;
    }

    h1 span {
      color: #d47cab;
    }

    .grid-container {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 40px;
	  margin: 0 80px;
    }

    .box {
      display: flex;
      flex-direction: column;
      gap: 40px; /* separación entre encabezado y contenido */
    }

    .box-header {
      background-color: #ab77a6;
      padding: 1rem 1.5rem;
      border-top: 5px solid #ab77a6;
      border-radius: 15px;
	  text-align:center;
    }
	.box-header-1 {
      padding: 1rem 1.5rem;
      border-radius: 15px;
	  text-align:center;
    }

    .box-header h2 {
      font-size: 1.1rem;
      color: #4b2d52;
      margin: 0;
    }
 .box-header-1 h2 {
      font-size: 1.1rem;
    }

    .box-header h2 span {
      color: #fff;
    }
	.box-header-1 h2 span {
      color: #a64ca6;
    }

    .box-content {
      padding: 1.5rem;
      border-radius: 15px;
    }
	
	.box-content-pink {
      background-color: #ab77a6;
      padding: 2rem;
      border-radius: 15px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    }

    .step {
  display: flex;
  align-items: center; /* Centra verticalmente */
  justify-content: center; /* Centra horizontalmente */
  gap: 1rem; /* Espacio entre imagen y texto */
  /* margin-bottom: 1rem; */
}

.step img {
  width: 100px;
  height: 130px;
  object-fit: contain;
  background-color: #FFF;
  padding:10px;
}

.step p {
  font-size: 0.95rem;
  margin: 0;
  text-align: justify; /* Centra el texto dentro del contenedor */
}


    .step2 {
  display: flex;
  align-items: center; /* Centra verticalmente */
  justify-content: center; /* Centra horizontalmente */
  gap: 1rem; /* Espacio entre imagen y texto */
  /* margin-bottom: 1rem; */
}
.step2 img {
  width: 100px;
height: 140px;
  object-fit: contain;
  background-color: #B388A9;
}

.step2 p {
  font-size: 0.95rem;
  margin: 0;
  text-align: justify; /* Centra el texto dentro del contenedor */
  color:white
}

  @media (max-width: 1024px) {
  .grid-container {
    margin: 0 40px;
    grid-template-columns: 1fr; /* Una columna para tablets */
  }
}

@media (max-width: 768px) {
  .grid-container {
    margin: 0 20px;
    grid-template-columns: 1fr; /* Una columna para móviles */
    gap: 30px;
  }

  h1 {
    font-size: 1.5rem;
    margin-bottom: 2rem;
  }

  .box-header h2,
  .box-header-1 h2 {
    font-size: 1rem;
  }

  .box-content,
  .box-content-pink {
    padding: 1rem;
  }

  .step,
  .step2 {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .step img,
  .step2 img {
    width: 100px;
    height: auto;
	margin:10px;
  }

  .step p,
  .step2 p {
    font-size: 0.9rem;
  }
}
  
.fondo-numero {
  position: relative;
  padding: 0px;
}

.numero-fondo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 300px;
  font-weight: bold;
  opacity: 0.2;
  pointer-events: none;
  user-select: none;
}

/* Colores distintos según clase */
.fondo-numero.color-rosa .numero-fondo {
  color: #c9a1b6;
}

.fondo-numero.color-blanco .numero-fondo {
  color: #fff;
}




@media (max-width: 768px) {
  .numero-fondo {
    display: none;
  }
}


/* SECCION_8 */
.body8 {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  background-color: white;
  color: #333;
}

.contenedor8 {
  max-width: 1200px;
  margin: 50px auto;
  padding: 20px;
  display: flex;
  flex-direction: row;
  gap: 30px;
  align-items: center;
}

.texto8 {
  flex: 1;
}

.texto8 h1 {
  font-size: 40px;
  color: #1a365d;
  margin-bottom: 20px;
  font-weight: normal;
}

.destacado8 {
  font-weight: bold;
  color: #004080;
}

.texto8 p {
  font-size: 18px;
  margin-bottom: 20px;
}

.texto8 ul {
  list-style: none;
  padding: 0;
}

.texto8 li {
  font-size: 18px;
  margin-bottom: 15px;
  position: relative;
  padding-left: 25px;
}

.punto8 {
  width: 10px;
  height: 10px;
  background-color: #003366;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 8px;
}

.imagen8 {
  flex: 1;
  text-align: center;
}

.imagen8 img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* Responsive para tablets */
@media (max-width: 768px) {
  .contenedor8 {
    flex-direction: column;
    text-align: center;
  }

  .texto8 h1 {
    font-size: 32px;
  }

  .texto8 p,
  .texto8 li {
    font-size: 16px;
  }
}

/* Responsive para móviles */
@media (max-width: 480px) {
  .contenedor8 {
    padding: 15px;
    margin: 30px auto;
  }

  .texto8 h1 {
    font-size: 24px;
  }

  .texto8 p,
  .texto8 li {
    font-size: 15px;
  }

  .punto8 {
    width: 8px;
    height: 8px;
    top: 7px;
  }
}






/* SECCION_9 */
 
.body9 {
  margin: 0;
  font-family: Arial, sans-serif;
}

.ile-section {
  background: linear-gradient(to bottom, white 50%, #fbfeff 50%);
  padding: 40px 20px;
  text-align: center;
}

.ile-title {
  color: #003b64;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 40px;
}

.ile-container {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.ile-box {
  background: white;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  padding: 20px;
  border-radius: 8px;
  width: 300px;
  text-align: left;
}

.ile-box img {
  display: block;
  margin: 0 auto 15px;
  height: 100px;
}

.ile-box p {
  margin: 10px 0;
}

.mito {
  color: #993366;
  font-weight: bold;
}

.realidad span {
  color: #993366;
  font-weight: bold;
}

/* Responsive para tablets */
@media (max-width: 768px) {
  .ile-title {
    font-size: 24px;
    margin-bottom: 30px;
  }

  .ile-box {
    width: 80%; /* Hace que ocupe más espacio horizontal */
  }

  .ile-box img {
    height: 90px;
  }
}

/* Responsive para móviles */
@media (max-width: 480px) {
  .ile-section {
    padding: 30px 10px;
  }

  .ile-title {
    font-size: 20px;
  }

  .ile-box {
    width: 100%; /* Caja ocupa todo el ancho disponible */
    padding: 15px;
  }

  .ile-box img {
    height: 80px;
  }

  .ile-box p {
    font-size: 16px;
  }
}

 
 
/* SECCION_10 */

.body10 {
  margin: 0;
  font-family: Arial, sans-serif;
}

.impacto-ile {
  background-color: #fbfeff;
  padding: 40px 20px;
}

.contenedor {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.impacto-ile h2 {
  color: #003b61;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 20px;
}

.impacto-ile h2 span {
  color: #0a5c88;
}

.descripcion {
  font-size: 20px;
  margin-bottom: 40px;
}

.columnas {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.columna {
  flex: 1;
  min-width: 280px;
  max-width: 500px;
  text-align: center;
}

.columna img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.columna p {
  margin-top: 15px;
  font-size: 20px;
}

/* Responsive para tablets */
@media (max-width: 768px) {
  .impacto-ile {
    padding: 30px 15px;
  }

  .impacto-ile h2 {
    font-size: 24px;
  }

  .descripcion {
    font-size: 18px;
  }

  .columna p {
    font-size: 18px;
  }
}

/* Responsive para móviles */
@media (max-width: 480px) {
  .impacto-ile {
    padding: 20px 10px;
  }

  .impacto-ile h2 {
    font-size: 20px;
  }

  .descripcion {
    font-size: 16px;
  }

  .columna p {
    font-size: 16px;
  }

  .columna {
    min-width: 100%;
  }
}




/* SECCION_11 */
.body11 {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 20px;
  background-color: #fff;
  color: #333;
}

h1 {
  text-align: center;
  color: #9c6aa8;
}

.intro11 {
  background-color: #9c6aa8;
  color: white;
  padding: 40px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  text-align: center;
  margin-bottom: 30px;
}

.grid11 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.box11 {
  background-color: #f9f9f9;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 15px;
  border-radius: 10px;
}

.box11 img {
  width: 100px;
  height: 100px;
  margin-right: 10px;
  flex-shrink: 0;
}

.box-text11 {
  flex: 1;
  font-size: 20px;
}

.box-text11 strong {
  font-weight: bold;
}

.nota-final {
  text-align: center;
  margin-top: 30px;
  font-size: 20px;
}

.nota-final strong {
  font-weight: bold;
}

/* Estilos responsivos para tablets */
@media (max-width: 768px) {
  .grid11 {
    grid-template-columns: 1fr; /* Una columna en tablets */
  }

  .box11 {
    flex-direction: column; /* Apilar imagen y texto */
    text-align: center;
  }

  .box11 img {
    margin: 0 auto 15px auto; /* Centrar imagen con espacio inferior */
  }

  .box-text11 {
    font-size: 18px;
  }
}

/* Estilos responsivos para móviles */
@media (max-width: 480px) {
  .body11 {
    padding: 15px;
  }

  .intro11 {
    padding: 25px;
    font-size: 16px;
  }

  .box-text11 {
    font-size: 16px;
  }

  .nota-final {
    font-size: 16px;
    padding: 10px;
  }
}




/* FLECHA DE REGRESO */
#irArriba {
      position: fixed;
      bottom: 110px;
      right: 240px;
      background-color: #333;
      color: white;
      border: none;
      padding: 12px 16px;
      border-radius: 10%;
      cursor: pointer;
      font-size: 30px;
      display: none; /* Oculto por defecto */
      box-shadow: 0 4px 6px rgba(0,0,0,0.3);
      z-index: 1000;
      transition: background-color 0.3s;
    }

    #irArriba:hover {
      background-color: pink;
    }
	/* RESPONSIVO PARA TABLETS */
@media (max-width: 1024px) {
  #irArriba {
    right: 40px;
    bottom: 90px;
    font-size: 28px;
    padding: 10px 14px;
  }
}

/* RESPONSIVO PARA MÓVILES */
@media (max-width: 768px) {
  #irArriba {
    right: 20px;
    bottom: 70px;
    font-size: 26px;
    padding: 8px 12px;
  }
}