*{
	margin:0 auto;
	background: #2F2F2F;
}

.tittle{
	color: #FD7700;
	text-align: center;
}

.map{
	padding:0.5em;
	text-align: center;	
}

.searchTittle{
	color: #FD7700;
}

.food{
	padding: 0.5em;
	text-align: center;
}

.ravioles{
	color:#fff;
}

#splash{
  background-color:#2F2F2F;
  height: 100vh;
}

.splash {
	color: #FD7700;
	font-size: 50px;
	padding-top: 5em;
}

img.zoom {
   
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
}
 /*hacer zoom*/
.transition {
    -webkit-transform: scale(1.1); 
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}