﻿@font-face{
	src:url(../fuentes/ChaparralPro-Regular.otf);
	font-family: 'chaparral';
	font-weight: normal;
	font-style: normal;
}

body{
	background: black;
	font-family:'chaparral', sans-serif;
}



#wrapP{
	width: 100%;
	float: left;
}
.fondo{
	background: url(../images/fondo1.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	background-size: cover;
	padding: 0 0 100px 0;
}

#pagina{
	border: 0px solid white;
	width: 1300px;
	margin: 0 auto;
}

.titulo{
	width: 100%;
	text-align: center;
	font-size: 40px;
	line-height: 50px;
	font-weight: bold;
	color: white;
	float: left;
	padding: 20px 0 10px;
}

.titulo span{
	font-size: 25px;
}



#menu{
	background: #0099ff;
	background: -moz-linear-gradient(top, #0099ff 0%, #00c6fe 44%, #0099ff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0099ff), color-stop(44%,#00c6fe), color-stop(100%,#0099ff));
	background: -webkit-linear-gradient(top,#0099ff 0%,#00c6fe 44%,#0099ff 100%);
	background: -o-linear-gradient(top, #0099ff 0%,#00c6fe 44%,#0099ff 100%);
	background: -ms-linear-gradient(top, #0099ff 0%,#00c6fe 44%,#0099ff 100%);
	background: linear-gradient(top, #0099ff 0%,#00c6fe 44%,#0099ff 100%);

	width: 100%;
	float: left;
}

#menu-r{
	width: 100%;
	text-align: center;
	font-size: 20px;
	line-height: 30px;
	float: left;
	padding:6px 0;
	cursor: pointer;
	display: none;
}
#menu-r:hover{
	background: #0099ff;
	background: -moz-linear-gradient(top, #0099ff 0%, #0099ff 44%, #0099ff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0099ff), color-stop(44%,#0099ff), color-stop(100%,#0099ff));
	background: -webkit-linear-gradient(top,#0099ff 0%,#0099ff 44%,#0099ff 100%);
	background: -o-linear-gradient(top, #0099ff 0%,#0099ff 44%,#0099ff 100%);
	background: -ms-linear-gradient(top, #0099ff 0%,#0099ff 44%,#0099ff 100%);
	background: linear-gradient(top, #0099ff 0%,#0099ff 44%,#0099ff 100%);

	color: white;
}

#menu ul{
	width: 100%;
	float: left;
}

#menu ul li{
	width: 16.66%;
	float: left;
}

.menu{
	width: 100%;
	text-align: center;
	font-size: 23px;
	line-height: 33px;
	float: left;
	padding: 12px 0;
}

.menu:hover{
	background: #0099ff;
	background: -moz-linear-gradient(top, #0099ff 0%, #0099ff 44%, #0099ff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0099ff), color-stop(44%,#0099ff), color-stop(100%,#0099ff));
	background: -webkit-linear-gradient(top,#0099ff 0%,#0099ff 44%,#0099ff 100%);
	background: -o-linear-gradient(top, #0099ff 0%,#0099ff 44%,#0099ff 100%);
	background: -ms-linear-gradient(top, #0099ff 0%,#0099ff 44%,#0099ff 100%);
	background: linear-gradient(top, #0099ff 0%,#0099ff 44%,#0099ff 100%);

	color: white;
}


#efecto{
	width: 100%;
	float: left;
}
#efecto img{
	width: 100%;
}

.texto{
	width: 100%;
	color: white;
	text-align: center;
	font-size: 23px;
	line-height: 33px;
	float: left;
	margin: 50px 0;
	padding:0 80px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


#uno{
	width: 100%;
	text-align: center;
	float: left;
}

#uno img{
	width: 70%;
	margin: 0 15%;
}

.titulo-uno{
	width: 100%;
	text-align: center;
	color: white;
	font-size: 40px;
	font-weight: bold;
	float: left;
	margin: 0 0 30px 0;
}

#uno strong{
	border: 0px solid red;
	width: 100%;
	color: white;
	font-size: 24px;
	text-align: center;
	float: left;
}


#dos{
	width: 100%;
	float: left;
	margin: 80px 0;
}

#dos strong{
	color: white;
	font-size: 32px;
}

#dos strong span{
	color: #f60cd8;
}



#tres{
	background: url(../images/fondo3.png) no-repeat center center fixed;
	-webkit-background-size: cover;
	background-size: cover;
	width: 100%;
	font-size: 30px;
	line-height: 35px;
	color: white;
	float: left;
	padding: 40px 0;

	box-sizing: border-box;
}

#tres span{
	color: #1fced9;
}

#tres strong{
	width: 100%;
	font-size: 30px;
	font-weight: bold;
	float: left;
}

#tres p{
	width: 100%;
	text-align: center;
	font-size: 40px;
	float: left;
}

.boton{
	background: #1fced9;
	width: 40%;
	color: white;
	text-align: center;
	margin: 0 5%;
	float: left;
	padding: 8px 0;

	border-radius: 10px;
}



