header{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
	transition: all 0.65s ease;
}

.slick-arrow{
	padding:20px;
}

header .logo-normal{
	display:block;
}

header .logo-sticky{
	display:none;
}

header.secundario{
	position: fixed !important;
    	background-color: #FFF;
}

header.secundario .tira_menu{
	box-shadow: 0 4px 4px 0 rgba(0,0,0,0.05);
	height: 72px;
}

header.secundario nav .elemento-menu {
    color: #180239;
}

header.secundario nav .elemento-menu.activo {
    font-family: 'cond-bold';
}


header.menu-sticky .tira_menu{
	box-shadow: 0 4px 4px 0 rgba(0,0,0,0.05);
	height: 72px;
}

header.menu-sticky .logo-normal{
	display:none;
}

header.menu-sticky .logo-sticky{
	display:block;
}

header.menu-sticky nav .elemento-menu {
    color: #180239;
}

header.menu-sticky nav .elemento-menu.activo {
    font-family: 'cond-bold';
}

header.menu-sticky{

	 position: fixed !important;
    background-color: #FFF;
}

h1#loading-gui {
        font-size: 20px!important;
}

.tira_menu_telefono{
	width: 100%;
    	height: 36px;
    	background-color: #180239;
    	position: absolute;
    	top: 0;
    	left: 0;
    	border-bottom: 0.5px solid #3B1579;
}
.tira_menu{
	width: 100%;
    	height: 36px;
    	background:transparent;
    	position: absolute;
    	top: 36px;
    	left: 0;
}

.bar-desktop-menu{
	height: 36px;
	padding: 0;
	color:#F3F3F4;
	margin-top: auto;
	margin-bottom: auto;

}

.bar-desktop-menu a{
	color:#F3F3F4 !important;
}
.bar-desktop-menu .icono-reloj{
	padding-right: 8px;
}


.bar-desktop-menu .simbolo{
	padding: 0 25px;
}

nav{
	padding: 0;
	height: 72px;
	background: transparent;
}
nav .elemento-menu{
	padding: 0 30px;
	color:#FFF;
	text-transform: uppercase;
}

.boton_reservar{
	background-color: #6227BA;
	height: 36px;
	width: 121px;
	border-radius: 0px;
	color:#FFF;
	margin-left: 30px;
	padding: 10px 0;
}

.boton_reservar:hover{
	
	color:#FFF;
}

.slider_escritorio .slider, .slider_principal, .slide{
	    height: 100vh;
	    width: 100%;
}

.slider_escritorio .slide{
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
	width: 100%;
}

.slider_escritorio .layer {
    background-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.slider_escritorio .slide-1{
    background-image: url(../assets/img/index/slide1.png);
}
.slider_escritorio .slide-2{
    background-image: url(../assets/img/index/slide2.png);
}
.slider_escritorio .slide-3{
    background-image: url(../assets/img/index/slide3.png);
}
.slider_escritorio .slider_principal_next{
	position: absolute;
	bottom: 2px;
	left: calc(50% + 91px);
	z-index: 2;
	transform: translate(-50%,0);
}

.slider_escritorio .slider_principal_prev{
	position: absolute;
	bottom: 2px;
	left: calc(50% - 91px);
	z-index: 2;
	transform: translate(-50%,0);
}

.slider_escritorio .slick-dots {
    position: absolute;
    bottom: 25px!important;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 4px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button
{
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    padding: 4px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background-color: #FFF;
    border-radius: 10px;
}

.slick-dots li.slick-active button {
    background-color: #B2B2B2;
}

.slide-1 .texto-slider{
	z-index: 2;
	position: absolute;
	top:50%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: #FFF
}
.slide .texto-slider span{
	color: transparent;
	-webkit-text-stroke-width: 1px;
  	-webkit-text-stroke-color: #FFF;
}

.slide h1{
	line-height: 46px
}

.slide .boton_reservar{
	margin: 30px 0 0;
	width: 182px;
}

.slide-2 .texto-slider{
	z-index: 2;
	position: absolute;
	top:50%;
	left:340px;
	transform: translate(0,-50%);
	color: #FFF
}

.slide-3 .texto-slider{
	z-index: 2;
	position: absolute;
	bottom:78px;
	left:50%;
	transform: translate(-50%,0);
	color: #FFF
}

.menu-movil{
	padding: 12px 17px;
}
.menu-movil .boton_reservar{
	margin:0;
}

#menu-movil-desplegado{
	background-color: #180239;
	width: 100%;
	padding: 27px 17px;
	height: calc(100vh - 110px);
	margin-top: -72px;
	z-index: 3;
}
.boton_cerrar_menu_movil{
	position:absolute;
	top:12px;
	right: 17px;
	z-index: 34;
}
.botones-inferiores-menu{
	position: absolute;
	width: 100%;
	bottom: 21px;
	left: 0;
	padding: 0 17px;
}

.botones-inferiores-menu .boton_llamar{
	margin-right: 5.5px;
	width: 100%;
	border: 1px solid #6227BA;
	color:#FFFFFF;
	padding: 10px;
}

.botones-inferiores-menu .boton_reservar{
	margin-left: 5.5px;
	width: 100%;

}
#menu-movil-desplegado .elementos_menu{
	padding-top: 58px;
}
#menu-movil-desplegado .elemento-menu{
	font-family: 'cond-light';
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 2.24px;
	padding-bottom: 48px; 
	display: block;
	color:#FFF;
	text-transform: uppercase;

}
#menu-movil-desplegado .elemento-menu.active{
	font-family: 'cond-medium';
	color:#6227BA;
}
section.elementos{
	height: 500px;
	background-color: #FFF;
}

