.show_btn_resp{
		display:inline;
}

.close_contact_style{
	background-image:url(../images/btn_close.png);
	background-size:20px;
	background-position:right center;
	background-repeat:no-repeat;
	padding:8px 20px 8px 0;
	color:#000000;
	text-decoration:none;
	
	padding-right:50px;
}

.open_contact_style{
	background-image:url(../images/btn_open.png);
	background-size:20px;
	background-position:right center;
	background-repeat:no-repeat;
	padding:8px 20px 8px 0;
	color:#fff;
	text-decoration:none;
}

.box_contact_outter{
	width:100%;
	height:100%;
	border:1px solid #f0f0f0;
	background-color: rgba(0, 0, 0, 0.5);
	position:fixed;
	display:block;
	bottom:0;
	z-index:9000;
	box-sizing:border-box;
	text-align:center;
	z-index:999999999999999;
	animation-name: box_slide;
	 animation-duration: 2s; /* or: Xms */
	 animation-iteration-count: 1;
	 animation-direction: alternate; /* or: normal */
	 animation-timing-function: ease-in-out; /* or: ease, ease-in, ease-in-out, linear, cubic-bezier(x1, y1, x2, y2) */
	 animation-fill-mode: forwards; /* or: backwards, both, none */
	 animation-delay: 5s; /* or: Xms */
}

a.btn_whatsapp{
	padding:10px 10px;
	background-color:#f39207;
	color:#fff;
	text-decoration:none;
}