:root {
  --blue: #00EBFF;
  --texto: #fff;
}
body {
  background: #01012D !important;
}
.c-detail__embed {
  overflow: unset !important;
}
.c-detail__top,
.c-detail__data {
  display: none !important;
}
.c-detail--special .c-detail__content {
  background: #01012D !important;
  margin: 0 auto!important;
  padding: 0 !important;
}
.content-title-h1,
.content-title-h2,
.c-paragraph__title {
  color: var(--blue) !important;
}
.content-title-h1,
.content-title-h2 {
  font-size: 3rem !important;
  line-height: 3.4rem !important;
  font-weight: 600 !important;
  text-align: center !important;
}
.c-paragraph__title {
  font-family: "pfd-medium", serif !important;
  font-size: 2.2rem !important;
  line-height: 2.2rem !important;
  font-weight: 600 !important;
  text-align: left !important;
  text-transform: none !important;
}
.c-paragraph {
  font-size: 1.8rem !important;
  line-height: 2.6rem !important;
  font-weight: 400 !important;
  color: var(--texto) !important;
  animation-name: zoom;
  animation-timeline: --block;
  animation-duration: auto;
  view-timeline-name: --block;
  animation-range: entry 0% cover 30%;
}
.c-paragraph b {
  font-weight: 700 !important;
}
.composite-richtext {
  max-width: 105rem !important;
}
.composite-richtext p {
  font-family: "Source-Serif-Regular", serif !important;
  font-size: 2.2rem !important;
  line-height: 2.8rem !important;
  font-weight: 400 !important;
  color: var(--texto) !important;
}
.c-phrase__blockquote {
  display: flex !important;
  align-items: center !important;
  gap: 1.5rem !important;
  max-width: 70rem !important;
  margin: 3.5rem auto !important;
  padding: 0  1rem !important;
  font-family: "pfd-medium", serif !important;
  font-size: 2rem !important;
  line-height: 2.6rem !important;
  font-weight: 400 !important;
  color: var(--texto) !important;
  font-style: italic !important;
  text-align: center !important;
  background: none !important;
}
.c-phrase__blockquote:before,
.c-phrase__blockquote:after {
  content: "" !important;
  width: 10rem !important;
  height: .1rem !important;
  background-color: var(--blue) !important;
}
.c-phrase__blockquote strong {
  font-weight: 400 !important;
  color: var(--blue) !important;
}
.images-related-slider {
  max-width: 140rem !important;
  margin: 0 auto 3rem !important;
}
.c-slider__swiper-container-buttons {
  height: 100% !important;
}
.swiper-button-next, .swiper-button-prev {
  color: var(--blue) !important;
}

.apertura-toma-extra {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 2rem;
  width: 100%;
  max-width: 140rem;
  margin: 0 auto 3rem;
  padding: 2rem 0 0;
}
.apertura-toma-extra__content {
  animation: down 1.5s both ease;
}
.movistar {
  display: flex;
  align-items: center;
  margin: 0 auto;
  width: fit-content;
  gap: 1rem;
}
.claim-movistar {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  line-height: 1.2rem;
  font-weight: 400;
  color: var(--texto);
  text-transform: uppercase;
}
.logo-movistar {
  height: auto;
  margin: 0 auto;
}
.logo-movistar img {
  height: 2.5rem;
}
.apertura-toma-extra .content-title-h2 {
  margin: 0 !important;
  padding: 2rem 3vw 1rem !important;
  width: 100% !important;
  font-family: "pfd-medium", serif !important;
  font-size: 2.8rem !important;
  line-height: 1.2 !important;
  font-weight: 600 !important;
  background: linear-gradient(to bottom, rgba(1,1,45,0) 0%,rgba(1,1,45,0.01) 1%,rgba(1,1,45,1) 67%,rgba(1,1,45,1) 100%);
}

