@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	/*este box es para q no se salgan los elementos en responsive*/
	}


.parallax_1024{
	display: none;
	float: none;
	}

.parallax_movil{
	text-align: center;
	width: 100%;
	margin-top: 75px;
	height: 700px;
	background-image:url(../imagenes/santa_alejandra/alejandra_movil.jpg);
	background-position: center -250px;
	transition: all 1.0s ease-in-out .5s;
	-webkit-transition: all 1.0s ease-in-out .5s;
	-moz-transition: all 1.0s ease-in-out .5s;
	-o-transition: all 1.0s ease-in-out .5s; 
	-ms-transition: all 1.0s ease-in-out .5s;
	background-repeat: no-repeat;		
	display: block;
	float: none;
	opacity: 0.9;
	}


.parallax_movil h1{
	text-align: center;
	font-size: 25px;
	color:rgba(255,253,253,1.00);
	font-family: 'Merriweather Sans', sans-serif;
		letter-spacing: 0.3px;
	line-height: 40px;
	padding-top: 250px;
	margin-bottom: 0px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	text-shadow: 1px 1px 5px rgba(0,0,0,1.00);
	
}


.animado{
	opacity: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	
}

.mostrarArriba{
	animation: mostrarArriba 1s;
}

@keyframes mostrarArriba{
	0% {
		transform: translateY(80px);
	}
	100%{
		transform: translateY(0px);
	}
}




.base{
	width:  100%;
	height: auto;
	margin-bottom: 500px;
	margin-top: 80px;
	}
	
	.contenedor{
	width:  100%;
	display: flex;
    justify-content:space-around;
    flex-wrap: wrap;
	
	margin-top: 70px;
	margin-bottom: 300px;	
	}
	
	.info{
	width:  95%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
		position: relative;
		
	}
	
	.info h2{
	width:  95%;
	height: auto;
	padding: 7px;
	background-color: rgba(18,18,18,1.00);
	color: rgba(241,241,241,1.00);
	text-align: center;
	font-size: 17px;
	letter-spacing: 0.5px;
	margin-left: auto;
	margin-right: auto;	
	 border-radius: 5px 5px 0px 0px; 	
	}
	
	
		.info .iconos{
	width:  97%;
	height: auto;
	margin-top: 10px;
	display: flex;
    justify-content:space-around;
    flex-wrap: wrap;
	margin-left: auto;
	margin-right: auto;	
	
			padding-bottom: 7px;
			padding-top: 7px;
	
	}
	
	.info .iconos a{
	
	font-size: 22px;
		float: left;
	display:inline-flex;
	color:rgba(241,210,44,1.00);
		
	
	}
	
	
		.info .iconos p{
	font-weight: 800;
	font-size: 12px;
	color:rgba(0,0,0,1.00);
	padding-top: 7px;
			margin-left: 2px;
			padding-right:  3px;
			font-family: 'Oswald', sans-serif;
			border-right: solid  1px rgba(0,0,0,1.00);
	}
	
	
	/*	.info .iconos p:last-child{
	
	
			border-right: none;
	}*/
	
	.info .descripcion{
	width:  90%;
	height: auto;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	line-height:19px;	 
	}
	
	.info .descripcion p{
	text-align: justify;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 14px;
	
	
	}
	
	.info .descripcion .detalles{
	font-size: 11px;
  font-weight: 800;	 
	}
	
	
	.info .descripcion .amenidades{
	text-align: left;
	margin-top: 20px;
	margin-bottom: 80px;
	font-size: 14px;
		 line-height: 21px;
		
	}
	
 .info .descripcion .amenidades b{
  font-size: 13px;
  font-weight: 800;	
	 line-height: 19px;
	 
}


	
	.slider{
	width:  90%;
	height: auto;
    float: left;
	position: relative;
	margin-right: 0px;
		margin-bottom: 500px;
		text-align: center;
	}
	
	.slider .costo{
	width:  50%;
	height: auto;
	padding: 5px;
	background-color:rgba(239,212,72,1.00);
	color:rgba(18,18,18,1.00);
	text-align: center;
	font-size: 15px;
	font-weight: 800;
	position: absolute;
	z-index: 1001;
	margin-top: 40px;
	
	}
	
	.base .map .regresar{
		
	
	color: rgba(255,255,255,1.00);
	font-size: 10px;
	margin: auto;
	text-align: center;
	margin-top:  100px;
	z-index: 1001;
	float: right;
	background-color: rgba(115,25,38,1.00);
	position: relative;	
		margin-bottom: -70px;
	}
	
	.base .map .regresar a{
		
	text-decoration: none;
	color: rgba(255,255,255,1.00);
	font-size: 30px;
	text-align: center;
	z-index: 100001;
	float: left;
	padding:6px 8px 4px 8px;
		
	}
	
	.base .map .regresar a p{
	color: rgba(255,255,255,1.00);
	font-size: 13px;
	float: right;
	padding:9px 8px 4px 0px;
	
	
		
	}
	
	
	.base .map{
	width:  100%;
	margin-top:  1030px;
		margin-bottom: -700px;
	}
	
	.base .map .ubica{
	width:  90%;
	height: auto;
	margin-top: 50px;
	text-decoration: none;
		
		
	
	}
	
	.base .map .ubica a{
	font-size: 30px;
	float: left;
	text-align: left;
	color:rgba(0,0,0,1.00);
		margin-bottom: -20px;
		margin-left: 20px;
	}
	
  .base .map .ubica a b{
	
	
 color:rgba(0,0,0,1.00);
 font-size: 15px;
 font-weight: 800;
	 
	}
	
	



