/*FOOTER*/

@media all {
    /*footer-rrss*/
    .footer-rrss {
        display: flex;
        justify-content: space-around;
    }

    .footer-rrss i {
        font-size: 26px;
    }

    .footer-rrss p {
        padding-top: 7px;
    }

    /*bottom bar footer*/
    .bottom-footer-container {
        background-color: #81d4fa;
        font-family: 'Open Sans', sans-serif;
        color: #546e7a;
        padding: 10px 15px;
        font-size: 12px;
        font-weight: normal;
    }

    .bottom-footer-container a:hover{
        color: #008084; 
    }

    .bottom-footer-container i {
        padding-right: 5px;
    }

    .bottom-footer-01 {
        text-align: left;
    }

    .bottom-footer-02 {
        text-align: right;
    }
   
    /*Logo-Footer*/

    .logo-footer figure {
        margin-top: -15px;
    }

    figure.logo-footer {
        width: 240px;
    }
    .logo-footer img {
        width: 100%
    }
    /*Color de íconos del footer*/
    .container-info-widget i {
        color: #212121;
    }

    .container.foot div {
        padding-top: 5px;
        padding-bottom: 10px;

    }

    footer.footer {
        background-color: #e1f5fe;
    }

    ul.brand,
    ul.brand li {
    text-align: center;
    }

    footer.footer {
        position: relative;
    }

    .container-clientes {
        text-align: center;
        padding-top: 15px;
        padding-bottom: 55px;
    }

    .container-clientes img {
        max-width: 300px;
        width: 100%;
    }

    .container-footer {
        /*padding-top: 25px;
        border-top: 10px solid #ECEFF1;*/
        padding: 35px 15px;
    }

    footer.footer .patron {
        height: 20px;
        top: -19px !important
    }

    .foot-copyright a {
        color: #BDBDBD;
        font-style: normal;
        text-decoration: none;
        /*font-weight: 500;*/
    }

    .pattern-footer {
        width: 100%;
        height: 78px;
        background-repeat-x: repeat;
        margin-top: 30px;
    }

    ul.servicios-macaco.direccion li {
        padding-top: 10px !important;
        font-size: .95em;
    }

    ul.servicios-macaco.direccion i {
        padding-right: 5px;
    }

    ul.servicios-macaco.direccion a,
    ul.servicios-macaco.direccion a:active {
        text-decoration: none;
        color: #fff;
    }

    ul.servicios-macaco li,
    ul.site-map li {
        display: block;
    }

    .footer-widget {
        max-width: 240px;
        margin: 0 auto;
        font-size: 14px;
    }

    ul.brand a {
        color: #fff;
        font-size: 2.5em;
    }

    ul.brand li {
        display: inline;
        padding: 0 20px;
    }

    ul.brand {
        padding-top: 15px;
    }

    /* Color de titulos*/
    h3.footer.titular {
        text-align: left !important;
        font-size: 17px;
        padding-bottom: 0px;
        margin-bottom: 5px;
        color: #1e88e5;
    }

    .decorador-izquierda.footer:before {
        bottom: 0px;
    }

    table.container-info-widget {
        width: 100%;
        margin-bottom: 10px;
        font-size: 13px;
        /*font-family: 'Hind';*/
        line-height: 16px;
    }

    table.container-info-widget i {
        padding-right: 5px;

    }

    table.container-info-widget td {
        padding: 5px 0;
        padding-bottom: 0;
        vertical-align: top;
        /*font-family: 'Hind';*/
        font-size: 14px;
    }

    .footer-widget a {
        color: #424242;
        text-decoration: none;
        font-weight: 700;
    }

    .footer-widget a:hover {
        color: #3896e8 !important;
    }

    .footer-widget .maps-footer td {
        padding-top: 25px;
    }

    .footer-widget {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    figure.logo-footer {
        text-align: center;
    }

    .footer-widget p {
        text-align: justify;
    }

    .footer-widget h3 {
        padding-bottom: 15px;
    }

    ul.social-container li a {
        font-size: 23px;
        display: block;
        width: 38px;
        height: 38px;
        text-align: center;
        background: #6264C5;
        color: white;
        border-radius: 20px;
        padding-top: 2px;
        margin: 0 auto;
    }

    ul.social-container {
        text-align: center;
        font-size: 0;
    }

    ul.social-container li {
        display: inline-block;
        width: 33.33%;
    }

@media only screen and (max-width: 768px) {
    .bottom-footer-01 {
        text-align: center;
    }

    .bottom-footer-02 {
        text-align: center;
    }

}

}