﻿.ptLayoutFooterWrapper {
  background-color: var(--footer-background-color);
  color: white;
}

  .ptLayoutFooterWrapper a {
    color: white;
    font-weight: lighter;
  }

.btn-centro-ayuda {
  font-weight: bold !important;
  background-color: #f9423a;
  display: block;
  padding: .75rem;
  font-size: 1rem;
  width: 100%;
  text-align: center;
  color: #fff;
  border: solid 1px transparent;
  align-self: flex-end;
  margin-top: 0.3rem;
}

  .btn-centro-ayuda:hover {
    text-decoration: none;
  }

.footer-linea-separador {
  background-color: #333;
  /*width: 100%;*/
  height: 1px;
  margin: 2rem 0px 0rem 0px;
  display: block;
}
