body {
  background-image: url("../img/bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center top;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    color: black;
}
.sans {
  font-family: "Encode Sans Condensed", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.fakeimg {
    height: 200px;
    background: #aaa;
  }
  .logo img  {
    width: 100%;
    max-width: 250px;
  }
  .destacado {
    background: #c9c9c9;
    padding: 15px;
  }
span {
    color:#ea0a2a;
  }
  .btn-primary {
    background-color: #ea0a2a;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-color: #ea0a2a;
    font-size: 2.5rem;
    padding: 10px;
    min-width: 300px;
}
.btn-primary:hover,
.btn-primary:active
.btn-primary:focus {
  color: #ea0a2a;
  background-color: #fec526;
  border-color: #fec526;
}
.btn-secundary {
  background-color: #fec526;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-color: #fec526;
  font-size: 2.5rem;
  padding: 10px;
  min-width: 300px;
  color: #525050;
}
.btn-secundary:hover,
.btn-secundary:active
.btn-secundary:focus {
  color: #fec526;
  background-color: #525050;
  border-color: #525050;
}
hr, .hr {
  background-color: #525050;
  height: 10px;
  border: 0;
  opacity: 1;
}
.footer {
  background: white;
}