:root {
  --rojo: #dd161b;
  --rojo2: #e63618;
  --verde: #046241;
  --verde2: #00833e;
  --negro: #000;
  --blanco: #fff;
}

/* ==================== Fonts =============*/
@font-face {
  font-family: 'TCCC-Unity';
  src: url('font/TCCC-UnityCondensed-Medium.TTF') format('truetype');
  font-weight: 400;
}

@font-face {
  font-family: 'TCCC-Unity';
  src: url('font/TCCC-UnityCondensed-Bold.ttf') format('truetype');
  font-weight: 700;
}

@font-face {
  font-family: 'TCCC-Unity';
  src: url('font/TCCC-UnityHeadline-Black.ttf') format('truetype');
  font-weight: 900;
}

@font-face {
  font-family: 'BetterWhit';
  src: url('font/BetterWith-Narrow.ttf') format('truetype');
  font-weight: 400;
}

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

/* ================= BASE ================= */
body {
  font-family: 'TCCC-Unity', Arial, sans-serif;
  color: #fff;
  overflow-x: hidden;

  background: url('img/Fondo.png') no-repeat top center;
  background-size: cover;
}

/* ================= HERO ================= */
.hero {
  min-height: 60vh;
  display: flex;
  align-items: center;
  padding: 0 5%;
}

.hero-container {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 5px;
}

/* VASOS */
.hero-left {
  width: 45%;
  display: flex;
  justify-content: center;
  overflow: visible;
  margin-top: 55px;
}

.vaso {
  width: 370px;
  transform: translateY(20px);
}

/* TEXTO */
.hero-right {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 60px;
}

.hero-text {
  margin-top: 10px;
  /*margin-left: 80px;*/
}

.logos {
  width: 200px;
  margin-bottom: 20px;
  margin-top: -70px;
}

.hero-right h1 {
  font-size: 50px;
  line-height: 1.1;
  font-weight: 400;
}

.hero-right h1 span {
  display: block;
  font-size: 78px;
  font-weight: 400;
  font-family: 'BetterWhit', Arial, sans-serif;
  line-height: 0.95;
}

.hero-right p {
  margin-top: 10px;
  font-size: 25px;
  line-height: 1.2;
}

/* BOTON WHATSAPP */
.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 55px;
  margin-top: 25px;
  background: url('img/boton-wp.png') no-repeat center;
  background-size: contain;
  border-radius: 4px;
  color: #fff;
  text-decoration: none;
  font-size: 24px;
  font-family: 'TCCC-Unity', Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 0.5px;
}

/* ================= TITULOS ================= */
h2 {
  text-align: center;
  font-size: 52px;
  margin-bottom: 40px;
  color:#000;
  font-family: 'BetterWhit', Arial, sans-serif;
  font-weight: 400;
}

/* ================= STEPS ================= */
.steps {
  padding: 60px 5%;
}

.steps-container {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.step {
  width: 380px;
  padding-top: 75px;
  position: relative;
  text-align: center;
}

.step h3 {
  position: absolute;
  top: 0;
  width: 100%;
  font-size: 36px;
  font-family: 'BetterWhit', Arial, sans-serif;
  font-weight: 100;
  padding-top: 5px;
}

/* ENCABEZADOS */
.steps-container .step:nth-child(1)::before,
.steps-container .step:nth-child(2)::before,
.steps-container .step:nth-child(3)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 55px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}

.steps-container .step:nth-child(1)::before {
  background-image: url('img/encabezado-1.png');
}

.steps-container .step:nth-child(2)::before {
  background-image: url('img/encabezado-central.png');
}

.steps-container .step:nth-child(3)::before {
  background-image: url('img/encabezados.png');
}

.step p {
  max-width: 340px;
  margin-top: 15px;
  font-size: 26px;
  line-height: 1.4;
  text-align: center;
}

.step a{
  color: #fff;
}

