@media screen and (max-width: 768px) {
    .flexslider h1 {
        font-size: 24px !important; /* Reducir tamaño en pantallas pequeñas */
    }
    
    .flexslider h3, 
    .flexslider h4 {
        font-size: 18px !important; /* Ajustar subtítulos */
    }
    
    .btn-lg {
        font-size: 16px !important; /* Ajustar tamaño del botón */
        padding: 10px 15px !important;
    }
}
.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 9999;
    /* Asegura que esté por encima de todo */
}

.popup-content {
    width: 90%;
    /* Ajusta el ancho del contenido del popup */
    max-width: 800px;
    /* Define un ancho máximo para el contenido del popup */
    margin: 100px auto;
    padding: 10px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}

/* Estilos para dispositivos móviles en posición vertical */
@media screen and (max-width: 480px) {
    .popup-content {
        width: 90%;
        /* Ajusta el ancho del contenido del popup en dispositivos móviles */
        margin: 50px auto;
        padding: 5px;
    }

    .popup-close {
        font-size: 30px;
        /* Ajusta el tamaño de la "x" de cierre en dispositivos móviles */
    }
}

.popup-image {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.popup-close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 35px;
    cursor: pointer;
    color: white;
}

.popup-button {
    display: block;
    margin-top: 10px;
}



#whatsapp-button {
    display: none;
    position: fixed;
    bottom: 20px;
    left: calc(100% - 80px);
    z-index: 9999;
}

.bg-info_2 {
    background-color: #0E68C7;
    /* Cambiar a azul rey */

    color: white;

}

.pulsingButton {
    width: 300px;
    text-align: center;
    white-space: nowrap;
    display: block;
    margin: 20px auto;
    padding: 20px;
    box-shadow: 0 0 0 0 rgb(255, 255, 255);
    /* Cambiar el color a verde #00E114 */
    border-radius: 10px;
    background-color: #00b90f;
    /* Cambiar el color a verde #00E114 */
    -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    font-size: 22px;
    font-weight: bold;
    font-family: sans-serif;
    text-decoration: none !important;
    color: #ffffff;
    transition: all 300ms ease-in-out;
}

/* Comment-out to have the button continue to pulse on mouseover */
a.pulsingButton:hover {
    -webkit-animation: none;
    -moz-animation: none;
    -ms-animation: none;
    animation: none;
    color: #ffffff;
}

/* Animation */
@-webkit-keyframes pulsing {
    to {
        box-shadow: 0 0 0 30px rgba(0, 225, 20, 0);
    }
}

@-moz-keyframes pulsing {
    to {
        box-shadow: 0 0 0 30px rgba(0, 225, 20, 0);
    }
}

@-ms-keyframes pulsing {
    to {
        box-shadow: 0 0 0 30px rgba(0, 225, 20, 0);
    }
}

@keyframes pulsing {
    to {
        box-shadow: 0 0 0 30px rgba(0, 225, 20, 0);
    }
}

.whatsapp-logo_2 {
    width: 60px;
    /* Tamaño del logo de WhatsApp */
    vertical-align: middle;
    /* Alineación vertical con el texto */
    margin-left: 0px;
    /* Espacio entre el texto y el logo */
}

@media (max-width: 768px) {
    .navbar-brand {
        font-size: 1.5rem;

    }
}

@media (max-width: 576px) {
    .navbar-brand {
        font-size: 1rem;
    }
}

.navbar {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
}

/* GRATIS */
.text-yellow {
    color: yellow !important;
    /* Color amarillo */
}

.fs-5 {
    font-size: 1.2em;
    /* Tamaño de fuente más grande */
}

.text-black {
    color: #ffffff !important;
    /* Color amarillo */
}

.fs-6 {
    font-size: 1.5em;
    /* Tamaño de fuente más grande */
}

.fs-7 {
    font-size: 1em;
    /* Tamaño de fuente más grande */
    font-weight: bold;
}

.panel-heading {
    background-color: rgba(240, 240, 240, 0.85);
    /* rgba con opacidad del 80% */
    border-radius: 5px;
    padding: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.panel-heading img {
    margin-top: 10px;
    margin-bottom: 10px;
}

.panel-heading a.btn {
    margin-top: 20px;
}

.list-group-item {
    background-color: rgba(240, 240, 240, 0.9);
    /* rgba con opacidad del 80% */
}

/* TEMPORIZADOR */
.countdown-container {
    text-align: center;
    background-color: white;
    /* Color de fondo */
    padding: 20px;
    color: yellow;
    /* Color del texto */
    font-family: 'Segoe UI Black', sans-serif;
}

.countdown-title {
    font-size: 1rem;
    margin-bottom: 10px;
}

#countdown {
    display: flex;
    color: white;
    justify-content: center;
    align-items: center;
    /* Centrado vertical */
    gap: 10px;
    /* Espacio entre los elementos */
    font-size: 3rem;
    font-weight: 400;
    /* Letra más delgada */
}

#countdown div {
    display: flex;
    flex-direction: column;
    /* Alinea las palabras debajo de los números */
    align-items: center;
    position: relative;
}

#countdown div {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

#countdown span {
    font-weight: bold;
}

.time-label {
    color: white;
    font-size: 0.75rem;
    margin-top: 5px;
}

.divider {
    display: flex;
    justify-content: center;
    /* Centrado horizontal */
    align-items: center;
    /* Centrado vertical */
    font-size: 1rem;
    /* Ajuste del tamaño del texto */
    color: yellow;
    text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.5);
    /* Resplandor */
    height: 100%;
    /* Asegura que la barra ocupe toda la altura del contenedor */
}

.line {
    width: 80%;
    height: 2px;
    background-color: yellow;
    margin: 10px auto;
    text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.5);
    /* Resplandor */
}

.countdown-date {
    margin-top: 20px;
    font-size: 1.5rem;
}


/* END TEMPORIZADOR */

