#carrusel {

    margin-top: 20px;
    height: auto;
}

#asociacion {
    font-size: 25px;
}

#titulo {
    font-size: 90px;
}

.Boton-ticket {
    background-color: #003366;
    color: #ffffff;
    width: 100%;
    height: 100%;
}

.Boton-asociarse {
    background-color: #003366;
    color: #ffffff;
    width: 100%;
    height: 100%;
}

#avisos-principal {
    text-align: center;
    padding: 50px;
    background-color: #f8f9fa;
    border-radius: 8px;
    border: 2px dashed #dee2e6;

}

.icono-aviso {
    font-size: 4rem;
    color: #6c757d;
    margin-bottom: 20px;
}

.leyenda-avisos {
    color: #6c757d;
    max-width: 500px;
    margin: 0 auto 20px;
}

.comunicado-section .col-12.col-md-6.col-lg-4.mb-4>div:hover,
.comunicado-section .col-12.col-md-10.col-lg-8.mb-4>div:hover,
.comunicado-section .col-12.col-md-6.col-lg-6.mb-4>div:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}

@keyframes parpadeoNuevo {
    0% {
        box-shadow: 0 4px 8px rgba(40, 167, 69, 0.3);
    }

    50% {
        box-shadow: 0 4px 12px rgba(40, 167, 69, 0.6);
    }

    100% {
        box-shadow: 0 4px 8px rgba(40, 167, 69, 0.3);
    }
}

@keyframes progressPulse {
    0% {
        opacity: 0.7;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0.7;
    }
}

.col-12.col-md-6.col-lg-4.mb-4>div .progreso-urgente {
    animation: progressPulse 2s infinite;
}

/* Estilos específicos para cuando hay un solo anuncio */
.col-12.col-md-10.col-lg-8.mb-4>div {
    margin: 0 auto;
    max-width: 900px;
    height: 600px;
}

.col-12.col-md-10.col-lg-8.mb-4>div img {
    height: 320px;
}

@media (max-width: 1800px) {
    #asociacion {
        font-size: 18px;
    }

    #titulo {
        font-size: 70px;
    }

}

@media (max-width: 1420px) {
    #asociacion {
        font-size: 18px;
    }

    #titulo {
        font-size: 50px;
    }

}

@media (max-width: 958px) {

    #asociacion {
        font-size: 18px;
    }

    #titulo {
        font-size: 30px;
    }

    .banner-content {
        text-align: center;
        margin-top: 30px;
    }

}