/* ================= FAQ ================= */
.faq {
  padding: 80px 5%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.faq h2 {
  margin-top: 20px;
}

.faq-container {
  display: flex;
  justify-content: center;
  gap: 30px;
}

.card {
  width: 380px;
  padding: 25px;
  border-radius: 15px;
  /*border: 2px solid rgba(0, 0, 0, 0.8);*/
  background: rgb(255, 255, 255);
}

.card h3 {
  font-size: 32px;
  margin-bottom: 10px;
  text-align: center;
  color:#000;
}

.card p {
  font-size: 22px;
  line-height: 1.5;
  text-align: center;
  margin-top: 20px;
  color:#000;
}

.card a{
  color:#000;
}

.logo-inline {
  height: 26px;          
  width: auto;
  vertical-align: middle;
  margin: 0 6px;
  display: inline-block;
}

.combo-img {
  width: 50%;
  margin-top: 20px;
  
}

.faq-nota {
  text-align: center;
  font-size: 16px;
  margin-top: 25px;
  margin-bottom: 25px;
  color: #fff;
  opacity: 0.85;
}

/* ================= QR ================= */
.qr {
  text-align: center;
  padding: 10px 20px;
}

.qr h3 {
  font-size: 32px;
  margin-bottom: 25px;
  font-weight: 100;
}

.qr img {
  width: 250px;
  margin: 20px auto;
}

/* ================= FOOTER ================= */
.footer {
  text-align: center;
  padding: 40px 20px 0;
}

/* LOGOS */
.logos-footer {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 20px;
}

.logos-footer img {
  height: 38px;
  margin: 0 15px;
}

.logos-footer .albola {
  height: 40px;
}

.logos-footer .arena {
  height: 40px;
}

.exclusivo-en {
  width: 100%;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
  margin: 20px auto;
  max-width: 1100px;
}

/* TEXTO LEGAL */
.legal-text {
  text-align: left;
  font-size: 13px;
  line-height: 1.4;
  max-width: 500px;
  margin: 0;
  margin-bottom: 20px;
}

/* BOTONES FOOTER */
.legal {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 25px;
  margin-top: 25px;
}

.legal a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 260px;
  height: 55px;
  background: url('img/boton.png') no-repeat center;
  background-size: contain;
  color: #fff;
  font-size: 24px;
  text-decoration: none;
}

/* LINEA FINAL */
.footer-line {
  width: 108%;
  margin-top: 30px;
  display: block;
  height: 60px;
  margin: 0 !important;
  padding: 0 !important;
  margin-left: -40px !important;
}

/* ================= GANADORES ================= */
.ganadores {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 5%;
}

.ganadores-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.logos-ganadores {
  width: 200px;
  margin-bottom: 20px;
}

.ganadores-titulo {
  font-family: 'BetterWhit', Arial, sans-serif;
  font-size: 80px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  line-height: 1;
}

.ganadores-proximamente {
  font-family: 'TCCC-Unity', Arial, sans-serif;
  font-size: 32px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  opacity: 0.85;
}

/* ================= RESPONSIVE ================= */
@media (max-width: 900px) {

  .hero-container {
    flex-direction: column;
    text-align: center;
  }

  .hero-left {
    width: 100%;
    margin-bottom: 20px;
  }

  .hero-text{
    align-items: center !important;
    margin-left: 0 !important;
  }

  .vaso {
    width: 250px;
    transform: translateY(0);
  }
  .logos{
    align-items: center !important;
  }

  .hero-right {
    width: 100%;
    align-items: center;
  }

  .hero-right h1 span {
    font-size: 48px;
  }

  .steps-container,
  .faq-container {
    flex-direction: column;
    align-items: center;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }

  .logos-footer {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 10px;
  }

  .logos-footer img {
    height: 28px;
    margin: 0;
  }

  .exclusivo-en {
    width: 100%;
    text-align: center;
    font-size: 16px;
  }

  .legal-text {
    text-align: left;
    font-size: 11px;
  }

  .footer-line {
    width: 100vw;
    height: 40px;
    margin-left: -5vw !important;
  }
}