.mensagem-erro{
	background-color: #f44336;
	color: #fff;
	font-weight: bold;
	padding: 15px;
	position: fixed;
	top: 80px;
	right: 15px;
	border-radius: 10px;
}

.mensagem-sucesso{
	background-color: #4caf50;
	color: #fff;
	font-weight: bold;
	padding: 15px;
	position: fixed;
	top: 80px;
	right: 15px;
	border-radius: 10px;
}

.float-wpp {
	position: fixed;
	bottom: 15px;
	left: 15px;
	z-index: 9;
	animation: heartBeat 1.5s infinite !important;

	display: block;
	width: 60px;
	height: 60px;
	line-height: 60px;
	border-radius: 50%;
	text-align: center;
	color: #fff;
	font-size: 20px;
	background: #25d366;
	text-decoration: none;
	box-shadow: 2px 2px 3px #999;
	transition: all 0.2s ease;
}
.float-wpp span {
	padding: 0 !important;
	top: 0 !important;
}

.float-wpp:hover {
	transform: scale(1.2);
	box-shadow: 4px 4px 6px #999;
	color: transparent;
}

.float-wpp:hover span,
.float-wpp:focus span {
	color: #fff;
}


.call-me-modal .modal-content{
	background-color: rgb(12, 61, 133);
}

.call-me-modal .close {
	color: #fff;
	opacity: 0.7 !important;
	position: absolute;
	top: 20px;
	right: 20px;
}

.call-me-modal {
	/* center verticaly */
	display: flex;
	align-items: center;
	justify-content: center;
}