#icone-whatsapp{
	color: #ffffff !important;
	width: 3.2rem;
	height: 3.2rem;
	padding: 11px;
	background: #00e676;
	border-radius: 12px;
}

#icone-whatsapp:hover{
	background: #02bd62;
}

.position-fixed-whatsapp-icone{
	position: fixed;
	xbottom: 1.25rem;
	bottom: 5.25rem;
	right: 0.6rem;
	z-index: 9999;
}

#icone-email{
	color: #ffffff !important;
	width: 3.2rem;
	height: 3.2rem;
	padding: 11px;
	background: #007bff;
	border-radius: 12px;
}

#icone-email:hover{
	background: #0062cc;
}

.position-fixed-email-icone{
	position: fixed;
	xbottom: 5.25rem;
	bottom: 9.25rem;
	right: 0.6rem;
	z-index: 9999;
}


/* MODA SUPORTE */
#modalContact .modal {
	padding: 10px;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 1000;
}

#modalContact .title-modal {
	color: #db304a;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
}

#modalContact .modal-header {
	padding-bottom: 5px;
}

#modalContact .modalSave {
	border-bottom: none;
}

#modalContact .form-contact input,
#modalContact .form-contact label {
	color: #6e6e6e;
	font-size: 14px;
}

#modalContact .btn-sending-contact {
	display: block;
	width: 100%;
	background-color: #BBB;
	color: #DDD;
	text-transform: uppercase;
	margin-top: 20px;
	font-size: 14px;
}

#modalContact .btn-send-contact {
	display: block;
	width: 100%;
	background-color: #848181;
	color: white;
	text-transform: uppercase;
	margin-top: 20px;
	font-size: 14px;
}

#modalContact .btn-send-contact:hover {
	color: #fff;
	border: 1px solid #db304a;
	background-color: #db304a;
}

@media (min-width:576px) {
	#modalContact .modal-dialog {
		max-width: 700px;
		min-height: 700px;
		margin: 1.75rem auto;
	}
}

#modalContact .text-modal-save-data {
	font-size: 14px;
	color: #4a4949;
	text-align: center;
}

#modalContact .btn-save-data {
	text-transform: uppercase;
	color: white;
	background-color: #db304a;
	border: 1px solis transparent;
	border-radius: 5px;
	font-size: 14px;
	text-align: center;
	margin: 20px 0 20px;
}

#formFaleConosco-return {
	text-align: center;
	font-weight: bold;
	background-color: #FFCC00;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 18px;
	color: #C61A34;
}

#formLogingError {
	text-align: center;
	font-weight: bold;
	background-color: #FFDDCC;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 14px;
	color: #666;
}
