*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body{
	background-color: #67CED4;
	font-family: "M PLUS 1p", sans-serif;
}

/* FORMATOS MODAL DE BIENVENIDA */
#ModalBienvenida{
	width: 100vw;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.7);
	position: fixed;
	display: none;
	z-index: 5;
}
#ModaleBoxB{
	width: 800px;
	height: 500px;
	background-color: #364f6b8f;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	padding: 50px;
	text-align: center;
	border-radius: 25px;
}
#ModaleBoxB>h1{
	font-size: 4rem;
	/* text-align: center; */
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight: normal;
	margin-bottom: 100px;
	color: white;
}
#ModaleBoxB> button{
	font-family: "M PLUS 1p", sans-serif;
	font-size: 2rem;
	padding: 20px 40px;
	border-radius: 15px;
	background-color: #364F6B;
	color: white;
}
#ModaleBoxB> button:hover{
	color: #67CED4;
	background-color: white;
}

/* Encabezado y Navbar */
nav{
	width: 100%;
	height: 285px;
	padding-left: 112px;
	padding-right: 112px;
	background-color:   #364f6b8f;
	display: flex;
	flex-wrap: wrap;
	/*overflow: hidden;*/
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
	justify-content: space-between;
	transition-property: top, height, font-size, padding-top, display;
	transition-duration: 2s;
	
}

#telefono{
	width: 351px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: white;
}
#rrss{
	width: 351px;
	height: auto;
	display: flex;
	justify-content: right;
	align-items: center;
	transition-property: display;
	transition-duration: 2s;
}
#logo{
	width: 975px;
	height: 211px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition-property: display;
	transition-duration: 2s;
}
#logo img{
	width: 538px;
	height: 211px;
	border-radius: 43px;
	margin: 0 auto;

}
#iconFacebook img{
	border: 5px solid white;
	border-radius: 30px;

}
#iconInstagram img,
#iconTiktok img{
	border: 5px solid white;
	border-radius: 40px;

}



#NavBar{
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	color: white;
	display: flex;
	justify-content: center;
	list-style: none;

}
#NavBar a {
    display: inline-block; 
    padding-right: 20px; 
    text-decoration: none;
    color: inherit;
	transition-property: color;
	transition-duration: 0.7s;
}
.ElementoNavbar>a{
	display: inline-block;
	margin: 0 90px;
	position: relative;
	z-index: 2;
}
#NavBar .ElementoNavbar:hover a {
    color: #67CED4;
}

/* INICIO SUBMENU NAVBAR */
#SubNavbar{
	width: 180px;
	height: 150px;
	list-style: none;
	z-index: 1;
	top: 100%;
	margin-top: -10px;
	margin-left: 90px;
	display: none;
	background-color:   #364f6b8f;
}

.ElementoSubNavbar{
	width: 100%;
	height: 50px;
	line-height: 50px;
}
.ElementoSubNavbar > a{
	text-decoration: none;
	color: white;
	transition-property: color;
	transition-duration: 0.7s;
}
#NavBar #SubNavbar .ElementoSubNavbar >a:hover{
	color: white;
}
/* ESTA REGLA PERMITE DESPLEGAR EL SUBMENU NAVBAR */
.ElementoNavbar:hover #SubNavbar {
	display: block;
}

#HeroImage{
	background-color: rgb(243, 223, 134);
	width: 100%;
	height: 1076px;
	background-image: linear-gradient(rgba(0,0,0,0.3),rgba(0,0,0,0.3)), url(../Media/HeroImage.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 0;
	position: relative;
}

#TituloSubtituloHeroimage{
	font-family: "M PLUS Rounded 1c", sans-serif;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	height: 100%;
}
#TituloHeroImage{
	font-size: 96px;
	color: white;
	-webkit-text-stroke: 1px black;
	animation-name: fadein;
	animation-duration: 4s;
}
#SubtituloHeroImage {
	font-size: 64px;
	color: white;
	-webkit-text-stroke: 0.5px black;
	animation-name: fadeinSubtitulo;
	animation-duration: 6s;

}
@keyframes fadein {
	0% { opacity: 0; transform: translateY(100%); }
	75% { opacity: 1; }
	100% { opacity: 1; transform: translateY(0); }
}
@keyframes fadeinSubtitulo {
	0% { opacity: 0; }
	10% { opacity: 0; }
	40% { opacity: 0.2; }
	70% { opacity: 0.5; }
	100% { opacity: 1; }
}
#SeccionConocenos{
	width: 100%;
	height: auto;
	margin: auto;
	padding-top: 280px;
	padding-bottom: 30px;


}
#TituloConocenos{
	font-size: 40px;
	display: flex;
	justify-content: center;
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-size: 46px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: underline;
}
#TextoConocenos{
	width: 1450px;
	height: auto;
	padding-top: 50px;
	font-size: 32px;
	text-align: justify;
	margin: 0 auto;
}

