body {
    font-family: "Raleway", sans-serif;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
}

.material-symbols-rounded {
    font-variation-settings:
        'FILL' 0,
        'wght' 400,
        'GRAD' 0,
        'opsz' 24
}

/* Homepage */
.cta-ver-cardapio {
    background-color: white;
    padding: 16px 24px;
    border-radius: 8px;
    color: rgb(107, 161, 174);
    font-size: 18px;
    font-weight: 600
}

.reservas-numero {
    margin-top: 40px;
}

.reservas-numero a {
    font-weight: 600;
    color: white;
}

.social-icons ul>li {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 24px;
    margin-bottom: 24px;
}



/* Menu categories */
.section-categories-menu {
    background-color: rgba(107, 161, 174, 0.8);
    margin-top: 64px;
}

.section-categories-menu h1 {
    color: white;
    font-size: 32px;
    margin-top: 24px;
}

.section-categories-menu h1 span {
    opacity: 0.8;
    font-size: 24px;
}


.categories-menu {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 16px;
    margin-bottom: 16px;
}

.category-menu-item {
    background-color: white;
    padding: 16px 24px;
    border-radius: 8px;
    color: rgb(107, 161, 174);
    font-size: 18px;
    font-weight: 600;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.category-menu-item:hover {
    opacity: 0.72;
    text-decoration: none;
    color: rgb(107, 161, 174);
}
.category-menu-item span i {
    margin-right: 8px;
    width: 24px;
    height: 24px;
    align-content: center;
    display: inline-grid;
    justify-content: center;
}
.cardapio-img {
    width: 100%;
}

.category-menu-item-en {
    color: #c69c6c;
    font-size: 14px;
    font-weight: 400;
}


/* Each category */
.navbar-menu {
    width: 100%;
    height: 64px;
    top: 0;
    position: fixed;
    background-color: white;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
    z-index: 999;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
}

.back-button {
    color: rgb(107, 161, 174);
    text-decoration: none;
    opacity: 1;
    font-size: 18px;
    font-weight: 600;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 4px;
}

.back-button:hover {
    color: rgb(107, 161, 174);
    text-decoration: none;
    opacity: 0.8;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}


.cardapio-container {
    width: 100%;
    position: relative;
    float: left;
    padding: 0;
    margin: 0;
    margin-top: 64px;
}

.cardapio-img {
    width: 100%;
}