#paquetes{
	border: 0px solid white;
	background: url(../images/fondo1.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	background-size: cover;
	width: 100%;
	float: left;
	padding: 40px 0;
	margin: 0 0 40px 0;
}

#paquetes-conten{
	border: 0px solid red;
	width: 1200px;
	color: white;
	font-size: 23px;
	line-height: 33px;
	margin: 0 auto;
}




#ladoi{
	width: 35%;
	float: left;
}
#ladoi img{
	width: 100%;
}

#ladod{
	background: url(../images/contacto/fondo-ladod.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	background-size: cover;

	width: 65%;
	color: white;
	font-size: 24px;
	line-height: 24px;
	float: left;
	padding: 20px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


#promociones{
	background: url(../images/fondo1.jpg) no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
	width: 100%;
	float: left;
	padding: 100px 20px;
	margin: 0 0 30px 0;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#promociones img{
	width: 100%;
}



#galeria{
	background: url(../images/hombres/fondo-hombres.jpg) no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
	width: 100%;
	float: left;
	padding: 40px 0;
	margin: 40px 0;
}
.fondo-mujeres{
	background: url(../images/mujeres/fondo-mujeres.jpg) no-repeat center center fixed !important;
	-webkit-background-size: cover;
	background-size: cover;
}

#galeria-conten{
	width: 1200px;
	margin: 0 auto;
}

.galeria{
	width: 100%;
	float: left;
}

.galeria img{
	width: 200px;
	float: left;
}



#paquetes{
	width: 100%;
	float: left;
}

#paquetes img{
	width: 23%;
	margin: 0 1% 50px;
}

#imagenes-paquetes img{
	float: left;
}




#footer{
	background: black;
	width: 100%;
	float: left;
}

#footer-conten{
	width: 1150px;
	margin: 0 auto;
}

.seccion-footer{
	border: 0px solid white;
	color: white;
	font-size: 23px;
	line-height: 33px;
	float: left;
	padding: 10px;

	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
}

.seccion-footer a{
	color: white;
	text-decoration: none;
}

.seccion-footer a:hover{
	text-decoration: underline;
}

.titulo-seccion-footer{
	font-size: 22px;
	font-weight: bold;
	padding: 10px 0;
}

.aviso{
	background: black;
	font-size: 23px;
	line-height: 33px;
	color: white;
	margin: 0 0 100px 0;
}
.aviso strong{
	color: red;
	font-size:30px;
}

#imagen-footer{
	width: 70%;
}


.separacion{
	width: 100%;
	float: left;
}

.wt{
	color: #3dce00;
	font-weight: bold;
}


@media screen and (max-width: 1300px){
	#pagina, #galeria-conten{
		width: 100%;
	}
}

@media screen and (max-width: 1200px){
	#paquetes-conten{
		width: 100%;
	}
}

@media screen and (max-width: 1150px){
	#footer-conten{
		width: 100%;
	}
}

@media screen and (max-width: 800px){
	#contacto{
		width: 100%;
	}
}

@media screen and (max-width: 700px){
	#menu-r{
		display: block;
	}
	#menu ul{
		display: none;
	}
	#menu ul li{
		width: 100%;
	}

	#bienvenidos{
		width: 100% !important;
		margin: 0 !important;
	}

	#paquetes img{
		width: 48%;
	}

	#ladoi, #ladod{
		width: 100%;
		margin: 10px 0;
	}
}

@media screen and (max-width: 500px){
	.texto{
		padding: 0 20px;
	}

	#paquetes img, #galeria{
		width: 95%;
		margin: 0 2.5% 100px!important;
	}

	.galeria img{
		width: 90%;
		margin: 0 5% 70px;
	}

	#whatsapp{
		width: 50px !important;
		height: auto !important;
	}

	.texto, #ladod{
		line-height: 25px;
	}

	#paqs{
		position: relative;
		top: -60px;
	}
	.uno{
		width: 80% !important;
		margin: 0 0 0 10% !important;
	}
	.dos{
		position: relative;
		top: 110px;
		display: inline;
		margin: 30px 0 0 0;
	}
	.boton{
		width: 40%;
		font-size: 17px;
		line-height: 17px;
		padding: 5px 20px;
		margin: 0 5%;

		box-sizing: border-box;
	}

	#uno strong{
		font-size: 17px;
		line-height: 17px;
		padding: 0 20px;

		box-sizing: border-box;
	}

	.titulo-uno{
		font-size: 25px;
	}

	.titulo{
		font-size: 27px;
	}

	.titulo-uno img{
		height: 50px !important;
	}

	.tres{
		height: 37px !important;
	}
	#tres strong{
		text-align: center;
		font-size: 27px;
	}
	#tres{
		font-size: 24px;
		line-height: 29px;
		padding: 0 10px;
	}

	.cuatro{
		position: absolute;
		top: 13px !important;
		height: 37px !important;
	}
	#tres p{
		font-size: 30px;
	}
	.titulo span{
		font-size: 23px;
	}

	#tres span{
		font-size: 32px;
	}

	.mas1, .mas1 span{
		text-align: center !important;
		font-size:28px !important;
		line-height: 32px !important;
	}

	.seis{
		width: 100% !important;
	}
}














