.page-start-banner2 {
    background: url(../../../PanelControl/dist/img/imagenPrincipal/productos1.jpeg);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    margin-top: 100px;
    height: clamp(300px, 26.042vw, 600px);
    display: grid;
    align-content: center;
  }
  @media (max-width: 1399px) {
    .page-start-banner2 {
      margin-top: 75px;
    }
  }
  @media (max-width: 767px) {
    .page-start-banner2 {
      height: 250px;
    }
  }
  @media (max-width: 492px) {
    .page-start-banner2 {
      height: 210px;
    }
  }
  .page-start-banner2 .title2 {
    font-weight: 600;
    font-size: clamp(55px, 4.5vw, 100px);
    line-height: 120%;
    letter-spacing: 0em;
    text-transform: uppercase;
    color: #FAFAFA;
    text-align: center;
  }
  @media (max-width: 492px) {
    .page-start-banner2 .title2 {
      font-size: 42px;
    }
  }