.section-container{
	width: 100%;
	height: 100%;
	display: table;
	float: none;
	
}
.canim{
	opacity: 0;
}

.cont-cell{
	display: table-cell;
	vertical-align: middle;

}
.col-center{
	margin: 0 auto;
	float: none
}

.modal{
	display: block;
	height: 0;
	overflow-y: hidden;
}
.modal-open .modal.in{
	height: auto;
}
a.idioma{
	position: absolute!important;
	line-height: unset!important;
	padding: 0!important;
	z-index: 50;
}
.idioma.top{
	top: 10px;
	left: 50%;
	transform: translateX(-50%);
}
.idioma.bottom{
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
}
.secondNav .idioma.top{
	top: 0;
}
.secondNav .idioma.bottom{
	bottom: 0;
}
.idioma-container{
	opacity: 0;
}
.idioma-hover .idioma-container, .idioma-mob .idioma-container{
	opacity: 1;
	transition: all .4s;
}
.idioma-hover .idioma-placeholder, .idioma-mob .idioma-placeholder{
	opacity: 0;
}

@media only screen and (min-height: 768px){
	.modal {
	  text-align: center;
	  padding: 0!important;
	}

	.modal:before {
	  content: '';
	  display: inline-block;
	  height: 100%;
	  vertical-align: middle;
	  margin-right: -4px;
	}

	.modal-dialog {
	  display: inline-block;
	  text-align: left;
	  vertical-align: middle;
	}
}
@media only screen and (max-width: 600px){
	.modal-dialog-centered{
		margin-top: 45%;
	}
}



/*
*******HEADER STYLES **********
*/
.header{
	background-color: black;
}

.header .logo, .open-nav-button{
	float: none;
	position: absolute;
	left: 50%;
	transform: translateX(-45%);
}

.header .main-menu{
	text-align: center;
}
.header ul.main-menu li{
	font-family: 'SwissThin';
	font-size: 1.1em;
	color: white;
	padding: 20px 20px;
}

.header ul.main-menu li:nth-child(3){
	margin-right: 200px;
}

.secondNav .header{
	background:black;
}

.secondNav .header .main-menu>li a{
	color: white
}

/*
*******INICIO STYLES **********
*/
.home-section{
	background-image: url('../images/mayo/bg-1.jpg');
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;

}
.home-section p.main{
	font-family: 'SwissLight';
	color: #232223;
	font-size: 1.25em;
	text-align: center;
}


.s-container{
	display: inline-block;
	padding: 35px 5px 10px 5px;
}
.serv-rows{
	background-color: #7e292d;
}
.serv-rows p{
	margin-bottom: 0;
	font-family: 'SwissThin';
	color: white;
	font-size: 1.2em;
	text-transform: uppercase;
}
.home-image-row{
	display: table-row;
    background-image: url(../images/mayo/nosotros.jpg);
    background-position: center center;
    background-size: cover;
}
.home-image-row-height{
	height: 300px;
}

/*
*******HABITACIONES STYLES **********
*/
.habitacion-section{
	background-color: white!important;
}
.habitacion-section h3{
	font-family: 'SwissLight';
	color: black;
	font-size:2em;
	max-width: 320px;
	margin: 0 auto;
	position: relative;
	letter-spacing: 5px;
}
.lines:before{
	position: absolute;
	content: '';
	width: 25px;
	height: 2px;
	background-color: black;
	top: 50%;
	left: -8px;
	transform: translateY(-50%);
}
.lines:after{
	position: absolute;
	content: '';
	width: 25px;
	height: 2px;
	background-color: black;
	top: 50%;
	right: -8px;
	transform: translateY(-50%);
}
.habitacion-section p.main-text{
	font-family: 'SwissLight';
	text-align: justify;
	color: black;
}

