@import url('https://fonts.googleapis.com/css2?family=Aboreto&family=Aldrich&family=Coda:wght@400;800&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Sekuya&family=Trispace:wght@100..800&display=swap');

body {
  background: #1a1919;
}

.barraSuperior {
  background: #333;
  padding: 15px;
  position: sticky;
  top: 0;
  display: flex;
  align-items: center;
  gap: 30px;
  font-family: "Cinzel Decorative", serif;
  font-weight: 900;
}

.areaLogo {
  display: flex;
  align-items: center;
  gap: 10px;
}

.areaLogo img {
  height: 40px;
  width: auto;
}

.areaLogo span {
  color: white;
  font-size: 20px;
  font-weight: bold;
}

.enlacesNavegacion {
  display: flex;
  gap: 5px;
  font-family: "Sekuya", system-ui;

}

.barraSuperior a {
  color: white;
  text-decoration: none;
  padding: 10px 20px;
}

.barraSuperior a:hover {
  background: #555;
}
