html,
button,
input,
select,
textarea {
  color: #222;
}


html {
  font-size: 1em;
  line-height: 1.4;
}

/*
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*/




.Boton_Verde {
  border: none;
  background: #34B629;
  color: white;
  font-family: 'Roboto', sans-serif;
  padding: 5px 20px;
  /* text-transform: uppercase; */
  font-weight: 500;
  border-radius: 1px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: background ease-in-out .15s;
  transition: background ease-in-out .15s;
  cursor:pointer;
}