#tpl-footer {
    width: 100% !important;
    text-align: center;
    padding: 40px 0;
}

#tpl-footer #tpl-inner {
    text-align: center;
    display: flex !important;
    justify-content: space-between !important;
    width: 100%;
    margin: auto;
}

#tpl-footer .tpl-adp {
    text-align: center;
    display: inline-block;
}

#tpl-footer span {
    background-image: url('../images/logos-footer-grupo-gr.png');
    background-repeat: no-repeat;
    background-position: top;
    display: inline-block !important;
    width: 90px;
    height: 45px;
    cursor: pointer;
}

@media only screen and (max-width: 768px) and (min-width: 240px) {
    #tpl-footer #tpl-inner {
        text-align: center;
        display: inline-block !important;
        width: 100%;
        height: 65px !important;
        margin: auto;
    }
    #tpl-footer #tpl-grupo-union {
        background-position: 0px -10px !important;
    }
    #tpl-footer #tpl-upcn,
    #tpl-footer #tpl-up,
    #tpl-footer #tpl-accord,
    #tpl-footer #tpl-iqdc,
    #tpl-footer #tpl-itoiz,
    #tpl-footer #tpl-cemac,
    #tpl-footer #tpl-anchorena {
        display: none !important;
    }
}

#tpl-footer span:hover {
    background-image: url('../images/logos-footer-grupo.png') !important;
    /* TRANSITION */
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s;
}

#tpl-grupo-union {
    background-position: -0px -7px !important;
    width: 100px !important;
}

#tpl-upcn {
	background-position: -108px -10px !important;
    width: 70px !important;
}

#tpl-up {
	background-position: -186px -8px !important;
    width: 76px !important;
}

#tpl-accord {
    background-position: -276px -8px !important;
    width: 59px !important;
}

#tpl-anchorena {
        background-position: -348px -8px !important;
    width: 80px !important;
}

#tpl-anchorena-san {
        background-position: -441px -8px !important;
    width: 77px !important;
}

#tpl-iqdc {
        background-position: -529px -8px !important;
    width: 47px !important;
}

#tpl-cemac {
       background-position: -580px -8px !important;
    width: 84px !important;
}

#tpl-itoiz {
        background-position: -656px -8px !important;
    width: 80px !important;
}
