:root {
    --top-bar-height: 34px;
    --main-navbar-height: 82px;
}

.top-contact-bar {
    height: var(--top-bar-height);

    color: #ffffff;
    z-index: 1040;
    display: flex;
    align-items: center;
    font-size: 0.82rem;
}

.top-contact-bar{ 
    background-color: #3b3a3a;
}

.footer-light {
  background-color: rgb(199, 188, 188);
}

.top-contact-link, .top-numero-segob {
    color: #ffffff;
    text-decoration: none;
    transition: opacity 0.2s ease;
}

.top-contact-link, .top-numero-segob {
    color: #ffffff;
    text-decoration: none;
    transition: opacity 0.2s ease;
}

.hero {

    /*padding: 145px 0 80px;
    position: relative;
    background: radial-gradient(circle at 80% 21%, rgb(249, 116, 22), transparent 90%), #f6f3a83d !important;*/
}

.img-maquina-rifa {
  /*width: 100%;*/
  /*width: 400px;*/
  width: 70%;
  height: auto;
}

.align-banner {
  text-align: left;
}

@media(max-width:828px) {
  .top-contact-link {
    display: none;
  }
}

@media(min-width:992px) and (max-width:1199px) {
  .img-maquina-rifa {
    /*width: 100%;*/
    /*width: 400px;*/
    width: 60%;
    height: auto;
  }

  .align-banner {
    text-align: center;
  }
}

@media(min-width:768px) and (max-width:991px) {
  .img-maquina-rifa {
    /*width: 100%;*/
    /*width: 400px;*/
    width: 60%;
    height: auto;
  }

  .align-banner {
    text-align: left;
  }

  #btn-conoce-bases {
    display: none;
  }
}

@media(max-width:767px) {
  .img-maquina-rifa {
    /*width: 100%;*/
    /*width: 400px;*/
    width: 180px;
    height: auto;
  }

  .align-banner {
    text-align: center;
  }

  #btn-conoce-bases {
    display: none;
  }
}

/* ==========================================
CTA LOS LITROS DE LA SUERTE
========================================== */


.cta-suerte-box {
    min-height: 365px;
    padding: 70px 78px;
    border-radius: 32px;
    background: linear-gradient(115deg,#f4510b 0%,#f86b0d 42%,#fa8a16 72%,#f9a51d 100%);
    box-shadow: 0 25px 60px rgba(234, 88, 12, 0.18);
}


/* ==========================================
   CONTENIDO
   ========================================== */
.cta-content {
    position: relative;
    z-index: 5;
}

.cta-label {
    margin-bottom: 18px;
    color: #ffffff;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 4px;
}

.cta-title {
    margin: 0;
    color: #ffffff;
    font-size: clamp(38px, 4vw, 52px);
    line-height: 1.05;
    font-weight: 900;
    letter-spacing: -1.8px;
}

.cta-description {
    margin-top: 18px;
    margin-bottom: 32px;
    color: rgba(255, 255, 255, 0.92);
    font-size: 18px;
    line-height: 1.5;
}

/* ==========================================
   BOTÓN
========================================== */
.cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 215px;
    min-height: 54px;
    padding: 12px 24px;
    color: #f4510b;
    background: #ffffff;
    border: none;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 800;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
    transition: transform .2s ease, box-shadow .2s ease,background .2s ease;
}

.cta-button:hover {
    color: #ea580c;
    background: #fffaf5;
    transform: translateY(-2px);
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.16);
}

/* ==========================================
   CÍRCULOS DECORATIVOS
========================================== */
.cta-circle {
    position: absolute;
    border: 1px solid rgba(255, 255, 255, 0.20);
    border-radius: 50%;
    pointer-events: none;
}

.cta-circle-1 {
    width: 430px;
    height: 430px;  
    right: -145px;
    top: -155px;
}

.cta-circle-2 {
    width: 330px;
    height: 330px;
    right: -95px;
    top: -105px;
}

.cta-circle-3 {
    width: 230px;
    height: 230px;
    right: -45px;
    top: -55px;
}


/* ==========================================
   ELEMENTOS DECORATIVOS
========================================== */

.cta-decoration {
    position: relative;
    height: 250px;
    z-index: 3;
}

.clover {
    position: absolute;
    right: 225px;
    bottom: 35px;
    font-size: 62px;
    transform: rotate(-8deg);
    filter: drop-shadow(0 8px 8px rgba(0, 0, 0, .12));
}

