body {
  margin: 0;
  font-family: 'Nunito Sans', sans-serif;
  background-color: #000;
  color: white;
}

.seccion {
  background: url('assent/backgrounds/fondo_seccion1.png') no-repeat center center / cover;
  padding: clamp(0px, 5vw, 15px);

}

.contentsection1 {
  margin: 0 auto;
  padding: 4em 1em;
  text-align: center;
}

.contenedor {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: clamp(20px, 5vw, 60px);
  max-width: 1300px;
}

.logo {
  flex: 1 1 450px;
  max-width: 570px;
  text-align: center;
  margin-left: 00px;
  margin-top: 20px;
  animation: fadeSlide 1s ease-in-out both;

}

.logo img {
  width: 105%;
  height: auto;
  display: block;
}

.contenido {
  flex: 1 1 300px;
  max-width: 900px;
  text-align: left;
  margin-top: -50px;
}

.contenido h1 {
  font-size: clamp(1.0rem, 3vw, 2rem);
  line-height: 1.2;

}

.contenido h1 span {
  color: #7da8ff;
  font-size: clamp(1.0rem, 3.75vw, 2.75rem);
}

.contenido p.highlight {
  font-weight: bold;
  margin: clamp(16px, 2vw, 24px) 0 12px;
  font-size: clamp(1rem, 2vw, 1.2rem);
}

.contenido p {
  font-size: clamp(0.95rem, 1.8vw, 1.1rem);
  line-height: 1.3;
  max-width: 100%;
  max-width: 360px;
}

.impulso {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 50px;
}

.impulso-box {
  position: relative;
  z-index: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; 
  align-items: center;     
  gap: 10px;
  padding: 30px 90px;
  border-radius: 20px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.07);
  width: 650px;
  margin: -50px auto -43px;
}

.impulso-box img{
  width: 45%;
  margin-bottom: 85px;
  margin-right: 30px; 
  margin-top: -15px; 
}
.impulso-box span {
  font-size: clamp(1.5rem, 2.8vw, 2.5rem);
  margin-bottom: 95px;
  text-align: left;
  font-family: Outfit;
}

.outfit {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: weight;
  font-style: normal;
}

.impulso-box span {
  color: #e6e6e6;
  font-weight: 400;

}


/* baner 3 requisitos */
.requisitos {
  background: url('assent/backgrounds/fondo_seccion3.png') no-repeat center center/cover;
  padding: 60px 20px;
  color: white;
  text-align: left;
  display: flex;
  justify-content: center;
  font-size: clamp(1.0rem, 1.6vw, 1.1rem);
  font-family: 'Nunito Sans', sans-serif;
}

.requisitos-contenido {
  max-width: 800px;
  width: 100%;
}

.requisitos h2 {
  text-align: center;
  font-size: clamp(1.5rem, 6vw, 2.6rem);
  margin-top: 20px;
  margin-bottom: 50px;
}

.requisito {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 40px;
  flex-direction: row; /* ← Asegura la orientación en horizontal */
}


.numero {
  font-size: 1.5em;
  border: 2px solid white;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 36px;
  color: white;
  flex-shrink: 0;
}

.texto-requisito {
  flex: 1;
}

.texto-superior p {
  margin: 0 0 10px 0;
  font-size: 1.25em;
}

.texto-requisito ul {
  margin: 0;
  padding-left: 25px;
  font-size: 1.2em;
}

.requisito p {
  font-size: 1.25em;
  line-height: 1.6;
  margin: 0;
  flex: 1;
}

.requisito ul {
  margin-top: 10px;
  padding-left: 25px;
  font-size: 1.2em;
}

.requisito ul li {
  margin-bottom: 8px;
}

