.bannerPrincipal {
    float: left;
    width: 100%;
    padding-top: 80px;
}

/* BreadCrumb */

.bannerPrincipal .boxBreadCrumbs {
    float: left;
    width: 100%;
}

.bannerPrincipal .boxBreadCrumbs span {
    color: #E2E8F0;
    font-size: 13px;
}

/* Texto */

.bannerPrincipal .textoBanner {
    height: 600px;
    display: flex;
    align-items: center;
    float: left;
    width: 100%;
}

.bannerPrincipal .textoBanner h1 {
    float: left;
    width: 100%;
    color: #fff;
    margin: 0;
    font-size: 32px;
    line-height: 50px;
    font-weight: bold;
}

@media only screen and (max-width: 890px) {

    .bannerPrincipal .textoBanner {
        display: inline-block;
        padding-top: 80px;
    }

    .bannerPrincipal .col-sm-6 {
        float: left;
        width: 100%;
        max-width: 100%;
        flex: 1;
    }

    .bannerPrincipal .textoBanner h1 br {
        display: none;
    }

}

@media only screen and (max-width: 768px) {

    .bannerPrincipal .textoBanner {
        float: left;
        width: 100%;
        max-width: 100%;
    }

}

@media only screen and (max-width: 500px) {

    .bannerPrincipal .textoBanner {
        padding: 40px 0 0 0;
        height: 450px;
    }

    .bannerPrincipal .textoBanner h1 {
        font-size: 24px;
        line-height: 38px;
    }

}