/* Estilo del boton volver arriba */
#btn-top {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  display: none;
  z-index: 999;
}

/* Ajustes para iconos */
footer .social .bi {
  font-size: 1.25rem;
  color: #adb5bd;
  transition: color .3s;
}
footer .social .bi:hover {
  color: #fff;
}
