/* imatge de fons */
nav {
  background-image: none !important;
}

/* logo centrat dark */
.v-btn.v-btn--icon.v-btn--round.v-btn--router.theme--dark.v-size--large {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}

.v-btn.v-btn--icon.v-btn--round.v-btn--router.theme--dark.v-size--large img {
  height: 120px;
  margin-top: 80px;
}

.v-btn.v-btn--icon.v-btn--round.v-btn--router.theme--dark.v-size--large::before {
  opacity: 0;
}

#title {
  display: none;
}

.event h1.title {
  font-size: 22px !important;
}

@media (max-width: 500px) {
  .v-btn.v-btn--icon.v-btn--round.v-btn--router.theme--dark.v-size--large {
    margin-top: 35px;
  }
  #title {
    margin-top: 110px !important;
  }
}

/* logo centrat light */
.v-btn.v-btn--icon.v-btn--round.v-btn--router.theme--light.v-size--large {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}

.v-btn.v-btn--icon.v-btn--round.v-btn--router.theme--light.v-size--large img {
  height: 120px;
  content: url('/headerimage.png');
  margin-top: 80px;
}

.v-btn.v-btn--icon.v-btn--round.v-btn--router.theme--light.v-size--large::before {
  opacity: 0;
}

#title {
  display: none;
}

.event h1.title {
  font-size: 22px !important;
}

@media (max-width: 500px) {
  .v-btn.v-btn--icon.v-btn--round.v-btn--router.theme--light.v-size--large {
    margin-top: 35px;
  }
  #title {
    margin-top: 110px !important;
  }
}

/* arreglos */

#navsearch {
  padding-top: 100px;
}

.v-main__wrap {
  margin-top: 100px;
}

.v-application .d-flex {
  margin-right: 10px;
}
/* ocultar búsqueda */
.v-text-field.v-text-field--enclosed {
  display: none;
}

/* pagina de info */ 