@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@400;900&display=swap");
.container-fluid {
  padding-left: 0rem;
  padding-right: 0rem;
  overflow: hidden;
}
.barra {
  background-color: white !important;
}
nav .navbar-nav li a {
  color: white !important;
  font-weight: 400;
  font-size: large;
  cursor: pointer;
}
.boton:hover {
  /* color: #990000 !important; */
  color: white !important;
  background-color: #B71C1C !important;
}

.boton{
  background-color: #0073be !important;

}

nav .navbar-nav li button {
  color: white !important;
  font-weight: 600;
  font-size: large;
}

.logo_dev { 
  -webkit-transition: all 0.9s ease; /* Safari y Chrome */
  -moz-transition: all 0.9s ease; /* Firefox */
  -o-transition: all 0.9s ease; /* IE 9 */
  -ms-transition: all 0.9s ease; /* Opera */
}
.logo_dev:hover {
  cursor: pointer;
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
}

.pie {
  align-items: center;
  left: 0;
  bottom: 0;
  background-color: #0073be;
  text-align: center;
  color: white;
}
.spacer {
  height: 70px;
}

.titulos{
  color: #0073be;
  font-weight: bold;
}

body,
html {
  font-family: "Nunito", sans-serif;
}
h1, h2, h3, h4, p {
  font-family: "Nunito", sans-serif;
}

footer {
  font-family: "Nunito", sans-serif;
}
