/*ITENS QUE TIREI DO WP*/
#backToTop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 44px;
  height: 44px;
  border-radius: 6px;
  border: none;
  background: #fff;
  box-shadow: 0 6px 16px rgba(0,0,0,.2);
  cursor: pointer;
  display: none;
  z-index: 9999;
  font-size: 22px;
  color: #1e4391;
}