.spark {
    position: absolute;
    right: 145px;
    bottom: 65px;
    color: #673b22;
    font-size: 58px;
    transform: rotate(15deg);
}

.coin {
    position: absolute;
    right: 55px;
    bottom: 40px;
    font-size: 72px;
    transform: rotate(-12deg);
    filter:  drop-shadow(0 10px 10px rgba(0, 0, 0, .18));
}


/* ==========================================
   TABLET
========================================== */

@media (max-width: 1199.98px) {
    .cta-suerte-box {
        padding: 60px;
    }

    .clover {
        right: 175px;
    }

    .spark {
        right: 105px;
    }

    .coin {
        right: 25px;
    }
}


/* ==========================================
   MOBILE
========================================== */

@media (max-width: 991.98px) {
    .cta-suerte-box {
        min-height: auto;
        padding: 50px 40px;
    }

    .cta-decoration {
        display: none;
    }

    .cta-title {
        font-size: 42px;
    }
}

@media (max-width: 575.98px) {
    .cta-suerte {
        padding: 20px 0 !important;
    }

    .cta-suerte-box {
        padding: 40px 25px;
        border-radius: 24px;
    }

    .cta-label {
        font-size: 11px;
        letter-spacing: 3px;
    }

    .cta-title {
        font-size: 36px;
    }

    .cta-description {
        font-size: 16px;
    }

    .cta-button {
        width: 100%;
    }

    .cta-circle-1 {
        width: 300px;
        height: 300px;
        right: -150px;
        top: -100px;
    }

    .cta-circle-2 {
        width: 230px;
        height: 230px;
        right: -110px;
        top: -65px;
    }

    .cta-circle-3 {
        width: 160px;
        height: 160px;

        right: -70px;
        top: -30px;
    }
}
.promo-countdown {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 35px;
    padding: 35px 20px;
    background: #fff7ec;
    /* border-top: 4px solid #00162e; */
    flex-wrap: wrap;
}


.promo-info {
    display: flex;
    align-items: center;
    gap: 20px;
  }

  .icon-clock {
    font-size: 90px;
    color: #ff7900;
  }

  .promo-text h2 {
    margin: 0;
    font-size: 28px;
    font-weight: 900;
  }

  .promo-text p {
    margin: 8px 0 0;
    font-size: 22px;
  }

  .countdown {
    display: flex;
    align-items: center;
    gap: 14px;
  }

  .time-box {
    width: 125px;
    height: 125px;
    border: 2px solid #ffb66c;
    border-radius: 16px;
    background: #fff7ec;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 10px rgba(255, 121, 0, 0.08);
  }

  .time-box span {
    font-size: 52px;
    font-weight: 900;
    color: #ff7900;
    line-height: 1;
  }

  .time-box small {
    margin-top: 18px;
    font-size: 16px;
    font-weight: 800;
    color: #07172d;
  }

  .separator {
    font-size: 48px;
    font-weight: bold;
    color: #ff7900;
  }
  @media (min-width: 900px) and (max-width:1399px) {
    .action-title {
      font-size: 1.25rem;
    }

    #section-como-participar .fs-5 {
      font-size: 0.95rem !important;
    }

    #contenedor-premios h3 {
      font-size: 1.3rem !important;
    }

    #contenedor-premios .p-4 {
      padding: 0;
    }

    #contenedor-premios .fs-1 {
      font-size: 1.3rem !important;
    }

    .img-static {
      width: 210px;
      height: auto;
    }
  }

  @media (min-width:768px) and (max-width:899px) {
    .action-title {
      font-size: 1rem;
    }

    #section-como-participar .fs-5 {
      font-size: 0.75rem !important;
    }

    .img-static {
      width: 190px;
      height: auto;
    }

    #contenedor-premios .fs-1 {
      font-size: 1.5rem !important;
    }
  }

  @media (max-width: 768px) {
    .promo-countdown {
      gap: 25px;
    }

    .promo-info {
      flex-direction: column;
      text-align: center;
    }

    .countdown {
      flex-wrap: wrap;
      justify-content: center;
    }

    .separator {
      display: none;
    }

    .time-box {
      width: 110px;
      height: 110px;
    }

    .time-box span {
      font-size: 42px;
    }

    .action-title {
      font-size: 1.2rem;
    }

    #section-como-participar .fs-5 {
      font-size: 0.85rem !important;
    }

    .img-static {
      width: 240px;
      height: auto;
    }
  }