.email {
  color: #ff9544 !important;
}
.email:hover {
  text-decoration: underline;
}
.background-footer {
  background-color: #262626 !important;
}
#heroArea,
#call-to-action,
.form-section {
  background-color: #f5f5f5 !important;
}
.black-color {
  color: #000000 !important;
}
.hero-form-header {
  background-color: #ec7820 !important;
  color: #FFFFFF !important;
}
.btn.btn-blue {
  background-color: #ec7820 !important;
}
.btn.btn-blue:hover {
  background-color: #e99453 !important;
  border: 1px solid #e99453;
}
.bg-orange {
  background-color: #ff9544;
}
.call-to-action-area {
  background-color: #fafafa !important;
  color: #000000 !important;
}
.color-orange {
  color: #ff9544 !important;
}
@media (max-width: 480px) {
  .email {
    font-size: 28px !important;
  }
}
@media (max-width: 767px) {
  .ptb-60 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
}
/*********ESTILOS FORMULARIO BENCHMARK******/
div[id*="tblFormData"] {
  width: auto !important;
}
div[class*="bmform_body"] {
  padding: 0px !important;
}
div[class*="bmform_inner"] {
  border: 0px !important;
}
div[id*="tdHeader"] {
  display: none;
}
div[class*="bmform_body"] {
  background-color: transparent !important;
}
input[class*="bmform_submit"],
.boton_loquiero {
  border: 1px solid #ec7820 !important;
  color: #fff;
  background-color: #ec7820 !important;
  height: 46px;
  padding: 11px 30px;
  font-size: 15px;
  line-height: 20px;
  border-radius: 3px;
  text-transform: uppercase;
  letter-spacing: 1px;
  overflow: hidden;
  text-decoration: none;
  -webkit-transition: all 400ms linear 0ms;
  -ms-transition: all 400ms linear 0ms;
  -o-transition: all 400ms linear 0ms;
  transition: all 400ms linear 0ms;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  font-weight: normal;
  margin-bottom: 0;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
}
input[class*="bmform_submit"]:hover,
.boton_loquiero:hover {
  background-color: #e99453 !important;
  border: 1px solid #e99453;
}
.boton_loquiero:hover,
.boton_loquiero:focus,
.boton_loquiero:active,
.boton_loquiero:link,
.boton_loquiero:visited {
  color: #FFFFFF !important;
}
input[type="text"][class*="bmform_frm"] {
  display: block;
  width: 100%;
  height: 46px;
  padding: 11px 14px;
  font-size: 14px;
  line-height: 20px;
  border-radius: 3px;
  background-color: transparent;
  border: 2px solid #ddd;
  box-shadow: none;
  -webkit-transition: all ease-in-out 150ms;
  -ms-transition: all ease-in-out 150ms;
  -o-transition: all ease-in-out 150ms;
  transition: all ease-in-out 150ms;
  text-decoration: none;
}
div[id*="tblRequiredField"] {
  width: 100%;
}
div[id*="tblRequiredField"] > tbody > tr > td {
  text-align: left;
}
div[id*="tdIntro"] {
  display: none;
}
.hero-area h1 {
  line-height: 60px !important;
}

/*# sourceMappingURL=gastrouni.css.map */