*{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body{
    background: url('../img/textura-madera.jpg') #6d5219;
}
nav a{
    display: inline-block;
    padding: 0 100px;
}
.logo{
    width: 100%;
}
.logo a img{
    width: 100%;
}
header{
    border-bottom: 1px solid #f00;
    background: rgba(0, 0, 0, .3);
}
.text-uno{
    line-height: 15px; 
    margin-top: 10px; 
    background: rgba(0, 0, 0, .7); 
    color: #f00; 
    font-weight: 100; 
    letter-spacing: 2.5px; 
    text-align: center;
    font-size: 34px;
}
.text-dos{
    line-height: 10px; 
    margin-top: 10px; 
    font-size: 28px;
    color: #8f0000;
    background: rgba(0, 0, 0, .3); 
    font-weight: 100; 
    letter-spacing: 2.5px; 
    text-align: center;
    border: 1px solid rgb(0, 0, 0);
}
.text-dos:hover{
    background: rgba(0, 0, 0, 1);
    border: 1px solid rgb(13, 28, 95);
    color: #f00;
}
.text-cuatro{
    line-height: 15px; 
    margin-top: 10px; 
    background: rgba(0, 0, 0, .7); 
    color: #f00; 
    font-weight: 100; 
    letter-spacing: 3px; 
    text-align: center;
    font-size: 48px;
}
main{
    position: relative;
    max-height: 600px;
    top: -30px;
}
a{
    position: relative;
}
a:hover{
    text-decoration: none;
}
.somos{
    background: #fff;
    color: #000;
    box-shadow: 1px 1px 15px rgba(0, 0, 0, .3);
    position: relative;
    top: -400px;
    letter-spacing: 2px;
}
.somos p{
    font-family: Arial;
}
.bander{
    width: 100%;
}
.plato{
    background: #000;
    background-repeat: repeat-x;
    background-position-x: 0%;
    background-position-y: 100%;
    margin-bottom: 20px;
    border-bottom: 2px solid #f00;
    
}
.nombre{
    line-height: 18px;
    letter-spacing: 1.2px;
    font-size: 22px;
    background: rgba(0, 0, 0, .5);
}
iframe{
    height: 500px;
}

.precio p{
    width: 30%;
    text-align: center;
    font-size: 30px;
    margin: 0;
}

svg{
    color: rgb(255, 255, 255);
}
svg:hover{
    color: rgb(0, 196, 0);
}
.nom{
    font-size: 38spx;
    color: #fff;
}

.ubicacion{
    color: #fff;
    background: rgba(0, 0, 0, .3);
}
.text-tres{
    letter-spacing: 1.5px;
    font-size: 2rem;
}

.botones{
    line-height: 10px; 
    margin-top: 10px; 
    margin-inline: 10px;
    font-size: 28px;
    color: #ff0606;
    background: rgba(0, 0, 0, .3); 
    font-weight: 100; 
    letter-spacing: 2.5px; 
    text-align: center;
    border: 1px solid rgb(0, 0, 0);
}
footer{
    background: #000;
    min-height: 150px;
    letter-spacing: 2px;
    font-size: 22px;
}
footer a{
    padding-inline: 10px;
    color: #d60b0b;
    background: none;
}
footer a:hover{
    color: #000000;
    background: #fff;
    box-shadow: 1px 1px 5px rgba(255, 255, 255, 1);
}

@media screen and (max-width: 800px) { 
    .asc{
        line-height: 10px;
        font-size: 28px;
    }
    .somos{
        top: 0px;
    }
    iframe{
        height: 300px;
    }
    .text-tres{
        line-height: 20px;
        font-size: 1.5rem;
    }
}
@media screen and (max-width: 400px) { 
    .text-dos{
        line-height: 7px;
        font-size: 22px;
    }
    iframe{
        height: 200px;
    }
}
