/**
* Template Name: One Page
* Template URL: https://bootstrapmade.com/onepage-multipurpose-bootstrap-template/
* Updated: 21/08/2026
* Author: Rorigo Gould
*/

/*--------------------------------------------------------------
# CSS para Boton Wahtsapp
--------------------------------------------------------------*/
.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 50px;
  width: 60px;
  height: 60px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
.whatsapp-float:hover {
  background-color: #20ba5a;
  color: #fff;
}