.whats{ 
	display: inline-block; 
	text-decoration: none;
	width:415px; height: 290px; background: url(/app/whats/att-whats.png);
        position:fixed; overflow: hidden; z-index:99999;
}

.whatspulseoff{ 
	animation-name: pulse_vo;
	animation-duration: 1s;
	bottom:-250px;right: -30px;
}
.whatspulseon{ 
 	animation-name: pulse_go;
	animation-duration: 1s;
	bottom:-20px;right: -30px;
}

.whatspulse {
	animation-name: pulse_animation;
	animation-duration: 3000ms;
	transform-origin:70% 70%;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

@keyframes pulse_animation {
	0% { transform: scale(1); }
	30% { transform: scale(1); }
	40% { transform: scale(1.08); }
	50% { transform: scale(1); }
	60% { transform: scale(1); }
	70% { transform: scale(1.05); }
	80% { transform: scale(1); }
	100% { transform: scale(1); }
}


@keyframes pulse_go {
    from {bottom:-250px;}
    to {bottom:-20px;}
}


@keyframes pulse_vo {
    from {bottom:-20px;}
    to {bottom:-250px;}
}
.whatssn{
	margin-top:100px;width:73%;height:45px;overflow: hidden;margin-left:auto;margin-right:auto;
}
.whatssn input{
	padding:0px;font-size:10px;border:0px;background:none;width:37%;margin:7px;height:20px;
	}	
.whatssn input[type="submit"] {
	float:right;width:24%;height:35px;cursor:pointer;margin:0px;
}

.whatsclose{
	width:100%;height:50px;overflow: hidden;cursor:pointer;z-index:99999;
}

#whatstelefone{
	width:27%;margin:10px 5px 5px 5px;
}