body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    overflow-x: hidden;
}
html {
  scroll-behavior: smooth; /* Habilita el desplazamiento suave en todo el documento */
}
.seccion1 {
  min-height: 100%;
  width: 100vw;
  position: relative;
  background-image: url('../img/home/HOME1.JPG');
  background-size: cover;
  background-position: center; /* La imagen se centrará en el contenedor */
  background-repeat: no-repeat;
}

.panel {
    overflow: hidden;
    padding: 43px 30px 0px 30px;
    margin-left: 65px;
    margin-right: 65px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 40px;
}

.logo {
    text-align: center;
}
.menu-icon {
    color: white;
    font-size: 24px;
    cursor: pointer;
    display: none;
}
.logo img {
    height: 60px; /* Ajusta el tamaño del logo según tus necesidades */
}

.menu-items {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
}

.menu-items li {
    margin-left: 35px;
    font-family: 'Mont', Arial, sans-serif;
    font-size: 18.5px;
}

.menu-items li a {
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    font-family: 'Cera Pro', Arial, sans-serif;
}

.menu-items li a:hover {
    color: #619ef6;  /* Cambia el color de fondo al pasar el ratón */
}

.menu-icon {
    color: #fff;
    font-size: 24px;
    cursor: pointer;
    display: none; /* Oculta el icono de hamburguesa por defecto */
}

.home_1 {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 20px 50px 0px 10px;
}

.seccion-izquierda {
  position: relative;
    width: 40%;
}

.seccion-derecha {
  position: relative;
    width: 55%;
    padding: 40px 10px 0 0;
}



.linea1{
  font-family: 'Cera Pro', Arial, sans-serif;
  font-size: 1.3em;
  margin-left: 70px;
  margin-bottom: 10px;
  color: #fff;
}

.linea2to5{
  font-family: 'Inter B', Arial, sans-serif;
  font-size: 4em;
  margin-left: 70px;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 0.85; /* Ajusta la altura de línea para reducir el espacio */
  color: rgb(245,223,16)
}

.boton {
    margin-top: 50px; /* Espacio entre el texto y el botón */
    margin-left: 90px;
    margin-bottom: 70px;
    width: 210px;
    height: 60px;
    background-color: #619ef6;
    padding: 10px 20px;
    color: #fff;
    font-family: 'TT Commons Pro', Arial, sans-serif;
    border: none;
    border-radius: 15px;
    cursor: pointer;
    font-size: 20px
}

.vid_home {
  text-align: center;
  justify-content: center;
    border-radius: 12px;
    width: 100%;
  }

  .vid_home video{
    text-align: center;
    justify-content: center;
    width: 90%;
    height: 100%;
  }

  .seccion3 {
      background-image: url('../img/3.png');
      background-size: cover;
      height: 100%; /* Cambiado de height a min-height */
      width: 100vw;
      position: relative;
      align-items:center;
      padding: 20px 0;
  }
  .home_3 {
      display: flex;
      justify-content:space-evenly;
      width: 100%;
      height:100%;
      margin: 10px auto;
      align-items:center;
  }
  .left-side {
    margin-top: 50px;
    position: relative;
      width: 30%;
  }

  .right-side {
    margin-top: 50px;
    position: relative;
    width: 30%;
  }

  .rectangle {
      padding: 60px;
      margin-bottom: 20px;
      border-radius: 12px;
      background-color: transparent; /* Color de fondo transparente */
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.7); /* Sombra */
  }
  .box {
    padding: 60px;
    margin-bottom: 20px;
    border-radius: 12px;
    background-color: transparent; /* Color de fondo transparente */
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.7); /* Sombra */
  }
  .infos{
    text-align: center;
    font-family: 'Cera Pro', Arial, sans-serif;
    font-size: 25px;
  }

  .info1{
    text-align: center;
    font-family: 'Inter B', Arial, sans-serif;
    font-size: 35px;
  }

  .myv {
      text-align: center;
  }
  .myv img {
      height: 70px; /* Ajusta el tamaño del logo según tus necesidades */
  }

  .exp {
        text-align: center;
    }
    .exp img {
        height: 70px; /* Ajusta el tamaño del logo según tus necesidades */
    }

    .wrapper {
        max-width: 100%;
        min-height: 100vh; /* Cambiado de height a min-height */
        background-color: rgb(250,247,242);
        margin: 0;
        padding: 30px 0 10px 0;
    }
    .top_h4{
      display: flex;
      background-color: #fff;
      margin: 20px auto;
      width: 30%;
      border: 3.5px solid #000;
      border-radius: 30px;
      box-shadow: 40px 40px 0.2px rgba(251,228,0,1);
    }
    .tittle_home4{
      font-family: 'Cera Pro B', Arial, sans-serif;
      font-size: 2.4em;
      max-width: 100%;
    }
    .azul{
      color: rgb(97,157,245);
    }
