/*
 * Author: Carlos Alvarez
 * URL: http://alvarez.is
 *
 * Project Name: Munter - Free Bootstrap 3 Theme
 * Version: 1.0
 * URL: http://blacktie.co
 */
 
@font-face
{
	font-family: "HelveticaLight";
	src: url('HelveticaNeueLight.ttf');
		/*url('helveticaneue.eot');*/
}
@font-face
{
	font-family: "HelveticaNeue";
	src: url('HelveticaNeue.ttf');
		/*url('helveticaneue.eot');*/
}
@font-face
{
	font-family: "HelveticaBold";
	src: url('HelveticaNeueBold.ttf');
		/*url('helveticaneue.eot');*/
}

 
.font-thin {
	font-family: "HelveticaNeue", sans-serif;
	font-weight: 200;
}

.font-bold {
	font-family: "HelveticaBold", sans-serif;
	font-weight: bold;
}

.font-light {
	font-family: "HelveticaLight", sans-serif;
	font-weight: 300;
}

* {
	position: relative;
}

.breaker {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
}

html, body {
	height: 100%;
	width: 100%;
}

body {
	/*background-color: #2f2f2f;*/
	font-family: "HelveticaNeue", sans-serif;
	font-weight: normal;
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased !important;
}

.justify-text {
	text-align: justify;
}


span.lema{
	font-size: 20px;
	left: 21%;
}


#selectIdioma{
	width: 60%;
	background: #FFF;
	color: #ab5f06;
	padding: 6px;
	/* font-size: 13px; */
	line-height: 100%;
	border: 1px solid #ab5f06;
	border-radius: 4px;
	/* height: 30px; */
	-webkit-appearance: none;
}

.input-group-addon{
color: #FFF!important;
background-color: #ff6e02!important;
border: 1px solid #ff6e02!important;
}

.textLink:hover{
	text-decoration:underline;
	cursor:pointer;
}

.textoChico{
	font-size:10px;
}
.textoNormal{
	font-size:12px;
}
.textoMediano{
	font-size:14px;
}
.textoMedioGrande{
	font-size:16px;
}
.textoGrande{
	font-size:18px;
}

.textoMuyGrande2{
	font-size:22px;
}

.textoMuyGrande1{
	font-size:20px;
}

.textoMuyGrande{
	font-size:24px;
}

.textoMuyGrande33{
	font-size:26px;
}

.textoMuyGrande22{
	font-size:30px;
}
.textoMuyGrande3{
	font-size:36px;
}
 
 
.textoExtraGrande{
	font-size:50px;
}
.textoExtraExtraGrande{
	font-size:60px;
}
.textoNegrita{
	font-weight:bold;
}
.textoCursiva{
	font-style:italic;
}
.textoSubrayado{
	text-decoration:underline;
}

.textoCentrado{
	text-align: center;
}

.textoRojo{
	color:#b62346;
}
.textoMuyRojo{
	color: #ce0f18;
}

.textoGris{
	color:#6e6d6d;
}

.textoGrisOscuro{
	color:#5a5e62;
}

.textoGrisClaro{
	color:#6c6f71;
}

.textoGrisMedioClaro{
	color:#868585;
}

.textoBlanco{
	color:#fff;
}
.textoAmarillo{
	color:#d5de22;
}

.textoNaranja{
	color:#ab5f06;
}
.textoMuyNaranja{
	color:#ff6e02;
}
.textoCasiNaranja{
	color:#a15d0d;
}

.textoAzul{
	color:#ab5f06;
}
/*
24/07/2020
.fondoAzulBajito{
	background:#edb64d;
}
.fondoAzulBajito{ TONO VERDE
	background:#80ca81;
}
*/

.fondoAzulBajito{
	background:#b9d4e8;
}


.fondoAzulBajito2{
	background:#e5a01c;
}
.fondoAzulBajito3{
	background:#eff6fb;
}
/*
24/07/2020
.fondoAzul{
	background:#e5a01c;
}

.fondoAzul{  tono verdeee...
	background:#31d68a;
}
*/
.fondoAzul{
	background:#2b3b8a;
}


.fondoAzulFuerte{
	background:#c49336;
}
.fondoVerde{
	background:#75dd85;
}

.fondoRojo{
	background:#e82828;
}

.fondoGrisClaro{
	background:#dedede;
}

.fondoGrisMuyClaro{
	background:#bababa;
}

.fondoNaranja{
	background:#ff6e02;
}

