/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

.tituloReserva{
	font-family: var(--fuenteUno);
	text-align: center;
}

.contenedorReservas{
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.pReserva{
	font-size: 18px;
}

.contenedorParrafo{
	text-align: center;
}

.altura{
	height: 90%;
	width: 100%;
	background-color: grey;
}

/*smartTV*/
@media screen and (min-width: 1921px) {
.contenedorReservas{
	min-height: 69vh;
}
}



/*sobremesa*/
@media screen and (max-width: 1920px) {
.contenedorReservas{
	min-height: 69vh;
}

}


/*portatiles*/
@media screen and (max-width: 992px) {
.contenedorReservas{
	min-height: 69vh;
}


}


/*tablets*/
@media screen and (max-width: 768px) {
.contenedorReservas{
	min-height: 72vh;
}

.pReserva{
	margin-right: 20px;
}

}


/*telefonos*/
@media screen and (max-width: 476px) {
.contenedorReservas{
	min-height: 81vh;
}

.pReserva{
	margin-right: 20px;
}

}



/*relojes*/
@media screen and (max-width: 320px) {
.contenedorReservas{
	min-height: 81vh;
}
}