
/* Reseteo de márgenes y paddings */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
#menu {
  transition: transform 0.3s ease;
}
.menu_open{
	width: 4rem;
	height: 4rem;
	padding: 1rem;
	cursor: pointer;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.9);
  animation: bounce 1s infinite;
  display: none;
}
@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-1rem);
  }
}
.section_banner.typ{
  text-align: center;
  height: 100%;
  width: 100%;
  background: #c6a6ff;
}
.banner_fondo.typ{
	width: 100%;
	height: 100%;
}
.button{
	padding: 0.5rem 1.5rem;
	font-size: 1.1rem;
	border-radius: 0.5rem;
	border: none;
	background-color:#ae80ff;
	color: white;
  	font-family: "Josefin Sans", sans-serif;
	transition: all 0.3s ease;
	cursor: pointer;
}
.button.reservas{
	padding: 0.75rem 1.5rem;
	background: linear-gradient(135deg, /* dirección ↗ */ #2d00ff8c 0%, /* azul intenso esquina inferior‑izquierda */ #5b1cffc9 30%, /* púrpura medio */ #ac7afff2 60%, /* violeta claro */ #c7a0ff 100% /* lavanda muy suave esquina superior‑derecha */);
}
.button.reservas:hover{
	box-shadow: 5px 5px 10px 2px rgba(160, 121, 163, 0.253);
	scale: 1.05;
}
/* Asegura que el body y el html ocupen toda la pantalla */
.section_libro{
	background: linear-gradient(135deg, /* dirección ↗ */ #2d00ff8c 0%, /* azul intenso esquina inferior‑izquierda */ #5b1cffc9 30%, /* púrpura medio */ #ac7afff2 60%, /* violeta claro */ #c7a0ff 100% /* lavanda muy suave esquina superior‑derecha */);
}
html, body {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  font-family: "Josefin Sans", sans-serif;
  scroll-behavior: smooth;
}
#closeId{
	display: none;
}
.open_main{
	width: 2.2rem;
	height: 2.2rem;
}
.open_contMain{
	border-radius: 50%;
	padding: 1rem;
	background: rgba(255, 255, 255, 0.7);
	margin: 0 0 0 auto;
	backdrop-filter: blur(5px);
	box-shadow: 0 10px 15px 2px rgba(93, 0, 255, 0.233);
	display: flex;
	align-items: center;
	justify-content: center;
	display: none;
}
.open_contMain.cerrar{
	width: 2rem;
	height: 2rem;
}
.manteiner{
	width: 100%;
	height: 100%;
	max-width: 2000px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
.container{
	width: 100%;
	margin: auto;
	padding: 5rem;
}
.section_banner{
	width: 100%;
	position: relative;
	height: auto;
}
.banner_fondo{
	width: 100%;
	position: absolute;
    object-fit: cover;
    background-position: top;
}
.banner_hero{
	margin-top: 6rem;
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: space-between;
}
.banner_logo{
	width: 300px;
}
.banner_personajes{
	position: absolute;
	right: 0;
	top: 0;
	width: 800px;
}
.banner_txt{
	font-weight: 600;
	font-size: 27px;
	color: #3C2313;
	display: flex;
	gap: 2rem;
	flex-direction: column;
	align-items: flex-start;
	width: 51%;
}
.banner_txt.typ{
    align-items: center;
}
.section_servicios{
	position: relative;
	z-index: 1;
}
.servicios_grid{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	margin-top: 3rem;
}
.target_servicios{
	font-weight: 600;
	width: 31%;
	box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
	border-radius: 1.5rem;
	background: white;
	overflow: hidden;
}
.target_img{
	width: 100%;
}
.target_content{
	padding: 2.5rem;
	display: flex;
	gap: 1rem;
	flex-direction: column;
	color: #452D22;
	font-size: 22px;
	background: white;
	align-items: baseline;
}
.target_title{
	color: #452d22;
	font-size: 25px;
	font-weight: 900;
}
.target_txt{
	color: #452D22;
}
.title{
	font-size: 25px;
	font-weight: bold;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 2rem;
}
.titulo.is-white{
	color: white;
}
.titulo.is-white.is-left{
	text-align: left;
}
.servicios_wrp{
	display: flex;
	gap: 3rem;
	flex-direction: column;
}
.titulo{
	font-size: 2.5rem;
	color: #5C00FF;
	text-align: center;
}
.title_line{
	height: 5px;
	width: 200px;
	background: #5C00FF;
}
.title_line.is-white{
	background: #fff;
}
.libro_wrp{
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 2rem;
}
.tiktok_wrp{
	display: flex;
	justify-content: space-between;
	align-items: initial;
	gap: 2rem;
	max-width: 1100px;
	margin: auto;
}
.tk_bloque{
	padding-top: 4rem;
	padding: 4rem 2rem 0 2rem;
	position: relative;
	width: 48%;
	height: 700px;
  max-height: 7150px;
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
.tk_img{
	position: absolute;
	bottom: 0;
	right: auto;
	left: auto;
	width: 350px;
}
.tk_box{
	display: flex;
	justify-content: center;
	align-items: center;
}
.tk_box-fondo{
	width: 100%;
  position: absolute;
  top: 0;
  right: auto;
  left: auto;
  height: 100%;
}
.tk_slider{
	width: 50%;
	text-align: center;
}
.tk_slider-video{
	height: 700px;
	border-radius: 1.5rem;
	overflow: hidden;
}
.tk_box-text{
	position: relative;
	z-index: 2;
	color: white;
	font-size: 20px;
	text-align: center;
	display: flex;
	flex-direction: column;
	gap: 2rem;
}
.title.is-left{
	text-align: left;
  justify-content: flex-start;
  margin: 0;
}
.libro_colInfo{
	display: flex;
	flex-direction: column;
	gap: 1rem;
	color: white;
	font-size: 1.2rem;
}
.libro_form {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px; /* espacio entre columnas y filas */
}
.libro_formCont{
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}
.form_input{
	height: 40px;
	border-radius: 0.5rem;
	background: #fff;
	color: black;
	border: none;
	padding: 0.5rem 1rem;
}
.libro_formSubmit{
	padding: 0.75rem 1.5rem;
	color: #5b1cffc9;
	font-size: 1.1rem;
	background: white;
	text-align: center;
	border:0;
	border-radius: 0.55rem;
}
.form_textArea{
	height: 40px;
	border-radius: 0.5rem;
	background: #fff;
	color: black;
	border: none;
	padding: 0.5rem 1rem;
}
.tk_box-title{
	font-size: 2.5rem;
}
.tk_box-txt{
	font-size: 22px;
}
.tiktok_fondoleft{
	position: absolute;
	left: 0;
	top: -500px;
	height:200%;
	object-fit: cover;
	z-index: -1;
}
.section_tiktok{
	position: relative;
}
.comentarios_wrp{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: initial;
	gap: 3rem;
}
.cs_desp{
	max-width: 90%;
	font-size: 20px;
	text-align: center;
	margin: auto;
	color: #3C2313;
}
.cs_flexing{
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.5rem;
	flex-wrap: wrap;
}
.target_btn{
	padding: 0.75rem 3rem;
	border-radius: 0.5rem;
	background: #ae80ff;
	border:0;
	font-size: 20px;
	color: white;
	cursor: pointer;
	text-decoration: none;
	box-shadow: 5px 5px 10px 2px rgba(69, 45, 34, 0.253);
}
.target_btn:hover{ 
	 transform: translateY(-5px);
  transition: transform 0.3s ease;
}
.target_btn.banner{
	background-color: white;
	color: #452D22;
	padding: 1rem 3rem;
	font-weight:bold;
	box-shadow: 5px 5px 10px 2px rgba(69, 45, 34, 0.507);
}
.target_btn.crema{
	background-color: #F5E6D3;
	color: #452D22;
	padding: 1rem 3rem;
	font-weight:bold;
	box-shadow: 5px 5px 10px 2px rgba(69, 45, 34, 0.507);
}
.cs_coment{
width: 32%;
  transition: transform 0.3s ease;
}
.cs_coment:hover{
	transform: scale(1.35);
}
.bns_boton{
	cursor: pointer;
	right: 0;
}

.bns_boton:hover{
	 transform: translateY(-8px);
  		transition: transform 0.3s ease;
}

.bns_flotante{
	position: fixed;
	bottom:1rem;
	right: 2rem;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	z-index: 3;
	gap: 1rem;
}
.bns_sociales{
  	transition: opacity 0.5s ease, transform 0.5s ease;
	display: none;
	gap: 0.5rem;
	align-items: center;
	display: none;
	position: absolute;
    bottom: 4rem;
	right: 0;
  opacity: 0;
  transform: translateY(-10px);
}
.bns_sociales.visible {
  display: flex;
  opacity: 1;
  transform: translateY(0);
}
.bns_img{
	width: 2.5rem;
	height: 2.5rem;
	max-width: 2.5rem;
	max-height: 2.5rem;
	border-radius: 50%;
}
.bns_img.large{
	width: 3.5rem;
	height: 3.5rem;
	max-width: 3.5rem;
	max-height: 3.5rem
}
.bns_img.large.sborder{
	border-radius: 0;
}
.faq_wrp{
	display: flex;
	gap: 2rem;
	flex-direction: column;
	color: #3C2313
}
.faq_triggers{
	display: flex;
	gap: 2rem;
	flex-direction: column;
}
.faq_acordeon {
    width: 70%;
    margin: auto;
    display: flex;
    flex-direction: column;
    background: white;
    color: #3C2313;
    border-radius: 1rem;
    box-shadow: 5px 10px 15px 2px rgba(93, 0, 255, 0.233);
    position: relative; /* Necesario para el pseudo-elemento */
    overflow: hidden; /* Asegura que el borde no se salga del border-radius */
}

.faq_acordeon::before {
    content: ""; /* Imprescindible para que el pseudo-elemento exista */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px solid transparent;
    border-radius: 1rem; /* Mismo border-radius que el contenedor */
    box-sizing: border-box;
    transition: border-color 0.3s ease; /* Transición suave del color */
	pointer-events: none;
}

.faq_acordeon:hover::before {
    border-color: #5C00FF; /* Color del borde al hacer hover */
    animation: borderDraw 1.5s linear forwards; /* Animación solo una vez (sin infinite) */
}

@keyframes borderDraw {
    0% {
        clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%); /* Inicio: borde invisible */
    }
    25% {
        clip-path: polygon(0 0, 100% 0, 100% 0, 0 100%); /* Dibuja borde superior */
    }
    50% {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%); /* Dibuja borde derecho */
    }
    75% {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%); /* Dibuja borde inferior */
    }
    100% {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%); /* Dibuja borde izquierdo */
    }
}
.faq_trigger{
	cursor: pointer;
	padding: 1rem 2rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	width: 100%;

}
.faq_title{
	font-size: 1.3rem;
	color: #5C00FF;
}
.faq_arrow{
	width: 50px;
}
.faq_body{
	height: 0;
	overflow: hidden;
	transition: height 0.6s ease;
}
.faq_content{
	padding: 0 2rem 2rem 2rem;

}
.faq_body.active{
	height: auto;

}
.redes_wrp{
	display: flex;
	gap: 2rem;
	flex-direction: column;
	color: #3C2313;
}
.redes_list{
	display: flex;
	gap: 1rem;
	align-items: center;
	color: #3C2313;
	justify-content: center;
}
.redes_redLink{
	background-color: #E7DAFF;
	color: #5C00FF;
	padding: 0.5rem 1rem;
	border-radius: 0.35rem;
	display: flex;
	align-items: center;
	gap: 1rem;
	text-decoration: none;
	font-size: 18px;
	font-weight: 600;
}
.redes_redImg{
	width: 40px;
}
.main{
  position: fixed;
  left:0;
  top: 2rem;
  z-index: 999;
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
.menu {
  background: rgba(255, 255, 255, 0.7); /* Fondo blanco translúcido */
  border-radius: 0.75rem;
  font-size: 1.2rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  box-shadow: 0 10px 15px 2px rgba(93, 0, 255, 0.233);
  backdrop-filter: blur(5px); /* Efecto borroso */
  -webkit-backdrop-filter: blur(20px); /* Compatibilidad con Safari */
  overflow: hidden;
  transition: width 4s ease;
  margin: auto;
}

.menu_logo{
	width: 35px;
	display: none;
}
.menu_nav{
	display: flex;
	gap: 2rem;
	align-items: center;
	flex-wrap: wrap;
}
.menu_wrp{
	display: flex;
	align-items: center;
	justify-content: center;
  	padding: 1rem 2rem;

}
.container_main{
	display: flex;
	gap: 1rem;
	align-items: center;
	max-width: 2000px;
	width: 100%;
	padding: 0 5rem;
}
.menu_link {
  color: #3C2313;
  text-decoration: none;
  font-weight: 900;
  font-size: 20px;
  transition: all 0.4s ease; /* Transición más lenta y suave */
  display: inline-block; /* Necesario para que el transform funcione correctamente */
}
.form_rserva-cont{
	position: relative;
	width: 80%;
	background: white;
	padding: 1rem;
	border-radius: 0.5rem;
	box-shadow: 5px 5px 10px 2px rgb(207 203 201 / 25%);
	display: flex;
}
.form_rserva-info{
	display: flex;
	gap: 2rem;
}
.menu_link:hover {
  color: #5C00FF;
  transform: translateY(-5px); /* Se desplaza hacia arriba */
}
.form_rserva{
  /* Overlay que cubre toda la ventana */
  position: fixed;   /* se queda pegado al viewport sin importar el scroll */
  top: 0;            /* pegado arriba */
  left: 0;           /* pegado a la izquierda */
  width: 100%;      /* 100 % del viewport – evita problemas con barras de scroll */
  height: 100%;     /* 100 % del alto del viewport */
  z-index: 999;    /* más alto que cualquier otro z‑index común */
  align-items: center;
  justify-content: center;
  /* Estética */
  display: none;
  flex-direction: column;
  gap: 1rem;
  background: rgba(255,255,255,.7); /* blanco semitransparente */
  overflow-y: auto; /* por si el form es muy largo */
}
.form_rserva-cerrar{
	display: flex;
	justify-content: end;
	position: absolute;
	right: 1rem;
}
.form_rserva-close{
	width: 3rem;
	cursor: pointer;
	transition: all 0.3s ease;
}
.form_rserva-image{
	width: 60%;
	border-radius: 0.5rem;
	object-fit: cover;
}
.form_rserva-txt{
	width: 38%;
	padding-top: 3rem;
	padding-bottom: 2rem;
	display: flex;
	flex-direction: column;
	gap: 1rem;
}
.form_label{
	 grid-column: 1 / -1;
}
.form_subtitulo{
	font-size: 1.3rem;
}
.form_titulo{
	font-size: 2rem;
	line-height: 1.5rem;
}
.form_rserva-close:hover {
	scale: 1.2;
}
.form_inputs{
  width: 100%;
  display: grid;                 /* cambiamos flex → grid  */
  grid-template-columns: 1fr 1fr;/* dos columnas iguales   */
  gap: 1rem;                     /* separación entre ítems */
}
.form_ipt {
    width: 100%;
    padding: 0.65rem 0.75rem;
    border-radius: 0.5rem;
    border: 1px solid #5C00FF;
}
.form_submit{
	padding: 0.8rem;
}
.form_title{
	text-align: left;
	color: #5C00FF;
	font-size: 1.8rem;
	display: flex;
	flex-direction: column;
	gap: 0.5rem
}
.form_desp{
	color: #3C2313;
	font-size: 1.2rem;
}
.form_rserva-fr{
	display: flex;
	gap: 1rem;
	flex-direction: column;
	width: 100%;
}
@media (max-width: 1337px) {
	.open_contMain{
		display: flex;
	}
	.redes_redLink{
		width: 50%;
	}
	.redes_list{
		display: flex;
		flex-wrap: wrap;
	}
	.libro_form{
		display: flex;
		flex-direction: column;
	}
	.libro_formCont{
		display: flex;
		justify-content: space-between;
	}
	.libro_colInfo{
		width: 48%;
	}
	.libro_colForm{
		margin: auto;
	}
	.menu_nav {
		flex-direction: column;
    padding: 1.5rem 0.5rem;
	}
	.menu{
		margin: 0 0 0 auto;
		position: fixed;
		top: 2rem;
		right: 2rem;
		background: none;
    backdrop-filter: none;
    box-shadow: none ;
    flex-direction: column;
    justify-content: flex-end;
    gap: 1rem;
    overflow: initial;
	}
	.main{
		position: relative;
	}
	.menu_wrp{
		background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(5px);
    box-shadow: 0 10px 15px 2px rgba(93, 0, 255, 0.233);
    border-radius: 0.5rem;
    display: none;
	}
}
@media (max-width: 1024px) {
	.form_rserva-image{
		width: 50%;
	}
	.form_rserva-cont{
		width: 95%;
	}
	.form_rserva-txt{
		width: auto;
	}
	.faq_acordeon{
		width: 100%;
	}
	.faq_title{
		font-size: 1.1rem;
	}
	.faq_trigger{
		padding: 1rem;;
	}
	.redes_list{
		flex-wrap: wrap;
	}
	.faq_content{
		padding: 1rem;
	}
	.banner_fondo{
		height: 120%;
	}
	.title_line{
		width: 100px;
	}
	.titulo{
		font-size: 2rem;
	}
	.banner_personajes{
		width: 550px;
	}	
	.target_content{
		padding: 1.3rem ;
	}
	.target_title{
		font-size: 19px;
	}
	.target_txt{
		font-size: 16px;
	}
	.tk_img{
		width: 270px;
	}
	.tk_box-title{
		font-size: 1.8rem;
	}
	.tk_box-txt{
		font-size: 19px;
	}
	.tk_slider-video{
		height: 550px;
	}
	.container{
		padding: 2.5rem;
	}
	.cs_coment{
		min-width: 18rem;
		width: 18rem;
	}
	.menu_nav{
		gap: 1rem;
		flex-wrap: wrap;
	}
	.menu_link{
		font-size: 18px;
	}
}
@media (max-width: 767px) {
	.form_rserva-cont{
		padding: 1.5rem;
	}
	.form_rserva-image{
		display: none;
	}
	.form_rserva-txt{
		width: 100%;
		padding: 1rem;
	}
	.redes_list{
		width: 100%;
	}
	.redes_redLink{
		width: 100%;
	}
	.banner_personajes{
		width: 350px;
	}	
	.banner_hero{
		margin-top: 1rem;
	}
	.banner_txt{
		font-size: 18px;
	}
	.container{
		padding: 1.5rem;
	}
	.banner_txt{
		width: 50%;
	}
	.banner_logo{
		width: 150px;
	}
	.servicios_grid{
		margin-top: 0rem;
	}
	.target_content{
		padding: 1rem;
	}
	.target_title{
		font-size: 17px;
	}
	.tk_box-fondo{
		display: none;
	}
	.tiktok_wrp{
		display: flex;
		flex-direction: column;
		flex-flow: column-reverse;
	}
	.tk_bloque{
		width: 100%;
		background-color: #ae80ff;
		height: auto;
		padding: 2rem 2rem 6rem 2rem;
		display: flex;
		justify-content: center;
		align-items: center;
		border-radius: 1rem;
	}
	.tk_img{
		opacity: 0.2;
	}
	.tk_slider{
		width: 100%;
		margin-top: -5rem;
		position: relative;
		z-index: 2;
	}
	.tk_slider-video {
        height: 400px;
    }
	.cs_coment{
		min-width: 13rem;
		width: 13rem;
	}
}
@media (max-width: 480px) {
	.libro_wrp{
		flex-direction: column;

    align-items: flex-start;
	}
	.libro_colForm{
		width: 100%;
		margin: 0;
	}
	.libro_colInfo{
		width: 100%;
	}
	.menu{
		right: 1rem;
		gap: 0.65rem;
	}
	.open_main{
    width: 1.6rem;
    height: 1.6rem;
	}
	.open_contMain{
		padding: 0.65rem;
	}
	.form_inputs{
		display: flex;
		flex-direction: column;
		gap: 0.65rem;
	}
	.form_titulo{
		font-size: 1.2rem;
	}
	.form_rserva-cont{
		width: 100%;
		padding: 0.75rem;
	}
	.form_rserva{
		overflow: auto;
		justify-content: flex-start;
		padding: 2rem;
	}
	.title_line{
		display: none;
	}
	.titulo{
		font-size: 1.5rem;
	}
	.comentarios_wrp{
		gap:1.5rem
	}
	.cs_coment{
		width: 100%;
	}
	.cs_desp{
		font-size: 16px;
		color: #3C2313;
	}
	.tk_box-title{
		font-size: 1.5rem;
	}
	.tk_box-text{
		gap: 1rem;
	}
	.tk_bloque{
		padding: 1.5rem 1.5rem 5rem 1rem;
	}
	.servicios_grid{
		display: flex;
		flex-direction: column;
		gap: 1.5rem
	}
	.target_servicios{
		width: 100%;
	}
	.banner_hero{
		width: 100%;
	}
	.banner_txt{
		width: 100%;
	}
	.banner_personajes{
		width: 250px;
		opacity: 0.5;
	}
	.target_btn{
		font-size: 16px;
	}
}