footer a, footer i {
    margin: 0;
    padding: 0;
    transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    -webkit-transition: all 250ms ease-in-out;
}

footer h4 {
    font-family:Centuria;
    font-weight: inherit;
    color: rgb(166, 166, 166);
}

footer {
    font-family: Centuria;
    width: 100%;
    padding-left: 90px;
    padding-right: 90px;
    color: white;
    background-color: #5c5550;
}

.footer-top {
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-top img {
    width: 50%;
}

.footer-top ul {
    display: inline-flex;
}

.footer-top ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    background-color: transparent;
    border: white solid 2px;
    border-radius: 50%;
    margin-left: 10px;
}

.footer-top ul li a i:hover {
    opacity: 0.7;
}

.footer-top ul li a i {
    font-size: 11pt;
    text-decoration: none;
}

#registered {
    position: absolute;
    padding-left: 5px;
    color: white;
    font-size: 10px;
}

.footer-main {
    display: flex;
    justify-content: space-between;
    font-size: 9pt;
}

.footer-main h4 {
    text-transform: uppercase;
}

.footer-left {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    font-family: Centuria;
}
.footer-left span{
    margin-top: 15px;
}
.footer-left a{
    margin-top: 15px;
}
.footer-left a {
    text-decoration: none;
    width: max-content;
}

.footer-middle {
    width: 15%;
}

.footer-right {
    width: 15%;
    margin-right: 15%;
}

.footer-middle ul, .footer-right ul {
    padding-top: 30px;
}

.menu-item {
    line-height: 2;
}

.footer-middle ul,
.footer-right ul {
    list-style: none;
}

.footer-middle ul a:hover,
.footer-right ul a:hover {
    opacity: 0.6;
}

.footer-middle ul li a, .footer-right ul li a {
    line-height: 3;
}

.footer-down {
    width: 50%;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    text-transform: uppercase;
    text-align: center;
    justify-content: center;
    font-size: 7pt;
    align-content: center;
}

.footer-menus {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
}

.footer-menu {
    width: 32%;
    border-right: gray 2px solid;
    letter-spacing: 5px;
    text-transform: uppercase;
}

.footer-menu a:hover {
    opacity: 0.7;
}

.copyrights {
    color: white;
    font-size: 8pt;
}

.copy {
    font-family: 'Montserrat';
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
    padding-bottom: 20px;
}

.copy a {
    font-family: 'Montserrat';
    text-decoration: none;
    font-weight: bold;
    padding-left: 5px;
    margin-right: 1%;
}

.web {
    color: black;
}

#cerez {
    position: fixed;
    background: rgba(0, 0, 0, 0.76);
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 30px 60px;
    z-index: 9999999;
    display: none;
    box-sizing: border-box;
}

#cerez p {
    width: 90%;
    margin: 0 auto;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.76);
    font-family: 'centuria-regular', Arial, Helvetica, sans-serif;
}

#cerez svg {
    height: 15px;
    fill: #d2d2d2;
    position: absolute;
    right: 40px;
    top: 50%;
    cursor: pointer;
}

#cerez a {
    text-decoration: underline;
    color: #d8d8d8;
    font-weight: bold;
    cursor: pointer;
}
.footer-left span{
width: 50%;
}
@media screen and (orientation: portrait) , (max-width: 800px) {
    footer {
        padding-left: 25px;
        padding-right: 25px;
    }

    .footer-top, .footer-main {
        flex-wrap: wrap;
    }

    .footer-left, .footer-down {
        width: 100%;
    }

    .footer-middle, .footer-right {
        width: 50%;
        margin: 0;
        margin-top: 50px;
    }

    .footer-menus {
        width: 100%;
        flex-direction: column;
        flex-wrap: wrap;
    }

    .footer-menu {
        width: 90%;
        text-align: center;
        border: none;
        margin-top: 5%;
    }
}
@media screen and (orientation: portrait) , (max-width: 425px) {
    .footer-middle, .footer-right {
        display: none;
    }
    .footer-top img {
        width: 76%;
    }
    .footer-top ul li {
        width: 46px;
        height: 46px;
    }
    .footer-top ul li a i {
        font-size: 15pt;
        margin: 8px;
    }
    .footer-left span{
        width: 100%;
        text-align: center;
    }
    .copy {
        font-size: 10px;
    }
    .footer-left a {
        margin-left: auto;
        margin-right: auto;
    }

    .footer-top {
        width: 100%;
        margin-left: 10%;
    }
    #registered {
        padding-left: unset;
    }
}