/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
    .bg-logo{
        background: url("../images/bg_esquina.png");
    }
}