@font-face {
  font-family: 'Rockwell';
  src: url('https://dkumiip2e9ary.cloudfront.net/xalok/heraldo/especiales/aday/fonts/Rockwell-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Rockwell';
  src: url('https://dkumiip2e9ary.cloudfront.net/xalok/heraldo/especiales/aday/fonts/Rockwell-Italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Rockwell';
  src: url('https://dkumiip2e9ary.cloudfront.net/xalok/heraldo/especiales/aday/fonts/Rockwell-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Rockwell';
  src: url('https://dkumiip2e9ary.cloudfront.net/xalok/heraldo/especiales/aday/fonts/Rockwell-Light-Italic.woff2') format('woff2');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Rockwell';
  src: url('https://dkumiip2e9ary.cloudfront.net/xalok/heraldo/especiales/aday/fonts/Rockwell-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Rockwell';
  src: url('https://dkumiip2e9ary.cloudfront.net/xalok/heraldo/especiales/aday/fonts/Rockwell-Bold-Italic.woff2') format('woff2');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Rockwell';
  src: url('https://dkumiip2e9ary.cloudfront.net/xalok/heraldo/especiales/aday/fonts/Rockwell-Extra-Bold.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Rockwell Condensed';
  src: url('https://dkumiip2e9ary.cloudfront.net/xalok/heraldo/especiales/aday/fonts/Rockwell-Condensed.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Rockwell Condensed';
  src: url('https://dkumiip2e9ary.cloudfront.net/xalok/heraldo/especiales/aday/fonts/Rockwell-Bold-Condensed.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body.no-scroll {
  overflow: hidden;
}

.aday-hito {
  width: calc(100% - 20px);
  max-width: 400px;
  margin: 0 auto;
  cursor: pointer;
  animation-name: opacityV;
  animation-timeline: --block;
  animation-duration: auto;
  view-timeline-name: --block;
  animation-range: entry 0% cover 50%;
  position: relative;
  z-index: 1;
}

.aday-hito.modal-open {
  z-index: 99999;
}

@keyframes opacityV {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.aday-hito-front {
  background-color: #ffffff;
  padding: 24px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  position: relative;
  height: 400px;
}

h4.aday-h4 {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 800;
  color: #00274C;
  margin-bottom: 6px;
  line-height: 1;
}

p.aday-title {
  font-size: 22px;
  font-weight: 100;
  color: #00274C;
  line-height: 1;
  margin-bottom: 9px;
}

p.aday-date {
  font-family: Manrope;
  font-weight: 800;
  color: #00274c;
  font-size: 14px;
  margin-bottom: 18px;
}

.aday-resume {
  font-family: Petrona;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  margin-bottom: 30px;
}

.aday-visible {
  font-family: Manrope;
  font-weight: 800;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #00274C;
  position: absolute;
  bottom: 14px;
  right: 20px;
}

.aday-hito-back {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.85);
  z-index: 9999;
  display: none;
  justify-content: center;
  align-items: center;
  padding: 60px 15px 0px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.aday-hito-back.active {
  opacity: 1;
  pointer-events: all;
  display: flex;
}



p.aday-back {
  font-family: 'Rockwell';
  font-weight: 300;
  font-size: 18px;
  line-height: 1.6;
  color: #ffffff;
  max-width: 600px;
  text-align: center;
  overflow-y: auto;
  max-height: 80vh;
}

@keyframes opacity {
  from {
    opacity: 0;
    transform: translateY(200px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.aday-close {
  position: absolute;
  top: 57px;
  right: 30px;
  background: none;
  border: none;
  color: #ffffff;
  font-size: 45px;
  line-height: 1;
  cursor: pointer;
  transition: transform 0.2s ease;
}

.aday-close:hover {
  transform: scale(1.2);
}

.aday-hitos {
  display: grid;
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto 70px;
}

@media (min-width: 640px) {
  .aday-hitos {
    grid-template-columns: minmax(0, 50%) minmax(0, 50%);
  }
}

.aday-intro {
  display: grid;
  grid-template-columns: repeat(3, 33.3%);
  height: 500px;
  position: relative;
  overflow: hidden;
}

.aday-intro .aday-left {
  animation: left .5s 0s both linear;
}

.aday-intro .aday-right {
  animation: right .5s 0s both linear;
}

.aday-intro .aday-center {
  animation: center .5s .5s both linear;
}

.aday-center-text .aday-h1,
.aday-center-text .aday-h2 {
  animation: opacity 1s 1s both linear;
}

.aday-image-text span {
  animation: opacity 1s 1.5s both linear
}

.aday-image-text img {
  animation: up 1s 2s both linear;
}

.aday-intro .aday-left,
.aday-intro .aday-right {
  background: #00274B;
}

.aday-center {
  background: #FFCB05;
}

.aday-left-text {
  font-family: Manrope;
  font-weight: 800;
  font-size: 6.7vw;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  text-shadow: 0px 4px 4px #00000040;
  width: fit-content;
  margin: 0 auto;
}

.aday-image-text {
  text-align: center;
  position: absolute;
  height: 100%;
  width: 100%;
  align-content: center;
}

.aday-center-text .aday-h1 {
  font-family: Rockwell;
  font-weight: 800;
  font-size: 110px;
  line-height: 75px;
  letter-spacing: 0%;
  text-align: center;
  text-shadow: 0px 4px 4px #00000040;
  color: #fff;
  text-transform: uppercase;
}

.aday-center-text .aday-h2 {
  color: #fff;
  text-transform: uppercase;
  font-family: Rockwell;
  font-weight: 800;
  font-style: Regular;
  font-size: 96px;
  line-height: 75px;
  letter-spacing: 0%;
  text-align: center;
  display: block;
  text-shadow: 0px 4px 4px #00000040;
}

.aday-image-text img {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0 auto;
  max-width: 560px;
}

.aday-image-text span {
  margin: 0 auto;
  display: none;
  font-family: Manrope;
  font-weight: 800;
  font-size: 33px;
  line-height: 35px;
  letter-spacing: 0%;
  text-align: center;
  color: #00274C;
  text-shadow: 0px 4px 4px #00000040;
  max-width: 328px;
}

@media (min-width: 860px) {
  .aday-left-text {
    font-size: 40px;
    transform: rotate(-90deg);
    left: -120px;
    right: inherit;
    margin: 0;
    top: 130px;
  }

  .aday-modal-content {
    display: grid;
    grid-template-columns: 300px auto;
    column-gap: 40px;
  }

  .aday-modal-img {
    grid-column: 1;
    grid-row: 1 / 6;
  }

  .aday-center {
    position: relative;
  }

  .aday-center-text .aday-h1 {
    font-size: 102px;
    line-height: 44px;
  }

  .aday-center-text .aday-h2 {
    font-size: 91px;
    line-height: 70px;
    margin-top: 20px;
  }

  .aday-image-text {
    align-content: flex-start;
    padding-top: 100px;
  }

  .aday-image-text span {
    display: block
  }

  .aday-intro {
    display: grid;
    grid-template-columns: minmax(0, 50%) 330px minmax(0, 50%);
    height: 660px;
    position: relative;
  }

  .aday-image-text img {
    max-width: 1020px;
  }
}

@media (min-width: 1200px) {

  .aday-intro {
    height: calc(100vh - 57px);
  }

  .aday-image-text img {
    max-width: 1200px;
  }
}

@media (min-width: 980px) {
  .aday-hitos {
    grid-template-columns: minmax(0, 33.33%) minmax(0, 33.33%) minmax(0, 33.33%);
  }

  p.aday-back {
    max-width: 1010px;
    font-size: 28px;
  }

  .aday-close {
    top: 90px;
  }
}

.c-detail__embed {
  overflow: visible !important;
}

@keyframes left {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }

  to {
    opacity: 1;
    transform: translateX(0px);
  }
}

@keyframes right {
  from {
    opacity: 0;
    transform: translateX(100px);
  }

  to {
    opacity: 1;
    transform: translateX(0px);
  }
}

@keyframes center {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }

  to {
    opacity: 1;
    transform: translateY(0px);
  }
}

@keyframes up {
  from {
    opacity: 0;
    transform: translateY(100px);
  }

  to {
    opacity: 1;
    transform: translateY(0px);
  }
}

.aday-fichas-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
  gap: 24px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

@media (min-width: 460px) {
  .aday-fichas-grid {
    grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  }
}

.aday-ficha {
  position: relative;
  z-index: 1;
  border-radius: 4px;
}

.aday-ficha.modal-open {
  z-index: 99999;
}

.aday-ficha-front {
  background-color: #ffffff;
  border-radius: 4px;
  cursor: pointer;
  text-align: center;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  position: relative;
  overflow: hidden;
  justify-content: space-between;
}


.aday-ficha-front:hover {
  transform: translateY(-5px);
  border-color: #1D428A;
  box-shadow: 0 10px 20px rgba(29, 66, 138, 0.15);
}


.aday-ficha-front::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #C8102E;
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.aday-ficha-front:hover::before {
  transform: scaleX(1);
}

.aday-ficha-img-placeholder {
  width: 100%;
  aspect-ratio: 1;
  border: 3px solid #1d428a;
  border-bottom: none;
}

.aday-ficha-img-placeholder img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.aday-ficha-name {
  font-family: 'Rockwell', sans-serif;
  font-size: 19px;
  font-weight: 600;
  text-transform: uppercase;
  color: #1D428A;
  margin-bottom: 10px;
  line-height: 1.1;
  padding: 0 10px;
  width: 100%;
}

.aday-ficha-year {
  font-family: 'Rockwell Condensed', sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #ffffff;




  position: relative;
  top: 3px;
}

.aday-ficha-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 39, 76, 0.85);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  display: none;
}

.aday-ficha-popup.active {
  opacity: 1;
  display: flex;
  pointer-events: all;
}

.aday-modal-content {
  background-color: #ffffff;
  border-radius: 4px;
  border-top: 6px solid #1D428A;
  padding: 40px 30px;
  max-width: 800px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  position: relative;
  text-align: left;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.6);
}

.aday-modal-content .aday-close {
  position: absolute;
  top: 15px;
  right: 20px;
  background: none;
  border: none;
  color: #C8102E;
  font-size: 35px;
  line-height: 1;
  cursor: pointer;
  transition: transform 0.2s ease, color 0.2s ease;
}

.aday-modal-content .aday-close:hover {
  transform: scale(1.2);
  color: #1D428A;
}

.aday-modal-img {
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 24px;

}

.aday-modal-img img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
  max-height: 340px;
  object-fit: cover;
  object-position: top; 
}



.aday-modal-name {
  font-family: 'Rockwell Condensed', sans-serif;
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
  color: #1D428A;
  margin-bottom: 8px;
  line-height: 1.1;
}

.aday-modal-name span {
  font-weight: 400;
  color: #C8102E;
  font-size: 24px;
  margin-left: 6px;
}

.aday-modal-draft {
  font-family: 'Rockwell Condensed', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: #ffffff;
  background-color: #1D428A;
  display: inline-block;
  padding: 4px 10px;
  border-radius: 3px;
  margin-bottom: 14px;
  line-height: 32px;
}

.aday-modal-team {
  font-family: 'Rockwell', sans-serif;
  font-size: 16px;
  color: #333333;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 2px solid #e2e8f0;

}

.aday-modal-team strong {
  color: #C8102E;
  text-transform: uppercase;
  font-family: 'Rockwell Condensed', sans-serif;
  letter-spacing: 0.5px;
}

.aday-modal-resume {
  font-family: 'Petrona', serif;
  font-size: 18px;
  line-height: 1.6;
  color: #444444;
}

.aday-fichas-grid-text {
  padding: 0 20px;
  max-width: 1200px;
  margin: 100px auto 20px;
  font-size: 16px;
  line-height: 22px;
}

.aday-fichas-text {
  padding: 20px 0;
  border: 3px solid #c8102e;
  border-top: none;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.aday-ficha-year {
  font-family: 'Rockwell Condensed', sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #ffffff;
  position: relative;
  top: 3px;
}

.aday-ficha-year-block {
  background: #c8102e;
  height: 24px;
  width: 70px;
  border-radius: 8px;
  display: grid;
  margin-bottom: 10px;
  place-content: center;
}

p.aday-ficha-year.v2 {
  color: #c8102e;
  width: 100%;
  text-transform: uppercase;
}

@media (min-width: 960px) {
  .aday-fichas-grid-text {
    font-size: 20px;
    line-height: 27px;
  }
}


.c-detail--special .c-detail__content {
  margin: 0;
}

.skys-wrapper {
  display: none;
}

article.c-detail--special .c-detail__data {
  display: none;
}

article.c-detail--special .c-detail__content .c-detail__body .c-paragraph__title {
  color: #000;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 34px;
  font-weight: 600;
  font-family: Rockwell;
  position: relative;
  padding: 0 20px;
  margin: 100px 0 40px 0;
}

article.c-detail--special .c-detail__content .c-detail__body .c-paragraph__title:before {
  content: "";
  width: 100%;
  max-width: 142px;
  height: 2px;
  background: #000;
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

article.c-detail--special .c-detail__content .c-detail__body .content-title-h2 {
  background: #ffcb05;
  font-family: 'Manrope';
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  padding: 8px 0;
  font-size: 25px;
  margin-top: 35px;
}

@media (min-width: 1024px) {
  article.c-detail--special .c-detail__content .c-detail__body .content-title-h2 {
    font-size: 25px;
  }

  .aday-modal-img img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
  max-height: inherit;
  object-fit: cover;
  object-position: top; 
}
}