.aplicaciones-container{

}
.aplicacion{
  width: 100%;
  height: 100%;
  font-family: Neuzeit;
  position: relative;
}
.aplicaciones{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
}
.fondo{
  position: relative;
  height: 400px;
  width: 100%;
  background-color: white;
  margin-bottom: 200px;
}
.fondo-overlap{
  background-repeat: no-repeat;
  background-size: 100% 55vh;
}
.fondo-industrial{
  background-image: url(../images/applications/application1.jpg);
}
.fondo-comercio{
  background-image: url(../images/applications/application2.jpg);
}
.fondo-gasolineria{
  background-image: url(../images/applications/application3.jpg);
}
.aplicacion-content{
  display: block;
  width: 100%;
  background-color: white;
  left: 0;
  top: 0;
  z-index: 100;
  margin-top: 3%;
  padding: 10vh 12% 0% 12%;
}
.content-wrapper{
  background-color: white;
  padding: 0% 12%;
  min-height: 55vh;
}
.aplicaciones-ghost{
  position: relative;
  bottom: 0%;
  height: 8%;
}
.aplicaciones-next{
  position: relative;
  margin-top: 8%;
}
.aplicaciones_section{
  padding-top: 30px;
  text-align: center;
}
.aplicaciones_title{
  font-family: Simplon;
  font-size: 22px;
  padding-bottom: 3px;
  padding-left: 10px;
  padding-right: 10px;
  border-bottom: 1px solid #00ff33;
}
.aplicacion-titulo{
  color: #b7b7b7;
  font-size: 50px;
  margin-top: 25px;
  margin-bottom: 28px;
}
.aplicacion-texto{
  font-size: 21px;
  color: #b7b7b7;
}
.aplicaciones_arrow{
  color: #00ff33;
  font-size: 80px;
  text-align: center;
  font-family: Neuzeit;
}
.aplicaciones-imagenes{
  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: 2%;
}
.aplicacion-imagen{
  -o-object-fit: cover;
     object-fit: cover;
  width: 31%;
  height: 425px;
}
.catalogo-container-responsive{
  display: none;
}
.catalogo-container{
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  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;
 font-size: 1.25em;
 text-decoration: none;
}

.aplicaciones_answer_list{
  font-size: 20px;
  list-style-type: none;
  padding: 0%;
  display: inline-block;
}
.active_answer{
  color: #b7b7b7;
}
.aplicaciones_clients_grid{
  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;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.clients_row{
  width: 75%;
  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-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.client_item{
  margin: 3px 20px 3px 20px;
  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: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.client_image{
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  width: 100%;
  height: auto;
}
.client_name{
  font-size: 16px;
  width: 100%;
  border-top: 1px solid #b7b7b7;
  padding-top: 2px;
  color: black;
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
}
.aplicaciones_success_grid{
  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;
  width: 100%;
}
.success_item{
  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-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
}
.left-item{
  padding-right: 1%;
}
.center-item{
  padding-left: 0.5%;
  padding-right: 0.5%;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
}
.right-item{
  padding-left: 1%;
}
.success_image{
  width: 100%;
  height: auto;
  margin-bottom: 3%;
}
.success_line{
  border-bottom: 1px solid #b7b7b7;
  height: 10px;
  width: 45%;
}
.success_name{
  margin-top: 2%;
  font-size: 20px;
}
.aplicaciones_end{
  position: relative;
  text-align: center;
}
.aplicaciones_end_content{
 font-size: 16px;
}
.aplicaciones_end_names{
 font-size: 16px;
 color: #b7b7b7;
}
.aplicaciones_end_contact_button{
 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% 7% 1% 7%;
}
.aplicaciones_end_contact_button_text .aplicaciones_end_contact_button_text:hover{
 text-decoration: none;
}
.aplicaciones_end_contact_button_text{
 color: white;
 font-size: 1.25em;
 text-decoration: none;
}
.index_aplicaciones_end{
  text-align: center;
}
.index_end_content{
  padding-top: 20px;
  font-size: 19px;
}
.index_end_names{
  font-size: 19px;
  color: #b7b7b7;
}
.index_end_contact_button{
  font-size: 22px;
  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% 7% 1% 7%;
}
.index_end_contact_button a:hover{
  text-decoration: none;
}
.index_end_contact_button_text{
  color: white;
  font-family: Neuzeit;
  font-size: 24px;
  text-decoration: none;
}
a:hover, a:active{
  text-decoration: none;
}
@media(max-width: 1200px) {
  .fondo{
    margin-bottom: 250px !important;
  }
}
@media(max-width: 800px) {
  .aplicaciones{
    margin-bottom: 20px !important;
  }
  .aplicacion{
    margin-bottom: 50px !important;
  }
  .catalogo-container{
    display: none !important;
  }
  .catalogo-container-responsive{
    display: block !important;
    text-align: center !important;
  }
  .aplicacion-content{
    width: 90% !important;
    margin-left: 5% !important;
    margin-top: 5% !important;
  }
  .aplicaciones-imagenes{
    display: none !important;
  }
}
@media(max-width: 600px) {
  .aplicaciones{
    margin-bottom: 20px !important;
    display: block !important;
  }
  .fondo{
    display: none;
  }
  .aplicacion-titulo{
    text-align: center;
  }
  .aplicaciones-imagenes{
    display: none !important;
  }
  .aplicacion-content{
    position: relative !important;
    width: 100% !important;
    margin-left: 0% !important;
    margin-top: 2% !important;
    padding: 0% !important;
  }
  .aplicacion-catalogo-boton{
    padding: 3% 7% 3% 7% !important;
  }
}
