/* ============================================
   ESTILOS MEJORADOS PARA FOOTER
   Footer con Font Awesome - Diseño Premium
============================================ */

/* Footer Badges */
.footer-badges {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
    margin-top: 1rem;
}

.footer-badges .badge {
    background: linear-gradient(135deg, var(--primary-color), var(--accent-color));
    color: var(--secondary-color);
    padding: 0.4rem 0.8rem;
    border-radius: 15px;
    font-size: 0.8rem;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    box-shadow: 0 2px 8px rgba(212, 175, 55, 0.3);
    transition: all 0.3s ease;
}

.footer-badges .badge:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(212, 175, 55, 0.4);
}

/* Footer About Section */
.footer-about h4 {
    color: var(--primary-color) !important;
    font-size: 1.25rem !important;
    margin-bottom: 0.75rem !important;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.footer-about h4 i {
    font-size: 1.1rem;
}

/* Footer Contact Icons */
.footer-contact h4,
.footer-social h4 {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--primary-color) !important;
    font-size: 1.25rem !important;
    margin-bottom: 0.75rem !important;
}

.footer-contact h4 i,
.footer-social h4 i {
    color: var(--primary-color);
    font-size: 1rem;
}

.footer-contact address {
    margin: 1rem 0;
    line-height: 1.6;
}

.footer-contact address i {
    color: var(--primary-color);
    width: 16px;
    margin-right: 0.5rem;
}

.footer-contact p i {
    color: var(--primary-color);
    width: 16px;
    margin-right: 0.5rem;
}

.opening-hours i {
    color: var(--primary-color);
}

/* Social Links with Icons */
.social-links a {
    display: inline-flex !important;
    align-items: center;
    gap: 0.5rem;
    margin-right: 1rem;
    margin-bottom: 0.5rem;
    padding: 0.5rem 0.75rem;
    border-radius: 8px;
    transition: all 0.3s ease;
    background: rgba(212, 175, 55, 0.1);
    text-decoration: none;
}

.social-links a:hover {
    background: var(--primary-color);
    color: var(--secondary-color) !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(212, 175, 55, 0.3);
}

.social-links a i {
    font-size: 1rem;
    width: 16px;
    text-align: center;
}

/* Instagram */
.social-links a[href*="instagram"]:hover {
    background: linear-gradient(135deg, #E4405F, #C13584);
}

/* Facebook */
.social-links a[href*="facebook"]:hover {
    background: #1877F2;
}

/* TikTok */
.social-links a[href*="tiktok"]:hover {
    background: #000000;
}

/* WhatsApp */
.social-links a[href*="whatsapp"]:hover,
.social-links a[href*="wa.me"]:hover {
    background: #25D366;
}

/* Small Note */
.small-note {
    margin-top: 1rem !important;
    font-size: 0.875rem;
    opacity: 0.8;
}

.small-note i {
    color: var(--primary-color);
    margin-right: 0.5rem;
}

.small-note a {
    color: var(--primary-color);
    text-decoration: underline;
}

.small-note a:hover {
    color: var(--accent-color);
}

/* Footer Bottom */
.footer-bottom p {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.footer-bottom i {
    color: var(--primary-color);
}

.footer-bottom a {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    color: var(--primary-color);
    text-decoration: none;
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.footer-bottom a:hover {
    background: var(--primary-color);
    color: var(--secondary-color);
}

/* Floating Buttons - Always Visible */
.floating-buttons {
    position: fixed !important;
    bottom: 2rem !important;
    right: 2rem !important;
    z-index: 1000 !important;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.floating-btn {
    width: 60px !important;
    height: 60px !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15) !important;
    transition: all 0.3s ease !important;
    text-decoration: none !important;
    cursor: pointer !important;
}

.floating-btn.whatsapp {
    background: linear-gradient(135deg, #25D366, #128C7E) !important;
    color: white !important;
}

.floating-btn.whatsapp:hover {
    transform: scale(1.1) !important;
    box-shadow: 0 6px 30px rgba(37, 211, 102, 0.4) !important;
}

.floating-btn i {
    font-size: 1.5rem !important;
}

/* Responsive Floating Buttons */
@media (max-width: 768px) {
    .floating-buttons {
        bottom: 1.5rem !important;
        right: 1.5rem !important;
    }
    
    .floating-btn {
        width: 55px !important;
        height: 55px !important;
    }
    
    .floating-btn i {
        font-size: 1.3rem !important;
    }
}

/* Mini Map Styles */
.mini-map {
    margin-top: 1rem;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
}

.mini-map:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

.mini-map iframe {
    width: 100%;
    height: 150px;
    border: none;
    display: block;
}

.map-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 0.75rem;
    color: var(--primary-color);
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 600;
    padding: 0.5rem 0.75rem;
    border-radius: 6px;
    background: rgba(212, 175, 55, 0.1);
    transition: all 0.3s ease;
}

.map-link:hover {
    background: var(--primary-color);
    color: var(--secondary-color);
    transform: translateY(-1px);
}

/* Responsive Footer */
@media (max-width: 768px) {
    .footer-badges {
        justify-content: center;
    }
    
    .footer-badges .badge {
        font-size: 0.75rem;
        padding: 0.3rem 0.6rem;
    }
    
    .social-links a {
        margin-right: 0.5rem;
        font-size: 0.875rem;
    }
    
    .footer-bottom p {
        font-size: 0.875rem;
        text-align: center;
    }
}

/* Menú admin oculto */
.secret-admin {
    position: fixed;
    bottom: 15px;
    right: 15px;
    font-size: 22px;
    cursor: pointer;
    color: #444;
    z-index: 9999;
}

.admin-panel {
    position: absolute;
    bottom: 35px;
    right: 0;
    background: white;
    padding: 10px 15px;
    border-radius: 8px;
    border: 1px solid #ddd;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    display: none;   /* 🔥 SIN ESTO EL MENÚ NO SE OCULTA */
    z-index: 9999;
}

.admin-panel a {
    color: #333;
    text-decoration: none;
    font-weight: 500;
}