.reel__content {
  display: flex;
  align-items: center;
  gap: 7rem;
  max-width: 110rem;
  margin: 3.5rem auto;
  padding: 0 1rem;
}
.reel__wrapper {
  width: 100%;
  max-width: 33.5rem;
  height: auto;
  margin: 0 auto;
}
.reel__link {
  display: inline-block;
  perspective: 1000px;
}
.reel__link:before {
  content: '';
  display: inline-block;
  width: 10rem;
  height: 10rem;
  position: absolute;
  top: 50%;
  left: 50%;
  background: url(https://dkumiip2e9ary.cloudfront.net/xalok/cinemania/especiales/rancho-dutton/img/Play.svg) no-repeat center;
  background-size: contain;
  z-index: 2;
  transform: translate(-50%, -50%) rotateY(0deg);
  transition: transform .8s cubic-bezier(0.4, 0, 0.2, 1);
  backface-visibility: hidden;
}
.reel__link:hover:before {
 transform: translate(-50%, -50%) rotateY(-360deg);
}
@keyframes zoom {
  0% {
    scale: 5;
    opacity: 0;
    transform: translateY(1000px);
  }
  100% {
    opacity: 1;
    scale: 1;
    transform: translateY(0);
  }
}
@keyframes down {
  from {
    transform: translateY(-200px);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@media only screen and (min-width: 600px) {
  .apertura-toma-extra .content-title-h2 {
    padding: 2rem 10vw 1rem !important;
  }
  .claim-movistar {
    font-size: 1.3rem;
    line-height: 1.2rem;
  }
}

@media only screen and (min-width: 768px) {
  .apertura-toma-extra {
    margin-bottom: 5rem;
  }
  .claim-movistar {
    font-size: 1.5rem;
    line-height: 1.4;
  }
  .logo-movistar {
    height: auto;
    margin: 0 auto;
  }
  .logo-movistar img {
    height: 3.5rem;
  }
  .apertura-toma-extra .content-title-h2 {
    padding: 2rem 20vw 1rem !important;
  }
}

@media only screen and (min-width: 900px) {
  .apertura-toma-extra .content-title-h2 {
    font-size: 3.2rem !important;
    padding: 2rem 20vw 1rem !important;
  }
  .images-related-slider {
    margin: 0 auto 5rem !important;
  }
}

@media only screen and (min-width: 1024px) {
  .content-title-h1,
  .content-title-h2 {
    font-size: 5rem !important;
    line-height: 5.6rem !important;
  }
  .c-paragraph__title {
    font-size: 2.8rem !important;
    line-height: 2.8rem !important;
  }
  .c-paragraph {
    font-size: 2rem !important;
    line-height: 2.8rem !important;
  }
  .composite-richtext p {
    font-size: 3rem !important;
    line-height: 3.6rem !important;
  }
  .c-phrase__blockquote {
    font-size: 2.6rem !important;
    line-height: 3.2rem !important;
  }
  .c-phrase__blockquote:before,
  .c-phrase__blockquote:after {
    width: 20rem !important;
  }

  .apertura-toma-extra {
    flex-direction: row-reverse;
  }
  .apertura-toma-extra .content-title-h2 {
    font-size: 4rem !important;
  }
  .apertura-toma-extra > img {
    width: 65%;
    height: auto;
  }
  .apertura-toma-extra__content {
    width: 35%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3rem;
  }
  .apertura-toma-extra .content-title-h2 {
    padding: 0 2rem !important;
  }
  .logo-movistar img {
    width: 7.5rem;
    height: auto;
  }
  .claim-movistar {
    max-width: 14rem;
    font-size: 1.5rem;
    line-height: 1.4;
    text-align: center;
  }
}

@media only screen and (min-width: 1200px) {
  .apertura-toma-extra > img {
    width: 70%;
  }
  .apertura-toma-extra__content {
    width: 30%;
    gap: 4rem;
  }
  .claim-movistar {
    max-width: 17rem;
    font-size: 1.8rem;
  }
  .logo-movistar {
    height: auto;
    margin: 0 auto;
  }
  .apertura-toma-extra .content-title-h2 {
    font-size: 4.6rem !important;
  }
}