* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'IBM Plex Mono', monospace;
}

body {
  margin: 0;
}

html {
  font-size: 14px;
}

.titulos-secciones, #titulo_page, #titulo_page span {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 36px;
  font-weight: 300;
  line-height: 36px;
  margin: 0;
  padding: 0;
}

#seccion_episodios, #seccion-de-donde, #seccion-novedades, footer {
  width: 100vw;
  margin: 0;
  padding: 10vw 3.4vw;
}

#boton_conoce_mas:hover, #boton-novedades:hover {
  background-image: linear-gradient(225deg, #0000FE 0%, #00F0B8 100%);
  color: white;
}

header {
  background-color: white;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100vw;
  height: 13.72vw;
  min-height: 44px;
  max-height: 80px;
}

#logo_header {
  width: 24px;
  height: 24px;
  margin-top: 1.97vh;
  margin-left: 5.9vw;
}

#main_burger {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 18px;
  margin-right: 5.9vw;
  margin-top: 1.97vh;
}

.lista_nav {
  width: 100vw;
  display: none;
  background-color: #0000EC;
  margin-top: 10px;
  padding: 0;
  position: relative;
  -webkit-animation-name: animaNav;
          animation-name: animaNav;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
}

@-webkit-keyframes animaNav {
  from {
    opacity: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  to {
    opacity: 1;
  }
}

@keyframes animaNav {
  from {
    opacity: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  to {
    opacity: 1;
  }
}

.lista_nav li {
  list-style: none;
  margin: 0;
  padding-left: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.lista_nav a {
  text-decoration: none;
  font-size: 16px;
  color: white;
}

#button_burger, .fa-times {
  display: none;
}

#button_burger:checked ~ .lista_nav {
  display: block;
}

#button_burger:checked ~ #main_burger .fa-bars {
  display: none;
}

#button_burger:checked ~ #main_burger .fa-times {
  display: block;
}

.seccion-titulo-principal {
  width: 100vw;
  margin: 0;
  padding: 10vh 5vw 8vh 5vw;
}

#titulo_page, #titulo_page span {
  color: #060A24;
  margin-bottom: 16px;
}

#titulo_page span {
  text-decoration: line-through;
}

.parrafos {
  font-size: 1rem;
  margin-left: 5vw;
  margin-right: 5vw;
  line-height: 22px;
  color: #060A24;
  letter-spacing: 0;
  font-weight: 300;
  margin: 0;
  padding: 0;
}

#parrafo-principal {
  margin-bottom: 4.16vh;
}

#boton_conoce_mas {
  background-color: #00F3BB;
  display: block;
  color: #060A24;
  width: 90vw;
  height: 48px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  text-align: center;
  margin: 0;
  padding: 0;
  line-height: 48px;
}

.box_fondo {
  background-image: linear-gradient(225deg, #0000FF 0%, #0000A3 100%);
  height: 100%;
  width: 100vw;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transform: skewY(-6deg);
          transform: skewY(-6deg);
}

#fondo_blue_novedades {
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
}

#seccion_episodios {
  position: relative;
}

.contenedor_episodios {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  margin: 0;
  padding: 0;
}

.contenedor_episodios iframe {
  margin: 0;
  padding: 0;
  width: 100%;
  margin-bottom: 11px;
  border: 0;
  height: 232px;
}

.contenedor_episodios iframe:nth-last-of-type(1) {
  margin-bottom: 100px;
}

#titulo_episodios {
  color: #FFFFFF;
  margin-bottom: 6.56vw;
}

#seccion-de-donde {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contenido-de-donde {
  max-height: 464px;
}

.contenedor-phone .phone {
  width: 100vw;
  max-width: 457.6px;
  margin: 0;
  padding: 0;
  position: relative;
  top: -120px;
  left: 0;
}

#parrafo-de-donde {
  margin-top: 1rem;
}

#seccion-entrevistas {
  margin-top: 7vh;
}

#seccion-entrevistas .contenedor-imagenes {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  margin-top: 5vh;
}

#seccion-entrevistas .contenedor-imagenes .imagenes-entrevistas {
  width: 100%;
}

