
.father {
    display: flex;
    gap: 20px;
    /* width: 630px; */
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    /* border: 3px solid green; */
}

.cardReward {
    /* height: 300px; 250px */
    height: 290px !important;
    width: 300px;
    /* background-color: rgb(0, 8, 46); */
    background-color: #10141C;
    border-radius: 2%;
    border: 1px solid #007BFF; /*rgba(10, 8, 18, 0.95); & #8a2be2*/
    box-shadow: 0px 0px 17px rgba(0, 123, 255, 0.4);
}

.cardReward2 {
    display: flex;
}

.barrita {
    border: 2px solid #00A2FF;
}

.rewardT {
   text-align: center;
   /* color: white; */
}

.rojoContainer {
    background-color: #0e274b; /*001b5a*/
    margin-top: 0;
    color: white;
    border-radius: 3%;
    text-align: center !important;
}

.textoPremios {
    color: white;
    text-align: center;
}


/****************** */
 .floating-buttons {
  position: fixed;
  right: 16px;
  bottom: calc(18px + env(safe-area-inset-bottom));
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 9999;
}

.floating-buttons .btn {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 12px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(0, 0, 0, .25);
  transition: transform .15s ease, box-shadow .15s ease, opacity .15s;
  will-change: transform;
}

.floating-buttons .btn img {
  width: 22px;
  height: 22px;
  display: block;
  /* filter: brightness(0) invert(1); */
}

.floating-buttons .btn.discord {
  background: #5865F2;
}

.floating-buttons .btn.commerce {
  background: #1e6bbe;
}

.floating-buttons .btn.whatsapp {
  background: #079300;
}

/******************* */