/* Responsividad */
@media (max-width: 768px) {
  .requisitos h2 {
    font-size: 2.0em;
  }

  .numero {
    width: 40px;
    height: 40px;
    font-size: 1.2em;
    line-height: 38px;
  }

    .requisito {
    flex-direction: row;
    align-items: flex-start;
  }

  .requisito p, .requisito ul {
    font-size: 1em;
  }
}
/* beneficios del programa */
.banner-4 {
  background-image: url("assent/backgrounds/fondo_seccion4.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: white;
  padding: 4em 1em;
  font-family: 'Nunito Sans', sans-serif;
}

.contenedor-banner4 {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 2em;
}

.contenedor-beneficios-grafico {
  display: flex;
  gap: 2em;
  margin-top: 2em;
  flex-wrap: wrap;
}

.imagen-flecha {
  max-width: 100px;
  height: auto;
}

.texto-beneficios {
  max-width: 600px;
  font-size: clamp(1rem, 2vw, 1.2rem);
  line-height: 1.6;
  margin-top: 1.0em;
}

.texto-beneficios p {
  margin-top: 2em;
  max-width: 19em;
}

#text-two {
  margin-top: 4.5em;
}

.buttom-inter {
  background-color: #ffffff;
  color: rgb(75, 61, 244);
  border-radius: 30px;
  border: none;
  box-shadow: 2px 2px 10px 8px rgba(0, 0, 0, 0.3);
  padding: 0em 1.5em 0rem 0;
  display: inline-flex;
  align-items: center;
  align-self: center;
  margin-top: -6rem;
}


.contenido-boton {
  display: flex;
  align-items: center;
  gap: 1em;
}

.contenericonbuttom {
  background-color: #4B3DF4;
  border-radius: 50%;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -0.02em;
  margin-left: -1.3em;
}

.contenericonbuttom img {
  width: 48px;
}

.text-buttom h2 {
  font-size: clamp(1rem, 2vw, 1.2rem);
}

.contenido-beneficios h3 {
  font-size: clamp(1.4rem, 2vw, 1.5rem);
  margin-bottom: 20px;
}

.contenido-beneficios h3 strong {
  font-size: clamp(1.8rem, 2vw, 2rem);
  color: #7A9AE2;
}

.beneficiosdescripcion {
  font-size: clamp(1rem, 2vw, 1.3rem);
  margin-bottom: 20px;
  line-height: 1.6;
  max-width: 60%;
}

.beneficiosdescripcion strong {
  font-size: clamp(1rem, 2vw, 1.5rem);
  font-weight: bolder;
}

.boton {
  border: none;
  border-radius: 4em;
  background-image: url("assent/backgrounds/fondo_seccion3.png");
  padding-top: 1%;
  padding-bottom: 1%;
  padding-left: 3%;
  padding-right: 3%;
  font-size: clamp(1rem, 2vw, 1.3rem);
  color: white;
  max-width: 50%;
}


.panel-emprendopolis {
  background-color: #4840d6;
  color: white;
  max-width: 525px;
  margin: -80px auto 60px;
  padding: 5px 15px;
  text-align: center;
  border-radius: 20px;
  font-family: 'Segoe UI', sans-serif;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 1.5);
  animation: fadeSlide 1s ease-in-out both;
  position: relative;
  z-index: 2;
}

.panel-emprendopolis span {
  margin-top: -10px;
  font-size: clamp(1.3rem, 3.0vw, 1.9rem);
}

.panel-emprendopolis strong {
  margin-top: -20px;
  margin-bottom: 40px;
  font-size: clamp(2.0rem, 2.5vw, 3.0rem);

}

