/*****

MAIN

*****/



.path-frontpage #main {
  background: rgba(0, 0, 0, 0.5);
  min-height: calc(100vh - 76px);
  height: auto;
}

#main {
  min-height: calc(100vh - 76px);
  height: auto;
  margin-top: 76px;
}


.path-frontpage #main #block-uagn-content {
  margin-top: 100px;
}

.path-frontpage #main #block-uagn-content h1 {
  color: white;
  font-size: 3em;
  max-width: 500px;
  margin: 0 auto;
}

.path-frontpage #main #block-uagn-content .views-field-body {
  text-align: center;
  margin-top: 100px;
}

.path-frontpage #logged {
  display: none;
}

.user-logged-in #logged {
  display: block;
}

.user-logged-in #not-logged {
  display: none;
}

.path-frontpage #main #block-uagn-content .views-field-body a {
  font-size: 1.1rem;
  font-family: var(--font-especial);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: white;
  text-decoration: none;
  display: inline-block;
  border: none;
  border-radius: 50px;
  padding: 14px 40px;
  cursor: pointer;
  margin: 0 auto;
  background: linear-gradient(to bottom, var(--rojo), var(--rojo-oscuro));
  background-size: 100% 200%;
  background-position: top;
  transition: background-position 0.4s ease, color 0.3s ease;
  box-shadow: none !important;
}

.path-frontpage #main #block-uagn-content .views-field-body a:hover {
  background-position: bottom;
  /* Deslizamos el degradado hacia arriba */
}

#video_campo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  z-index: -1;
}


video::-webkit-media-controls-volume-slider,
video::-webkit-media-controls-mute-button {
  display: none;
}
