.proceso-container{

}
.proceso_intro{
  font-family: Neuzeit;
  color: #b7b7b7;
  font-size: 22px;
  padding-left: 20%;
  padding-right: 20%;
  margin-top: 10px;
  margin-bottom: 50px;
}
.proceso_section{
  font-size: 22px;
  text-align: center;
  margin-bottom: 50px;
}
.proceso_title{
  font-size: 22px;
  padding-bottom: 3px;
  border-bottom: 1px solid #00ff33;
}
.proceso_arrow{
  font-family: Neuzeit;
  color: #00ff33;
  font-size: 50px;
}
.procesos{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 50px;
}
.proceso_contenedor{
  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;
  width: 80%;
  margin-bottom: 50px;
}

.proceso_before{-webkit-box-ordinal-group: 2;-webkit-order: 1;-ms-flex-order: 1;order: 1;}
.proceso_after{-webkit-box-ordinal-group: 3;-webkit-order: 2;-ms-flex-order: 2;order: 2;}

.contenedor_texto{
  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;
  font-size: 22px;
  width: 50%;
  margin-bottom: 20px;
}
.contenedor_raya{
  border-top: 1px solid #00ff33;
  width: 140px;
  height: 5px;
}
.contenedor_index{
  color: #00ff33;
  margin-right: 5px;
}
.contenedor_titulo{
  color: black;
  font-size: 21px;
  margin-top: 10px;
}
.contenedor_imagen{
  width: 50%;
}
.process_image{
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
}

.process_image_left{
    padding-right: 10%;
}
.process_image_right{
    padding-left: 10%;
}
.contenedor_descripcion{
  font-family: Neuzeit;
  font-size: 21px;
  color: #b7b7b7;
  padding-top: 20px;
}
.proceso_end{
 text-align: center;
}
.proceso_end_content{
 font-size: 19px;
}
.proceso_end_names{
 font-size: 19px;
 color: #b7b7b7;
}
.proceso_end_contact_button{
  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% 7% 1% 7%;
}
.proceso_end_contact_button_text .proceso_end_contact_button_text:hover{
 text-decoration: none;
}
.proceso_end_contact_button_text{
 color: white;
 font-size: 22px;

 text-decoration: none;
}
a:hover, a:active{
  text-decoration: none;
}
@media(max-width: 800px) {
  .proceso_intro{
    padding: 0% 5% 0% 5% !important;
  }
  .proceso_contenedor{
    width: 100% !important;
  }
}
@media(max-width: 600px) {
  .procesos{
    margin-bottom: 25px;
  }
  .proceso_intro{
    padding: 10% 0% 0% 0% !important;
    margin-bottom: 4% !important;
  }
  .proceso_contenedor{
    width: 100% !important;
  }
  .proceso_contenedor{
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    width: 100% !important;
  }
  .contenedor_texto{
    width: 100%;
    -webkit-box-ordinal-group: 2 !important;
    -webkit-order: 1 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .contenedor_imagen{
    width: 100%;
    -webkit-box-ordinal-group: 3 !important;
    -webkit-order: 2 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .process_image_right{
    padding: 0% !important;

  }
  .process_image_left{
    padding: 0% !important;
  }
  .proceso_end_contact_button{
    padding: 3% 7% 3% 7% !important;
  }
}
