.footer-ti {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    background: #30333a;
    color: #848484;
}

.footer-ti a {
    color: #848484;
    text-decoration: none;
}

.footer-ti a:hover {
    color: #ff5722;
}

.footer-ti h2 {
    text-align: center;
    border-bottom: 1px solid #DDD;
    font-weight: 300;
    margin-bottom: 1rem;
}

.footer-ti h2::after {
    margin: -1px auto;
    background: red;
    height: 1px;
    width: 100px;
    content: "";
    position: relative;
    display: block;
}

.footer-ti ul {
    font-size: .8rem;
    line-height: 1.6rem;
}

.footer-ti i {
    border-radius: 50%;
    background: #dadada;
    padding: .4rem .2rem .1rem .4rem;
    width: 1rem;
    height: 1rem;
    color: #ff5722;
    margin-bottom: .5rem;
}

#logo-footer {
    font-family: "Kodchasan", sans-serif;
    display: flex;
    align-items: center;
    color: var(--semergy-naranja);
    text-shadow: 1px 0 var(--semergy-naranja);
}

#logo-footer figcaption {
    border-bottom: 2px solid #ddd;
}

#logo-footer figcaption span {
    color: #fff;
    text-shadow: 1px 0px #fff;
}