/* Diseñó Seba Sumbre*/





/* Estilos Desktop -------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 2500px) {
.typo-botonera-titulo{
	color: rgba(180, 150, 100, 1);
	font-family: 'Avenir LT Std 65 Medium', sans serif;
	font-size: 18px;
	line-height: 32px;
	text-align: left;
	font-variant: normal;
	text-transform: none;
	letter-spacing: 0em;
	word-spacing: 0em;
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
	transition: all 0.5s ease 0s;
}

.typo-botonera-titulo:hover{
	color: rgba(50, 50, 50, 1);
}

.typo-botonera-bajada{
	color: rgba(180, 150, 100, 1);
	font-family: 'Fjalla One', sans-serif;
	font-size: 11px;
	line-height: 11px;
	text-align: left;
	font-variant: normal;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	word-spacing: 0em;
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
	transition: all 0.5s ease 0s;
}

.botonera-filete{
	width: 50px;
	height: 1px;
	background-color: rgba(180, 150, 100, 1);
	padding-left: 0px;
	margin: 15px -25px 15px;
}

.typo-titulo-blanco{
	color: rgba(255, 255, 255, 1);
	font-family: 'Abril Fatface', cursive;
	font-size: 80px;
	line-height: 68px;
	text-align: left;
	font-variant: normal;
	text-transform: none;
	letter-spacing: 0em;
	word-spacing: 0em;
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
	transition: all 0.5s ease 0s;
}

.typo-titulo-blanco-chico{
	color: rgba(255, 255, 255, 0.5);
	font-family: 'Abril Fatface', cursive;
	font-size: 80px;
	line-height: 68px;
	text-align: left;
	font-variant: normal;
	text-transform: none;
	letter-spacing: 0em;
	word-spacing: 0em;
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
	transition: all 0.5s ease 0s;
}

.typo-titulo-dorado{
	color: rgba(180, 150, 100, 1);
	font-family: 'Abril Fatface', cursive;
	font-size: 80px;
	line-height: 68px;
	text-align: left;
	font-variant: normal;
	text-transform: none;
	letter-spacing: 0em;
	word-spacing: 0em;
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
	transition: all 0.5s ease 0s;
}

.typo-texto-grande-blanco{
	color: rgba(255, 255, 255, 1);
	font-family: 'Playfair Display', serif;
	font-size: 21px;
	line-height: 30px;
	font-weight: 400;
	text-align: left;
	font-variant: normal;
	text-transform: none;
	letter-spacing: 0em;
	word-spacing: 0em;
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
	transition: all 0.5s ease 0s;
}

.typo-titulo-itinerario{
	color: rgba(180, 150, 100, 1);
	font-family: 'Fjalla One', cursive;
	font-size: 15px;
	line-height: 18px;
	text-align: left;
	font-variant: normal;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	word-spacing: 0em;
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
	transition: all 0.5s ease 0s;
}

.typo-texto-itinerario{
	color: rgba(255, 255, 255, 0.75);
	font-family: 'Playfair Display', serif;
	font-size: 14px;
	line-height: 20px;
	text-align: left;
	font-variant: normal;
	text-transform: none;
	letter-spacing: 0em;
	word-spacing: 0em;
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
	transition: all 0.5s ease 0s;
}

.typo-titulo-seguridad{
	color: rgba(255, 255, 255, 1);
	font-family: 'Fjalla One', cursive;
	font-size: 15px;
	line-height: 18px;
	text-align: left;
	font-variant: normal;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	word-spacing: 0em;
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
	transition: all 0.5s ease 0s;
}

.typo-creditos{
	color: rgba(255, 255, 255, 0.35);
	font-family: 'Avenir LT Std 45 Book', sans serif;
	font-size: 12px;
	line-height: 24px;
	text-align: right;
	font-variant: normal;
	text-transform: none;
	letter-spacing: 0.025em;
	word-spacing: 0em;
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
	transition: all 0.5s ease 0s;
}

.typo-sumbre{
	color: rgba(255, 255, 255, 0.35);
	font-family: 'Avenir LT Std 45 Book', sans serif;
	font-size: 10px;
	line-height: 24px;
	text-align: right;
	font-variant: normal;
	text-transform: uppercase;
	letter-spacing: 0.25em;
	word-spacing: 0em;
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
	transition: all 0.5s ease 0s;
}

.typo-sumbre:hover{
	color: rgba(255, 255, 255, 1);
}










.boton-comience {
	float: left;
	display: block;
	font-family: 'Avenir LT Std 95 Black',sans serif;
	color: rgba(255, 255, 255, 1);
	background-color: transparent;
	font-size: 16px;
	font-variant: normal;
	text-transform: none;
	letter-spacing: 0.015em;
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
	transition: all 0.5s ease 0s;
	border: 1px solid rgba(255, 255, 255, 1);
	border-radius: 0px;
	padding: 20px 30px;
}

.boton-comience:hover{
	color: rgba(180, 150, 100, 1);
	background-color: rgba(255, 255, 255, 1);
	border: 1px solid rgba(255, 255, 255, 1);
}

.boton-itinerario {
	float: left;
	display: block;
	font-family: 'Avenir LT Std 95 Black',sans serif;
	color: rgba(255, 255, 255, 1);
	background-color: transparent;
	font-size: 16px;
	font-variant: normal;
	text-transform: none;
	letter-spacing: 0.015em;
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
	transition: all 0.5s ease 0s;
	border: 1px solid rgba(255, 255, 255, 1);
	border-radius: 0px;
	padding: 20px 30px;
}

.boton-itinerario:hover{
	color: rgba(255, 255, 255, 1);
	background-color: rgba(180, 150, 100, 1);
	border: 1px solid rgba(180, 150, 100, 1);
}

.boton-reserva {
	float: left;
	display: block;
	font-family: 'Avenir LT Std 95 Black',sans serif;
	color: rgba(255, 255, 255, 1);
	background-color: transparent;
	font-size: 16px;
	font-variant: normal;
	text-transform: none;
	letter-spacing: 0.015em;
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
	transition: all 0.5s ease 0s;
	border: 0px solidrgba(255, 255, 255, 1);
	border-radius: 0px;
	padding: 20px 20px;
}

.boton-reserva:hover{
	color: rgba(180, 150, 100, 1);
}

.boton-galeria {
	float: left;
	display: block;
	font-family: 'Avenir LT Std 95 Black',sans serif;
	color: rgba(255, 255, 255, 1);
	background-color: rgba(50, 50, 50, 1);
	font-size: 16px;
	font-variant: normal;
	text-transform: none;
	letter-spacing: 0.015em;
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
	transition: all 0.5s ease 0s;
	border: 1px solid rgba(255, 255, 255, 1);
	border-radius: 0px;
	padding: 20px 30px;
}

.boton-galeria:hover{
	color: rgba(255, 255, 255, 1);
	background-color: rgba(180, 150, 100, 1);
	border: 1px solid rgba(180, 150, 100, 1);
}

.boton-itinerario-completo {
	float: left;
	display: block;
	font-family: 'Avenir LT Std 95 Black',sans serif;
	color: rgba(255, 255, 255, 1);
	background-color: transparent;
	font-size: 16px;
	font-variant: normal;
	text-transform: none;
	letter-spacing: 0.015em;
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
	transition: all 0.5s ease 0s;
	border: 0px solidrgba(255, 255, 255, 1);
	border-radius: 0px;
	padding: 20px 20px;
}

.boton-itinerario-completo:hover{
	color: rgba(180, 150, 100, 1);
}

.boton-alojamientos-galeria {
	float: left;
	display: block;
	font-family: 'Fjalla One', serif;
	color: rgba(255, 255, 255, 0.75);
	background-color: transparent;
	font-size: 11px;
	text-align: left;
	font-variant: normal;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
	transition: all 0.5s ease 0s;
	border: 1px solid rgba(255, 255, 255, 0.75);
	border-radius: 0px;
	padding: 10px 15px;
	margin-top: 15px;
}

.boton-alojamientos-galeria:hover{
	color: rgba(255, 255, 255, 1);
	background-color: rgba(180, 150, 100, 1);
	border: 1px solid rgba(180, 150, 100, 1);
}

.boton-via-telefonica {
	float: left;
	display: block;
	font-family: 'Avenir LT Std 95 Black',sans serif;
	color: rgba(255, 255, 255, 1);
	background-color: transparent;
	font-size: 16px;
	font-variant: normal;
	text-transform: none;
	letter-spacing: 0.015em;
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
	transition: all 0.5s ease 0s;
	border: 1px solid rgba(255, 255, 255, 1);
	border-radius: 0px;
	padding: 20px 30px;
}

.boton-via-telefonica:hover{
	color: rgba(180, 150, 100, 1);
	background-color: rgba(255, 255, 255, 1);
	border: 1px solid rgba(255, 255, 255, 1);
}

.boton-via-email {
	float: left;
	display: block;
	font-family: 'Avenir LT Std 95 Black',sans serif;
	color: rgba(255, 255, 255, 1);
	background-color: transparent;
	font-size: 16px;
	font-variant: normal;
	text-transform: none;
	letter-spacing: 0.015em;
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
	transition: all 0.5s ease 0s;
	border: 0px solid rgba(255, 255, 255, 1);
	border-radius: 0px;
	padding: 20px 30px;
}

.boton-via-email:hover{
	color: rgba(50, 50, 50, 1);
	border: 0px solid rgba(255, 255, 255, 1);
}

.boton-descargar {
	float: left;
	display: block;
	font-family: 'Avenir LT Std 95 Black',sans serif;
	color: rgba(255, 255, 255, 1);
	background-color: transparent;
	font-size: 16px;
	font-variant: normal;
	text-transform: none;
	letter-spacing: 0.015em;
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
	transition: all 0.5s ease 0s;
	border: 1px solid rgba(255, 255, 255, 1);
	border-radius: 0px;
	padding: 20px 30px;
}

.boton-descargar:hover{
	color: rgba(50, 50, 50, 1);
	background-color: rgba(255, 255, 255, 1);
	border: 1px solid rgba(255, 255, 255, 1);
}
}










/* Estilos Mobile --------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 1200px) {
.typo-titulo-grande-blanco{
	color: rgba(255, 255, 255, 1);
	font-family: 'Abril Fatface', cursive;
	font-size: 70px;
	line-height: 60px;
	text-align: center;
	font-variant: normal;
	text-transform: uppercase;
	letter-spacing: 0em;
	word-spacing: 0em;
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
	transition: all 0.5s ease 0s;
}

.typo-titulo-mediano-blanco{
	color: rgba(255, 255, 255, 1);
	font-family: 'Abril Fatface', cursive;
	font-size: 30px;
	line-height: 34px;
	text-align: center;
	font-variant: normal;
	text-transform: uppercase;
	letter-spacing: 0em;
	word-spacing: 0em;
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
	transition: all 0.5s ease 0s;
}

.typo-titulo-grande-dorado{
	color: rgba(180, 150, 100, 1);
	font-family: 'Abril Fatface', cursive;
	font-size: 70px;
	line-height: 60px;
	text-align: center;
	font-variant: normal;
	text-transform: uppercase;
	letter-spacing: 0em;
	word-spacing: 0em;
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
	transition: all 0.5s ease 0s;
}

.typo-titulo-chico-blanco{
	color: rgba(255, 255, 255, 1);
	font-family: 'Abril Fatface', cursive;
	font-size: 30px;
	line-height: 28px;
	text-align: center;
	font-variant: normal;
	text-transform: uppercase;
	letter-spacing: 0em;
	word-spacing: 0em;
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
	transition: all 0.5s ease 0s;
}

.typo-titulo-chico-dorado{
	color: rgba(180, 150, 100, 1);
	font-family: 'Abril Fatface', cursive;
	font-size: 30px;
	line-height: 28px;
	text-align: center;
	font-variant: normal;
	text-transform: uppercase;
	letter-spacing: 0em;
	word-spacing: 0em;
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
	transition: all 0.5s ease 0s;
}

.typo-titulo-minimo-dorado{
	color: rgba(180, 150, 100, 1);
	font-family: 'Abril Fatface', cursive;
	font-size: 30px;
	line-height: 24px;
	text-align: center;
	font-variant: normal;
	text-transform: normal;
	letter-spacing: 0em;
	word-spacing: 0em;
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
	transition: all 0.5s ease 0s;
}

.typo-titulo-mini-dorado{
	color: rgba(180, 150, 100, 1);
	font-family: 'Abril Fatface', cursive;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	font-variant: normal;
	text-transform: normal;
	letter-spacing: 0em;
	word-spacing: 0em;
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
	transition: all 0.5s ease 0s;
}

.typo-texto-mobile{
	color: rgba(255, 255, 255, 0.75);
	font-family: 'Playfair Display', serif;
	font-size: 16px;
	line-height: 22px;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	letter-spacing: 0em;
	word-spacing: 0em;
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
	transition: all 0.5s ease 0s;
}

.typo-creditos{
	color: rgba(255, 255, 255, 0.65);
	font-family: 'Avenir LT Std 45 Book', sans serif;
	font-size: 11px;
	line-height: 12px;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	letter-spacing: 0.025em;
	word-spacing: 0em;
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
	transition: all 0.5s ease 0s;
}

.typo-sumbre{
	color: rgba(255, 255, 255, 0.65);
	font-family: 'Avenir LT Std 45 Book', sans serif;
	font-size: 9px;
	line-height: 12px;
	text-align: center;
	font-variant: normal;
	text-transform: uppercase;
	letter-spacing: 0.25em;
	word-spacing: 0em;
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
	transition: all 0.5s ease 0s;
}

.typo-sumbre:hover{
	color: rgba(255, 255, 255, 1);
}

.typo-titulo-alojamientos{
	color: rgba(180, 150, 100, 1);
	font-family: 'Abril Fatface', cursive;
	font-size: 36px;
	line-height: 32px;
	text-align: center;
	font-variant: normal;
	text-transform: uppercase;
	letter-spacing: 0em;
	word-spacing: 0em;
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
	transition: all 0.5s ease 0s;
}

.typo-bajada-alojamientos{
	color: rgba(180, 150, 100, 1);
	font-family: 'Fjalla One', sans-serif;
	font-size: 16px;
	line-height: 11px;
	text-align: left;
	font-variant: normal;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	word-spacing: 0em;
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
	transition: all 0.5s ease 0s;
}










.boton-fondo-dorado {
	float: left;
	display: block;
	font-family: 'Avenir LT Std 95 Black',sans serif;
	color: rgba(255, 255, 255, 1);
	background-color: rgba(180, 150, 100, 1);
	font-size: 16px;
	font-variant: normal;
	text-transform: none;
	letter-spacing: 0.015em;
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
	transition: all 0.5s ease 0s;
	border: 1px solid rgba(180, 150, 100, 1);
	border-radius: 0px;
	padding: 20px 30px;
}

.boton-fondo-dorado:hover{
	color: rgba(180, 150, 100, 1);
	background-color: rgba(255, 255, 255, 1);
	border: 1px solid rgba(255, 255, 255, 1);
}

.boton-fondo-transparente {
	float: left;
	display: block;
	font-family: 'Avenir LT Std 95 Black',sans serif;
	color: rgba(255, 255, 255, 1);
	background-color: transparent;
	font-size: 16px;
	font-variant: normal;
	text-transform: none;
	letter-spacing: 0.015em;
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
	transition: all 0.5s ease 0s;
	border: 1px solid rgba(255, 255, 255, 1);
	border-radius: 0px;
	padding: 20px 30px;
}

.boton-fondo-transparente:hover{
	color: rgba(180, 150, 100, 1);
	background-color: rgba(255, 255, 255, 1);
	border: 1px solid rgba(255, 255, 255, 1);
}

.boton-sin-fondo {
	float: left;
	display: block;
	font-family: 'Avenir LT Std 95 Black',sans serif;
	color: rgba(255, 255, 255, 1);
	background-color: transparent;
	font-size: 16px;
	font-variant: normal;
	text-transform: none;
	letter-spacing: 0.015em;
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
	transition: all 0.5s ease 0s;
	border: 0px solid rgba(255, 255, 255, 1);
	border-radius: 0px;
	padding: 20px 30px;
}

.boton-sin-fondo:hover{
	color: rgba(180, 150, 100, 1);
}
}