@import url('https://fonts.googleapis.com/css2?family=Alfa+Slab+One&family=Archivo+Black&family=Coiny&family=Lilita+One&display=swap');

html::-webkit-scrollbar{
    width: .8rem;
}
html::-webkit-scrollbar-track{
    background: transparent;
}
html::-webkit-scrollbar-thumb{
    background: #65608a;
    border-radius: 5rem;
   
}

header {
	position: fixed;
	top: 0;
	left: 50%;
    transform: translate(-50%);
	width: 100%;
	display: flex;
	justify-content: space-around;
    transition: 0.7s;
    z-index: 10;
    background-color: white;
    padding: 10px;
  }

nav{
	display: flex;
	justify-content: center;
	align-items: center;
}

header ul {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
  }
  
header ul li {
	list-style: none;
  }
  
header ul li a {
	position: relative;
	font: 20px Coiny;
	margin: 0 15px;
	text-decoration: none;
	color: black;
	letter-spacing: 2px;
	transition: 0.7s;
}

header ul li a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -3px; 
    width: 100%;
    height: 2px; 
    background-color: transparent; 
    transition: background-color 0.3s;
}

header .logo{
    display: flex;
	position: relative;
	font-size: 18px;
	margin: 0 15px;
	text-decoration: none;
	background: linear-gradient(70deg, #5f88a6, #65608a, #604276);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	letter-spacing: 2px;
	transition: 0.7s;
}

header ul li a:hover::after {
    background-color: #65608a;
}

header ul li a:hover {
    color: #65608a;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 20;
    top: 0;
    right: 0;
    background-color: white;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 50px;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 24px;
    color: black;
    display: block;
    transition: 0.3s;
	font-family: Coiny;
	position: relative; 
}

.sidenav a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -5px; 
    width: 100%;
    height: 2px; 
    background-color: transparent; 
    transition: background-color 0.3s; 
}

.sidenav a:hover::after {
    background-color: #65608a; 
}

.sidenav a:hover {
	color: #65608a; 
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

.menu-icon {
    display: none;
    font-size: 30px;
    color: black;
    cursor: pointer;
}

.menu-icon:hover {
    color: #65608a;
}

p {
    font-size: 20px;
    text-align: justify;
}

h2 {
    display: flex;
	justify-content: center;
	align-items: center;
	color: black;
	font-family: Coiny;
}

body {
    background-color: #121230;
    color: #fff;
    font-family: 'Coiny', sans-serif;
    margin: 0;
    padding: 0;
}

.inicio{
    width: 15%;
}

.videoastro {
    width: 100%;
    height: 90vh; 
    padding-bottom: 5%;
    position: relative;
    overflow: hidden;
    background: #212162;
}

.video-section {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    opacity: 0.8;
}


.astro {
    top: 15%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    z-index: 3;
    width: 80%;
}

.astro img {
    width: 45%;
    height: auto;
    margin-bottom: 20px;
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.5));
}

.astro h2 {
    font-size: 4vw;
    background: linear-gradient(75deg, #6fa0d1, #7e6aaa, #705486);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: white;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.8);
}

/* Estilos para parquemap */

.parquemap {
    padding: 5% 0;
    background: #1a1a44;
    border-radius: 15px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
    position: relative;
    overflow: hidden;
    color: white;
}

.row {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    padding: 20px;
    z-index: 3;
}

.content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    background: rgba(32, 32, 64, 0.8);
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.content h2 {
    font-size: 50px;
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.8);
}

.content p {
    font-size: 24px;
    color: #ddd;
    line-height: 1.8;
}

.map {
    flex: 0 0 50%;
    position: relative;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    background: linear-gradient(145deg, #2a2a5a, #121230);
}

.map img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 10px;
}


/* Estilos para las atracciones */
.parqueatracciones {
    padding: 5% 0;
    position: relative;
    z-index: 3;
}

.parqueatracciones h2 {
    font-size: 50px;
    text-align: center;
    color: #fff;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.8);
}

.catego {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 50px;
}

.circle {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative; 
}

.white{
	background-color:white;
}

.circle a {
    display: block;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #604276;
    text-decoration: none;
    position: relative;
    transition: border-color 0.3s, box-shadow 0.3s; 
}

.circle a:hover {
    border-color: #7e6aaa;
    box-shadow: 0 0 15px rgba(128, 96, 166, 0.7);
}

.circle img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}

.circle img:hover {
    transform: scale(1.1);
}

.circle p {
    margin-top: 10px;
    font-size: 24px;
    color: #ddd;
}

.circle:hover p {
    color: #7e6aaa; 
}

/* Estilos para cada atracción */
.atraccion {
    padding: 5%;
    background: linear-gradient(135deg, #595981, #2a2a5a);
    border-radius: 15px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
    color: white;
    margin-bottom: 10%;
}

.atraccion h2 {
    font-size: 40px;
    text-align: center;
    color: #fff;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.8);
}

.apar {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    padding: 20px;
    margin: 0 auto;
    justify-content: center;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
}

.contenido {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    text-align: center;
    color: #fff;
}

.contenido p {
    font-size: 20px;
    line-height: 1.8;
    color: #ddd;
}

.imgatr {
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
    width: 100%;
    max-width: 400px;
    height: auto;
	background-color: white;
}

/* Estilos para el pie de página */
footer {
    margin-top: auto;
    background-color: #1a1a44;
    width: 100%;
    padding: 20px 0;
    color: white;
    z-index: 3;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    padding-left: 15%;
    z-index: 3;
}

.imagenlogo{
    width: 25%;
    z-index: 3;
}

.footer-section {
    flex: 1;
    position: relative;
    z-index: 3;
}

.footer-section h2 {
    color: white;
    font-size: 26px;
    margin-bottom: 10px;
    font-family: 'Coiny';
    display: flex;
}

.footer-section ul {
    list-style: none;
    padding: 0;
    margin-left: 43%;
}

.footer-section ul li {
    margin: 8px 0;
}

.footer-section ul li a {
    text-decoration: none;
    color: #f1f1f1; 
    transition: color 0.3s;
    text-align: center;
}

.footer-section ul li a:hover {
    color: #65608a;
}

html.lenis{
    height: auto;
}

lenis.lenis-smooth{
        scroll-behavior: auto;
}

.lenis.lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain;
}