.navbar-nav>li>a{
	border-radius:4px;
}

.navbar {
	background-color: #FFFFFF;
	border-bottom: 0 none;
	font-size: 12px;
	transition: .25s all linear;
}

.navbar.inv {
	background-color: rgba( 0, 0, 0, .5 );
	border-bottom: 1px solid #bfbfbf;
}

.navbar .nav a {
	color: #5f5f5f;
	font-weight: 600;
	transition: all .5 linear;
}

.navbar .nav li.active a{
	color: #FFF;
}

.navbar.inv a {
	color: #e4e6e5;
}


.navbar-responsive-collapse {
	margin: 0 auto;
	width: 80%;
}

.nav li {
	text-align: center;
	white-space: nowrap;
	padding:10px;
}

.nav > li > a:hover,
.nav > li > a:focus {
	background-color: inherit;
	outline: none;
}

.navbar-brand {
	padding: 8px;
}

.active-menu {
	background-color: #4e4e4e;
	content: '.';
	display: block;
	height: 5px;
	left: 0;
	position: absolute;
	top: 0;
	transition: all .5 linear;
	width: 1%;
	z-index: 9;
}

.inv .active-menu {
	background-color: #e4e6e5;
}

.special-active-menu {
	z-index: 10;
}

.imgHome{
	background:url("../imagenes/iconos/icono_home.png") no-repeat center center;
	width:27px;
	height:27px;
	border:0;
}

.imgHome:hover{
	background:url("../imagenes/iconos/icono_home_sel.png") no-repeat center center;
}

.imgHome.activo{
	background:url("../imagenes/iconos/icono_home_sel.png") no-repeat center center;
}


.imgGde, .siblingImgGde, .imgCh,.siblingImgCh{
	cursor:pointer;
}
.siblingImgGde{
	left:50%; margin-left:-107.5px;
}
.siblingImgCh{
	left:50%; margin-left:-29px;
}

li.link.bandera{
	border-radius:4px;
}

li.link.bandera.activoAzul{
	color:#FFF;
	background:#e5a01c;
}
li.link.bandera.activoAzul>a{
	background: transparent;
	color:#FFF;
}

li.link.bandera.activoNaranja{
	color:#FFF;
	background:#ff6e02;
}

li.link.bandera.activoNaranja>a{
	background: transparent;
	color:#FFF;
}

li.link.bandera.activoRojo{
	color:#FFF;
	background:#e82828;
}

li.link.bandera.activoRojo > a{
	color:#FFF;
	background:transparent;
}

li.link.bandera.colorAzul:hover{
	color:#FFF;
	background:#e5a01c;
}
li.link.bandera.colorAzul:hover > a{
	background: transparent;
	color:#FFF;
}

li.link.bandera.colorNaranja:hover{
	color:#FFF;
	background:#ff6e02;
}

li.link.bandera.colorNaranja:hover > a{
	color:#FFF;
	background:transparent;
}

li.link.bandera.colorRojo:hover{
	color:#FFF;
	background:#e82828;
}

li.link.bandera.colorRojo:hover > a{
	color:#FFF;
	background:transparent;
}


.lineaLugar{
	width:100%;
	/*text-align:center;*/
	background:#9ebdd5;
	height:1px;
	margin: 0 auto;
}

.table>tbody>tr.lista_lugar_firts>td{
	border-top:0px none;
}

[class^=icono-], [class*=' icono-'] {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-top: 1px;
	line-height: 14px;
	vertical-align: text-top;
	background-image: url(../img/glyphicons-halflings.png);
	background-position: 14px 14px;
	background-repeat: no-repeat;
}


.icono-lapiz{
	background:url("../imagenes/iconos/icono_lapiz.png") no-repeat center center;
	width:12px;
	height:15px;
}


.icono-llaves{
	background:url("../imagenes/iconos/icono_llaves.png") no-repeat center center;
	width:16px;
	height:17px;
}

.icono-cerrarsesion{
	background:url("../imagenes/iconos/icono_cerrarsesion.png") no-repeat center center;
	width:17px;
	height:17px;
}

.icono-user{
	background:url("../imagenes/iconos/icono_user.png") no-repeat center center;
	width:17px;
	height:13px;
}

.icono-ver{
	background:url("../imagenes/iconos/ver.png") no-repeat center center;
	width:24px;
	height:15px;
}
.icono-ver-color-negro{
	background:url("../imagenes/iconos/ver_color-negro.png") no-repeat center center;
	width:24px;
	height:15px;
}

