@font-face {
    font-family: "love-valentin";
    src: url(fonts/LoveYaLikeASister-Regular.ttf);
}

@font-face {
    font-family: "stylish";
    src: url(fonts/Stylish-Regular.ttf);
}

@font-face {
    font-family: "bold";
    src: url(fonts/bold_pw.ttf);
}

.menuNavidad {
    width: 90%;
    height: fit-content;
    background-color: white;
    position: fixed;
    top: calc(50% - 300px);
    bottom: 50%;
    left: 5%;
    right: 5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}

.menuNavidad h2 {
    color: rgb(240, 54, 54);
    margin-bottom: 15px;
    font-size: 40px;
    font-family: "love-valentin";
    text-align: center;
    margin-top: -35px;
}

.menuNavidad p {
    font-size: 25px;
    margin-left: 40px;
    margin-right: 40px;
    margin-bottom: 20px;
    text-align: center;
    font-family: 'stylish';
}

.buttonmenugrupos {
    background-color: rgb(185, 26, 26);
    padding: 15px 30px !important;
    text-decoration: none;
    color: rgb(255, 255, 255);
    margin-bottom: 15px;
    border-radius: 30px;
    box-shadow: black 5px 2px 20px;
    text-align: center;
    font-family: 'bold';
    font-size: 22px;
    letter-spacing: 1px;
}

.menuNavidad button {
    padding: 10px 20px;
    background-color: black;
    color: white;
    font-size: 17px;
    margin-top: 20px;
    margin-bottom: -35px;
    z-index: 10;
}

.marcoSuperior {
    width: 100%;
    z-index: 1;
}

.marcoInferior {
    width: 100%;
    z-index: 1;
}