section.elementos h2{
	margin-top: 110px;
	font-size: 14px;
	line-height: 25px;
	letter-spacing: 0.43px;
	color:#180239;
}

section.elementos p{
	margin-top: 20px;
	font-size: 12px;
	line-height: 15px;
	letter-spacing: 0.37px;
	color:#999999;
}

section.elementos .elementos-iconos{
	margin-top: 58px;
}

section.elementos .elementos-iconos span{
	margin-left: 20px;
	font-family: 'nor-regular';
	font-size: 12px;
	line-height: 15px;
	letter-spacing: 0.37px;
	color:#B2B2B2;
}

section.elementos .boton-reservar-sencillo{
	color:#6227BA;
	font-family: 'cond-regular';
	font-size: 12px;
	line-height: 13px;
	letter-spacing: 1.92px;
	text-transform: uppercase;
	margin-top: 58px;

}

section.elementos .boton-reservar-sencillo img{
	margin-left: 8px;
	margin-bottom: 2px;
}


section.galerias .pleca_morada{
	width: 100%;
	height: 396px;
	background-color: #180239;
	position: absolute;
	top: 0;
	left: 0;
}

section.galerias{
	position: relative;
}

section.galerias .descripcion{
	padding: 117px 22px 0 0;
}
section.galerias .descripcion h3{
	color:#FFF;
}
section.galerias .descripcion p{
	color:#B2B2B2;
	padding-top: 24px;
}

section.galerias .botones-habitaciones{
	margin-top: 72px;
}

section.galerias .boton-ver-habitaciones-sencillo{
	color:#6227BA;
	font-family: 'cond-regular';
	font-size: 12px;
	line-height: 13px;
	letter-spacing: 1.92px;
	text-transform: uppercase;
}

section.galerias .boton-ver-habitaciones-sencillo img{
	margin-left:8px;
}

section.galerias .boton_reservar{
	width: 182px;
	margin: 0px;
}

section.galerias .habitacion-agua{
	background-image: url(../assets/img/index/home-love-suite-agua.jpg);
	height: 696px;
	margin-top: 167px;
}

section.galerias .habitacion-fuego{
	background-image: url(../assets/img/index/habitaciones-fuego.png);
	height: 696px;
	margin-top: 120px;
}

section.galerias .habitacion-tierra{
	background-image: url(../assets/img/index/home-suite-terraza-tierra.jpg);
	height: 348px;
	margin-top: 24px;
}

section.galerias .habitacion-aire{
	background-image: url(../assets/img/index/home-suite-jacuzzi-aire.jpg);
	height: 456px;
	margin-top: 24px;
	margin-bottom: 120px;
}

section.galerias .habitacion{
	background-position: center center;
    	background-repeat: no-repeat;
    	background-size: cover;
    	width: 100%;
    	position: relative;
}

section.galerias .nombre_habitacion{
	font-family: 'sky-bold';
	font-size: 40px;
	letter-spacing: 2.47px;
	color: transparent;
	-webkit-text-stroke-width: 1px;
  	-webkit-text-stroke-color: #FFF;
  	position: absolute;
  	top: 24px;
  	left: 24px;
  	text-transform: uppercase;

}

