#jumboCarousel {
    margin-top: 0px;
    margin-bottom: 0px;
    min-height: 216px;
    min-width: 100%;
    margin-top: inherit;
    margin-bottom: inherit;
}
#jumboCarousel img {
    top: auto;
    min-height: 300px;
    min-height: 100%;
    min-width: 100%;
    max-width: inherit;
    max-height: inherit;
}

#jumboCarousel > .carousel-inner img{
    width: 100%;
    margin: auto;
}

#jumboCarousel > .carousel-indicators > li {
    /*border-radius: 0px;*/
    /*min-width: 25px;*/
    background-color: white;
    /*border: 1px solid rgb(1, 23, 54);*/
    /*margin-right: 10px;;*/
    /*margin-left: 10px;;*/
}
#jumboCarousel > .carousel-indicators > .active {
    background-color: rgb(1, 23, 54);
    border: 1px solid rgb(1, 23, 54);
}
/*
#jumboCarousel{
    padding-top: 74px !important;
}
*/

/*TODO: revisar el responsive*/
@media only screen and (min-width: 991px) {
    
    #jumboCarousel #slideIzq .carousel-caption {
        color: white;
        right: 62%;
        /*right: auto;*/
        text-align: left;
        max-width: 500px;
        left: auto;
        /*left: 58%;*/
        /*top: auto;*/
        top: 50%;
        transform: translateY(-50%);
        bottom: initial;
    }

    #jumboCarousel #slideDer .carousel-caption {
        color: white;
        /*right: 62%;*/
        right: auto;
        text-align: left;
        max-width: 500px;
        left: auto;
        left: 62%;
        /*top: auto;*/
        top: 50%;
        transform: translateY(-50%);
        bottom: initial;
    }



}
.item {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.font-change {
    font-size: 40px;
}

.lead_titulo{
    color:#002245; 
    font-size: 45px;    
}
.lead_content_a{
    color:#002245; 
    font-size: 26px;
}
.lead_content_b{
    color:#ffffff; 
    font-size: 26px;
}

.carusel-j{
    color:#ffffff;
}