/* HEADER */
.traveltour-header-background-transparent {
  -webkit-box-shadow: 0 0 0 4px #fed217, 0 0 0 8px #e392cc, 0 0 0 12px #b02c15;
  box-shadow: 0 0 0 4px #fed217, 0 0 0 8px #e392cc, 0 0 0 12px #b02c15;
}

ion-header #logo {
  width: 12em;
  height: auto;
  margin: 1em 2em;
}

@media (max-width: 576px) {
  #logo {
    width: 8em !important;
    margin: 1em !important;
  }
}

/* CONTENT */
ion-content {
  --background: url(resources/fondo-ciclista.jpg) no-repeat center/cover fixed;
}

.title-form {
  margin-top: 20px !important;
}

ion-item ion-grid {
  padding: 0 !important;
}

red {
  color: red !important;
}

.white {
  color: white !important;
}

ion-input[required] .label-text::after,
ion-textarea[required] .label-text::after {
  content: " *";
  color: red;
}