.jws_theme_footer {
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    background-image: url(https://jardinlospicapiedra.edu.co/web/wp-content/uploads/2016/05/bg-footer.jpg);
}
/* Eliminar el botón "Leer más" exclusivamente en la cuadrícula de las profesoras */
.cuadricula-profes .vc_gitem-link.vc-gitem-buttons,
.cuadricula-profes .vc_gitem-zone .vc_btn3-container {
    display: none !important;
}
/* Quitar el enlace y la mano de clic en la cuadrícula de las profesoras */
.cuadricula-profes .vc_gitem-link {
    pointer-events: none !important;
    cursor: default !important;
}