body, html,
.content,
.container {
  padding-left:0px; 
  margin-left:0px;
  padding-right:0px; 
  margin-right:0px;
  padding-top:0px; 
  margin-top:0px;
}

.child-center{
	position: relative;
	top:50%;
}

#logo{
	max-width: 40%;
    height: auto;
    width: auto\9;
	padding-top: 40px;
}

#salon-text{
	margin-top: 65px;
	margin-left: 1px;
	color: black;
	width: 50%;
}

#homeBookButon{
	margin-top: 40px;
}

.container {
    max-width: 100%;
}

.section{
  
  height: 100vh;
  padding: 5%;
  
}

.section-no-100{
	padding: 5%;
}

#home-page1{
  
  /* The image used */
  background-image: url("https://www.tapyourneeds.com/es/inicio/img/portada.jpg");

  /*position: absolute;*/
  
  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align:center;
}

#home-page2{

}

#home-page3{
  
  /* The image used */
  background-image: url("https://www.tapyourneeds.com/es/inicio/img/paisaje.jpg");

  /*position: absolute;*/
  height: 70vh;
  padding-top:10%;
  
  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align:center;
}

#home-page7{
  
  /* The image used */
  background-image: url("https://www.tapyourneeds.com/es/inicio/img/salon.jpg");

  /*position: absolute;*/
  height: 70vh;
  padding-top:10%;
  
  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align:center;
}

.logo{

	font-size:xx-large;
	color: white;
	font-weight: bold;
	padding-top: 10%;

}

hr.style13 {
	height: 10px;
	border: 0;
	box-shadow: 0 10px 10px -10px #8c8b8b inset;
}


hr.style14 { 
  border: 0; 
  height: 1px; 
  background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0); 
}

/*GRID HABITACIONES*/

.img-responsive{
	overflow: hidden;
	width:100%;
	margin:10px;
}

#home-page4 .img-responsive{
	overflow: hidden;
	width:100%;
	margin:10px;
	border: solid;
	border-width: 1px;
	border-color: lightgrey;
}

.gridHabitacionesImagen{
	position: relative;
}

.gridHabitacionesTexto{
	border-radius: 10px;
	text-align: center;
	width: fit-content;
	vertical-align: middle;
	color: white;
	background-color: rgba(153,125,86,0.6);
	padding: 10px;
	border: 1px solid rgba(153,125,86);
	display: inline-block;
	position: absolute;
	top: 50%; left: 50%;
	transform: translate(-50%,-50%);
}

/*CONTACTO

.contact-text{
	font-weight: bold;
	font-size: large;
}

.wrongField{
	color: red;
	font-weight: bold;
}

.map-container{
overflow:hidden;
padding-bottom:56.25%;
position:relative;
height:0;
border-style: solid;
	border-width: 1px;
	border-color: lightgrey;
}
.map-container iframe{
left:0;
top:0;
height:100%;
width:100%;
position:absolute;
}*/