h2 {
  font-size: 4.8rem;
  margin-left: 13.9%;
}

P {
  font-size: 1.6rem;
  width: 100%;
  margin: 0;
}

button {
  margin: 0;
}

header nav {
  height: 8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 6.9%;
}

header nav img {
  width: 3.6rem;
  height: 3.6rem;
  position: static;
}

.menu input, .menu span {
  visibility: hidden;
  position: static;
  display: inline;
  height: 0;
}

.menu ul {
  max-height: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
  height: 8rem;
}

.menu ul li {
  margin-left: 3.3%;
  margin-bottom: 0;
}

.menu ul li:nth-child(1) {
  margin-top: 0rem;
}

.menu ul li:nth-child(4) {
  margin-right: 6.9%;
}

.menu ul a {
  color: #060A24;
  margin-top: 0rem;
  margin-left: 0rem;
}

.menu ul a:hover {
  color: #00F3BB;
  font-weight: 500;
  text-decoration: line-through;
}

.menu ul a:active {
  color: rgba(6, 10, 36, 0.56);
  font-weight: 400;
}

.header-content .header-title {
  margin: 12rem 13.9% 0 13.9%;
  font-size: 6.4rem;
}

.header-content .header-title .dot {
  color: #0000EC;
}

@media (max-width: 1024px) {
  .header-content .header-title {
    font-size: 4.8rem;
  }
}

.header-content .header-text {
  width: 628px;
  margin-left: 13.9%;
}

.header-content .header-button {
  margin-top: 5.6rem;
  margin-left: 13.9%;
  width: 15.7%;
  min-width: 22.6rem;
}

.episodes {
  padding-top: 18.6rem;
}

.episodes h2 {
  margin-bottom: 2.6rem;
}

.episodes .episodes-background {
  height: 95rem;
}

.episodes .iframes-container {
  width: 100%;
}

.us h2 {
  margin-bottom: 3.6rem;
}

.us p {
  padding: 0 13.9%;
}

@media (min-width: 1024px) {
  .us {
    position: relative;
    top: 0;
    margin-bottom: 0;
    height: 52.4rem;
  }
  .us .us-image {
    height: auto;
    width: 31.8%;
    display: inline-block;
    position: relative;
    left: 13.5%;
    top: -10rem;
  }
  .us .us-image img {
    max-height: 66rem;
  }
  .us h2 {
    margin-left: 0;
    left: 50%;
    position: absolute;
    top: 7rem;
  }
  .us p {
    position: absolute;
    left: 50%;
    top: 17rem;
    width: 32.2%;
    padding: 0;
  }
}

@media (min-width: 1200px) {
  .guests h2 {
    margin-top: 6.4rem;
  }
}

.guests .images-container {
  width: 100%;
  margin-top: 3.6rem;
}

.guests .images-container img {
  width: 33.3%;
}

.topics {
  margin-top: 6.4rem;
  margin-bottom: 3.4rem;
}

.topics .topics-box {
  margin-top: 6.9rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.topics .topics-box div {
  text-align: center;
  width: 18.1%;
}

.topics .topics-box img {
  width: 40%;
}

.topics .topics-box h2 {
  margin-bottom: 3.7rem;
}

.topics .topics-box h3 {
  margin-top: 2.9rem;
  margin-bottom: 0;
}

.novelties {
  padding-top: 21.3rem;
  padding-bottom: 15.1rem;
}

@media (max-width: 1024px) {
  .novelties {
    padding-top: 18rem;
  }
}

.novelties button {
  width: 24%;
  margin: 0 auto;
  min-width: 34.5rem;
}

.novelties h2 {
  width: 70%;
  margin-top: 0;
}

footer {
  height: 9.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 6.9%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
}

footer p {
  margin: 0;
}

footer .icons-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 23.2rem;
  justify-self: right;
  margin: 0;
}

footer .icons-container i {
  font-size: 1.8rem;
}
/*# sourceMappingURL=desktop.css.map */