.bgp .icono_flotante {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 3;
}
.bgp .icono_flotante::before {
  content: "\25BC";
  color: #41de5d;
  position: absolute;
  left: -3px;
  bottom: -5px;
  transform: rotate(45deg);
}
.bgp .icono_flotante a.boton_icono {
  background-color: #41de5d;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
