	#whats_janela{
		width: 100%;
		max-width: 300px;
		position: fixed;
		z-index: 99999;
		bottom: 90px;
		right: 20px;
		display: none;
		background-color: rgba(235,229,222,1);
		border-radius: 22px 22px 22px 22px;
		justify-content: center;
	}
	.whats_janela_top{
		background-color: #008C46;
		border-radius: 15px 15px 0px 0px;
		justify-content: center;
		padding-top:15px;
		padding-right:15px;
		padding-bottom:15px;
		padding-left:15px;
		color:#fff;
		font-size: 16px;
	}
#whats_janela .whats_janela_bt{
		align-items: center;
		align-self: center;
		background-color: rgba(83,164,81,1);
		border-bottom-style: none;
		border-color: #000000;
		border-left-style: none;
		border-radius: 5px;
		border-right-style: none;
		border-top-style: none;
		border-width: 0px;
		color: #FFFFFF;
		cursor: pointer;
		display: -ms-flexbox;
		display: flex;
		flex-direction: column;
		font-family: Open Sans, sans-serif;
		font-size: 16px;
		font-style: normal;
		font-weight: normal;
		height: 48px;
		justify-content: center;
		line-height: 1.42857;
		margin-bottom: 20px;
		margin-top: 9px;
		max-width: 438px;
		text-align: center;
		text-decoration: none;
		width: 100%;
	}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.whatsapp_icon {
position: fixed; bottom:20px; right: 20px; z-index: 999999; cursor: pointer;border-radius:100%;display:flex;align-items:center;justify-content:center;-moz-column-gap:8px;column-gap:8px;z-index:9999;box-shadow:0 0 0 0 rgba(76,175,80,.7);animation:pulse2 1.25s cubic-bezier(.66,0,0,1) infinite
}
.whatsapp_icon img{
width:60px;
height:60px;
}
@keyframes pulse2{to{box-shadow:0 0 0 45px rgba(232,76,61,0)}}