:root{
    --color--primary--red: #E81538;
    --color--primary-hover: #AE102A;
    --color--secundary--black: #0a0d1d;
    --color--secundary--black-hover: #75767e;
    --color--neutral--white: #f7f7f7;
    --color--neutral--grey: #7e8e92;
    --color--detail--aqua: #53A7BC;
}

.footer-site{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 20px ;
    background-color: rgb(4, 13, 51);
    border-top: 1px solid #7e8e92;
}
.footer-site .reserved{
    color:#f7f7f7;
    font-size: 14px;
    margin-bottom: 0;
}