.main-header {
  position: relative;
}

.main-header .contenido-texto {
  display: flex;
  flex-direction: column;
  font-family: 'IberPangea-Bold';
  align-items: flex-start;
  padding: 110px 16px 32px;
  position: relative;
  margin-bottom: -32px;
}

.main-header .contenido-texto .contenedor-imagen {
  width: 100%;
  height: 270px;
  border-radius: 16px;
  background-position: center 60%;
  background-size: cover;
  background-repeat: no-repeat;
}

.contenido__h1 {
  font-family: "IberPangea-SmBold" !important;
  font-size: var(--size-font-125);
  font-weight: inherit;
  line-height: var(--size-font-line-height-m);
  font-style: var(--font-style-normal);
  margin-top: 0px;
  margin-bottom: 10px;
  padding-bottom: 0;
}

/* MÓVIL (360px - base) */
html[lang="es-ES"] .main-header .contenido-texto .contenedor-imagen {
  background-image: url("/documents/20122/30933952/sorteo_cine_360.webp");
}

html[lang="en-US"] .main-header .contenido-texto .contenedor-imagen {
  background-image: url("/documents/20122/30933952/sorteo_cine_360_en.jpg");
}

html[lang="eu-ES"] .main-header .contenido-texto .contenedor-imagen {
  background-image: url("/documents/20122/30933952/sorteo_cine_360_eu.jpg");
}

html[lang="ca-ES"] .main-header .contenido-texto .contenedor-imagen {
  background-image: url("/documents/20122/30933952/sorteo_cine_360_ca.jpg");
}

.main-header .contenedor-boton {
  margin: 24px auto 32px;
}

.main-header .titulo,
.main-header .subtitulo {
  color: #2C2C2C;
  text-align: left;
  margin-top: 0;
}

.main-header .titulo {
  font-family: 'IberPangea-SmBold';
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
  margin-bottom: 16px;
  padding-bottom: 0;
  margin-top: 80px;
}

.main-header .subtitulo {
  font-family: 'IberPangea-Regular';
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 32px;
}

.main-header .lista {
  padding-left: 0;
  list-style: none;
  margin: 32px 0 0;
}

.main-header .item-lista {
  margin-bottom: 16px;
  position: relative;
  padding-left: 30px;
}

.main-header .item-lista:before {
  content: "";
  display: block;
  height: 24px;
  width: 24px;
  position: absolute;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M18.2573 8.94413L10.2263 17.0176L5.84668 12.6485L7.08262 11.4096L10.2215 14.5409L17.0166 7.70996L18.2573 8.94413Z" fill="%2300A443"/></svg>');
  left: 0;
  top: -3px;
}

.main-header .texto-item-lista {
  font-family: 'IberPangeaText-SmBold';
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  margin-bottom: 0;
  color: #2C2C2C;
}

.main-header .contenido-texto .btn.contratalo {
  text-transform: none;
  color: #ffffff;
  font-size: 19px;
  margin: 0;
  background-color: #2F6852;
  border-color: #2F6852;
  width: 264px;
  height: 56px;
  margin-right: auto;
  margin-left: auto;
}

.main-header .contenido-texto .btn.contratalo:active,
.main-header .contenido-texto .btn.contratalo:hover,
.main-header .contenido-texto .btn.contratalo:focus {
  background: #2f6852ab !important;
  border: 1px solid #2f6852ab !important;
}

.main-header .wrapper-ctc {
  display: none;
}

.main-header #banner-descuento {
  width: 100%;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #007ACB;
  position: absolute;
  max-width: 1920px;
  top: 50px;
  color: #FFFFFF;
}

.main-header #banner-descuento.sticked {
  z-index: 10;
}

.main-header #banner-descuento>.contenido {
  display: flex;
  align-items: center;
  height: 34px;
  width: 100%;
  justify-content: center;
  padding: 0 16px;
}

