.menu{
    padding: 120px 0 0 0;
    background-image: linear-gradient(rgba(04, 34, 34, 0.8), rgba(04, 34, 34, 0.8)), url("../imgs/fondo.webp");
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #dbe4e3;
    font-family: charm;
}
.menu-h2{
   font-size: 50px;
   padding-bottom: 5%;
}
.menu-p{
    width: 80%;
    font-size: 25px;
}
.menu-flex{
    display: flex;
    justify-content: center;
    align-items: center;
}
.menu-flex-a{
	margin:5% 2% 5% 5%;
    text-decoration: none;
    color: #fff;
    background-color: #0000;
    padding: 2%;
    border: 2px solid #fff;
    font-size: 20px;
    text-transform: uppercase;
    transition-duration: .5s;
	font-family: charm;
	border-radius: 10%;
    text-wrap: nowrap;
}

@media only screen and (max-width: 1050px){ 
    
    
}
@media only screen and (max-width: 800px){
    
}
@media only screen and (max-width: 720px){
    .menu{
        background-image: linear-gradient(rgba(04, 34, 34, 0.8), rgba(04, 34, 34, 0.8)), url("../imgs/fondoResponsive.webp");
    }
}
@media only screen and (max-width: 600px){
    
}
@media only screen and (max-width: 440px){
    
}