/* Add here all your CSS customizations */
.titulo-slider {
    background: rgb(999, 999, 999, 0.4);
    padding: 5px;
}

.subtitulo-slider {
    background: rgb(000, 000, 000, 0.4);
    padding: 5px;
    color: #ccc;
}

.post-content img{
    max-width: 100% !important;
    height: auto;
}

.section-newsletter{
    background: #f5f5f5;
    padding: 20px;
}

.section-newsletter .containers{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/*OCULTA BADGE RECAPTCHA*/
.grecaptcha-badge {
    display: none;
}

/* Cookie Consent CSS */
.cookie-consent-popup {
    position: fixed;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 400px;
    background-color: rgba(0, 0, 0, 0.9);
    color: white;
    text-align: center;
    border-radius: 10px;
    padding: 10px;
    display: none;
    z-index: 1000;
}

@media (max-width: 768px) {
    .cookie-consent-popup {
        width: 80%;
        bottom: 50px;
    }
}

.cookie-consent-popup a {
    color: #ffd700;
}

.whatsapp_fixo{
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
}

.whatsapp_fixo img{
    width: 70px;
}