/*RESET*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*END RESET*/

/*Clearfix*/
.clearfix:before,
.clearfix:after {
	content: " "; /* 1 */
	display: table; /* 2 */
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}
/*Clearfix End*/

@font-face {
	font-family: 'fauna-regular';
	src: url('/fonts/faunaone/faunaone-regular-webfont.eot');
	src: url('/fonts/faunaone/faunaone-regular-webfont.eot?#iefix') format('embedded-opentype'),
	url('/fonts/faunaone/faunaone-regular-webfont.woff') format('woff'),
	url('/fonts/faunaone/faunaone-regular-webfont.ttf') format('truetype'),
	url('/fonts/faunaone/faunaone-regular-webfont.svg#fauna_oneregular') format('svg');
	font-weight: normal;
	font-style: normal;

}

@font-face {
	font-family: 'alex_brushregular';
	src: url('/fonts/alexbrush/alexbrush-regular-otf-webfont.eot');
	src: url('/fonts/alexbrush/alexbrush-regular-otf-webfont.eot?#iefix') format('embedded-opentype'),
	url('/fonts/alexbrush/alexbrush-regular-otf-webfont.woff') format('woff'),
	url('/fonts/alexbrush/alexbrush-regular-otf-webfont.ttf') format('truetype'),
	url('/fonts/alexbrush/alexbrush-regular-otf-webfont.svg#alex_brushregular') format('svg');
	font-weight: normal;
	font-style: normal;

}

@font-face {
	font-family: 'gotham_book_regular';
	src: url('/fonts/gotham_book/ufonts.com_gotham_book-webfont.eot');
	src: url('/fonts/gotham_book/ufonts.com_gotham_book-webfont.eot?#iefix') format('embedded-opentype'),
	url('/fonts/gotham_book/ufonts.com_gotham_book-webfont.woff') format('woff'),
	url('/fonts/gotham_book/ufonts.com_gotham_book-webfont.ttf') format('truetype'),
	url('/fonts/gotham_book/ufonts.com_gotham_book-webfont.svg#gotham_book_regular') format('svg');
}

@font-face {
	font-family: 'gotham_light';
	src: url('/fonts/gotham_light/gotham-light.eot');
	src: url('/fonts/gotham_light/gotham-light.eot?#iefix') format('embedded-opentype'),
	url('/fonts/gotham_light/gotham-light.woff') format('woff'),
	url('/fonts/gotham_light/gotham-light.ttf') format('truetype'),
	url('/fonts/gotham_light/gotham_light.svg#gotham_bookregular') format('svg');
}

@font-face {
	font-family: 'gotham_medium';
	src: url('/fonts/gotham_medium/ufonts.com_gotham_medium-webfont.eot');
	src: url('/fonts/gotham_medium/ufonts.com_gotham_medium-webfont.eot?#iefix') format('embedded-opentype'),
	url('/fonts/gotham_medium/ufonts.com_gotham_medium-webfont.woff') format('woff'),
	url('/fonts/gotham_medium/ufonts.com_gotham_medium-webfont.ttf') format('truetype'),
	url('/fonts/gotham_medium/ufonts.com_gotham_medium-webfont.svg#gotham_medium') format('svg');
}

@font-face {
	font-family: 'gotham_ultra';
	src: url('/fonts/gotham_ultra/ufonts.com_gotham_ultra-webfont.eot');
	src: url('/fonts/gotham_ultra/ufonts.com_gotham_ultra-webfont.eot?#iefix') format('embedded-opentype'),
	url('/fonts/gotham_ultra/ufonts.com_gotham_ultra-webfont.woff') format('woff'),
	url('/fonts/gotham_ultra/ufonts.com_gotham_ultra-webfont.ttf') format('truetype'),
	url('/fonts/gotham_ultra/ufonts.com_gotham_ultra-webfont.svg#gotham_ultra') format('svg');
}




body{
	background-image: url('/img/pattern.jpg');
}

