.secciones h4 {
        margin-bottom: 5px;
}

#secciones {
        margin: 0;
        padding: 0;
        position: relative;
}

#secciones .col-md-12 {
        padding: 0;
}

#secciones .row.cabecera .col-md-6 {
        height: 200px;
        position: relative;
        padding: 0;
}

#secciones .row.cabecera .col-md-6 img {
        width: 100%;
        height: auto;
}

#secciones .efectoImg {
        height: 200px;
        overflow: hidden;
}

#secciones .row.cabecera .col-md-6 span {
        color: white;
        font-size: 14px;
        font-weight: 300;
        margin: 20px 35px;
        text-align: left;
        max-width: 350px;
        display: block;
}

.efectoImg {
        background: #000;
}

.efectoImg img {
        -webkit-transition: all 0.2s ease-in;
        -moz-transition: all 0.2s ease-in;
        -o-transition: all 0.2s ease-in;
        transition: all 0.2s ease-in;
}

.efectoImg:hover img {
        opacity: .4;
}

.txtFondo {
        position: absolute;
        bottom: 0;
        background: rgba(0, 0, 0, .5);
        padding: 20px 10px 10px 10px;
        color: #FFF;
        width: 100%;
}

@media (max-width:1025px) {
        #secciones .efectoImg {
                height: auto;
                overflow: hidden;
        }
}

@media screen and (max-width:1025px) {   
        #secciones .row.cabecera .col-md-6 {
                min-height: auto;
                height: auto;
        }
        #secciones .row.cabecera .col-md-6 span {
                margin: 0;
                padding: 0 20px 20px;
        }
}