#footer {
  background-color: #fff;
  margin: 100px 0 0 0;
}

.e04242 {
  color: var(--color-primary);
}

h5.title_footer {
    border-left: 2px solid var(--color-primary);
}

.information_footer li a {
    color: var(--color-secondary);
}

.information_footer li i {
    padding: 0 5px;
}

.li_footer {
    display:inline-block;
    min-width:50px;
    margin-top: 0.9em;
    padding-left: 5%;
}

.li_footer a:hover,
.li_footer a:focus {
    text-decoration: none;
}

.footer__link {
    position: relative;
    display: inline-block;
    cursor: pointer;
    transition: 0.5s;
}

.footer__link::before {
    content: "\f101";
    font-family: FontAwesome;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    transition: 0.5s ease-out;
    opacity: 0;
}

.footer__link:hover {
    padding: 0 15px;
}

.footer__link:hover::before {
    opacity: 1;
    right: 60px;
}
.arrow {
    display: none;
}

.list-item {
    font-family: 'Nunito', sans-serif;
    color: var(--color-secondary);
}

.title_footer {
    font-family: 'Text Me One', sans-serif;
    font-size: 2em;
    /* margin-top: 2em; */
    border-left: 3px solid var(--color-tertiary);
    padding: 0 15px;
}

/* COPYRIGHT */

.copyright {
    font-family: 'Nunito', sans-serif; 

}  
