/*Estilo de la barra de navegacion vertical del modulo administracion*/
body{
	background-color: #f3f5f9;
}
.wrapper{
	display: flex;
	position: relative;	
}
.wrapper .sidebar{
	position: fixed;
	width: 200px;
	height: 100%;
	background: #4b4276;
}
.wrapper .sidebar h2{
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 10px;
}
.wrapper .sidebar ul li{
	list-style: none;
	padding: 15px;
	border-bottom: 1px solid rgba(0,0,0,0.05);
	border-top: 1px solid rgba(225,225,225,0.05);
}
.wrapper .sidebar ul li a{
	font-size: 18px;
	margin-left: -30px;
	text-decoration: none;
	color: #bdb8b7;
	display: block;
}
.wrapper .sidebar ul li a .fa-solid{
	width: 30px;
}
.wrapper .sidebar ul li:hover{
	background: #594f8d;
}
.wrapper .sidebar ul li:hover a{
	color: #fff;
}
.wrapper .main_content{
	width: 100%;
	margin-left: 200px;
}
.wrapper .main_content .header{
	padding: 10px;
	background: #fff;
	color: #717171;
	border-bottom: 1px solid #e0e4e8;

}
.wrapper .main_content .info{
	margin: 20px;
	color: #717171;
	line-height: 25px;
}
/*Aqui terminan los estilos de la barra de navegacion*/
nav{	
	width: 100%;
	float: left;
	border: 50px;
}
nav ul{
	list-style: none;
	overflow: hidden;
}
nav ul li{
	float: left;
	font-size: 20px;
}
nav ul li a{
	display: block;
	padding: 25px;
	text-decoration: none;
}
nav ul li a:hover{
	background: #f0eded;
	border-radius: 8px;	
}
h2{
	text-align: center;
}
h4{
	text-align: center;
}
a{
	font-size: 12px;
}
footer{
	width: 100%;
}
.serviciosuno{
	display: flex;
	flex-wrap: nowrap;
}
.servicio_margen{
	margin-left: 10px;
}
.color-disponible{
	color: white;
}
.form_fecha{
 	width: 50%;
 	margin-top: 40px;
}
.form-disponibilidad{
	width: 70%;
	margin-top: 30px;
}
.resert-color{
	border-radius: 10px;
	margin-top: 20px;
	background: #e9f0f7;
}
.btn-correr{
	margin-left: 50px;
}
.btn-regist{
	margin-left: 1000px;
	margin-top: -225px;
}
.nose{
	width: 20%;
	height: 20%;
	border: 1px solid black;
}
.formulario{	
	margin-left: 50px;
	margin-top: 20px;
	margin-bottom: 60px;
	padding: 30px;
	border-radius: 10px;
	width: 700px;
	height: 730px;
}
.form{
	width: 250px;
	height: 700px;
}
.Imagenes{
	margin-left: 90px;
	margin-top: 20px;
	border-radius: 10px;
	width: 560px;
	height: 730px;
}

.transparente{
    opacity: 0.8;
    -moz-opacity: 0.8;
    filter: alpha(opacity=80);
    -khtml-opacity: 0.8;
}
.Disponible_habitacion{
	display: flex;
	flex-wrap: nowrap;
	width: 750px;
	height: 260px;
	box-shadow: 10px 5px 5px #f5633c;
}
.informacion{
	margin-left: 10px;
	width: 415px;
	height: 250px;
}
.disponible{
	font-size: 20px;
	font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
.disponible_matrimonial{
	margin-left: 50px;
	width: 200px;
	height: 30px;
	border: 1px solid #000000;
}
.datos_cliente{
	display: flex;
	flex-wrap: nowrap;
	margin-left: 230px;
	width: 1100px;
	height: 600px;
	border: 1px solid black;
}
.formulario_reegistro{
	margin-left: 20px;
	margin-top: 15px;
	width: 1000px;
	height: 580px;
}
h3{
	text-align: center;
}
.h6{
	text-align: center;
}

.content-map{
	background-color: #c8e3dd;
	display: flex;
	flex-wrap: nowrap;
}
.info-map{
	margin-left: 20px;
	margin-top: 30px;
}
.datos_adicionales{
	width: 500px;
	height: 50px;
	border: 1px solid #000000;
	margin-top: 20px;
	margin-right: 00px;
}
.form_regis_cliente{
	margin-left: 300px;
	width: 50%;
}
table {
	table-layout: fixed;
	width: 50%;
	border-collapse: collapse;
	border: 3px solid purple;
}
.mod-registro-reservas{
	background-color: #b7efce;
	margin-left: 400px;
	border-style: groove;
	border-radius: 10px;
	width: 500px;
	padding: 10px;
}
/*ESTILOS MODULO DE SERVICIOS*/
.contenedorUno{
	background-color: #b7efce;
	display: flex;
	flex-wrap: nowrap;
	width: 100%;
	height: 60%;
	margin-top: 10px;
}
.informacion{
	width: 80%;
	height: 50%;
	margin-right: 10px;
	margin-top: 80px;	
}
.informacion-guia{
	width: 100%;
	height: 50%;
	margin-top: 80px;
	padding: 10px
}
.informacion-evento{
	width: 80%;
	height: 50%;
	margin-right: 10px;
	margin-top: 80px;	
}
.informacion-parque{
	width: 100%;
	height: 50%;
	margin-top: 80px;
	padding: 10px
}
.img-contenedor{
	width: 40%;
}
.img-contenedor-guia{
	width: 50%;
	
}




/*FIN DE ESTILO DE LA PESTAÑA DE NAVEGACION DEL MODULO DE RESERVAS*/

/*ESTILOS DEL SLIDER PAGINA DE INICIO*/

.slider-frame {
	width: 1280px;
    height: auto;
	overflow: hidden;
}

.slider-frame ul {
	display: flex;
	padding: 0;
	width: 250%;
	
	animation: slide 20s infinite alternate ease-in-out;
}

.slider-frame li {
	width: 100%;
	list-style: none;
}

.slider-frame img {
	width: 100%;
}

@keyframes slide {
	0% {margin-left: 0;}
	20% {margin-left: 0;}
	
	25% {margin-left: -100%;}
	45% {margin-left: -100%;}
	
	50% {margin-left: -200%;}
	70% {margin-left: -200%;}
	
	75% {margin-left: -300%;}
	100% {margin-left: -300%;}
}

