@charset "utf-8";
body{
background: url(../img/pizarra.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
    font-family:fantasy;
}
p {
    text-align: center;
    color: white;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size:3.8vw;
    font-family: cursive;
}
h1 {
    text-align: center;
    color: white;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size:8vw;
}
h2 {
    text-align: center;
    color:#ffc107;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size:7vw;
   
    
}
h4 {
    text-align: center;
    color: #fd7e14;
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 7vw;
   
}
h5 {
    text-align: center;
    color: #5ede7b;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 5vw;
}
.carta{
    
    margin-bottom: 25px;
    
}
.familia{
    background-color: #3d3d3d;
    margin-bottom: 25px;
}
.plato {}

.plato img{
    width: 26px;   
    
}
hr {
  border-top: 5px solid black;
    margin-bottom: 0px;
}

#basicCarta { 
    margin-top: 17px;
    text-align: center;
  /*border-style:double;*/
  border-color: black;
  border-width: 7px;
    width: 90%;
    margin-left: 5%;
    /*background-color: #e8d59d;*/
}

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;
}

/*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: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:5vw;
   
    
}
h4 {
    text-align: center;
    margin-top: 0px;
    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;
}
}

