@media (min-width: 1000px) and (max-width: 2000px) {
  .producto-manual img {
    width: 60%;
  }
}

@media screen and (max-width: 850px) {
  .productos-info p {
    margin-right: 0 !important;
  }
  .producto-descripcion p {
    margin-right: 0 !important;
  }
  .producto-alinear-cotizar {
    display: flex !important;
    justify-content: center !important;
    margin-bottom: 5% !important;
  }
  .flecha-izquierda {
    left: 10% !important;
  }
  .flecha-derecha {
    right: 10% !important;
  }
}

@media screen and (max-width: 768px) {
    .contactoModal{
        width: 100%;
    }
}

@media screen and (max-width: 600px) {
  .producto-manual img {
    width: 77%;
    height: 320px !important;
  }

  .producto-boton-cotizar {
    height: 60px !important;

    margin-top: 10% !important;
    font-size: 22px !important;
    margin-bottom: 13% !important;
  }
  .producto-boton-cotizar:hover {
    height: 60px !important;
    margin-top: 10% !important;
    font-size: 22px !important;
    margin-bottom: 13% !important;
  }
  .owl-carousel {
    transform: scale(1.8);
    margin-top: 20%;
  }
}
