
.nav{
    background-color: white;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
    padding: 15px 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: solid 1px #eeeeee;
}
.nav .container{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav.transparent{
    background-color: transparent;
    border-bottom: none !important;
}
.nav .nav-items{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 60px;
}
.nav .nav-items .nav-item{
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    color: var(--tone-yellow);
}
.nav .nav-items .nav-item:hover{
    color: var(--tone-red)
}

.nav:not(.transparent) .nav-items .nav-item{
    color: var(--tone-dark) !important;
}

.nav .logo{
    width: 250px;
}

.nav .mobile-items{
    width: 100%;
    align-items: center;
    justify-content: space-between;
    display: none;
}
.nav .mobile-items .nav-item{
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.2em;
    color: white;
}
.nav .mobile-items .nav-item .logo{
    width: 130px;
}

.mobile-menu-overlay{
    width: 100%;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    z-index: 97;
    height: 100%;
    background-color: #00000040;
}
.mobile-menu-overlay.active{
    display: block;
    backdrop-filter: blur(5px);

}
.mobile-menu{
    width: 100%;
    background-color: white;
    z-index: 98;
    top: -100%;
    position: fixed;
    left: 0;
    transition: all 0.3s;
    display: flex;
    flex-direction: column;
    padding: 25px 25px 50px 25px;
    gap: 25px;
}
.mobile-menu.active{
    top: 70px;
}
.mobile-menu .nav-item{
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.1em;
    color: black;
}
.mobile-menu .nav-item:hover{
    color: var(--tone-color)
}

@media (max-width:992px){
    .nav{
        height: 70px !important;
    }
    .nav.nav.transparent{
        background-color:  white !important;
    }
    .nav .nav-items{
        display: none;
    }
    .nav .mobile-items{
        display: flex;
    }
}


/*HERO*/
.hero{
    background-size: cover;
    background-position: center;
    position: relative;
    color: white;
    height: 100vh;
}
@media (max-width:992px){
    .hero{
        height: 40vh;
    }
}


/*SLIDER*/
.slider-container{
    width: 100%;
    height: 100%;
    position: relative;
}
.slider-container .arrow{
    cursor: pointer;
    width: 20%;
    max-width: 300px;
    min-width: 200px;
    text-align: center;
    font-size: 18px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    color: var(--tone-yellow);
    border-bottom: solid 2px var(--tone-yellow);
    z-index: 5;
    transition: all 0.3s;
}
.slider-container .arrow.arrow-left{
    left: 0;
}
.slider-container .arrow.arrow-right{
    right: 0;
}
.slider-container .arrow.arrow-left:hover{
    left: -20px;
}
.slider-container .arrow.arrow-right:hover{
    right: -20px;
}
.slide{
    padding: 80px 0;
    width: 100%;
    height: 100%;
    display: none;
}
.slide.active{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;

}
.slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}
.slide h1{
    color: var(--tone-yellow);
    letter-spacing: 0.8em;
    font-weight: 500;
}
.slide h1 span:first-child{
    font-size: 40px;
} 
.slide h1 span:last-child{
    font-size: 60px;
} 
@media (max-width:992px){
    .slide{
        padding: 40px 0;
    }
    .slider-container .arrow{
        width: 5%;
        max-width: 100px;
        min-width: 80px;
    }
    .slide h1 span:first-child{
        font-size: 25px;
    } 
    .slide h1 span:last-child{
        font-size: 35px;
    } 
}



/*ABOUT US*/
.carta{
    border-bottom: solid 1px var(--tone-red);
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
}
.carta .main-img{
    object-fit: cover;
    width: 100px;
    height: 100px;
}
.carta .name{
    color: black;
    font-size: 18px;
    font-weight: bold;
}
@media (max-width:992px){
    .dish-image{
        display: none;
    }
}




/*IMAGEN DE FONDO MOLUSCOSs*/
.fixed-image-section{
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    height: 300px;
}

/*GELERIA*/
.map {
    filter: grayscale(100%);         
}

footer{
    border-top: solid 1px #C6C6C6;
    color: var(--tone-dark);
    background-color: white;
    padding: 80px 0;
}
footer .footer-title{
    color: var(--tone-dark);
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
}
footer .footer-links{
    margin-top: 15px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
footer .footer-links a{
    color: var(--tone-dark);
}

.page-header{
	margin-top: 80px;
	height: 300px;
	display: flex;
	align-items: center;
}





@media (max-width:992px){
    .container{
        padding: 0 15px;
    }
}




/*-------BUEFY EDITS-------*/
.datepicker .datepicker-table .datepicker-body .datepicker-cell.is-selected{
    background-color: var(--tone-red) !important;
}
.datepicker .datepicker-table .datepicker-body .datepicker-cell.is-today {
    border: solid 1px var(--tone-red) !important;
}
.select:not(.is-multiple):not(.is-loading)::after{
    border-color: var(--tone-blue) !important;
}
.has-text-primary{
    color: var(--tone-blue) !important;
}