footer {
    padding-top: 300px;
    background-color: #fff;
    border-top: 1px;
    border-color: #000;
    justify-content: center;
    /* margin-left: 100px; */
}

#footer_itens {
    display: flex;
    justify-content: space-between;
    padding: 0px 8% 24px 8%;
    align-items: center;
    justify-content: space-between;
    border-top-width: 3px;
    border-top-style: solid;
    border-top-color: #000;
}

#copyright {
    color: #000;
    font-weight: 500;
}

#inicio p {
    font-size: 1.6rem;
    font-weight: bold;
}

#sobre p {
    font-size: 1.6rem;
    font-weight: bold;
}

#reservas p {
    font-size: 1.6rem;
    font-weight: bold;
}

#nav_list_footer {
    list-style: none;
    padding-bottom: 80px;
}

.nav-item-footer a {
    text-decoration: none;
    color: #000;
    font-size: 1.3rem;
}

.social-media-buttons {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.social-media-buttons a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.rodape-direitos{
    width: 100%;
    padding: 10px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    background-color: #000;
}

@media screen and (max-width: 600px) {
    #footer_itens {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 10px;
    }

    .img-footer img {
        width: 150px;
        height: 150px;
    }

    #inicio {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    #sobre {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    #reservas {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    #nav_list_footer {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 5px;
    }
}

@media screen and (max-width: 344px) {
    #footer_itens {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 10px;
    }

    .img-footer img {
        width: 150px;
        height: 150px;
    }

    #inicio {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    #sobre {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    #reservas {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    #nav_list_footer {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 5px;
    }
}

@media screen and (max-width: 850px) {
    .img-footer img {
        width: 150px;
        height: 150px;
    }

    #inicio p {
        font-size: 1.2rem;
    }

    #sobre p {
        font-size: 1.2rem;
    }

    #reservas p {
        font-size: 1.2rem;
    }
}