/* =====================
   FOOTER
===================== */

.footer {
    background-color: #2d2d2d;
    color: #dddddd;
    font-size: 14px;
}

/* =====================
   LOGO FOOTER
===================== */

.footer-logo-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 1rem;
}

.footer-logo {
    width: 180px;
    max-width: 180px;
    height: auto;
}

/* =====================
   TEXTO GENERAL
===================== */

.footer p {
    margin-bottom: 0;
}

/* =====================
   CONTACTO - BOTONES
===================== */

.footer-contact-list {
    width: 100%;
    max-width: 320px;
}

.footer-contact-link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;

    width: 100%;
    padding: 12px 16px;
    margin-bottom: 12px;

    color: #ffffff;
    text-decoration: none;

    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 6px;

    transition:
        background-color 0.25s ease,
        color 0.25s ease,
        border-color 0.25s ease;
}

.footer-contact-link i {
    font-size: 0.95rem;
}

/* HOVER CONTACTO */
.footer-contact-link:hover,
.footer-contact-link:focus {
    background-color: #ffffff;
    color: #000000;
    border-color: #ffffff;
    text-decoration: none;
}

/* =====================
   MAPA RESPONSIVE
===================== */

.map-responsive {
    position: relative;
    width: 100%;
    max-width: 400px;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
    overflow: hidden;
    border-radius: 8px;
}

.map-responsive iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/* =====================
   FOOTER BOTTOM
===================== */

.footer hr {
    border-color: rgba(255, 255, 255, 0.2);
}

.footer .small {
    color: #aaaaaa;
}
