.elementor-279 .elementor-element.elementor-element-9d71935{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-279 .elementor-element.elementor-element-edbb365{--display:flex;}.elementor-279 .elementor-element.elementor-element-e9c093d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-279 .elementor-element.elementor-element-5d28821{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-b69ec18 *//* DISEÑO DE TÍTULO IMPACTANTE */
.titulo-llamativo {
    font-family: 'Playfair Display', serif !important;
    color: #55271a !important;
    font-size: 4.5rem !important; /* Tamaño masivo para impacto */
    font-weight: 900 !important;
    line-height: 1 !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: center;
}

/* La segunda palabra en verde y cursiva */
.titulo-llamativo span {
    color: #76b579 !important;
    display: block; 
    font-style: italic !important;
}

/* Línea decorativa inferior */
.linea-decorativa {
    display: block;
    width: 80px;
    height: 5px;
    background-color: #92675b;
    margin: 20px auto 40px; /* Centrada y con margen abajo */
}

/* Ajuste para dispositivos móviles */
@media (max-width: 768px) {
    .titulo-llamativo {
        font-size: 3rem !important;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f90106d *//* --- CONTENEDOR DE SEGURIDAD PARA QUE NO SE PEGUE AL BORDE --- */
.container-safe {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 40px; /* Esto evita que el texto toque los bordes */
}

.historia-full-width {
    width: 100%;
}

/* --- TÍTULO CON DISEÑO (RECUPERADO) --- */
.titulo-llamativo {
    font-family: 'Playfair Display', serif !important;
    color: #55271a !important;
    font-size: 4rem !important;
    font-weight: 900 !important;
    line-height: 1.1 !important;
    margin-bottom: 40px !important;
    text-align: center;
}

.titulo-llamativo .resaltado {
    color: #76b579 !important;
    display: block;
    font-style: italic !important;
}

.linea-decorativa {
    display: block;
    width: 60px;
    height: 5px;
    background-color: #92675b;
    margin: 15px auto 40px;
}

/* --- INTRO Y CAPITULAR --- */
.bloque-intro-full {
    padding: 80px 0;
    background-color: #ffffff;
}

.p-capitular {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.25rem;
    line-height: 1.9;
    color: #55271a;
    text-align: justify;
}

.p-capitular::first-letter {
    font-family: 'Playfair Display', serif;
    font-size: 5rem;
    font-weight: 900;
    float: left;
    margin-right: 15px;
    line-height: 1;
    color: #76b579;
}

/* --- MOSAICO (ESTE SIGUE SIENDO ANCHO COMPLETO) --- */
.mosaico-full {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    width: 100%;
}

.mosaico-item {
    padding: 60px 30px;
    text-align: center;
    color: white;
}

.item-verde { background-color: #76b579; }
.item-marron { background-color: #55271a; }
.item-verde-claro { background-color: #89c48c; }
.item-marron-claro { background-color: #6a3a2d; }

.m-año {
    font-family: 'Playfair Display', serif;
    font-size: 2.5rem;
    font-weight: 900;
    display: block;
}

/* --- FRANJA DE DATOS --- */
.franja-datos-full {
    background-color: #fdfcfb;
    padding: 80px 0;
}

.grid-datos {
    display: flex;
    justify-content: space-around;
}

.dato-num {
    font-family: 'Playfair Display', serif;
    font-size: 4rem;
    font-weight: 900;
    color: #76b579;
    display: block;
}

/* RESPONSIVO */
@media (max-width: 900px) {
    .mosaico-full { grid-template-columns: repeat(2, 1fr); }
    .grid-datos { flex-direction: column; gap: 40px; text-align: center; }
    .titulo-llamativo { font-size: 2.8rem !important; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c017439 *//* --- CONFIGURACIÓN DE EQUIPO --- */
.seccion-equipo-completa {
    padding: 0px 0;
    background-color: #ffffff;
}

.intro-equipo {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 60px;
    font-family: 'Montserrat', sans-serif;
    color: #92675b;
    font-size: 1.2rem;
}

/* --- TARJETAS DEL STAFF --- */
.grid-directivos {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
    margin-bottom: 100px;
}

.tarjeta-staff {
    background: #fdfcfb;
    border-radius: 15px;
    overflow: hidden;
    transition: 0.4s;
    border: 1px solid #eee;
}

.tarjeta-staff:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(85, 39, 26, 0.1);
}

.foto-staff {
    height: 350px;
    background-size: cover;
    background-position: center;
    background-color: #76b579; /* Fondo mientras no hay foto */
}

.info-staff {
    padding: px;
    text-align: center;
}

.cargo {
    font-size: 0.75rem;
    font-weight: 800;
    color: #76b579;
    letter-spacing: 2px;
    display: block;
    margin-bottom: 10px;
}

.info-staff h3 {
    font-family: 'Playfair Display', serif;
    font-size: 1.6rem;
    color: #55271a;
    margin-bottom: 10px;
}

/* --- COLLAGE DE VOLUNTARIADO (DISEÑO GRID) --- */
.bloque-voluntariado-collage {
    background-color: #fffffffFFF;
    padding: 00px 0;
    width: 100%;
}

.subtitulo-collage {
    font-family: 'Playfair Display', serif;
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 50px;
    color: #55271a;
}

.collage-visual {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 300px);
    gap: 20px;
}

.c-item {
    background-size: cover;
    background-position: center;
    border-radius: 15px;
    position: relative;
    overflow: hidden;
    background-color: #92675b; /* Color de espera */
    transition: 0.5s;
}

.c-item:hover {
    transform: scale(1.02);
}

.c-overlay {
    position: absolute;
    bottom: 0; left: 0; width: 100%;
    padding: 20px;
    background: linear-gradient(transparent, rgba(85, 39, 26, 0.8));
    color: white;
    font-weight: 600;
    font-size: 0.9rem;
    opacity: 0;
    transition: 0.4s;
}

.c-item:hover .c-overlay {
    opacity: 1;
}

/* Posiciones del Collage */
.c-grande { grid-column: span 2; grid-row: span 2; } /* Foto principal */
.c-alta { grid-column: span 1; grid-row: span 2; }
.c-peque { grid-column: span 1; grid-row: span 1; }
.c-ancha { grid-column: span 1; grid-row: span 1; }

/* RESPONSIVO */
@media (max-width: 900px) {
    .collage-visual { 
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
    }
    .c-grande, .c-alta, .c-peque, .c-ancha { grid-column: span 2; height: 300px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-195e297 */.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;
    }
}.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 */