.btn_whatsapp {
	text-decoration: none;
	color: #25d366;
	display: inline-block;
	border: 1px solid #25d366;
	font-weight: normal;
	font-size: 1rem;
	padding: 0.5rem 1.1rem 0.6rem 3rem;
	border-radius: 3px;
	margin-top: 15px;
	margin-bottom: 30px;
	background: url('../img/icon_whatsapp.svg') no-repeat left 15px top 8px;
}

.btn_whatsapp:hover {
	background-color: #21bd5c;
	color: white;
	background-image: url('../img/icon_whatsapp-white.svg');
}

.botao-wpp:focus {
	background-color: #1a9247;
}


#contacts-wrapper .bx-viewport, #contacts-wrapper .bx-wrapper {
	height: 100% !important;
}

#contacts-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh;
	width: 100%;
	margin: 0;
	position:relative;
	background: rgba(0,0,0,0.07);
}

#contacts {
	width:500px;
	height: auto;
	padding: 40px;
	text-align: center;
	background-color: white;
	border-radius: 20px;
	position: relative;
}

#contacts:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0;
	height: 0;
	border: 40px solid transparent;
	border-top-color: white;
	border-bottom: 0;
	margin-left: -40px;
	margin-bottom: -40px;
}

#contacts .error_email, #contacts .error_text, #contacts .error_name {
	display: block;
	position: absolute;
	right: 30px;
	margin: 5px 0 0 0;
}

#contacts .social {
	margin: 10px 0 20px 0;
}

#contacts .social img {
	height: 30px;
	width: 30px;
	margin: 0 10px;
	vertical-align: middle;
}

#contacts .social img:hover {
	opacity: 0.6;
}

#contacts .social .vk {
	width: 27px;
	height: 27px;
}

#contacts .social .twitter {
	width: 26px;
	height: 26px;
}

#contacts .social .fb {
	width: 29px;
	height: 29px;
}

#contacts small {
	font-weight: 300 !important;
	font-style: italic;
}

.contacts_phone {
	margin: 0;
}

.contacts_phone a {
	margin: 0;
	padding: 0;
	font-size: 36pt;
	font-weight: bold;
	color: #222;
	text-decoration: none;
}