
#hotel_select{
    display:none!important;
}
#rooms{
	display:none!important;
}
#hotel_select{
	display:none!important;
}

.inputs{
	height: 40px;
	width: 100%;
	border-radius: 5px;
	border: none;
	box-sizing: border-box;
	font-size: 15px;
	padding: 10px;
	margin-bottom: 10px;
}

.boton_reserva{
	font-size: 18px;
	height: 40px;
	width: 100%;
	color: white;
	border-radius: 5px;
	box-sizing: border-box;
	background-color: #e7b315;
	border: none;
}

@media(min-width: 680px){
	.inputs{
		width: 32%!important;
		display: inline-block!important;
		vertical-align: top;
	}
	.boton_reserva{
		width: 32%!important;
		display: block;
		margin: 0 auto;
	}
}

@media(min-width: 980px){
	.inputs, .boton_reserva{
		width: 18%!important;
	}
	.boton_reserva{
		display: inline-block;
		vertical-align: top;
	}
}
