body {
  margin: 0;
  overflow-x: hidden;
}

/*Logo del navbar*/

.logo {
    background-color: #0000CA;
    color: white;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*Navbar*/

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  box-sizing: border-box;
}

nav {
    display: flex;
    gap: 48px;
}

nav a {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 16px;
    color: #060A24;          
    letter-spacing: 0;
    line-height: 28px;
    text-decoration: none;

    
    transition: color .25s ease, opacity .25s ease, text-decoration-color .25s ease;
}


nav a:hover {
    color: #00F3BB;
}

nav a:active {
    opacity: .55;
}


nav a.is-active {
    opacity: .55;
    text-decoration: line-through;
    text-decoration-thickness: 1px; 
}



/*texto principal*/

.texto-bio h1 {
    font-family: 'IMB Plex Sans', sans-serif;
    font-weight: 400;
    font-size: 80px;
    margin-bottom: 10px;
}
.texto-bio {
    padding: 30px;
    margin-left: 120px;
}

.tachado {
    text-decoration: line-through;
}

.punto {
    color: #0000CA;
}

.parrafo-bio {
    font-family: 'IBM Plex Mono', monospace;
    max-width: 620px; 
    font-size: 16px;
    color: #060A24;
    letter-spacing: 0;
    line-height: 24px;
}

