.Fondeu
{
	position: relative;
	width: 100%;
	height: calc(100% - 150px);
	background-color: #121212;
}

.FondeuCambiable
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	opacity: 0;
}

.Descubre
{
	position: absolute;
	left: 50%; top: 50%;
	transform: translate(-50%, -50%);
	padding: 10px 30px 10px 30px;
	font-size: 30px;
	color:white;
	border-radius: 15px;
	text-shadow: 0px 0px 5px black;
}

.CortinaContenedor
{
	position: relative;
	width: 100%;
	height: calc(100% - 150px);
	font-size: 0px;
}

.CortinaElemento
{
	position: relative;
	box-sizing: border-box;
	display: inline-block;
	width: 25%;
	height: 100%;
	background-size:cover;
}

.CoverCortina
{
	position: absolute;
	left: 0px; top: 0px;
	height: 100%; width: 100%;
	background-color: rgba(0,0,0,0.9);
	opacity: 0.4;
	-webkit-transition: opacity 0.5s; 
    transition: opacity 0.5s;
}

.TextoCortina
{
	position: absolute;
	width: 100%;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) rotate(-90deg);
	font-size: 30px;
	color: white;
	text-transform: uppercase;
	text-align: center;
	pointer-events: none;
	text-shadow: 0px 0px 4px black;
}


.SuiteCortinaFoto
{
	position: relative;
	box-sizing: border-box;
	display: inline-block;
	width: 55%;
	height: 450px;
	background-color: #141414;
	background-size:cover;
	background-position:center;
}

.SuiteCortinaTexto
{
	position: relative;
	box-sizing: border-box;
	display: inline-block;
	width: 45%;
	height: 450px;
	background-color: #222;
}

.SuiteTextoFlotante
{
	position: absolute;
	left: 10%; top: 50%;
	width: 80%;
	transform: translateY(-50%);
	font-size: 13px;
	color:white;
}

.BotonSuites
{
	position: relative;
	display: inline-block;
	border:1px solid #777;
	border-radius: 5px;
	padding: 5px 15px 5px 15px;
	font-size: 15px;
	margin-top: 20px; 
	margin-right: 20px;
	color: white;
}

.BotonSuitesGreen
{
	background-color: #16885c;
	border: #16885c 1px solid;
}

.ReservaAlways
{
	position: fixed;
	bottom: 0px;
	left: 50%;
	transform: translateX(-50%);
	padding: 5px 90px 5px 90px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background-color:white;
	color:#333;
	font-size: 20px;
}

.Bienvenida
{
	position: relative;
	width: 100%;
	box-sizing: border-box;
	padding: 80px 40px 80px 40px;
	background-color: #121212;
	background-size: cover;
	background-position: center;
	background-image: url(../design/uamuvence.png);
	column-count: 3;
	column-gap: 70px;
	color: #666;
	font-size: 16px;
	text-align: justify;
	line-height: 2.3em;
}

.Bienvenida b
{
	color:#999;
}

.Flechas
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 30%;
	height: 100%;
	opacity: 0;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	opacity: 0;
	background-color: transparent;
}

.Flecha
{
	position: absolute;
	left: 10%;
	top: 50%;
	transform: translateY(-50%);
	font-size: 40px;
	color: white;
	cursor: pointer;
}

.FlechaDer
{
	right: 10%;
	left: auto;
}

.FlechasDer
{
	left: auto;
	right: 0px;
}

html, body
{
	height: 100%;
}

@media screen and (max-width: 1000px) 
{
	.Descubre
	{
		padding: 5px;
		font-size: 20px;
		text-align: center;
	}

	.CortinaContenedor
	{
		position: relative;
		width: 100%;
		height: 400%;
		font-size: 0px;
	}

	.CortinaElemento
	{
		position: relative;
		box-sizing: border-box;
		display: inline-block;
		width: 100%;
		height: 25%;
		background-size:cover;
	}

	.CoverCortina
	{
		position: absolute;
		left: 0px; top: 0px;
		height: 100%; width: 100%;
		background-color: rgba(0,0,0,0.9);
		opacity: 0.4;
		-webkit-transition: opacity 0.5s; 
	    transition: opacity 0.5s;
	}

	.TextoCortina
	{
		position: absolute;
		width: 100%;
		left: 50%;
		top: 50%;
		transform: translateX(-50%) rotate(-90deg);
		font-size: 30px;
		color: white;
		text-transform: uppercase;
		text-align: center;
		pointer-events: none;
		text-shadow: 0px 0px 4px black;
	}


	.SuiteCortinaFoto
	{
		position: relative;
		box-sizing: border-box;
		display: inline-block;
		width: 100%;
		height: 450px;
		background-color: #141414;
		background-size:cover;
		background-position:center;
	}

	.SuiteCortinaTexto
	{
		position: relative;
		box-sizing: border-box;
		display: inline-block;
		width: 100%;
		height: 450px;
		background-color: #222;
	}

	.SuiteTextoFlotante
	{
		position: absolute;
		left: 10%; top: 50%;
		width: 80%;
		transform: translateY(-50%);
		font-size: 13px;
		color:white;
	}

	.BotonSuites
	{
		position: relative;
		display: inline-block;
		border:1px solid #777;
		border-radius: 5px;
		padding: 5px 15px 5px 15px;
		font-size: 15px;
		margin-top: 20px; 
		margin-right: 20px;
		color: white;
	}

	.BotonSuitesGreen
	{
		background-color: #16885c;
		border: #16885c 1px solid;
	}

	.Bienvenida
	{
		position: relative;
		width: 100%;
		box-sizing: border-box;
		padding: 80px 10px 80px 10px;
		column-count: 1;
		column-gap: 0px;
		text-align: center;
	}

}
