body{
    margin: 0;
    margin-top:68px;
    background-image: url(../Imagenes/Fondo__Principal.jpg);
    background-size: cover; 
    background-position: center; 
    background-repeat: no-repeat; 
    background-attachment: fixed;
    box-sizing: border-box;
    width: 100vw;
    padding: 0;
    font-family: sans-serif;
    font-size: 16px;
    display: grid;
    gap:0
}

header{
    box-sizing: border-box;
    margin: 0;

}
.nav-toggle {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

/* Estilo del botón */
.nav-toggle-label {
    margin: auto;
    background-color: #6b6b6b;
    position: absolute;
    right: 30px;
    top:20px;
    border: none;
    box-shadow: 0 0 4px white;
    padding: 5px 5px 1px 5px;
    border-radius: 5px;
}
.nav-toggle-label:is(:hover,:active){
    scale: 1.1;
    
}

/* Barra de navegación inicialmente oculta */
.navbar {
    font-size: 16px;
    max-height: 0;
    transition: max-height 0.3s ease;
    overflow: hidden;
    width: 100%;
}
.navbar ul{
    margin-top: 0;
    background-color: rgb(9, 9, 9);
    list-style: none;
    width: 100%;
    padding: 0;
    justify-content: center;
    display: flex;
    flex-direction: column;
}
    .navbar ul li{
        margin: 10px auto;
        width: 100px;
        
    }
/* Cuando el checkbox está activado, expandimos el nav */
.nav-toggle:checked ~ .navbar {
    padding: 0 20px;
    max-height:500px;
    overflow: visible;
    
     /* Ajusta según tu contenido */
}
/*-------------------Barra de navegacion--------------------------*/
.navigator{
    font-size: 16px;
    position: fixed;
    z-index: 9999;
    top:0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    background-color: #000000;
    width: 100vw;
    margin: 0;
    height: 60px;
    border-bottom:1px solid rgb(22, 21, 21);
    padding-top: 4px;
    padding-bottom: 4px;
    opacity: 0.8;
}

.brand__container{
    box-sizing: border-box;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: start;
}
.logo__container{
    width:55px;
    height: 55px;
    border-radius: 10px;
    margin: 5px;
    color:black;
    padding: 0;
    overflow: hidden;
}
.brand__logo{
    width: 100%;
    height: 100%;
}
.brand__name{
    color: rgb(239, 239, 242);
    text-align: start;
    padding-left: 4px;
}
.nav__option__container{
    display: flex;
    flex-direction: column;
}
.nav__option{
    text-align: center;
    margin: 10px 0;
    color:#ffffff;
    font-weight: 900;
}
.nav__option:is(:hover,:active){
    scale:1.1;
    color:white;
}
header{
    margin: 0 auto;
    width: 100vw;
}
.parallax-container {
    margin: 0 auto;
    height: fit-content;
    overflow: hidden;
    padding: 0;
    box-sizing: border-box;
}

.parallax-img {
    top: 0;
    left: 0;
    width: 100%;
}
.reveal {
    width: 100%;
    height: fit-content;
    align-items: start;
    opacity: 0;
    transform: translateX(0); /* estado neutro */
    transition: opacity 2s ease, transform 0.8s ease;
    background-color: #000000a8;
}

/* aparece desde la izquierda */
.reveal.from-left {
    transform: translateX(-60px);
}

/* aparece desde la derecha */
.reveal.from-right {
    transform: translateX(60px);
}

/* cuando entra en pantalla */
.reveal.visible {
    background-color: #000000a8;
    opacity: 1;
    transform: translateX(0);
}
.Location{
    background-color: #000000a8;
    margin: 0;
    width: 100%;
    box-sizing: border-box;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: -5px;
    height: fit-content;
}
.Location__container{
    width: 100%;
    margin: 0;
    padding: 10px 0;
    display: flex;
    flex-direction: column;
}
.Location__img{
    margin-left: 5%;
    width: 90%;
    height: fit-content;
    border-radius: 10%;
    margin-bottom: 40px;
    box-shadow: 0 0 20px black;
}
.Location__Tittle{
    padding-top: 10px;
    margin-top: 0;
    text-align: center;
    color: #97c60b;
}
a{
    text-decoration: none;
}
.Location__url{
    color: rgb(255, 255, 255);
    font-size: 15px;
    background-color: rgb(30, 128, 30);
    width: fit-content;
    margin: auto;
    padding: 8px 10px;
    border-radius: 5px;
    transition: 0.2s linear;
}
.Location__url:is(:active,:hover){
    scale: 1.1;
    color: white;
    box-shadow: 0 0 10px white;
    
}
.reveal{
    background-color: #000000a8;
    padding: 10px 0;
}
.horario__title{
    font-size: 25px;
    padding-bottom: 0px;
    color: whitesmoke;
    width: 100%;
    text-align: center;
}
.Horario__list{
    box-shadow: 0 0 10px rgb(123, 123, 67);
    color: white;
    background-image:url(../Imagenes/Horario.jpg);
    background-size: cover;
    width: fit-content;
    padding: 0px 20px;
    display: flex;
    flex-direction: column;
    margin: auto;
    border-radius: 10px;
}
.Horario__container{
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    padding: 0px 0;

}
ul{
    list-style: none;
    padding: 0;
    width: fit-content;
    padding:2px 10px;
}
.Horario__item{
    padding: 0 0;
}
.Links__section{
    background-color: #000000a8;
    width: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    color: whitesmoke;
}
.Links__tittle{
    color: #97c60b;
    text-align: center;
    padding: 12px;
}
.links__container{
display: grid;
grid-template-columns: 1fr;
}
.links{
    font-size: 20px;
    margin: auto;
    color: rgb(255, 255, 255);
    padding:0 15px;
    text-align: center;
    width: fit-content;
    text-decoration: underline 2px solid rgb(255, 255, 255);
}
.links:is(:active,:hover){
    color: white;
    scale: 1.1;
    text-decoration: underline 2px solid rgb(255, 255, 255);
}
.links__text{
    font-weight: 700;
}

.reviews {
    background-color: #000000a8;
    width: 100%;
    height: fit-content;
    display: grid;
    gap:24px;
    grid-template-columns:1fr;
    padding: 2rem;
    box-sizing: border-box;
}
.review__tittle{
    text-align: center;
    color: #97c60b;
}
.review-card {
    background:linear-gradient(to right, #ffffff,rgb(109, 107, 107));
    padding: 1.5rem;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.08);
    width:300px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    margin: auto;
    box-sizing: border-box;
    border-radius:10px;
}

.review-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 18px rgba(0,0,0,0.12);
}

