
        .productos {
          width: 100%;
          display: flex;
          padding: 107px 20px;
          justify-content: center;
          min-height: 583px;
          position: relative;
          background-color: black;
        }

        .productos .contenedor {
          width: 100%;
          max-width:1252px;
          display: flex;
          align-items: flex-end;
          z-index: 1;
        }

        .productos h2 {
          font-size: 58px;
          line-height: 55px;
          max-width: 419.27px;
          color: white;
        }

        .productos .background {
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          display: flex;
        }

        .productos img {
          width: 100%;
          height: 100%;
          object-position: center;
          object-fit: cover;
          z-index: 0;
        }


@media(max-width:1000px){
.productos .contenedor{
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-top: 80px;
}
}