* {
  color: white;
  margin: 0px;
  padding: 0px;
}

html {
  background-image: url(./72d1676e9fe5970c66e99cdd0522cb12.gif);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  width: 100%;
  flex: 0 0 100%;
  display: flex;
}

body {
  background: rgba(53, 28, 117, 0.7);
  backdrop-filter: blur(5px);
  height: 100vh;
  width: 100%;
}

.centrado {
  text-align: center;
}

html, body {
  width: 100%;
  height: 100%;
}

/* HEADER */
div#Header {
  background-color: rgba(53, 28, 117, 1);
  height: 65px;
  color: #2B2181;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#LOGO {
  height: 45px;
  float: left;
  margin-left: 10px;
  margin-top: 10px;
  position: fixed;
}

#NOMBRE {
  color: #e0e0e0;
  font-weight: bold;
  text-align: center;
  font-family: 'Press Start 2P', cursive;
  align-items: center;
  font-size: 125%;
  animation-iteration-count: infinite;
}

/* CONTENIDO DE LA PAGINA */
div .Contenido {
  margin-top: 25px;
  margin-bottom: 100px;
  flex: 1 0 auto;
}

div .Noticia>h1 {
  color: #FFB319;
  text-align: center;
  font-weight: bold;
}

div .Noticia>p {
  color: #63B4B8;
}

div .Noticia {
  margin: auto;
  width: 50%;
  margin-bottom: 30px;
}

.fotos {
  margin: auto;
  display: block;
  height: 250px;
}

.fotos {
  transition: transform .2s;
}

.fotos:hover {
  transform: scale(1.5);
}

#spotify {
  position: sticky;
  top: 125px;
  right: 15px;
  margin-bottom: 15px;
  margin-top: 125px;
  margin-right: 10px;
  float: right;
}

div.paginas {
  margin: auto;
  width: 100%;
  margin-bottom: 30px;
}

.naviegacion {
  position: absolute;
  margin: 15px;
  margin-top: 50px;
  width: auto;
  padding: 0px;
  background-color: rgba(161, 184, 210, 0.55);
  text-align: center;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
  border-collapse: collapse;
}

.naviegacion ul {
  list-style: none;
}

.menu>li {
  position: relative;
  display: inline-block;
  background-color: ;
}

.nav-item:hover {
  padding: px;
}

.menu {
  border-radius: 15px;
}

.menu li>a {
  position: relative;
  display: block;
  padding: 15px 20px;
  font-family: "open sans";
  text-decoration: none;
  border-radius: 15px;
}

.menu li a:hover {
  color: rgb(0, 64, 255);
  transition: all .4s;
}

.submenu {
  position: absolute;
  background: rgba(143, 202, 218, 0.68);
  width: auto;
  visibility: hidden;
  opacity: 0;
  transition: opacity 1s;
  border-radius: 15px;
}

.submenu li a {
  display: block;
  width: auto;
  padding: 15px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  align-content: center;
}

.menu li:hover .submenu {
  visibility: visible;
  opacity: 1;
}

.icono {
  height: 50px;
}

.menu li:hover .submenu li {
  border-bottom: dashed;
  border-color: rgba(143, 202, 218, 0.68);
  border-radius: 15px;
}

.nav-item {
  margin: 0px;
  padding: 10px;
}

/* PIE DE PAGINA */
div#footer {
  background-color: #4672fe;
  height: 30px;
  color: white;
  width: 100%;
  bottom: 0;
  text-align: center;
  font-size: 150%;
  font-weight: bold;
  height: 50px;
  flex: 0 0 auto;
}

footer {
  background-color: rgba(53, 28, 117, 0.9);
  color: #bbb;
  line-height: 1.5;
  align-items: center;
  text-align: center;
  font-size: 30px;
}

body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

.icono-header {
  position: absolute;
  top: 10px;
  left: 10px;
  height: 30px;
  float: left;
}

.container {
  flex: 1;
  /* same as flex-grow: 1; */
}

ul {
  list-style: none;
  padding-left: 0;
}

body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

/*--CONTENT--*/
.content {
  margin-top: 100px;
  margin-left: 50px;
  text-align: left;
}

#ppal {
  border-style: none;
  width: 80%;
  height: 1000px;
}
