.barra {
  height: 0.3rem;
  background: #ccc;
  position: fixed;
  top: 11rem;
  left: 0;
  width: 100%;
  z-index: 3;
}
.progress {
  height: 0.3rem;
  background: #446e73;
  position: fixed;
  top: 11rem;
  left: 0;
  width: 100%;
  transform-origin: 0 50%;
  animation: scaleProgress auto linear;
  animation-timeline: scroll(root);
}
@keyframes scaleProgress {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
  @keyframes fade-in {
    from {
      translate: 0;
    }
    to {
      opacity: 1;
      translate: 120vw;
    }
  }

#aros {
  position: absolute;
  left: 0;
  top: 12rem;
  width: 3.7rem;
  height: 15.1rem;
  margin: auto;
  animation: change linear forwards;
  animation-timeline: view();
  background: url(https://dkumiip2e9ary.cloudfront.net/xalok/20-minutos/especiales/soy-alfredo/img/aros.png)
    no-repeat 0 0;
  background-size: 3rem;
}
#aros img {
  width: 100%;
  height: auto;
}
#circulos {
  position: absolute;
  right: 4rem;
  bottom: -10rem;
  width: 8rem;
  height: 14.1rem;
  margin: auto;
  animation: giro linear forwards;
  animation-timeline: view();
  background: url(https://dkumiip2e9ary.cloudfront.net/xalok/20-minutos/especiales/soy-alfredo/img/circulos.png)
    no-repeat 0 0;
  background-size: 8rem;
}
#circulos img {
  width: 100%;
  height: auto;
}
#triangulos {
  position: absolute;
  left: 0;
  top: 20rem;
  width: 8rem;
  height: 14.1rem;
  margin: auto;
  animation: fade-in linear forwards;
  animation-timeline: view();
  background: url(https://dkumiip2e9ary.cloudfront.net/xalok/20-minutos/especiales/soy-alfredo/img/triangulos.png)
    no-repeat 0 0;
  background-size: 8rem;
}
#triangulos img {
  width: 100%;
  height: auto;
}

@keyframes change {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes giro {
  from {
    opacity: 0;
    rotate: 0;
  }
  to {
    opacity: 1;
    rotate: 360deg;
  }
}
@keyframes fade-in {
  from {
    opacity: 1;
    translate: 0;
  }
  to {
    opacity: 0;
    translate: calc(50vw - 20rem);
  }
}

@font-face {
  font-family: "Voltaire-Frangela";
  src: url("https://dkumiip2e9ary.cloudfront.net/xalok/20-minutos/especiales/soy-alfredo/fonts/VoltaireFrangelaRegular.woff2")
    format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("https://dkumiip2e9ary.cloudfront.net/xalok/20-minutos/especiales/soy-alfredo/fonts/montserrat-var.woff2")
    format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}
body {
  margin: 0;
  padding: 0;
  background-color: #f6f6f6;
}
main {
  background-color: #f6f6f6;
  color: #000;
}
.c-header__brand__logo {
    filter: invert(1);
  }
.c-detail--special {
  margin-top: 0 !important;
}
.c-detail__data {
  display: none !important;
}
.c-header__custom__text {
  font-family: "Montserrat" !important;
  font-size: 0.9rem !important;
  font-weight: 290 !important;
  text-transform: uppercase !important;
  color: #000 !important;
}
.c-header__nav-btn .hamburger-inner,
.c-header__nav-btn .hamburger-inner:before,
.c-header__nav-btn .hamburger-inner:after {
  background-color: #000 !important;
}

.c-detail__embed {
  padding: 0 !important;
}

@media only screen and (min-width: 768px) {
  .c-header__user {
    display: none;
  }  
  .barra {
    top: 5.7rem;
  }
  .progress {
    top: 5.7rem;
  }
  #aros {
    width: 5.7rem;
    height: 17.1rem;
    background-size: 5rem;
  }
  #circulos {
    right: 25rem;
    bottom: -35rem;
    width: 11rem;
    height: 17.1rem;
    background-size: 11rem;
  }
  #triangulos {
    left: 0;
    top: 20rem;
    width: 11rem;
    height: 17.1rem;
    background-size: 11rem;
  }
}



.special .article-content .trustproject_marca {
  display: none !important;
}