section.galerias .detalle_habitacion{
	font-family: 'cond-regular';
  	position: absolute;
  	bottom: 24px;
  	left: 24px;
  	text-transform: uppercase;
	font-size: 10px;
	color: #FFFFFF;
	letter-spacing: 1.6px;
	line-height: 13px;

}

section.galerias .ver_habitacion{
	font-family: 'cond-regular';
  	position: absolute;
  	bottom: 24px;
  	right: 24px;
  	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 1.6px;
	line-height: 13px;
	color:#FFF;
}

section.galerias .ver_habitacion a{
	color:#FFF;
}

section.galerias .ver_habitacion img{
	margin-left: 8px;
}



footer{
	background-color: #180239;
	height: 265px;
	position: relative;
}

footer .elemento-footer{
	margin-top: 72px;
}

footer .enlace-footer{
	font-family: 'nor-light';
	font-size: 12px;
	color: #FFFFFF;
	letter-spacing: 0.37px;
	line-height: 15px;
	display: block;
}

footer .enlace-footer.sep{
	margin-top: 20px;
}

footer .newsletter h3{
	font-family: 'cond-bold';
	font-size: 14px;
	color: #FFFFFF;
	letter-spacing: 2.24px;
	line-height: 16px;
	display: inline-block;
	width: 40%;
}

footer .newsletter p{
	font-family: 'nor-light';
	font-size: 12px;
	color: #FFFFFF;
	letter-spacing: 0.37px;
	line-height: 15px;
	margin-left: 27px;
	width: 60%;
	display: inline-block;
}

footer .newsletter .input-newsletter{
	 margin-top: 20px;
}

footer .newsletter .input-newsletter input{
	 border-radius: 0;
	 padding: 10px;
	 font-family: 'cond-regular';
	font-size: 10px;
	color: #999999;
	letter-spacing: 1.6px;
	line-height: 13px;
	height: 36px;
}

footer .newsletter .input-newsletter input::placeholder{
	text-transform: uppercase;
}

footer .newsletter .input-newsletter button{
	 background-color: #6227BA;
	 border-radius: 0;
	 height: 36px;
	 border:none;
	 width: 50px;
}

footer .footer-down{
	width: 100%;
	height: 38px;
	border-top: 0.5px solid #6227BA;
	position: absolute;
	bottom: 0;
	left: 0;
}

footer .footer-down span, footer .footer-down a{
	font-family:'cond-regular';
	font-size: 10px;
	color: #FFFFFF;
	letter-spacing: 1.6px;
	line-height: 13px;
	text-transform: uppercase;
}

footer .footer-down span.separador{
	padding: 0 10px;
}

footer .footer-down .logo-remedia{
	margin-left: 5px;
}

.galeria-elementos-movil .slider_principal_next{
	position: absolute;
	top: 50%;
	right: 0px;
	z-index: 2;
	transform: translate(0,-50%);
}

.galeria-elementos-movil .slider_principal_prev{
	position: absolute;
	top: 50%;
	left: 0px;
	z-index: 2;
	transform: translate(0,-50%);
}

section.restaurante-eventos {
	background-color: #F3F3F4;
	height: 924px;	

}
section.restaurante-eventos .descripcion-eventos img {
    margin-left: 8px;
    margin-bottom: 2px;
}

section.restaurante-eventos .descripcion-restaurante img {
    margin-left: 8px;
    margin-bottom: 2px;
}

section.restaurante-eventos .descripcion-eventos-morado img {
    margin-left: 8px;
    margin-bottom: 2px;
}

section.restaurante-eventos .fila-1{
	margin-top: 120px;	

}

section.restaurante-eventos .fila-2{
	margin-top: 66px;	

}
section.restaurante-eventos .img-restaurante{
	background-position: center center;
    	background-repeat: no-repeat;
    	background-size: cover;
    	width: 100%;
    	height: 312px;
    	background-image: url(../assets/img/index/imagen-restaurante.png);

}

section.restaurante-eventos .img-eventos{
	background-position: center center;
    	background-repeat: no-repeat;
    	background-size: cover;
    	width: 100%;
    	height: 312px;
    	background-image: url(../assets/img/index/imagen-eventos.png);

}
section.restaurante-eventos h3{
	font-family: 'cond-bold';
	font-size: 14px;
	color: #180239;
	letter-spacing: 2.24px;
	line-height: 16px;	
}