.btn-azul {
            background-color: #007BFF; /* Color azul principal */
            color: white; /* Color del texto */
            padding: 12px 24px; /* Espaciado interno (alto y ancho) */
            font-size: 15px; /* Tamaño de la letra */
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; /* Tipografía */
            font-weight: bold;
            border: none; /* Quita el borde por defecto */
            border-radius: 30px; /* Bordes redondeados */
            cursor: pointer; /* Cambia el cursor a una mano */
            transition: background-color 0.3s ease, transform 0.2s ease; /* Transición suave */
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Sombra ligera */
        }

        /* Efecto cuando pasas el cursor por encima */
        .btn-azul:hover {
            background-color: #0056b3; /* Azul más oscuro */
            transform: translateY(-2px); /* Eleva el botón ligeramente */
        }

        /* Efecto cuando haces clic */
        .btn-azul:active {
            transform: translateY(0); /* Vuelve a su posición original */
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Reduce la sombra */
        }

 .sticky-container {
    position: fixed;
    top: 38%;
    left: 0;
    z-index: 999999;
  }

  .sticky-bars {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .sticky-bars li {
    width: 48px;
    height: 48px;
    margin-bottom: 6px;
    overflow: hidden;
    border-radius: 0 8px 8px 0;
    transform-origin: left center;
    transition: width .45s ease, transform .45s ease, box-shadow .45s ease;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .35);
  }

  .sticky-bars li:hover {
    width: 207px;
    transform: scale(1.04);
    box-shadow: 0 5px 16px rgba(0, 0, 0, .45);
  }

  .sticky-bars a {
    width: 207px;
    height: 48px;
    display: block;
    position: relative;
    box-sizing: border-box;
    color: #ffffff !important;
    text-decoration: none !important;
    font-weight: bold;
    font-size: 14px;
  }

  .icon-btn {
    position: absolute;
    top: 0;
    left: 0;
    width: 48px;
    height: 48px;
    min-width: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    transition: left .45s ease, transform .45s ease;
  }

  .sticky-bars li:hover .icon-btn {
    left: 159px;
    transform: scale(1.08);
  }

  .text-btn {
    position: absolute;
    top: 0;
    left: 14px;
    right: 52px;
    height: 48px;
    display: flex;
    align-items: center;
    white-space: nowrap;
    opacity: 0;
    transform: translateX(-8px);
    transition: opacity .30s ease, transform .45s ease;
  }

  .sticky-bars li:hover .text-btn {
    opacity: 1;
    transform: translateX(0);
  }

  .bar-discord a { background: #5865f2; }
  .bar-whatsapp a { background: #25d366; }
  .bar-guides a { background: #1c3986; }


  /*** BARRA DEL FOOOTER */
.cinta-track-bottom {
    display: flex;
    white-space: nowrap;
    animation: scroll-bottom 30seg linear infinite;
    pointer-events: auto;
}

/** CODIGO CSS DEL MODAL */
/* Fondo oscuro que cubre toda la pantalla */
.custom-modal-overlay {
    display: none; /* Oculto por defecto */
    position: fixed;
    z-index: 999999; /* Subido un dígito más por si acaso */
    left: 0;
    top: 0; /* Corregido de 100 a 0 para que cubra toda la pantalla */
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.85); /* Fondo negro semitransparente */
    backdrop-filter: blur(5px); /* Efecto difuminado moderno */
    
    /* Activamos Flexbox para controlar la posición de la caja */
    display: none; /* Nota: Tu JS cambiará esto a 'flex' para mostrarlo, o puedes manejarlo con clases */
    justify-content: center;
    align-items: flex-start; /* Hace que el modal se alinee arriba */
    padding-top: 5vh; /* Controla qué tan arriba lo quieres (5% de la altura de la pantalla) */
}

/* La caja del Modal */
.custom-modal-box {
    position: relative;
    background-color: #1a1a1a; /* Fondo oscuro tipo MU */
    margin: 0 auto; /* Eliminamos el 15% de margen que lo empujaba hacia abajo */
    padding: 25px;
    border: 2px solid #0099ff; 
    width: 90%; /* Ajustado un poco para mejor respuesta en móviles */
    max-width: 600px; 
    border-radius: 8px;
    box-shadow: 0px 0px 25px rgba(0, 153, 255, 0.4); /* Cambiado a azul para combinar con tu borde */
    text-align: center;
    color: #fff;
    animation: fadeInModal 0.4s ease-out;
}




/** ESTILOS DEL COUNTDOWN DE LA HERO SECTION **/
.we-countdown-wrap {
    margin-top: 30px;
    display: inline-block;
    width: 100%;
    max-width: 500px;
    animation: fadeInModal 0.6s ease-out;
}

.we-countdown-boxes {
    display: flex;
    justify-content: center;
    gap: 12px;
}

.we-countdown-box {
    background-color: rgba(16, 20, 28, 0.85); /* Coherente con tus cards */
    border: 1px solid #007BFF; /* Tu azul característico */
    box-shadow: 0px 0px 15px rgba(0, 123, 255, 0.35);
    border-radius: 6px;
    padding: 10px 0;
    width: 75px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.we-countdown-box span {
    font-family: 'Orbitron', sans-serif; /* Usando la fuente gamer que ya importas */
    font-size: 2rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.1;
}

.we-countdown-box small {
    font-family: 'Poppins', sans-serif;
    font-size: 0.75rem;
    color: #00A2FF; /* Color de tu barra secundaria */
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 4px;
    letter-spacing: 0.5px;
}

.we-countdown-expired {
    font-family: 'Orbitron', sans-serif;
    font-size: 1.4rem;
    color: #25d366; /* Verde online brillante */
    text-shadow: 0 0 10px rgba(37, 211, 102, 0.5);
    font-weight: bold;
    margin-top: 15px;
    letter-spacing: 1px;
}

.we-countdown-title {
    font-family: 'Poppins', sans-serif;
    font-size: 25px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 2px; /* Esto separa un poco las letras para darle un toque más premium */
    margin-bottom: 12px; /* Espacio entre el título y los números */
    text-shadow: 0px 0px 8px rgba(0, 123, 255, 0.6); /* Destello azul sutil */
    text-align: center;
}


/*icono modal*/

/*! MODAL */

/* ========================================== */
/* MODAL PREMIUM ESTILO MU HATHOR            */
/* ========================================== */

.hathor-modal-overlay {
    display: none; /* Se activa a flex con JS */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.85);
    backdrop-filter: blur(8px);
    z-index: 999999;
    justify-content: center;
    align-items: center;
    padding: 20px;
    box-sizing: border-box;
}

/* Tarjeta Principal */
.hathor-modal-card {
    position: relative;
    background: #120e0a; /* Fondo ultra oscuro cálido */
    border: 1px solid rgba(0, 157, 255, 0.35); /*230, 126, 34, 0.35*/
    box-shadow: 0 0 35px rgba(0, 170, 255, 0.2), inset 0 0 15px rgba(0, 0, 0, 0.8); /*230, 126, 34, 0.2*/
    border-radius: 18px;
    width: 100%;
    max-width: 440px;
    padding: 35px 28px 28px;
    text-align: center;
    color: #e0e0e0;
    font-family: 'Inter', sans-serif;
    animation: modalPopIn 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

/* Botón X arriba a la derecha */
.hathor-modal-close {
    position: absolute;
    top: 15px;
    right: 18px;
    background: transparent;
    border: none;
    color: #7a6e65;
    font-size: 24px;
    cursor: pointer;
    line-height: 1;
    transition: color 0.2s ease, transform 0.2s ease;
}

.hathor-modal-close:hover {
    color: #12a1f3; /*f39c12*/
    transform: scale(1.15);
}

/* Badge/Icono Flotante Grande */
.hathor-modal-badge {
    width: 64px;
    height: 64px;
    background: linear-gradient(135deg, #12acf3, #0073ff); /*#f39c12, #d35400*/
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 18px;
    box-shadow: 0 8px 20px rgba(10, 132, 255, 0.4); /*11, 84, 0, 0.4*/
}

.hathor-modal-badge i {
    font-size: 34px;
    color: #ffffff;
}

/* Títulos y Subtítulos */
.hathor-modal-title {
    font-family: 'Poppins', sans-serif;
    font-size: 20px !important;
    font-weight: 700;
    color: #f39c12;
    margin: 0 0 6px 0;
    letter-spacing: -0.3px;
}

.hathor-modal-subtitle {
    font-size: 15px !important;
    color: #00ff0d; /*a0958d*/
    margin-bottom: 20px;
    line-height: 1.4;
}

/* Lista de Beneficios */
.hathor-modal-list {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
    text-align: left;
}

.hathor-modal-list li {
    font-size: 0.9rem;
    color: #d1c7bd;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 500;
}

.hathor-modal-list li span {
    font-size: 1.1rem;
    line-height: 1;
}

/* Caja Destacada (Recompensa/Fecha) */
.hathor-reward-box {
    background: rgba(35, 23, 14, 0.8); /*35, 23, 14, 0.8 */
    border: 1px solid rgba(243, 156, 18, 0.4); /*243, 156, 18, 0.4*/
    border-radius: 12px;
    padding: 12px 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-bottom: 8px;
}

.reward-icon {
    font-size: 1.4rem;
}

.reward-text {
    display: flex;
    flex-direction: column;
    text-align: center;
}

.reward-text b {
    color: #fffffe;
    font-size: 17px !important;
}

.reward-text span {
    color: #ffffff;
    font-size: 17px !important;
    font-weight: 700;
}

.hathor-modal-footnote {
    font-size: 1.5rem !important;
    color: #ffffff !important;
    margin-bottom: 22px;
    line-height: 1.3;
}

/* Botones de Acción */
.hathor-modal-actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.hathor-btn {
    width: 100%;
    padding: 12px;
    border-radius: 12px;
    font-family: 'Poppins', sans-serif;
    font-size: 0.92rem;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-decoration: none !important;
    transition: all 0.2s ease;
    box-sizing: border-box;
}

/* Botón Primario Naranja */
.hathor-btn-primary {
    background: linear-gradient(135deg, #2291e6, #0020d3); /*#e67e22, #d35400*/
    color: #ffffff !important;
    border: none;
    box-shadow: 0 4px 15px rgba(211, 84, 0, 0.35);
    font-size: 18px !important;
}

.hathor-btn-primary:hover {
    background: linear-gradient(135deg, #1286f3, #0073ff); /*  #f39c12, #e67e22)*/
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(3, 74, 255, 0.5); /*211, 84, 0, 0.5*/
}

/* Botón Secundario Oscuro */
.hathor-btn-secondary {
    background: rgba(255, 255, 255, 0.04);
    color: #d1c7bd;
    border: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 18px !important;
}

.hathor-btn-secondary:hover {
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.2);
}

.textLI{
  font-size: 13px !important;
}



/* Animación Pop-in */
@keyframes modalPopIn {
    0% {
        opacity: 0;
        transform: scale(0.85);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}