/* SECCION SERVICIOS */
#SeccionServicios{
	width: 100%;
	height: 1280px;
	background-image: linear-gradient(rgba(0,0,0,0.3),rgba(0,0,0,0.3)), url(../Media/HeroImage_2.jpg);
	background-color: rgb(243, 223, 134);
	margin: auto;
	padding-bottom: 30px;
	margin-top: 280px;
	color: white;
}
#TituloServicios{
	padding-top: 300px;
	font-size: 40px;
	display: flex;
	justify-content: center;
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-size: 46px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: underline;
}
#Pestanas{
	width: 1171px;
	height: 71px;
	margin: 0 auto;
	margin-top: 33px;
	overflow: hidden;
	z-index: 0;
	display: flex;
	justify-content: center;
}
.PestanaActiva{
	color: #67CED4;
	/*text-decoration: underline;*/
	border-bottom-style: solid;

}
.EtiquetaPestanas{
	width: calc(33.33%-70px);
	font-size: 40px;
/* 	color: white;
 */	float: left;
	text-align: center;
	transition-property:  color, ;
	transition-duration: 1s;
	padding-bottom: 3px;
	margin-left: 40px;
	margin-right: 40px;
}
.EtiquetaPestanas >a{
	text-decoration: none;
}
.ContenedorPestana{
	width: 1450px;
	height: 660px;
	margin-top: 44px;
/* 	background-color: whitesmoke;
 */	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	display: none;
	flex-wrap: wrap;
	justify-content: space-between;
}
#CServicios{
	display: flex;
}
.servicios{
	width: 380px;
	height: 300px;
	text-align: center;
	float: left;
	font-size: 34px;
}
@keyframes animServicios {
	from{ transform: scale(0.25,0.25);};
	to{transform: scale(1,1);};
}
.servicioAnimado{
	animation-name: animServicios;
	animation-duration: 1.5s;
}
.imgServicios{
	width: 100%;
	height: 250px;
	background-color: darkgrey;
	overflow: hidden;
}
.imgServicios img{
	width: 100%;
	height: 250px;
	transition-property: transform;
	transition-duration: 0.4s;
	border-style: solid;
	border-color: white;
}
.imgServicios img:hover{
	transform: scale(1.2,1.2);
}
/*.imgServicios:hover {
    box-shadow: 0px 0px 7px 4px #67CED4;
	cursor: pointer;
}*/

/* MODAL GALERIA LIGHTBOX */
#ModalLightBoxG{
	width: 100vw;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.7);
	position: fixed;
	display: none;
	top: 0;
	z-index: 5;
}
#ImageToShow{
	width: auto;
	height: auto;
/* 	background-color: #364f6b8f;
 */	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
/* 	padding: 50px;
 */	text-align: center;
	border-radius: 25px;
}
.ImageLightBox{
	width: 600px;
	height: auto;
	border-radius: 25px;
}
.LbButtons{
	width: 150px;
	height: 150px;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background-color: black;
	border-style: solid;
	border-width: 5px;
	border-color: white;
}
.LbButtons:hover{
	border-color: #364F6B;
}
.LbbRight{
	right: 30px;
}
.LbbLeft{
	left: 30px;
}
.LbButtons i{
	font-size: 4rem;
	color: white;
}
.LbButtons:hover i{
	color: #364F6B;
}

/* SECCION CONTACTO */
#SeccionContacto{
	width: 100%;
	height: auto;
	margin: auto;
	padding-top: 280px;
	margin-bottom: 730px;

}
#TituloContacto{
	font-size: 40px;
	display: flex;
	justify-content: center;
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-size: 46px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: underline;
}
#Mapa{
	margin-top: 50px;
	width: 1720px;
	height: 600px;
	margin: 0 auto;

}

#TituloFormulario{
	padding-top: 50px;
	padding-left: 102px;
	font-weight: bold;
	text-decoration: underline;
	font-size: 48px;
	width: 100%;
	height: auto;
}
#ContenedorContacto{
	width: auto;
	height: auto;
	padding-top: 10px;
	margin-left: 102px;
	margin-right: 102px;
	display: flex;
	font-size:48px;
	justify-content: space-between;
}
#Formulario{
	width: 875px;
	height: auto;
}
#datosContacto{
	width: 730px;
	height: auto;
	float: right;
}
.bold{
	font-weight: bold;
}
#botonEnviar{
 	margin-top: 10px;
 	margin-left: 102px;
 	width: 201px;
 	height: 90px;
 	border-radius: 10%;
 	background-color: #364F6B;
 	color: white;
	font-size: 36px;
	transition-property: color, border-style, background-color;
	transition-duration: 0.7s;
	text-align: center;
 }
 #botonEnviar:hover{
	border-style: 5px solid;
	border-color: black;
	background-color: black;
	color: #67CED4;
 }
input{
	width: 871px;;
	height: 72px;
	font-size: 38px;
}
textarea{
	width: 871px;;
	height: 297px;
	font-size: 38px;
}

/* FORMATOS MODAL DE RESERVA */
#ModalDeReserva{
	width: 100vw;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.7);
	position: fixed;
	top: 0px;
	display: none;
	z-index: 5;
}
#ModaleBoxR{
	width: 800px;
	height: 325px;
	background-color: #364f6b8f;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	padding: 50px;
	text-align: center;
	border-radius: 25px;
}
#ModaleBoxR>h1{
	font-size: 3rem;
	/* text-align: center; */
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight: normal;
	margin-bottom: 10px;
	color: white;
}
#ModaleBoxR>p{
	font-size: 1.5rem;
	text-align: center;
	font-weight: normal;
	color: white;
	margin-bottom: 20px;
}
#ModaleBoxR> button{
	font-family: "M PLUS 1p", sans-serif;
	font-size: 2rem;
	padding: 10px 15px;
	border-radius: 15px;
	background-color: #364F6B;
	color: white;
}
#ModaleBoxR> button:hover{
	color: #67CED4;
	background-color: white;
}

/* FOOTER */
#footer div {
    display: inline-block; 
    padding-right: 60px; /
}
#footer div:last-child {
    padding-right: 0; /* Elimina el espacio interno del último elemento */
}
#footer{
	width: 100%;
	height: 174px;
	background-color: #364f6b;
	display: flex;
	justify-content: center;
	align-items: center;
	color: white;
	font-size: 48px;
	text-decoration: none;
}
#footer ul{
	list-style-type: none;
	padding: 0;
	text-align: center;
	display: flex;
	justify-content: space-between;
	width: 100%;
	padding-left: 102px;
	padding-right: 102px;
}
#footer ul li{
	display: inline-block;
	margin: 0 10px;
}