section.restaurante-eventos p{
	font-family: 'nor-regular';
	font-size: 12px;
	color: #999999;
	letter-spacing: 0.37px;
	line-height: 15px;
	margin-top:8px;
}

section.restaurante-eventos a{
	font-family: 'cond-regular';
	font-size: 12px;
	color: #6227BA;
	letter-spacing: 1.6px;
	text-align: right;
	line-height: 13px;
	text-transform: uppercase;
	margin-top: 23px;
	display: flex;
}

section.restaurante-eventos .logo-restaurante{
	margin-right: 22px;
}

section.visitanos {
	background-color: #FFF;
	height: 348px;	
	position: relative;
}

section.visitanos .mapa{
	width: 50%;
	height: 348px;
	position: absolute;
	right: 0;
	top: 0;	
}
section.visitanos #map{
	height: 100%;
}

section.visitanos .datos-visitanos{
	height: 348px;	
}

section.visitanos .uno{
	margin-top: 116px;
}

section.visitanos .dos{
	margin-top: 25px;
}

section.visitanos .dos p{
	color: #999999;
}

section.visitanos .tres a{
	font-family: 'cond-regular';
	font-size: 12px;
	color: #6227BA;
	letter-spacing: 1.6px;
	text-align: right;
	line-height: 13px;
	text-transform: uppercase;
	margin-top: 23px;
	display: flex;
}

section.visitanos .tres img{
	margin-left: 8px;
}
section.lugares-cercanos{
	background-color: #F3F3F4;
	padding-top: 120px;
	padding-bottom: 115px;
}
section.lugares-cercanos .cercanos{
	width: calc(100% - 22px);
	margin-left: 22px;
	height: 180px;
}

section.lugares-cercanos .descripcion-cercano{
	font-family: 'cond-regular';
	font-size: 10px;
	color: #000000;
	letter-spacing: 1.6px;
	line-height: 13px;
	margin-top: 13px;
	margin-left: 22px;
	text-transform: uppercase;
}

section.lugares-cercanos .cercanos{
	width: calc(100% - 22px);
	margin-left: 22px;
	height: 180px;
	background-position: center center;
    	background-repeat: no-repeat;
    	background-size: cover;
}
section.lugares-cercanos .casa-estudio{
	 background-image: url(../assets/img/index/cercano-casa-estudio.jpg);
}
section.lugares-cercanos .san-jeronimo{
	  background-image: url(../assets/img/index/cercano-san-jeronimo.png);
}
section.lugares-cercanos .estadio-cu{
	  background-image: url(../assets/img/index/cercano-televisa-san-angel.jpg);
}

section.lugares-cercanos h3{
	font-family: 'cond-bold';
	font-size: 14px;
	color: #180239;
	letter-spacing: 2.24px;
	line-height: 16px;
}
section.lugares-cercanos p{
	font-family: 'nor-regular';
	font-size: 12px;
	color: #999999;
	letter-spacing: 0.37px;
	line-height: 15px;
	margin-top: 13px;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
  display: block;
  margin: 2px 0;
  padding: 0px;
 width:100%;
 font-family: 'cond-regular';
 font-size: 10px;
 line-height: 22px;
 letter-spacing: 1.6px;
 color:#999999;
 border:1px solid #F3F3F4;
    border-radius: 0;
}

.bootstrap-datetimepicker-widget.dropdown-menu .active {
  background-image: url('../assets/img/bolita.png');
  background-repeat: no-repeat;
  background-position: center; 
  background-color: transparent;
  background-size: 23px;
}

.bootstrap-datetimepicker-widget table td.day {
    height: 23px;
    line-height: 10px;
    padding-left: 1.6px;
    
}

.bootstrap-datetimepicker-widget table td.day:hover {
    background-color: transparent;

    
}
.bootstrap-datetimepicker-widget table td.today:hover {
    background-color: transparent;
     background-image: url('../assets/img/bolita.png');
  background-repeat: no-repeat;
  background-position: center; 
  background-color: transparent;
  background-size: 23px;
    
}

.bootstrap-datetimepicker-widget table td.day.active:hover {
    background-color: transparent;
     background-image: url('../assets/img/bolita.png');
  background-repeat: no-repeat;
  background-position: center; 
  background-color: transparent;
  background-size: 23px;
    
}


