@import 'https://fonts.googleapis.com/css?family=Rubik+One';
@import 'https://fonts.googleapis.com/css?family=Dosis';

body{
    background-color: black;
}
a{
    text-decoration: none;
    color:#ffffff;
}
.ContenedorFlyer{
    background-color: #b80909;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 5px;
    padding-bottom: 0px;
}

.flyer{     
    width: 80%;
}

.PiePagina{
    color:#ffffff;
    font-family: 'Dosis';
    font-size: 25px;
    font-weight: bold;
    background-color: #b80909;
    height: 70px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content:space-around;
}

@media only screen and (max-width : 900px) {
    .flyer{     
        width: 95%;
    }
    .PiePagina{
        font-size: 25px;
        text-decoration: none;
        flex-direction: column;
        height: 45%;
        padding-top: 10px;
        font-weight: lighter;
    }
    .Icono{
        width: 50px;
        height: 50px;
        margin-right: 10px;
    }
    .Fono{
        width:80%;
    }
    .Insta{
        width:80%;
    }
    .Face{
        width:80%;       
    }
}

.Fono{
    background-color: #b80909;
    width: 30%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content:center;
}

.Insta{
    background-color: #b80909;
    width: 20%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content:center;
}

.Face{
    background-color: #b80909;
    width: 20%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content:center;
}

.Icono{
    width:40;
    height:40;
    margin-right: 10px;
}