.float-form-tehuentec {
	position: fixed;
	bottom: 15px;
	right: 15px;
	z-index: 2000;
}
.float-form-tehuentec .iconFloatBtn {
	position: relative;
	display: block;
	width: 56px;
	height: 56px;
	box-shadow: 3px 2px 9px rgba(0,0,0,.6);
	border-radius: 50%;
	font-size: 32px;
	line-height: 56px;
	text-align: center;
	color: #fff;
	z-index: 2001;
	cursor: pointer;
}
.float-form-tehuentec .iconFloatBtn:hover {
	/*background-color: #000;*/
	color: #fff;
}
.float-form-tehuentec-content {
	display: none;
	position: absolute;
	bottom: 25px;
	right: 0;
	width: 284px;
}
.float-form-tehuentec .wpcf7 p {
	margin: 0;
	padding: 20px;
	background: rgba(0,0,0,.75);
	border-radius: 0 0 0 12px;
}
.float-form-tehuentec .wpcf7 label {
	display: block;
	margin-bottom: 9px;
}
.float-form-tehuentec .wpcf7 label+br {
	display: none;
}
.float-form-tehuentec .wpcf7-text,
.float-form-tehuentec .wpcf7-textarea,
.float-form-tehuentec .wpcf7-select {
	display: block;
	width: 100%;
	height: 25px;
	padding: 0 10px;
	border-radius: 0;
	border: 0 none;
	font-size: 15px;
	font-weight: normal;
}
.float-form-tehuentec .wpcf7-textarea {
	height: 78px;
	padding-top: 8px;
	resize: none;
}
.float-form-tehuentec .select-wrap:after {
	height: 25px;
	border-radius: 0;
	line-height: 25px;
}
.float-form-tehuentec .wpcf7-submit {
	padding: 6px 15px !important;
	font-size: 14px !important;
	font-weight: bold;
	color: #fff;
}
.float-form-tehuentec .iconFloatBtn+p {
	display: block;
	visibility: hidden;
	position: absolute;
	top: 12px;
	right: 0;
	width: 182px;
	height: 34px;
	margin: 0;
	padding-left: 22px;
	background: #fff;
	border-radius: 2em;
	box-shadow: 3px 2px 9px rgba(0,0,0,.6);
	transition: all .5s ease;
	text-align: left;
	line-height: 35px;
	font-weight: 300;
	font-size: 16px;
	color: #000;
	opacity: 0;
	z-index: 2;
}
.float-form-tehuentec .iconFloatBtn:hover+p {
	visibility: visible;
	right: 25px;
	opacity: 1;
}