
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.logo{
    width: 200px;
    height: 200px;
    border-radius: 50%;
    position: absolute;
    margin: 50px;
}

.bg-menu{
    background: #004aad;
    
}

.icono01{
    color: #004aad;
    text-align: center;
    font-size: 50px;
    padding: 25px;
    margin: 25px;
    
}

.text01{
    text-align: center;
    font-size: 23px;
    font-weight: 800;
    padding: 20px;
    color: #004aad;
    letter-spacing: 3px;
      
}

.text02{
    text-align: center;
    font-size: 15px;
    color: #545454;
    font-weight: 600    ;
    
}

.text03{
    color: #273F4F;
    font-size: 20px;
    font-weight: 700;
}

.text04{
    color: #FFB200;
    font-size: 40px;
    font-weight: 900;
}

.tel01{
    color: #fff;
    text-align: right;
    font-weight: 900;
    font-size: 22px;
}

.titul01{
    color: #004aad;
    font-size: 25px;
   font-weight: 700;
    text-align: center;
}

.titul02{
    color: #004aad;
    font-size: 22px;
    font-weight: 700;
    text-align: left; 
}


.titul03{
    color: #FFB200;
    font-size: 25px;
    font-weight: 900;
}

.menu01{
    color: #004aad;
}



.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: 50%;
    width: 15%;
}

.local{
    color: #cd102b;
    font-size: 35px;
}

.menu {
    color: #FFB200;
    font-size: 45px;
    font-weight: 600;
   
}

.cuidad01{
text-align: center;
font-size: 35px;
color: #FFB200;
font-weight: 800;
}

.colum01{
 text-align: center;
}

.redes-sociales i{
    transition: 3s;
    
}
.redes-sociales i:hover{
   transform: rotate(360deg);
}

@media screen and (max-width:800px){
    .text04{
     color: #FFB200;
     font-size: 28px;
    font-weight: 900;
}

    .nosotros{
        border-radius: 50%;
            width:50%;
            margin: 10px 75px;
    }
}
      