.main-header #banner-descuento .contenido .sticky {
  font-family: 'IberPangeaText-Regular';
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  color: #FFFFFF;
}

.main-header #banner-descuento .contenido .sticky .descuento {
  font-family: 'IberPangeaText-Regular';
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  color: #FFFFFF;
}

.ibd-main-button {
  display: inline-flex;
  padding: var(--border-radius-none, 0px) var(--space-40, 20px);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: var(--border-radius-none, 0px);
  flex: none;
  align-self: stretch;
  min-height: 56px;
  height: auto;
  min-width: 200px;
  max-width: 328px;
  flex-shrink: 0;
  font-family: 'IberPangeaText-Regular';
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  border-radius: 80px;
  border: none;
  text-decoration: none;
  text-align: center;
  white-space: unset;
  cursor: pointer;
  z-index: unset;
}

.ibd-main-button-primary-positive {
  background-color: #2F6852;
  color: #FFFAF6;
}

.ibd-main-button-primary-positive:hover {
  background-color: #00402A;
  color: #FFFAF6;
}

.ibd-main-button-primary-positive:active {
  background-color: #00402A;
  color: #FFFAF6;
  border: 2px solid #5BD38C;
}

.ibd-main-button-primary-positive:focus {
  background-color: #2F6852;
  color: #FFFAF6;
  outline: 4px solid #3CC2FF;
}

/* TABLET PEQUEÑA (576px+) */
@media (min-width: 576px) {
  .main-header .contenido-texto {
    padding: 110px 40px 32px;
  }
  .main-header .contenido-texto .contenedor-imagen {
    background-position: center 70%;
    background-size: 100% auto;
  }
  html[lang="es-ES"] .main-header .contenido-texto .contenedor-imagen {
    background-image: url("/documents/20122/30933952/sorteo_cine_576.webp");
  }
  html[lang="en-US"] .main-header .contenido-texto .contenedor-imagen {
    background-image: url("/documents/20122/30933952/sorteo_cine_576_en.jpg");
  }
  html[lang="eu-ES"] .main-header .contenido-texto .contenedor-imagen {
    background-image: url("/documents/20122/30933952/sorteo_cine_576_eu.jpg");
  }
  html[lang="ca-ES"] .main-header .contenido-texto .contenedor-imagen {
    background-image: url("/documents/20122/30933952/sorteo_cine_576_ca.jpg");
  }
}

/* TABLET (768px+) */
@media (min-width: 768px) {
  .main-header #banner-descuento {
    position: relative;
    top: 0px;
  }
  .main-header .contenido-texto {
    padding: 40px 40px 32px;
  }
  .main-header .contenido-texto .contenedor-imagen {
    background-position: center 70%;
    background-size: 100% auto;
  }
  html[lang="es-ES"] .main-header .contenido-texto .contenedor-imagen {
    background-image: url("/documents/20122/30933952/sorteo_cine_768.webp");
  }
  html[lang="en-US"] .main-header .contenido-texto .contenedor-imagen {
    background-image: url("/documents/20122/30933952/sorteo_cine_768_en.jpg");
  }
  html[lang="eu-ES"] .main-header .contenido-texto .contenedor-imagen {
    background-image: url("/documents/20122/30933952/sorteo_cine_768_eu.jpg");
  }
  html[lang="ca-ES"] .main-header .contenido-texto .contenedor-imagen {
    background-image: url("/documents/20122/30933952/sorteo_cine_768_ca.jpg");
  }
}

