
footer{
    font-family: 'Helvetica Now Display', sans-serif;
    font-size: 14px;
    align-content: center;
    margin: 0;
}

.title-footer {
    padding: 0 5px;
}

.link-footer {
    font-family: 'Helvetica Now Display', sans-serif;
    text-decoration: none;
    font-size: 14px;
    display: block;
    color: #212121;
    font-weight: 400;
    transition: all 0.5s;
    letter-spacing: normal;
}

.link-footer:hover{
    text-decoration: underline;
    transition: all 0.5s;
    font-weight: 400;
    color: #212121;
}

.bi {
    font-size: 18px;
}

.list-item {
    font-size: 14px;
}

.footer-social > a{
    color: #212121;
    transition: all 0.5s;
}

.footer-social > a:hover{
    text-decoration: none !important;
    color: #212121;
    transition: all 0.5s;
}

ul.footer-social{
    padding: 0;
}

.footer-social li{
    margin-top: 5px;
    margin: 0 7px;
    padding-right: 7px;
}

li.footer-social{
    padding-bottom: 5px;
}


.footer-home-one{
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    background-color: #fff;
  
}

.area-copy{
    font-size: 14px;
    margin: 20px;
    color: #737373;
    opacity: .75;
}

.footer{
    width: 100%;
    padding: 0;
    overflow: hidden;
   
    left: 0;
    position: absolute;
    overflow: hidden;
}

ul{
    list-style: none;
    font-size: 12px;
    margin-bottom: 10px;
}

li {
    margin-bottom: 0px;
}

.navbar-toggler{
    float: right !important;
}

.list-footer{
    width: 20%;
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}

.footer-social{
    display: inline-block;
    padding-right: 15px;
}


li.footer-social{
    padding-top: 10px;
}

@media only screen and (max-width: 640px){

    .img-home{
        width: 100%;
    }
    hr.division{
        width: 100%;
    }

    footer{
        text-align: center;
        align-content: center;
    }

    .list-footer{
        display: none;
    }

    ul{
        padding-bottom: 2px;
    }

    ul li{
        display: inline-block;
        padding-right: 8px;
    }

    dt {
        font-weight: bold;
        font-family: 'Helvetica Now Display', sans-serif;
        font-size: 16px;
        margin-bottom: 10px;
        color:#8c52ff;
    }

    .link-footer {
        border-right: none;
        padding-right: 8px;
    }

    #footer-logo {
        display: none;
    }

    .footer-social > a {
        color: #212121;
    }

    .footer-link {
        display: flex;
        flex-direction: column;
        align-content: flex-start;
        align-items: flex-start;
        flex-wrap: nowrap;
    }

    .list-item {
        font-size: 18px;
    }
}