@charset "utf-8";
*{outline:none !important}
html{height:100%;}
body{
	font-family:"Arial", sans-serif;
	font-size:14px;	
	color:#616161;
	min-width:320px;
	margin:auto;
	background:#fff;
	line-height:19px;
}
@font-face {
  font-family: Pristina;
  src: url(../fonts/pristina.ttf); 
}
body p{font-family:inherit;font-size:inherit;color:inherit; line-height:normal}
.container{margin:auto; line-height:23px; text-align:justify; position:relative; color:#757575; max-width: 1010px;}
.container:before,
.container:after{display:block; content:""; clear:both;}
.animar{transition: all 0.3s ease-in-out 0s;-moz-transition: all 0.3s ease-in-out 0s;-webkit-transition: all 0.3s ease-in-out 0s;}
.clear-ld:before,
.clear-ld:after{display:block; content:""; clear:both;}

#header{
	width: 100%;
	z-index: 3;
	background: transparent;
	height: 106px;
	position: absolute;
	top: 0;
	left: 0;
}
#darkTop{
	background: #000000;
	height: 42px;
	width: 100%;
}
#darkTop .container{
	text-align: right;
}
#darkTop .wa{
	margin: 0 18px;
}
#darkTop .telefono,#darkTop .correo{
	margin: 0 18px;
}
#darkTop .correo{
	margin-right: 96px;
}
#darkTop span{	
	display: inline-block;
	color: #ffffff;
	font-family:"Arial", sans-serif;
	font-size: 14px;
	line-height: 42px;
}
#darkTop span img{
	margin-right: 2px;
}
#darkTop .wa img{
	position: relative;
	top: 3px;
}
#darkTop .tel img{
	position: relative;
	top: 2px;
}
#darkTop a:hover{
	text-decoration: none;
	color: #dd3e7f;
}
#redes .wh{
	display: none;
}
#redes{
	width: 100px;
	height: 42px;
	position: absolute;
	top: 0;
	right: 15px;
}
#redes a{
	color: #ffffff;
	height: 42px;
	text-align: center;
	display: inline-block;
}
#redes a .fa-facebook{
	font-size: 16px;
	line-height: 42px;
}
#redes a .fa-instagram{
	font-size: 18px;
	line-height: 42px;
}
#redes a .fa-tripadvisor{
	font-size: 14px;
	line-height: 42px;
}
#redes .in{
	margin: 0 5px;
}
#logo{
	display: block;
	width: 256px;
    left: -90px;
	position: relative;
	top: -34px;
}
#logo img{
	display: block;
	width: 100%;
	height: auto
}
#menu{
	margin: auto;
	position: absolute;
	padding: 0 31px;
	right: 33px;
	top: 0;
	background: rgba(255,255,255,0.91);
}
#menu::after{
    content: "";
    display: block;
    width: 0%;
    height: 0px;
    position: absolute;
    bottom: 0;
    right: -60px;
    border-left: solid 60px rgba(255,255,255,0.91);
	border-bottom: solid 64px transparent;
    -webkit-transition: ease all .3s;
    -o-transition: ease all .3s;
    transition: ease all .3s;
    pointer-events: none;
    z-index: 4;
}
#menu::before{
    content: "";
    display: block;
    width: 0%;
    height: 0px;
    position: absolute;
    bottom: 0;
    left: -60px;
    border-right: solid 60px rgba(255,255,255,0.91);
	border-bottom: solid 64px transparent;
    -webkit-transition: ease all .3s;
    -o-transition: ease all .3s;
    transition: ease all .3s;
    pointer-events: none;
    z-index: 4;
}
#menu ul{
	margin: 0;
}
#menu ul:before,
#menu ul:after{
	display: block;
	content: "";
	clear: both;
}
#menu li{
	float: left;
	position: relative;
}
#menu li a[class*="circle"]{
	background: url(../images/circle.png);
	background-position: left center;
	background-repeat: no-repeat;
}
#menu li a{
	display: block;
	color: #3a3a3a;
	position: relative;	
	background-color: transparent !important;	
	font-family: 'Pristina';
	font-weight: 400;
	line-height:64px;
	height: 64px;
	font-size: 22px;
    padding: 0 15px;	
}
#menu li:last-child{
	float: right
}
#menu li a:hover,
#menu li.active a,#menu li a:focus{
	color: #dd3e7f;
	background-color: transparent;
}


