﻿a {
    color: #848484 !important;
}

    a:hover {
        color: #0071CE !important;
    }

body {
    color: #848484 !important;
}

footer {
    min-height: 5em;
}

h4 {
    font-weight: bold;
}

html {
    font-size: 14px;
}

.div-header {
    border-top: 0.2em solid #0071CE;
    padding: 0.5em;
}

.div-menu {
    border-left: 0.2em solid #0071CE;
    min-height: 100%;
}

.fa-facebook:hover {
    color: #4267B2;
}

.fa-instagram:hover {
    color: #E1306C;
}
.fa-spotify:hover {
    color: #1DB954;
}
.fa-twitter:hover {
    color: #1DA1F2;
}
.fa-youtube:hover {
    color: #FF0000;
}

.inicio {
    width: 13rem;
}

.pie {
    border-right: 0.1em solid #0071CE;
}

.sociales {
    font-size: 2.5rem;
    margin: 0 0.3em 0 0.3em;
    /* padding: 2.5em 0 2.5em 0; */
    text-align: center;
}

.sociales img {
    width: 2.5em;
}

.textos-font {

}

.titulos {
    font-family: 'Libre Baskerville', serif;
    font-size: 1.1em;
    font-weight: bold;
    text-transform: uppercase;
}

.titulo-menu {
    font-family: 'Libre Baskerville', serif;
    font-size: 1em;
    font-weight: bold;
    text-transform: uppercase;
}

#boton-fb:hover {
    content: url('../imagenes/facebook-azul.png');
}

#boton-tw:hover {
    content: url('../imagenes/twitter-azul.png');
}

#boton-ig:hover {
    content: url('../imagenes/instagram-azul.png');
}

#boton-spotify:hover {
    content: url('../imagenes/spotify-azul.png');
}

#boton-yt:hover {
    content: url('../imagenes/youtube-azul.png');
}

#logo:hover {
    content: url('../imagenes/seminario-azul.png');
}

@media (max-width: 800px) {
    .inicio {
        width: 100%;
    }
    .no-esencial {
        display: none;
    }
}