.timeline{
  position: relative;
  max-width: 1400px;
  margin: 100px auto 25px auto;
}
.cont{
  padding: 0px 50px;
  position: relative;
  width: 42%;
  z-index: 10;
}

.text-boxx{
  padding: 20px 30px;
  background: #fff;
  position: relative;
  font-size: 16px;
  border-radius: 16px;
  border: 2px solid #609df4;
}
.c-izq{
  left:0;
}
.c-der{
  left: 50%;
}
.circulo, .circulo-d{
  background-color: #609df4;
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  right: -21px;
  top:32px;
  z-index: 10;
}
.circulo-d{
  left:-20px;
}
.timeline::after{
  content: '';
  position: absolute;
  width: 6px;
  height: 100%;
  background: #ffe500;
  top:0;
  left: 50%;
  margin-left: -3px;
  z-index: 0;
}

.text-boxx h2{
  font-weight: 600;
  font-family: 'Inter B', Arial, sans-serif;
  font-size: 35px;
}
.text-boxx small{
  font-family: 'IBM Plex Sans', Arial, sans-serif;
  font-size: 20px;
  display: inline-block;
  margin-bottom: 5px;
}
.text-boxx p{
  font-family: 'Cera Pro', Arial, sans-serif;
  font-size: 20px;
}

.c-izq-arrow{
  height: 0;
  width: 0;
  position: absolute;
  top: 28px;
  z-index: 1;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #609df4;
  right: -15px;
}
.c-der-arrow{
  height: 0;
  width: 0;
  position: absolute;
  top: 28px;
  z-index: 1;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-right: 15px solid #609df4;
  left: -15px;
}
.podcast_intro {
    height: 400px;
    text-align: center;
    /*background-color: #619ef6;*/
    background-image: url('../img/home/banner_podcast.png'); /* Reemplaza con la ruta de tu imagen */
    background-size: cover;
    background-position: center;
    color: #fff;
    padding: 4rem 2rem;
}

.podcast_intro h2 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    visibility: hidden;
}

.podcast_intro span {
    color: rgb(245,223,16);
    visibility: hidden;
}

.podcast_intro p {
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
    visibility: hidden;
}


/* Estilos para la sección de episodios */
.episodios {
    position: relative;
    padding: 3rem 4rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.carousel {
    overflow: hidden;
    width: 100%;
}

.carousel-items {
    display: flex;
    transition: transform 0.3s ease;
    /*gap: 1rem;*/
    /*margin-right: 3%;*/
}

/*.carousel-items:last-child{
    margin-right: 0;
}*/

.episodio {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    flex: 0 0 47.5%;
    margin-right: 5%;
}

.episodio:last-child{
    margin-right: 0;
}

.episodio img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.info_episodio {
    padding: 1rem;
}

.info_episodio h4 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    font-family: 'Inter B', Arial, sans-serif;
}

.info_episodio p {
    font-size: 1rem;
    margin-bottom: 1rem;
    font-family: 'Cera Pro', Arial, sans-serif;
}


.prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
    color: #000;
    padding: 1rem;
    font-size: 1.5rem;
    border: none;
    cursor: pointer;
    z-index: 10;
    left: 10px;
}

/* Estilos para el botón con la clase next */
.next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
    color: #000;
    padding: 1rem;
    font-size: 1.5rem;
    border: none;
    cursor: pointer;
    z-index: 10;
    right: 10px;
}

.anuncio {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-family: 'Cera Pro', Arial, sans-serif;
  font-size: 4vw; /* Cambiamos el tamaño de fuente a un tamaño relativo al ancho de la pantalla */
  text-align: center;
}

.Seccion7{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  width: 100vw;
  overflow: hidden;
  background-image: url('../img/home/HOME3.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0;
}

.home_7{
  background-color: #fff;
    display: flex;
    justify-content:space-between;
    padding: 30px;
    margin: 10px auto;
    width: 50%;
    height: 50%;
    max-height: 350px;
    border: 3.5px solid #000;
    border-radius: 30px;
    box-shadow: -40px 40px 0.2px rgba(255, 192, 203, 0.5);
}
.home_7 iframe{
  width: 49%;
  height: 100%;
  max-height: 300px;
  border-radius: 15px;
}
.home_7 h1{
  line-height: 1;
  font-family: 'Cera Pro B', Arial, sans-serif;
  font-size: 4vw;
}
.home_7 p{
    font-family: 'Inter B', Arial, sans-serif;
    font-size: 2vw;
}
.mapas{
  width: 49%;
}

.Seccion8{
  height: 900px;
  width: 100vw;
  overflow: hidden;
  position: relative;
}
.home_8{
  position: absolute;
  height: auto;
  width: 90vw;
  background-color: #fbe300;
  border-radius: 50px;
  top: 52%;
  left:50%;
  transform: translate(-50%, -50%); /* Centra el cuadrado completamente */

}

.tittle_home8{
  font-family: 'Cera Pro B', Arial,sans-serif;
  font-size: 60px;
  margin-top: 2.5%;
  margin-left: 4%;
  line-height: 0.92;
}

.imagenes {
  /* Alinear las imágenes en línea */
  display: flex;
  justify-content:space-between; /* Distribuir uniformemente el espacio entre las imágenes */
  text-align: center;
}

.imagenes img {
  /* Controlar el tamaño de las imágenes */
  margin:0 10px;
  max-width: 80%; /* Cada imagen ocupará el 25% del ancho del contenedor */
  height: auto; /* Mantener la proporción de aspecto */
}
.Seccion9{
  height: 150px;
  width: 100vw;
  overflow: hidden;
  position: relative;
}
.pie-pagina{
  width: 100%;
  background-color: rgb(97,161,249);
}
.pie-pagina .grupo-1{
  width: 100%;
  max-width: 1400px;
  margin: auto;
  display:grid;
  grid-template-columns: repeat(3,1fr);
  grid-gap: 50px;
  padding: 20px 0px;
  text-align: center;
  justify-content:center;
}

.grupo-1 img{
max-width:300px !important;
}

.pie-pagina .grupo-1 .boxxx figure{
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pie-pagina .grupo-1 .boxxx figure img{
  width: 110px;
}

.pie-pagina .grupo-1 .boxxx h2{
  color:#fff;
  font-family: 'League Spartan', Arial, sans-serif;
  margin-bottom: 10px;
  font-size: 50px;
}

.pie-pagina .grupo-1 .boxxx p{
  color:#fff;
  margin-top: 40px;
  font-size: 20px;
}
.pie-pagina .grupo-1 .red-sociall a{

  display: inline-block;
  text-decoration: none;
  width: 45px;
  height: 45px;
  line-height: 45px;
  color:#fff;
  margin-right: 10px;
  background-color: rgb(97,161,249);
  text-align: center;
  transition: all 300ms ease;
}
.pie-pagina .grupo-1 .red-sociall a:hover{
  color:#0056b3;
}

.fa-brands{
    font-size: 25px;
} 

@media only screen and (min-width:451px) and (max-width: 1260px) and (min-height:380px) {
  .seccion1
{ padding: 20px 0 0 0 ;}
  .panel {
      flex-direction: column;
      background-color: #fff;
      padding: 0;
      margin-left: 65px;
      margin-right: 65px;
      margin-bottom: 20px;
  }

  .logo {
      text-align: center;
  }

  .menu-items {
      display: none;
      flex-direction: column;
      width: 100%;
      padding-left: 0;
  }

  .menu-icon {
    color: #000;
      display: block;
      margin-left: 10px;
  }

    .menu-items li {
        margin-left: 0;
        margin-bottom: 10px;
    }

    .menu-items li a {
        padding: 10px;
        display: block;
        color:#000;
    }

    .menu-items.active {
        display: flex;
    }

    .home_1{
      flex-direction: column;
      align-items: center;
      margin: 0;
      padding: 0;
      width: 100%;
    }
    .seccion_izquierda{
      text-align: center;
      justify-content: center;
      width: 100%;
    }
    .linea1{
      margin: 0 0 40px 0;
      padding: 0;
      font-size: 1em;
      text-align: center;
      justify-content: center;
    }
    .linea2to5{
      margin: 0;
      padding: 0;
      font-size: 65px;
           text-align: center;
      justify-content: center;
    }

    .boton{
      width:170px;
      height: 40px;
      padding: 0;
      margin: 20px 0 0 0;
      justify-content: center;
      text-align: center;
    }
    .seccion_derecha{
      margin-top: 30px;
      width: 100%;
      padding-left: 10px;
    }
    .vid_home{
      margin-bottom: 60px;
    }
    .seccion3{
      margin: 0;
      padding: 0;
    }
    .home_3{
          flex-direction: column;
          align-items: flex-start;
          justify-content: center;
          margin:0;
          padding: 0;
        }
        .right-side{
          min-width: 94%;
          margin:0;
        }
        .left-side{
          width: 94%;
          margin:50px 0 30px 0;
        }
        .rectangle{
          flex-direction: column;
          width: 100%;
          margin:0;
          padding: 20px;
        }
        .box{
          flex-direction: column;
          width: 100%;
          margin:0;
          padding: 20px;
        }
    .infos{
      font-size: 25px;
    }
    .info1{
      font-size: 35px;
    }
    .wrapper{
            flex-direction: column;
            align-items: center;
        }
  .top_h4{
    margin-top: 10%;
  }
  .timeline{
    margin: 50px auto;
  }
  .timeline::after{
    left:31px;
  }
  .cont{
    width: 85%;
    padding-left: 80px;
    padding-right: 0;
  }
  .text-boxx{
    font-size: 13px;
  }
  .text-box small{
    font-size: 10px;
  }
  .c-der{
    left:0;
  }
  .circulo, .circulo-d{
    left:10px;
  }
  .c-izq-arrow, .c-der-arrow{
    border-right: 15px solid #609df4;
    border-left: 0;
    left: -15px;
  }
.Seccion6{
  min-height: 600px;
}


.tittle_home6 {
  font-size: 8vw;
  max-width: 90%;
}

.podcast {
  display: none;
  width: 50%;
  max-width: 300px;
  right: 50%;
  top: 30%;
}
.Seccion8{
  height: 1050px;
}
.home_8{
  height: 950px;
  max-width: 1000px;
}

.imagenes {
  /* Alinear las imágenes en línea */
  display: flex;
  flex-wrap: wrap;
  /*flex-direction: column; /* Cambia la dirección del flexbox a columna para pantallas pequeñas */
  align-items: center; /* Centra las imágenes en el eje vertical */
  justify-content: space-around;
}
.imagenes img{
  /* Controlar el tamaño de las imágenes */
  width: 335px; /* Cada imagen ocupará el 25% del ancho del contenedor */
  height: 375px; /* Mantener la proporción de aspecto */
}
.ig3,
.ig2,
.ig1 {
  margin-bottom: 15px;
}

.anuncio {
  font-size: 6vw;
}
.pie-pagina .grupo-1{
  width: 90%;
  grid-template-columns: repeat(1,1fr);
  grid-gap: 30px;
  padding: 35px 0px;
}
.Seccion7{
  min-height: 600px;
}

  .home_7{
    padding: 10px;
}

 .home_7 p{
      font-size: 22px;
      }

      .home_7 h1{
          font-size: 3vw;
      }
  .Seccion8{
    min-height: 600px;
  }
      .home_8{
        min-height: 550px;
      }

      }

@media only screen and (max-width: 450px) {
    body{
        overflow-x:hidden;
    }
    
  .seccion1{ 
padding: 20px 0 0 0 ;
background-image: url('../img/home/HOME1C.JPG');
width:100vw;
}
  .panel {
      flex-direction: column;
      background-color: #fff;
      padding: 0;
      margin-left: 65px;
      margin-right: 65px;
      margin-bottom: 20px;
  }

  .logo {
      text-align: center;
  }

  .menu-items {
      display: none;
      flex-direction: column;
      width: 100%;
      padding-left: 0;
  }

  .menu-icon {
    color: #000;
      display: block;
      margin-left: 10px;
  }

    .menu-items li {
        margin-left: 0;
        margin-bottom: 10px;
    }

    .menu-items li a {
        padding: 10px;
        display: block;
        color:#000;
    }

    .menu-items.active {
        display: flex;
    }

    .home_1 {
      flex-direction: column;
      margin: 0;
      padding: 0;
      width: 100%;
    }
    .seccion_izquierda{
      display: flex;
      align-items: center;
      justify-content: center;
      min-width: 100vw;
    }
    .linea1{
      margin: 0 0 40px 0;
      width: 100vw;
      padding: 0;
      font-size: 1em;
      text-align: center;
      justify-content: center;
    }
    .linea2to5{
      width: 100vw;
      margin: 0;
      padding: 0;
      font-size: 40px;
      text-align: center;
      justify-content: center;
    }

    .boton{
      width:170px;
      height: 40px;
      padding: 0;
      margin: 20px 0 0 27vw;
      justify-content: center;
      text-align: center;
    }
    .seccion_derecha{
      left: 0;
      margin-top: 30px;
      min-width: 100%;
    }
    .vid_home{
      left: 0;
      margin-bottom: 60px;
    }
    .vid_home video{
      left:0;
      min-width: 100vw;
    }

    .seccion3{
      margin: 0;
      padding: 0;
    }
    .home_3{
          flex-direction: column;
          align-items: flex-start;
          justify-content: center;
          margin:0;
          padding: 0;
        }
        .right-side{
          width: 90%;
          margin:0;
        }
        .left-side{
          width: 90%;
          margin:50px 0 30px 0;
        }
        .rectangle{
          flex-direction: column;
          width: 100%;
          margin:0;
          padding: 20px;
        }
        .box{
          flex-direction: column;
          width: 100%;
          margin:0;
          padding: 20px;
        }
         .infos{
              font-size: 18px;
            }
            .info1{
              font-size: 28px;
            }
      .wrapper{
        flex-direction: column;
        align-items: center;
        min-height: auto;
        padding-bottom: 130px;
      }
      .top_h4{
        width: 50%;
      }

      .tittle_home4{
        font-size: 20px;
      }
      .timeline{
        margin: 50px auto;
      }
      .timeline::after{
        left:31px;
      }
      .cont{
        width: 70%;
        padding-left: 80px;
        padding-right: 0;
        margin-bottom: 15px;
      }

      .text-boxx h2{
        font-size: 22px;
      }

      .text-boxx small{
        font-size: 10px;
      }
      .c-der{
        left:0;
      }
      .circulo, .circulo-d{
        left:10px;
      }
      .c-izq-arrow, .c-der-arrow{
        border-right: 15px solid #609df4;
        border-left: 0;
        left: -15px;
      }

      .tittle_home6 {
        width: 100%;
        font-size: 35px;
      }
      .podcast {
        display: none;
        width: 50%;
        max-width: 300px;
        right: 5%;
        top: 20%;
      }

      .anuncio {
        font-size: 6vw;
      }
      .Seccion8{
        height: 1800px;
      }
      .home_8{
        height: 1700px;
      }

      .imagenes {
        /* Alinear las imágenes en línea */
        flex-direction: column; /* Cambia la dirección del flexbox a columna para pantallas pequeñas */
        align-items: center; /* Centra las imágenes en el eje vertical */
      }
      .imagenes img{
        /* Controlar el tamaño de las imágenes */
        width: 295px; /* Cada imagen ocupará el 25% del ancho del contenedor */
        height: 340px; /* Mantener la proporción de aspecto */
      }
      .ig3,
      .ig2,
      .ig1 {
        margin-bottom: 15px;
      }
      .pie-pagina{
        margin-top: 30px;
      }
      .pie-pagina .grupo-1{
        width: 90%;
        grid-template-columns: repeat(1,1fr);
        grid-gap: 30px;
        padding: 35px 0px;
      }
    .Seccion7{
      background-image:url('../img/home/HOME3C.JPG')
	}
      .home_7{
        padding: 12px;
        height: 30%;
        width: 70%;
      }
      .home_7 p{
      font-size: 4.1vw;
      }
      .home_7 h1{
          font-size: 4.5vw;
      }

  }
@media only screen and (min-width:1700px){
  .logo img {
      height: 120px; /* Ajusta el tamaño del logo según tus necesidades */
  }
  .menu-items li a{
      font-size: 40px;
  }
  .seccion1{
    min-height: 100vh;
  }
  .seccion-izquierda{
  margin-top:60px;
}
  .seccion-derecha{
  margin-top:165px;
}
  .linea1{
    font-size: 44px;
    margin-bottom:40px;
  }
  .linea2to5{
    font-size: 132px;
  }
  #boton2{
    margin-top:10%;
    width:300px;
    height:80px;
    font-size:33px;
}
  .seccion3{
  height:100vh;
  }
  .wrapper{
   align-items:center;
   justify-content:center;
  }
  .top_h4{
    padding: 0;
  }
  .tittle_home4{
    font-size: 50px;
  }
  .timeline{
    margin:60px auto 30px auto;
    right:0;
  }
   .circulo{
    right:-30px;
  }
  .mapas h1{
    margin-top: 0;
    margin-bottom: 5px;
  }
  .mapas p{
    margin-top: 0;
  }
  .home_7{
    min-height: 500px;
  }
  .home_7 iframe{
    min-height: 450px;
  }
  .infos{
      font-size: 32px;
    }

    .info1{
      font-size: 40px;
    }
  .Seccion8{
   height:1250px;
}
.tittle_home8{
font-size:100px;
}
.grupo-1 img{
min-width:400px !important;
}
.pie-pagina .grupo-1 .boxxx h2{
  font-size: 60px;
}

.fa-brands{
  font-size:35px;
}
}
@media only screen and (min-width:451px) and (max-width: 1260px) and (max-height: 379px){
  .seccion1
{ padding: 20px 0 0 0 ;
}
  .panel {
      flex-direction: column;
      background-color: #fff;
      padding: 0;
      margin-left: 65px;
      margin-right: 65px;
      margin-bottom: 20px;
  }

  .logo {
      text-align: center;
  }

  .menu-items {
      display: none;
      flex-direction: column;
      width: 100%;
      padding-left: 0;
  }

  .menu-icon {
    color: #000;
      display: block;
      margin-left: 10px;
  }

    .menu-items li {
        margin-left: 0;
        margin-bottom: 10px;
    }

    .menu-items li a {
        padding: 10px;
        display: block;
        color:#000;
    }

    .menu-items.active {
        display: flex;
    }

    .home_1{
      flex-direction: column;
      align-items: center;
      margin: 0;
      padding: 0;
      width: 100%;
    }
    .seccion_izquierda{
      text-align: center;
      justify-content: center;
      min-width: 100%;
    }
    .linea1{
      margin: 0 0 40px 0;
      padding: 0;
      font-size: 1em;
      text-align: center;
      justify-content: center;
    }
    .linea2to5{
      margin: 0;
      padding: 0;
      font-size: 65px;
      justify-content:center;
    }

    .boton{
      width:170px;
      height: 40px;
      padding: 0;
      margin: 20px 0 0 0;
      justify-content: center;
      text-align: center;
    }
    .seccion_derecha{
      margin-top: 30px;
      width: 100%;
      padding-left: 10px;
    }
    .vid_home{
      margin-bottom: 60px;
    }
    .seccion3{
      margin: 0;
      padding: 0;
    }
    .home_3{
          flex-direction: column;
          align-items: flex-start;
          justify-content: center;
          margin:0;
          padding: 0;
        }
        .right-side{
          width: 90%;
          margin:0;
        }
        .left-side{
          width: 90%;
          margin:50px 0 30px 0;
        }
        .rectangle{
          flex-direction: column;
          width: 100%;
          margin:0;
          padding: 20px;
        }
        .box{
          flex-direction: column;
          width: 100%;
          margin:0;
          padding: 20px;
        }
    .infos{
      font-size: 25px;
    }
    .info1{
      font-size: 35px;
    }
    .wrapper{
            flex-direction: column;
            align-items: center;
        }
  .top_h4{
    margin-top: 25%;
  }
  .timeline{
    margin: 50px auto;
  }
  .timeline::after{
    left:31px;
  }
  .cont{
    width: 85%;
    padding-left: 80px;
    padding-right: 0;
  }
  .text-boxx{
    font-size: 13px;
  }
  .text-box small{
    font-size: 10px;
  }
  .c-der{
    left:0;
  }
  .circulo, .circulo-d{
    left:10px;
  }
  .c-izq-arrow, .c-der-arrow{
    border-right: 15px solid #609df4;
    border-left: 0;
    left: -15px;
  }
.Seccion6{
  min-height: 600px;
}


.tittle_home6 {
  font-size: 8vw;
  max-width: 90%;
}

.podcast {
  display: none;
  width: 50%;
  max-width: 300px;
  right: 50%;
  top: 30%;
}
.Seccion8{
  height: 1800px;
}
.home_8{
  height: 1680px;
  max-width: 1000px;
}

.imagenes {
  /* Alinear las imágenes en línea */
  display: flex;
  flex-wrap: wrap;
  /*flex-direction: column; /* Cambia la dirección del flexbox a columna para pantallas pequeñas */
  align-items: center; /* Centra las imágenes en el eje vertical */
  justify-content: space-around;
}
.imagenes img{
  /* Controlar el tamaño de las imágenes */
  width: 345px; /* Cada imagen ocupará el 25% del ancho del contenedor */
  height: 351px; /* Mantener la proporción de aspecto */
}
.ig3,
.ig2,
.ig1 {
  margin-bottom: 15px;
}

.anuncio {
  font-size: 6vw;
}
.pie-pagina .grupo-1{
  width: 90%;
  grid-template-columns: repeat(1,1fr);
  grid-gap: 30px;
  padding: 35px 0px;
}
.Seccion7{
  min-height: 600px;
}

  .home_7{
    padding: 10px;
}

 .home_7 p{
      font-size: 22px;
      }

      .home_7 h1{
          font-size: 3vw;
      }

      }

@media screen and (min-width: 1400px) and (max-width: 1699px){
  .circulo{
    right:-31.5px;
  }

}

@media (max-width: 768px) {
    .episodio{
        flex: 0 0 100%;
        margin-right: 0;
    }
        .podcast_intro {
        height: 250px;
    }
}