.site-footer   {display:none}
/*.site-footer {background-color: #0F3255  !important;
color:#f3f3f3  !important; padding:0 }
/*.site-footer .container .row-fluid{display:none !important}
.site-copyright, .site-footer a{color: #0F3255 !important;}*a
/* Importar fuente corporativa de Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500;600;700&display=swap');

/* Aplicar la fuente al menú principal de SitioSimple */
nav ul li a, .site-header, .site-navigation {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 600 !important;
    letter-spacing: 0.5px !important;
}

/* Color azul de CONNET al pasar el mouse por los links */
nav ul li a:hover {
    color: #3e70b7 !important;
    transition: color 0.3s ease !important;
}