/* @font-face {
    font-family: "Copperplate Gothic Bold";
    src: url("../FONT/COPRGTB.TTF");
}
@font-face {
    font-family: "Copperplate Gothic Light";
    src: url("../FONT/COPRGTL.TTF");
}
@font-face {
    font-family: "Spartan SemiBold";
    src: url("../FONT/Spartan-SemiBold.ttf");
} */
body{
    margin: 0px;
    padding: 0px;
    background-color: #000;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; 
    overflow-x: hidden;
    /* font-family: "Spartan SemiBold", serif; */
    font-family: 'Acumin Variable Concept';
    overflow-y: hidden;
}
#Menu{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100vw;
    height: 7vh;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    display: grid;
    grid-template-columns: 1fr 2fr;
    color: #957E20;
    z-index: 100;
    
}
.MenuTitle{
    display: flex;
    justify-content: left;
    align-items: center;
    padding-left: 2vw;
    font-size: 4vh;
    font-weight: 900;
}
.MenuOpts{
    display: flex;
    justify-content: right;
    padding-right: 4vw;
    align-items: center;
}
.MenuOpt{
    cursor: pointer;
    padding: 0vh 2vw;
    font-size: 1.792vh;
    font-weight: 600;
    transition: 0.5s;
    height: 4vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.MenuOpt:hover{
    background-color: #957E2047;
    color: #ffffff;
}
#MenuDesp{
    position: fixed;
    top: 0px;
    right: 0px;
    height: 100vh;
    width: 22vw;
    background-color: #092A31;
    z-index: 110;
    transition: 0.2s;
    transform: translateX(25vw);
}
#MenuDesp_back{
    z-index: 105;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100vw;
    height: 100vh;
    cursor: pointer;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    display: none;
}
.MenuOptDesp{
    color: #fff;
    transition: 0.2s;
    padding: 1vh 3vw;
    font-size: 3.5vh;
    cursor: pointer;
}
.MenuOptDesp:hover{
    background: #ffffff42;
}
.SubMenuOptDesp{
    color: #fff;
    transition: 0.2s;
    padding: 1vh 4.5vw;
    font-size: 3vh;
    cursor: pointer;
}
.SubMenuOptDesp:hover{
    background: #ffffff42;
}
#MenuDespReds{
    display:flex;justify-content: center;
    position: fixed;
    bottom: 3vh;
    right: 0px;
    z-index: 110;
    width: 22vw;
    transform: translateX(25vw);
    transition: 0.2s;
}
#upTop{
    position: fixed;
    right: 2vw;
    bottom: 10vh;
    z-index: 100;
    cursor: pointer;
    display: none;
}
#footr{
    background-color: #092A31;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    transform: translateZ(10vh);
}
.footr_div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 3vh;
}
#contentWeb{
}
.Menu3Rows{
    display: flex;
    justify-content: end;
    align-items: center;
    padding-right: 8vw;
}
.Bttn3Rows{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.Bttn3Rows >div{
    height: 0.2vh;
    width: 2vh;
    margin: 0.35vh 0vw;
    background-color: #ad942a;
    transition: 0.2s;
    transform-origin: center;
}
#footr_allinfo{
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
    padding-bottom: 4vw;
}

#loadingWeb{
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100vw;
    height: 100vh;
    z-index: 95;
    background-color: #ffffffe3;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

#footr_Logo_Cel{
    display: flex;
}

#backnoyear{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100vw;
    height: 100vh;
    backdrop-filter: blur(4vh);
    -webkit-backdrop-filter: blur(4vh);
    z-index: 10000;
    background-image: url('../IMG/Home/m/Spirits.webp');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    filter: grayscale(1) blur(0.2vh);
}
#frontnoyear{
    position: fixed;
    bottom: 4vh;
    left: 35vw;
    z-index: 10001;
    width: 26vw;
    height: 32vh;
    /* background-color: #000000ad; */
    font-family: 'Acumin Pro';
    border-radius: 2vh;
    padding: 4vh 2vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: 0.4s;
}
.bttnnoyear{
    background: none;
    border: solid 0.2vh #000;
    transition: 1s;
    padding: 0.5vh 2vw;
    font-size: 2vh;
    margin: 1vh;
    border-radius: 0.4vh;
    cursor: pointer;
    background-color: #ffffff2b;
    color: #000;
    font-family: 'Acumin Pro';
}
.bttnnoyear:hover{
    color: #777777;
    font-weight: bold;
    border-color: #fff;
}
#contentnoyear{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#whichsitenoyear{
    display: flex;
}
.imgnoYear{
    height: 22vh;
    width: 22vh;
    color: #FFF;
    font-size: 3vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    border-radius: 0.5vh;
    margin: 2vh 1vw;
    cursor: pointer;
    transition: 0.4s;
    background-repeat: no-repeat;
    background-size: contain;
    text-shadow: 0.5vh 0.5vh 0.5vh black;
}
.imgnoYear:hover{
    transform: scale(1.15);
}
#restaurantnoyear{
    background-image: url('../IMG/Base/choise1.webp');
}
#Mezcalnoyear{
    background-image: url('../IMG/Base/choise2.webp');
}

#declaranoyear{
    color: #fff;
    font-weight: bold;
    font-size: 3vh;
    padding: 4vh 0vw;
    transition: 1s;
    font-family: 'Acumin Pro';
    text-shadow: 0.2vh 0.2vh 0.5vh black;
}

#alertnoyear{
    color: #fff;
    font-weight: bold;
    font-size: 3vh;
    padding: 4vh 0vw;
    transition: 1s;
    font-family: 'Acumin Pro';
    text-shadow: 0.2vh 0.2vh 0.5vh black;
    text-align: center;
}