.jcarousel-wrapper {
	margin: 20px auto;
	position: relative;
	border: 10px solid #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 2px #999;
	-moz-box-shadow: 0 0 2px #999;
	box-shadow: 0 0 2px #999;
}



/** Carousel **/

.jcarousel {
	position: relative;
	overflow: hidden;
}

.jcarousel ul {
	width: 20000em;
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
}

.jcarousel li {
	float: left;
}

/*Header*/

#header{
	width: 100%;
	background: #fff;
	background-image: url(/img/greca-menu-2.png);
	background-position: bottom center;
	background-size: 90%;
	background-repeat: no-repeat;
}

#menu-header, .navbar-default{
	background: transparent;
}

#logo-header{
	margin: 0 auto;
	width: 275px;
	margin-top: 30px;
	margin-bottom: 8px;
}

#logo-header img{
	width: 100%;
}

.menu-lista{
	width: 75%;
	margin: 0 auto;
}

.menu-lista li, .navbar-nav>li{
	float: left;
	padding: 20px 35px 0px;
	position: relative;

}

.menu-lista li a, .navbar-nav li a{
	color: #000;
	text-transform: uppercase;
	font-family: 'fauna-regular';
}

.menu-lista li a:hover{
	text-decoration: none;
}

.social{
	width: 163px;
	float: left;
	margin-top: 35px;
}

.footer {
	bottom: 0;
	position: fixed;
	background: grey;
	width: 100%;
	font-size: 12px;
}

.aviso, .promocion {
	float: right;
	margin: 10px 0px 5px;
	text-transform: uppercase;
}

.promocion{
	width: 100px;
}

.promocion img{
	width: 100px;
}
.opcion-espacio img {
	width: 100%;
}

.social img{
	margin-bottom: 10px;
	width: 100%;
}
/*Header End*/

#home {
	background-image: url(/img/home1.jpg);

}

#home3 {
	background-image: url(/img/home2.jpg);
}

#home4 {
	background-image: url(/img/home3.jpg);
}

.footer a{
	color: #fff;
	font-family: 'fauna-regular';
}

.footer a:hover{
	text-decoration: none;
}

.main-image-wrapper {
	background-size: cover;
	background-position: center;
	padding: 20px 20px 20px 20px;
	overflow-y: auto;
	width: 100%;
}
.slider div {
	position: absolute;
}
.slider{
	height: 600px;
	margin-top: 30px;
}

.barra-gris{
	background: #b1b1b1;
	height: 20px;
	position: relative;
}

.tag-garigol{
	width: 327px;
	height: 167px;
	background-size: contain;
	margin-left: -163px;
	left: 50%;
	position: absolute;
	top: -66px;
	background-image: url("/img/garigol.png");
}

.titulo-seccion{
	background-color: #b1b1b1;
	width: 100%;
	text-align: center;
	font-size: 30pt;
	font-family: 'alex_brushregular';
	color: #fff;
	padding: 12px 0px;
	margin-top: 30px;
}

.greca-izquierda{
	content: url('/img/greca1.png');
	width: 40px;
	margin-right: 15px;
	vertical-align: middle;
}

.greca-derecha{
	content: url('/img/greca2.png');
	width: 40px;
	margin-left: 15px;
	vertical-align: middle;
}

.titulo-blanco{
	display: inline;
}

