.footer{
    padding-top: 2em !important;
    padding-bottom: 1em !important;
}

.text-footer{
    height: 3em;
    padding: 0.7em 0;
    color: #89c64f;
    font-weight: bolder;
}

.text-fa{
    padding: 0.2em 1em;
}

.logo-fa{
    padding: 0.2em;
}

.text-fab{
    padding: 0.2em;
    padding-left: 1.5em;
}

.bantuan{
    padding: 0;
    list-style-type: none;
}

.bantuan li a{
    color: white !important;
}

/* .text-footer {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
} */

.hr-footer {
	border-top: 1px solid #1c2233;
    height: 75px;
    line-height: 1;
    margin-top: 20px;
    padding-top: 18px;
    position: relative;
    text-align: center;
    width: 100%;
}

.logo-contact {
    width: 2rem;
    height: 2rem;
    font-size: 1rem;
    line-height: 2rem
}

.media-middle {
    vertical-align: middle;
}

.media-left {
    display: table-cell;
    padding-right: 10px;
}

a:hover {
    color:#d3d3d3;
}

.title-ft{
    font-size: 1em;
}

.img-footer-fb{
    display: inline-block;
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-image: url("../img/footer/footer-fb.svg")
}

.img-footer-ig{
    display: inline-block;
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-image: url("../img/footer/footer-ig.svg")
}

.img-footer-whatsapp{
    display: inline-block;
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-image: url("../img/footer/footer-whatsapp.svg")
}

.img-footer-whatsapp:hover{
    display: inline-block;
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-image: url("../img/footer/hover-footer-whatsapp.svg")
}