.tipos-habitacion .hab{

}
.tipos-habitacion .hab p.tipo{
	font-family: 'SwissThin';
	font-size: 2.5em;
	line-height: 1.2em;
	color: white;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 20px;
	transition: all .4s;
}
.tipos-habitacion .hab p.detalles{
	font-family: 'SwissLight';
	font-size: 1.1em;
	line-height: 1.4em;
	color: white;
	text-align: justify;
	-moz-text-align-last: center; 
	text-align-last: center;
	margin-bottom: 10px;
	padding-top: 40px;
	transition: all .4s;
}
/*.tipos-habitacion .hab.active p.detalles{
	height: auto;
	visibility: visible;
	opacity: 1;
	transition: all .4s;
}*/
.hab{
	cursor: pointer;
}
.hab-estandar{
	background:url('../images/mayo/estandar.jpg');
	background-size: cover;
	background-position: center center;
}
.hab-doble{
	background:url('../images/mayo/doble.jpg');
	background-size: cover;
	background-position: center center;
}
.hab-deluxe{
	background:url('../images/mayo/deluxe.jpg');
	background-size: cover;
	background-position: center center;
}
.habitacion-section .col-md-offset-1{
	margin-left: 13.3333%
}
.hab .titulo-container{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	transition: all .7s;
}
.hab.active .titulo-container{
	top: 50%;
	transform: translateY(-50%);
	transition: all .7s;
}
.hab .amenidades-container{
	opacity: 0;
	visibility: hidden;
	position: absolute;
	padding: 0 5%;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	transition: all .7s;
}
.hab.active .amenidades-container{
	opacity: 1;
	padding: 0 5%;
	visibility: visible;
	top: calc(50% + 104px);
	transform: translateY(-50%);
	width: 100%;
	transition: all .7s;
}
.hab .ss{
	width: 100%;
    height: 3px;
    color: white;
    background: white;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: all 1s;
    -webkit-clip-path: inset(0 47% 0 47%);
	clip-path: inset(0 47% 0 47%);
	-moz-clip-path: inset(0 47% 0 47%);
	-o-clip-path: inset(0 47% 0 47%);
}
.hab.active .ss{
	width: 100%;
	opacity: 1;
	transition: all 1s;
	-webkit-clip-path: inset(0 10% 0 10%);
	clip-path: inset(0 10% 0 10%);
	-moz-clip-path: inset(0 10% 0 10%);
	-o-clip-path: inset(0 10% 0 10%);
}
.habitacion-table-row{
	display: table-row;
    height: 72%;
    position: relative;
}

.habitacion-card{
	width: 33.33%;
    height: 100%;
    float: left;
    display: table-cell;
    text-align: center;
    position: relative;
}


.hab-mobile-height{
	height: 600px;
}

@media only screen and (max-width: 767px){

	.habitacion-card{
		width: 100%;
		height:33.3%;
	}
}

/*
*******SERVICIOS STYLES **********
*/
.cc{
	width: 33%;
	height: 100%;
	float: left;
	display: table-cell;
	padding: 2em 0 0 2em;
	text-align: center;
	position: relative;
	cursor: pointer;
}
.cc1{
	margin-left: 16.6%;
}
.outer-card{
	border: 1px solid #a4a4a4;
	padding: 10px;
	height: 100%
}

.card-container{
	height: 100%;
	position: relative;
	background-color: #f1f1f1;
	min-height: 300px;

}
.card-container h3{
	font-family: 'SwissLight';	
	color: #782c2f;
	letter-spacing: 5px;
	margin-bottom: 10px;
}
.card-container p{
	font-family: 'SwissLight';
	color: #535353;
	max-width: 300px;
	margin: 0 auto;
	font-size: 0.9rem;
}

.back-card-container{
	position: absolute;
	top: 0;
	width: 100%;
	opacity: 0;
	transition: all .4s ease-in-out;
}
.outer-card:hover .back-card-container{
	opacity: 1;
}
.back-card-container.salon{
	background-image: url('../images/mayo/salon.jpg');
	z-index: 2;
	background-size: cover;
}
.back-card-container.sala{
	background-image: url('../images/mayo/salajuntas.jpg');
	z-index: 2;
	background-size: cover;
}
.back-card-container.restaurante{
	background-image: url('../images/mayo/restaurante.jpg');
	z-index: 2;
	background-size: cover;
}
.back-card-container.gimnasio{
	background-image: url('../images/mayo/gimnasio.jpg');
	z-index: 2;
	background-size: cover;
}
.back-card-container.alberca{
	background-image: url('../images/mayo/alberca.jpg');
	z-index: 2;
	background-size: cover;
}

.back-card-container p{
	font-family: 'SwissLight';	
	font-size: 2em;
	color: white;
	opacity: 0.8;
	position: absolute;
	top: 50%;
	transform: translate(-50%,-50%);
	left: 50%;
	margin-bottom: 0;
	letter-spacing: 10px;
	width: 100%;
	max-width: 100%;
}
.service-table-row{
	display: table-row;
	height: 46%;
	position: relative;
}
.servicios-section{
	padding-top: 55px;
	padding-bottom: 20px
}
.servicios-section .cont-cell{
	display: table;
	height: 100%;
	width: 100%;
	max-width: 1920px;
}
.servicios-section h2{
	font-family: 'SwissLight';
    color: black;
    font-size: 2em;
    max-width: 280px;
    margin: 0 auto;
    position: relative;
    letter-spacing: 3px;
}
.info-container{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
}
@media only screen and (max-width: 1024px){
	.cc1{
		margin-left: 0;
	}
	.cc{
		width: 50%;
		height: 100%;
	}
	.cc2{
		height: 50%;
	}
}
@media only screen and (max-width: 600px){
	.cc{
		width: 100%;
		padding:10px 0 0 0;
		height: 50%;
	}
	.cc2{
		height: 33%;
	}
}