#seccion-entrevistas #titulo-entrevistas {
  margin-left: 3.4vw;
  margin-right: 3.4vw;
}

#seccion-topicos {
  margin-top: 7vh;
}

.contenedor-topicos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  padding: 5vh 0;
  margin: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.contenedor-topicos .contenido-topico {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  max-width: 260px;
  padding: 4vh 0;
}

.contenedor-topicos .contenido-topico strong {
  max-width: 288px;
  font-size: 24px;
  text-align: center;
  margin-top: 1vh;
}

#titulo-topicos {
  margin-left: 3.4vw;
}

#seccion-novedades {
  position: relative;
  padding-bottom: 0;
  margin-top: 2vh;
  height: 65vh;
  max-height: 700px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contenedor-novedades {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contenedor-novedades #titulo-novedades {
  color: #FFFFFF;
  margin-bottom: 8vh;
}

.contenedor-novedades #boton-novedades {
  background-color: #00F3BB;
  display: block;
  color: #060A24;
  width: 90vw;
  height: 48px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  text-align: center;
  margin: 0;
  padding: 0;
  line-height: 48px;
  max-width: 345px;
}

footer {
  background-color: transparent;
  padding: 0 8vw;
  min-height: 80px;
}

footer .contenedor-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  min-height: 80px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

footer .contenedor-redes {
  width: 320px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.contenedor-redes .enlaces-redes {
  text-decoration: none;
  color: initial;
}

.contenedor-redes .enlaces-redes:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  color: blue;
}

@media screen and (min-width: 760px) {
  #logo_header {
    margin-top: 26px;
    margin-left: 8vw;
    width: 36px;
    height: 36px;
  }
  #boton_conoce_mas {
    max-width: 226px;
  }
  footer .contenedor-footer {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #main_burger {
    display: none;
  }
  .lista_nav {
    display: block;
    margin-top: 26px;
    width: auto;
    background-color: transparent;
    margin-right: 2vw;
    -webkit-animation: none;
            animation: none;
  }
  .lista_nav a {
    color: #060a24;
  }
  .lista_nav li {
    display: inline-block;
  }
  li a:hover {
    color: #00f3bb;
    text-decoration: line-through;
  }
  li a:active {
    color: #060a2457;
    text-decoration: line-through;
  }
  .contenedor-phone {
    height: 590px;
  }
  .contenedor-phone .phone {
    top: -220px;
  }
}

@media screen and (min-width: 1024px) {
  html {
    font-size: 16px;
  }
  .parrafos {
    line-height: 24px;
  }
  .titulos-secciones {
    font-size: 48px;
  }
  .seccion-titulo-principal {
    padding-left: 200px;
    padding-top: 16vh;
  }
  #titulo_page, #titulo_page span {
    max-width: 75vw;
    font-size: 64px;
    line-height: 1em;
    margin-top: 100px;
    margin-bottom: 10px;
  }
  #titulo_page br,
  #titulo_page span br {
    display: none;
  }
  #parrafo-principal {
    max-width: 628px;
  }
  .contenedor_episodios {
    height: auto;
  }
  .contenedor_episodios iframe {
    max-width: 584px;
    width: 40.56vw;
    margin-bottom: 5vw;
  }
  #titulo_episodios {
    margin-left: 10.86vw;
  }
  #seccion-de-donde {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    padding-bottom: 0;
  }
  .contenido-de-donde {
    top: initial;
  }
  #titulo-de-donde {
    margin-left: 0;
    margin-bottom: 24px;
  }
  #parrafo-de-donde {
    max-width: 464px;
  }
  #seccion-entrevistas #titulo-entrevistas {
    margin-left: 13.86vw;
  }
  #seccion-entrevistas .contenedor-imagenes {
    -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
  }
  #titulo-topicos {
    margin-left: 13.86vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  #seccion-entrevistas .contenedor-imagenes {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
  #seccion-entrevistas .contenedor-imagenes .imagenes-entrevistas {
    width: 50vw;
    height: auto;
  }
}
/*# sourceMappingURL=style.css.map */