:root {
  /*--primary-blue: #002f6c;*/
  --primary-blue: #000;
  --accent-orange: #ffa700;
  --light-bg: #ffffff;
  --font-title: 'Titillium Web', sans-serif;
  --font-body: 'Roboto', sans-serif;
  --card-bg: #1e003c;
  --progress-bg: #390e71;
}

body {
  font-family: var(--font-body);
  background-color: var(--light-bg);
  margin: 0;
  padding: 0;
  color: #000;
}

/*style header*/
.navbar-header {
  flex-direction: row !important;
}

.nav-btn {
  color: white;
  background: transparent;
  border-radius: 12px;
  padding: 0.5rem 1rem;
  text-decoration: none;
  transition: all 0.3s ease;
  font-weight: 500;
  position: relative;
  display: inline-block;
}

.nav-btn:hover {
  transform: translateY(-4px);
  /*background: linear-gradient(135deg, #3a2aff, #7f3dff);*/
  background: var(--accent-orange);
  color: black;
  box-shadow: 0 4px 12px rgba(122, 101, 255, 0.3);
}

.nav-btn.active {
  background: var(--accent-orange);
  color: black;
}

.login-btn {
  background: var(--accent-orange);
  color: black !important;
  font-weight: bold;
  margin-left: auto;
}




header {
  background-color: var(--primary-blue);
  /* padding: 1rem 2rem; */
  color: white;
}

header .navbar-brand {
  font-family: var(--font-title);
  font-size: 1.8rem;
}

.hero {
  background-color: var(--primary-blue);
  color: white;
  padding: 4rem 1rem;
}

.hero h1 {
  font-size: 4.5rem;
  font-family: var(--font-title);
  font-weight: 700;
}

.hero-img {
  max-width: 100%;
  height: auto;
}

.btn-orange {
  background-color: var(--accent-orange);
  color: #000;
  font-weight: 700;
  border: none;
  padding: 0.75rem 1.5rem;
  margin-top: 1rem;
}

.sorteos-section {
  padding: 3rem 1rem;
  text-align: center;
  background-color: var(--primary-blue);
}

.sorteos-section h2 {
  font-family: var(--font-title);
  color: var(--light-bg);
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 2rem;
}

.card-sorteo {
  background-color: var(--light-bg);
  color: var(--card-bg);
  border: 1px solid #4a1d8c;
  border-radius: 15px;
  padding: 1.5rem;
  margin-bottom: 2rem;
  text-align: left;
  position: relative;
  margin-right: 10px;
}

.card-sorteo h5 {
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
}

.badge-time {
  background-color: var(--accent-orange);
  color: black;
  padding: 0.3rem 0.8rem;
  font-size: 0.8rem;
  position: absolute;
  top: 15px;
  left: 15px;
  border-radius: 6px;
}

.progress-container {
  background-color: var(--primary-blue);
  border-radius: 4px;
  height: 8px;
  overflow: hidden;
  margin: 1rem 0;
}

.progress-bar {
  background-color: var(--accent-orange);
  width: 47%;
  height: 100%;
}

.price {
  color: var(--primary-blue);
  font-size: 1.5rem;
  font-weight: bold;
}

.btn-round {
  background-color: var(--accent-orange);
  border-radius: 50%;
  color: white;
  font-weight: bold;
  width: 45px;
  height: 45px;
  font-size: 1.5rem;
  border: none;
}

.how-card {
  background-color: var(--light-bg);
  color: var(--card-bg);
  border: 1px solid #4a1d8c;
  border-radius: 15px;
  padding: 1.5rem;
  min-width: 250px;
  max-width: 300px;
  flex: 1;
  position: relative;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease-in-out;
}

.how-card:hover {
  transform: translateY(-5px);
}

.badge-step {
  background-color: var(--accent-orange);
  color: black;
  font-weight: bold;
  font-size: 1rem;
  padding: 0.4rem 0.8rem;
  border-radius: 20px;
  display: inline-block;
  margin-bottom: 1rem;
}

.how-section {
  background-color: var(--primary-blue);
  color: var(--card-bg) !important;
  padding: 3rem 1rem;
  text-align: center;
}

.how-section h2 {
  font-family: var(--font-title);
  color: var(--light-bg);
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 2rem;
}

.step {
  margin-bottom: 2rem;
}

/* footer {
  background-color: #1c1c1c;
  color: white;
  padding: 2rem 1rem;
  text-align: center;
} */

.img-sorteo-fija {
  width: 220px;
  /* Ajusta el tamaño según tu diseño */
  height: 220px;
  object-fit: cover;
  border-radius: 10px;
  /* Opcional: bordes redondeados */
  display: block;
  margin: 0 auto;
}

.footer-custom {
  background-color: #000;
  font-family: var(--font-body);
}

.footer-custom a:hover {
  text-decoration: underline;
  color: var(--accent-orange);
}

.footer-custom h5 {
  font-family: var(--font-title);
}

.custom-navbar {
  background-color: #0d0d0d;
  padding: 1rem 2rem;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.brand-text {
  font-weight: bold;
  color: #FDBD1F;
  font-size: 1.3rem;
  text-transform: lowercase;
  font-family: 'Titillium Web', sans-serif;
}

.navbar-nav .nav-link {
  color: #ffffff !important;
  font-weight: 500;
  font-size: 1rem;
  transition: color 0.2s ease;
}

.navbar-nav .nav-link:hover {
  color: #FDBD1F !important;
}

.login-btn {
  background-color: #FDBD1F;
  color: #000 !important;
  padding: 0.5rem 1rem;
  border-radius: 999px;
  font-weight: bold;
  transition: all 0.3s ease;
}

.login-btn:hover {
  background-color: #FF9800;
  box-shadow: 0 0 8px rgba(255, 152, 0, 0.6);
}
.faq-section {
  background-color: #000;
  color: white;
}

.faq-card {
  background-color: #111111;
  border: 1px solid #2a2a2a;
  border-radius: 12px;
  padding: 1rem 1.25rem;
  transition: all 0.3s ease;
}

.faq-toggle {
  background: none;
  border: none;
  color: #FDBD1F;
  font-weight: 600;
  font-size: 1rem;
  text-align: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  cursor: pointer;
}

.faq-toggle:hover {
  color: #FF9800;
}

.faq-card p {
  color: #ccc;
  font-size: 0.95rem;
  margin-top: 0.5rem;
}

@media (max-width: 768px) {
  header {
    flex-direction: column;
    text-align: center;
  }

  .navbar-nav {
    flex-direction: column !important;
    gap: 0.5rem;
    margin-top: 1rem;
  }

  .hero h1 {
    font-size: 2.5rem;
  }

  .sorteos-section .container {
    flex-direction: column !important;
    align-items: center;
  }

  .card-sorteo {
    width: 100%;
    max-width: 350px;
  }

  .how-section .container {
    flex-direction: column !important;
    align-items: center;
  }

  .how-card {
    max-width: 100%;
  }

  footer .row {
    text-align: center;
  }

  footer .col-md-4,
  footer .col-md-2,
  footer .col-md-3 {
    margin-bottom: 1rem;
  }

  footer .row.align-items-center {
    flex-direction: column;
    gap: 1rem;
  }
}