@media (max-width: 1400px) {
  .wrap {
    max-width: 90%;
  }
}

@media (max-width: 1000px) {
  .wrap {
    max-width: 100%;
    padding: 0 20px;
  }
  header {
    top: 20px;
  }
  .productos {
    padding: 50px 30px;
  }
  .productos .slider-productos {
    padding: 0;
  }
  .productos .producto .imagen {
    height: 250px;
  }
  .productos .producto h3 {
    letter-spacing: 0;
  }
  .productos .slick-arrow img {
    width: 40px;
  }
  .home {
    padding-top: 250px;
    padding-bottom: 100px;
  }
  .home .logo {
    max-width: 500px;
    width: 100%;
  }
  .home .bajar {
    left: 50%;
    margin-left: -30px;
  }
}

@media (max-width: 800px) {
  .seccion {
    min-height: auto;
  }
  .nosotros {
    min-height: 500px;
  }
  .nosotros h2 br {
    display: none;
  }
  .home .logo {
    margin-bottom: 50px;
  }
}

@media (max-width: 600px) {
  .productos .icono-carro {
    position: inherit;
  }
  .nosotros .wrap {
    height: 100%;
    min-height: 500px;
    background: rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    margin-top: -10px !important;
    margin-bottom: -10px;
  }
}