.icono-ver-color-negro_chico{
	background:url("../imagenes/iconos/ver_color-negro_ch.png") no-repeat center center;
	width:16px;
	height:10px;
}

.icono-reserva{
	background:url("../imagenes/iconos/icono_reserva.png") no-repeat center center;
	width:16px;
	height:12px;
}

.formRegistroUsu input, .formRegistroUsu textarea, .formMoreInfo input{
	border-radius: 4px;
}




.btnReservar:hover{
	background:#ff6e02;
}

.btnReservar:hover .icono-reserva{
	background:url("../imagenes/iconos/icono_reservaOn.png") no-repeat center center;
}

.btn_registrateYa{
	background:url("../imagenes/botones/btnClicRegistrate.png") no-repeat center center;
	width:166px;
	height:51px;
}

.has-feedback {
	position: relative; 
}
.has-feedback .form-control-feedback{
	position: absolute;
	top: 0px;
	right: 9px;
	/*display: block;*/
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	color: #a94442;

}

ul.listMembresia{
	-moz-padding-start: 0px;
	-webkit-padding-start: 0px;
	-khtml-padding-start: 0px;
	-o-padding-start: 0px;
	padding-start: 0px;
}

ul.listMembresia li{
	margin-top:15px;
	margin-bottom:15px;
}

table.fechas_lugares tr:hover {
 text-decoration: underline;
}

.merged .input-group-addon {
    border-right: 0px;
    background-color: #FFFFFF;
}
.merged input {
    border-left: 0px;
    background-color: #FFFFFF;
}

.focusedInput {
    border-color: rgba(82,168,236,.8) ;
    outline: 0;
    outline: thin dotted \9;
    -moz-box-shadow: 0 0 8px rgba(82,168,236,.6);
         box-shadow: 0 0 8px rgba(82,168,236,.6);
}

.left-inner-addon {
    position: relative;
}

.left-inner-addon input {
    padding-left: 30px;    
}
.left-inner-addon i {
    position: absolute;
    padding: 10px 12px;
    pointer-events: none;
}


#special-active-menu-1,
#special-active-menu-6 {
	background-color: #4e4e4e !important;
}

#special-active-menu-2 {
	background-color: #1abc9c !important;
}

#special-active-menu-3 {
	background-color: #e74c3c !important;
}

#special-active-menu-4 {
	background-color: #34495e !important;
}

#special-active-menu-5 {
	background-color: #e67e22 !important;
}

@media (min-width: 768px) and (max-width: 991px) {
	#slide-4 .content-row h2 {
		min-height: 6em;
	}
	
	.textoOfertasRecientes{
		font-size:14px;
	}
	
}

@media (min-width: 768px) {
	
	.form-inline .input-group {
	display: inline-table;
	vertical-align: middle;
	}
	
	.borderTextSlider{
		border-right: 1px dashed #ab5f06;
		
	}
	
	.usersesion .input-group.firts{
		float: left;
		margin-right: 2px;
	}
	
	.textoRegistro{
		margin-top: 30px; margin-bottom: 30px;
	}
	.form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn, .form-inline .input-group .form-control {
		width: auto;
	}
}

@media (max-width: 767px) {

	.textoRegistro{
		margin-top: 16px; margin-bottom: 16px;
	}
	
	.usersesion .input-group{
		margin-top:3px;
	}
	
	span.lema{
		left: 25%;
		font-size: 18px;
	}
	
	#menu{
		float:left!important;
		width:100%;
	}
	
	.nav{
		margin-left:-15px;
		margin-top:0px;
		float:left!important;
	}
	
	.nav li {
		text-align: left;
		white-space: nowrap;
	}
	
	.nav li.btnInicio{
		margin-bottom: 10px;
		height: 27px;
		text-align: center;
		margin-left: 25px;
		width: 27px;
	}
	
	.navbar-responsive-collapse  {
		width: 100%;
	}
	
	.active-menu {
		display: none !important;
	}
	
	.navbar-toggle {
		margin-right: 10px;
	}
	
	.navbar {
		background-color: #e4e6e5 !important;
		padding: 0;
	}
	
	.navbar .nav a {
		/*color: #e4e6e5;*/
		font-size: 16px;
		padding-left: 0;
	}
	
	.icon {
		margin-right: 12px;
	}
			
	.nav li[data-slide="1"],
	.nav li[data-slide="6"] {
		background-color: #2f2f2f;
	}
	
	.nav li[data-slide="2"] {
		background-color: #1abc9c;
	}
	
	.nav li[data-slide="3"] {
		background-color: #e74c3c;
	}
	
	.nav li[data-slide="4"] {
		background-color: #34495e;
	}
	
	.nav li[data-slide="5"] {
		background-color: #e67e22;
	}
	
	.navbar-brand {
		margin: 0;
		text-align: left;
	}
}

