:root {
  --azul-20: #0b419b;
  --celeste: #2dbfc4;
  --rojo: #ff0000;
}
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 200 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/oswald/v56/TK3iWkUHHAIjg752GT8G.woff2) format('woff2');
}
@font-face {
    font-family: 'Calibre-Bold';
    src: url('https://dkumiip2e9ary.cloudfront.net/xalok/20-minutos/especiales/25-aniversario/fonts/Calibre-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


header.header-main .header-primary .header-custom .header-custom-logo {
  padding: 0.5rem !important;
}
header.header-main .header-primary {
  width: 100%;
}
header.header-main .unfold-menu.primary-sub-menu {
  display: none !important;
}
header.header-main .header-primary .menu a,
.special .special_header {
  display: none;
}
.special .article-content .content-modules {
  padding-top: 0rem;
  background-color: #fff;
}
.c-paragraph,
.composite-richtext p {
  max-width: 65rem !important;
  margin: 0 auto 2rem !important;
  position: relative;
  z-index: 1;
}
.content-title-h1 {
  font-family: 'Oswald' !important;
}
.c-detail__body > * {
  padding: 0 !important;
  box-sizing: border-box;
}
.c-detail__embed {
  width: 100%;
  max-width: 100% !important;
  padding: 0 !important;
  overflow: unset !important;
}
.c-detail__embed:last-of-type {
  margin-bottom: 0 !important;
}
.c-detail__embed__code {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 100% !important;
  padding: 0;
}
.c-detail__embed__code > div {
  width: 100%;
}

.composite-incolumns {
  width: 100%;
  max-width: 99rem !important;
  margin: 0 auto 3rem !important;
}
.composite-incolumns p b i {
  font-size: 10rem;
  font-style: normal;
}
.c-phrase__blockquote {
  font-family: 'Oswald' !important;
  color: var(--celeste) !important;
  background: none !important;
}
.composite-incolumns .titulo {
  font-family: 'Oswald' !important;
  font-size: 2rem !important;
}
.composite-incolumns .credits {
  font-family: 'Oswald' !important;
  font-size: 1.5rem !important;
  color: var(--celeste) !important;
}

.cover .cover-over .content-title-h1 {
  font-family: 'Oswald' !important;
  text-shadow: .3rem .3rem .5rem rgba(0, 0, 0, 1);
}
@media screen and (max-width: 767px) {
  .composite-incolumns .cont-pie {
    padding: 0 1rem !important;
  }
  .cover .cover-over .content-title-h1 {
    padding: 0 1rem !important;
    font-family: 'Oswald' !important;
    color: #000 !important;
    text-shadow:none !important;
  }
}


.cara-title {
  display: flex;
  flex-direction: column;
  align-items: start;
  max-width: 65rem;
  margin: 0 auto 2rem;
  padding-left: 10rem;
  background: transparent url(https://dkumiip2e9ary.cloudfront.net/xalok/20-minutos/especiales/25-aniversario/img/2025-rayas.svg) repeat-x 0 0;
  background-size: .7rem;
}
.cara-title span {
  padding: 2rem 1rem .3rem !important;
  font-family: 'Oswald' !important;
  font-size: 5rem !important;
  line-height: 1;
  font-weight: 200 !important;
  color: var(--) !important;
  text-transform: uppercase !important;
  background-color: #fff;
  margin-top: -2.3rem;
  position: relative;
}
.cara-title:before {
  content: 'CARA A CARA';
  padding-left: 1rem;
  font-family: 'Calibre-Bold' !important;
  font-size: 2rem !important;
  color: var(--azul-20);
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .cara-title {
    padding-left: 5rem;
  }
  .cara-title span {
    font-size: 3rem !important;
  }
  .cara-title:before {
    font-size: 1.2rem !important;
  }
}

.footer-section-custom {
  display: none;
}
.pie {
  width: 100%;
  background: var(--azul-20);
  color: #fff;
  margin: 0 auto -5rem;
  padding: 5rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 1;
}
.pie p {
  width: 80% !important;
  text-align: center !important;
  font-size: 1.5rem !important;
  color: #fff !important;
  font-family: "Roboto-Regular";
}
.pie p strong {
  font-family: "Roboto-Regular" !important;
  font-size: 1.5rem !important;
  font-weight: 700 !important;
}
.pie img {
  width: 23rem !important;
  margin-top: 2rem;
}
/* BARRA PROGRESO */
.barra {
  height: 0.7rem;
  background: #999;
  position: fixed;
  top: 5.7rem;
  left: 0;
  width: 100%;
  z-index: 11;
}
.progress {
  height: 0.7rem;
  background: var(--celeste);
  position: fixed;
  top: 5.7rem;
  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);
  }
}

@media screen and (max-width: 767px) {
  main.main-container {
    padding-top: 12rem !important;
  }
  .header.header-scroll-section .menu,
  .sections-menu .menu-bg {
    display: none;
  }
  .special .article-content {
    padding-top: 0 !important;
  }
  .special .article-content .content-modules {
    padding-top: 0rem !important;
  }
  .c-paragraph {
    padding: 0 1.5rem !important;
    font-size: 2rem !important;
    line-height: 2.8rem !important;
  }
  .button_link {
    display: block;
    margin-bottom: 5rem;
  }
  footer {
    display: none;
  }
  img[alt="20m logo"] {
    display: none;
  }
  .barra,
  .progress {
    top: 11rem;
  }
  h3 {
    margin: 0 0 0.5rem !important;
    padding: 0 !important;
    font-size: 1.2rem !important;
    line-height: 1.4 !important;
    border: none !important;
    text-align: left !important;
  }
}

/* MENU */

.navbar-25aniv {
  color: #fafafa;
  padding: 1rem;
  position: fixed;
  z-index: 10000;
  top: 0.5rem;
  /* left: calc((100vw - 99rem) / 2); */
  left: 1rem;
  width: 3rem;
}
.navbar-25aniv * {
  box-sizing: border-box;
}

.menu-25aniv-icon {
  font-size: 2.5rem;
  cursor: pointer;
  display: block;
  position: absolute;
  left: 1rem;
  top: 1rem;
  width: 2rem;
}
.menu-25aniv-icon:before {
  content: "";
  position: absolute;
  top: 1.8rem;
  left: 1.1rem;
  display: inline-block;
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 50%;
  background-color: #fff;
  animation: scale ease 30s infinite;
}
.menu-25aniv-icon:after {
  content: "";
  position: absolute;
  top: 1.8rem;
  left: 1.1rem;
  display: inline-block;
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 50%;
  background-color: #fff;
  animation: scale2 ease 30s infinite;
}

@keyframes scale {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  2.5% {
    transform: scale(70);
    opacity: 0;
  }
  5% {
    transform: scale(0);
    opacity: 0;
  }
  100% {
    transform: scale(0);
    opacity: 0;
  }
}
@keyframes scale2 {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  5% {
    transform: scale(70);
    opacity: 0;
  }
  7.5% {
    transform: scale(0);
    opacity: 0;
  }
  100% {
    transform: scale(0);
    opacity: 0;
  }
}

#menu-25aniv-toggle {
  display: none;
}

