@charset "UTF-8";
/* CSS Document */



.whatsapp a:link,
.whatsapp a:hover,
.whatsapp a:visited {
	width:5%;
    height: auto;
    float: left;
	border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
    margin-left: 95%;
    margin-right: 0%;
    margin-top: 80vh;
    margin-bottom: 0%;
    position: fixed;
    z-index: 15;
	color:#00bb2d;
	padding: 0.2% 0%;
	text-align: center;
	font-size: 3rem;
	line-height: auto;
}






@media screen and (max-width:500px) {
	
	
.whatsapp a:link,
.whatsapp a:hover,
.whatsapp a:visited {
	width:15%;
    height: auto;
    float: left;
	border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
    margin-left: 85%;
    margin-right: 0%;
    margin-top: 60vh;
    margin-bottom: 0%;
    position: fixed;
    z-index: 15;
	padding: 0.2% 0%;
	text-align: center;
	font-size: 1.6rem;
	line-height: auto;
}

	
	
}