/* @font-face {
  font-family: "BrightDemo";
  src: url("../assets/font/BrightDemo-axVxE.otf") format("opentype");
} */


@font-face {
  font-family: "BrightDemo";
  src: url("../assets/font/fonnts.com-373973/fonts/fonnts.com-Utopia-Std-Semibold-.otf") format("opentype");

}

:root {
  --font-primary: "BrightDemo", sans-serif;
  --color-primary: #b80f1c;
}

body h2,
body li,
body p {
  font-family: var(--font-primary);
}

.text-shadow-lg {
  text-shadow: 2px 2px 8px #000, 0 0 2px #000, 0 0 1px #000;
}

.hero {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.hero-musica {
  height: 100%;
}
.hero-musica iframe {
  width: 100% !important;
}

.hero iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: 177.78vh;
  /* mantiene aspecto 16:9 */
  height: 56.25vw;
  transform: translate(-50%, -50%);
}

.hero .content {
  position: relative;
  z-index: 1;
  color: white;
  text-align: center;
  top: 40%;
  font-size: 3rem;
  font-family: Arial, sans-serif;
  text-shadow: 0 0 10px black;
}

@media screen and (width <= 1023px) {
  .hero {
    height: 50dvh;
  }
}
