/* -------------- FOOTER -----------*/
.footer{
    position: relative;
    color: #fff;
    height: 80px;
    padding-top: 18px;
    width: 100%;
}

.footer ul li a h5{
    margin-top: 5px;
}

.footer-image {
    margin-top: 8px;
}

.section-footer{
    height: 80px;
    background-color: #1D1D1B;
}

.footer ul{
    padding: 0px;
    margin: 0;
    display: flex;
    justify-content: space-evenly;
}

.footer ul li{
    list-style: none;
}

.footer ul li a{
    display: inline-block;
    color: white;
    text-align: center;
    text-decoration: none;
    padding: 5px;
}

.footer ul li a h5{
    padding-right: 10px;
    border-right: 1px solid white;
}
.footer-flex{
    display: flex;
    justify-content: center;
    flex-direction: row;
}

.footer h5 {
    margin: 0px;
    font-weight: lighter;
}

.footer-social-networks{
    background-color: #1D1D1B;
}

/* -------------- FOOTER -----------*/

@media (max-width: 800px){
    .footer{
        padding-top: 0px;
    }

    .footer-flex{
        flex-direction: column-reverse;
    }

    .section-footer{
        height: 90px;
    }

    .footer ul li a h5{
        line-height: 18px;
    }

   

    .footer-last {
        border-right: none !important;
    }

    .footer li a h5 span{
        display: inline-block;
        width: 85px;
    }

    .footer-mail{
        display: none;
    }
  
    .footer-image{
        margin-top: 3px;
    }

    .footer-social-networks{
        height: 30px !important;
    }

}
