/* GLOBAL - Formulário de captação de leads CF7 - Cliques no WhatsApp */
.fcl-cf7-wpp {
    position: fixed;
    right: 0;
    bottom: -600px;
	width: 95%;
	margin-bottom: 92px;
	border-radius: 12px;
	background-color: #FFF;
	box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.2);
    z-index: 99999999;
	transition: all 200ms;
}
@media screen and (min-width: 768px){
	.fcl-cf7-wpp {
	    max-width: 320px;
		margin-right: 28px;
	}
}
@media screen and (max-width: 767px){
	.fcl-cf7-wpp {
		right: unset;
		left: 50%;
		transform: translateX(-50%);
	}
}
.fcl-cf7-wpp.fcl-cf7-wpp--open {
	bottom: 0;
}
@media screen and (max-width: 767px){
	.fcl-cf7-wpp.fcl-cf7-wpp--open {
		bottom: -80px;
	}	
}
.fcl-cf7-wpp__close {
    position: absolute;
    right: 0;
    padding: 6px 8px;
    line-height: 0;
    color: #FFF;	
	cursor: pointer;
	transition: all 200ms;
}
.fcl-cf7-wpp__close:hover {
	background-color: #097065;
	transform: scale(1.1);
}
.fcl-cf7-wpp__header {
    padding: 16px 18px 14px 18px;
	border-radius: 12px 12px 0px 0px;
    background-color: #075E54;
}
.fcl-cf7-wpp__header h4 {
	padding-bottom: 2px;
	font-weight: 600;
	font-size: 18px;
	color: #FFF;
}
.fcl-cf7-wpp__header p {
	font-size: 13px;
	color: #FFF;
}
.fcl-cf7-wpp__form {
	max-height: calc(70vh - 140px);
	padding: 24px 18px;
	background-color: #ece5dd;
    overflow-y: auto;
}
.fcl-cf7-wpp__form .wpcf7-submit {
	padding: 8px 12px;
    border: 2px solid #3fa248;
	border-radius: 4px;
	background-color: #46b450;
	font-weight: 600;
	color: #FFF;
	transition: all 200ms;
}
.fcl-cf7-wpp__form .wpcf7-submit:hover {
	border-color: #ece5dd;
	background-color: #3fa248;
}
.fcl-cf7-wpp__form .wpcf7-not-valid-tip,
.fcl-cf7-wpp__form .wpcf7-response-output {
	font-size: 13px !important;
}
.fcl-cf7-wpp__footer {
    padding: 4px 0px;
	text-align: center;
	font-size: 14px;
}
.fcl-cf7-wpp__footer i {
    margin-right: 2px;
	color: #20B038;
}
