body {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  background-color: #000;
  overflow-x: hidden;
}

body .c-header__main__custom {
  min-height: inherit;
}

body header.c-header.c-header__main__custom h2.c-header__brand.trk-logo {
  display: none;
}

body header.c-header.c-header__main__custom .c-header__middle {
  justify-content: space-between;
}

body header.c-header.c-header__main__custom .c-header__custom {
  position: absolute;
  margin: 0 auto;
  top: 16px;
  bottom: inherit;
  display: block;
  left: 0;
  right: 0;
  width: max-content;
}

body header.c-header.c-header__main__custom .c-header__custom .c-header__custom__logo {
  max-width: 17rem;
}

* {
  box-sizing: border-box;
}

.hobbypremios {
  background-color: #000014;
  margin-top: -43px;

}

.hobbypremios p {
  margin: 0;
}

.hobbypremios img {
  height: auto;
  width: 100%;
}

.hobbypremios-intro {
  background-color: #000014;
  padding: 0 20px;
  max-width: 1200px;
  margin: 0 auto;
}

img.hobbypremios-back {
  margin: 20px auto -50px;
  max-width: 730px;
  display: block;
  opacity: 0;
  animation: opacity 1.5s 0s both linear;
}

@keyframes opacity {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

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

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

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

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

@keyframes visibleBlur {
  from {
    filter: blur(9px);
  }

  to {
    filter: blur(0);
  }
}

@keyframes rotate {
  from {
    transform: rotateY(90deg);
  }

  to {
    transform: rotateY(0deg);
  }
}

.hobbypremios-title-sub {
  max-width: 500px;
  margin: 0 auto;

}

.hobbypremios .hobbypremios-title {
  animation: visible .5s both linear;
}

.hobbypremios .hobbypremios-subtitle {
  color: #FFF;
  text-align: center;
  text-shadow: 0 0 30px rgba(1, 0, 5, 0.80);
  font-family: "Merriweather Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  margin: 42px 0;
  animation: visible .5s .3s both linear;
}

.hobbypremios-vote {
  color: #FFF;
  text-align: center;
  font-family: "Merriweather Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  border-radius: 24px;
  background: var(--Azul-HC, #1CA6F8);
  display: block;
  max-width: 209px;
  width: 100%;
  height: 42px;
  line-height: 42px;
  text-transform: uppercase;
  text-decoration: none;
  margin: 0 auto;
  animation: visible .5s .5s both linear;
  border: none;
  cursor: pointer;
}

.hobbypremios-patro {
  padding: 0 20px;
  display: grid;
  grid-template-columns: 60% auto;
  gap: 20px;
  max-width: 600px;
  margin: 48px auto 0;
  animation: visible .5s .7s both linear;
}

.hobbypremios-patro .hobbypremios-patro-title {
  color: #FFF;
  text-align: center;
  font-family: "Merriweather Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  padding-bottom: 8px;
  margin-bottom: 15px;
  border-bottom: 1px dashed #FFF;
}

.hobbypremios-patro-images {
  display: grid;
  gap: 20px;
  max-width: 210px;
  align-items: center;
  margin: 0 auto;
}

.hobbypremios-patro-block:last-child .hobbypremios-patro-images {
  max-width: 110px;
}

.hobbypremios-sticky {
  position: sticky;
  top: 70px;
  display: grid;
  justify-content: flex-end;
  padding-right: 30px;
  z-index: 2;
  animation: visible 1s both linear;
  margin-bottom: 30px;
}

.hobbypremios-sticky .hobbypremios-sticky-vote {
  color: #FFF;
  text-decoration: none;
  text-align: center;
  font-family: "Merriweather Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
  width: 72px;
  height: 72px;
  background-color: #1CA6F8;
  border-radius: 50%;
  display: grid;
  place-content: center;
  border: none;
  cursor: pointer;
}

.hobbypremios-resume .hobbypremios-pacman {
  animation: visibleRight 1s .5s both linear;

}

.hobbypremios-pacman {
  border-radius: 60px;
  border: 1px dashed #FFF;
  position: relative;
  padding: 20px 25px 20px 60px;
  margin-bottom: 42px;
}

.hobbypremios .hobbypremios-pacman-img {
  position: absolute;
  width: 60px;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
}

.hobbypremios-resume {
  padding: 0 30px;
  max-width: 960px;
  margin: 0 auto 72px;
}

.hobbypremios-pacman-title {
  color: var(--Azul-HC, #1CA6F8);
  font-family: "Merriweather Sans";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;


}

.hobbypremios .hobbypremios-resume-p {
  color: #FFF;
  font-family: Lora;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  max-width: 570px;
  margin: 0 auto 20px;
  display: block;
  view-timeline: --scroll;
  animation: visibleRight both linear;
  animation-timeline: --scroll;
  animation-range: entry 0 cover 30%;
}

.hobbypremios .hobbypremios-resume-p span {
  color: #1CA6F8;
}

.hobbypremios-times,
.hobbypremios-awards {
  padding: 0 30px 60px;
  max-width: 960px;
  margin: 0 auto;
}

.hobbypremios-times-block {
  border-radius: 24px;
  border: 1px dashed #FFF;
  padding: 32px;
  margin-bottom: 40px;
  view-timeline: --scroll;
  animation: visibleBlur both linear;
  animation-timeline: --scroll;
  animation-range: entry 0 cover 30%;
}

.hobbypremios-awards .hobbypremios-pacman,
.hobbypremios-awards-title {
  view-timeline: --scroll;
  animation: visibleRight both linear;
  animation-timeline: --scroll;
  animation-range: entry 0 cover 30%;
}

.hobbypremios-times-block img {
  max-width: 142px;
  display: block;
  margin: 0 auto 24px;
}

.hobbypremios .hobbypremios-times-block-title {
  color: var(--Azul-HC, #1CA6F8);
  text-align: center;
  font-family: "Merriweather Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 12px;
}

.hobbypremios .hobbypremios-times-block-p {
  color: #FFF;
  text-align: center;
  font-feature-settings: 'case' on;
  font-family: "Merriweather Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  margin-bottom: 24px;
}

.hobbypremios .hobbypremios-awards-title {
  color: #FFF;
  font-family: "Merriweather Sans";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 32px;
}

.hobbypremios-awards-list {
  display: grid;
  gap: 32px;
  justify-content: space-between;
  margin-bottom: 48px;
}

.hobbypremios-awards-item {
  border-radius: 16px;
  background: rgba(29, 154, 228, 0.25);
  padding: 16px;
  view-timeline: --scroll;
  animation: rotate both linear;
  animation-timeline: --scroll;
  animation-range: entry 0 cover 30%;
}

.hobbypremios-awards-list.second .hobbypremios-awards-item:nth-child(n+7) {
  animation-range: entry 0 cover 20%;
}

.hobbypremios-awards-item img {
  display: block;
  margin: 0 auto 12px;
  aspect-ratio: 148 / 109;
  height: auto;
  object-fit: contain;
  max-width: 148px;
  max-height: 109px;
}

.hobbypremios-awards-item-p {
  color: var(--Azul-Destacados, #81CDFB);
  text-align: center;
  font-family: "Merriweather Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

@media (min-width: 420px) {
  .hobbypremios-awards-list {
    grid-template-columns: repeat(auto-fill, minmax(0, calc(50vw - 54px)));
  }

  .hobbypremios-awards-item-p {
    font-size: 20px;
    line-height: 150%;

  }

}

@media (min-width: 660px) {
  .hobbypremios-times {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: space-between;
    gap: 50px;
  }
}


@media (min-width: 960px) {
  .hobbypremios-awards-list {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
  }

  .hobbypremios-awards-list .hobbypremios-awards-item:nth-child(-n+4) {
    flex: 1 0 210px;
  }

  .hobbypremios-awards-list .hobbypremios-awards-item:nth-child(n+5):nth-child(-n+10) {
    flex: 1 0 286px;
  }

  .hobbypremios-awards-list.second .hobbypremios-awards-item:nth-child(-n+4) {
    flex: 1 0 286px;
  }
}

@media (min-width: 1024px) {
  .hobbypremios {
    margin-bottom: -20px;

  }
}

@media (min-width: 1280px) {
  .hobbypremios {
    margin-top: -23px;

  }
}


@media (min-width: 1200px) {
  .hobbypremios-sticky {
    max-width: 1200px;
    margin: 0 auto;
    top: 150px
  }

  .hobbypremios-intro {
    display: grid;
    grid-template-columns: 730px auto;
    gap: 30px;
    align-items: center;
    padding: 0;
  }

  img.hobbypremios-back {
    max-width: 730px;
    width: 100%;
  }

  .hobbypremios-subtitle {
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;

  }

  .hobbypremios .hobbypremios-pacman {
    padding: 20px 25px 20px 130px;

  }

  .hobbypremios .hobbypremios-pacman-img {
    position: absolute;
    width: 115px;
    left: -20px;
  }

  .hobbypremios-pacman-title {
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;

  }

  .hobbypremios .hobbypremios-resume-p {
    font-size: 20px;
    font-weight: 400;
    line-height: 160%;
  }

  img.hobbypremios-back {
    margin: 20px auto;
  }

  .hobbypremios-patro {
    max-width: 980px;
    grid-template-columns: minmax(0, 530px) minmax(0, 210px);
    justify-content: space-around;
  }

  .hobbypremios-patro .hobbypremios-patro-images {
    grid-template-columns: 288px 183px;
    margin: 0;
    max-width: inherit;
    justify-content: space-between;
  }

  .hobbypremios-patro-block:last-child .hobbypremios-patro-images {
    justify-content: center;
    max-width: inherit;
    grid-template-columns: auto;
  }

  .hobbypremios-patro-block:last-child .hobbypremios-patro-images img {
    max-width: 80px;
  }
}

.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 {
  display: none;
}