/* CSS Document */
/*Flecha para hacer la pagina hacia arriba*/
#floating-arrow {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  background-color: #000;
  color: #fff;
  text-align: center;
  line-height: 40px;
  font-size: 24px;
  cursor: pointer;
  z-index: 9999;
  display: none;
}