/*
*******CONTACT STYLES **********
*/
.input-style-2{
	padding: 4px 30px!important;
}
input[type=email], input[type=password], input[type=text], textarea{
	margin-bottom: 5px;
}
.form-control{
	background:none;
	border: 1px solid black;

}
.form-control, .form-group .alert, .form-group label{
	color: black;
	font-family: 'SwissLight';
	text-transform: uppercase;
}
.cform{
	background-color: rgba(255,255,255,0.85);
	padding-top: 30px;
}
.cdir{
	position: relative;
	background-color: rgba(255,255,255,0.7);
}
.cdir .contacto-container{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.cdir .contacto-container p{
	text-align: center;
	font-family: 'SwissLight';
	color: black;

}
.cdir p a{
	color: black!important;
	font-size: 1.3em!important;
}
.contacto-section{
	background-image: url('../images/mayo/bg-2.jpg');
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.contacto-section h3{
	font-family: 'SwissLight';
	color: black;
	font-size:2em;
	max-width: 320px;
	margin: 0 auto;
	position: relative;
	letter-spacing: 5px;
}
.cmap{
	padding: 0;
	filter: grayscale(100%);
}
.cmap .map-container{
	height: 100%;
}




.carousel-info-container{
	width: 100%;
	height: 100px;
	background-color: rgba(126,41,45,0.88);
}
.carousel-info-container h3{
	position: relative;
	color: white;
	font-family: 'SwissThin';
	font-size: 1.5em;
	width: 200px;
	margin: 0 auto;
}
.carousel-info-container .lines:before,.carousel-info-container .lines:after{
	background-color: white!important
}

.carousel-info-container p{
	color: white;
	margin-bottom: 0;
	font-family: 'SwissThin';
	letter-spacing: 8px;
	text-transform: uppercase;
}

.modal-body .close{
	color: white;
	opacity: 1;
	font-size: 38px
}

.slick-next{
	right: 5px;
}
.slick-prev{
	left: 3px;
	z-index: 1;
}
.carousel-lower-bar{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

@media only screen and (max-width: 1300px){
/*	.hab.active .titulo-container{
		top: 25%;
		transform: none
	}*/
}
@media only screen and (max-width: 1100px){
/*	.hab.active .titulo-container{
		top: 25px;
		transform: none
	}*/
	.hab.active .amenidades-container{
		top: 64%;
	}
}
@media only screen and (max-width: 991px){
	.hab-estandar.col-md-offset-1{
		margin-left: 0;
	}
	.carousel-lower-bar{
		
	}
/*	.hab .titulo-container{
		top: 30%!important;
		transform: translateY(-50%)!important;
	}*/
	.hab .amenidades-container{
		opacity: 1;
	    visibility: visible;
	    top: 65%;
	    transform: translateY(-50%);
	    width: 100%;
	    transition: all .7s;
	}
	.hab.active .ss{
		clip-path: inset(0 20% 0 20%);
		-moz-clip-path: inset(0 20% 0 20%);
		-webkit-clip-path: inset(0 20% 0 20%);
		-o-clip-path: inset(0 20% 0 20%);
		opacity: 1;
	}
	.hab .ss{
		clip-path: inset(0 20% 0 20%);
		-moz-clip-path: inset(0 20% 0 20%);
		-o-clip-path: inset(0 20% 0 20%);
		-webkit-clip-path: inset(0 20% 0 20%);
		opacity: 1;
	}
	.cdir{
		height: 200px;
	}
	.cmap{
		height: 300px;
	}
	.form-group{
		margin-bottom: 5px;
	}
}
@media only screen and (max-width: 425px){
	/*.hab.active .titulo-container{
		top: 15px!important;
		transform: none!important;
	}
	.hab .titulo-container{
		top: 30px!important;
		transform: none!important;
	}*/
	.tipos-habitacion .hab{
		height: 400px;
		margin-bottom: 10px;
	}
	.hab .ss{
		clip-path: inset(0 20% 0 20%);
		-o-clip-path: inset(0 20% 0 20%);
		-moz-clip-path: inset(0 20% 0 20%);
		-webkit-clip-path: inset(0 20% 0 20%);
		opacity: 1;
	}
}

.menu-style-6 .menu>ul>li>a:hover{
	transform: none;
	color: white;
	background: none;
}
.menu ul li.active a, .menu>ul>li:hover a{
	color: white;
}
.menu-style-6 .menu>ul>li.active>a{
	transform: none;
	background-color: #303032;
}

.header ul.main-menu li:hover{
	background-color: #303032;
}
.footer{
	padding:20px 0 0 0;
	background-color: #7e292d;
}
.footer a{
	color: white;
	font-family: 'SwissLight'

}

@media only screen and (min-width: 992px) and (max-width: 1140px){
	.header ul.main-menu li {
	    padding: 20px 5px;
	}
}

@media only screen and (max-width: 991px){
	.main-menu.show-on-mobile{
		background-color: black
	}
	.header .menu-item a{
		color: white;
	}
	.menu-style-6 .menu>ul>li.active>a{
		color: white
	}
	.secondNav .menu-mobile{
		color: white
	}
}
a:focus{
	color: white!important;
}

.page-loader{
	background:white;
}
.preloader-container{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.rotateanimate img {
		-webkit-animation: rotation 4s infinite linear;
}

.table-cell-container{
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}

@-webkit-keyframes rotation {
		from {
				-webkit-transform: rotate(0deg);
		}
		to {
				-webkit-transform: rotate(359deg);
		}
}

.social-container{
	position: fixed;
	top: 100px;
	right: 0px;
	z-index: 10;
	text-align: right;
	transition: all .4s;
}
.secondNav .social-container{
	top: 60px;
	transition: all .4s;
}
.social-container .action-button{
	padding: 8px;
	margin-bottom: 10px;
	background: black;
}
.social-container .action-button a{
	color: white;
	text-transform: uppercase;
}
.social-container .social{
	display: inline-block;
	width: 36px;
	height: 36px;
	background: #1a1a1a;
	text-align: center;
	border-radius: 50%;
	margin: 0 5px;
}
.social-container .social i{
	color: white;
	font-size: 24px;
	padding: 5px;
}
.menu-open .menu-mobile:after{
	content: "\f2d7";
}


.page-tipohabitacion{
	font-family: 'Athelas';
	font-size: 2.4em;
	color: black;
}
.page-subtitle{
	font-family: 'Athelas';
	color: black;
	max-width: 600px;
	margin: 0 auto;
}
.cbp-popup-singlePage .cbp-popup-navigation-wrap{
	height: 50px;
	background:none;
}
.cbp-popup-singlePage .cbp-popup-content{
	margin-top: 0px;
	max-width: none;
	width: 100%;
	height: 100%;
/*	vertical-align: middle;*/
}
.cbp-popup-singlePage .cbp-popup-close{
	margin: unset;
	left: unset;
	top: 8px;
	right: 8px;
}
.cbp-popup-singlePage .cbp-popup-close{
	border: 2px solid black;
	color: black;
}
.cbp-popup-singlePage .cbp-popup-next, .cbp-popup-singlePage .cbp-popup-prev{
	display: none!important;
}

.hab-galeria .bg-div{
	width: 100%;
	background-position: center center;
	background-size: cover;
}

.amenidades-container{
	display: none;
}
.erinyen.tparrows{
	background: black;
}

.secondNav .header .main-menu>li a:hover{
	color: #AAA;
	transition: all .1s;
}

@media only screen and (max-width: 600px){
	.carousel-info-container{
		height: 75px;
	}
	.carousel-info-container img{
		max-width: 300px;
		padding-top: 10px!important;
	}
}

@media only screen and (max-width: 600px){
	.header ul.main-menu li{
		padding: 10px 20px;
	}
}
@media only screen and (max-width: 480px){
	.slider-container{
		padding-top: 80px;
	}
	.erinyen.tparrows{
		min-width: 40px;
		min-height: 40px;
	}
	.erinyen.tparrows:before{
		line-height: 40px;
	}

}

.slick-row-container{
	display: table-row;
	height: 70%;
	overflow: hidden;
}
.slick-prev:before, .slick-next:before{
	font-size: 24px;
	color: #7e292d;
}

.no-fixed{
	background-attachment: unset;
}

.footer .footer-middle .footer-title{
	color: white!important;
	font-family: 'Athelas'
}

input[type=date].form-control{
	min-height: 32px;
}

@media only screen and (max-width: 1025px) and (min-width: 1023px){
	.niños-padding{
		padding: 0 15px 0 0;
	}
}

.form-control:focus{
	border-color:#7e292d;
}
.footer .footer-middle a{
	color: white;
}

.trip-container{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

iframe{
	border:none;
}


@font-face {
    font-family: 'SwissLight';
    src: 
        url('../fonts/Athelas-Regular.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'SwissThin';
    src: 
        url('../fonts/Athelas-Regular.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'Athelas';
    src: url('../fonts/Athelas-Regular.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}