.stars {
    font-size: 1.2rem;
    color: #f4b400;
    margin-bottom: 0.5rem;
}

.name {
    font-size: 1.1rem;
    font-weight: 600;
    margin: 0 0 0.3rem 0;
}

.comment {
    font-size: 0.95rem;
    color: #000000;
    line-height: 1.4;
}

footer{
    background-color: #000000;
    color: #7e7c7c;
    padding: 20px;
    display: flex;
    flex-direction: column;
}
.footer__links__container{
    display:flex;
    flex-direction: row;
    align-items: center;
    
}
.footer__tittle{
    text-align: center;
}
.footer__links__icon{
    padding:0;
    margin: 0;
    background-color: white;
}
.footer__links{
    color: white;
    padding: 10px 0px;
    transition: 0.3s;
}
.footer__links:is(:active,:hover){
text-decoration: underline;
}
h1{
    font-size: 24px;
}
h2{
    
    font-size: 20px;
}
h3{
    font-size: 18px;
}
h4{
    font-size: 16px;
}
a{
    font-size: 16px;
}
p{
    color: white;
    font-size: 16px;
}
span{
    font-size: 16px
}
li{
    font-size: 16px;
}


/*-----------------------------Desktop------------------------------------*/
@media screen and (min-width:700px){
header{
    background-color: #000000a8;
    box-sizing: border-box;
    margin: 0;
    margin-bottom: 5px;

}
.parallax-container {
    border-radius: 20px;
    margin: 0 auto;
    height: fit-content;
    max-width: 700px;
    overflow: hidden;
    padding: 0;
    box-sizing: border-box;
}

.parallax-img {
    border-radius: 10px;
    top: 0;
    left: 0;
    width: 100%;
}
.Location{
    background-color: #000000a8;
    margin: 0;
    width: 100%;
    box-sizing: border-box;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: -5px;
    height: fit-content;
}
.Location__container{
    max-width: 700px;
    margin: 0 auto;
    padding: 10px 0;
    display: flex;
    flex-direction: column;
}
.Location__img{
    margin-left: 5%;
    width: 90%;
    height: fit-content;
    border-radius: 10%;
    margin-bottom: 40px;
    box-shadow: 0 0 20px black;
}
.reviews {
    background-color: #000000a8;
    width: 100%;
    height: fit-content;
    display: grid;
    gap:24px;
    grid-template-columns: 1fr 1fr;
    padding: 2rem;
    box-sizing: border-box;
}
.review-card {
    background:linear-gradient(to right, #ffffff,rgb(109, 107, 107));
    padding: 1.5rem;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.08);
    width: 90%;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    margin: auto;
    box-sizing: border-box;
    border-radius:10px;
}
footer{
    background-color: #000000;
    color: #7e7c7c;
    padding: 20px;
}
.footer__links__container{
    display:flex;
    align-items: center;
    justify-content: center;
}


}
