
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.logo{
    width: 300px;
    height: 200px;
    border-radius: 5%;
    position: absolute;
    margin: 50px;
}

.bg-menu{
    background: #29a5fb;
}

.text01{
    color: #03A791;
    font-weight: bold;
}

.carrusel01{
    color: #03A791;
    text-align: center;
    font-weight: bold;
    font-family: fantasy;
}

.parrafo01{
color: #F1EFEC;
text-align: center;
font-weight: 900;
font-size: 28px;
}

.parrafo02{
color: #03A791;
text-align: center;
font-family: fantasy;
font-weight: bold;
font-size: 22px;
}

.icono01{
  color:#03A791;
  font-weight: bold;
  font-size: 55px;
  text-align: center;
}

.carrusel02{
    color: #F97A00;
    text-align: center;
    font-size: 50px;
}

.carrusel03{
    color: #29a5fb;
    text-align: center;
    font-size: 50px;
}

.carrusel04{
    color: #8db600;
    text-align: center;
    font-size: 50px;
}

.carrusel05{
  color: #29a5fb;
    text-align: center;
    font-size: 50px;
}

.imagen{
width: 150px;
height: 100px;
border-radius: 5%;
}

.imagenes01{
    font-size: 60px;
    color: #03A791;
}

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: 5%;
    width: 25%;
    margin: 35px;
}

.local{
    color: #cd102b;
    font-size: 35px;
}

.menu {
    color: #fff;
    font-weight: 900;
    font-size: 30px;
   
}

.colum01{
 text-align: center;
}

.redes-sociales i{
    transition: 3s;
    
}
.redes-sociales i:hover{
   transform: rotate(360deg);
}