/* Show it is fixed to the top */
body {
  /* min-height: 75rem; */
  padding-top: 4.5rem;
  /*background-image: url('../../img/cover/banner2.jpg');*/
  background-image: url('../../img/cover/fondo-amifit.png');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

#navLogo{
  width: 250px;
}

.bg-dark {
  background-color: transparent!important;
}

@media (max-width: 767px) {
  .bg-dark {
    background-color: rgba(300,300,300,0.2)!important;
  }
}

a{
  width: 30%;
}

#btnMembresias{
    width: 200px;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
    text-align: center;
    border-radius: 10px;
    margin: auto;
    padding: 10px;
}

.textCover{
 text-align: right!important;
}