 /* FOOTER ESTILOS */
.site-footer {
    background: #bebebe; /* Fondo oscuro */
    color:#0000FF; /* Texto blanco */
}

.site-footer h5 {
    font-weight: bold;
    margin-bottom: 15px;
    color: #0000FF;
}

.site-footer ul {
    padding: 0;
    list-style: none;
}

.site-footer ul li {
    margin-bottom: 8px;
    font-size: 14px;
    color:#0000FF;
}

.site-footer ul li i {

    color: #0000FF; /* Color azul */
}

.site-footer p {
    font-size: 14px;
    color:#0000FF;
}

.site-footer .list-unstyled a {
    color:#0000FF;
    text-decoration: none;
    transition: color 0.3s;
}

.site-footer .list-unstyled a:hover {
    color: #0073aa;
}

 
ul, ol {
    margin: 0;
}

.iconos a:visited{
  color: #0000FF
}
.iconos a:hover{
    color: #0505f7  
  }

.iconos{
    color: #03037c;
    gap: 20px;
}