/* Icone Flutuante Whatsapp - Inicio */
.icone-flutuante-whatsapp{
	position: fixed;
    background-color: #25d366;
	color: #FFFFFF;
    bottom: 20px;
    left: 20px;
    z-index: 1000;
    width: 50px;
    height: 50px;
    border-radius: 50% 50% 50% 9px;
	display: flex;
	font-size: 32px;
	justify-content: center;
    align-items: center;
	border: 2px solid #FFFFFF;
	box-shadow: 1px 1px 6px #00000066;
	text-shadow: 0 0 0 #000000;
	transition: 0.2s;
}
.icone-flutuante-whatsapp:hover{
	box-shadow: 0 0 10px #FFFFFF;
	text-shadow: 0 0 10px #000000;
	color: #FFFFFF;
}
.icone-flutuante-whatsapp i{
	color: #FFFFFF;
	text-shadow: 1px 1px 3px #00000040;
}
.pop-up-whatsapp{
    background-color: #ece5dd;
    border-radius: 10px;
    box-shadow: 0 8px 25px -5px rgba(45, 62, 79, .15);
    position: fixed;
    bottom: 100px;
    left: 20px;
    width: 0;
    height: 0;
    opacity: 0;
    display: flex;
    align-items: stretch;
    z-index: 999;
    transition: opacity 0.3s ease-in-out;
    flex-direction: column;
}
.pop-up-whatsapp:after{
	content: "";
    position: absolute;
    bottom: -6px;
    left: 24px;
    width: 13px;
    height: 13px;
    transform: rotate(45deg);
    background: #dcf8c6;
	z-index: -1;
}

.pop-up-whatsapp h4{
	padding: 10px 15px;
    background: #075e54;
    color: #FFFFFF;
    margin: 0;
    border-radius: 5px 5px 0 0;
    font-size: 18px;
}
.pop-up-whatsapp .mec-front-link{
	display: flex;
	padding: 20px;
	align-items: center;
}
.pop-up-whatsapp .mec-front-avatar{
    display: block;
    width: 62px;
    height: 62px;
    margin-right: 10px;
    background-size: cover;
    background-color: #FFFFFF;
	background-position: center;
    border-radius: 50%;
}
.pop-up-whatsapp .mec-front-info{
	font-size: 20px;
	font-weight: 600;
}
.pop-up-whatsapp .mec-front-info span{
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
}

.pop-up-whatsapp .close {
	position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0 15px;
    line-height: 43px;
    color: #FFFFFF;
    font-size: 22px;
}
.pop-up-whatsapp-rodape{
    padding: 20px;
    border-top: 1px solid #00000033;
    background: #dcf8c6;
    border-radius: 0 0 5px 5px;
    color: #000000ad;
    font-style: italic;
    font-size: 14px;
}
/* Icone Flutuante Whatsapp - Fim */