.producto-container{
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.products-row{
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
}
.product-container{
  width: 30%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.product-image-container{
  width: 100%;
  height: 40vh;
}
.product-image{
  width: 100%;
  height: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-line{
  width: 50%;
  height: 1px;
  margin-top: 10%;
  border-top: 2px solid #b7b7b7;
}
.product-description{
  font-size: 22px;
}
.product-description a:hover, .product-description a:link, .product-description a:active, .product-description a:visited {
  color: black;
  text-decoration: none;
}
.product-download-container{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.product-download-arrow{
  font-family: Neuzeit;
  color: #00ff33;
  font-size: 17px;
  margin-right: 5px;
}
.product-download-arrow a:hover, .product-download-arrow a:link, .product-download-arrow a:active, .product-download-arrow a:visited{
  text-decoration: none;
  color: #00ff33;
}

.product-download-text{
  font-size: 17px;
}

.product-download-text a:hover, .product-download-text a:link, .product-download-text a:active, .product-download-text a:visited {
  color: black;
  text-decoration: none;
}

.producto_container{
  margin-bottom: 30px;
}
.producto_content{
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
.producto_intro{
  color: #b7b7b7;
  font-size: 20px;
  padding-left: 20%;
  padding-right: 20%;
  margin-top: 10px;
  margin-bottom: 50px;
}
.producto_imagenes_container{
  width: 34%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 2%;
}
.contenedor_imagen_principal{
  width: 100%;
  margin-bottom: 20px;
  margin-top: 30px;
}
.contenedor_imagen_secundaria{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 50%;
}
.imagen_principal{
  width: 100%;
  height: 50vh;
  max-height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}
.imagen_secundaria{
  width: 100%;
  height: 50vh;
  -o-object-fit: cover;
     object-fit: cover;
}
.imagen_secundaria_izquierda{
  padding-right: 2%;
  width: 50%;
}
.imagen_secundaria_derecha{
  padding-left: 2%;
  width: 50%;
}
.producto_contenido{
  width: 66%;
  font-size: 24px;
}
.producto_regresar_container{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.regresar-container{
  width: 66%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 10px;
}
.regresar-container a:link, .regresar-container a:hover, .regresar-container a:active  {
  text-decoration: none;
}

.regresar-text{
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  color: black;
  font-size: 17px;
  padding-left: 5px;
}
.producto-line{
  height: 1px;
  width: 40%;
  border-top: 2px solid #00ff33;
}
.producto-empresa{
  margin-top: 15px;
  margin-bottom: 25px;
  font-size: 22px;
}
.producto-titulo{
  margin-top: 30px;
  margin-bottom: 15px;
  color: #b7b7b7;
  font-size: 20px;
}
.producto-texto{
  font-family: Neuzeit;
  font-size: 22px;
  margin-bottom: 15px;
}
.listado{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 8%
}
.listado-row{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: 15%;
}
.producto_left_arrow{
  color: #00ff33;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  font-family: Neuzeit;
}
.autor{
  color: #b7b7b7;
}

.catalogo-container{
  margin-bottom: 2%;
}
.aplicacion-catalogo-boton{
  font-family: NeuzeitBold;
  background: green; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left, #3be2bd, #47fd3e); /* For Safari 5.1 to 6.0 */ /* For Opera 11.1 to 12.0 */ /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, #3be2bd, #47fd3e); /* Standard syntax */
  padding: 1% 8% 1% 8%;
}
.catalogo-button-text{
 color: white;
 text-align: center;
 font-size: 22px;
 text-decoration: none;
}

.uso-image-container{
  width: 100%;
}

.uso-image{
  width: 100%;
  height: 100%;
  max-height: 100%;
}
.uso-line{
  width: 50%;
  height: 1px;
  border-top: 2px solid #b7b7b7;
}
.uso-description{
  margin-top: 10px;
  font-size: 22px;
  margin-bottom: 25px;
}
.uso-text{
  font-family: Neuzeit;
  color: #b7b7b7;
  font-size: 22px;
  text-align: justify;
}
a:hover, a:active{
  text-decoration: none;
}
@media(max-width: 800px) {
  .producto_content{
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .producto_imagenes_container{
    width: 100% !important;
    padding-right: 0% !important;
  }
  .producto_contenido{
    width: 100% !important;
  }
  .catalogo-container{
    text-align: center;
  }

}
@media(max-width: 600px) {
  .products-row{
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    margin-bottom: 0px !important;
  }
  .imagen_principal{
    height: auto !important;
  }
  .product-container{
    width: 100% !important;
    margin-top: 10px !important;
  }
}