:focus {outline:none;}
::-moz-focus-inner {border:0;}

.slide {
	background-position: center center;
	background-repeat: no-repeat;
	padding-bottom: 65px;	
	text-align: center;
}

#slide-1 {
	background-image: url('../imagenes/slideInicio.jpg');
	color: #ffffff;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
	background-attachment: relative;
	background-position: center center;
}

#slide-1 h1 {
	padding-top: 130px;
}

@media (max-width: 991px) {
	#slide-1 {
		background-position: -70% 0, 170% 0;
	}
	
	.msgTramiteCh{
		display:block;		
	}
	.msgTramiteGde{
		display:none;		
	}
	
	.btnRegCh{
		display:block;		
	}
	.btnRegGde{
		display:none;		
	}
	
	.textoOfertasRecientes{
		font-size:12px;
	}
	
	
	
}


@media (min-width: 992px) {
	.msgTramiteCh{
		display:none;		
	}
	.msgTramiteGde{
		display:block;		
	}
	.btnRegCh{
		display:none;		
	}
	.btnRegGde{
		display:block;		
	}
	
	.textoOfertasRecientes{
		font-size:14px;
	}
}

@media (max-width: 767px) {
	#slide-1 {
		background-image: none;
	}
	
	.textoOfertasRecientes{
		font-size:11px;
	}
}
@media (max-width: 669px) {
	.textoOfertasRecientes{
		font-size:9px;
	}
}

	#home-row-1,
	#home-row-2 {
		padding-top: 25px;
	}
	
	#home-row-1 h1 {
		font-size: 83px;
	}
	
	#home-row-1 h4 {
		font-size: 42px;
	}
	
	#home-row-2 {
		font-size: 25px;
	}
	
	#home-row-2 .col-12 {
		height: 232px;
		padding-top: 30px;
	}
	
	#home-row-2 .col-12 .home-hover {
		height: 166px;
		overflow: hidden;
		padding-top: 26px;
		transition: all ease-in .5s;
	}
	
	#home-row-2 .col-12 .home-hover:hover {
		height: 166px;
		padding-top: 0;
	}

@media (max-width: 767px) {
	#home-row-1,
	#home-row-2 {
		padding-top: 16px;
	}
	
	#home-row-1 h1 {
		font-size: 35px;
	}
	
	#home-row-1 h4 {
		font-size: 21px;
	}
	
	#home-row-2 {
		font-size: 16px;
	}
}

#slide-2 {
	background-color: #1abc9c;
	color: #e4e6e5;
	padding-top: 90px;
}

	.title-row {
		font-size: 45px;
		padding-bottom: 50px;
		text-align:center;
	}
	
	.line-row .hr {
		background-color: #e4e6e5;
		height: 5px;
		margin: 0 auto;
		width: 33%;
	}
	
	.subtitle-row {
		font-size: 35px;
		padding-bottom: 40px;
		padding-top: 40px;
	}
	
	.content-row {
		padding-top: 45px;
	}
	
	.content-row i,
	#about-row-5 i {
		display: block;
		margin: 0 auto;
		max-height: 100%;
		max-width: 100%;
	}
	
	.content-row h2 {
		font-size: 20px;
		/*padding-bottom: 40px;*/
	}
	
	.content-row h4 {
		font-size: 16px;
		margin-left:10px;
	}
	
	/*i {
		font-size: 80px;
		color: white;
	}
	*/

@media (max-width: 767px) {
	.title-row {
		font-size: 34px;
		padding-bottom: 33px;
		text-align:center;
	}
	
	.subtitle-row {
		font-size: 26px;
		padding-bottom: 26px;
		padding-top: 26px;
	}
	
	.content-row {
		padding-top: 29px;
	}
	
	.content-row h2 {
		font-size: 24px;
		padding-bottom: 26px;
		padding-left:10px;
	}
	
	.content-row h4 {
		font-size: 20px;
	}
	
	.titulo{
		padding-left:10px;
	}
	
	.formContacto  .row{
		margin-left:0px;
		margin-right:0px;
		
	}
}

