@import url('https://fonts.googleapis.com/css2?family=Amatic+SC:wght@400;700&family=Open+Sans:wght@400;600&display=swap');

body {
	font-family: 'Amatic SC', cursive;
}

.clear {clear:both;}

#icoMenuMobile {
	display: none;
	z-index: 99999;
}

#header {
	z-index: 999;
	width: 100%;
	margin: auto;
	position: fixed;
}
#headerInner {
	width: 100%;
	max-width: 1470px;
	margin: auto;
}

.menuMobile {
	display: none;
}
.menuMobile ul {
	display: none;
}
.bgHeaderMobile {
	display: none;
}
.bgHeader {
	background: #fff;
	z-index: 998;
	width: 100%;
	max-width: 100%;
	margin: auto;
	position: fixed;
	height: 130px;
}
#logo {
	z-index: 999;
}
#logo img {
	width: 100%;
}
#topbar {
	position: absolute;
	top: 10px;
	right: 20px;
	z-index: 9999;
	padding-left: 0!important;
	font-family: 'Open Sans', sans-serif;
	margin: 0;
}
#topbar li:hover > ul#idiomas {
	display:block;
}
#topbar li:hover > ul#idiomas li {
	margin: 0!important;
}
#topbar li {
	float: left;
	display: block;
	text-align: center;
	padding: 0 10px;
	margin: 0;
	overflow: hidden;
	font-size: 12px;
}
#topbar li a{
	color: #e38c02;
}
#idiomas {
	display: none;
	padding: 0!important;
	margin: 0!important;
}
#idiomas li {
	float: none!important;
	background: #fff;
	padding: 7px 20px;
	margin: 0;
	text-align: center;
	border-bottom: solid 1px #ccc;
	font-size: 12px;
}
#menu {
	float: right;
	padding-top: 30px;
	width: 100%;
	max-width: 820px;
}
#menu li {
	float: left;
	display: block;
	width: 25%;
}
#menu li img {
	width: 100%;
	transform: scale(.9);
}
#menu li:hover > ul#submenu {
	display:block;
	transition: all .5s;
}
#submenu {
	padding-left: 0!important;
	display: none;
	transition: all .5s;
}
#submenu li {
	float: none!important;
	width: 90%;
	margin-left: 5%;
	background: #fff;
	padding: 7px 10px;
	border-bottom: solid 1px #ccc;
	font-family: 'Open Sans', sans-serif;
}
#submenu li a {
	color: #333;
	font-size: 12px;
}

#slider {
	margin-top: 130px;
}
#slider img {
	width: 100%!important;
}
.carousel-item {
	width: 100%!important;
}
.carousel picture {
	width: 100%!important;
}
.carousel img {
	width: 100%!important;
}

.titleSection {
	font-size: 35px;
	border-bottom: solid 1px #e38c02;
	border-top: solid 1px #e38c02;
	padding: 5px 0;
	margin: 20px 0;
	width: 100%;
	font-weight: 700;
	font-family: 'Amatic SC', cursive;
}
.titleSection a{
	font-size: 35px;
	font-family: 'Amatic SC', cursive!important;
}

.textSection {
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
}


#mensaje {
	border-bottom: solid 1px #e38c02;
	border-top: solid 1px #e38c02;
	margin: 40px 0;
	width: 100%;

}
#mensaje .content {
	font-size: 28px;
	text-transform: uppercase;
	color: #000;
	width: 65%;
	margin: auto;
	text-align: center;
	padding: 300px 0 70px 0;
	font-family: 'Amatic SC', cursive!important;
}
#mensajeBG {
	background: url('../images/bgFrase.jpg?x');
	background-size: cover;
}

.itemDestino .content {
	background: #f8f8f8;
	width: 100%;
	margin: auto;
}
.itemDestino .content .holder {
	max-height: 180px;
	overflow: hidden;
}
.itemDestino .content p {
	color: #000;
	font-family: 'Amatic SC', cursive!important;
	font-size: 24px;
	padding: 10px;
}

.itemExcursion {
	font-family: 'Open Sans', sans-serif;
	color: #5b5a5a;
}
.itemExcursion .description {
	font-family: 'Open Sans', sans-serif;
	color: #5b5a5a;
}
#info_general {
	padding-bottom: 25px;
}
#info_general .items {
	padding: 10px 0;
	border-bottom: solid 1px #ccc;
}
#info_general .description {
	font-family: 'Open Sans', sans-serif;
	color: #5b5a5a;
}

#footerMenu {
	margin:0;
	padding:0;
}
#footerMenu li {
	margin:0;
	padding:0;
	display: block;
	color: #fff;
	font-size: 22px;
	font-family: 'Open Sans', sans-serif;
}
#footerMenu li a{
	color: #fff;
}
#social img {
	margin-left: 10px;
}

.solapa-final {
	font-family: 'Open Sans', sans-serif;
}

@media (max-width: 600px) {
	#menuDesktop {
		display: none;
	}
	.menuMobile {
		display: block;
	}
	.menuMobile .head {
		color: #fff;
		font-family: 'Open Sans', sans-serif;
		width: 85%;
		margin: auto;
		font-weight: bold;
		background: url("../images/menu.png?x") center right no-repeat;
		padding: 10px 0;
	}
	.menuMobile {
		width: 100%;
		display: block;
	}
	.menuMobile ul {
		display: none;
		background: #fff;
		width: 100%;
	}
	.menuMobile ul li {
		font-family: 'Open Sans', sans-serif;
		display: block;
		list-style: none;
		width: 100%;
		padding: 10px 0;
		border-bottom: solid 1px #cecece;
	}
	.menuMobile ul li a{
		color: #333;
	}
	.bgHeaderMobile {
		position: relative;
		height: 125px;
		display: block;
	}
	.bgHeader {
		height: 125px;
	}
	#menu {
		float: left;
		padding: 0px!important;
		width: 100%;
		max-width: 820px;
		text-align: center;
	}
	#menu li {
		display: inline-block;
		float: none;
		width: 20%;
	}
	#icoMenuMobile {
		position: absolute;
		top: 15px;
		right: 15px;
		display: block;
	}
	#logo {
		text-align: center;
	}
	#logo img {
		width: 60%;
		margin-left: 15px;
		float: left;
	}
	#slider {
		margin-top: 0px;
	}
	#social img {
		margin-right: 10px;
	}
	.titleSection {
		font-size: 30px;
		margin: 10px 0;
	}
	#submenu {
		display: none;
	}
	.logoFooter {
		max-width: 120px;
		width: 25%;
		float: none;
		text-align: center!important;
		padding-top: 15px;
	}
	.logoFooter img {
		max-width: 80px!important;
		width: 70%!important;
		float: none;
	}
	#logoFooter {
		display: none;
	}

	#footerMenu li {
		 text-align: center;
	}
}

.logoFooter {
	max-width: 120px;
	width: 25%;
	float: right;
}
.logoFooter img {
	max-width: 120px;
	width: 90%;
}