
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.logo{
    width: 200px;
    height: 200px;
    border-radius: 50%;
    position: absolute;
    margin: 50px;
}

.bg-menu{
    background: #cd102b;
}

.imagen{
width: 100px;
height: 100px;
border-radius: 50%;
}

.imagenes01{
    width: 100%;
    height: 100%;
    border-radius: 5%;
}

section{                
    position: relative;
    width: 100%;
    height: 50vh;
    background: url(../img/IM03.png);
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    display: flex;
    display: inline-flex;
    background-blend-mode: multiply;               
}

.contacto img{
   border-radius: 5%;
   width: 300px;
}

.direccion{
    font-size: 25px;
   font-weight: 700;
   color: #545454;
}

.nosotros{
    border-radius: 1%;
    width: 45%;
}

.local{
    color: #cd102b;
    font-size: 35px;
}

.menu {
    color: #cd102b;
    font-weight: 900;
   
}

.colum01{
 text-align: center;
}

.redes-sociales i{
    transition: 3s;
    
}
.redes-sociales i:hover{
   transform: rotate(360deg);
}