body {
    background-image: url('../assets/img/fondo.jpg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}



@media screen and (min-width: 992px) {

    .tab-content {
        /*height: 600px;*/
    }
}


@media screen and (min-width: 576px) {

    #img_banner_mobile {
        width: 100px;
    }


    #img_banner {
        margin-left: 42.5px !important;
        height: 95%;
        width: 95%;
    }
}

@media screen and (min-width: 768px) {
    #img_banner {
        margin-left: 42.5px !important;
        height: 95%;
        width: 95%;
    }
}


@media screen and (min-width: 992px) {
    #img_banner {
        margin-left: 42.5px !important;
        height: 95%;
        width: 95%;
    }
}

@media screen and (min-width: 1024px) {
    #img_banner {
        margin-left: 30px !important;
        height: 95%;
        width: 96%;
    }

    .tab-content {
        /*height: 430px;*/
    }

}


@media screen and (min-width: 1400px) {
    #img_banner {
        margin-left: 74px !important;
        height: 88.5%;
        width: 90%;
    }

    .tab-content {
        /*height: 500px;*/
    }

}

@media screen and (min-width: 2100px) {
    #img_banner {
        margin-left: 43px !important;
        height: 94%;
        width: 96%;
    }

    .tab-content {
        /*height: 875px;*/
    }

}