#slide-3 {
	background-color: #000;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
	text-align: left;
	width: 100%;
}
	
	#slide-3 .col-12 {
		display: inline-block;
		height: 451px;
		margin: 0;
		padding: 0;
		width: 452px;
	}

	#slide-3 a,
	#slide-3 img {
		display: inline-block;
		height: 100%;
		margin: 0 auto;
		width: 100%;
	}
	
@media (max-width: 991px) {
	#slide-3 {
		text-align: center;
		width: 100%;
	}
	
	#slide-3 .row {
		left: 0 !important;
		margin: 0;
		width: 100% !important;
	}
	
	#slide-3 .col-12 {
		height: auto;
		width: 50%
	}

	#slide-3 a,
	#slide-3 img {
		height: auto;
		max-height: 100%;
		max-width: 100%;
		width: auto;
	}
}
	
@media (max-width: 767px) {
	#slide-3 .col-12 {
		width: 100%;
	}
}

#slide-4 {
	background-color: #34495e;
	color: #e4e6e5;
	padding-top: 90px;
}

#slide-4 i {
		font-size: 80px;
		color: white;
	}


#slide-5 {
	background-color: #f39c12;
	color: #e4e6e5;
	padding-top: 90px;
}

#slide-6 {
	background-color: #2f2f2f;
	color: #e4e6e5;
	padding-bottom: 350px;
	padding-top: 90px;
}

@media (max-width: 767px) {
	#slide-6 {
		background-image: none;
	}
}
	
	#slide-6 .line-row .hr {
		background-color: #4e4e4e;
		color: #4e4e4e;
	}

	#slide-6 a {
		color: inherit;
		outline: none;
		text-decoration: none;
	}

@media (max-width: 767px) {
	.with-hover-text{
		margin-bottom: 2em;
		margin-top: 1em;
	}
}
	
	#contact-row-4 {
		padding-top: 125px;
	}
	
	#contact-row-4 .col-12 {
		height: 175px;
		overflow: hidden;
		padding-top: 20px;
		transition: all ease-in .5s;
	}
	
	#contact-row-4 img {
		display: block;
		margin: 0 auto;
		max-height: 100%;
		max-width: 100%;
	}
	
	#contact-row-4 .col-12:hover {
		height: 175px;
		padding-top: 0;
	}
	
	#contact-row-4 .col-12 .hover-text {
		display: none;
		font-size: 20px;
	}

#slide-7 {
	background-color: #e4e6e5;
	color: #4e4e4e;
	font-size: 35px;
	line-height: 50px;
	text-align: center;
}

#lightbox-out {
	background-color: rgba( 0, 0, 0, 0.7 );
	height: 100%;
	position: fixed;
	width: 100%;
	z-index: 99999;
}

.with-hover-text span {
	display: none;
}

.zoom {
	background-image: url('../imagenes/zoom.png');
	background-position: center center;
	background-repeat: no-repeat;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 999;
}

#arrows {
	bottom: 10%;
	height: 75px;
	position: fixed;
	right: 10%;
	width: 80px;
	z-index: 1000;
}

#arrows div {
	/*background-image: url('../imagenes/website-arrows.png');*/
	cursor: pointer;
	height: 38px;
	position: absolute;
	width: 39px;
}

#arrows div.disabled {
	cursor: default;
}

#arrow-up {
	background-image: url('../imagenes/botones/btnUpOff.png');
	left: 25px;
	top: 0;
}
#arrow-up:hover {
	background-image: url('../imagenes/botones/btnUpOn.png');
}
/*
#arrow-up.disabled {
	background-position: 0 0;
}*/

#arrow-down {
	background-image: url('../imagenes/botones/btnDownOff.png');
	left: 25px;
	bottom: 0;
}
#arrow-down:hover {
	background-image: url('../imagenes/botones/btnDownOn.png');
}
/*
#arrow-down.disabled {
	background-position: 0 -30px;
}
#arrow-left {
	background-position: 30px -60px;
	left: 0;
	top: 25px;
}

#arrow-left.disabled {
	background-position: 0 -60px;
}

#arrow-right {
	background-position: 30px -90px;
	right: 0;
	top: 25px;
}

#arrow-right.disabled {
	background-position: 0 -90px;
}
*/

.navigation-slide {
	cursor: pointer;
}
