@font-face {
  font-family: 'GGBold';
  src: url("../fonts/GGBold.otf") format("truetype");
  font-style: sans-serif;
  font-weight: normal;
}

@font-face {
  font-family: 'GGMedium';
  src: url("../fonts/GGMedium.otf") format("truetype");
  font-style: sans-serif;
  font-weight: medium;
}

@font-face {
  font-family: 'GGNormal';
  src: url("../fonts/GGNormal.otf") format("truetype");
  font-style: sans-serif;
  font-weight: normal;
}

form {
  padding: 20px !important;
  border: solid 1px #ededed;
  font-family: 'GGNormal';
  margin: 0 !important;
  color: #363546;
}

form .titForm {
  font-family: 'GGBold';
  font-size: 1.4em;
  line-height: 1.2em;
  width: 80%;
  margin: 0px;
  margin-bottom: 1em;
}

form .titForm span {
  font-family: 'GGMedium';
  font-size: 0.9em;
}

form input[type=submit] {
  background-color: #00bda5;
  border: solid 3px #00bda5;
  color: #FFF;
  font-size: 16px;
  font-family: 'GGBold';
  padding: 8px 30px !important;
  width: 100%;
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}

form input[type=submit]:hover {
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
  background-color: transparent;
  border: solid 3px #00bda5;
  color: #00bda5;
  outline: none;
}

form input[type=text], form textarea {
  width: 100% !important;
  border: solid 1px #E0E0E0;
  background-color: #FFF;
  padding: 5px !important;
  font-size: 15px;
  font-family: 'GGMedium';
}

form input[type=text]:focus, form textarea:focus, form select:focus {
  outline: none;
}

form .form-field {
  margin-bottom: 0.6em;
}

form .form-field label .field-label {
  color: white !important;
  font-size: 10px;
}

form .form-field label a {
  color: #000000;
  color: white;
}

form .form-field label .description {
  margin-top: -20px;
  text-align: left;
  padding-left: 0px;
  font-size: 0.8em;
}

form .form-field label .value {
  text-align: left !important;
  width: 24px;
}
/*# sourceMappingURL=formulario-blog.css.map */