@import url('https://fonts.googleapis.com/css?family=Dosis');

footer
{
    color: white;
    height: 150px;
    background-image: url(../img/imagen3.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-top: 10px rgb(0, 195, 255) solid;
}
footer a
{
    text-decoration: none;
    font-size: 50px;
    color: white;
    justify-content: center;
    display: block;
    text-align: center;
    margin-left: 20px;
    margin-top: 10px;
    transition: color 0.5s;
}
footer a:hover
{
    color: rgb(0, 195, 255);
}
footer h1
{
    margin-top: 20px;
}
footer h1, footer h2, footer h3
{
    font-family: 'Dosis', sans-serif;
    text-align: center;
}
footer h3
{
    margin-top: 20px;
}

#contactos
{
    display: flex;
    justify-content: center;
    margin-top:10px;
}
#contactos div
{
    margin-top: 20;
}