<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.floating-wpp-head .close{
	color:#EEE;
}
.floating-wpp{
	z-index:999;
	position:fixed;
	bottom:1px;
	right:12px;
	font-family:'Open sans';
	font-size:14px;
	transition:bottom 0.2s;
	width:72px;
}
.floating-wpp .floating-wpp-button{
	width:60px;
	height:60px;
	background-color:#25D366;
	background-image:url(../modules/whatsapp/image/whatsapp.svg);
	background-position:center;
	background-size:180%;
	border-radius:50%;
	box-shadow:1px 1px 4px rgba(60,60,60,.4);
	transition:box-shadow 0.2s;
	cursor:pointer
}
.floating-wpp:hover .floating-wpp-button{
	box-shadow:1px 2px 8px rgba(60,60,60,.4)
}
.floating-wpp .floating-wpp-popup{
	border-radius:6px;
	background-color:#E5DDD5;
	position:absolute;
	overflow:hidden;
	padding:0;
	box-shadow:1px 2px 8px rgba(60,60,60,.25);
	width:0;
	height:0;
	bottom:82px;
	transition:width 0.2s,height 0.2s,padding 0.2s;
	transform-origin:bottom
}
.floating-wpp .floating-wpp-popup.active{
	padding:0 12px 12px 12px;
	width:260px;
	height:auto
}
.floating-wpp .floating-wpp-popup .floating-wpp-message{
	color:#777;
	background-color:white;
	padding:8px;
	border-radius:0 5px 5px 5px;
	box-shadow:1px 1px 1px rgba(0,0,0,.15);
	opacity:0;
	transition:opacity 0.2s
}
.floating-wpp .floating-wpp-popup.active .floating-wpp-message{
	opacity:1;
	transition-delay:0.2s
}
.floating-wpp .floating-wpp-popup .floating-wpp-head{
	text-align:right;
	color:white;
	margin:0 -15px 10px -15px;
	padding:6px 12px;
	display:flex;
	justify-content:space-between;
	cursor:pointer
}
.floating-wpp .floating-wpp-input-message{
	background-color:white;
	margin:10px -15px -15px -15px;
	padding:0 15px;
	display:flex;
	align-items:center
}
.floating-wpp .floating-wpp-input-message textarea{
	border:1px solid #ccc;
	border-radius:4px;
	box-shadow:none;
	padding:8px;
	margin:10px 0;
	width:100%;
	max-width:100%;
	font-family:inherit;
	font-size:inherit;
	resize:none
}
.floating-wpp .floating-wpp-btn-send{
	margin-left:12px;
	font-size:0;
	cursor:pointer
}
.whats-box {
	z-index: 999;
	position: fixed;
	bottom: 100px;
	right: 12px;
	border-radius: 1.15rem;
	font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
	max-width: 350px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.whats-box .card-block {
	display: flex;
	flex-direction: column;
	min-width: 250px;
	padding: 10px 0;
}
.whats-box .card-header {
	font-weight: 600;
	font-size: 16px;
	padding: 10px 20px 6px;
	text-align: left;
}
.whats-box .card-header .whats-title {
	cursor: default;
	word-break: break-all;
	padding-right: 5px;
}
.whats-box .card-header .whats-close {
	float: right;
	margin-right: -10px;
	cursor: pointer;
}
.whats-box .card-header .whats-close i {
	position: relative;
	left: inherit;
	margin-right: 0px;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.whats-box .card-header .whats-close:hover i {
	opacity: 1;
}
.whats-box .whats-link {
	display: flex;
	align-items: center;
	padding: 5px 20px;
}
.whats-box .whats-link .whats-icon {
	color: #00ff1f;
	font-size: 32px;
	margin-right: 10px;
}
.whats-box .whats-link .whats-label {
	font-weight: 800;
	letter-spacing: 2px;
	font-size: 11px;
	line-height: 14px;
}
.whats-box .whats-link .whats-number {
	font-size: 16px;
}
.whats-box .whats-link:hover {
	background-color: rgba(0,0,0,.1);
}
#whatsapp-icon {
	position: fixed;
	padding: 10px;
	border-radius: 50%;
	z-index: 999;
	bottom: 1px;
	right: 12px;
	font-family: 'Open sans';
	font-size: 14px;
	transition: bottom .2s;
	width: 72px;
}
#open-whatsapp {
	width: 60px;
	height: 60px;
	background-color: #25D366;
	background-image: url(../modules/whatsapp/image/whatsapp.svg);
	background-position: center;
	background-size: 180%;
	border-radius: 50%;
	box-shadow: 1px 1px 4px rgba(60,60,60,.4);
	transition: box-shadow .2s;
	cursor: pointer;
	display: block;
}
#whatsapp-icon a {
	color: #fff;
	text-decoration: none;
}
#modalWhats {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: 1000;
	display: none;
}
#modalWhats .whatsText {
	font-size: 1.1rem;
	padding: 0px 37px 18px 3px;
	color: #242424;
	line-height: 1.5rem;
	display: inline-block;
	font-weight: 500;
	text-align: left;
}
#modalWhats-content {
	position: fixed;
	bottom: 12%;
	right: 1%;
	background-color: #efedea;
	padding: 18px 18px 5px 18px;
	border-radius: 5px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
	z-index: 999;	
	border-bottom: 6px solid #53a451;
}
#modalWhats-content .form-submit {
	background-color: #53a451;
	color: #fff;
}
#whatsLeadChat .form-control-feedback {
	text-align: center;
	font-style: italic;
}
.close {
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	color: #000;
	font-size: 1.75rem;
	font-weight: 800;
	padding: 4px 9px 8px 11px;
	background: #c7c7c7;
	border-bottom-left-radius: 10px;
	border-top-right-radius: 4px;
	opacity: .4;
	transition: all .3s ease-out;
}
.close:hover {
	opacity: 1;
	color: #a12121;
}
i.fa-whatsapp {
	color: #53a451;
	font-size: 1.6rem;
	margin-bottom: 5px;
}
.moveIcon {
	bottom:70px!important;
}
#whatsapp-icon.moveIcon {
	bottom: 65px!important;
    right: 26px!important;
}</pre></body></html>