footer {
    width: 100%;
    background: #2a3239;
    border-top: 4px solid #920106;
    padding: 40px 0;
}

footer a {
    color: #ececec !important;
    text-decoration: none;

    line-height: 1.2em;
}

footer a:hover,
footer a:focus {
    color: #cccccc;
}

footer .footer-icons {
    margin: 0 auto 20px auto;
    text-align: center;
}

footer .icons li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}

footer .copyright a {
    color: white;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 14px;
    text-decoration: none;
    list-style-type: none;
    text-align: center;
}

footer .copyright a:hover {
    color: #999999;
}

footer .transparencia a {
    color: white;
    padding: 15px;
}

footer h4 {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    font-size: 1.2em;
    height: 3em;
    line-height: 1.2;
}

footer ul {
    color: white;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 16px;
    list-style: none;
    margin: 0;
    padding: 0;
}

footer li {
    line-height: 17px;
    padding: 5px 0;
}

footer .wrapper-iconos {
    padding: 0 0 5px 0;
}

footer .wrapper-transparencia {
    padding: 0 0 5px 0;
}

footer .wrapper-menu-bottom {
    padding: 0 0 5px 0;
}