* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	font-family: "Open Sans", Arial, Sans-serif;
	font-size: 16px;
}

.contenedor {
	width: 90%;
	max-width: 1000px;
	margin: auto;
	overflow: hidden;
}
/* ---------- HEADER ---------- */


header {
	width: 100%;
	background: url('../img/bg.jpg') #FFD084;
	background-size:cover;
	background-attachment: fixed;
	background-position: center 0;
}

header .contenedor {
	position: relative;
	height: 700px;
}

header .menu {
	width: 100%;
	text-align: right;
}

header .menu a {
	color: #fff;
	font-size: 20px;
	font-weight: 300;
	display: inline-block;
	margin: 40px 20px;
	text-decoration: none;
	position: relative;
}

header .menu a:hover {
	text-decoration: underline;
}

header .textos .logo {
		float: left;
		width: 9%;
}

header .textos {
	width: 100%;
	color: #fff;
	position: absolute;
	top: 50%;
	margin-top:-52px;
}

header .textos .nombre {
	font-size: 50px;
	font-weight: 600;
}

header .textos .nombre span {
	font-weight: 300;
}

header .textos h3 {
	font-weight: 300;
	font-size: 25px;
	font-style: italic;
}

/* ----- ----- MAIN ----- ----- */
.main {
	background: url('../img/bg-textura.png');
	background-repeat: repeat;
}

.main .descubre .contenedor {
	overflow: visible;
	position: relative;
}

.main .descubre .foto {
	width: 80%;
	position: absolute;
	left: 0;
	top:-50px;
	z-index: 0;
	box-shadow: 0px 0px 15px rgba(0,0,0,.35);
}

.main .descubre .foto img {
	vertical-align: top;
	width: 100%;
}

.main .descubre article {
	background: #fff;
	padding: 40px;
	width: 50%;
	position: relative;
	top:500px;
	z-index: 1;
	float: right;
	box-shadow: 0px 0px 15px rgba(0,0,0,.35);
}

.main .descubre article h3 {
	font-size: 50px;
	font-weight: 300;
	margin-bottom: 40px;
}

.main .descubre article p{
	line-height: 28px;
	margin-bottom: 15px;
}

.main .descubre article span {
	font-weight: 600;
	font-style: italic;
}

.main .destinos {
	padding-top: 570px;
	margin-bottom: 50px;
}

.main .destinos .titulo {
	font-size: 40px;
	font-weight: 300;
	text-align: center;
	margin-bottom: 40px;
}

.main .destinos .contenedor-destinos,
.main .destinos .contenedor-destinos2 {
	border:1px solid #000;
	background: transparent;
	padding: 10px;
	overflow: hidden;
}

.main .destinos article {
	width: 100%;
	float: left;
	padding: 20px;
}

.main .destinos .categoria {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 40px;
	text-align: center;
}

.main .destinos .descripcion {
	margin-bottom: 30px;
	padding-bottom: 20px;
	border-bottom:2px dotted #000; /* Linia punteada */
	overflow: hidden;
}

.main .destinos .nombre {
	font-size: 20px;
	margin-bottom: 15px;
	float: left;
	text-align: center;
}


.main .destinos .nombre span {
	font-weight: 600;
}

.main .destinos .nota {
	font-size: 12px;
	color: #676767;
	clear: both;
}

.main .destinos .nombre2 {
	font-size: 20px;
	text-align: center;
}

.main .destinos .texto {
	width: 100%;
	margin-bottom: 5px;
	padding-bottom: 7px;
	overflow: hidden;
}

.main .destinos .enlace {
	width: 57%;
	float: right;
	margin-bottom: 5px;
	padding-bottom: 7px;
}

.main .galeria {
	overflow: hidden;
}

.main .galeria .foto {
	width: 25%;
	float: left;
}

.main .galeria .foto img {
	width: 100%;
	vertical-align: top;
	opacity: .7;
}

.main .galeria .foto img:hover {
	opacity: 1;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.main .ubicacion {
	background: #fff;
	padding: 60px 0;
	overflow: hidden;
}

.main .ubicacion .titulo {
	text-align: center;
	font-size: 40px;
	line-height: 40px;
	font-weight: 300;
	margin-bottom: 40px;
}

.main .ubicacion .direccion {
	float: left;
	width: 60%;
	text-align: left;
}

.main .ubicacion .horarios {
	float: right;
	width: 40%;
	text-align: right;
	overflow: hidden;
}

.main .ubicacion .direcion .calle {
	margin-bottom: 15px;
}

.main .ubicacion .horarios h4 {
	font-size: 20px;
	text-align: center;
	margin-bottom: 20px;
}

.main .ubicacion .horarios .entre-semana,
.main .ubicacion .horarios .fin-semana {
	width: 50%;
	float: left;
	text-align: right;
	margin-bottom: 10px;
}

.main .mapa {
	width: 100%;
	overflow: hidden;
}

.main .mapa img {
	width: 100%;
	max-height: 1300px;
}

/* ----- ----- FOOTER ----- ----- */
footer {
	background: #141D29;
}

footer .copyright {
	text-align: center;
	padding: 15px 0;
	color: #BBD4D8;
}

footer .copyright a {
	color: #BBD4D8;
	text-decoration: none;
}

footer .copyright a:hover {
	text-decoration: underline;
}





/* ----- ----- MEDIA QUERIES ----- ----- */
@media screen and (max-width: 800px) {
	header .contenedor {
		position: static;
		height: auto;
	}

	header .textos {
		position: static;
		margin: 100px 0;
	}

	header .menu {
		text-align: center;
	}

	header .menu a {
		margin: 10px 20px;
	}

	header .textos .logo {
		width: 12%;
		float: left;
	}

	
	header .textos .nombre {
		width: 88%;
		float: right;
		font-size: 30px;
	}

	header .textos h3 {
		font-size: 18px;
	}

	.main .descubre .foto {
		width: 100%;
		position: relative;
	}

	.main .descubre article {
		position: relative;
		width: 100%;
		top:-50px;
		transform:translate(0px, 0);
	}

	.main .destinos {
		padding-top: 300px;
	}

	.main .destinos article {
		width: 100%;
	}

	.main .galeria .foto {
		width: 50%;
	}

	.main .mapa {
		width: 80%;
		margin: auto;
	}
}

@media screen and (max-width: 600px) {

	header .textos .logo {
		width: 14%;
		float: left;
	}

	
	header .textos .nombre {
		width: 86%;
		float: right;
	}
}

@media screen and (max-width: 550px) {

	header .textos .logo {
		width: 16%;
		float: left;
	}

	
	header .textos .nombre {
		width: 84%;
		float: right;
	}
}

@media screen and (max-width: 500px) {

	header .textos .logo {
		width: 18%;
		float: left;
	}

	
	header .textos .nombre {
		width: 82%;
		float: right;
	}
}

@media screen and (max-width: 400px) {

	header .textos .logo {
		width: 20%;
		float: left;
	}

	
	header .textos .nombre {
		width: 80%;
		float: right;
	}

	.main .descubre article h3 {
		font-size: 34px;
		margin-bottom: 10px;
	}

	.main .destinos article .nombre {
		font-size: 16px;
		line-height: 16px;
	}

	.main .ubicacion .direccion {
		margin-bottom: 15px;
	}

	.main .ubicacion .direccion, 
	.main .ubicacion .horarios {
		width: 100%;
		text-align: center;
	}
}

@media screen and (max-width: 350px) {

	header .textos .logo {
		width: 27%;
		float: left;
	}

	
	header .textos .nombre {
		width: 73%;
		float: right;
	}
}