/* DESKTOP (992px+) */
@media (min-width: 992px) {
  .main-header {
    height: 580px;
    margin-bottom: -20px;
  }
  .main-header #banner-descuento.sticked {
    transition: top 0.25s ease-out;
  }
  .main-header .contenido-texto {
    padding: 0;
    width: 100%;
    padding: 40px calc(50% + 21px) 40px 8%;
    height: 520px;
    justify-content: center;
    max-width: 1470px;
    margin: 0 auto;
  }
  .main-header .lista {
    margin: 0;
  }
  .main-header .contenedor-imagen {
    display: none;
  }
  .main-header .titulo {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 24px;
    width: 371px;
  }
  .main-header .subtitulo {
    margin-bottom: 24px;
    width: 371px;
  }
  .main-header .contenedor-boton {
    margin-left: 0;
  }
  .main-header .contenido-texto::before {
    content: "";
    position: absolute;
    left: calc(50%);
    width: 413px;
    height: 450px;
    border-radius: 16px;
    background-position: 54% center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 30px;
  }
  html[lang="es-ES"] .main-header .contenido-texto::before {
    background-image: url("/documents/20122/30933952/sorteo_cine_992.webp");
  }
  html[lang="en-US"] .main-header .contenido-texto::before {
    background-image: url("/documents/20122/30933952/sorteo_cine_992_en.jpg");
  }
  html[lang="eu-ES"] .main-header .contenido-texto::before {
    background-image: url("/documents/20122/30933952/sorteo_cine_992_eu.jpg");
  }
  html[lang="ca-ES"] .main-header .contenido-texto::before {
    background-image: url("/documents/20122/30933952/sorteo_cine_992_ca.jpg");
  }
  .main-header #banner-descuento .contenido .sticky {
    font-size: 16px;
    line-height: 24px;
  }
  .main-header #banner-descuento .contenido .sticky .descuento {
    font-size: 16px;
    line-height: 22px;
  }
  .main-header .texto-item-lista {
    width: 328px;
  }
}

/* DESKTOP GRANDE (1200px+) */
@media (min-width: 1200px) {
  .main-header .contenido-texto {
    padding: 40px 690px 40px 8%;
  }
  .main-header .contenido-texto::before {
    left: calc(50% - 5px);
    width: 500px;
    margin-top: 0px;
  }
  html[lang="es-ES"] .main-header .contenido-texto::before {
    background-image: url("/documents/20122/30933952/sorteo_cine_1200.webp");
  }
  html[lang="en-US"] .main-header .contenido-texto::before {
    background-image: url("/documents/20122/30933952/sorteo_cine_1200_en.jpg");
  }
  html[lang="eu-ES"] .main-header .contenido-texto::before {
    background-image: url("/documents/20122/30933952/sorteo_cine_1200_eu.jpg");
  }
  html[lang="ca-ES"] .main-header .contenido-texto::before {
    background-image: url("/documents/20122/30933952/sorteo_cine_1200_ca.jpg");
  }
  .main-header .titulo,
  .main-header .subtitulo {
    width: 450px;
    margin-top: 0px;
  }
  .main-header .texto-item-lista {
    width: 414px;
  }
}

/* DESKTOP XL (1400px+) */
@media (min-width: 1400px) {
  .main-header .contenido-texto {
    padding: 40px 748px 40px 8%;
  }
}

/* FULL HD (1920px+) */
@media (min-width: 1920px) {
  .main-header .contenido-texto {
    padding: 40px 765px 40px 104px;
  }
  .main-header .contenido-texto::before {
    left: calc(50% - 0px);
    width: 640px;
  }
  html[lang="es-ES"] .main-header .contenido-texto::before {
    background-image: url("/documents/20122/30933952/sorteo_cine_1920.webp");
  }
  html[lang="en-US"] .main-header .contenido-texto::before {
    background-image: url("/documents/20122/30933952/sorteo_cine_1920_en.jpg");
  }
  html[lang="eu-ES"] .main-header .contenido-texto::before {
    background-image: url("/documents/20122/30933952/sorteo_cine_1920_eu.jpg");
  }
  html[lang="ca-ES"] .main-header .contenido-texto::before {
    background-image: url("/documents/20122/30933952/sorteo_cine_1920_ca.jpg");
  }
  .main-header .titulo,
  .main-header .subtitulo {
    width: 560px;
  }
  .main-header .texto-item-lista {
    width: 528px;
  }
}
