@charset "utf-8";

/* ----------------------------------

Name: style.css
Version: 1.3

-------------------------------------

Table of contents
        
    01. Google font


/* ===================================
    WhatsApp Button
====================================== */

.float-whatsapp{
	position: fixed;
	width: 60px;
	height: 60px;
	background-color: #25D366;
	bottom: 40px;
	right: 40px;
	color: #fff;
	border-radius: 50%;
	text-align: center;
	box-shadow: 2px 2px 3px #999;
	z-index: 999;
	}
.fa-whatsapp{
	font-size: 40px;
	padding-top: 10px;
	color: #fff;
	}

.float-whatsapp:hover{
	background-color: #33E375;
	}

