/* --- ESTRUCTURA GENERAL DEL FOOTER --- */
.footer {
    background-color: #343a40;
    color: #fff;
    padding: 0px;
}

.footer-bottom {
    background-color: #23272b;
    color: #ccc;
    padding: 10px;
    font-size: 0.875rem;
}

.columns .column {
    padding: 1rem;
}

/* --- LOGO --- */
.footer-logo {
    max-width: 150px;
    margin-bottom: 1rem;
    text-align: center;
}

/* --- TEXTOS GENERALES --- */
.footer-title,
.nav-title {
    font-family: 'Akshar';
    font-size: 22px;
    margin-bottom: 1rem;
}

.welcome-text,
.contact-text,
span {
    font-family: 'Akshar';
    font-size: 16px;
}

.nav-title {
    font-size: 24px;
}

/* --- NAV (ENLACES) --- */
.footer a,
.nav-container .navbar-item {
    color: #919090;
    text-decoration: none;
    font-family: 'Arimo';
    font-size: 16px;
    transition: color 0.3s ease;
}

.footer a:hover,
.nav-container .navbar-item:hover,
a:hover {
    color: #007bff !important;
}

.navbar-item.is-active {
    color: #d7c20a !important;
}

.nav-item {
    margin-bottom: -20px;
    margin-left: -15px;
}

/* --- LÍNEAS DECORATIVAS --- */
.nav-line,
.contact-line {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    width: 250px;
    margin-bottom: 10px;
}

/* --- REDES SOCIALES --- */
.social-media {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: -10px;
}

.social-media span {
    font-size: 1rem;
    margin-right: 10px;
    margin-top: 10px;
}

.red-social {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.red-social a {
    color: #000;
    background-color: #fff;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    font-size: 20px;
    text-align: center;
    line-height: 35px;
    transition: background 0.3s ease, transform 0.3s ease;
}

.red-social a:hover {
    background-color: #000;
    color: #fff;
    transform: scale(1.05);
}

/* --- ICONOS --- */
.footer .icon,
.contact-icon,
.contact-icon2 {
    vertical-align: middle;
    color: #007bff;
}

.contact-icon2 {
    transform: rotate(90deg);
}

.fa-facebook-f,
.fa-instagram,
.fa-whatsapp,
.fa-youtube {
    margin-top: 7px;
}

/* --- MAPA --- */
.footer .map img {
    max-width: 100%;
}

/* --- DECORACIÓN BORDE COLUMNA --- */
.bordered-column {
    position: relative;
}

.bordered-column::before,
.bordered-column::after {
    content: "";
    position: absolute;
    top: 45px;
    height: 100px;
    width: 1px;
    background-color: #fff;
    margin-inline: 60px 70px;
}

.bordered-column::before { left: 0; }
.bordered-column::after  { right: 0; }

/* --- CONTAINERS ESPECÍFICOS --- */
.nav-container,
.contact-container,
#contac-container,
#ubicac-container {
    padding: 40px;
    color: #fff;
}

.contact-title {
    font-weight: bold;
    padding: 40px;
    margin-bottom: 1px;
}

.contact-item {
    align-items: center;
}

/* --- RESPONSIVE: TABLET Y MÓVIL --- */
@media (max-width: 1024px) {
    .nav-title,
    .social-media span {
        text-align: center;
        font-size: 24px;
        color: #fff;
    }

    .nav-container,
    .nav-container .columns {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        width: 100%;
    }

    .nav-container .nav-item,
    .nav-container .column {
        width: 100% !important;
        max-width: 100%;
        padding: 2px 0;
        text-align: center;
    }

    .nav-item {
        margin-bottom: 2px !important;
    }

    .columns.is-multiline {
        justify-content: center;
    }

    .nav-container .navbar-item {
        color: white !important;
    }
  .nav-container .navbar-item,
  .nav-item {
    font-family: 'Arimo' !important;
    font-size: 14px;
    text-align: center;
  }
    .responsive-gap {
        height: 1px;
        background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.1), transparent);
        margin: 20px 0;
    }
}

@media (max-width: 768px) {
    .footer .column {
        text-align: center;
        max-width: 100%;
    }

    .bordered-column::before,
    .bordered-column::after {
        width: 0;
        height: 0;
        margin: 0;
    }

    .social-media {
        flex-direction: column;
        align-items: center;
    }
  .nav-title,
  .contact-title,
  .nav-item,
  .footer-title {
    color: #d7c20a !important;
    font-size: 20px;
    text-align: center;
  }

    .social-media span {
        margin-bottom: 10px;
    }

    .red-social {
        justify-content: center;
    }
    .nav-title {
    font-size: 24px !important;
}

    .nav-line,
    .contact-line {
        width: 0;
        margin-bottom: 0;
    }
}
