:root{
    --white: #fff;
    --light-green: #26D366;
    --dark-green: #0A973E;
    --deep-gray: #4E4F4F;
    --orange: #FF570F;
    --gray: #F3F3F3;
    --internal-orange: #7F200F;
    --internal-orange-100: #FFE8D5;
    --dark: #000;
}
body {
  background-color: var(--dark);
  color: #fff;
  font-family: 'Poppins';
  margin: 0;
  padding: 0;
}

.navbar {
  background: linear-gradient(to right, var(--dark), var(--dark));
}

.navbar-brand {
  font-weight: bold;
  color: #FFD700;
}

.nav-link {
  color: #fff !important;
}
.navbar-custom {
background: linear-gradient(to right, var(--dark), var(--dark));
padding: 0.75rem 1rem;
z-index: 1030;
}

.navbar-brand img {
height: 40px;
}

.navbar-nav .nav-link {
color: white !important;
font-weight: 600;
margin-right: 1rem;
}

.navbar-nav .nav-link:last-child {
margin-right: 0;
}

.nav-divider {
border-left: 1px solid var(--deep-gray);
height: 20px;
margin: 0 1rem;
}
.text-orange {
    background: linear-gradient(to right, var(--orange), #FF9655);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}
.text-golden {
    background: linear-gradient(to right, #f5e7aa, #c3aa62);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}
.text-deep-gray
{
    color: var(--deep-gray);
}
.text-internal-orange
{
    color: var(--internal-orange);
}

.bg-orange {
    background: linear-gradient(to right, var(--orange) 100%, #FF9655 100%);
}
.bg-orange-og {
    background: var(--internal-orange-100);
}
label, form p{
  color: var(--internal-orange);
  font-size: 1rem;
  font-weight: 600;
}
.form-check-label{
  font-weight: 400 !important;
}
input[type="text"], input[type="number"], input[type="email"], input[type="radio"]{
  border: 1px solid #FECDAB;
}
.bg-gray{
  background: var(--gray);
}
.text-gold {
  background: linear-gradient(
    90deg,
    #fff2bb 13%,
    #d0c092 45%,
    #998662 86%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.title_premios{
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
}

.icon_premios{
  width: 64px;
}
 .numbers{
    font-size: 6rem;
    color: var(--orange);
    line-height: 71px;
    max-width: 60px;
 }
 .pdd125{
  padding-top: 125px;
  padding-bottom: 125px;
 }
 .pddB125{
  padding-bottom: 125px;
 }
 .pdd60{
  padding-top: 60px;
  padding-bottom: 60px;
 }
  .h4{
    font-size: 2.5rem;
  }
 .h5{
    font-size: 2.063rem;
 }
  p{
    font-size: 1rem;
  }
  .p22{
    font-size: 1.375rem;
  }
  .p14{
    font-size: 0.875rem;
  }
  .p12{
    font-size: 0.75rem;
  }
  .p11{
    font-size: 0.688rem;
  }
  .p9{
    font-size: 0.563rem;
  }
  .w-80{
    width: 80%;
  }
  .w-85{
    width: 85%;
  }
  .bg_prefooter{
    position: relative; 
    background-image: url('../img/bg-qr.png');
     background-size: cover; 
     background-position: center;
  }
  .qr{
    max-width: 180px;
    border-radius: 18px;
  }

  
  .hero {
    position: relative;
    background-image: url('bg.png');
    background-size: cover;
    background-position: center;
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .cta-button {
    background-color: var(--light-green);
    color: var(--white);
    font-weight: bold;
    border-radius: 30px;
    border: 3px solid var(--light-green);
  }
  .cta-button:hover, .cta-button:focus, .cta-button:active {
    background-color: var(--light-green) !important;
    color: var(--white) !important;
    border: 3px solid var(--white) !important;
  }
  .whatsapp-icon {
    font-size: 1.2rem;
    margin-right: 8px;
  }
  
  
  .cta-button-orange {
    background-color: var(--dark);
    color: var(--white);
    font-weight: bold;
    border-radius: 30px;
    border: 3px solid var(--dark);
  }
  
  .pdd8{
    padding-top: .8rem;
  }
  
  .cta-button-orange:hover, .cta-button-orange:focus, .cta-button-orange:active {
    background-color: var(--dark) !important;
    color: var(--white) !important;
    border: 3px solid var(--white) !important;
  }
  
  .cta-button-orange-secondary {
    background-color: var(--white);
    color: var(--orange);
    font-weight: bold;
    border-radius: 30px;
    border: 3px solid var(--orange);
  }
  .cta-button-orange-secondary:hover, .cta-button-orange-secondary:focus, .cta-button-orange-secondary:active {
    background-color: var(--white) !important;
    color: var(--orange) !important;
    border: 3px solid var(--white) !important;
  }
  .lnh{
    line-height: 0;
  }
.popup-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 5rem;
}

.popup-blur {
  position: fixed;
  inset: 0;
  backdrop-filter: blur(6px);
  background-color: rgba(0, 0, 0, 0.75);
}

.popup-content {
  position: absolute;
  background: #fff;
  padding: 2rem;
  max-width: 828px;
  width: 90%;
  z-index: 2;
  animation: fadeIn 0.3s ease-in-out;
  border-radius: 1rem;
}

.popup-close, .btn-close-menu {
  cursor: pointer;
}

.accordion-button {
  color: var(--orange);
  box-shadow: none;
  border: none;
  transition: background 0.2s ease;
}
.accordion-button:focus {
  box-shadow: none;
  outline: none;
}
.accordion-button:not(.collapsed) {
  background-color: var(--internal-orange-100); /* mismo fondo en el cuerpo */
  color: var(--orange);
}

.accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23ff5722' class='bi bi-chevron-down' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
  transform: rotate(0deg);
  transition: transform 0.3s ease;
}

.accordion-button:not(.collapsed)::after {
  transform: rotate(180deg);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23ff5722' class='bi bi-chevron-down' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
}

.bg-faq {
  background-color: var(--internal-orange-100); /* mismo fondo en el cuerpo */
}
.card-hover {
  overflow: hidden;
  transition: transform 0.3s ease;
}

.card-hover .card-img-top {
  transition: transform 0.5s ease;
}

.card-hover:hover .card-img-top {
  transform: scale(1.1);
}

.card-hover .position-relative {
  overflow: hidden;
}

.card-hover .position-relative::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  opacity: 0;
  transition: opacity 0.3s ease;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

.card-hover:hover .position-relative::after {
  opacity: 1;
}

.card-hover:hover .title_premios {
  background: linear-gradient(90deg, #fff2bb 13%, #d0c092 45%, #998662 86%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  z-index: 1;
}

.card-hover:hover .card-body {
  background: linear-gradient(to left, rgba(0, 0, 0, 1) 16%, rgb(94 84 84 / 57%) 100%);
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

.card-hover:hover .card-body p {
  color: white;
}

/* Animación */
@keyframes fadeIn {
  from { opacity: 0; transform: scale(0.95); }
  to { opacity: 1; transform: scale(1); }
}

  /* Estilo para mobile full screen */
  @media (max-width: 991.98px) {
    .navbar-collapse {
      position: fixed;
      top: 0;
      left: 0;
      width: 100vw;
      height: 100vh;
      background: #000;
      padding: 2rem;
      z-index: 999;
      overflow-y: auto;
      transition: all 0.3s ease-in-out;
    }

    .navbar-collapse .nav-link {
      display: block;
      font-size: 1.5rem;
      margin-bottom: 1rem;
    }

    .navbar-toggler {
      border: none;
    }

    .navbar-toggler-icon {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba%28155, 155, 155, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
    }
  }
/* Tablets (≥576px y <768px) */
@media (max-width: 768px) {
  .numbers {
    font-size: 4rem;
    line-height: 56px;
  }
  .icon_premios{
    width: 44px;
  }
  .h4 {
    font-size: 2rem;
  }

  .h5 {
    font-size: 1.75rem;
  }

  p {
    font-size: 0.938rem;
  }

  .p22 {
    font-size: 1.125rem;
  }

  .p16 {
    font-size: 1rem;
    line-height: 20px;
  }

  .p14 {
    font-size: 0.813rem;
  }

  .p12 {
    font-size: 0.75rem;
  }

  .p11 {
    font-size: 0.688rem;
  }

  .p9 {
    font-size: 0.625rem;
  }
  .w-80, .w-85{
    width: 100%;
  }
  .hero {
    min-height: 100vh;
    padding-top: 80px;
    padding-bottom: 80px;
    background-position: center top;
  }
  .logo-text {
    display: flex;
    justify-content: center;
  }
  
  .logo-text img {
    width: 50%;
  }
  .pdd125{
    padding-top: 65px;
    padding-bottom: 65px;
   }
   .pddB125{
    padding-bottom: 65px;
   }
   .pdd60{
    padding-top: 30px;
    padding-bottom: 30px;
   }

  .text-end {
    text-align: center !important;
  }
  .bg-hero-mobile{
    background: #000000a8;
  }
}

/* Móviles (<576px) */
@media (max-width: 575.98px) {
  .numbers {
    font-size: 3rem;
    line-height: 48px;
  }

  .h4 {
    font-size: 1.625rem;
  }

  .h5 {
    font-size: 1.5rem;
  }

  p {
    font-size: 0.938rem;
  }

  .p22 {
    font-size: 1rem;
  }

  .p14 {
    font-size: 0.813rem;
  }

  .p12 {
    font-size: 0.75rem;
  }

  .p11 {
    font-size: 0.688rem;
  }

  .p9 {
    font-size: 0.625rem;
  }
  .link{
    font-size: 12px;
  }
}