.menu-25aniv {
  list-style: none;
  background-color: #fafafa;
  display: none;
  flex-direction: column;
  width: 30rem;
  height: 100vh;
  margin-top: 5.7rem;
  margin-left: -2rem;
}

.menu-25aniv li {
  border-top: 1px solid #ccc;
  position: relative;
}

.menu-25aniv label {
  display: block;
  padding: 1rem;
  margin-bottom: 0;
  cursor: pointer;
  font-family: "Roboto-Bold", sans-serif;
  font-weight: 650;
  font-size: 1.3rem;
  line-height: 2rem;
  color: var(--azul-20);
  text-transform: uppercase;
  background-color: #e3e3e3;
}
.menu-25aniv label:after {
  content: "+";
  margin-left: 1rem;
  font-size: 1.5rem;
  color: var(--azul-20);
}

.menu-25aniv a {
  display: block;
  padding: 1rem;
  font-family: "Roboto-Regular", sans-serif;
  font-weight: 400;
  font-size: 1.7rem;
  line-height: 2rem;
  color: #000;
  text-decoration: none;
}
.menu-25aniv a:hover {
  background-color: #f1f1f1;
}

#menu-25aniv-toggle:checked + .menu-25aniv-icon + .menu-25aniv {
  display: flex;
}

/* Submenús */
.menu-25aniv input[type="checkbox"] {
  display: none;
}

.submenu-25aniv {
  display: none;
  background-color: #fff;
  flex-direction: column;
}

.menu-25aniv input[type="checkbox"]:checked + label + .submenu-25aniv {
  display: flex;
}

.submenu-25aniv li {
  border-top: 1px solid #ccc;
}

.submenu-25aniv a {
  padding-left: 2rem;
  color: #555;
}
.submenu-25aniv a:hover {
  background-color: #f1f1f1;
}

