:root {
  --red: #ea001d;
}
@font-face {
  font-family: "Montserrat";
  src: url("https://dkumiip2e9ary.cloudfront.net/xalok/20-minutos/especiales/edu-recomienda/fonts/montserrat-var.woff2")
    format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open-Sans";
  src: url("https://dkumiip2e9ary.cloudfront.net/xalok/20-minutos/especiales/edu-recomienda/fonts/Open-Sans-VF.woff2")
    format("woff2");
  font-style: normal;
  font-weight: 300 800;
  font-display: swap;
}

body {
  margin-bottom: -3rem !important;
}
.c-header__user__nav,
.c-detail__data {
  display: none !important;
}
.o-content,
.o-content--full {
  width: 100%;
  max-width: 100% !important;
  margin-top: -2rem;
}
.c-detail--special {
  width: 100%;
  max-width: 100% !important;
  padding: 0;
  grid-gap: 0;
}
.o-section {
  padding-bottom: 0 !important;
}
.c-detail__body {
  padding-bottom: 0 !important;
}
.c-detail__body > * {
  padding: 0 !important;
  box-sizing: border-box;
}
.c-detail__embed {
  width: 100%;
  max-width: 100% !important;
  padding: 0 !important;
}

/* main.mainmedia-hidden.main-container {
      padding-top: 6rem !important;
    } */
img[alt~="20m"] {
  display: none;
}

.c-paragraph {
  max-width: 80rem !important;
  margin: 0 2rem 2rem !important;
  position: relative;
  font-family: "Open-Sans" !important;
  font-size: 1.7rem !important;
  line-height: 3rem !important;
  font-weight: 400 !important;
  color: #000 !important;
}
.composite-richtext p {
  max-width: 80rem !important;
  margin: 0 2rem 2rem !important;
  position: relative;
  font-family: "Montserrat" !important;
  font-size: 2.8rem !important;
  line-height: 3.5rem !important;
  font-weight: 500 !important;
  color: #000 !important;
}
.c-detail__media {
  max-width: 80rem !important;
  margin: 0 auto 2rem !important;
}
.c-detail__media img {
  border-bottom: 0.2rem solid var(--red);
}
.c-detail__media__credit,
.c-detail__media__signature {
  display: none !important;
}
.c-phrase__blockquote {
  max-width: 80rem !important;
}
.c-price__comparator {
  max-width: 65rem !important;
}
.c-slider__native__commerce {
  max-width: 65rem !important;
}
.apertura-afiliacion {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 90vh;
  margin-bottom: 3rem;
  padding: 5vh 2.5rem 0;
  box-sizing: border-box;
  background: url(https://dkumiip2e9ary.cloudfront.net/xalok/20-minutos/especiales/edu-recomienda/img/apertura-bck.jpg)
    no-repeat right center;
  background-size: cover;
}
.apertura-afiliacion:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  background: linear-gradient(
    135deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 0.85) 32%,
    rgba(0, 0, 0, 0.1) 62%,
    rgba(0, 0, 0, 0) 100%
  );
  z-index: 0;
}
.txt-afiliacion {
  width: 100%;
  display: flex;
  flex-direction: column;
  z-index: 1;
}
.txt-afiliacion h1 {
  position: relative;
  font-family: "Montserrat";
  font-size: 3.4rem;
  line-height: 1;
  font-weight: 600;
  color: #fff;
}
.txt-afiliacion h1:before {
  content: "";
  position: absolute;
  top: -1.2rem;
  left: 0;
  width: 4.8rem;
  height: 0.38rem;
  background-color: var(--red);
}
.txt-afiliacion span {
  font-family: "Open-Sans";
  font-size: 1.6rem;
  line-height: 2.6rem;
  font-weight: 500;
  color: #fff;
}
.edu-apertura {
  width: 100%;
  margin: 0;
}
.edu-apertura picture {
  display: flex;
}
.edu-apertura img {
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 767px) {
  .c-paragraph {
    margin: 0 auto 2rem !important;
    font-size: 1.8rem !important;
    line-height: 3.2rem !important;
  }
  .composite-richtext p {
    margin: 0 auto 3rem !important;
    font-size: 4.8rem !important;
    line-height: 6rem !important;
  }

  .apertura-afiliacion {
    flex-direction: row;
    padding: 2vh 8vw 0;
    gap: 10vw;
  }
  .apertura-afiliacion:before {
    background: linear-gradient(
      45deg,
      rgba(0, 0, 0, 1) 0%,
      rgba(0, 0, 0, 0.85) 32%,
      rgba(0, 0, 0, 0.1) 62%,
      rgba(0, 0, 0, 0) 100%
    );
    opacity: 0.7;
  }
  .edu-apertura {
    align-self: self-end;
    display: flex;
    justify-content: end;
  }
  .edu-apertura picture {
    display: flex;
    width: 40vw;
  }
  .txt-afiliacion {
    width: 55%;
    display: flex;
    flex-direction: column;
  }
  .txt-afiliacion h1 {
    font-size: 6.2rem;
  }
  .txt-afiliacion h1:before {
    top: -1.2rem;
    width: 12rem;
    height: 0.36rem;
  }
  .txt-afiliacion span {
    font-size: 2.4rem;
    line-height: 4rem;
  }
}
