.footer {
    background: #3f3f3f;
    /* box-shadow: 0 1px 4px rgba(0, 0, 0, .26); */
}

h3.section-title {
    font-size: 24px;
    color: #f9fbfb;
}

.section-title {
    width: 100% !important;
}

.section-title {
    letter-spacing: 2.16px;
    position: relative;
}

/* .line-left::after {
    margin: 0 auto 0 0;
} */

.line-left::after {
    content: "";
    width: 100px;
    border-bottom: 2px solid #FEA110;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto 0 0;
}

.address p {
    float: left;
    width: 100%;
    font-size: 14px;
}

.address p span {
    float: left;
}

.address a,
.about a {
    color: #B9B9B9;
}

.address a:hover {
    color: #FEA110;
    text-decoration: none;
}

.address .svg-inline--fa {
    font-size: 16px;
    float: left;
    margin-right: 10px;
    margin-top: 5px;
}

.about ul {
    padding: 0;
}

.about ul li {
    list-style-type: none;
}

.about ul li a:hover,
.about ul li a:active {
    color: #FEA110;
    text-decoration: none;
}

.about .svg-inline--fa {
    margin-right: 5px;
    color: #FEA110;
}

.copyright {
    color: #FFF;
    font-size: 14px;
    padding: 10px 0;
    background-color: #636363;
    /* border-top: .1rem solid gray; */
}

ul.social {
    font-size: 26px;
    list-style-type: none;
    display: flex;
    padding: 0;
}

ul.social li {
    margin: 0 5px;
    padding: 0;
    float: left;
    list-style-type: none;
}

.social a {
    margin: 0;
    padding: 0;
    width: 40px;
    height: 40px;
    display: block;
    text-decoration: none;
    border-radius: 100%;
    background-position: center;
    background-size: 26px 26px;
    background-repeat: no-repeat;
    transition: background-color .5s;
}

.social a.facebook {
    background-color: #4267b2;
    background-image: url(../img/social/icon-facebook.svg);
}

.social a.instagram {
    background-color: #f7006a;
    background-image: url(../img/social/icon-instagram.svg);
}

.social a.youtube {
    background-color: #ff0000;
    background-image: url(../img/social/icon-youtube.png);
}

.social a.whatsapp {
    background-color: #57bb63;
    background-image: url(../img/social/icon-whatsapp.png);
}

.social a.phone {
    background-color: #7b519d;
    background-image: url(../img/social/icon-phone.png);
}