/*===DatFooter===*/
#datFooter{
	background: #ffffff;
	padding: 16px 0;
	font-size: 14px;
	color: #FFF;
	line-height: 16px;
	border-top: solid 1px #bfbfbf;
}
.newFooter{
	background: #6da625 !important;
	border:0 !important;
	margin-top: 1.5rem;
}
.newFooter .tit{
	color: #ffffff !important;
}
#datFooter .container,
#datFooter a{color: #fff}
#datFooter i[class*="iconf-"]{
	display: inline-block;
	background-position: left center;
	background-repeat: no-repeat;
	height: 15px;
	width: 18px;
}
.iconf-1{
	background-image: url(../images/icoLugar.png);
}
.newFooter .iconf-1{
	background-image: url(../images/mark.png);
}
#datFooter .tit{
	font-size: 14.3px;
	font-family: "Arial", sans-serif;
	font-weight: 400;
	color: #616161;
	line-height: normal;
	text-align: center;
}
/*Footer*/
#footer{
	text-align:center;
	font-size:11px;
	color:#FFF;
	background:#1c1c1d;
	line-height:18px;
	font-family:'Arial', sans-serif;
	min-height: 42px; 
	border-top: solid 1px #132843;
}
#footer .container{
	padding-top:13px; 
	padding-bottom:12px; 
	font-family:inherit; 
	font-size:inherit
}
#footer .tfooter{
	color:#FFF;
	line-height:16px;	
	text-align:left;
	float:left;
}
#footer #powered {
	color:#FFF; 
    line-height: 16px;
    margin: 0 auto 0;
    width: auto;
	text-align:right;
	float:right
}
#footer a{	
	color:#FFF;	
}
#footer #powered a{background: url(../images/iconGlobal.png) no-repeat center left;padding:3px 0 3px 20px}
#footer a:hover{
	text-decoration:underline;
}
#footer #powered a{color:#FFF;}
/*Footer*/

/*==================     ToTop     ======================*/
a.toTop {
  width: 40px;
  height: 40px;
  font-size: 20px;
  line-height: 37px;
  color: #fff;
  border-radius: 50%;
  position: fixed;
  background:#000;
  border:solid 1px #fff;
  left: 10px;
  bottom: 50px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  cursor:pointer;
  z-index: 20; opacity:.75 }
a.toTop:hover,
a.toTop:active {color: #000;
    text-decoration: none; opacity:1; background:#fff}
a#toTop
a#toTop .fa{color:#FFF !important;}
a.toTop:hover:after{
	-webkit-transform:scale(1.3);
	-moz-transform:scale(1.3);
	-ms-transform:scale(1.3);
	transform:scale(1.3);
	opacity:0;
}
.mobile .toTop,
.tablet .toTop {display: none !important; }
#sideright{
	position: fixed;
	bottom: 30%;
	right: 0;
	z-index: 6;
}
#sideright .box{
	background: #bf2563;
	height: 81px;
	width: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-bottom: solid 1px #dc407f;
	position: relative;
}
#sideright a span{
display: block;
position: absolute;
height: 100%;
width: 100%;
left: 0;
top: 0;
cursor: pointer;
}
#sideright a span img{display:none}
#sideright div:last-child{
 border-bottom: 0;
}
#sliderTop{
	margin-top: 42px;
}

#sliderTop:before{
	display: block;
	content: "";
	position: absolute;
	height: 7px;
	bottom: 30px;
	left: 0;
	width: 100%;
	background: #bf2563;
	z-index: 1;
}
.newCaption{
	position: relative;
	width: 100%;
	height: auto;
}
#sliderTop .caption, .newCaption .caption{
	background: #8cc543;
	width: 32.5%;
	height: 66px;
	font-family: "Oswald", serif;
	bottom: 50px;
	position: absolute;		
	font-size: 24px;
	color: #fff;
	font-weight: 300;
	line-height: normal;
	-webkit-box-shadow: 2px 3px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 2px 3px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 2px 3px 5px 0px rgba(0,0,0,0.75);
	border-bottom-right-radius: 37px;
	border-top-right-radius: 37px;
	left: 0;
	text-align: right;
}
#sliderTop .caption article, .newCaption .caption article{
	width: 100%;
	text-align: right;
	line-height: 66px;
	text-transform: uppercase;
	font-family:'Oswald', sans-serif;
	font-weight: 400;
	color: #313131;
	font-size: 30px;	
	padding: 0 7px;
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-content: flex-end;
}
#sliderTop .caption article a,.newCaption .caption article a{
	display: flex;
	align-items: center;
	color: #313131;
}
#sliderTop .caption article span,.newCaption .caption article span{
	padding-right: 7px;
}
#sliderTop .slides li{
	height: 521px;
	position: relative;
	background-position: center center !important
}
#sliderTop{
    height: 558px;
}
.flex-control-nav {
	bottom: -20px;
}
#sliderTop .flex-control-nav li:first-child::before {
	background: #dc407f;
}
#sliderTop .flex-control-nav li {
	background: #dc407f;
	padding: 8px 6px;
}
#sliderTop .flex-control-nav li:last-child::before {
	background: #dc407f;
}
.flex-control-paging li a {
    background: #fff;
    width: 15px;
	height: 15px;
	border-radius: 50%;
}
.flex-control-paging li a.flex-active {
    background: none;
    border: solid 1px #FFF;
}
#main{
	overflow: hidden
}