/*===================version 1024=======================*/
@media all and (min-width:1024px) {
	
	
			
.parallax_movil{
		
	display: none;
	
	}
	
	
	
	.parallax_1024{
	text-align: center;
	width: 100%;
	margin-top: 67px;
	height: 550px;
	background-image:url(../imagenes/santa_alejandra/alejandra_paralax.jpg);
	background-attachment: fixed;
	background-size: cover;
	background-position: center 0px;
	transition: all 1.0s ease-in-out .5s;
	-webkit-transition: all 1.0s ease-in-out .5s;
	-moz-transition: all 1.0s ease-in-out .5s;
	-o-transition: all 1.0s ease-in-out .5s; 
	-ms-transition: all 1.0s ease-in-out .5s;
	margin-bottom: 30px;
	background-repeat: no-repeat;		
	display: block;
	}
	
	
	
	.parallax_1024 h1{
	text-align: center;
	font-size: 25px;
	color:rgba(255,253,253,1.00);
	font-family: 'Merriweather Sans', sans-serif;
	letter-spacing: 0.3px;
	line-height: 40px;
	padding-top: 250px;
	margin-bottom: 15px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	text-shadow: 1px 1px 5px rgba(0,0,0,1.00);
	
}
	
	
	.parallax_1024 .icon-angle-circled-down{
	text-decoration: none;
	color: rgba(255,255,255,1.00);
	font-size: 40px;
	padding-top: 80px;
	margin: auto;
	text-align: center;
}
	
	
   .parallax_1024 .icon-angle-circled-down:hover{
	color:rgba(92,15,33,1.00);

}		
	
	
#ancla_info{
	
	width: 100%;
	margin-top: 0px;
	height: 0px;
	padding-top: 80px;
	
	}
	
	
	
	
	.base{
	width:  100%;
		height: auto;
		margin-top: 0px;
		margin-bottom: 600px;
	}
	
	.contenedor{
	width:  100%;
	display: flex;
    justify-content:space-around;
    flex-wrap: wrap;
	
	margin-top: 30px;
	margin-bottom: 300px;	
	}
	
	.info{
	width:  45%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
		position: relative;
	}
	
	.info h2{
	width:  90%;
	height: auto;
	padding: 7px;
	background-color: rgba(18,18,18,1.00);
	color: rgba(241,241,241,1.00);
	text-align: center;
	font-size: 18px;
	letter-spacing: 1.0px;
	margin-left: auto;
	margin-right: auto;	
	 border-radius: 5px 5px 0px 0px; 	
	}
	
	
		.info .iconos{
	width:  90%;
	height: auto;
	margin-top: 10px;
	display: flex;
    justify-content:space-around;
    flex-wrap: wrap;
	margin-left: auto;
	margin-right: auto;	
	
			padding-bottom: 7px;
			padding-top: 7px;
	
	}
	
	.info .iconos a{
	
	font-size: 23px;
		float: left;
	display:inline-flex;
	color:rgba(241,210,44,1.00);
	
	}
	
	
		.info .iconos p{
	
	font-size: 14px;
	color:rgba(0,0,0,1.00);
	padding-top: 7px;
			margin-left: 5px;
			padding-right:  7px;
			font-family: 'Oswald', sans-serif;
			border-right: solid  1px rgba(0,0,0,1.00);
	}
	
	
	/*	.info .iconos p:last-child{
	
	
			border-right: none;
	}*/
	
	.info .descripcion{
	width:  90%;
	height: auto;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	line-height:19px;	 
	}
	
	.info .descripcion p{
	text-align: justify;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 14px;
	
	}
	
	.info .descripcion .detalles{
	font-size: 14px;
  font-weight: 800;	 
	}
	
	
	.info .descripcion .amenidades{
	text-align: left;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 14px;
		
	}
	
 .info .descripcion .amenidades b{
  font-size: 13px;
  font-weight: 800;	
	 
}


	
	

	
	
	
	
	
	.slider{
	width:  45%;
	height: auto;
    float: left;
	position: relative;
	margin-right: 30px;
	}
	
	.slider .costo{
	width:  45%;
	height: auto;
	padding: 5px;
	background-color:rgba(239,212,72,1.00);
	color:rgba(18,18,18,1.00);
	text-align: center;
	font-size: 16px;
	font-weight: 800;
	position: absolute;
	z-index: 1001;
	margin-top: 40px;
	
	}
	
	.base .map .regresar{
		
	
	color: rgba(255,255,255,1.00);
	font-size: 10px;
	margin: auto;
	text-align: center;
	margin-top:  100px;
	z-index: 1001;
	float: right;
	background-color: rgba(115,25,38,1.00);
	position: relative;	
		margin-bottom: -130px;
	}
	
	.base .map .regresar a{
		
	text-decoration: none;
	color: rgba(255,255,255,1.00);
	font-size: 30px;
	text-align: center;
	z-index: 1001;
	float: left;
	padding:8px 8px 6px 8px;
		
	}
	
	.base .map .regresar a p{
	color: rgba(255,255,255,1.00);
	font-size: 13px;
	float: right;
	padding:9px 8px 6px 0px;
	
	
		
	}
	
	
	.base .map{
	width:  100%;
	margin-top:  520px;
		margin-bottom: -700px;
	}
	
	
	.base .map .ubica{
	width:  90%;
	height: auto;
	margin-top: 100px;
	text-decoration: none;
	
	}
	
	.base .map .ubica a{
	font-size: 20px;
	float: left;
	text-align: left;
		margin-left: 70px;
		margin-bottom: 40px;
		color:rgba(0,0,0,1.00);
	}
	
  .base .map .ubica a b{
	
	
 color:rgba(0,0,0,1.00);
 font-size: 13px;
 font-weight: 800;	 
	}
	
	
	
	
	
	
/*.icon-angle-circled-up{
	text-decoration: none;
	color: rgba(0,0,0,1.00);
	font-size: 45px;
	width: 20%;
	height: 70px;
	display: block;
	margin-top: 140px;
	margin: auto;
	text-align: center;
	margin-bottom: 50px;
	transition: all 0.2s ease-in-out .3s;
	-webkit-transition: all 0.2s ease-in-out .3s;
	-moz-transition: all 0.2s ease-in-out .3s;
	-o-transition: all 0.2s ease-in-out .3s; 
	-ms-transition: all 0.2s ease-in-out .3s;
}

	
.icon-angle-circled-up:hover{
  color:rgba(92,15,33,1.00);	
}

	
.icon-angle-circled-up p{
	text-decoration: none;
	color: rgba(0,0,0,1.00);
	font-size: 12px;
	width: 100%;
	display: block;
	
	margin: auto;
	text-align: center;
	font-style: bold;
}	*/
	
	
	
	}