.bootstrap-datetimepicker-widget table td.today:before {
    content: none;
}
.picker-switch{
 font-family: 'nor-regular';
font-size: 12px;
color: #180239;
letter-spacing: 0.37px;
text-align: center;
line-height: 15px;
text-transform: capitalize;


}
.bootstrap-datetimepicker-widget table thead tr:first-child th {
    padding-top: 10px;
    padding-bottom: 10px;
}
.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
    background-color: transparent;
}
.bootstrap-datetimepicker-widget.dropdown-menu:before, .bootstrap-datetimepicker-widget.dropdown-menu:after {
    content: '';
    display: none;
    position: absolute;
}

.bootstrap-datetimepicker-widget .next{
	background-color: transparent;
     background-image: url('../assets/img/der-mapa.png');
  background-repeat: no-repeat;
  background-position: center; 
  background-color: transparent;
  background-size: 12px 22px;
  position: absolute;
  top:10px;
  right:33px;
}
.bootstrap-datetimepicker-widget .prev{
	background-color: transparent;
     background-image: url('../assets/img/izq-mapa.png');
  background-repeat: no-repeat;
  background-position: center; 
  background-color: transparent;
  background-size: 12px 22px;
  position: absolute;
  top:10px;
  left:33px;
}

.bootstrap-datetimepicker-widget table td span {
    display: inline-block;
    width: 54px;
    height: 25px;
    padding-top: 5px;
    line-height: 18px;
    margin: 2px 1.5px;
    cursor: pointer;
    border-radius: 4px;
}

.timepicker button{
    color: #999;
    background-color: transparent;
    border:none;
}

.timepicker button:hover{
    color: #999;
    background-color: transparent;
    border:none;
}

.timepicker button:focus{
    color: #999;
    background-color: #6227BA;
    border:none;
}
.bootstrap-datetimepicker-widget table td span:hover {
    background:transparent;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #FFF;
    background-color: #6227BA;
    border:none;
}

.timepicker .flecha_abajo{
	background-color: transparent;
     	background-image: url('../assets/img/izq-mapa.png');
	  background-repeat: no-repeat;
	  background-position: center; 
	  background-color: transparent;
	 transform: rotate(270deg);
}

.timepicker .flecha_arriba{
	background-color: transparent;
     	background-image: url('../assets/img/izq-mapa.png');
	  background-repeat: no-repeat;
	  background-position: center; 
	  background-color: transparent;
	 transform: rotate(90deg);
}

.timepicker .flecha_abajo:hover{
	background-color: transparent;
     	background-image: url('../assets/img/izq-mapa.png');
	  background-repeat: no-repeat;
	  background-position: center; 
	  background-color: transparent;
	 transform: rotate(270deg);
}

.timepicker .flecha_arriba:hover{
	background-color: transparent;
     	background-image: url('../assets/img/izq-mapa.png');
	  background-repeat: no-repeat;
	  background-position: center; 
	  background-color: transparent;
	 transform: rotate(90deg);
}

#modal-fullscreen .modal-body .bootstrap-datetimepicker-widget .dropdown-menu {
    font-family: 'cond-regular' !important;
	font-size: 12px !important;
	color: #180239 !important;
	letter-spacing: 0.37px !important;
	text-align: center !important;
}

#modal-fullscreen .modal-body .bootstrap-datetimepicker-widget .timepicker span{
    font-family: 'cond-regular' !important;
	font-size: 12px !important;
	color: #180239 !important;
	letter-spacing: 0.37px !important;
	text-align: center !important;
		 color:#999999 !important;

}

section.lugares-cercanos .boton-reservar-sencillo{
	color:#6227BA;
	font-family: 'cond-regular';
	font-size: 12px;
	line-height: 13px;
	letter-spacing: 1.92px;
	text-transform: uppercase;
	margin-top: 58px;

}