.lenis.lenid-stopped{
    overflow: hidden;
}

.lenis.lenis-scrolling iframe{
    pointer-events: none;
}



/*tienda*/
.things {
    width: 90%;
    padding: 20px;
    margin-left: 0;
    margin-top: 150px;
}

.things h2 {
    font-size: 50px;
    text-align: center;
    color: #fff;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.8);
}

.productos {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 60px;
    margin-bottom: 60px;
}

.producto {
    flex: 0 1 calc(20% - 20px);
    margin: 10px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    text-align: center;
    transition: all 0.3s ease;
    width: 100%;
    padding: 20px;
    background-color: white;
}

.producto img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto 10px;
}

.producto h5 {
    margin: 20px 0;
    font-size: 18px;
    color: #333;
}

.producto p {
    font-size: 16px;
    color: #777;
    text-align: center;
}

.producto:hover {
    transform: scale(1.05);
    border: 2px solid #7e6aaa;
}

.producto:hover h5 {
    color: #7e6aaa;
}


.ayuda {
    margin-bottom: 10%;
    margin-top: 5%;
}

.ayuda h2 {
    font-size: 50px;
    text-align: center;
    color: white; 
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.8);
}

.ayuda .map {
    flex: 1 1 45rem;
    width: 100%;
    object-fit: cover;
    border-radius: 3rem;
    border: 2px solid #65608a; 
}

.servicio {
    margin-top: 150px;
}

.servicio h3 {
    font-size: 30px;
    color: white; 
    text-align: center;
    margin-bottom: 20px;
}

.contactar {
    padding-top: 5%;
}

.contactar h3 {
    font-size: 35px;
    text-align: center;
    color: #fff;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.8);
    margin-bottom: 20px;
}

.con {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    padding: 20px;
    z-index: 3;
}

.tent {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    background: rgba(32, 32, 64, 0.9); 
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    color: #fff;  
}

.tent h3{
    font-size: 40px;
    text-align: center;
    color: #fff;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.8);
}

.tent p {
    margin: 10px 0;
    font-size: 24px;
}

.contactar .tent p {
    text-align: center;
}

.imgcolec {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    border: 2px solid #65608a;  /* Bordes que combinan con el tema */
}

@media screen and (max-width: 1600px) {
    .producto {
        flex: 0 1 calc(15% - 20px);
        width: calc(15% - 20px); 
    } 
    
    .astro h2{
        font-size: 6vw;
    }
}

@media screen and (max-width: 1000px) {
    .producto {
        flex: 1 calc(30% - 20px);
        width: calc(30% - 20px); 
    }
}

@media screen and (max-width: 650px) {
    .producto {
        flex: 0 1 calc(45% - 20px);
        width: calc(45% - 20px); 
    }

    .producto h5 {
        font-size: 14px;
    }
}

@media screen and (max-width: 500px) {

    .producto h5 {
        font-size: 12px;
        margin: 0;
    }

    .producto p {
        font-size: 12px;
    }
}

@media (max-width: 1200px) {

    .footerimg{
        bottom: -5%;
    }

    .astro img{
        width: 50%;
    }

    .astro h2{
        font-size: 7vw;
        padding-top: 0;
    }

    .row {
		flex: 1 1 100%;
		margin: 0;
		margin-bottom: 5px;
		flex-direction: column;
	}

    .map{
        order:2;
    }

    .content{
        order:1;
    }

}

@media screen and (max-width: 768px) {
	header ul {
        display: none;
    }

	.menu-icon{
		display: block;
        right: 5%;
	}

    .logo{
        left: 5%;
    }

    .astro img{
        width: 60%;
    }

    .astro h2{
        font-size: 8vw;
        padding-top: 0;
    }

}

@media (max-width: 700px) {

	.astro img{
        width: 75%;

    }

    .astro h2{
        font-size: 10vw;
        order: 1;
        padding-top: 0;
    }

    .footerimg{
        bottom: -6%;
    }

    .imagenlogo{
        width: 50%;
        left: 0;
    }

    .footer-section ul {
        margin-left: 7%;
    }

    .footer-content {
        padding-left: 5%;
    }

    .producto {
        flex: 0 1 calc(80% - 40px);
    }
}


@media screen and (max-width: 450px) {

    .footerimg{
        bottom: -4%;
    }

    .astro img{
        width: 100%;
    }

    .astro h2{
        font-size: 12vw;
    }
}

@media screen and (max-width: 375px) {

    .astro{
        padding-top: 5%;
    }
    .astro img{
        width: 70%;
    }

    .astro h2{
        font-size: 12vw;
        padding-top: 0;
    }
}

@media screen and (max-width: 300px) {

    .inicio{
        display: none;
    }
    
    nav {
        margin-right: 10%;
    }

    .contactar p {
        font-size: 18px;
    }

    .footer-section h2 {
        font-size: 20px;
    }

    .footer-section ul li a {
        font-size: 18px;
    }
}

