.elementor-404 .elementor-element.elementor-element-d71559f{--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;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-8e238da */.pasteleria-footer {
    width: 100%;
    position: relative;
    padding-top: 0px;
    font-family: 'Roboto', sans-serif;
    color: #444;
    overflow: hidden;
}

/* 1. Imagen de Fondo con la URL solicitada */
.footer-bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('https://www.pasteleriasanfrancisco.cl/wp-content/uploads/2026/03/44754.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed; /* Efecto Parallax suave */
    opacity: 0.2; /* Nivel de visibilidad de la foto */
    z-index: 0;
}

/* 2. Capa Rosa Translúcida (#F5BAC4) */
.footer-overlay-pink {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(245, 186, 196, 0.88); /* Opacidad alta para legibilidad */
    z-index: 1;
}

.crema-top svg {
    display: block;
    width: 100%;
    height: 0px;
}

.footer-inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 5% 40px 5%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 40px;
    position: relative;
    z-index: 3;
}

/* Tipografías */
.f-logo {
    font-family: 'Playfair Display', serif;
    font-size: 2.2rem;
    color: #ffffff;
    margin-bottom: 5px;
    text-shadow: 1px 1px 4px rgba(0,0,0,0.15);
}

.f-logo span { color: #5d4037; } /* Marrón Chocolate */

.f-slogan {
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.75rem;
    letter-spacing: 2px;
    margin-bottom: 15px;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
}

.f-description {
    font-size: 0.9rem;
    line-height: 1.6;
    color: #5d4037;
    max-width: 300px;
}

.f-col h3 {
    font-family: 'Playfair Display', serif;
    font-size: 1.35rem;
    color: #ffffff;
    margin-bottom: 25px;
    position: relative;
}

.f-col h3::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 35px;
    height: 3px;
    background-color: #ffffff;
}

.f-links { list-style: none; }
.f-links li { margin-bottom: 12px; }
.f-links a {
    color: #5d4037;
    text-decoration: none;
    font-weight: 500;
    transition: 0.3s;
    display: inline-block;
}

.f-links a:hover {
    color: #ffffff;
    transform: translateX(6px);
}

.f-contact p { font-size: 0.95rem; margin-bottom: 15px; color: #5d4037; }
.f-phone {
    color: #ffffff;
    font-size: 1.25rem;
    font-weight: 700;
    text-decoration: none;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.1);
}

/* Botones Sociales */
.f-social-grid { display: flex; flex-direction: column; gap: 10px; }
.social-btn {
    padding: 12px 20px;
    border-radius: 10px;
    background: rgba(255,255,255,0.4);
    color: #5d4037;
    text-decoration: none;
    font-weight: 700;
    text-align: center;
    transition: 0.3s;
    border: 1px solid rgba(255,255,255,0.5);
}

.social-btn:hover {
    background: #ffffff;
    color: #F5BAC4;
    transform: translateY(-4px);
}

.f-bottom-bar {
    background-color: rgba(0,0,0,0.05);
    text-align: center;
    padding: 25px 0;
    width: 100%;
    margin-top: 20px;
    position: relative;
    z-index: 3;
}

.f-bottom-bar p { font-size: 0.85rem; color: #7a5a51; }

/* Responsive */
@media (max-width: 768px) {
    .footer-inner { text-align: center; }
    .f-col h3::after { left: 50%; transform: translateX(-50%); }
}/* End custom CSS */