section.lugares-cercanos .boton-reservar-sencillo img{
	margin-left: 8px;
	margin-bottom: 2px;
}
section.lugares-cercanos .boton-reservar-sencillo{
	margin-top: 0px;
	margin-left: 10px;
}
section.privacy{
	margin-top: 108px;
	padding: 44px 0 30px;
}
.privacy h2{
	font-family: 'nar-bold';
	font-size: 24px;
	color: #180239;
	letter-spacing: 0.74px;
	line-height: 25px;
}
.privacy h3{
	font-family: 'cond-bold';
	font-size: 14px;
	color: #6227BA;
	letter-spacing: 2.24px;
	line-height: 16px;
	padding-top: 48px;
	padding-bottom: 9px;
}
.privacy p{
	font-family: 'nor-regular';
	font-size: 12px;
	color: #999999;
	letter-spacing: 0.37px;
	line-height: 15px;
	margin-bottom: 0px;
}
.social-media{
	padding-top: 15.5px;
}
.social-media ul{
	list-style: none;
	display: inline-flex;
	padding-left: 0px;
	margin-bottom: 0px;
}
.social-media li{
	margin:0px;
	margin-right: 23px;
}
.facebook{
	margin-right: 23px;
}
.facebook-purple{
	margin-right: 54px !important;
}
.modal-social {
    padding-top: 33px !important;
}
.contact-info p.media--p{
	padding-bottom: 0px;
}
.social-media a{
	height: 16px;
	display: inline-block;
}
.social-media img{
	height: 16px;
	display: inline-block;
}
	
	



