@charset "utf-8";
/* CSS Document */
* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}



html {
	scroll-behavior: smooth;
}

header {


}

body{
	width: 100%;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	flex-direction: column;
	background-color: #fff;
  font-optical-sizing: auto;

}

.wapp {
	position: fixed;
	width: 50px;
	height: 50px;
	bottom: 15px;
	right: 15px;
	z-index: 10;
}

.wapp::before {
	position: absolute;
	top: 10px;
	color: #FFF;
	font-size: 12px;
	text-align: center;
	content: "¡Escríbenos!";
	padding: 5px 20px 5px 10px;
	border-radius: 5px;
	background-color: #32BA46;
	transition: opacity 0.5s ease, transform 0.5s ease;
	opacity: 0;
	transform: translateX(-40px);
}

.wapp:hover::before {
	opacity: 1;
	transform: translateX(-80px);
}

.wapp a {
	width: 50px;
	height: 50px;
}

.wapp a img {
	width: 50px;
	height: 50px;
	filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.25));
}

header {
	width: 100%;
	max-width: 1920px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

header section {
	width: 100%;
	background: linear-gradient(45deg, #bb9f78, #564938);
	min-height: 240px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 3px solid #DDB151;
}

header section div {
	width: 32%;
	padding: 15px;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

header section .social {
	justify-content: flex-end;
}

.burgermenu {
	position: fixed;
	width: 50px;
	height: 50px;
	top: 15px;
	right: 15px;
	z-index: 20;
	display: none;
}

.burgermenu  img {
	width: 40px;
	height: 40px;
}

nav {
	width: 50%;
	display: flex;
	justify-content: space-around;
	padding: 35px 20px 20px;
	background: white;
	position: sticky;
    top: 0; /* Esto hace que se pegue a 0 píxeles de la parte superior de la ventana */
    z-index: 1000;
}

nav a {
	font-family: "Cinzel", serif;
  	font-optical-sizing: auto;
  	font-weight: 500;
  	color: #574634;
  	font-size: 25px;
  	text-decoration: none;
}

nav a:hover {
	text-decoration: underline;
}

main {
	width: 100%;
	max-width: 1920px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

main .gral {
	width: 50%;
	padding: 50px;
}

main .gral h1 {
	font-family: "Cinzel", serif;
  	font-optical-sizing: auto;
  	font-weight: 600;
  	color: #574634;
  	font-size: 35px;
  	text-align: center;
  	line-height: 50px;
}

main .gral h3 {
	font-family: "Cinzel", serif;
  	font-optical-sizing: auto;
  	font-weight: 400;
  	color: #574634;
  	font-size: 16px;
  	text-align: center;
}

main .agenda {
	width: 100%;
	height: 700px;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	padding: 50px;
	background-image: url("img/imagen-fondo-arcana.webp");
	background-size: cover;
	background-position: center center;
}

main .agenda a {
	font-family: "Cinzel", serif;
  	font-optical-sizing: auto;
  	font-weight: 400;
  	color: white;
  	background: linear-gradient(45deg, #bb9f78, #564938);
  	font-size: 20px;
  	text-decoration: none;
  	padding: 15px 30px;
  	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.75);
    transform: translateY(2px);
}

main .agenda a:hover {
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.5);
    transform: translateY(4px);
}

main .corredor {
	width: 50%;
	padding: 50px;
}
main .corredor h2 {
	font-family: "Cinzel", serif;
  	font-optical-sizing: auto;
  	font-weight: 600;
  	color: #574634;
  	font-size: 35px;
  	text-align: center;
  	line-height: 50px;
}

main .corredor h4 {
	font-family: "Cinzel", serif;
  	font-optical-sizing: auto;
  	font-weight: 400;
  	color: #574634;
  	font-size: 16px;
  	text-align: center;
}

main .mapa {
	width: 80%;
	flex-direction: column;
	padding: 75px 0px 0px;
	display: flex;
	height: 100vh;
	background-image: url("img/mapa-arcana-act3.webp"); 
	background-position: center center;
	background-repeat: no-repeat;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 600px;
	background-size: contain;
}

main .mapa .boton-leon {
	width: 80px;
  	height: 80px;
  	display: flex;
  	justify-content: center;
  	align-items: center;
  	animation: saltar 1s infinite;
  	cursor: pointer;
  	margin-bottom: -50px;
  	margin-right: -50px;
  	position: relative;
}

main .mapa .boton-leon::before {
	position: absolute;
	content: "Ver en maps";
	font-family: "Lato", sans-serif;
	font-size: 11px;
	text-align: center;
	top: -10px;
	text-decoration: none;
	color: white;
	opacity: 0;
	padding: 2px 5px ;
	background-color: #574634;
	border-radius: 3px;

}

main .mapa .boton-leon:hover::before {
	opacity: 1;
}

main .mapa .boton-leon img {
	width: 100%;
  	height: auto;
  }

main .maps {
	width: 80%;
	flex-direction: column;
	padding: 75px 0px 0px;
	display: flex;
	height: 100vh;
	background-image: url("img/mapa-arcana-act3.webp"); 
	background-position: center center;
	background-repeat: no-repeat;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 600px;
	background-size: contain;
}

main .maps .lion-button {
	width: 80px;
  	height: 80px;
  	display: flex;
  	justify-content: center;
  	align-items: center;
  	animation: saltar 1s infinite;
  	cursor: pointer;
  	margin-bottom: -50px;
  	margin-right: -50px;
  	position: relative;
}


main .maps .lion-button::before {
	position: absolute;
	content: "See in maps";
	font-family: "Lato", sans-serif;
	font-size: 11px;
	text-align: center;
	top: -8px;
	text-decoration: none;
	color: white;
	opacity: 0;
	padding: 2px 5px ;
	background-color: #574634;
	border-radius: 3px;

}

main .maps .lion-button:hover::before {
	opacity: 1;
}

main .maps .lion-button img {
	width: 100%;
  	height: auto;
  }


main .mapa h2 {
	font-family: "Cinzel", serif;
  	font-optical-sizing: auto;
  	font-weight: 500;
  	color: #574634;
  	font-size: 30px;
}

main .mapa h4 {
	font-family: "Cinzel", serif;
  	font-optical-sizing: auto;
  	font-weight: 500;
  	color: #574634;
  	font-size: 16px;
}

main .mapa img {
	width: 80%;
	height: auto;
	margin-top: 20px;
}

main .slide {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 75px 0px 0px;
}

/* Contenedor principal del slider */
        main .slide .slider-container {
            position: relative;
            width: 100%;
            height: 750px;
            overflow: hidden; /* Oculta las secciones fuera de vista */
        }

        /* Contenedor de todas las secciones del slider */
        main .slide .slider-container  .slider-wrapper {
            display: flex; /* Muestra las secciones en línea */
            width: 300%; /* 100% * número de secciones (3) */
            height: 100%;
            transition: transform 0.5s ease-in-out; /* Animación de desplazamiento */
        }

        /* Estilos para cada sección del slider */
        main .slide .slider-container  .slider-wrapper .slider-section {
            width: 100%; /* Cada sección ocupa el 100% del ancho del contenedor */
            height: 100%;
            display: flex;
            justify-content: flex-start;
       		flex-direction: column;
            background-size: cover;
            padding-left: 100px;
            padding-top:40px;
			background-position: center center;
			font-family: "Cinzel", serif;
			color: white;
            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); /* Sombra para el texto */
            font-size: 3em; /* Tamaño del título */
            font-weight:bold;
            /*flex-shrink: 0;  Evita que las secciones se encojan */
        }

        /* Imágenes de fondo para cada sección */
        main .slide .slider-container  .slider-wrapper .slider-section:nth-child(1) {
            background-image: url('img/casa-allendeC_.webp'); /* Cambia por tu imagen */
        }

        main .slide .slider-container  .slider-wrapper .slider-section:nth-child(2) {
            background-image: url('img/casa-arcanaA.webp'); /* Cambia por tu imagen */
        }

        main .slide .slider-container  .slider-wrapper .slider-section:nth-child(3) {
            background-image: url('img/casa-arcanaB.webp'); /* Cambia por tu imagen */
        }

        /* Estilos para las flechas de navegación */
        .slider-arrow {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            background-color: rgba(0, 0, 0, 0.5);
            color: white;
            border: none;
            padding: 15px;
            cursor: pointer;
          	z-index: 10; /* Asegura que las flechas estén por encima */
            user-select: none; /* Evita la selección de texto */
        }

        .slider-arrow.left {
            left: 10px;
            border-radius: 0 5px 5px 0;
            background-image: url('img/flecha_izquierda.webp');
            background-size: contain; 
    		background-position: center;
    		width: 60px; 
    		height: 60px; 
        }

        .slider-arrow.right {
            right: 10px;
            border-radius: 5px 0 0 5px;
            background-image: url('img/flecha_derecha.webp');
            background-size: contain; 
    		background-position: center; 
    		width: 60px; 
    		height: 60px; 
        }

        .slider-arrow:hover {
            background-color: rgba(0, 0, 0, 0.8);
            
        }

main .arqui {
	width: 100%;
	background: linear-gradient(45deg, #bb9f78, #564938);
	min-height: 300px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 50px;
}

main .arqui h2 {
	font-family: "Cinzel", serif;
  	font-optical-sizing: auto;
  	font-weight: 600;
  	color: white;
  	font-size: 40px;
  	line-height:40px;
  	margin-bottom: 50px;
  }

main .arqui img {
	height:auto;
	width: 100px;

}

footer {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

footer .form {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 50px;
	background-image: url('img/lotes_fondo.webp');
	background-size: cover;
	background-position: center center;
}

footer .form form {
	width: 40%;
	background-color: #BA9F77;
	padding: 40px;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-left: 10%;
}

footer .form form h3 {
	font-family: "Cinzel", serif;
  	font-optical-sizing: auto;
  	font-weight: 400;
  	color: white;
  	font-size: 30px;
  	margin-bottom: 30px;
}

footer .form form input[type=text], footer .form form input[type=email], footer .form form input[type=tel]  {
	width: 90%;
	height: 30px;
	border-radius: 10px;
	background: #BA9F77;
	border: 1px solid #fff;
	margin-bottom: 15px;
	padding: 5px 10px;
	color: #fff;
	position: relative;
	font-family: 'Inter', sans-serif;
	
}

footer .form form input[type=text]:focus, footer .form form input[type=email]:focus, footer .form form input[type=tel]:focus {
  	font-size: 13px;
	font-weight: 300;
  	font-family: 'Inter', sans-serif;
}

footer .form form input[type=text]::placeholder, footer .form form input[type=email]::placeholder, footer .form form input[type=tel]::placeholder {
  	font-size: 13px;
	font-weight: 300;
  	color: #EDEDED;
  	font-family: 'Inter', sans-serif;
}

footer .form form input[type=submit] {
	width: 60%;
	min-width: 100px;
	border-radius: 10px;
	background: #967338;
	border: 1px solid #fff;
	margin-bottom: 25px;
	padding: 10px;
	color: #fff;
	position: relative;
	font-size: 12px;
	font-weight: 300;
	font-family: 'Inter', sans-serif;
	cursor: pointer;
}

footer .form form input[type=submit]:hover {
	background: #876731;
	scale: 105%;
	transition: 0.3s;
}

footer .info {
	width: 100%;
	display: flex;
	justify-content: space-around;
	align-items: center;
	padding: 50px 0px;
	font-family: "Lato", sans-serif;
}

footer .info div {
	width: 20%;
	color: #574634;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

footer .info div a {
	font-family: "Lato", sans-serif;
  	font-optical-sizing: auto;
  	font-weight: 400;
  	color: #574634;
  	font-size: 16px;
  	padding: 15px;
  	display: flex;
  	flex-direction: row;
  	align-items: center;
  	text-decoration: none;
  	transition: transform 0.3s ease-in-out;
}

footer .info div a:hover {
  	text-decoration: underline;
  	 transform: scale(1.05);
}

footer .info div .redes {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

@media screen and (max-width: 900px) {

.burgermenu {
	display: inline;

}

nav {
	position: fixed;
	width: 200px;
	background: #574634;
	padding: 50px 20px 20px 20px;
	text-align: center;
	right: -200px;
	top: -15px;
	transition: transform 0.3s;
	transition-timing-function: ease-in;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: white;
	z-index: 10;
}

.show {
	transition: transform 0.3s;
	transition-timing-function: ease-in;
	transform: translateX(-200px);
}

nav a {
	display: block;
	padding: 20px 0px;
	margin: 10px 0px;
	filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.0));
	border-bottom: 0px dotted #fff;
	color: white;
	font-size: 20px;
}

nav a:hover {
	color: #999;
}

header section {
    flex-direction: column;
    align-items: center;
    text-align: center;
    min-height: auto;
    padding: 20px 0;
  }

header section div {
    width: 100%;
    margin-bottom: 10px;
  }

header section .social {
    justify-content: center;
  }

 
main .gral {
    width: 90%;
    padding: 20px;
  }

main .gral h1 {
    font-size: 26px;
    line-height: 36px;
  }

main .gral h3 {
    font-size: 14px;
  }

main .agenda {
	height: 400px;
	padding: 20px;
	align-items: center;
}

main .agenda a {
	font-size: 16px;
	padding: 12px 20px;
	text-align: center;
	}

main .corredor {
	width: 100%;
	padding: 50px;
}

main .mapa {
	padding: 40px 0px 0px;
	background-image: url("img/mapa-arcana-act3.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 400px;
	position: relative;
}
main .mapa h2 {
	font-size: 22px;
	text-align: center;
}

main .mapa h4 {
	font-size: 14px;
	text-align: center;
}

main .mapa img {
	width: 90%;
	}

main .mapa .boton-leon {
	width: 50px;
  	height: 50px;
  	display: flex;
  	justify-content: center;
  	align-items: center;
  	animation: saltar 1s infinite;
  	cursor: pointer;
  	margin-bottom: -50px;
  	margin-right: -50px;
  	position: relative;
}

/* responsive en ingles*/
main .maps {
	padding: 40px 0px 0px;
	background-image: url("img/mapa-arcana-act3.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 400px;
	position: relative;
}
main .maps h2 {
	font-size: 22px;
	text-align: center;
}

main .maps h4 {
	font-size: 14px;
	text-align: center;
}

main .maps img {
	width: 90%;
	}

main .maps .lion-button {
	width: 50px;
  	height: 50px;
  	display: flex;
  	justify-content: center;
  	align-items: center;
  	animation: saltar 1s infinite;
  	cursor: pointer;
  	margin-bottom: -50px;
  	margin-right: -50px;
  	position: relative;
}

main .slide .slider-container {
  height: 400px;
}

main .slide .slider-container .slider-wrapper .slider-section {
  padding-left: 20px;
  padding-top: 20px;
  font-size: 1.8em;
  text-align: center;
  align-items: center;
	}
main .arqui {
	padding: 30px 10px;
	min-height: 200px;
	text-align: center;
}

main .arqui h2 {
	font-size: 22px;
	line-height: 28px;
	margin-bottom: 20px;
	padding: 0 10px;
}

main .arqui img {
	width: 70px;
	}
footer .form {
	flex-direction: column;
	padding: 30px 10px;
}

footer .form form {
	width: 90%;
	margin-left: 0;
	padding: 20px;
}
footer .form form h3 {
	font-size: 20px;
	text-align: center;
}
footer .form form input[type="text"],
footer .form form input[type="email"],
footer .form form input[type="tel"] {
	width: 100%;
	font-size: 14px;
}

footer .form form input[type="submit"] {
	width: 80%;
	font-size: 14px;
	padding: 12px;
	}
footer .info {
	flex-direction: column;
	padding: 30px 10px;
	text-align: center;
	gap: 20px;
}

footer .info div {
	width: 100%;
	margin-bottom: 10px;
}

footer .info div a {
	justify-content: center;
	font-size: 14px;
	padding: 10px;
}
footer .info .redes {
	gap: 10px;
}
footer .info img {
	max-width: 100px;
	height: auto;
	}
}


.mapa-contenedor {
  position: relative;
  display: inline-block;
  width: 80%;
}

.mapa-contenedor img {
  width: 100%;
  height: auto;
  display: block;
}





@keyframes saltar {
  0% { transform: translate(-50%, -50%) translateY(0); }
  50% { transform: translate(-50%, -50%) translateY(-10px); }
  100% { transform: translate(-50%, -50%) translateY(0); }
}


