li {
  list-style: none;
}

.contenedor-section {
  display: flex;
  flex-direction: column;
  padding: 10px;
}
.contenedor-section .informacion_ {
  background-color: rgb(26, 26, 26);
}

.navbar {
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.1rem;
  background: rgba(0, 0, 0, 0.6) !important;
  background-color: black;
}
.navbar .container-fluid .collapse .nav-item:hover {
  background-color: white;
  transition: all 0.4s;
}
.navbar .container-fluid .collapse .nav-link:hover {
  color: black;
}

body {
  background-color: black;
  color: white;
  font-family: "Lora", serif;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.container-footer {
  width: 100%;
  bottom: 0;
  position: fixed;
}
.container-footer ul li {
  transition: all 0.3s ease;
}
.container-footer ul li:hover {
  transform: translateY(-10px);
}
.container-footer ul li a {
  display: inline-block;
  text-decoration: none;
  font-size: 30px;
  line-height: 45px;
  padding: 0 1rem;
  color: white;
  text-align: center;
}

p {
  font-size: 1.2rem;
}

/*# sourceMappingURL=estilos.css.map */
