.container-postventas .divImagenPortada {
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: grid;
  justify-content: center;
  font-family: "MontserratL";
}
.container-postventas .divImagenPortada img {
  width: 100%;
}
.container-postventas .text {
  display: grid;
  grid-template-columns: 100%;
}
.container-postventas .text h1 {
  font-size: 45px;
  padding: 1.5%;
  text-align: center;
  background-color: rgb(40, 45, 69);
  color: white;
  font-family: "MontserratL";
  font-weight: 100;
}
.container-postventas .content {
  padding: 100px 15px;
}
.container-postventas .content .ui.form {
  margin: 0 auto;
  max-width: 950px;
  width: 100%;
}
.container-postventas .content .ui.form .disclaimer {
  color: #051439;
  font-weight: bold;
  font-size: 20px;
}

@media (max-width: 1024px) and (min-width: 768px) {
  .container-postventas .text h1 {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .container-postventas .divImagenPortada {
    height: 200px;
  }
  .container-postventas .divImagenPortada img {
    height: 100%;
  }
  .container-postventas .text h1 {
    font-size: 26px;
  }
}
@media (max-width: 425px) {
  .container-postventas .text h1 {
    font-size: 20px;
  }
}
/*# sourceMappingURL=solicitudes-postventas.css.map */