@keyframes fadeSlide {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.seccion2 {
  background: white;
  padding: 60px 20px;
  color: #333;
  text-align: center;
  margin-top: -130px;
}

.seccion2 h2 {
  color: #4a3aff;
  font-size: clamp(2.0rem, 6vw, 2.6rem);
  margin-bottom: 25px;
  margin-top: 80px;

}
.seccion2 span{
  color: #4a3aff;
}

.descripcion {
  max-width: 700px;
  margin: 0 auto 40px;
  font-size: clamp(1.1rem, 2.8vw, 1.4rem);
  color: #444;
}

  .modelo-atencion {
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    gap: 2em;
    margin-top: 70px;
    align-items: stretch;
    position: relative;
    z-index: 0;
    max-width: 100%;
  }

  .modelo {
    position: relative;
    background: white;
    padding: 50px 40px 25px;
    border-radius: 15px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
    flex: 1 1 280px;
    max-width: 410px;
    text-align: left;
    margin-top: 35px;
    font-size: clamp(1.1rem, 2.8vw, 1.4rem);
    animation: fadeSlide 1s ease-in-out both;
    
  }

  .etiqueta {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    padding: 6px 16px;
    border-radius: 50px;
    color: white;
    font-size: clamp(1.5rem, 2.8vw, 1.8rem);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    width: 250px;
    
  }

  .etiqueta.azul {
    background: #3b39ff;    
    text-align: center;
    position: relative;
    z-index: 2;
    margin-top: -50px; 
  }

  .etiqueta.rosa {
    background: #ff2280;
    text-align: center;
    position: relative;
    z-index: 2;
    margin-top: -50px;    
  }


  .modelo span.azul {
    color: #3b39ff;
    
  }

  .modelo span.rosa {
    color: #ff2280;

  }

  .flecha img{
    align-self:first baseline;
    color: #2600ff65;
    animation: fadeSlide 1s ease-in-out both;
    width: 500px;
    margin-top: -35px;
    margin-left: -220px;
    margin-right: -200px;
    position:relative;
    z-index: -1;
  }
.boton-inscripcion {
  display: inline-block;
  background: #453bff;
  color: white;
  padding: 14px 28px;
  margin-top: 40px;
  margin-bottom: 20px;
  border-radius: 50px;
  font-size: clamp(1.1rem, 2.8vw, 1.5rem);
  text-decoration: none;
  transition: background 0.3s ease;
}

.boton-inscripcion:hover {
  background: #2c26e0;
}

.nota {
  font-size: 1.0rem;
  margin-top: 15px;
  margin-bottom: 1px;
  color: #5f51df;
  font-size: clamp(0.70rem, 2.8vw, 1.0rem);
}

.nota a {
  color: #453bff;
  font-weight: bold;
  text-decoration: underline;
  margin-bottom: 1px;
}

@media screen and (min-width: 351px) and (max-width: 711px) {
  .impulso-box img{
    width: 60%;
    align-items: center;
    margin-bottom: 30px;
    margin-bottom: 85px;
  }
    .impulso-box span{
    padding-top: 75px;
    margin-top: -140px;
    margin-bottom: 95px;
    text-align: left;
  }
  .impulso {
    text-align: center;
    margin-bottom: auto;

  }
}
@media screen and (min-width: 401px) and (max-width: 470px) {
  .impulso-box img{
    width: 100%;
    align-items: center;
    margin-bottom: 30px;
    margin-bottom: 85px;
  }
    .impulso-box span{
    padding-top: 75px;
    margin-top: -140px;
    margin-bottom: 95px;
    text-align: left;
  }
  .impulso {
    text-align: center;
    margin-bottom: auto;

  }
}
@media (max-width: 400px) {
  .impulso-box img{
    width:  100%;
    align-items: center;
    margin-bottom: 30px;
  }
  .impulso-box span{
    padding-top: 75px;
    margin-top: -100px;
  }
  .impulso {
    text-align: center;
    margin-bottom: auto;

  }
}
@media (min-width: 420px) {
  .modelo-atencion {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    align-items: stretch;
  }
  
}
@media (max-width: 400px) {
.flecha img{
    order: 1.5;
    width: 320px;
    margin: auto;
    text-align: center;
  }
  }
  

@media (max-width: 907px) {

  .flecha {
    transform: rotate(90deg);
    position: relative;
    z-index: -1;
  }


  .panel-emprendopolis {
    max-width: 90%;
  }

  .seccion2 {
    padding: 40px 10px;
  }

  .seccion2-contenido {
    padding: 0 10px;
  }

  .flecha img{
    order: 1.5;
    width: 100%px;
    margin: auto;
    text-align: center;
  }
  .contenido {
    margin-top: 10px;
    text-align: center;
  }

  .contenido h1,
  .contenido p.highlight,
  .contenido p {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  @media (max-width: 768px) {
  .contenedor {
    flex-direction: column;
    align-items: center;
    text-align: center;
    display: contents;
  }

  .logo{
    margin-top: -25px;
    align-items: center;
  }
  
}
}
@media (max-width: 1024px) {

  .contenedor-banner4 {
    padding: 0 1em;
  }

  .buttom-inter {
    height: auto;
    text-align: center;
    margin-top: -5.5rem;
  }

  .contenido-boton {
    flex-direction: row;
    align-items: center;
  }

  .contenericonbuttom {
    width: 50px;
    height: 50px;
    margin-left: -0.1em;
  }

  .contenericonbuttom img {
    width: 2em;
    height: 2em;
  }

  .contenedor-beneficios-grafico {
    gap: 0;
    margin-left: 3em;
    margin-top: 0em;
  }

  .imagen-flecha {
    max-width: 3.75em;
    margin-top: 2em;
  }

  .texto-beneficios {
    margin-top: 3.3em;
    line-height: 1.2em;
    font-size: clamp(0.9rem, 2vw - 0.2rem, 1.2rem);
  }

  #text-two {
    margin-top: 3.3em;
  }

  .contenido-beneficios h3 {
    padding-left: 2em;
    margin: 0.1em;
  }

  .contenido-beneficios h3 strong {
    font-size: clamp(1.9rem, 2vw, 2rem);
  }

  .beneficiosdescripcion {
    text-align: start;
    max-width: 65%;
    margin-left: 3em;
  }

  .boton {
    font-size: clamp(0.9rem, 2vw, 1.2rem);
    margin-left: 3em;
    max-width: 50%;
    text-align: center;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {

  .counter-text,
  .contenido-beneficios {
    margin-left: 8em;
  }

  .contenedor-beneficios-grafico {
    gap: 0;
    margin-left: 1em;
    margin-top: 0em;
  }

  .imagen-flecha {
    max-width: 5em;
    margin-top: 3em;
  }
    .texto-beneficios p {
      margin-top: 4.5em;
      max-width: 19em;
    }
    #text-two {
      margin-top: 1.4em;
    }
}

@media screen and (min-width: 404px) and (max-width:767px) {

  .contenedor-beneficios-grafico {
    gap: 0;
    margin-left: 1em;
    margin-top: 0em;
  }

  .imagen-flecha {
    max-width: 3.125em;
    margin-top: 3em;
  }

  #text-two {
    margin-top: 2.4em;
  }

  .contenido-beneficios h3 {
    font-size: clamp(1.1rem, 2vw, 1.2rem);
    padding-left: 0.5em;
  }

  .contenido-beneficios h3 strong {
    font-size: clamp(1.5rem, 2vw, 2rem);
  }

  .beneficiosdescripcion {
    max-width: 100%;
    margin-left: 2em;
  }

  .boton {
    margin-left: 2em;
    max-width: 90%;
  }
}

@media screen and (min-width: 0px) and (max-width:404px) {

  .buttom-inter {
    background-color: #ffffff;
    color: rgb(75, 61, 244);
    border-radius: 30px;
    border: none;
    box-shadow: 2px 2px 10px 8px rgba(0, 0, 0, 0.3);
    padding: 0 1em 0 0;
    display: inline-flex;
    align-items: center;
    align-self: center;
    margin-top: -5.rem;
  }

  .contenido-boton {
    display: flex;
    align-items: center;
    gap: 1;
  }

  .contenericonbuttom {
    background-color: #4B3DF4;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -0.3em;
  }

  .contenericonbuttom img {
    width: 48px;
  }

  .text-buttom h2 {
    font-size: 0.8em;
  }

  .contenedor-beneficios-grafico {
    gap: 0;
    margin: 0em;
    width: 100%;
  }

  .imagen-flecha {
    max-width: 2.125em;
    margin-top: 3em;
  }

  .texto-beneficios p {
    margin: 0em;
    max-width: 16em;
  }

  #text-two {
    margin-top: 0;
  }

  .contenido-beneficios h3 {
    font-size: clamp(1.1rem, 2vw, 1.2rem);
    padding-left: 0.5em;
  }

  .contenido-beneficios h3 strong {
    font-size: clamp(1.5rem, 2vw, 2rem);
  }

  .beneficiosdescripcion {
    max-width: 100%;
    margin-left: 2em;
  }

  .boton {
    margin-left: 2em;
    max-width: 90%;
  }
}
