.elementor-68 .elementor-element.elementor-element-cb91fc9{--display:flex;--margin-top:-94px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-68 .elementor-element.elementor-element-18ef4df{width:100%;max-width:100%;margin:41px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-68 .elementor-element.elementor-element-9c5758d{--display:flex;}.elementor-68 .elementor-element.elementor-element-98e9d5e{width:100%;max-width:100%;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-18ef4df *//* RESET ESPECÍFICO PARA ESTA PÁGINA */
.contenedor-voluntariado-perfecto {
    max-width: 850px;
    margin: 0 auto;
    padding: 60px 20px;
    font-family: 'Montserrat', sans-serif;
    color: #55271a;
    line-height: 1.6;
}

/* ELIMINAR ESPACIOS EXCESIVOS DEL TÍTULO */
.vol-header {
    text-align: center;
    margin-bottom: 40px; /* Controla la distancia con el texto */
}

.vol-titulo-principal {
    font-family: 'Playfair Display', serif !important;
    font-size: 4.5rem !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    margin: 0 !important; /* Eliminamos márgenes por defecto */
    padding: 0 !important;
    color: #55271a;
}

.vol-titulo-principal .vol-verde {
    color: #76b579;
    display: block;
    font-style: italic;
}

/* LA LÍNEA DECORATIVA */
.vol-divisor {
    display: block;
    width: 70px;
    height: 5px;
    background-color: #92675b;
    margin: 15px auto 0;
}

/* ESTILO DE PÁRRAFOS */
.vol-p-destacado {
    font-size: 1.15rem;
    margin-bottom: 30px;
    text-align: left;
}

.vol-p-destacado strong {
    font-weight: 700;
}

/* LA CITA ESTILO MÁLAGA ACOGE */
.vol-cita {
    font-family: 'Playfair Display', serif;
    font-size: 1.4rem;
    font-weight: 700;
    margin: 40px 0;
    text-align: left;
}

.vol-cita a {
    color: #92675b;
    text-decoration: underline;
}

/* SUBTÍTULOS */
.vol-seccion {
    margin-top: 50px;
}

.vol-subtitulo {
    font-family: 'Playfair Display', serif;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 15px;
    color: #55271a;
}

/* CAJA DE CONTACTO */
.vol-contacto-caja {
    margin-top: 25px;
    padding: 20px;
    background-color: #fdfcfb;
    border-left: 4px solid #76b579;
    font-weight: 600;
}

.vol-contacto-caja a {
    color: #76b579;
    text-decoration: none;
}

/* RESPONSIVO */
@media (max-width: 768px) {
    .vol-titulo-principal {
        font-size: 2.8rem !important;
    }
    .vol-subtitulo {
        font-size: 1.6rem;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-98e9d5e */.footer-granada-acoge {
    background-color: #76b579;
    color: #ffffff;
    padding: 60px 5% 30px;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.5;
}

.footer-container {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
}

/* Títulos: Tamaño equilibrado (24px aprox) */
.f-title {
    font-family: 'Playfair Display', serif;
    color: #55271a;
    font-size: 1.5rem; 
    margin-bottom: 20px;
    font-weight: 700;
}

/* Texto general y listas (16px aprox) */
.f-tagline, .f-contact-list li, .f-legal-links li, .f-bottom-bar p {
    font-size: 1rem;
    margin-bottom: 12px;
}

.f-tagline {
    opacity: 0.9;
}

/* Listas */
.f-contact-list, .f-legal-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.f-contact-list li {
    display: flex;
    align-items: center;
    gap: 10px;
}

/* Enlaces */
.f-contact-list a, .f-legal-links a {
    color: #ffffff;
    text-decoration: none;
    transition: 0.3s;
}

.f-legal-links a:hover {
    color: #55271a;
}

/* Teléfono: Un poco más grueso pero no gigante */
.f-phone {
    font-weight: 700;
}

/* Redes Sociales: Tamaño estándar */
.f-socials {
    display: flex;
    gap: 12px;
    margin-top: 15px;
}

.s-icon {
    background-color: #55271a;
    color: white;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 1rem;
    text-decoration: none;
}

/* Barra inferior */
.f-bottom-bar {
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    text-align: center;
    font-size: 0.9rem;
}

@media (max-width: 768px) {
    .footer-container { text-align: center; }
    .f-contact-list li, .f-socials { justify-content: center; }
}
/* Bloque de Financiación */
.footer-funding {
    margin-top: 0px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    justify-content: center;
}

.funding-content {
    display: flex;
    align-items: center;
    gap: 15px;
    background: rgba(255, 255, 255, 0.1); /* Fondo suave para que destaque */
    padding: 10px 20px;
    border-radius: 4px;
}

.eu-flag {
    width: 40px; /* Tamaño oficial discreto */
    height: auto;
}

.funding-content p {
    font-size: 0.85rem !important;
    margin: 0;
    font-weight: 500;
    color: #ffffff;
}

@media (max-width: 600px) {
    .funding-content {
        flex-direction: column;
        text-align: center;
    }
}/* End custom CSS */