/* SOLO EN HOME: reglas acotadas */
body.home .jumbotron-60-40-reverse {
  display: none !important;
}

body.home .jumbotron .jumbotron-content {
  display: none !important;
}

/* Si el contenedor de imagen está vacío, ocúltalo */
body.home .jumbotron .jumbotron-image:empty {
  display: none !important;
}

/* Oculta el jumbotron marcado por JS */
body.home .jumbotron.so-hide-jumbotron {
  display: none !important;
}
