/* CF7 */
.wpcf7 form .wpcf7-response-output {
	border: none;
	margin: 10px 0 0 0;
	padding: 5px 10px;
}

.wpcf7 form.sent .wpcf7-response-output {
	background: #16a085;
	color: #fff;
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	background: #e74c3c;
	color: #fff;
}

.wpcf7 form.spam .wpcf7-response-output {
	background: #f39c12;
	color: #fff;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	background: #f1c40f;
	color: #000;
}

.the-form .wpcf7-not-valid-tip {
	background: #e74c3c !important;
	color: #fff !important;
	font-size: 12.5px !important;
	padding: 3px !important;
}

.the-form .wpcf7-spinner {
	display: none;
	margin: 10px auto 0 auto;
}

.the-form form.submitting .wpcf7-spinner {
	display: block;
}

.the-form form.wpcf7-form.submitting {
	position: relative;
}

.the-form form.wpcf7-form.submitting::before {
	content: '';
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 100;
}

.the-form form.wpcf7-form.submitting .wpcf7-submit {
	display: none;
}

/* The Form */
.the-form {
	overflow: hidden;
}

.the-form .single-field {
	background: #fff;
	margin: 0 0 10px 0;
	overflow: hidden;
	position: relative;
}

.the-form .single-field-select::before {
	background: url(cf7-custom-down.png) no-repeat center / 8px auto transparent;
	content: '';
	display: block;
	height: 35px;
	position: absolute;
	right: 0;
	top: 0;
	width: 20px;
	z-index: 10;
}

.the-form .single-field-select select {
	position: relative;
	z-index: 10;
}

.the-form .single-field input[type="text"],
.the-form .single-field input[type="search"],
.the-form .single-field input[type="tel"],
.the-form .single-field input[type="url"],
.the-form .single-field input[type="password"],
.the-form .single-field input[type="email"],
.the-form .single-field input[type="number"],
.the-form .single-field select {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	box-sizing: border-box;
	color: #000;
	font-size: 13px;
	height: 35px;
	margin: 0;
	margin-bottom: 0;
	outline: none;
	padding: 0 10px;
	transition: all 0.3s;
	width: 100%;
}

.the-form .single-field input[type="text"]::-webkit-input-placeholder, .the-form .single-field input[type="search"]::-webkit-input-placeholder,
.the-form .single-field input[type="tel"]::-webkit-input-placeholder, .the-form .single-field input[type="url"]::-webkit-input-placeholder,
.the-form .single-field input[type="password"]::-webkit-input-placeholder, .the-form .single-field input[type="email"]::-webkit-input-placeholder,
.the-form .single-field input[type="number"]::-webkit-input-placeholder, .the-form .single-field select::-webkit-input-placeholder {
	color: #000;
}

.the-form .single-field input[type="text"]:-moz-placeholder, .the-form .single-field input[type="search"]:-moz-placeholder,
.the-form .single-field input[type="tel"]:-moz-placeholder, .the-form .single-field input[type="url"]:-moz-placeholder,
.the-form .single-field input[type="password"]:-moz-placeholder, .the-form .single-field input[type="email"]:-moz-placeholder,
.the-form .single-field input[type="number"]:-moz-placeholder, .the-form .single-field select:-moz-placeholder {
	color: #000;
	opacity: 1;
}

.the-form .single-field input[type="text"]::-moz-placeholder, .the-form .single-field input[type="search"]::-moz-placeholder,
.the-form .single-field input[type="tel"]::-moz-placeholder, .the-form .single-field input[type="url"]::-moz-placeholder,
.the-form .single-field input[type="password"]::-moz-placeholder, .the-form .single-field input[type="email"]::-moz-placeholder,
.the-form .single-field input[type="number"]::-moz-placeholder, .the-form .single-field select::-moz-placeholder {
	color: #000;
	opacity: 1;
}

.the-form .single-field input[type="text"]:-ms-input-placeholder, .the-form .single-field input[type="search"]:-ms-input-placeholder,
.the-form .single-field input[type="tel"]:-ms-input-placeholder, .the-form .single-field input[type="url"]:-ms-input-placeholder,
.the-form .single-field input[type="password"]:-ms-input-placeholder, .the-form .single-field input[type="email"]:-ms-input-placeholder,
.the-form .single-field input[type="number"]:-ms-input-placeholder, .the-form .single-field select:-ms-input-placeholder {
	color: #000;
}

.the-form .buttons {
	overflow: hidden;
}

.the-form .buttons input {
	background: #93c645;
	border: none;
	border-radius: 0;
	color: #fff;
	font-size: 15px;
	outline: none;
	padding: 10px 30px;
	width: 100%;
}

/* Checkbox */
.checkbox {
	margin: 10px 0 0 0;
	overflow: hidden;
}

.checkbox ul {
	font-size: 0;
	list-style: none;
	margin: 0;
	padding: 0;
}

#contacto .checkbox li { color: #fff; }
#popup .checkbox li { color: #fff; }

/*#popup .the-columns {
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#popup .the-columns .the-fields {
	width: calc(100% - 125px);
}

#popup .the-columns .the-actions {
	width: 195px;
}*/

/*#contacto .checkbox li.active::before { background: #93c645; } }*/

.checkbox li {
	color: #000;
	cursor: pointer;
	display: block;
	font-size: 12px;
	height: 22px;
	line-height: 22px;
	padding: 0 0 0 28px;
	position: relative;
}

.checkbox li::before {
	background: #fff;
	border: 1.5px solid #000;
	border-radius: 50%;
	box-sizing: border-box;
	content: '';
	display: block;
	height: 22px;
	left: 0;
	position: absolute;
	top: 0;
	width: 22px;
}

.checkbox li.active::before {
	background: #000;
}