header .site-branding-logo {
  padding: 0;
}


.topbar {
  z-index: 999;
  position: inherit;
}

.node .field__label {
  font-size: 20px!important;
  font-weight: bold!important;
  color: black;
}

.gsc-heading {
  width: 100%;
}


.bloque_campamentos .item-columns > div {
  padding: 10px;
  border: 1px solid #ccc;
}

.node--type-campamentos .field--type-text-long {
  border: 1px solid #ccc;
  padding: 20px;
  margin: 10px 0;
}

.field--name-field-boton-inscripcion {
  margin: 20px 0;
}


.formulario {
  background-color: #ccc;
  margin-top: 10px;
  margin-bottom: 10px;
}

.node-form .form-item {
  margin: 10px 0;
}

.node-form label {
  width: 200px;
}

.node-form .field--type-string-long label {
  width: 100%;
}

.node-form .field--type-datetime h4 {
  width: 200px;
  float: left;
  font-weight: bold;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  color: #636363;
}

.node-form .js-form-type-vertical-tabs {
  display: none;
}


.node-form .form-actions {
  text-align: center;
  margin: 20px 0;
}

label.form-required::after {
  content: " *";
  color: red;
  font-weight: bold;
}