#text1{
	padding-bottom: 55px;
	font-size: 14px;
	color: #747474;
	font-family: "Arial", serif;
	font-weight: 400;
}
.titHome{
	font-family: "Oswald", serif;
	font-size: 30px;
	font-weight: 400;
	color: #000000;
	line-height: 30px;
	padding-bottom: 20px;
	border-bottom: solid 1px #bfbfbf;
	margin-bottom: 5px;
	padding-top: 0;
}
.pl-2{
	padding-left: 30px;
}
.pt-1{
	padding-top: 10px;
}
.titHome span{
	font-size: 30px;
	color: #bf2563;
	font-weight: 700;
	display: block;
	padding-top: 10px;
}
.img-bienvenida{
    max-width: 508px;
  }
.desktop .wow{
	visibility: hidden;
}
.img-rows{
	margin-top: 3px;
	margin-left: 52px;
	height: 90px;
	margin-bottom: 27px;
}
.pl-r-0{
	padding-left: 0;
	padding-right: 0;
	text-align: center;
	height: 100%
}
.pr-0{
	padding-right: 0;
}
.pl-0{
	padding-left: 0;
}
.texto{
	display: flex;
	justify-content: center;
	height: 100%;
	flex-direction: column;
	text-align: left;
	padding-left: 15px;
}
.texto .tex1, .texto .tex2{
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
}
.texto .tex1{
	font-weight: 600;
	font-size: 24px;
	color: #a9ce36;
	padding-bottom: 7px;
}
.texto .tex2{
	font-weight: 300;
	font-size: 18px;
	color: #ffffff;
}
#cont-2{
	background: url(../images/inicio/fondo1.png);
	background-position: center; 
	padding: 40px 0;
}
#cont-2 .border-face{
	border: dashed 1px #ffffff;
	width: 325px;
	height: 460px;
	padding: 10px 12.5px;
}
#cont-2 .panel-default{
	width: 300px;
	border-radius: 0;
	border:0;
}
#cont-2 .panel-body {
	padding: 0;
}
#cont-2 .panel-heading{
	padding: 4px 15px;
	color: #ffffff;
	border-radius: 0;
	background: #375999;
}
.colf-1{
	width: 57%;
}
.colf-2{
	width: 43%;
}
.mb-0{
	margin-bottom: 0;
}
#cont-3{
	background: url(../images/inicio/fondo2.png);
	background-position: center; 
	padding: 30px 0;
}
.texto-inst1{
	text-align: right;
	font-family: 'Oswald', sans-serif;
	font-size: 28px;
	font-weight: 400;
	color: #494949;
	line-height: 35px;
	padding-top: 0;
	padding-bottom: 15px;
	border-bottom: solid 1px #bfbfbf;
}
.instala{
    max-width: 100%;
}
.texto-inst1 span{
	font-weight: 700;
	color: #dc407f;
}
.texto-inst2{
	padding-top: 13px;
	text-align: right;
	font-family: 'Arial';
	font-size: 15px;
	font-weight: 400;
	color: #494949;
	line-height: 24px;
	padding-left: 0;
	padding-right: 0;
}
/*seccion del menu*/
.ajuste{
	padding-top: 1rem !important;
}
.pb-1{
	padding-bottom: 15px !important;
}
#cont-menu1{
	background: #282828;
	padding: 15px 0;
}
#cont-menu1 ul{
	display: flex;
	align-items: center;
	justify-content: center;
}
#cont-menu1 ul li{
	font-family: 'Oswald', sans-serif;
	font-weight: 200;
	font-size: 24px;
	color: #ffffff;
	line-height: 24px;
	float: left;
	padding-right: 2.5rem;
	position: relative;
	display: block;
}
#cont-menu1 li[class*="circle"]{
	background: url(../images/menu/doted.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 3rem;
}
#cont-menu1 li:last-child{
	padding-right: 0;
}
#botones{
	padding: 20px 0;
}
#botones .row{
	margin: 0;
}
#botones a:hover{
	text-decoration: none;
}
.fondoBtn{
	background: url(../images/menu/fondoBtn.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: auto;
	height: 67px;
	padding: 2px 12px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.pl5{
	padding-left: 5px;
}
.fondoBtn span{
	font-family: 'Oswald', sans-serif;
	font-size: 20px;
	text-align: center;
	font-weight: 500;
	padding-right: 1rem;
	color: #ffffff;
}
.float-right{
	float: right;
}
#menu-galeria{
	padding-bottom: 30px;
}
#menu-galeria .linea{
 	background: #bf2563;
 	height: 12px;
 	width: 231px;
 	margin-top: 7px;
}
#menu-galeria .col-xs-6{
	width: 50%;
	padding-bottom: 10px;
	display: flex;
	align-items: center;
	flex-direction: column;
}
.textoHome .texto1{
	font-weight: 700;
	color: #dc407f;
}
.textoHome .texto2{
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	font-size: 18px;
	color: #8cc543;
}
.pb-3{
	padding-bottom: 4px;
}
#galeria{
	padding-bottom: 2.5rem;
}
#galeria .row{margin:0 -2px}
#galeria .row div[class*="col-"]{padding: 0 2px 4px}
.foto-galeria{
	width: 100%;
	height: 400px;
	position: relative;
}
.foto{
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
}
.fondo-negro{
	background: rgba(0,0,0,0.75);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	-webkit-transition: all 0.5s;
  	transition: all 0.5s;
  	display: none;
	align-items: center;
	justify-content: center;
}
.fondo-negro div{
	font-family: 'Oswald',sans-serif;
	font-weight: 300;
	font-size: 52px;
	color: #ffffff;
}
#galeria a:hover .fondo-negro{
	display: flex;
}
.p-0{
	padding-right: 2px;
}
.p-1{
	padding-left: 2px;
}
.colf-album{
	width: 50%;
}
.subtitle{
	position: relative;
	text-align: center;
	width: 100%;
	height: 10px;
	background:	#e6e6e6;
	margin-top: 2rem;
	margin-bottom: 2rem;
}
.subtitle h5{
	position: absolute;
	background: #ffffff;
	font-family: 'Oswald';
	font-weight: 400;
	font-size: 24px;
	color: #8cc543;
	margin: 0 30%;
	width: 40%;
	top: -10px;
}
.textoHome .texto4{
	font-weight: 700;
	color: #373737;
}
.textoHome .texto5{
	font-family: 'Oswald',sans-serif;
	font-size: 18px;
	color: #cc2a73;
	font-weight: 700;
}
.background-wrap{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 42px;
	margin-bottom: 20px;
}
.background-wrap video{
	max-width: 100%;
}
#botones a:hover, #botones a:focus{
	text-decoration: none;
}
/*.background-wrap video{
	min-width: 100%;
}*/
.fondoAzul{
	background: url(../images/fondoazul.png) center no-repeat;
	padding: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-size: cover;
}
.recomendadopor{
	font-family: 'Open Sans',sans-serif;
	font-size: 16px;
	color: #ffffff;
	font-weight: 400;
	text-transform: uppercase;
	padding-right: 25px;
	margin-right: 25px;
	border-right: solid 1px #ffffff;
}
.trip:hover{
	text-decoration: none;
}
.ocultarMenu{
	display: none;
}
.divBotones{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.divBotones a:nth-child(2){
	margin-left: 10px;
	margin-right: 10px;
}
.divBotones a:nth-child(3){
	margin-right: 0px;
}
.divBotones a:nth-child(4){
	margin-top: 10px;
}

#aBtnD{
    padding-top:23px;
}
#aBtnD a{
    display:block;
    width: 100%;
    height: 69px;
    background: url('../images/downloadMenu.jpg') center no-repeat;
}


#eggoteca .title{
	font-family: "Oswald", serif;
	background: #bf2563;
	color: #FFF;
	font-size: 30px;
	line-height: 42px;
	text-align: center;
	padding: 20px 15px 22px;
	font-weight: 300;
	text-transform: uppercase;
}

#eggoteca .container{
	width: 100%;
	max-width: 1780px;
	padding: 0 15px;
	margin: 0 auto;
}