/* ==========================================================================
   ESTILOS PARA EL PIE DE PÁGINA (FOOTER)
   ========================================================================== */
.bg-dark-guinda {
    background-color: #310a14 !important;
    /* Tono guinda oscuro profundo */
    border-top: 4px solid var(--querendaro-pink);
}

.border-pink {
    border-color: var(--querendaro-pink) !important;
}

.text-pink {
    color: var(--querendaro-pink) !important;
}

/* TARJETA DE EMERGENCIA 911 */
.emergency-box {
    background: rgba(233, 30, 99, 0.1);
    backdrop-filter: blur(8px);
}

.emergency-icon-circle {
    width: 45px;
    height: 45px;
}

/* BOTONES INTERACTIVOS DE INFORMACIÓN (DOMICILIO, TEL, EMAIL) */
.btn-footer-info {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
}

.btn-footer-info:hover {
    background: rgba(233, 30, 99, 0.15);
    border-color: var(--querendaro-pink);
    transform: translateX(4px);
}

.footer-icon-box {
    width: 38px;
    height: 38px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* BOTONES DE REDES SOCIALES */
.social-btn {
    width: 38px;
    height: 38px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.15);
    transition: all 0.3s ease;
    text-decoration: none;
}

.social-btn:hover {
    background-color: var(--querendaro-pink);
    border-color: var(--querendaro-pink);
    transform: translateY(-3px);
    color: #ffffff !important;
}

/* UTILIDADES TAMAÑO DE FUENTE */
.fs-7 {
    font-size: 0.88rem !important;
}

.fs-8 {
    font-size: 0.78rem !important;
}