#footer a {
    text-decoration: none;
    color: inherit;
}

#footer .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 11px !important;
}

#footer .img-responsive {
    display: inline-block;
    height: auto;
    max-width: 100%
}

#footer .movil {
    display: none !important
}

#footer .w-47 {
    width: 47%
}

#footer .w-50 {
    width: 50%
}

#footer .align-item-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end
}

#footer .justify-sb {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

#footer .text-center {
    text-align: center;
}

#footer {
    background: url("https://gassur.cl/img/home-v3/bg-footer.jpg");
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px 0
}

#footer .wrap {
    width: 70%;
    margin: 0 auto;
    color: #fff;
    font-family: "Open Sans";
    font-size: 0.7rem
}

#footer .wrap .w-50 .rrss {
    display: none
}

#footer .wrap .logo {
    margin: -45px 0 0 0;
    z-index: 1;
    width: 40%
}

#footer .wrap .contactos {
    width: 50%;
    font-family: "Open Sans"
}

#footer .wrap .contactos strong {
    font-weight: 800
}

#footer .wrap .contactos .contacto {
    margin: 0 0 10px 0;
    text-transform: uppercase
}

#footer .wrap .enlaces {
    min-height: 20vh;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0
}

#footer .wrap .enlaces a {
    font-family: "Open Sans";
    font-weight: 700;
    margin: 0 0 10px 0;
    display: block
}

#footer .wrap .rrss {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end
}

#footer .wrap .rrss a {
    padding: 0 0 0 30px;
    display: block
}

#footer .wrap .rrss a img {
    max-height: 20px
}

/* ===== MEDIA QUERIES ===== */

@media screen and (max-width: 1200px) {
    #footer .wrap {
        width: 80%
    }
}

@media screen and (max-width: 1000px) {
    #footer .movil {
        display: block !important
    }

    #footer .desktop {
        display: none !important
    }
}

@media screen and (max-width: 800px) {
    #footer .wrap .row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    #footer .wrap .row .w-50,#footer .wrap .row .w-47 {
        width: 100% !important
    }

    #footer .wrap .row .w-47 {
        margin: 20px 0 0 0
    }

    #footer .wrap .row .w-50 .rrss {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 45%;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        margin: 0 5% 0 0
    }

    #footer .wrap .row .w-47 .rrss {
        display: none
    }

    #footer .wrap .row .enlaces {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    #footer .wrap .row .enlaces div {
        padding: 0;
        width: 50%
    }

    #footer .wrap .row .logo {
        width: 100%;
        text-align: center;
        margin: -45px 0 40px 0
    }

    #footer .wrap .row .logo img {
        max-width: 250px
    }

    #footer .wrap .row .contactos {
        width: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: left;
        -ms-flex-align: left;
        align-items: left
    }

    #footer .wrap .row .rrss.movil {
        width: 100%;
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 10px 0
    }
}

@media screen and (max-width: 500px) {
    #footer .wrap .row .w-50 .rrss {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0 5% 0 0
    }

    #footer .wrap .row .contactos {
        width: 100%;
        padding: 0 0 0 19%
    }

    #footer .wrap .row .enlaces {
        width: 100%;
        padding: 0 0 0 19%
    }

    #footer .wrap .row .enlaces div {
        width: 100%;
        padding: 0px !important
    }
}

@media screen and (max-width: 400px) {
    #footer .enlaces div {
        padding: 0 10px !important
    }
}