.home-link-element .btn {
  font-family: 'futura-heavy';
  font-size: 2.5rem; /* SG 04/10 - alinear con el texto de where we are */
  font-weight: bold;
  color: white;
  background-color: #ffffff00;
  text-transform: capitalize;
  border: initial;
  /* text-decoration: underline; */
  /* SG 30/09 */
  padding: 2.7rem 0rem 0.5rem 0rem; }
  @media only screen and (max-width: 767px) { /* SG 04/10, cambio de max width */
    .home-link-element .btn {
      margin-bottom: 6rem;
      margin-top: -3rem; } }

.home-link-element .btn:hover {
  /* SG 30/09 */
  color: white;
  /* background-color: #ffffff00; */
  border: initial;
  text-decoration: underline; }

.home-link-element .btn:focus {
  color: white;
  background-color: #ffffff00;
  /* border: initial; */ /* SG 04/10 */
  }

.home-link-element .pi-text-center {
  text-align: center;
  margin: 2rem auto;
  font-family: 'calibri';
  font-size: 2rem; }
