@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Hanken+Grotesk:ital,wght@0,100..900;1,100..900&family=Inconsolata:wght@200..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Orbitron:wght@400..900&family=Quattrocento:wght@400;700&family=Sofia&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap");

/* * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
} */
body {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 2px;
}
.logotipo {
  margin-left: auto;
  margin-right: auto;
}
.menu-nav {
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}
.navbar {
  background-color: #003d66;
  font-size: 18px;
}
.img, .img-perfil {
  height: 60px;
  width: 70px;
  margin-left: 10px;
  border-radius: 30px;
  margin-right: 30px;
}
button:focus {
  outline: none;
}
.menu-link {
  font-weight: bold;
  margin-right: 10px;
  color: white;
}
.menu-link:hover {
  color: rgb(255, 255, 255, 0.6);
}
main {
  margin-top: 150px;
}
.card {
  margin-bottom: 200px;
  box-shadow: 0px 4px 10px #003d66;
  font-family: Arial, Helvetica, sans-serif;
}
h1,
h5 {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  margin-bottom: 100px;
  letter-spacing: 2px;
}
footer {
  height: 100px;
  margin-top: 101px;
  color: white;
  background-color: #142b4d;
}

footer a.nav-link{
  color: rgb(31, 125, 255) !important;
}

footer a.nav-link:hover{
  color: #fff !important;
}
@media (max-width: 767px) {
  .img-perfil{
    float: right;
  }
}
