footer #footer {
  background-color: #E6E6E6;
  border-top: 5px solid #003041;
  border-bottom: 15px solid #003041;
  margin-top: 30px;
  padding: 30px 15px;
}

footer #footer h2 {
  color: #003041;
  font-weight: bold;
  font-family: 'Roboto';
  font-size: 1em;
  margin-bottom: 0.3rem;
  margin-top: 0;
  text-transform: uppercase;
}

footer a.link-a11y {
    color: #003041 !important;
}

footer a.link-a11y:hover, footer a.link-a11y:focus, footer a.link-a11y:active {
    color: #036A8F !important;
}

a.link-a11y {
    text-decoration: underline !important;
}

a.button-border {
    border: 1px solid #003041;
    border-radius: 10px;
    padding: 10px;
    line-height: 1.3;
}

a.button-border:hover, a.button-border:focus {
    background-color: #fff;
    text-decoration: none !important;
    color: #036A8F !important;
}



a#icon-denuncia:hover img,
a#icon-denuncia:focus img {
  width: 45px;
  content: url('../images/denuncia-resp-admin-hover.svg');
}

a#icon-acoso:hover img,
a#icon-acoso:focus img{
  width: 45px;
  content: url('../images/acoso-hover.svg');
}

img#icon-pnt:hover,
img#icon-pnt:focus {
  width: 240px;
  content: url('../images/pnt-hover.svg');
}

img#icon-consulta:hover,
img#icon-consulta:focus {
  width: 220px;
  content: url('../images/consulta-obligaciones-hover.svg');
}

img#icon-directorio:hover,
img#icon-directorio:focus {
  width: 45px;
  content: url('../images/directorio-hover.svg');
}

img#icon-contacto:hover,
img#icon-contacto:focus {
  width: 45px;
  content: url('../images/contacto-hover.svg');
}

a.icon-a11y:focus .fa-stack .fa-circle,
a.icon-a11y:hover .fa-stack .fa-circle,
a.icon-a11y:focus em.icons-vdos-circulo,
a.icon-a11y:hover em.icons-vdos-circulo {
  color: #036A8F !important;
}

@media (min-width: 992px) and (max-width: 1199.9px) {
  footer #footer h2 {
    font-size: 15px;
  }
}


footer #footer h3 {
  font-family: 'Roboto';
  font-size: 18px;
  font-weight: normal;
  margin: 0;
  padding: 0.25rem;
}

footer #footer a {
  color: #003041;
}

a.d-block {
display: block;
}

footer #footer div.region-footer-fourth nav.navigation ul.nav {
  display: block;
  flex-wrap: wrap;
  padding-left: 1.5em;
  margin-bottom: 0;
  list-style: disc;
}

footer #footer div.region-footer-fourth nav.navigation ul.nav > li {
  line-height: 1.1;
}

footer #footer div.region-footer-fourth nav.navigation ul.nav>li>a {
  padding: 0.25rem;
}

footer #footer #icono-pnt em {
  font-size: 110px;
}
.icon-denuncia {
  width: 75px;
  text-align: center;
}

@media (min-width: 991.9px) and (max-width: 1199.9px) {
    .h-contact {
        min-height: 200px;
    }
}

/* Por defecto, las flechas estarán ocultas */
.scroll-to-top, .scroll-to-bottom {
  display: none;
}

/* Cuando se añade la clase d-inline-block (a través del JS), las flechas se muestran */
.scroll-to-top.d-inline-block, .scroll-to-bottom.d-inline-block {
  display: inline-block;
}
/* ==== SCROLL TO TOP ==== */
#scroll-buttons {
    bottom: 20%;
    display: flex;
    flex-direction: column;
    gap: .6rem;
    position: fixed;
    right: 50px;
    z-index: 1000;
}
button.scroll-to-top,
button.scroll-to-bottom {
    background-color: #fff;
    border: none;
    border-radius: 50%;
    box-shadow: 0 2px 6px #0003;
    cursor: pointer;
    padding: 0;
}