@media screen and (max-width: 767px) {
  .navbar-25aniv {
    padding: 1rem;
    top: 0.5rem;
    left: 1rem;
  }
  .menu-25aniv {
    margin-top: 11.2rem;
  }
  .menu-25aniv li {
    margin-bottom: 0 !important;
  }
}
.ancla {
  display: block;
  height: 5rem;
  position: sticky;
  top: 0;
}
.apertura-25aniv {
  width: 100%;
  height: 100vh;
  margin-bottom: 3rem;
  background: url(https://dkumiip2e9ary.cloudfront.net/xalok/20-minutos/especiales/25-aniversario/img/apertura.jpg) no-repeat top center;
  background-size: cover;
}

@media screen and (max-width: 600px) {
  .apertura-25aniv {
    height: 70vh;
    background: url(https://dkumiip2e9ary.cloudfront.net/xalok/20-minutos/especiales/25-aniversario/img/apertura-movil.jpg) no-repeat top center;
    background-size: 100vw;
  }
}

/* ILUSTRACIONES */

.ilustracion {
  position: relative;
  display: inline-block;
  height: 0;
  width: 100%;
}
.ilustracion1 {
  position: absolute;
  top: 0;
  left: 5vw;
  width: 20vw;
  height: 86.2rem;  
  animation: change linear forwards;
  animation-timeline: view(block 80% auto);
  background: url(https://dkumiip2e9ary.cloudfront.net/xalok/20-minutos/especiales/25-aniversario/img/ilustracion1.jpg) no-repeat 0 0;
  background-size: 20vw;
}
.ilustracion2 {
  position: absolute;
  top: 0;
  right: 5vw;  
  width: 20vw;
  height: 82.8rem;
  animation: change linear forwards;
  animation-timeline: view(block 80% auto);
  background: url(https://dkumiip2e9ary.cloudfront.net/xalok/20-minutos/especiales/25-aniversario/img/ilustracion2.jpg) no-repeat 0 0;
  background-size: 20vw;
}

@keyframes change {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media screen and (max-width: 1199px) {
  .ilustracion1,
  .ilustracion2 {
    width: 15vw;
    background-size: 15vw;
  }
}

@media screen and (max-width: 767px) {
  .ilustracion {
    display: none;
  }
}



/* STICKY */

.sticky-wrapper {
  width: 100%;
  margin-bottom: 3rem;
  position: relative;
}
.sticky-wrapper * {
  box-sizing: border-box;
}
.ficha-icon {
  text-align: center;
  flex-direction: column;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: end;
  align-self: center;
  align-items: center;
  height: 100%;
  padding-top: 8vw;
  display: flex;
  overflow: visible;
}
.div-block {
  background-color: #ffffffca;
  padding: 1rem;
}
.felicitacion-title {
  border-style: none;
  border-width: 0.1rem 0.1rem 0.3rem;
  border-color: var(--top-red);
  color: #000;
  letter-spacing: 0;
  text-transform: capitalize;
  align-self: flex-start;
  margin-bottom: 1rem;
  padding-top: 0;
  font-family: "Oswald", sans-serif;
  font-size: 2vw;
  font-weight: 600;
  line-height: 3vh;
}
.felicitacion-subtitle {
  border-style: none;
  border-width: 0.1rem 0.1rem 0.3rem;
  border-color: var(--top-red);
  color: var(--celeste);
  letter-spacing: 0;
  text-transform: capitalize;
  align-self: flex-start;
  margin-bottom: 1rem;
  padding-top: 0;
  font-family: "Roboto-Regular", sans-serif;
  font-size: 1.5vw;
  font-weight: 400;
  line-height: 3vh;
}
.descripcion {
  padding: 0 1rem;
  font-family: 'Oswald';
  font-size: 1.6rem;
  line-height: 2rem;
  color: #000;
}
.fondoA {
  z-index: 5;
  background-color: #858585f2;
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  min-height: 100vh;
  padding-top: 25vh;
  position: relative;
}
.fondoB {
  z-index: 9;
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  min-height: 100vh;
  padding-top: 25vh;
  position: relative;
}
.fondoC {
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  height: 100vh;
  min-height: 100vh;
  padding-top: 25vh;
}
.fondo1 {
  background-image: linear-gradient(#000000b5, #000000b5),
    url("https://dkumiip2e9ary.cloudfront.net/xalok/20-minutos/especiales/25-aniversario/img/fondo1.jpg");
}
.fondo2 {
  background-image: linear-gradient(#000000b5, #000000b5),
    url("https://dkumiip2e9ary.cloudfront.net/xalok/20-minutos/especiales/25-aniversario/img/fondo7.jpg");
}
.fondo3 {
  background-image: linear-gradient(#000000b5, #000000b5),
    url("https://dkumiip2e9ary.cloudfront.net/xalok/20-minutos/especiales/25-aniversario/img/fondo5.jpg");
}
.fondo4 {
  background-image: linear-gradient(#000000b5, #000000b5),
    url("https://dkumiip2e9ary.cloudfront.net/xalok/20-minutos/especiales/25-aniversario/img/fondo9.jpg");
}
.fondo5 {
  background-image: linear-gradient(#000000b5, #000000b5),
    url("https://dkumiip2e9ary.cloudfront.net/xalok/20-minutos/especiales/25-aniversario/img/fondo2.jpg");
}
.fondo6 {
  background-image: linear-gradient(#000000b5, #000000b5),
    url("https://dkumiip2e9ary.cloudfront.net/xalok/20-minutos/especiales/25-aniversario/img/fondo4.jpg");
}
.fondo7 {
  background-image: linear-gradient(#000000b5, #000000b5),
    url("https://dkumiip2e9ary.cloudfront.net/xalok/20-minutos/especiales/25-aniversario/img/fondo8.jpg");
}
.fondo8 {
  background-image: linear-gradient(#000000b5, #000000b5),
    url("https://dkumiip2e9ary.cloudfront.net/xalok/20-minutos/especiales/25-aniversario/img/fondo3.jpg");
}
.fondo9 {
  background-image: linear-gradient(#000000b5, #000000b5),
    url("https://dkumiip2e9ary.cloudfront.net/xalok/20-minutos/especiales/25-aniversario/img/fondo6.jpg");
}
.sticky-column {
  width: 25%;
  position: absolute;
  inset: 25vh auto 5vh 10%;
}
.sticky-column._3 {
  top: 225vh;
  left: auto;
  right: 10%;
}
.sticky-column._2 {
  margin-left: auto;
  margin-right: auto;
  top: 125vh;
  left: 0%;
  right: 0%;
}
.ficha {
  z-index: 10;
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  width: 25%;
  height: 50vh;
  margin-left: 10%;
  display: flex;
  position: relative;
  box-shadow: 0 1rem 5rem #00000040;
}
.ficha.sticky {
  z-index: 10;
  background-size: cover;
  flex-direction: column;
  width: 100%;
  height: 20vw;
  margin-left: 0%;
  display: block;
  position: sticky;
  top: 25vh;
  overflow: hidden;
}
.ficha-icon {
  display: flex;
  align-items: center;
  justify-content: end;
  flex-direction: column;
}
.ficha1 {
  background: url(https://dkumiip2e9ary.cloudfront.net/xalok/20-minutos/especiales/25-aniversario/img/leire.jpg)
    no-repeat right top;
}
.ficha2 {
  background: url(https://dkumiip2e9ary.cloudfront.net/xalok/20-minutos/especiales/25-aniversario/img/orozco.jpg)
    no-repeat right top;
}
.ficha3 {
  background: url(https://dkumiip2e9ary.cloudfront.net/xalok/20-minutos/especiales/25-aniversario/img/craviotto.jpg)
    no-repeat right top;
}
.ficha4 {
  background: url(https://dkumiip2e9ary.cloudfront.net/xalok/20-minutos/especiales/25-aniversario/img/gurruchaga.jpg)
    no-repeat right top;
}
.ficha5 {
  background: url(https://dkumiip2e9ary.cloudfront.net/xalok/20-minutos/especiales/25-aniversario/img/rappel.jpg)
    no-repeat right top;
}
.ficha6 {
  background: url(https://dkumiip2e9ary.cloudfront.net/xalok/20-minutos/especiales/25-aniversario/img/segura.jpg)
    no-repeat right top;
}
.ficha7 {
  background: url(https://dkumiip2e9ary.cloudfront.net/xalok/20-minutos/especiales/25-aniversario/img/vaquerizo.jpg)
    no-repeat right top;
}
.ficha8 {
  background: url(https://dkumiip2e9ary.cloudfront.net/xalok/20-minutos/especiales/25-aniversario/img/mota.jpg)
    no-repeat right top;
}
.ficha9 {
  background: url(https://dkumiip2e9ary.cloudfront.net/xalok/20-minutos/especiales/25-aniversario/img/carrasco.jpg)
    no-repeat right top;
}

@media screen and (max-width: 991px) {
  .fondoA {
    background-position: 0 0, 50%;
    overflow: hidden;
  }
  .sticky-column {
    background-image: none;
  }
  .ficha.sticky {
    height: 100vw;
  }
}

@media screen and (max-width: 767px) {
  .sticky-column {
    width: 95%;
    inset: 25vh auto 5vh 2%;
  }
  .sticky-column._3 {
    right: 2.5%;
  }
  .ficha-icon {
    justify-content: end;
    margin: 0 auto 3em;
    padding-top: 30vh;
  }
  .fondoB {
    z-index: 2;
  }
  .felicitacion-title {  
    font-size: 6vw;
  }
  .felicitacion-subtitle {
    font-size: 5vw;
  }
}

@media screen and (max-width: 479px) {
  .ficha-icon {
    align-items: center;
    margin: 0 0 3em;
    padding-top: 50vw;
  }
  .sticky-column {
    width: 95%;
    inset: 25vh auto 5vh 2%;
  }
  .sticky-column._3 {
    right: 2.5%;
  }
  .felicitacion-title {  
    font-size: 6vw;
  }
  .felicitacion-subtitle {
    font-size: 5vw;
  }
}

/* PORTADAS */

.portadas-title {
  max-width: 99rem;
  margin: 0 auto 2rem;
  padding-left: 10rem;  
  background: transparent url(https://dkumiip2e9ary.cloudfront.net/xalok/20-minutos/especiales/25-aniversario/img/2025-rayas.svg) repeat-x 0 0;
  background-size: .7rem;
}
.portadas-title span {
  padding: 0 1rem;
  font-family: 'Roboto-Bold';
  font-size: 2rem;
  font-weight: 800;
  color: var(--azul-20);
  text-transform: uppercase;
  background-color: #fff;
}
.portadas {
  width: 100%;
  max-width: 99rem;
  clear: both;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  overflow: hidden;
  list-style: none;
  padding: 0 1rem;
  position: relative;
  z-index: 2;
}
.portadas * {
  box-sizing: border-box;
}
.portadas li {
  width: 19%;
  position: relative;
}
.portadas li:nth-child(2n) {
  margin-right: 0;
}
.portadas li .text-wrapper {
  position: relative;
  overflow: hidden;
}
.portadas li .text {
  position: absolute;
  bottom: -100%;
  left: 0;
  background-color: var(--azul-20);
  color: #fff;
  font-size: 1.3rem;
  line-height: 1.9rem;
  padding: 2rem;
  width: 100%;
  height: auto;
  text-transform: none;
  opacity: 0;
  -webkit-transition-duration: 0.7s;
  -moz-transition-duration: 0.7s;
  -o-transition-duration: 0.7s;
}
.portadas li .text .numero {
  font-size: 2.5rem;
  color: var(--celeste);
  font-weight: 300;
  line-height: 2.6rem;
  display: block;
  position: initial;
  margin-bottom: 1rem;
}
.portadas li .text span {
  font-family: "Roboto-Bold";
  font-weight: 800;
  display: block;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}
.portadas li:hover {
  cursor: pointer;
}
.portadas li:hover .text {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: space-between;
  z-index: 3;
  opacity: 0.95;
  bottom: 0;
  height: 100%;
  -webkit-transition-duration: 0.7s;
  -moz-transition-duration: 0.7s;
  -o-transition-duration: 0.7s;
}
.portadas li img {
  width: 100%;
  height: auto;
}
.portadas li .numero {
  font-family: "Open Sans", sans-serif;
  font-size: 2.5em;
  color: var(--azul-20);
  font-weight: 300;
  line-height: 2.6rem;
  position: absolute;
  top: 1.5rem;
  left: 1.7rem;
}
.portadas li .numero.dark {
  color: #fff;
}
.portadas li .bttn {
  padding: 1.2rem 2.5rem !important;
  border-color: #fff !important;
}

@media screen and (max-width: 767px) {
  .portadas li {
    width: 48%;
  }
}

@media screen and (max-width: 479px) {
  .portadas-title {
    padding-left: 5rem;  
  }
  .portadas li .numero {
    font-size: 2.5rem;
  }
  .portadas li .text {
    padding: 1rem;
    font-size: 1.2rem;
    line-height: 1.6rem;
  }
  .portadas li .text span {
    font-family: "Roboto-Bold";
    font-size: 1rem;
    line-height: 1.4;
  }
  .portadas li .text .numero {
    margin-bottom: 0;
    font-size: 2.2rem;
  }
}

/* VIDEO */

#video {
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto auto;
  aspect-ratio: 16 / 9;
  margin-bottom: 3rem;
}
.videopresentacion {
  grid-column: 1 / 3;
  grid-row: 1 / 3;
  position: relative;
  background: linear-gradient(
    to left,
    rgba(0, 0, 0, 0.65) 0,
    rgba(0, 0, 0, 0) 100%
  );
}
.videopresentacion-textos {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-self: end;
  max-width: 45%;
  padding: 10vw 10vw;
  z-index: 3;
}
.videopresentacion-textos .titulo {
  margin-bottom: 1rem;
  color: #fff;
  font-family: 'Oswald';
  font-weight: 700 !important;
  font-size: 2vw;
  line-height: 1.2;
  text-transform: uppercase;
}
.videopresentacion-textos .subtitulo {
  margin-bottom: 1rem;
  color: #000;
  font-family: 'Oswald';
  font-size: 1.8vw;
  line-height: 1.3;
  text-transform: uppercase;
}
.videopresentacion-textos .speech {
  margin-bottom: 2.5rem;
  color: #fff;
  font-size: 1.3vw;
  line-height: 1.3;
}
video {
  grid-column: 1 / 3;
  grid-row: 1 / 3;
}

@media screen and (max-width: 1024px) {
  .videopresentacion-textos {
    padding: 5vw 17vw;
  }
  .videopresentacion-textos .titulo {
    font-size: 2.5vw;
    line-height: 1.2;
  }  
  .videopresentacion-textos .subtitulo {
    font-size: 2.2vw;
    line-height: 1.3;
  }
  .videopresentacion-textos .speech {
    font-size: 1.6vw;
    line-height: 1.3;
  }
}

@media screen and (max-width: 767px) {
  video {
    grid-column: 1 / 3;
    grid-row: 1 / 2;
  }
  .videopresentacion {
    grid-column: 1 / 3;
    grid-row: 2 / 3;
    background: none;
  }
  .videopresentacion-textos {
    max-width: 100%;
    padding: 2rem 1rem;
  }
  .videopresentacion-textos .titulo {
    font-size: 2rem;
    line-height: 1.2;
    color: #000;
  }
  .videopresentacion-textos .titulo:before {
    content: '';
    display: inline-block;
    width: 3.7rem;
    height: 1.5rem;
    background: url(https://dkumiip2e9ary.cloudfront.net/xalok/20-minutos/especiales/25-aniversario/img/cuadritos.svg) no-repeat 0 0;
    background-size: 3.2rem;
  }
  .videopresentacion-textos .subtitulo {
    font-size: 1.7rem;
    font-weight: 400;
    line-height: 1.3;
    color: #000;
    padding-bottom: 1rem;
    border-bottom: .1rem solid var(--celeste);
  }
  .videopresentacion-textos .speech {
    font-size: 1.9rem;
    line-height: 2.7rem;
    color: #000;
  }
}

/* RESUMENES */

.resumenes-wrapper {
  margin-left: auto;
  margin-right: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  max-width: 99rem;
}
.resumenes-wrapper * {
  box-sizing: border-box;
}

.resumenes-wrapper img {
  max-width: 50%;
  margin-bottom: 2rem;
  border-radius: 50%;
  border: .3rem solid #fff;
  vertical-align: middle;
}
.resumenes {
  transition: all .5s ease-in-out;
  column-gap: 1rem;
  column-fill: initial;
}
.resumenes .resumen {
  margin-bottom: 1rem;
  display: inline-block;
  vertical-align: top;
  text-align: center;
}
.resumenes .news {
  position: relative;
}
.resumenes .news img {
  max-width: 75%;
  border-radius: 0;
  border: none;
  box-shadow: none !important;
}
.resumenes .news .resumen-description {
  position: absolute;
  max-width: 55%;
  top: 7rem;
  font-size: 2.2rem !important;
  line-height: 1;
  color: #000;
  text-align: left !important;
}
.news.jorge .resumen-description {
  left: 7rem;
  transform: rotate(5deg);
}
.news.pilar .resumen-description {
  left: 6rem;
  transform: rotate(-6deg);
}
.news.maribeles .resumen-description {
  left: 6rem;
  transform: rotate(-3deg);
}

.resumenes .resumen img {
  transition: all .5s ease-in-out;
  backface-visibility: hidden;
  box-shadow: 0 0 0 .2rem var(--celeste);
}
.resumenes .resumen:hover img {
  opacity: .75;
}
.resumen-content {
  padding: 0 1rem;
}
.resumen-description {
  font-family: 'Oswald';
  font-size: 1.5rem;
  color: var(--celeste);
}
.resumen-title {
  color: #000 !important;
  text-align: center !important;
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
  .resumenes {
    column-count: 2;
  }
  .resumenes .resumen {
    text-align: center !important;
  }
}
@media only screen and (min-width: 769px) {
  .resumenes {
    column-count: 3;
  }
}
@media only screen and (min-width: 768px) {
  .resumenes {
    column-gap: 3rem;
  }
  .resumenes .resumen {
    margin-bottom: 3rem;
    text-align: center !important;
  }
}


/* FIRMAS */

.firmas-title {
  display: flex;
  align-items: center;
  gap: 1rem;
  width: 100%;
  max-width: 99rem;
  margin: 0 auto 1rem;
  font-family: "Oswald", sans-serif;
  font-size: 1.7em;
  color: var(--celeste);
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.6rem;
}
.firmas-title:before {
  content: '';
  width: 3.7rem;
  height: 1.5rem;
  background: url(https://dkumiip2e9ary.cloudfront.net/xalok/20-minutos/especiales/25-aniversario/img/cuadritos.svg) no-repeat 0 0;
  background-size: 3.2rem;
}
.firmas-title:after {
  content: '';
  width: 100%;
  height: .1rem;
  background-color: var(--azul-20);
}
.firmas {
  display: flex;
  gap: 1rem;
  width: 100%;
  max-width: 99rem;
  padding-bottom: 1rem;
  margin: 0 auto 3rem;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
}
.firmas .firma {
  position: relative;
  width: 22%;
  max-width: 22%;
  min-width: 22%;
  text-align: center;
}
.firmas .firma:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  width: .1rem;
  height: 100%;
  background-color: #f1f1f1;
}
.firmas .firma:last-child:after {
  display: none;
}
.firmas .firma a {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
}
.firma-txt {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
  padding: 0 1rem;
  height: 12rem;
  align-items: center;
}
.firma figure {
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  overflow: hidden;
}
.firma figure img {
  background: color-mix(in srgb, var(--celeste) 40%, transparent);
}
.firma-title {
  font-family: "Open Sans", sans-serif;
  font-size: 2rem;
  color: var(--azul-20);
  font-weight: 400;
  line-height: 1;
  text-wrap: auto;
}
.firma-name {
  position: relative;
  font-family: "Oswald", sans-serif;
  font-size: 1.5rem;
  color: #000;
  font-weight: 400;
  line-height: 1.6rem;
  text-wrap: auto;
}
.firma-name:before {
  position: absolute;
  top: -3rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  content: '';
  display: inline-block;
  width: 2.1rem;
  height: 1rem;
  background: url(https://dkumiip2e9ary.cloudfront.net/xalok/20-minutos/especiales/25-aniversario/img/cuadritos.svg) no-repeat 0 0;
  background-size: 2.1rem;
}

@media screen and (max-width: 767px) {
  .firmas-title {
    padding: 0 1.5rem;
  }
  .firmas .firma {
    width: 30%;
    max-width: 30%;
    min-width: 30%;
  }
}

@media screen and (max-width: 479px) {
  .firmas-title:before {
    width: 4.5rem;
  }
  .firmas .firma {
    width: 40%;
    max-width: 40%;
    min-width: 40%;
  }
  .firma-txt {
    height: 15rem;
  }
  .firma-title {
    font-size: 1.8rem;
  }
}


/* VIÑETAS */

.vinetas {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2rem;
  width: 100%;
  max-width: 99rem;
  margin: 0 auto 3rem;
}
.vineta {
  width: 47%;
}
.vineta-autor {
  font-family: "Oswald", sans-serif;
  font-size: 1.6rem;
  color: var(--celeste);
  font-weight: 600;
  line-height: 1;
}
.vineta-txt {
  font-size: 1.5rem !important;
}

@media screen and (max-width: 479px) {
  .vineta {
    width: 100%;
  }
  .vineta-autor {
    padding-left: 1.5rem;
  }
}


.signature {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin: 0 auto 2rem;
}
.signature-img {
  width: 12rem;
  height: 12rem;
  border-radius: 50%;
  overflow: hidden;
  background: color-mix(in srgb, var(--celeste) 40%, transparent);
}
.signature-img img {
  filter: grayscale(1);
}
.signature-content {
  display: flex;
  flex-direction: column;
  gap: .5rem;
}
.signature-content:after {
  content: '';
  margin-top: .5rem;
  width: 100%;
  height: 1.5rem;
  background: transparent url(https://dkumiip2e9ary.cloudfront.net/xalok/20-minutos/especiales/25-aniversario/img/2025-rayas.svg) repeat-x 0 0;
  background-size: .7rem;
}
.signature-name {
  font-family: 'Oswald';
  font-size: 2.5rem;
  color: #000;
  font-weight: 600;
  line-height: 1;
}
.signature-position {
  font-family: 'Oswald';
  font-size: 1.8rem;
  color: #666;
  font-weight: 400;
  line-height: 1;
}


/* CORCHO */

.tablon {
      position: relative;
      width: 100%;
      max-width: 101rem;
      margin: 0 auto 3rem;
      padding-top: 20rem;
      min-height: 127rem;
      background-image: url('https://dkumiip2e9ary.cloudfront.net/xalok/20-minutos/especiales/25-aniversario/img/corcho.jpg');
      background-position: center;
      background-size: contain;
      padding: 1rem;
      box-sizing: border-box;
      border: 1.5rem solid transparent;
      border-image: repeating-linear-gradient(30deg, #977265, #ad8272, #795548 20px) 60;
      box-shadow: .5rem .5rem 1rem rgba(0,0,0,0.5);
    }

    .postit {
      position: absolute;
      width: clamp(15rem, 25vw, 25rem);
      padding: 1em 1em 0.5em;
      padding-top: 2.5em;
      box-sizing: border-box;
      box-shadow: .5rem .5rem 1rem rgba(0,0,0,0.5);
      background: #fff8a3;
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      z-index: 1;
    }

    .postit h3 {
      margin: 0 0 0.5em !important;
      font-family: 'Oswald' !important;
      font-size: 1.8rem !important;
      color: #000 !important;
    }

    .postit p {
      margin: 0 !important;
      font-family: 'Oswald' !important;
      font-size: 1.6rem !important;
      line-height: 1.2 !important;
    }

    .chincheta {
      position: absolute;
      top: -1rem;
      left: 50%;
      width: 5.4rem !important;
      height: 3.4rem;
      transform: translateX(-50%) rotate(-5deg);
      z-index: 5;
      pointer-events: none;
    }
    .chincheta.amarilla {
      height: 4rem;
    }
    .chincheta.verde,
    .chincheta.azul,
    .chincheta.roja {
      top: -2.5rem;
      height: 5.4rem;
    }
    .chincheta.celeste {
      top: .5rem;
    }
    .chincheta.marron {
      left: 35%;
    }

    /* Colores y rotaciones */
    .postit:nth-child(3n)  { background: #f59494; transform: rotate(-6deg); z-index: 2; }
    .postit:nth-child(4n)  { background: #ffd1dc; transform: rotate(5deg); z-index: 3; }
    .postit:nth-child(5n)  { background: #b2f0e9; transform: rotate(-4deg); z-index: 2; }
    .postit:nth-child(2n)  { background: #fffb7d; transform: rotate(3deg); z-index: 4; }
    .postit:nth-child(7n)  { background: #ffd1dc; transform: rotate(-8deg); z-index: 4; }
    .postit:nth-child(8n)  { background: #b2f0e9; transform: rotate(5deg); z-index: 4; }

    /* Posiciones absolutas para pantallas grandes */
    .postit1  { top: 1rem; left: 1rem; }
    .postit2  { top: 6rem; left: 25rem; }
    .postit3  { top: 0rem; left: 50rem; }
    .postit4  { top: 7rem; left: 75rem; }
    .postit5  { top: 22rem; left: 2rem; }
    .postit6  { top: 28rem; left: 26.5rem; }
    .postit7  { top: 26rem; left: 51rem; }
    .postit8  { top: 32rem; left: 75rem; }
    .postit9  { top: 44rem; left: 1.5rem; }
    .postit10 { top: 51rem; left: 26rem; }
    .postit11 { top: 50rem; left: 51rem; }
    .postit12 { top: 57rem; left: 75.5rem; }
    .postit13 { top: 68rem; left: 0.5rem; }
    .postit14 { top: 69rem; left: 24.5rem; }
    .postit15 { top: 73.5rem; left: 50rem; }
    .postit16 { top: 74rem; left: 75rem; }
    .postit17 { top: 90rem; left: -1rem; transform: rotate(-5deg); z-index: 4;}
    .postit18 { top: 89rem; left: 25rem; }
    .postit19 { top: 105rem; left: 50rem; }
    .postit20 { top: 101rem; left: 75rem; }

    /* RESPONSIVE: recolocación ordenada */
    @media (max-width: 600px) {
      .tablon {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: center;
        padding-bottom: 5em;
        min-height: auto;
      }

      .postit {
        position: unset;
        transform: none !important;
        width: 80%;
        margin: 1rem auto;
        padding: 1rem 1rem .5rem;
        z-index: 1 !important;
      }

      .chincheta {
        position: relative;
        top: -2rem;
        left: 2.5rem !important;
        margin-bottom: -2rem;
      }
    }

    /* GRÁFICOS */

    .grafico {
      display: flex;
      max-width: 99rem;
      margin: 0 auto 3rem;
    }
    .grafico img {
      max-width: 99rem;
    }