.elementor-85 .elementor-element.elementor-element-053ffc3{--display:flex;--margin-top:-51px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-85 .elementor-element.elementor-element-85f13a1{margin:34px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;width:100%;max-width:100%;}.elementor-85 .elementor-element.elementor-element-8e3b6b0{--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-85f13a1 */.pagina-donacion {
    padding-bottom: 80px;
    background-color: #fdfcfb;
}

.donacion-hero {
    padding: 20px 0 40px;
    text-align: center;
    background-color: white;
}

.intro-donacion {
    max-width: 700px;
    margin: 0 auto;
    font-family: 'Montserrat', sans-serif;
    color: #92675b;
    font-size: 1.1rem;
    line-height: 1.6;
}

/* Tarjeta del Formulario */
.contenedor-formulario {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
}

.form-card {
    background: white;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(85, 39, 26, 0.05);
    border: 1px solid #eee;
}

.form-seccion {
    margin-bottom: 40px;
}

.paso-titulo {
    font-family: 'Playfair Display', serif;
    color: #55271a;
    font-size: 1.5rem;
    margin-bottom: 20px;
    border-bottom: 2px solid #76b579;
    display: inline-block;
}

/* Selectores de cantidad */
..elementor-85 .elementor-element.elementor-element-85f13a1-cantidades {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.btn-cantidad {
    padding: 15px 30px;
    border: 2px solid #76b579;
    background: transparent;
    color: #76b579;
    font-weight: 700;
    border-radius: 6px;
    cursor: pointer;
    transition: 0.3s;
}

.btn-cantidad.active, .btn-cantidad:hover {
    background: #76b579;
    color: white;
}

.otra-cantidad input {
    padding: 15px;
    border: 2px solid #eee;
    border-radius: 6px;
    width: 150px;
}

.info-impacto {
    font-size: 0.9rem;
    color: #92675b;
    font-style: italic;
}

/* Grid de entradas */
.grid-inputs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.grid-inputs input {
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-family: 'Montserrat', sans-serif;
}

/* Botón Final */
.btn-donar-final {
    width: 100%;
    padding: 20px;
    background: #55271a; /* Tu marrón oscuro para dar seguridad */
    color: white;
    border: none;
    border-radius: 6px;
    font-size: 1.2rem;
    font-weight: 700;
    cursor: pointer;
    transition: 0.3s;
}

.btn-donar-final:hover {
    background: #76b579;
}

.nota-fiscal {
    text-align: center;
    font-size: 0.8rem;
    color: #92675b;
    margin-top: 20px;
}

/* Título Llamativo (Reutilizado) */
.titulo-llamativo {
    font-family: 'Playfair Display', serif;
    color: #55271a;
    font-size: 4rem;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 20px;
}
.titulo-llamativo .resaltado {
    color: #76b579;
    display: block;
    font-style: italic;
}
.linea-decorativa {
    display: block;
    width: 60px; height: 4px;
    background: #92675b;
    margin: 15px auto;
}

@media (max-width: 600px) {
    .grid-inputs { grid-template-columns: 1fr; }
    .titulo-llamativo { font-size: 2.5rem; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ba44111 */.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 */