.bannerCasos {
  color: rgb(33, 37, 41);
  display: flex;
  flex-direction: column;
  font: 16px / 24px Lato, sans-serif;
  transition: opacity 0.4s ease 0s, transform 0.4s ease 0s, -webkit-transform 0.4s ease 0s;
}
.bannerCasos .H2_3 {
  color: rgb(255, 78, 11);
  height: 16px;
  letter-spacing: 0.5px;
  text-align: left;
  text-transform: uppercase;
  font: 700 13px / 16px Lato, sans-serif;
  margin: 0px 0px 16px;
}
.bannerCasos .H1_4 {
  color: rgb(51, 51, 51);
  text-align: left;
  font: 300 60px / 72px Lato, sans-serif;
  margin: 0px 0px 24px;
}

.bannerCasos .P_5 {
  color: rgb(51, 51, 51);
  max-width: 85%;
  text-align: left;
  font: 18px / 24px Lato, sans-serif;
  margin: 0px;
}
.bannerCasos .DIV_6 {
  display: grid;
  grid-template-rows: 0.5fr 0.5fr;
  grid-auto-flow: row;
  grid-template-areas:
    "Cliente Año Solucion"
    "ClienteRTA AñoRTA SolucionRTA";
  justify-content:space-between;
  color: rgb(33, 37, 41);
  height: 98px;
  width: 100%;
  font: 16px / 24px Lato, sans-serif;
  padding: 48px 0px 0px;
}
.DIV_6-Mobile{
  display:none;
}
.bannerCasos .P_7 {
  color: rgb(255, 78, 11);
  height: 49.3333px;
  letter-spacing: 0.5px;
  max-width: 514px;
  min-height: auto;
  min-width: auto;
  opacity: 0.8;
  text-align: left;
  text-transform: uppercase;
  font: 600 13px / 24px Lato, sans-serif;
  margin: 0px;
}
.bannerCasos .B_9 {
  color: rgb(51, 51, 51);
  letter-spacing: 0.5px;
  text-align: left;
  font: 550 18px / 22px Lato, sans-serif;
}

@media (max-width:  1099px) {
  .bannerCasos .DIV_6 {
    display:none;
  }
  .DIV_6-Mobile{
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 0.5fr;
    grid-auto-columns: 1fr;
    grid-auto-rows: 1fr;
    grid-auto-flow: row;
    grid-template-areas:
      "Cliente"
      "ClienteRTA"
      "Año"
      "AñoRTA"
      "Solucion"
      "SolucionRTA";
    color: rgb(33, 37, 41);
    height: 98px;
    width: 100%;
    font: 16px / 24px Lato, sans-serif;
    padding: 48px 0px 0px;
    height: 215px;
  }
  .bannerCasos .P_7 {
    height: auto;
  }
  .bannerCasos .B_9 {
    margin-bottom: 25px;
  }
}

@media (max-width: 600px) {
  .bannerCasos .facet_sidebar {
    display: none;
  }
}