.elementor-36 .elementor-element.elementor-element-98f345a{--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-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-6fb2e74 */:root {
    --rosa: #E9509E;
    --amarillo: #F0E900;
    --blanco: #FFFFFF;
}

.dedieli-footer {
    background-color: var(--rosa);
    padding: 80px 5% 40px;
    font-family: 'Montserrat', sans-serif;
    color: var(--blanco);
    overflow: hidden;
}

.footer-container {
    max-width: 1100px;
    margin: 0 auto;
}

/* CARD DE CIERRE */
.cta-card {
    background: rgba(255,255,255,0.1);
    border: 3px dashed var(--amarillo);
    padding: 50px 30px;
    border-radius: 40px;
    text-align: center;
    margin-bottom: 60px;
}

.cta-card h2 {
    font-family: 'Fredoka One', sans-serif;
    font-size: clamp(2rem, 5vw, 3.5rem);
    margin-bottom: 15px;
}

.text-yellow { color: var(--amarillo); }

.btn-wa-footer {
    display: inline-block;
    background: var(--amarillo);
    color: var(--rosa) !important;
    padding: 18px 45px;
    border-radius: 50px;
    font-weight: 900;
    font-size: 1.2rem;
    text-decoration: none;
    transition: 0.3s;
    margin-top: 25px;
    box-shadow: 0 10px 0px rgba(0,0,0,0.1);
}

.btn-wa-footer:hover {
    transform: translateY(-5px);
    background: var(--blanco);
}

/* INFO INFERIOR */
.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    border-top: 1px solid rgba(255,255,255,0.2);
    padding-top: 40px;
}

.logo-text {
    font-family: 'Fredoka One', sans-serif;
    font-size: 2.5rem;
}
.logo-text span { color: var(--amarillo); }

.f-details p { margin: 5px 0; font-size: 0.9rem; opacity: 0.9; }

.f-copyright {
    font-size: 0.8rem;
    opacity: 0.6;
    margin-top: 20px;
}

/* BARRA FIJA MÓVIL (STICKY) */
.mobile-order-bar {
    display: none; /* Se activa solo en móvil */
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: var(--blanco);
    padding: 12px 20px;
    box-shadow: 0 -5px 20px rgba(0,0,0,0.15);
    z-index: 9999;
}

.bar-button {
    background: #25D366; /* Color oficial WhatsApp */
    color: white !important;
    display: block;
    text-align: center;
    padding: 15px;
    border-radius: 15px;
    font-weight: 900;
    text-decoration: none;
    font-size: 1.1rem;
    letter-spacing: 0.5px;
}

/* RESPONSIVE */
@media (max-width: 767px) {
    .footer-bottom {
        flex-direction: column;
        text-align: center;
        align-items: center;
        gap: 30px;
    }
    
    .mobile-order-bar {
        display: block;
    }
    
    /* Añadimos margen al footer para que la barra no tape el texto */
    .dedieli-footer {
        padding-bottom: 100px;
    }
}

/* LIMPIEZA DE AZULES */
.dedieli-footer a { color: inherit; text-decoration: none; }/* End custom CSS */