.bloque4{
    padding-top: 12px;
    padding-bottom: 42px;
    /* background-color: yellowgreen;*/
}

.bloque4 .subBlock{
    /* background-color: yellowgreen;*/
    padding-left: 60px;
    padding-right: 60px;
}

.bloque4 .titulo{
    position: relative;
    padding-top: 24px;
    padding-bottom: 36px;
    padding-left: 50px;
    padding-right: 50px;
    color: #459D80;
    font-size: 1.5rem;
    font-weight: bold;
    display: flex;
    flex-direction: row;
    flex: 1;
}

.bloque4 .titulo .linea{
    flex: 1;
    margin-left: 9px;
    border-bottom: 2px solid #459D80;
    margin-bottom: 6px;
}



.bloque4 .cubo{
    color: #459D80;
    /* padding: 60px;*/
}

.bloque4 .cubo .cursos{
    width: 236px;
    margin: auto;
    background-color: #ecf5f2;
    
}

.bloque4 .cubo .cursos .foto{
    width: 236px;
    /* height: 100px;*/
    /* content: url(../../static/images/home/bloque4.jpg);*/
}

.bloque4 .cubo .cursos .descr{
    min-height: 10px;
    padding: 12px 18px;
    color: #95989a;
}

.bloque4 .cubo .cursos .enlace{
    padding: 12px 18px;
}

.bloque4 .cubo .cursos .enlace a{
    color: #43a37f;
}

.bloque4 .cubo .cursos .titu{
    /* padding: 3px 12px;*/
    padding-left: 18px;
    padding-right: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical
}

.bloque4 .cubo2{
    color: #43A380;
    margin: auto;
}

.bloque4 .cubo2:hover{
    filter:saturate(10%);
}

.bloque4 .cubo2 .icon{
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    padding: 12px 12px;
}

.bloque4 .cubo2 span{
    display: block;
    text-align: center;
    color: #43A380;
    opacity: 0.7;
    font-size: 1.2rem;
    padding-top: 6px;
    width: 100%;
    /* background-color: chocolate;*/
}

@media screen and (min-width: 1600px) {
    .bloque4{
        margin: auto;
        max-width: 1200px;
    }        
}

/* Tablet */
@media screen and (max-width: 992px) {
    .bloque4 .subBlock{
        /* background-color: yellowgreen;*/
        padding-left: 12px;
        padding-right: 12px;
    }

    .bloque4 .titulo{
        padding-left: 24px;
    }

    .bloque4 .cubo{
        padding: 0px;
        text-align: center;
    }

    .bloque4 .titulo .linea{
        border-bottom: 2px solid transparent;
    }
}


