#content .entityform h2 {
  max-width: 100%;
  margin: 0 auto 40px;
}
#content .entityform h2,
#content .entityform p {
  text-align: center;
}
#content .entityform p {
  color: #464646;
}
#content .entityform label,
#block-entityform-block-impacto-social .field-type-list-boolean .description, 
#block-entityform-block-impacto-social-en .field-type-list-boolean .description {
  color: #757575 !important;
}
.form-required {
    color: #ff8200;
}
#content .entityform label{
  font-weight: normal;
  margin-bottom: 10px;
}
#content .entityform p.clausula{
  color: #757575 !important;
  text-align: left !important;
}
#block-entityform-block-impacto-social .field-type-list-boolean .description, 
#block-entityform-block-impacto-social-en .field-type-list-boolean .description{
  width: 100% !important;
  margin: 25px 0 0 !important;
  display: block !important;
}
#content .entityform .form-item-field-is-legal-und{
  display: flex;
  flex-wrap: wrap;
}
#content .entityform .pre-instructions p {
  margin-top: 0;
  margin-bottom: 40px;
}
body.node-type-proyectos #content p.clausula{
  font-size: 10px;
  width: auto;
  margin-top:0;
}
body.node-type-proyectos #content p.clausula strong {
  font-family: 'Roboto-Medium', Arial, sans-serif !important;
  font-weight: normal;
  margin-top: 14px;
  display: block;
}
body.node-type-proyectos #content p.clausula a {
  color: #00809A !important;
  font-weight: normal !important;
  text-decoration: none;
}
body.node-type-proyectos #content p.clausula a:hover {
    text-decoration: underline;
}
#content .entityform input.text-full,
#content .entityform input.form-text,
#content .entityform input.form-file,
#content .entityform select {
  color: #464646 !important;
  border-color: #ddd !important;
  border-radius: 5px;
  transition: all .5s ease;
}
#content .entityform input:hover,
#content .entityform select:hover {
  border-color: #aaa !important;
}
#content .entityform input.form-checkbox {
  width: 22px !important;
  height: 22px !important;
  margin: 0 10px 0 2px;
  bottom: auto !important;
  border: none !important;
  border-radius: 5px !important;
}
#content .entityform input.form-checkbox:before {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  background: #E1F3F6;
}
#content .entityform input.form-checkbox:checked:before {
  display: none !important;
}
#block-entityform-block-impacto-social .form-actions input, 
#block-entityform-block-impacto-social-en .form-actions input{
  width: auto !important;
  min-width: 200px;
  height: auto !important;
  text-transform: none !important;
  padding: 12px 16px;
  border-radius: 5px;
  background: #00809A !important;
  border: 2px solid #00809A !important;
  transition: all .5s ease !important;
  -ms-transition: all .5s ease !important;
  -webkit-transition: all .5s ease !important;
}
#block-entityform-block-impacto-social .form-actions:hover input, 
#block-entityform-block-impacto-social-en .form-actions:hover input{
  color: #00809A !important;
  background: #fff !important;
  border-color: #00809A !important;
}