.soy-alfredo {
  position: relative;
  width: 100%;
  margin: 15rem auto 5rem;
}
.soy-alfredo .cabecera-alfredo {
  display: flex;
  align-items: center;
  gap: 5rem;
  width: 97rem;
  margin: 0 auto;
}
.soy-alfredo .cabecera-alfredo .alfredo-cab {
  max-width: 50rem;
  height: auto;
}
.soy-alfredo .cabecera-alfredo .nueva-vida {
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 2rem;
}
.soy-alfredo .cabecera-alfredo .nueva-vida img {
  max-width: 25rem;
  height: auto;
}
.soy-alfredo .cabecera-alfredo .nueva-vida span {
  font-family: "Montserrat";
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: 400;
  color: #000;
  text-align: center;
}
.soy-alfredo .flecha {
  display: flex;
  justify-content: center;
  margin: 10rem auto;
}
.soy-alfredo .flecha img {
  width: 2.8rem;
  height: auto;
}
.soy-alfredo .capitulo {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10rem;
  margin: 0 auto;
  position: relative;
}
.soy-alfredo .capitulo-par {
  flex-flow: row-reverse;
}
.soy-alfredo .capitulo img {
  width: 35rem;
  height: auto;
}
.soy-alfredo .capitulo h3 {
  font-family: "Voltaire-Frangela";
  font-size: 5.5rem;
  line-height: 0.8;
  font-weight: 400;
  color: #000;
}
.soy-alfredo .capitulo-info {
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 2rem;
}
.soy-alfredo .capitulo-info span {
  font-family: "Montserrat";
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: 400;
  text-transform: uppercase;
  color: #000;
}
.soy-alfredo .capitulo-info .bttn {
  padding: 1rem;
  font-family: "Montserrat";
  font-size: 1.5rem;
  font-weight: 600;
  background-color: #e7c98c;
  border-radius: 0.5rem;
  color: #000;
  border: none;
}
.soy-alfredo .capitulo-info .bttn:hover {
  background-color: #446e73;
  color: #fff;
}
.soy-alfredo .zigzag {
  content: "";
  width: 100%;
  height: 5.3rem;
  margin: 15rem 0;
  background: url(https://dkumiip2e9ary.cloudfront.net/xalok/20-minutos/especiales/soy-alfredo/img/zigzag.png)
    no-repeat center center;
}

.footer-section-custom {
  display: none;
}
.pie {
  width: 100%;
  background: #f6f6f6;
  color: #000;
  margin: 0 auto -5rem;
  padding: 5rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.pie p {
  width: 80% !important;
  text-align: center !important;
  font-size: 1.5rem !important;
  color: #000 !important;
  font-family: "Montserrat";
}
.pie p strong {
  font-family: "Montserrat" !important;
  font-size: 1.5rem !important;
  font-weight: 700 !important;
}
.pie img {
  width: 23rem !important;
  margin-top: 2rem;
  filter: invert(1);
}

@media only screen and (min-width: 280px) and (max-width: 767px) {
  
  .header .header-custom .header-custom-logo {
    max-width: 16rem;
  }
  .header .header-custom .header-custom-text {
    color: #000;
    font-family: "Montserrat";
    font-size: 0.9rem;
    font-weight: 290;
    text-transform: uppercase;
  }
  .special .article-content {
    padding-top: 2rem;
    margin-bottom: -10rem;
  }
  .soy-alfredo {
    margin: 7.5rem auto 5rem;
  }
  .soy-alfredo .cabecera-alfredo {
    display: flex;
    flex-flow: column;
    align-items: center;
    gap: 5rem;
    width: 100%;
    margin: 0 auto;
  }
  .soy-alfredo .cabecera-alfredo .alfredo-cab {
    max-width: 80%;
    height: auto;
  }
  .soy-alfredo .cabecera-alfredo .nueva-vida img {
    max-width: 20rem;
  }
  .soy-alfredo .cabecera-alfredo .nueva-vida {
    display: flex;
    flex-flow: column;
    align-items: center;
    gap: 2rem;
    padding: 0 1.5rem;
  }
  .soy-alfredo .capitulo h3 {
    margin: 0 !important;
    font-family: "Voltaire-Frangela" !important;
    font-size: 3.5rem !important;
    font-weight: 400 !important;
    line-height: 0.8 !important;
    font-weight: 400;
    color: #000 !important;
    border: none !important;
  }
  .soy-alfredo .flecha img {
    width: 1.8rem;
  }
  .soy-alfredo .capitulo {
    flex-flow: column;
    gap: 2rem;
  }
  .soy-alfredo .capitulo img {
    max-width: 65%;
  }
  .soy-alfredo .capitulo-info span {
    font-size: 1.2rem;
  }
  .soy-alfredo .zigzag {
    margin: 10rem 0;
    background-size: 15rem;
  }
  footer {
    display: none;
  }
}
