body {
    margin: 0;
    background-color: #fcde98;
}

h4 {
    margin-top: 2rem;
    margin-bottom: 1rem;
    color: #381819;
    font-size: 2rem;
}

#language {
    background-color: rgba(238,175,78, 0.3)
}

#language .btn {
    margin-left: 5px;
    margin-right: 5px;
}

#loader-overlay {
    position: fixed;            /* Para que esté sobre todo y no se mueva con el scroll */
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: white;    /* O un color de fondo de tu tema */
    z-index: 9999;              /* Asegura que esté encima de todo */
    display: flex;
    justify-content: center;
    align-items: center;
    transition: opacity 0.4s ease;
}

#loader-overlay img {
    width: 120px;
    animation: pulse 1.5s infinite ease-in-out;
}

@keyframes pulse {
    0%   { transform: scale(1); opacity: 0.8; }
    50%  { transform: scale(1.1); opacity: 1; }
    100% { transform: scale(1); opacity: 0.8; }
}

.center-image {
    width: 75%;
    height: 100%;
    max-width: 860px;
    margin-bottom: 2rem;
    
}

.menu-item {
    border-bottom: 1px solid #f0f0f0;
    padding: 1rem 0;
}

.menu-img {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid #eee;
}

.menu-line {
    flex-grow: 1;
    border-bottom: 1px dashed #ccc;
    margin: 0 10px;
    height: 1px;
    align-self: center;
}
.blockquote p {
    color: #381819;
    font-size: 35px;
}

.menu-section{
    background-color: rgba(238,175,78, 0.3)
}

.menu-title {
    font-weight: 600;
    font-size: 1.2rem;
}

.menu-desc {
    font-style: italic;
    color:  #381819;
    font-size: 1rem;
}

.menu-price {
    color:  #381819;
    font-weight: 600;
    font-size: 1.2rem;
}

.blockquote-footer-2::before {
    content: "★ "; /* Agrega una estrella antes del texto */
    }

.blockquote-footer{
    color: #381819;
    font-size: 1.1rem;
}
.llame_reserva{
    color: #381819;
    font-size: 25px;
}

footer{
    font-size: 21px;
    background-color: transparent;
}

.footer-image {
    width: 50%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}