@font-face {
  font-family: Sidewalk Surf;
  src: url('../fonts/SidewalkSurfRegular.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --ames: #1697a3;
  --accent: #ffc42e;
  --dark: #111412;
  --dark-accent: #944700;
  --light: #efead8;
  --white: white;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

body {
  color: #333;
  background-color: #111412;
  font-family: Inter Tight, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

a {
  color: var(--ames);
  text-decoration: underline;
}

.hero {
  background-color: #101412;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 800px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero.contenido {
  min-height: auto;
}

.hero-bg-image {
  z-index: 0;
  background-color: #1a2018;
  background-size: cover;
  width: 1440px;
  height: 810px;
  position: absolute;
  top: 246px;
  left: 50%;
  transform: translateX(-50%);
}

.hero-bg-gradient {
  z-index: 1;
  background-color: var(--accent);
  width: 100%;
  height: 100%;
  color: var(--dark);
  position: absolute;
  top: 0;
  left: 0;
}

.nav {
  z-index: 999;
  grid-column-gap: 165px;
  grid-row-gap: 165px;
  background-color: var(--accent);
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-links {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  align-items: center;
  display: flex;
}

.nav-link {
  color: var(--dark);
  white-space: nowrap;
  font-size: 1.15rem;
  font-weight: 600;
  line-height: 1.35;
  text-decoration: none;
  transition: color .2s;
}

.nav-link:hover, .nav-link.w--current {
  color: var(--dark-accent);
}

.nav-logo {
  justify-content: center;
  align-items: center;
  display: flex;
}

.logo-img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.hero-eyebrow {
  z-index: 10;
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 145px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.eyebrow-line {
  background-color: #efead8;
  width: 41px;
  height: 1px;
}

.eyebrow-text {
  background-color: var(--light);
  color: var(--dark);
  text-align: center;
  white-space: nowrap;
  border-radius: 5rem;
  margin-bottom: 0;
  padding: .5rem 1.5rem;
  font-size: 14px;
  font-weight: 700;
}

.eyebrow-text.year {
  background-color: var(--accent);
  font-size: 1rem;
  font-weight: 500;
}

.hero-content {
  z-index: 10;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-direction: column;
  align-items: center;
  width: 890px;
  max-width: 100%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 40px;
  display: flex;
  position: relative;
}

.hero-titles {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.hero-title {
  width: 100%;
  color: var(--dark-accent);
  text-align: center;
  font-family: Sidewalk Surf, Impact, sans-serif;
  font-size: 8rem;
  font-weight: 400;
  line-height: .8;
}

.hero-title-gold {
  width: 100%;
  color: var(--accent);
  text-align: center;
  font-family: Sidewalk Surf, Impact, sans-serif;
  font-size: 128px;
  font-weight: 400;
  line-height: .8;
}

.hero-subtitle {
  max-width: 829px;
  color: var(--dark);
  text-align: center;
  font-size: 1.15rem;
  font-weight: 400;
  line-height: 1.35;
}

.hero-ctas {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  align-items: center;
  display: flex;
}

.btn-primary {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--ames);
  color: var(--white);
  white-space: nowrap;
  border-radius: 5px;
  align-items: center;
  padding: 16px 36px;
  font-family: Inter Tight, sans-serif;
  font-size: 1.15rem;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .2s, color .2s;
  display: flex;
}

.btn-primary:hover {
  background-color: var(--light);
  color: var(--ames);
}

.btn-icon {
  font-size: 14px;
}

.btn-secondary {
  background-color: var(--light);
  color: var(--ames);
  white-space: nowrap;
  border: 1px #484842;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: 16px 36px;
  font-size: 1.15rem;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .2s, color .2s;
  display: flex;
}

.btn-secondary:hover {
  background-color: var(--ames);
  color: var(--light);
}

.section {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #101412;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 160px 40px 80px;
  display: flex;
}

.section.que-es {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
}

.section.center {
  justify-content: flex-start;
  align-items: center;
}

.section-label {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  align-items: center;
  display: flex;
}

.section-num {
  color: var(--light);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
}

.section-line {
  background-color: var(--accent);
  flex-shrink: 0;
  width: 41px;
  height: 1px;
}

.section-line.dark {
  background-color: var(--light);
}

.section-tag {
  color: var(--light);
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
}

.spot-inner {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.video-placeholder {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #202723;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 720px;
  display: flex;
}

.play-btn {
  justify-content: center;
  align-items: center;
  width: 87px;
  height: 87px;
  display: flex;
}

.play-circle {
  border: 2px solid #efead8;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 87px;
  height: 87px;
  display: flex;
}

.play-triangle {
  border-top: 18px solid #0000;
  border-bottom: 18px solid #0000;
  border-left: 30px solid #efead8;
  width: 0;
  height: 0;
  margin-left: 6px;
}

.video-label {
  color: #efead8;
  letter-spacing: .05em;
  text-transform: uppercase;
  font-family: Inter Tight, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.35;
}

.spot-quote {
  color: var(--accent);
  text-align: center;
  white-space: nowrap;
  font-size: 1.25rem;
  font-style: italic;
  line-height: 1.35;
}

.section-que-es {
  grid-column-gap: 321px;
  grid-row-gap: 321px;
  background-color: #101412;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 160px 40px 80px;
  display: flex;
}

.que-es-left {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-direction: column;
  flex-shrink: 0;
  width: 604px;
  display: flex;
}

.que-es-heading {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  display: flex;
}

.que-es-title {
  width: 100%;
  font-family: Sidewalk Surf, sans-serif;
  font-size: 94px;
  font-weight: 400;
  line-height: .85;
}

.p-xl {
  color: var(--light);
  font-family: Inter Tight, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.35;
}

.stats-col {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-direction: column;
  flex-shrink: 0;
  width: 310px;
  display: flex;
}

.stat-item {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.stat-top {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  display: flex;
}

.stat-number {
  color: var(--accent);
  margin-bottom: 0;
  font-family: Sidewalk Surf, Impact, sans-serif;
  font-size: 75px;
  font-weight: 400;
  line-height: .85;
}

.stat-label {
  border-bottom: 1px solid var(--accent);
  color: var(--light);
  text-transform: uppercase;
  padding-bottom: 10px;
  font-family: Inter Tight, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
}

.stat-desc {
  color: #efead8;
  font-family: Inter Tight, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.35;
}

.section-cartelera {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #101412;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding: 160px 40px 80px;
  display: flex;
}

.cartelera-header {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.cartelera-titles {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: grid;
}

.cartelera-title {
  flex: 1;
  min-width: 0;
  font-family: Sidewalk Surf, Impact, sans-serif;
  font-size: 94px;
  font-weight: 400;
  line-height: .85;
}

.cartelera-subtitle {
  color: #efead8;
  flex-shrink: 0;
  width: 436px;
  font-family: Inter Tight, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.35;
}

.posters-row {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  display: grid;
}

.poster {
  background-color: #1a2018;
  flex-shrink: 0;
  width: 425px;
  height: 756px;
  position: relative;
  overflow: hidden;
}

.poster-placeholder {
  background-color: #1e2820;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.poster-placeholder-text {
  opacity: .4;
  color: #efead8;
  text-align: center;
  text-transform: uppercase;
  padding: 20px;
  font-family: Inter Tight, sans-serif;
  font-size: 12px;
}

.section-profesionales {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #101412;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding: 160px 40px 80px;
  display: flex;
}

.prof-blocks {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.prof-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 80px;
  display: flex;
}

.prof-block-inner {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.prof-block-text {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.prof-eyebrow {
  color: #d4b045;
  text-transform: uppercase;
  font-family: Inter Tight, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
}

.prof-title {
  color: #e8e2cd;
  text-transform: uppercase;
  font-family: Sidewalk Surf, sans-serif;
  font-size: 58px;
  font-weight: 400;
  line-height: .85;
}

.prof-desc {
  color: #efead8;
  text-align: center;
  width: 436px;
  font-family: Inter Tight, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.35;
}

.section-divider {
  background-color: #2a2e2c;
  width: 100%;
  height: 1px;
}

.coproductores-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 80px;
  display: flex;
}

.section-sorteo {
  background-color: #101412;
  width: 100%;
  padding: 160px 40px;
  position: relative;
  overflow: hidden;
}

.sorteo-inner {
  z-index: 1;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.sorteo-content {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.sorteo-title {
  text-align: center;
  text-transform: uppercase;
  font-family: Sidewalk Surf, sans-serif;
  font-size: 94px;
  font-weight: 400;
  line-height: .85;
}

.sorteo-texts {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.sorteo-question {
  color: #efead8;
  white-space: nowrap;
  font-family: Inter Tight, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.35;
}

.sorteo-hint {
  color: #d4b045;
  font-family: Inter Tight, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.35;
}

.sorteo-cta-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.btn-instagram {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  white-space: nowrap;
  background-color: #1697a3;
  border-radius: 5px;
  align-items: center;
  padding: 16px 36px;
  font-family: Inter Tight, sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.ig-icon {
  width: 20px;
  height: 20px;
}

.sorteo-legal {
  opacity: .5;
  color: #e8e2cd;
  text-align: center;
  white-space: nowrap;
  font-family: Inter Tight, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.35;
}

.site-footer {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #000;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 80px 40px 40px;
  display: flex;
}

.footer-main {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 439px;
  display: flex;
}

.footer-logo {
  justify-content: center;
  align-items: center;
  width: 116px;
  height: 50px;
  display: flex;
}

.footer-logo-text {
  color: #e8e2cd;
  letter-spacing: .05em;
  font-family: New Amsterdam, sans-serif;
  font-size: 28px;
}

.footer-copy-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-tagline {
  color: #e8e2cd;
  text-transform: uppercase;
  font-family: Sidewalk Surf, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: .85;
}

.footer-desc {
  color: #efead8;
  text-align: center;
  width: 504px;
  font-family: Inter Tight, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.35;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.footer-copyright {
  color: #e8e2cd;
  max-width: 334px;
  font-family: Inter Tight, sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: normal;
}

.footer-legal-links {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.footer-legal-link {
  color: #e8e2cd;
  white-space: nowrap;
  font-family: Inter Tight, sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
}

.content {
  text-align: left;
  background-color: #111412;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading {
  font-family: Sidewalk Surf, Impact, sans-serif;
}

.h2-display {
  color: var(--light);
  text-transform: uppercase;
  margin-top: 0;
  font-family: Sidewalk Surf, Impact, sans-serif;
  font-size: 7.5rem;
  line-height: 80%;
}

.accent {
  color: var(--accent);
}

.body {
  background-color: var(--dark);
}

.h3-display {
  color: var(--light);
  text-transform: uppercase;
  font-family: Sidewalk Surf, Impact, sans-serif;
  font-size: 5rem;
  line-height: 85%;
}

.dark {
  color: var(--dark);
}

.image {
  z-index: 1;
  opacity: .1;
  mix-blend-mode: darken;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
}

.p-m {
  color: var(--light);
  font-size: 1.15rem;
  line-height: 150%;
}

.div-block {
  text-align: center;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  inset: auto 0% 4rem;
}

.div-block-2 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  background-color: var(--light);
  border-radius: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 2rem 4rem;
  display: flex;
}

.logo-colaborador {
  min-width: 100px;
  max-height: 80px;
}

.youtube {
  border-radius: .5rem;
  overflow: hidden;
}

.fs-cc-banner_link-wrapper {
  margin-right: 0;
  text-decoration: none;
  display: flex;
}

.fs-cc-prefs_dropdown {
  cursor: pointer;
  flex: 1;
  width: auto;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  overflow: hidden;
}

.fs-cc-prefs_component {
  z-index: 998;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 32px;
  display: none;
  position: fixed;
  inset: 0%;
}

.fs-cc-prefs_button {
  border: 1px solid var(--ames);
  background-color: var(--ames);
  text-align: center;
  border-radius: 5px;
  flex: 1;
  padding: 14px 20px;
  font-size: 1rem;
  font-weight: 400;
}

.fs-cc-prefs_button.fs-cc-button-alt {
  color: #000;
  background-color: #fff;
  border: 1px solid #d9d9d9;
}

.cookies {
  display: block;
}

.fs-cc-banner_container {
  z-index: 1;
  grid-row-gap: 24px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.fs-cc-prefs_submit-hide {
  display: none;
}

.fs-cc-prefs_title {
  color: #262626;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2em;
}

.fs-cc-prefs_dropdown-content {
  background-color: #0000;
  height: 100%;
  margin-top: 4px;
  padding-left: 18px;
  padding-right: 16px;
  position: relative;
  overflow: hidden;
}

.fs-cc-prefs_space-smallish {
  margin-bottom: 32px;
}

.fs-cc-prefs_dropdown_icon {
  margin-right: 10px;
}

.fs-cc-banner_icon {
  color: #000;
  align-items: center;
  display: flex;
}

.fs-cc-prefs_indicator {
  background-color: #fff;
  border: 2px solid #d9d9d9;
  border-radius: 100%;
  width: 28px;
  height: 28px;
}

.fs-cc-banner_buttons-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 16px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  place-items: center;
  display: grid;
}

.fs-cc-prefs_dropdown-toggle {
  z-index: 1;
  align-items: center;
  width: 100%;
  padding: 4px 0;
  display: flex;
}

.fs-cc-banner_button {
  border: 1px solid var(--ames);
  background-color: var(--ames);
  color: #fff;
  text-align: center;
  border-radius: 5px;
  width: 100%;
  min-width: auto;
  margin-left: 0;
  padding: 12px 40px;
  font-size: 1rem;
  font-weight: 500;
  display: block;
}

.fs-cc-banner_button.fs-cc-button-alt {
  color: #000;
  background-color: #0000;
  border-color: #d9d9d9;
  min-width: auto;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 1rem;
  font-weight: 600;
}

.fs-cc-banner_button.fs-cc-button-no-outline {
  color: #000;
  background-color: #0000;
  border-style: none;
  width: auto;
  min-width: auto;
  margin-left: 0;
  margin-right: 10px;
  padding: 0;
}

.fs-cc-prefs_buttons-wrapper {
  z-index: 2;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fff;
  border-top: 1px solid #f0f0f0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-left: -32px;
  margin-right: -32px;
  padding: 20px 32px;
  display: grid;
  position: sticky;
  bottom: 0;
}

.fs-cc-prefs_text {
  color: #8c8c8c;
  font-size: 14px;
  font-weight: 300;
  line-height: 136%;
}

.fs-cc-prefs_label {
  color: #262626;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 32px;
  font-size: 20px;
  font-weight: 400;
}

.fs-cc-prefs_option {
  border-bottom: 1px solid #33333326;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.fs-cc-banner_component {
  z-index: 999;
  background-color: var(--light);
  border-radius: 20px;
  width: 96%;
  max-width: 1200px;
  margin-bottom: 16px;
  margin-left: auto;
  margin-right: auto;
  padding: 24px 32px;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
  box-shadow: 0 4px 9px #0000001c;
}

.prefs_button-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.fs-cc-prefs_status-button {
  z-index: 2;
  background-color: #d9d9d9;
  border-radius: 50px;
  width: 48px;
  height: 28px;
  margin-top: 0;
  margin-left: auto;
  display: flex;
  position: relative;
}

.fs-cc-prefs_checkbox-label {
  display: none;
}

.fs-cc-banner_trigger {
  z-index: 1;
  display: none;
  position: relative;
}

.fs-cc-prefs_overlay {
  z-index: -1;
  background-color: #03052499;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs_space-medium {
  margin-bottom: 40px;
  display: flex;
}

.fs-cc-prefs_form {
  background-color: #fff;
  border-radius: 12px;
  width: 100%;
  max-width: 480px;
  height: 100%;
  max-height: 70vh;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
}

.fs-cc-prefs_content {
  height: 100%;
  padding: 32px 32px 0;
  position: relative;
  overflow: scroll;
}

.fs-cc-prefs_checkbox {
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs_space-small {
  margin-bottom: 12px;
}

.fs-cc-banner_text {
  color: #616161;
  max-width: 540px;
  margin-right: 24px;
  font-size: .8rem;
  font-weight: 300;
}

.fs-cc-prefs_status-text {
  text-align: right;
  flex: 0 auto;
  margin-top: 0;
  font-weight: 500;
}

.fs-cc-prefs_trigger {
  display: none;
}

.link {
  color: var(--dark-accent);
}

.section-2 {
  max-width: 1440px;
  color: var(--light);
  margin-top: 8rem;
}

.cover-bg {
  z-index: 1;
  opacity: .27;
  mix-blend-mode: normal;
  height: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.div-block-3 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--light);
  border-radius: 5rem;
  justify-content: center;
  align-items: center;
  padding: .25rem .25rem .25rem 1.5rem;
  font-size: 1rem;
  font-weight: 500;
  display: flex;
}

.paragraph {
  margin-bottom: 0;
}

.h4-display {
  color: var(--light);
  text-align: center;
  text-transform: uppercase;
  font-family: Sidewalk Surf, Impact, sans-serif;
  font-size: 2.3rem;
  line-height: 90%;
}

.legal {
  color: #e8e2cd;
  text-align: center;
  font-size: .7rem;
}

.subtitle {
  color: var(--light);
  margin-bottom: 10px;
  font-size: 1.35rem;
}

@media screen and (max-width: 991px) {
  .hero {
    height: 100svh;
  }

  .nav {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .nav-logo {
    display: flex;
  }

  .hero-title {
    font-size: 6.5rem;
  }

  .section.que-es {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: column;
  }

  .section.video {
    padding-left: 0;
    padding-right: 0;
  }

  .section-label.video {
    margin-left: 40px;
  }

  .section-que-es {
    flex-flow: column;
  }

  .cartelera-titles {
    flex-flow: column;
    display: flex;
  }

  .posters-row {
    grid-template-columns: 1fr 1fr;
  }

  .sorteo-texts {
    width: 100%;
  }

  .footer-main {
    width: 65%;
  }

  .footer-copy-block, .footer-desc {
    width: 100%;
  }

  .footer-bottom {
    justify-content: space-between;
    align-items: center;
  }

  .footer-copyright {
    margin-bottom: 0;
  }

  .div-block {
    max-width: 100%;
  }

  .div-block-2 {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .fs-cc-banner_link-wrapper {
    margin-right: 0;
  }

  .fs-cc-banner_container {
    flex-wrap: wrap;
  }

  .fs-cc-banner_buttons-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 16px;
    flex: 1;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    place-items: center;
    display: grid;
  }

  .fs-cc-banner_button {
    width: 100%;
    min-width: auto;
    margin-left: 0;
    font-size: 18px;
  }

  .fs-cc-prefs_buttons-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .fs-cc-banner_component {
    margin-left: auto;
    margin-right: auto;
    padding: 32px;
  }

  .fs-cc-banner_text {
    color: #8c8c8c;
    flex: 1;
    min-width: 100%;
    max-width: none;
    margin-bottom: 24px;
    font-weight: 300;
  }
}

@media screen and (max-width: 767px) {
  .hero {
    min-height: 75vh;
  }

  .hero-bg-gradient {
    height: 100%;
  }

  .nav {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .nav-links {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .hero-title {
    font-size: 5.5rem;
  }

  .que-es-left {
    width: auto;
  }

  .prof-block, .coproductores-block {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-main {
    width: 85%;
  }

  .footer-bottom {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .h2-display {
    font-size: 6rem;
  }

  .h3-display {
    font-size: 3.5rem;
  }

  .fs-cc-banner_link-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: auto 1fr;
    grid-auto-columns: 1fr;
    margin-right: 0;
    display: grid;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-prefs_title {
    font-size: 20px;
  }

  .fs-cc-prefs_dropdown-content {
    margin-top: 4px;
  }

  .fs-cc-prefs_space-smallish {
    margin-bottom: 20px;
  }

  .fs-cc-banner_buttons-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    justify-items: center;
    width: 100%;
    margin-top: 12px;
    display: grid;
  }

  .fs-cc-prefs_dropdown-toggle {
    padding-top: 4px;
  }

  .fs-cc-banner_button {
    width: 100%;
    min-width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
  }

  .fs-cc-banner_button.fs-cc-button-alt {
    min-width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .fs-cc-banner_component {
    width: 94%;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    min-height: 90vh;
  }

  .nav {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .nav-links {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: wrap;
  }

  .nav-link {
    font-size: .9rem;
  }

  .nav-link.w--current {
    color: var(--dark-accent);
  }

  .nav-logo, .nav-logo.w--current {
    width: 75px;
  }

  .eyebrow-text.year {
    font-size: .8rem;
  }

  .hero-content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .hero-title {
    font-size: 3.35rem;
  }

  .hero-subtitle {
    font-size: 1.15rem;
  }

  .hero-ctas {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .section.que-es {
    padding-top: 160px;
  }

  .posters-row {
    grid-template-columns: 1fr;
  }

  .sorteo-question {
    word-break: normal;
    width: 100%;
  }

  .sorteo-legal, .footer-main {
    width: 100%;
  }

  .h2-display {
    font-size: 4rem;
  }

  .h3-display {
    font-size: 2.8rem;
  }

  .image {
    width: 100%;
  }

  .p-m {
    font-size: 1rem;
    line-height: 145%;
  }

  .div-block-2 {
    grid-template-columns: 1fr 1fr;
  }

  .fs-cc-banner_link-wrapper {
    grid-column-gap: 0px;
    justify-content: center;
    justify-items: center;
    width: 100%;
    margin-bottom: 32px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .fs-cc-prefs_component {
    padding: 24px 20px;
  }

  .fs-cc-prefs_button {
    margin-bottom: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
  }

  .fs-cc-prefs_button.fs-cc-button-alt {
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .fs-cc-banner_container {
    grid-row-gap: 0px;
  }

  .fs-cc-banner_buttons-wrapper {
    grid-column-gap: 2%;
    grid-row-gap: 2%;
    text-align: center;
    flex-flow: wrap;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    width: 100%;
    margin-top: 32px;
  }

  .fs-cc-banner_button {
    width: 100%;
    min-width: 0;
    margin-bottom: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
  }

  .fs-cc-banner_button.fs-cc-button-alt {
    padding-left: 0;
    padding-right: 0;
  }

  .fs-cc-banner_button.fs-cc-button-no-outline {
    width: auto;
    margin-bottom: 0;
  }

  .fs-cc-prefs_buttons-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    border-top: 1px solid #f5f5f5;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 0;
    margin-left: -20px;
    margin-right: -20px;
    padding: 20px;
    display: grid;
  }

  .fs-cc-prefs_option {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .fs-cc-prefs_option.has-no-border {
    border-bottom-style: none;
  }

  .fs-cc-banner_component {
    width: 88%;
    margin-bottom: 20px;
    padding: 20px;
  }

  .fs-cc-prefs_space-medium {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    display: grid;
  }

  .fs-cc-prefs_form {
    border-radius: 12px;
  }

  .fs-cc-prefs_content {
    border-radius: 12px;
    padding: 20px 20px 0;
  }

  .fs-cc-banner_text {
    margin-bottom: 0;
    margin-right: 0;
    font-size: 14px;
  }

  .div-block-3 {
    justify-content: space-between;
    align-items: center;
    width: 95%;
    font-size: .8rem;
    font-weight: 600;
  }
}

#w-node-ebf7c822-0795-55a8-d6e5-c726070551e3-0dd0e26b {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

@media screen and (max-width: 479px) {
  #w-node-c5112c9b-b14c-4b32-58ae-dd819ed7a3d1-0dd0e26b, #w-node-c5112c9b-b14c-4b32-58ae-dd819ed7a3d1-03e4362c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Sidewalk Surf';
  src: url('../fonts/SidewalkSurfRegular.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}