.contenedor-blanco {
	width: 100%;
	background-color: #fff;
	margin-top: 15px;
	padding: 35px 20px 20px;
	margin-bottom: 25px;
	background: url(/img/textura_madera_web.jpg);
	background-size: contain;
	position: relative;
} 
.contenedor-blanco.landing {
	margin: 0px 0px 25px;
	padding: 20px 0px 20px;
	background-image: url('/img/textura_madera2.jpg') !important;
}
.bx-wrapper .bx-controls-direction a{
	top: 107%;
}
.titulo-espacio{
	background-image: url('/img/titulo-espacio.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 100%;
	height: 75px;
	margin-bottom: 25px;
}
.titulo-espacio h3{
	font-family: 'alex_brushregular';
	text-align: center;
	padding-top: 40px;
	font-size: 30px;
	color: #5f7da3;
}
.lista-base ul{
	margin-left: 15px;
	font-family: 'fauna-regular';
	margin-top: 15px;
	line-height: 18pt;
	font-size: 11pt;
	list-style-image: url(/img/lista-paquetes-bullet.png);
}
.thumbnail-espacio{
	width: 100%;
	background-size: contain;
	background-position: center;
}

.video-youtube-espacios{
	width: 100%;
	margin-bottom: 30px;
}

.banner-paquetes{
	background-image: url(/img/banner-paquetes.jpg);
	width: 100%;
	height: 200px;
	background-position: center;
	margin-top: 30px;
	margin-bottom: 20px;
}


.title-wrapper{
	background: #4d6993;
	width: 32%;
	padding: 10px 40px;
	margin-left: -20px;
	margin-top: -35px;
}

.paquetes-title{
	font-family: 'fauna-regular';
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 0px;
}

.lista-wrapper-big{
	width: 90%;
	margin: 0 auto;
	margin-top: 15px;
	margin-bottom: 25px;
	position: relative;
}
.bullet-lista-paquetes{
	content: url(/img/lista-paquetes-bullet.png);
	margin-right: 10px;
}

.madame {
	display: none;
}
.paquetes-lista-1{
	float: left;
	font-family: 'fauna-regular';
	margin-bottom: 20px;
}

.paquetes-lista-1 li{
	width: 100%;
	float: left; 
	margin-bottom: 10px;
	line-height: 18px;
	font-size: 11pt;
}

.paquetes-parrafo{
	width: 430px;
	display: inline-table;
	margin-bottom: 0px;
}

.paquetes-parrafo-2{
	display: inline-table;
	width: 290px;
	margin-bottom: 10px;
}

.paquetes-parrafo-3{
	display: inline-table;
	width: 125px;
	margin-bottom: 10px;
}
.paquetes-parrafo-4 {
	width: 280px;
	display: inline-table;"
}

sup{
	font-size: 8pt;
}

#balazo-capilla{
	width: 170px;
	float: right;
	position: absolute;
	bottom: 30px;
	right: -46px;
}

.lista-wrapper-sm{
	margin: 0px;
	margin-bottom: 50px;
}

.lista-sm{
	width: 32%;
	height: 675px;
	margin-right: 22px;
	padding: 0px;
	background-image: url(/img/textura_madera_web.jpg);
}

.lista-sm:last-child{
	margin-right: 0px;
}

.lista-sm-title{
	background-color: #b1b1b1;
	width: 100%;
	color: #fff;
	font-family: 'fauna-regular';
	text-transform: uppercase;
	text-align: center;
	padding: 20px 0px;
}

.greca-a{
	content: url(/img/greca-a.png);
	margin-right: 10px;
}

.greca-b{
	content: url(/img/greca-b.png);
	margin-left: 10px;
}

.listas-paquetes-sm{
	font-family: 'fauna-regular';
	color: #59595b;
	padding: 25px 20px;
	font-size: 11pt;
	line-height: 18pt;
}

.blue{
	color: #4d6993;
}
.top-15 {
	margin-top: 15px;
}

.underline{
	text-decoration: underline;
	margin-bottom: 0px;
}

