.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 circulo {
  0% {
    opacity: 0;
    transform: rotate(-540deg) scale(0);
  }

  100% {
    opacity: 1;
    transform: rotate(0) scale(1);
  }
}

@keyframes triangulo {
  0% {
    opacity: 0;
    transform: scale(0.6);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes gusano {
  0% {
    animation-timing-function: ease-in;
    opacity: 0;
    transform: translateX(-250px);
  }
  100% {
    animation-timing-function: ease-out;
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes giro {
  0% {
    rotate: 0;
  }
  100% {
    rotate: 360deg;
  }
}

#circulos {
  position: absolute;
  left: 25rem;
  bottom: -35rem;
  width: 11rem;
  height: 17.1rem;
  margin: auto;
  animation: circulo 1s linear 0s 1 normal forwards;
  animation-timeline: view(block 50% auto);
  background: url(https://dkumiip2e9ary.cloudfront.net/xalok/20-minutos/especiales/soy-alfredo/img/circulos.png)
    no-repeat 0 0;
  background-size: 11rem;
}
#triangulos {
  position: absolute;
  right: 20rem;
  top: 10rem;
  width: 11rem;
  height: 17.1rem;
  margin: auto;
  animation: triangulo 2s linear 0s 1 normal forwards;
  animation-timeline: view(block 50% auto);
  background: url(https://dkumiip2e9ary.cloudfront.net/xalok/20-minutos/especiales/soy-alfredo/img/triangulos.png)
    no-repeat 0 0;
  background-size: 11rem;
  filter: brightness(0);
}
#gusano {
  position: absolute;
  left: 0;
  top: -5rem;
  width: 22rem;
  height: 5rem;
  margin: auto;
  animation: gusano 2s ease 0s 1 normal forwards;
  animation-timeline: view(block 50% auto);
  background: url(https://dkumiip2e9ary.cloudfront.net/xalok/20-minutos/especiales/soy-alfredo/img/gusano.png)
    no-repeat 0 0;
  background-size: 22rem;
  filter: grayscale(1);
}
#sol {
  position: absolute;
  left: 10%;
  top: -2%;
  width: 7.5rem;
  height: 7.5rem;
  margin: auto;
  animation: giro 5s linear 0s infinite normal forwards;
  background: url(https://dkumiip2e9ary.cloudfront.net/xalok/20-minutos/especiales/soy-alfredo/img/sol.png)
    no-repeat 0 0;
  background-size: 7.5rem;
}

@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;
}

.special .article-content .trustproject_marca {
  display: none !important;
}
.c-paragraph {
  max-width: 80% !important;
  margin: 3rem auto !important;
  font-family: "Montserrat" !important;
  font-size: 1.6rem !important;
  line-height: 1.6 !important;
}
.c-paragraph b {
  font-family: "Montserrat" !important;
  font-size: 1.6rem !important;
  line-height: 1.6 !important;
  font-weight: 700 !important;
}
.content-title-h1 {
  font-family: "Voltaire-Frangela" !important;
  color: #446e73 !important;
  font-weight: 599 !important;
}
.c-phrase__blockquote {
  position: relative;
  padding: 2.5rem 15% !important;
  font-family: "Voltaire-Frangela" !important;
  font-size: 2.5rem !important;
  line-height: 1 !important;
  font-weight: 400 !important;
  color: #fff !important;
  background-color: #446e73 !important;
  background-image: none !important;
  text-align: center !important;
}
.c-phrase__blockquote:after {
  content: "";
  position: absolute;
  right: 0;
  top: -1.4rem;
  width: 7.6rem !important;
  height: 4rem !important;
  background: url(https://dkumiip2e9ary.cloudfront.net/xalok/20-minutos/especiales/soy-alfredo/img/puntos.png)
    no-repeat top right;
  background-size: 7rem;
}
.c-phrase__blockquote:last-of-type {
  color: #446e73 !important;
  background-color: #f6f6f6 !important;
}
.c-phrase__blockquote:last-of-type:before {
  content: "";
  position: absolute;
  right: 0;
  top: -1rem;
  width: 14.6rem;
  background: url(https://dkumiip2e9ary.cloudfront.net/xalok/20-minutos/especiales/soy-alfredo/img/zigzag.png)
    no-repeat top right;
  background-size: 14rem;
  height: 2.7rem;
}
.c-phrase__blockquote:last-of-type:after {
  left: 0;
  top: unset;
  background: url(https://dkumiip2e9ary.cloudfront.net/xalok/20-minutos/especiales/soy-alfredo/img/zigzag.png)
    no-repeat top right;
  background-size: 14rem;
  width: 14.6rem;
  height: 2.7rem;
}
.alfredo {
  position: relative;
  display: flex;
  flex-flow: column;
  align-items: start;
  justify-content: center;
  gap: 2rem;
  max-width: 100%;
  margin: 5rem auto;
}
.alfredo img {
  width: 80% !important;
  max-width: 80%;
  height: auto;
  margin: 0 auto;
}
.alfredo .alfredo-info {
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 2rem;
}
.alfredo .alfredo-info span {
  padding: 0 2rem;
  font-family: "Montserrat";
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 400;
  color: #000;
}
.alfredo .alfredo-info span strong {
  font-family: "Montserrat";
  font-size: 1.8rem;
  line-height: 1.6;
  font-weight: 700;
  color: #446e73;
}
.alfredo .alfredo-info .bttn {
  padding: 1rem;
  font-family: "Montserrat";
  font-size: 1.4rem;
  line-height: 1rem;
  font-weight: 600;
  background-color: #446e73;
  border-radius: 0.5rem;
  color: #fff;
  border: none;
  text-transform: uppercase;
}
.alfredo .alfredo-info .bttn:hover {
  background-color: #000;
  color: #fff;
}

.protagonista {
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: repeat(4, auto);
  max-width: 100%;
  margin: 5rem auto;
  padding: 0 1rem;
}
.protagonista img {
  grid-row: 3;
  grid-column: 1;
  justify-self: end;
  width: 70% !important;
  max-width: 40rem;
  height: auto;
  margin: 3rem auto;
}
.protagonista .nombre,
.protagonista .apellido {
  padding: 0 2.5rem;
  font-family: "Voltaire-Frangela";
  font-size: 12vw;
  line-height: 0.8;
  font-weight: 400;
  color: #000;
}
.protagonista .nombre {
  grid-row: 1;
  grid-column: 1;
  animation: triangulo 1s linear 0s 1 normal forwards;
  animation-timeline: view(block 75% auto);
}
.protagonista .apellido {
  grid-row: 2;
  grid-column: 1;
  justify-self: center;
  z-index: 1;
  animation: triangulo 1s linear 0s 1 normal forwards;
  animation-timeline: view(block 75% auto);
}
.protagonista .ocupacion {
  grid-row: 4 / 5;
  grid-column: 1;
  justify-self: start;
  width: 11rem;
  height: 4.5rem;
  margin: 4rem 0 0 -2rem;
  font-family: "Montserrat";
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: 400;
  text-transform: uppercase;
  color: #000;
  transform: rotate(90deg);
}
.protagonista p {
  grid-row: 4 / 5;
  grid-column: 1;
  justify-self: end;
  width: auto;
  padding-left: 6rem;
  font-family: "Voltaire-Frangela";
  font-size: 2rem !important;
  line-height: 1.2;
  font-weight: 600;
  color: #000;
}

.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: 767px) {
  .c-header__user {
    display: none;
  }
  .barra,
  .progress {
    top: 5.7rem;
  }
  .protagonista {
    grid-template-rows: auto auto auto;
    grid-template-columns: repeat(2, auto);
    /* max-width: 50%; */
  }
  .protagonista img {
    grid-row: 2 / 4;
    grid-column: 2;
    align-self: center;
    width: 40rem !important;
    max-width: 40rem;
  }
  .protagonista .nombre,
  .protagonista .apellido {
    grid-column: 1 / 3;
    font-size: 15rem;
  }
  .protagonista .nombre {
    grid-row: 1 / 2;
  }
  .protagonista .apellido {
    grid-row: 2 / 3;
  }
  .protagonista .ocupacion {
    grid-row: 2 / 3;
    margin: 5rem 0 0 -2rem;
  }
  .protagonista p {
    grid-row: 3 / 4;
    justify-self: start;
    width: 30rem;
    padding-left: 0;
  }

  #circulos {
    left: -3rem;
    bottom: -30rem;
    width: 8rem;
    height: 14.1rem;
    background-size: 8rem;
  }
  #gusano {
    top: -3rem;
    width: 12rem;
    height: 3rem;
    animation-timeline: view(block 40% auto);
    background-size: 12rem;
  }
  #triangulos {
    right: 0;
    top: 40rem;
    width: 6.5rem;
    height: 6.5rem;
    animation-timeline: view(block 30% auto);
    background-size: 6.5rem;
  }
  #sol {
    left: 0;
    top: -3.5rem;
    width: 10rem;
    height: 10rem;
    background-size: 10rem;
  }

  .c-paragraph {
    max-width: 70rem !important;
  }
  .alfredo {
    flex-flow: row;
    gap: 10rem;
    max-width: 50%;
    margin: 10rem auto 5rem;
    position: relative;
  }
  .alfredo img {
    width: 45% !important;
    max-width: 40rem;
  }
  .alfredo .alfredo-info {
    align-items: start;
  }
  .alfredo .alfredo-info span {
    padding: 0;
  }

  footer {
    display: none;
  }
}

@media only screen and (min-width: 1024px) {
  .protagonista {
    max-width: 60%;
  }
  .c-phrase__blockquote {
    padding: 2rem 35% !important;
    font-size: 4rem !important;
  }
  .c-phrase__blockquote:after {
    right: 0;
    top: -5rem;
    width: 24.6rem !important;
    height: 12.7rem !important;
    background-size: 24rem !important;
  }
  .c-phrase__blockquote:last-of-type:before {
    width: 24.6rem !important;
    height: 5rem;
    background-size: 24rem !important;
  }
  .c-phrase__blockquote:last-of-type:after {
    background-size: 24rem !important;
  }
}
@media only screen and (min-width: 1280px) {
  .protagonista {
    max-width: 50%;
  }
}
@media only screen and (min-width: 1520px) {
  .protagonista {
    max-width: 40%;
  }
}
