    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
      scroll-behavior: smooth;
    }

    html {
      scroll-behavior: smooth; /* Desplazamiento suave */
    }

    body {
      font-family: Arial, sans-serif;
    }

    header {
      position: fixed;
      top: 0;
      width: 100%;
      background-color: #333;
      color: white;
      z-index: 1000;
      display: flex;
      justify-content: center;
      padding: 10px 0;
    }

    header nav a {
      color: white;
      text-decoration: none;
      margin: 0 15px;
      font-size: 1.1rem;
    }

    header nav a:hover {
      text-decoration: underline;
    }

    section {
      height: 100vh;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      font-size: 2rem;
      color: white;
      text-align: center;
      scroll-margin-top: 60px; /* Ajuste con el tamaño de tu barra de navegación */
    }

    section h1 {
      font-size: 4rem;
      margin-bottom: 5px;
      text-align: center;
    }

    section h2 {
      font-size: 2.5rem;
      margin-bottom: 20px;
      text-align: center;
    }

    /* Mejor ajuste visual para evitar solapamiento */
      nav {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        height: 60px; /* Ajusta la altura según tu barra de navegación */
        background-color: #333; /* Puedes personalizar esto */
        z-index: 1000;
        display: flex;
        align-items: center;
        justify-content: center;
      }

      nav ul {
        list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        gap: 20px;
      }

      nav ul li a {
        color: white;
        text-decoration: none;
        font-size: 18px;
      }

    #section1 { background: #ff6b6b; }
    #section2 { background: #feca57; }
    #section3 { background: #48dbfb; }
    #section4 { background: #1dd1a1; }
    #section5 { background: #5f27cd; }
    #section6 { background: #ff9f43; }


/* Estilos para la Sección 1 */

/* Sección con imagen y texto */
#section1 {
  display: flex; /* Layout flexible para organizar la imagen y el texto */
  flex-direction: row; /* Imagen a la izquierda y texto a la derecha */
  align-items: center; /* Centra verticalmente el contenido */
  height: 100vh; /* La sección ocupa toda la altura de la pantalla */
  width: 100%; /* La sección ocupa todo el ancho */
  background-color: black; /* Fondo negro */
  color: white; /* Texto blanco */
}

/* Imagen fija en la izquierda */
#section1 img {
  width: 40%; /* Ocupa el 40% del ancho */
  height: 100%; /* Ocupa todo el alto de la sección */
  object-fit: cover; /* La imagen se ajusta sin deformarse */
}

/* Contenedor del texto */
#section1 .section-content {
  width: 60%; /* Ocupa el espacio restante */
  padding: 20px; /* Espaciado interno para el texto */
  display: flex;
  flex-direction: column; /* Organización del contenido en columna */
  justify-content: center; /* Centra el texto verticalmente */
  font-size: 1.2rem; /* Tamaño del texto */
  line-height: 1.6; /* Espaciado entre líneas */
  text-align: left;
}

#section1 p{
  margin-bottom: 20px;
}

#section1 p.tips{
  width:80%;
  margin-left:150px;
}

.cp{
  font-weight: bold;
  color: yellow;
}

.exp{
  font-weight: bold;
  color: lightskyblue;
}

.badgets{
  position: absolute;
  left: 25px;
  bottom: 25px;
}

.badgets img{
  width: 90px !important;
}

/* Estilos para la Sección 2 */

#section1,
#seccion2 {
  height: 100vh; /* Ajuste a pantalla completa */
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0;
  box-sizing: border-box;
}

#section2 .container {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.column {
  background-color: #2f3e46;
  color: #ffffff;
  padding: 10px;
  height: 100%;
  overflow-y: auto;
  flex: 1;
  margin: 0 10px;
  border-radius: 8px;
}

.column h3 {
  font-size: 0.6em;
  margin-bottom: 20px;
  margin-top:20px;
  margin-left: 50px;
  text-align: left;
}

.column ul {
  list-style-type: none;
  padding: 5px;
  font-size: 0.5em;
  /*margin: 20px;
  margin-left: 50px;*/
  text-align: left;
}

.column ul li {
  margin-bottom: 10px;
}

#section2 p{
  font-size: 0.7em;
  text-align: left;
  width:80%;
  margin-left: 50px;
  margin-bottom: 50px;
}


    /* Estilos para la animación de la Sección 3 */
    .grid {
      display: grid;
      grid-template-areas: 
        "box1 box2"
        "box3 box4"
        "box5 box6"
        "box7 box8";
      gap: 10px;
      width: 90%;
      max-width: 1200px;
    }

    .box {
      background-color: #2f3e46;
      border: 2px solid #61dafb;
      border-radius: 8px;
      padding: 10px;
      text-align: center;
      color: #ffffff;
    }

    .text {
      font-size: 1.2rem;
      font-weight: bold;
      margin: 5px 0;
    }

    .subtext {
      font-size: 1rem;
      margin: 5px 0;
    }

    .bold-number {
      font-weight: bold;
    }

    .hours-text {
      font-size: 1.3rem;
      font-weight: bold;
      margin: 10px 0;
    }

    .horas-text {
      margin-top: 20px;
      font-size: 1.2rem;
      line-height: 1.6;
      text-align: left;
      width: 60%;
    }

    /* Estilos para el carrusel */

.carousel {
  position: relative;
  width: 80%;
  height: 150px;
  overflow: hidden;
}

.carousel-track {
  display: flex;
  gap: 5px;
  transition: transform 0.1s ease-in-out;
}

.carousel-item {
  flex-shrink: 0;
  width: 25%;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.carousel-item img {
  width: 100%;
  height: auto;
}

    .carousel-text {
      margin-top: 20px;
      font-size: 1.2rem;
      line-height: 1.6;
      text-align: left;
      width: 60%;
    }
   