.thumbnail-espacio + p, .opcion-espacio p {
	font-family: 'fauna-regular';
	text-align: center;
	margin-top: 20px;
	color: #000;
	text-decoration: none;
}
.thumbnail-espacio img{
	width: 100%;
}
.img-galeria {
	width: 1100px;
}
.img-galeria img {
	width: 100%;
}
p {
	font-family: 'fauna-regular';
	font-size: 14px;
	margin-bottom: 20px;
	line-height: 18px;
}
.jcarousel .opcion-espacio{
	width:375px; 
	padding-right:15px;
}
.jcarousel .opcion-espacio:last-child{
	padding-right: 0px;
	width: 350px;
}
.jcarousel-next{
	position: absolute;
	right: 20px;
	bottom: 40px;
}
.jcarousel-prev{
	position: absolute;
	left: 20px;
	bottom: 40px;
}
.evento-espacio { 
	text-align: center;
	padding: 15px 0px 0px;
	font-size: 16px;
}
span.prev{
	height: 25px;
	width: 25px;
	background-image: url("/img/prev.png");
	background-size: cover;
	display: block;
}
span.next{
	height: 25px;
	width: 25px;
	background-image: url("/img/next.png");
	background-size: cover;
	display: block;
}
.next:hover{
	background-image: url("/img/next-hover.png");
}	
.prev:hover{
	background-image: url("/img/prev-hover.png");
}	
.indicador-evento {
	text-align: center;
	margin: 0px auto;
	background-image: url('/img/indicador-evento.png');
	background-repeat: no-repeat;
	background-position: center;
	height: 46px;
	font-family: 'gotham_medium';
	font-size: 16px;
	color: #5f7da3;
	text-transform: uppercase;
	padding-top: 2px;
}
.active{
	background-image: url("/img/active-menu.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-position-y: 5px;
}

.lista-half {
	width: 50%;
	float: left;
	font-size: 10pt;
}

.titulo-servicios-adicionales {
	color: #4d6993;
	text-transform: uppercase;
}

.servicios-overflow {
	overflow-y:auto;
	height: 610px;
}

.menu-lista li ul, .navbar-nav li ul {
	display: none;
	z-index: 2;
}

.menu-lista li:hover > ul, .navbar-nav li:hover > ul {
	display: block;
}

.galeria-drop {
	position: absolute;
	left: 12px;
	
}

.galeria-drop li a {
	color: #fff;
}
.galeria-drop li a:hover {
	text-decoration: none;
}

.galeria-drop li:first-child {
	border-bottom: 2px solid black;
}

.galeria-drop li {
	float: none;
	position: relative;
	padding: 10px;
	text-align: center;
	color: #fff;
	background-color: #5c5c5c;  
}

.galeria-drop li:hover{
	background-color: #444444;
} 

.direccion p {
	margin: 0px;
}
.direccion img {
	display: block;
	margin: 0px auto;
	width: 100%;
}
.mapa {
	width: 100%;
	border-radius: 40px;
}
input, textarea {
	padding: 8px 15px;
	width: 100%;
	border: 2px solid #5f7da3;
	background: none;
	font-family: 'fauna-regular';
	font-size: 14px;
}
textarea{
	height: 150px;
}
.enviar{
	background-color: #5f7da3;
	width: 35%;
	color: white;
	float: right;
}

.greca-texto{
	width: 350px;
	margin: 0 auto;
	margin-top: 30px;
}

.concacto p {
	width: 90%;
	margin-left: 36px;
	font-size: 9pt;
	color: red;
}

.navbar-nav{
	width: 100%;
}

.navbar-default .navbar-nav>li>a {
	color: #000;
	background-color: transparent;
	font-family: 'fauna-regular';
	text-transform: uppercase;
	font-size: 12pt;
	padding: 10px 12px;
}

.navbar-nav>li>a{
	padding-bottom: 5px!important;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
	color: #000;
	background-color: transparent;
}

.navbar {
	position: relative;
	min-height: 50px;
	margin-bottom: 0px;
	border: none;
	box-sizing: border-box;
	width: 100%;
}
.link-promocion {
	display: none !important;
}

li.opcion-espacio{
	float: left;
	width: 180px;
	margin: 0px;
	margin-left: 84px;
}
li.opcion-espacio:nth-child(4n+1) {
	clear: left;
}

.opcion-espacio a{
	text-decoration: none;
}

.opcion-espacio a p{
	color: #575756;
}

.descripcion-galeria{
	text-align: center;
	margin: 20px;
	font-family: 'fauna-regular';
	color: #575756;
}

.evento-espacio-1{
	padding-right: 15px;
	border-right: 2px solid #5f7da3;
}

.evento-espacio-2{
	padding-left: 15px; 
}

.texto-msj{
	float: right;
	text-align: center;
	margin-top: 20px;
	width: 90%;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active{
	background: #5f7da3;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #b1b1b1;
}
.fancy-box-hsa {
	padding: 25px;
	margin: 0 auto;
	font-family: 'corbel';
	font-size: 14px;
	display: none;
	float: none;
}
.fancybox-overlay.fancybox-overlay-fixed {
	color: #fff;
	text-align: justify;
}

.fancybox-inner {
	width: 900px !important;
}
.pad-left {
	padding-left: 25px;
}
.cerrar {
	text-align: right;
	margin-bottom: 20px;
	font-size: 22px;
}
.cerrar:hover {
	cursor: pointer;
}

#promocion-home {
	color: #000;
	padding: 25px;
	margin: 0 auto;
	font-family: 'corbel';
	font-size: 14px;
	float: none;
}



/* Promociones */

.promociones-wrapper {
	padding-left: 0px;
	padding-right: 0px;
}
.promocion-image-wrapper {
	background: url('/img/promocion-header.png') no-repeat 0px 0px;
	background-size: contain;
	padding: 10px 0px 0px;
	border-bottom: 2px solid #6F6F6F;
}
.promocion-image-wrapper img {
	border-bottom: 15px solid #506B96;
	border-right: 2px solid #6F6F6F;
	border-left: 2px solid #6F6F6F;
	display: block;	
}
.container-pequeno {
	width: 560px;
	margin: auto;
}
.contenedor-blanco-pequeno {
	margin: 51px 0px 40px;
	position: relative;
}
.jcarousel-prev.boton-promociones {
	position: absolute;
	left: 280px;
	top: 520px;
}
.jcarousel-next.boton-promociones {
	position: absolute;
	right: 280px;
	top: 520px;
}
.promocion-prev {
	position: relative;
	float: left;
	margin-left: 70px;
	top: 450px;
}
.promocion-next {
	position: relative;
	float: right;
	margin-right: 70px;
	top: 450px;
}
.borde-promocion {
	position: absolute;
	width: 100%;
}


.img-promocion {
	margin-top: 40px;
	width: 100%;
	padding: 0px 5px;
	box-sizing: border-box;
}

.greca-promociones{
	width: 40%;
	margin: 0 auto;
	margin-top: 40px;
	margin-bottom: 40px;
}

.greca-promociones img{
	width: 100%;
}

.promociones-thumb{
	margin-top: 40px;
}

.promocion-wrapper {
	z-index: 9;
}
.promocion-wrapper img {
	width: 100%;
}

/* end */

/* @group Landings & Gracias */

.landings-page .contenedor-blanco {
	background-size: 100%;
	margin-top: 0px;
}
.blue-border {
	border: 2px solid #5f7da3; 	
	padding: 15px !important;
	font-family: 'fauna-regular';
	font-size: 14px;
	line-height: 16px;
}
.blue-border blockquote, .blue-border p {
	padding: 0px !important;
	margin: 0px !important;
	font-weight: 400 !important;
	font-family: 'fauna-regular';
	font-size: 14px;
	line-height: 16px;
}
.landings-footer {
	min-height: 27px;
	z-index: 9;
}
.landings-page .promocion {
    margin-top: 36px;
    font-family: 'fauna-regular';
}

/* @end */

@media(max-width: 1199px){
	.jcarousel .opcion-espacio {
		width: 400px;
		margin-right: 150px;
	}
	.menu-lista li a{
		font-size: 12px;
	}
	.menu-lista li{
		padding: 20px 35px;
	}
	#menu-header {
		background-position-y: 35px;
	}
	.promocion-prev {
		margin-left: 30px;
		z-index: 1;
	}
	.promocion-next {
		margin-right: 30px;
		z-index: 1;
	}
}
@media(max-width: 991px){
	.jcarousel .opcion-espacio {
		width: 400px;
		margin-right: 150px;
		margin-left: 160px;
	}
}
@media(max-width: 767px){
	
}