a, footer a {
  color: #d30303;
}

a:hover {
  color: #424242;
}

footer a:hover {
  text-decoration: none;
  color: white;
}

.logo {
  position: absolute;
  top: 20px;
  left: 25px;
  max-height: 80px;
}

.jumbotron.inicio {  
  height: 450px;  
  margin-bottom: 0px;
}

.jumbotron.inicio .container {
  visibility: hidden;
}

footer {
  color: white;
  padding: 40px;
  background-color: #424242;
}

.navbar-nav .nav-link {
  padding-left: 20px!important;
  padding-right: 20px!important;
}

.btn-primary {
  background-color: #d30303;
  border-color: #d30303;
}