@media (max-width: 768px) {

	.slider_escritorio .slider, .slider_principal, .slide{
	    height: calc(100vh - 110px) !important;
	    width: 100%;
}
	.slider_escritorio .slider_principal_next{
		bottom: -2px;
		left: calc(50% + 64px);
	}

	.slider_escritorio .slider_principal_prev{
		bottom: -2px;
		left: calc(50% - 64px);
	}
	.slide .boton_reservar{
		width: 120px;
	}
	.texto-slider{
		width: 100%;
	}
	.slider_escritorio .slick-dots {
	    bottom: 22px!important;
	}
	.slide-2 .texto-slider{
		width: auto;
		left:17px;
		bottom: 76px;
		top: auto;
		transform: none;
	}
	.slider_escritorio .slide-1{
    		background-image: url(../assets/img/index/slide1-movil.png);
	}
	.slider_escritorio .slide-2{
	    	background-image: url(../assets/img/index/slide2-movil.jpg);
	}
	.slider_escritorio .slide-3{
	    	background-image: url(../assets/img/index/slide3-movil.jpg);
	}
	section.elementos .container{
		padding: 0 25px;
	}

	section.elementos .elementos-abajo{
		margin-top: 44px;
	}
	section.elementos{
		height: 475px;
	}
	section.elementos h2{
		margin-top: 58px;
	}
	section.elementos p{
		margin-top: 30px;
	}
	section.elementos .elementos-iconos{
		margin-top: 40px;
	}
	section.elementos .boton-reservar-sencillo{
		margin-top: 38px;
	}

	footer .elemento-footer-movil-logo{
		margin-top: 60px;
		padding:0 17px;
	}
	
	footer .elemento-footer-movil{
		margin-top: 30px;
		padding:0 17px;
	}

	footer{
		height: 492px;
	}

	footer .newsletter h3{
		width: 100%;
		margin-top:35px;
	}

	footer .newsletter p{
		width: 100%;
		margin: 5px 0;
	}

	footer .separador-footer{
		width: 100%;
		border-top: 1px #FFF solid; 
		margin:0;
	}

	footer .elemento-footer.newsletter {
	    margin-top:35px;
	}
	footer .newsletter .input-newsletter {
	    margin-top: 5px;
	}

	footer .footer-down{
		height: 70px;
		border-top: 1px solid #FFF;
	}

	footer .footer-down .reservados{
		padding-top: 8px;
		padding-bottom: 6px;
	}

	.icono-menu-movil{
		width: 25px;
	}
	.galerias-movil{
		background-color: #180239;
	}
	section.galerias .descripcion {
	    padding: 69px 17px 65px;
	}
	section.galerias .descripcion p {
	    padding-top: 10px;
	}
	section.galerias .botones-habitaciones {
	    margin-top: 23px;
	}

	section.galerias .galeria-elementos-movil{
		width: 100%;
		height: 494px;
	}

	section.galerias .habitacion-agua-slide{
		background-image: url(../assets/img/index/habitaciones-agua.png);
	}

	section.galerias .habitacion-fuego-slide{
		background-image: url(../assets/img/index/habitaciones-fuego.png);
	}

	section.galerias .habitacion-tierra-slide{
		background-image: url(../assets/img/index/habitaciones-tierra.png);
	}

	section.galerias .habitacion-aire-slide{
		background-image: url(../assets/img/index/habitaciones-aire.png);
	}

	section.galerias .habitacion-slide{
		background-position: center center;
	    	background-repeat: no-repeat;
	    	background-size: cover;
	    	width: 100%;
	    	position: relative;
	    	height: 494px;
	}
	section.galerias .nombre_habitacion{
	  	top: 24px;
	  	left: 17px;
	}

	section.galerias .detalle_habitacion{
	  	bottom: 24px;
	  	left: 17px;
	}

	section.galerias .ver_habitacion{
	  	bottom: 24px;
	  	right: 17px;
	}

	section.galerias .ver_habitacion img{
		display: inline-block;
	}

	section.restaurante-eventos {
		height: auto;
		background-color: #FFF;	
	}
	section.restaurante-eventos .fila-1{
		margin:0;
	}
	section.restaurante-eventos .fila-2{
		margin:0;
	}
	section.restaurante-eventos .logotipo-restaurante{
		margin-top: 24px;
	}
	section.restaurante-eventos .descripcion-restaurante{
		text-align: center;
		margin-top: 20px;
	}

	section.restaurante-eventos .descripcion-eventos{
		margin-top: 24px;
		text-align: center;
	}

	section.restaurante-eventos .descripcion-eventos a{
		text-align: center;
		margin-bottom: 72px;
	}
	section.restaurante-eventos a{
		display: inline-block;
	}

	section.restaurante-eventos .img-restaurante{
	    	background-image: url(../assets/img/index/imagen-restaurante-movil.png);
	    	margin-top: 72px;
	}

	section.restaurante-eventos .img-eventos{
	    	background-image: url(../assets/img/index/imagen-eventos-movil.png);
	    	margin-top: 53px;
	}

	section.visitanos {
		background-color: #F3F3F4;
		height: 372px;	
		position: relative;
	}

	section.visitanos .mapa{
		width: 100%;
		height: 216px;
		position: absolute;
		right: 0;
		top: 156px;	
	}
	section.visitanos .datos-visitanos{
		height: 156px;	
	}

	section.visitanos .uno{
		margin-top: 32px;
	}
	section.visitanos .dos{
		margin-top: 20px;
	}
	section.visitanos .tres a{
		margin-top: 16px;
	}
	section.lugares-cercanos{
		background-color: #FFF;
		padding-top: 68px;
		padding-bottom: 70px;
	}
	section.lugares-cercanos p{
		margin-top: 14px;
		margin-bottom: 27px;
	}


	section.lugares-cercanos .cercanos{
		height: 312px;
		margin: 0;
		width: 100%;
	}
	section.lugares-cercanos .casa-estudio{
		 background-image: url(../assets/img/index/cercano-casa-estudio.jpg);
	}
	section.lugares-cercanos .san-jeronimo{
		 background-image: url(../assets/img/index/cercano-san-jeronimo.png);
	}
	section.lugares-cercanos .estadio-cu{
		 background-image: url(../assets/img/index/cercano-televisa-san-angel.jpg);
	}

	section.lugares-cercanos .descripcion-cercano{
		margin-left: 0px;
	}

	header.secundario{
		position: fixed !important;
	    	background-color: #180239;
	}
	header.menu-sticky{
	    background-color: #180239;
	}


	.galeria-cercanos .slider_principal_next {
	    position: absolute;
	    top: 40%;
	    right: 0px;
	    z-index: 2;
	    transform: translate(0,-50%);
	}

	.galeria-cercanos .slider_principal_prev {
	    position: absolute;
	    top: 40%;
	    left: 0px;
	    z-index: 2;
	    transform: translate(0,-50%);
	}
	section.lugares-cercanos .descripcion-cercano{
		display: block;
	}
	section.lugares-cercanos .boton-reservar-sencillo img{
		margin-left: 8px;
		margin-bottom: 2px;
		display: inline;
	}
	section.lugares-cercanos .boton-reservar-sencillo{
		margin-top: 0px;
		margin-left: 0px;
		padding-left: 0;
	}
	.br-newsletter{
		display: none;
	}
	section.privacy {
	    margin-top: 72px;
	    padding: 68px 0 30px;
	}
	.privacy h2 {
	    margin-bottom: 10px;
	}
	.privacy h3 {
	    padding-top: 52px;
	}
	.social-media {
    	padding-top: 17px;
	}
	.facebook {
    	margin-right: 28px !important;
	}

}






