@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@100&display=swap");
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@100&display=swap");
*,
*:before, *:after {
  box-sizing: border-box;
}

body {
  font-family: 'IBM Plex Mono', monospace;
  color: #060A24;
  margin: 0;
}

/* HEADER  */
header {
  width: 100%;
  height: 50px;
  padding: 10px 5%;
  overflow: hidden;
}

header img {
  float: left;
}

header nav {
  float: right;
}

.menu ul {
  position: absolute;
  top: 50px;
  right: 0;
  width: 100%;
  background: #0000ec;
  height: 0;
  display: none;
  margin: 0;
  padding-left: 0;
}

.menu ul li {
  list-style-type: none;
}

.menu a {
  display: block;
  font-family: "IBM Plex Mono", monospace;
  font-size: 16px;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 28px;
  padding: 16px 5%;
  pointer-events: none;
  text-decoration: none;
}

.menu span {
  display: block;
  width: 25px;
  height: 2.5px;
  background: #000000;
  margin-bottom: 6.5px;
  position: relative;
  z-index: 1;
  transform-origin: 3px 0px;
  transition: transform 0.5s ease, opacity 0.55s ease;
}

.menu span:nth-last-child(2) {
  transform-origin: 0% 100%;
}

input[type="checkbox"] {
  display: block;
  width: 40px;
  height: 30px;
  position: absolute;
  z-index: 2;
  opacity: 0;
  margin: 0;
}

input[type="checkbox"]:checked ~ ul {
  display: block;
  height: auto;
}

input[type="checkbox"]:checked ~ ul a {
  pointer-events: auto;
}

input[type="checkbox"]:checked ~ span {
  opacity: 1;
  transform: rotate(45deg) translate(2px, 1px);
}

input[type="checkbox"]:checked ~ span:nth-last-child(2) {
  transform: rotate(-45deg) translate(1px, 0px);
}

input[type="checkbox"]:checked ~ span:nth-last-child(3) {
  opacity: 0;
}

/* HEADER  */
/* MAIN  */
/* section 1 */
#section-1 {
  display: block;
  padding: 1rem;
  margin: 0;
}

#parrafoDesktop {
  display: none;
}

h1 {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 36px;
  letter-spacing: 0;
  line-height: 42px;
  padding-right: 36px;
  margin: 0;
}

#sub {
  text-decoration: line-through;
}

p {
  font-family: "IBMPlexMono", monospace;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 22px;
  padding: 1rem 0;
  margin: 0%;
}

.boton a {
  display: block;
  font-family: "IBMPlexMono-Medium", monospace;
  background-color: #00f3bb;
  color: #060a24;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  text-align: center;
  text-decoration: none;
  padding: 12px 48px;
}

/* section 1 */
/* section 2 */
#episodios {
  padding: 65px 0 130px 0;
}

.bgblue {
  background-image: linear-gradient(225deg, #0000ff 0%, #0000a3 100%);
  clip-path: polygon(0 4%, 100% 0, 100% 96%, 0% 100%);
  color: #ffffff;
}

h2 {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 36px;
  letter-spacing: 0;
  line-height: 42px;
  padding: 1rem;
  margin: 0;
}

.spotify div {
  padding: 0.2rem 1rem;
}

.spotify div iframe {
  width: 100%;
  height: 232px;
  border: 0;
  background-color: transparent;
}

/* section 2 */
/* section 3 */
#nosotros p {
  padding: 8px 1rem;
}

#phone {
  position: relative;
  z-index: 1;
  margin-top: -100px;
  width: 100%;
  height: auto;
}

/* section 3 */
/* section 4 */
#entrevistas h2 {
  padding: 4rem 1rem 15px;
}

#entrevistas img {
  height: auto;
  width: 100%;
  vertical-align: top;
}

/* section 4 */
/* section 5 */
#topicos h2 {
  padding: 4rem 1rem 35px;
}

#topicos .img-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#topicos .img-h3 {
  text-align: center;
  align-items: center;
  padding: 10px 0;
}

#topicos .img-h3 h3 {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 24px;
  color: #060a24;
  letter-spacing: 0;
  text-align: center;
  font-weight: 600;
  margin-top: 0;
  padding: 8px;
}

