﻿.fondoBanner4 {
    height: 310px !important;
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    z-index: -3;
    left: 0;
}

.fondoIzqVacio {
    height: 310px !important;
}

.banner4-titulo {
    color: #969696 !important;
    font-family: 'OpenSans-ExtraBold' !important;
    font-size: 32px;
    line-height: 35px;
    margin: 0;
    text-decoration: none;
}

    .banner4-titulo:hover {
        color: #00B2E3;
    }

.banner4-content-texto {
    padding: 40px 40px;
}

.banner4-texto {
    color: black !important;
    font-family: 'OpenSans-Light' !important;
    font-size: 25px;
    text-decoration: none;
    /*cursor: pointer;*/
    line-height: 35px;

    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.banner4-texto p{
    margin-top:15px;
}

    .banner4-texto:hover {
        color: #00B2E3;
    }

@media(max-width: 991px) {
    .banner4-content-texto {
        background-color: #E7ECF1;
    }
}


@media only screen and (max-width: 1024px) {
    .banner4-texto {
        font-size: 20px !important;
        line-height: 25px !important;
    }

/*    .banner4-titulo {
        font-size: 27px;
        line-height: 25px;
    }*/
}
