.dbherramientas {    
	/*
    background-image: url(../img/home-verde.jpg);    
    background-position: 0px 400px;
    background-repeat: no-repeat;    
    background-size: 100% 10%; 
    */
    margin-top: 2rem;
}
.dbherramientas .back_transparent {
    background-color: #ffffff40;
    padding: 2rem 1rem;
}
.dbherramientas .h3.title {
    margin-bottom: 0.5rem !important;
}
.dbherramientas .pre-subtitle {    
    text-align: center;
    font-weight: 400;
    margin-bottom:5px;
    font-size:1.4em;
    margin-top:10px;
    margin-bottom:10px;
}
.dbherramientas .subtitle {
    margin-bottom: 1.5rem !important;
    text-align: center;
    font-weight: 400;
}
.dbherramientas .dbherramientas_imgs p {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.dbherramientas .dbherramientas_imgs p img {
    width: 200px;
    height: auto;
    /*max-width: 100%;*/
}
.dbherramientas .texto-banners-home {
    background-color: #f4f2ea;
    padding: 20px 60px 20px 20px;
    text-align: justify;
    font-size: 0.9rem;
}
.dbherramientas .texto-banners-home > div {
    margin-bottom: 1rem;
}
.dbherramientas .texto-banners-home .destacar {
    font-size: 1.3rem;
}

/* Mobile */
@media (max-width: 991px) 
{
    .dbherramientas {
        background-image: none !important;
        margin-top: 0px;      
    }
    .dbherramientas .dbherramientas_imgs p img {
        /*width: 45%;*/
        width: 150px;
    }
    .dbherramientas .back_transparent {
        padding: 2rem 0;
    }
}