/* section 5 */
/* section 6 */
#section6 {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  justify-content: center;
  padding: 40px 1rem 70px 1rem;
}

.bgblue2 {
  background-image: linear-gradient(225deg, #0000ff 0%, #0000a3 100%);
  clip-path: polygon(0 12%, 100% 0, 100% 100%, 0% 100%);
  color: #ffffff;
}

/* section 6 */
/* MAIN */
/* FOOTER  */
footer {
  text-align: center;
  align-items: center;
}

h6 {
  font-family: "IBM Plex Mono", monospace;
  font-size: 14px;
  color: #060a24;
  letter-spacing: 0;
  line-height: 22px;
  padding: 15px;
  margin: 0;
}

#redes i {
  color: #060a24;
  letter-spacing: 0;
  line-height: 5px;
  padding: 15px 15px 30px 15px;
}

/* FOOTER  */
@media (min-width: 960px) {
  header {
    display: flex;
    height: 80px;
    justify-content: space-between;
    align-items: center;
  }
  #logo {
    width: 36px;
    height: 36px;
  }
  .menu input, .menu span {
    display: none;
  }
  .menu ul {
    position: static;
    background: transparent;
    height: auto;
    display: block;
  }
  .menu li {
    display: inline-block;
    padding: 5px 10px;
  }
  .menu a {
    color: #060A24;
    pointer-events: auto;
  }
  .menu a:hover {
    color: #00F3BB;
    text-decoration: line-through;
  }
  .menu a:active {
    color: rgba(6, 10, 36, 0.56);
    letter-spacing: 0;
    line-height: 28px;
  }
  p {
    font-size: 16px;
  }
  #section-1 {
    padding: 5vw 12vw 3vw 12vw;
  }
  #section-1 h1 {
    font-size: 64px;
  }
  #section-1 #punto {
    color: #0000EC;
  }
  #section-1 #parrafoMobile {
    display: none;
  }
  #section-1 #parrafoDesktop {
    display: inline-block;
    margin-top: 10px;
    width: 570px;
  }
  #section-1 .boton {
    padding-top: 35px;
    width: 226px;
    height: 56px;
  }
  .boton a:hover {
    background-image: linear-gradient(225deg, #0000FE 0%, #00F0B8 100%);
    color: #ffffff;
  }
  .boton a {
    font-size: 18px;
  }
  #episodios {
    padding: 150px 0 200px 0;
    clip-path: polygon(0 10%, 100% 0, 100% 85%, 0% 100%);
  }
  #episodios h2 {
    font-size: 48px;
    padding-left: 12vw;
  }
  #episodios .spotify {
    display: flex;
    flex-wrap: wrap;
    padding: 0 2rem;
  }
  #episodios .spotify div {
    padding: 2rem;
    flex-basis: 50%;
  }
  #nosotros {
    display: flex;
    justify-content: center;
  }
  #nosotros #phone {
    position: relative;
    z-index: 1;
    margin-top: -180px;
    width: 450px;
    height: 660px;
  }
  #nosotros div {
    width: 464px;
    height: 204px;
  }
  #entrevistas h2 {
    font-size: 48px;
    padding-left: 12vw;
  }
  #entrevistas #imagenes {
    display: flex;
    flex-wrap: wrap;
  }
  #entrevistas #imagenes img {
    width: 33.3%;
    height: 364px;
  }
  #topicos {
    display: flex;
    flex-direction: column;
  }
  #topicos h2 {
    font-size: 48px;
    padding-left: 12vw;
  }
  #topicos .img-top {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding: 0 12vw;
  }
  #topicos .img-h3 {
    text-align: center;
    align-items: center;
  }
  #topicos .img-h3 h3 {
    width: 200px;
  }
  #section6 {
    padding: 200px 1rem 150px 1rem;
    clip-path: polygon(0 30%, 100% 0, 100% 100%, 0% 100%);
  }
  footer {
    display: flex;
    justify-content: space-between;
    padding: 10px 4rem;
  }
  footer #redes i {
    margin: 0;
    padding: 0 15px;
  }
}
/*# sourceMappingURL=styles.min.css.map */