.seccion-1{
  background-image: url(../assets/images/img-2.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 100vh;
  color: white;
  font-size: 60px;
}


.seccion-2 {
  background-image: url(../assets/images/back2.jpg);*/
  background-size: cover;
  background-repeat: repeat;
  background-position: center;
  height:115vh;
  display: none;
}

.name {
	background-color:white;
	font-size: 26px;
	text-align: center;
	color:#EB984E;
  font-family: sans-serif;
}
.tam{
 width: 500px;
 height: 400px;
 margin: 0 auto;
 padding: 30px;


}
.map  {
	margin: 0 auto;
}

iframe {
	width: 70%;
}

.input {
	margin: 3vh auto;
	width: 60%;
	background-color: rgba(255,255,255,0.85);
	border-radius: 10px;
	box-shadow: 2px 3px orange;
	padding:2vh;
}


.restaurants {
  float: right;
	background-color: rgba(209, 242, 235,0.9);
	height: 600px;
	width: 80%;
	margin-bottom: 20px;
	margin:0 auto 6vh auto;
	border-radius: 10px;
	box-shadow: 2px 3px 4px orange;
	height: 60px;
	padding: ;
}
.modal{
 color:black;
 position:fixed;
 font-family:arial;
 font-size:1em;
 border:0.05em solid black;
 overflow:auto;
 background-color:#fff;

}
