@media screen and (max-height: 1200px) and (orientation: landscape) {
/* Nosotros Header */
.productoImg {
  max-height: 80%;
  width: auto;
  left: -10px;
}
/*  */
}

@media screen and (max-height: 600px) and (orientation: landscape) {
/* Nosotros Header */
#productosHeader {
  height: 100%;
}
.item {
  height: inherit;
}
.productoImg {
  max-width: 70%;
}
.productoMarca {
  bottom: 165px;
  right: 0;
  margin: auto;
}

/*  */
}

@media screen and (max-height: 500px) and (orientation: landscape) {
/* Home Header */
.productoImg {
  max-width: 55%;
}
/*  */
}

@media screen and (max-width: 900px) and (max-height: 600px) and (orientation: landscape) {
/* Home Header */
.productoImg {
  max-width: 450px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin:auto 0;
}
.productoTitulo {
    font-size: 32px;

}
/*  */
}

@media screen and (max-width: 800px) and (max-height: 500px) and (orientation: landscape) {
/* Home Header */
.productoImg {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
/*  */
}

@media screen and (max-width: 700px) and (max-height: 400px) and (orientation: landscape) {
/* Home Header */
.productoImg {
  max-width: 360px;
}
/*  */
}

@media screen and (max-width: 600px) and (max-height: 400px) and (orientation: landscape) {
/* Home Header */
.productoImg {
  max-width: 340px;
}
/*  */
}

/* PORTRAIT */
@media screen and (max-width: 500px) and (max-height: 700px) and (orientation: portrait) {
/* Home Header */
.productoImg {
  max-width: 350px;
}
/*  */
}
@media screen and (max-width: 500px) and (max-height: 600px) and (orientation: portrait) {
/* Home Header */
.productoImg {
  max-width: 350px;
}
/*  */
}
@media screen and (max-width: 500px) and (max-height: 500px) and (orientation: portrait) {
/* Home Header */
.productoImg {
  max-width: 325px;
}
/*  */
}
/*  */
