body {
  overflow-x: hidden;
}

  .btn-whatsapp {
    background-color: #25D366; /* verde oficial WhatsApp */
    color: white;
    border: none;
  }
  .btn-whatsapp:hover {
    background-color: #1ebe5a; /* un poco más oscuro al pasar el mouse */
    color: white;
  }

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}


.icon-img {
    width: 40px; /* Ajusta el tamaño según lo necesario */
    height: 40px;
    display: inline-block;
    margin-right: 10px; /* Ajusta el espaciado entre iconos si es necesario */
    vertical-align: middle;
}


.fbox-ico {
    color: #0195ff !important;
}