@charset "utf-8";
body{
background: url(../img/fondo5.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
    font-family:serif;
}
p {
    text-align: center;
    color: #32475f;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size:3.8vw; 
    font-family: cursive;
}
h1 {
    text-align: center;
    color: #ffffff;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size:8vw;
    background-color: #294d52;
    
}
h2 {
    text-align: center;
    color:#382313;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size:10vw;
   
    
}
h4 {
    text-align: center;
    color: #632e06;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 7vw;
   
}
h5 {
    text-align: center;
    color: #443d28;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 5vw;
}
.carta{
    
    margin-bottom: 25px;
    
}
.familia{
    background-color: #ffffff00;
    margin-bottom: 25px;
}
.plato {}

.plato img{
    width: 26px;   
    
}
hr {
  border-top: 1.5vw solid #343a40;
}

#basicCarta { 
    margin-top: 17px;
    text-align: center;
border-style:groove;
  border-color: #343a40;
  border-width: 7px;
    width: 90%;
    margin-left: 5%;
    background: url(../img/fondoCarta1.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}

table {
    width: 90%;
    margin-left: 0px;
    /*border: 2px solid red;*/
    font-size: 1.4vw;
    text-align: center;
}

table th {
    text-align: center;
    width: auto;
    padding: 5px;
    background-color: #311515;
    color: #fff;
     border: 2px solid #fff;
}
table tr {
    border: 2px solid SIENNA;
}

table tr:nth-child(odd) {
    background: #FFF;
}

table td {
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
    color: #031221;
    font-size: 1.2vw;
    /*border: 2px solid red;*/
}

table a {
    text-align: left;
    color: #007bff;
}
#fromPrede {
    text-align: center;

}
h1 img{
    height: 13vw;
    margin-top: 0px;
}
#burger2{   
    color: #632e06;
    font-size: 5vw;
}

/*boton flotante wassap*/
    
   .float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:60px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}
.float:hover {
	text-decoration: none;
	color: #25d366;
  background-color:#fff;
}

.my-float{
	margin-top:16px; 
} 

.float p{
    color: white;
    background-color: #25d366;
}
/*fin boton flotante*/

#alergenosG{
    margin-top: 15px;
    margin-bottom: 45px;
    background-color: transparent;
}

@media(min-width:700px) {
 
 .float p{
   font-size: 2vw;
}
    
}


@media(min-width:1024px) {
       
p {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size:1.5vw; 
}
h1 {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size:6vw;
}
h2 {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size:9vw;
   
    
}
h4 {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 5vw;
   
}
h5 {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 3vw;
}
    h1 img{
    height: 10vw;
        margin-left: 20px;
}
    hr {
  border-top: 0.5vw solid #343a40;
}
    .float p{
   font-size: 1vw;
}

}

