/* ==========================================================================
   ESTILOS FOOTER OFICIAL (CONTRASTE OSCURO Y BOTONES BRILLANTES)
   ========================================================================== */

.main-footer-coahuayana {
    background-color: #111827; /* Fondo oscuro elegante para alto contraste */
    color: #ffffff;
    border-top: 4px solid #fca500; /* Borde superior con el amarillo institucional */
}

/* LOGO EN FOOTER */
.footer-logo-img {
    height: 70px;
    width: auto;
    object-fit: contain;
    filter: drop-shadow(0 2px 8px rgba(255, 255, 255, 0.15));
}

/* ESTILOS DE BOTONES DE ACCIÓN EN FOOTER */
.btn-footer-action {
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 18px;
    border-radius: 50px;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    text-decoration: none !important;
    border: 1px solid transparent;
}

/* BOTÓN TELÉFONO */
.btn-phone {
    background-color: #fca500;
    color: #000000 !important;
}

.btn-phone:hover {
    background-color: #ffb700;
    transform: translateY(-3px);
    box-shadow: 0 8px 18px rgba(252, 165, 0, 0.35);
}

/* BOTÓN CORREO PRESIDENCIA */
.btn-email {
    background-color: rgba(255, 255, 255, 0.1);
    color: #ffffff !important;
    border-color: rgba(255, 255, 255, 0.2);
}

.btn-email:hover {
    background-color: #ffffff;
    color: #111827 !important;
    transform: translateY(-3px);
}

/* BOTÓN WEBMAIL INSTITUCIONAL */
.btn-mail-server {
    background-color: #15803d; /* Verde institucional */
    color: #ffffff !important;
}

.btn-mail-server:hover {
    background-color: #16a34a;
    transform: translateY(-3px);
    box-shadow: 0 8px 18px rgba(22, 163, 74, 0.35);
}

/* BOTÓN SISGE */
.btn-sisge-portal {
    background-color: #0284c7;
    color: #ffffff !important;
}

.btn-sisge-portal:hover {
    background-color: #0369a1;
    transform: translateY(-3px);
    box-shadow: 0 8px 18px rgba(3, 105, 161, 0.35);
}

/* ENLACES DEL FOOTER INFERIOR */
.footer-link-highlight {
    color: #fca500 !important;
    font-weight: 700;
    text-decoration: none;
    transition: color 0.2s ease;
}

.footer-link-highlight:hover {
    color: #ffffff !important;
}

.footer-link-brand {
    color: #38bdf8 !important;
    font-weight: 700;
    text-decoration: none;
    transition: color 0.2s ease;
}

.footer-link-brand:hover {
    color: #ffffff !important;
    text-decoration: underline;
}

.footer-link-privacy {
    color: #e2e8f0 !important;
    text-decoration: none;
    transition: color 0.2s ease;
}

.footer-link-privacy:hover {
    color: #fca500 !important;
}

.fs-7 {
    font-size: 13px;
}
/* MARCO BLANCO PARA EL LOGO DEL FOOTER */
.footer-logo-frame {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 2px solid rgba(255, 255, 255, 0.2);
}

.footer-logo-frame:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(252, 165, 0, 0.3) !important;
}

.footer-logo-img {
    height: 60px;
    width: auto;
    object-fit: contain;
}