body {
  overflow-x: hidden;
}

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

body img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}

h1,
h2,
h3,
h4,
p {
  margin: 0;

}

.landing-premios-ch {
  margin-top: -30px;
}

.intro {
  position: relative;
  height: calc(43vw + 168px);
  margin: 0 0 40px;
  background-color: black;
}

.intro video {
  width: 100%;
  min-height: 160px;
  object-fit: cover;
}

.intro:after {
  content: "";
  left: 0;
  bottom: 0;
  position: absolute;
  width: 100%;
  background: linear-gradient(360deg, #000000 75.69%, rgba(0, 0, 0, 0) 100%);
  height: 190px;
}


.block-powered-p {
  color: var(--Blanco, #FFF);
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -0.42px;
  text-align: center;
  width: 100%;
  margin-bottom: 12px;
}


.block-powered {
  max-width: 1260px;
  padding: 0 13px;

  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  position: absolute;
  z-index: 1;
  width: 100%;
  bottom: 24px;
  margin: 0 auto;
  left: 0;
  right: 0;
  justify-content: center;
}

.block-powered.v2 {
  position: static;
  margin-top: 40px;
}

.block-powered.v2 .block-powered-p {
  color: #000;
}

.block-powered img:first-of-type {
  max-width: 75px;
}

.block-powered img:nth-of-type(2) {
  max-width: 230px;
}

.block-powered img:nth-of-type(3) {
  max-width: 98px;
}

.block-powered img:nth-of-type(4) {
  max-width: 60px;
}

.block-powered img:nth-of-type(5) {
  max-width: 23px;
}

.block-powered img:nth-of-type(6) {
  max-width: 101px;
}

.lead {
  padding: 0 20px;
  max-width: 730px;
  margin: 0 auto 40px;
}

.landing-button-fixed-block {
  position: sticky;
  top: 58px;
  z-index: 2;
  width: 100%;
  height: 0;
  display: flex;
  justify-content: flex-end;
  padding-right: 10px;
  max-width: 1200px;
  margin: 0 auto;
}

.landing-button-fixed {
  color: var(--Blanco, #FFF);
  text-align: center;
  font-feature-settings: 'case' on;
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  /* 114.286% */
  letter-spacing: -0.28px;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: grid;
  place-content: center;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #E20019;
  transition: background .3s;
}

.landing-button-fixed:hover {
  background-color: #A20012;
}

.lead-h1 {
  color: var(--Rojo, #E20019);
  font-family: Montserrat;
  font-size: 38px;
  font-style: normal;
  font-weight: 500;
  line-height: 46px;
  letter-spacing: -0.76px;
  margin-bottom: 32px;
  padding-right: 58px;
}

.lead-p {
  color: var(--Negro, #1E1E1E);
  font-family: "Open Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: -0.2px;
  margin-bottom: 24px;

}

.lead-resume {
  color: var(--Negro, #1E1E1E);
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.16px;
  margin-bottom: 20px;
}

.lead-resume:last-child {
  margin-bottom: 0;
}

.landing-img img {
  max-width: 760px;
  margin: 0 auto 64px;
}

.blocks {
  padding: 0 20px;
  max-width: 960px;
  margin: 0 auto 60px;
}

.blocks .block {
  border-radius: 4px;
  border: 1px solid var(--Gris, #838383);
  padding: 32px;
  max-width: 278px;
  margin: 0 auto 32px;
}

.blocks .block:last-child {
  margin-bottom: 0;
}

.blocks .block img {
  max-width: 143px;
  margin: 0 auto 32px;
}

.blocks .block .title-block-h3 {
  color: var(--Rojo, #E20019);
  text-align: center;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 126%;
  letter-spacing: -0.2px;
  margin-bottom: 12px;
}

.blocks .block .p-block {
  color: #000;
  text-align: center;
  font-feature-settings: 'case' on;
  font-family: "Open Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.block-rss {
  margin: 0 auto 64px;
  display: grid;
  justify-content: center;
}

.block-rss .button-landing-premios {
  border-radius: 8px;
  background: var(--Rojo, #E20019);
  max-width: 300px;
  width: 100%;
  color: var(--Blanco, #FFF);
  text-align: center;
  font-family: "Open Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: -0.36px;
  text-transform: uppercase;
  padding: 10px;
  margin: 0 auto 20px;
  text-decoration: none;
  transition: background .3s;
}

.block-rss .button-landing-premios:hover {
  background: var(--Rojo-Hover, #A20012);
}

.block-rss .black-button {
  color: var(--Negro, #1E1E1E);
  text-align: center;
  font-family: "Open Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.18px;
  margin-bottom: 15px;
}

.block-rss .normal-button {
  color: var(--Negro, #1E1E1E);
  text-align: center;
  font-feature-settings: 'case' on;
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

.block-landings-ch {
  padding: 0 20px;
  margin: 0 auto 64px;
  max-width: 960px;
  width: 100%;
}

.c-detail--special .c-detail__content .c-detail__body .block-landings-ch .block-landings-ch-h2 {
  color: var(--Negro, #1E1E1E);
  font-family: Montserrat;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 38px;
  letter-spacing: -0.16px;
  padding-bottom: 16px;
  position: relative;
  margin-bottom: 40px;
  text-align: left;
  text-transform: none;


}

.c-detail--special .c-detail__content .c-detail__body .block-landings-ch .block-landings-ch-h2:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #1E1E1E;
  position: absolute;
  bottom: 0;
  left: 0;
}

.group-categories {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(0, 8.5rem));
  gap: 32px;
  justify-content: center;
}

.group-categories .categorie {
  display: flex;
  width: 134px;
  padding: 32px 16px 24px 16px;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  flex-shrink: 0;
  border-radius: 4px;
  background: var(--Gris-2, #F6F6F6);
}

.group-categories .categorie img {
  width: 89px;
  height: auto;
  margin: 0 auto 16px;
}

.group-categories .categorie .name-categorie {
  color: var(--Rojo, #E20019);
  text-align: center;
  font-family: Montserrat;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}

.rss {
  display: flex;
  gap: 15px;
  justify-content: center;
  margin: 20px 0 0;
}

.rss a:not(:last-child) svg path,
.rss a:last-child svg circle {
  transition: all .3s;
}

.rss a:not(:last-child) svg:hover path {
  fill: #A20012;
}

.rss a:last-child svg:hover circle {
  fill: #A20012;
}

.video-block {
  position: relative;
  width: 100%;
  max-width: 1200px;
  cursor: pointer;
  margin: 0 auto;
  aspect-ratio: 16/9;
}

.video-block img.video-thumbnail {
  width: 100%;
  display: block;
  object-fit: cover;
  height: 100%;
}

.video-block .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 57px;
  height: 57px;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.video-block.open {
  cursor: default;
}

.video-block iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
}

.block-video:first-child {
  margin-bottom: 24px;
}

.block-video .block-video-h3 {
  color: var(--Rojo, #E20019);
  font-family: Montserrat;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: -0.44px;
  margin-bottom: 16px;
}

@media (min-width: 960px) {
  .block-landings-ch {
    padding: 0;
  }

  .c-detail--special .c-detail__content .c-detail__body .block-landings-ch .block-landings-ch-h2 {
    font-size: 46px;
    line-height: 100%;
    letter-spacing: -0.23px;
  }

  .group-categories {
    grid-template-columns: repeat(4, 1fr);
    margin-bottom: 120px;

  }

  .group-categories .categorie {
    width: 210px;
    padding: 32px 10px 24px 10px;
  }

  .group-categories .categorie img {
    width: 139px;
  }

  .group-categories .categorie .name-categorie {
    font-size: 18px;
    line-height: 130%;
    letter-spacing: -0.18px;
  }

  .blocks {
    display: grid;
    grid-template-columns: auto auto auto;
  }

  .blocks .block {
    height: 100%;
  }

  .lead {
    padding: 0;
    margin: 0 auto 80px;
  }

  .lead-p,
  .lead-resume {
    padding: 0 45px;

  }

  .lead .lead-h1 {
    font-size: 56px;
    line-height: 100%;
    letter-spacing: -1.12px;
    margin-bottom: 40px;
    padding-right: 0;
  }


  .lead .lead-p {
    font-size: 24px;
    line-height: 38px;
    letter-spacing: -0.24px;
  }

  .lead .lead-resume {
    font-size: 18px;
    line-height: 30px;
    letter-spacing: -0.18px;
  }

  .block-powered img:first-of-type {
    max-width: 124px;
  }

  .block-powered img:nth-of-type(2) {
    max-width: 380px;
  }

  .block-powered img:nth-of-type(3) {
    max-width: 171px;
  }

  .block-powered img:nth-of-type(4) {
    max-width: 131px;
  }

  .block-powered img:nth-of-type(5) {
    max-width: 61px;
  }

  .block-powered img:nth-of-type(6) {
    max-width: 181px;
  }

  .block-powered {
    column-gap: 32px;
  }

  .block-powered-p {
    font-size: 18px;
    line-height: 100%;
    letter-spacing: -0.54px;
  }

  .block-video .block-video-h3 {
    font-size: 32px;
    line-height: 100%;
    letter-spacing: -0.64px;
  }

  .block-landings-ch .block-video {
    margin-bottom: 48px;
  }
}

@media (min-width: 1200px) {
  .intro:after {
    bottom: 0px;
    height: 260px;
  }
}

.lead-h1,
.lead-p,
.lead-resume,
.button-landing-premios,
.black-button,
.normal-button,
.rss,
.block-video,
.landing-img img {
  view-timeline: --scroll;
  animation: opacity both linear;
  animation-timeline: --scroll;
  animation-range: entry 0 cover 30%;
}

.blocks .block {
  view-timeline: --scroll;
  animation: opacity-reverse both linear;
  animation-timeline: --scroll;
  animation-range: entry 0 cover 30%;
}

.block-landings-ch-h2,
.categorie {
  view-timeline: --scroll;
  animation: opacity-left both linear;
  animation-timeline: --scroll;
  animation-range: entry 0 cover 30%;
}

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

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

@keyframes opacity-reverse {
  from {
    scale: .6;
    transform: translateY(200px);
  }

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

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

  to {
    transform: translateX(0);
  }
}

.c-detail__body .c-detail__embed {
  width: 100%;
  max-width: 100% !important;
  padding: 0 !important;
  overflow: unset !important;
}

.c-detail__body .c-detail__embed:last-of-type {
  margin-bottom: 0 !important;
}

.c-detail--special .c-detail__content .c-detail__body .c-detail__embed .c-detail__embed__code {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 100% !important;
  padding: 0;
}

.c-detail--special .c-detail__content .c-detail__body .c-detail__embed .c-detail__embed__code>div {
  width: 100%;
}

.c-detail--special .c-detail__content .c-detail__body {
  max-width: inherit;
  margin-top: -9px;
}

.c-detail--special .c-detail__content .c-detail__data,
.c-detail--special .c-detail__top {
  display: none;
}