.boton{
    display: inline-block;
    padding: 16px 60px;
    font-weight: 700;
    color: #060A24;
    background-color: #00F3BB;
    text-decoration: none;
    font-family: 'IBM Plex Mono', monospace;
    font-size: 18px;
    text-align: center;
    line-height: 24px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.boton:hover {
   background: linear-gradient(90deg,rgba(0, 243, 187, 1) 0%, rgba(2, 218, 185, 1) 0%, rgba(21, 21, 171, 1) 91%);
    color: white;
}

/*Episodios*/

#episodios {
  background-image: linear-gradient(225deg, #0000FF 0%, #0000A3 100%);
  color: #fff;
  padding: 140px 40px;
  clip-path: polygon(0 20%, 100% 0, 100% 89%, 0 100%);
  width: 100%;
  z-index: 1;
}

#episodios h2 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 48px;
  color: #FFFFFF;
  font-weight: 300;
  margin-bottom: 40px;
  text-align: left;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.episodios-contenedor {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  max-width: 1100px;
  margin: 0 auto;
}

.episodio iframe {
  width: 100%;
  border-radius: 12px;
  height: 152px;
  border: 0;
}

/*Nosotros*/

.nosotros-origen {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
  padding: 120px 40px;
  background: #fff;
  position: relative; 
  z-index: 2;         
}


.imagen-origen img {
  width: 320px;
  max-width: 100%;
  height: auto;

  position: relative;  
  z-index: 5;          
  margin-top: -185px;   
}


.texto-nosotros {
  flex: 1;
  max-width: 500px;
  font-family: 'IBM Plex Sans', sans-serif;
  color: #060A24;
}

.texto-nosotros h2 {
  font-family: 'IBM Plex Sans', sans-serif;  
  font-size: 36px;
  font-weight: 400;
  margin-bottom: 20px;
  color: #060A24;
  margin-top: -190px;
}

.texto-nosotros p {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 16px;
}

/*Entrevistas*/

.invitados-texto{
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 48px;
  font-weight: 400;
  color: #060A24;
  letter-spacing: 0;
  text-align: left;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.contenedor-entrevistas {
  display: grid;
  grid-template-columns: repeat(3, 1fr); 
  gap: 0;
}

.invitados img {
    display: block;
  width: 100%;   
  height: auto;  
}

/*Topicos*/

.texto-temas{
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 48px;
  font-weight: 400;
  color: #060A24;
  letter-spacing: 0;
  text-align: left;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.contenedor-temas {
  display: flex;
  justify-content: center; 
  gap: 40px;               
}

.parrafo-temas {
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 700; 
}

.tema {
  display: flex;
  flex-direction: column;   
  align-items: center;     
  text-align: center;       
}

.tema img {
  width: 60px;   
  height: 60px;
  margin-bottom: 10px; 
}

/*Novedades*/

.titulo-novedades {
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 400; 
  font-size: 48px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
}

.conoce-mas {
    text-align: center;
    background-image: linear-gradient(0deg, #0000FF 0%, #0000A3 100%);
    color: #fff;
    padding: 120px 80px;
    clip-path: polygon(0 20%, 100% 0, 100% 100%, 0 100%);
}

.boton-episodios{
    display: inline-block;
    padding: 12px 32px;
    font-weight: 700;
    color: black;
    background-color: #00F3BB;
    text-decoration: none;
    font-family: 'IBM Plex Mono', monospace;
    font-weight: 600;
    font-size: 18px;
    color: #060A24;
    letter-spacing: 0;
    line-height: 24px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.boton-episodios:hover  {
   background: linear-gradient(90deg,rgba(0, 243, 187, 1) 0%, rgba(2, 218, 185, 1) 0%, rgba(21, 21, 171, 1) 91%);
    color: white;
}

/*Footer con Redes sociales*/

footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 40px; 
  background-color: #fff;
}

.footer-texto {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 16px;
  color: #060A24;
  margin: 0; 
}

.redes-sociales {
  display: flex;
  gap: 24px; 
}

.redes-sociales a img {
  width: 24px;
  height: 24px;
  display: block;
}

/*Navbar responsivo*/
.menu-hamburguesa {
  display: none;
}

.menu-icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url("images/menu/icono-menu.svg") no-repeat center;
  background-size: contain;
  cursor: pointer;
}

.menu-hamburguesa:checked + .menu-icon {
  background: url("images/menu/icono-cerrar.svg") no-repeat center;
  background-size: contain;
}

nav {
  display: none;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  position: absolute;
  top: 60px;
  right: 0;
  background: #0000EC;
  width: 320px;
  height: 224px;
  padding: 20px;
  box-sizing: border-box;
}

.menu-hamburguesa:checked ~ nav {
  display: flex;
}



nav a {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  display: block;
  width: 100%;
}

/* Modo responsivo*/

@media (max-width: 767px) {
  .texto-bio {
    margin-left: 0;
    padding: 20px;
    margin-top: 100px;    
    text-align: left;
    line-height: 1.2;
  }

  .texto-bio h1 {
    font-size: 45px;
    max-width: 300px;
  }

  .parrafo-bio {
    font-size: 14px;
    line-height: 20px;
  }

  .boton {
    display: block;
    width: 100%;           
    text-align: center;
    padding: 14px 0;
    margin-top: 20px;
  }

  /* Episodio responsivo */
  #episodios {
    padding: 80px 20px;
    clip-path: polygon(0 10%, 100% 0, 100% 95%, 0 100%);
  }

  .episodios-contenedor {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 5px;
  }

  /* Nosotros responsivo */
  .nosotros-origen {
    flex-direction: column;
    gap: 20px;
    padding: 60px 20px;
    text-align: center;
  }

  .imagen-origen img {
    width: 75%;
    height: auto;
    margin-top: -110px;
  }

  .texto-nosotros {
    max-width: 100%;
  }

  .texto-nosotros h2 {
    margin-top: 0;
    font-size: 28px;
  }

  .texto-nosotros p {
    font-size: 14px;
    line-height: 22px;
  }

  /*Entrevistas responsivo*/

  .contenedor-entrevistas {
    grid-template-columns: 1fr;
    gap: 0;
    justify-items: center;
  }

  .invitados {
    width: 100%;
  }

  .invitados img {
    width: 100%;
    height: auto;
    display: block;
  }

  /*Tópicos responsivo*/
  .texto-temas {
    padding: 0 10px;
    text-align: left;
    max-width: 400px;
    margin: 0;
    margin-bottom: 24px;
  }

  .contenedor-temas {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }

  .tema {
    margin-bottom: 20px;
    font-size: 22px;
    width: 100%;
    max-width: 300px;
  }

  .tema img {
    width: 100px;
    height: 100px;
    margin-bottom: 24px; 
  }

  /* Footer responsivo */
  footer {
    display: flex;
    flex-direction: column;  
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 24px 16px;
    background-color: #fff;
  }

  .footer-texto {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 14px;
    color: #060A24;
    margin: 0;
    text-align: center;
  }

  .redes-sociales {
    display: flex;
    gap: 20px;
    justify-content: center;
  }

  .redes-sociales a img {
    width: 28px;
    height: 28px;
  }
}

@media (min-width: 768px) {
  .menu-icon {
    display: none;
  }

  .menu-hamburguesa {
    display: none;
  }

  nav {
    display: flex;             
    position: static;           
    flex-direction: row;       
    background: transparent;    
    width: auto;
    height: auto;
    gap: 48px;                  
    padding: 0;
  }

  nav a {
    color: #060A24;            
  }
}
