.icontec-whatsapp_boton_flotante {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 20px;
  border-radius: 50%;
  background-color: #25D366;
  display: flex;
  justify-content: center;
  align-items: center;
}

.icontec-whatsapp_boton_flotante:hover {
  background-color: #128C7E;
  text-decoration: none;
}

.icontec-whatsapp_boton_flotante_icono {
  font-size: 36px;
  color: white;
}
