/* custom forms styles */
.customForm-hidden {
	display: block !important;
	position: absolute !important;
	left: -9999px !important;
}
/* custom checkbox styles */
.wpcf7-list-item:hover {color:#00f;}
.chk-area {
	float: left;
	height: 24px;
	width: 24px;
	border: solid 1px #000;
	position: relative;
}
.chk-area span {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0;
	overflow: hidden;
	-webkit-transition: all .3s;
			transition: all .3s;
}
.chk-checked span {opacity: 1;}
.chk-area span:before{
	content: '';
	position: absolute;
	z-index: 20;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-size: 100% 100%;
}
#footer #group-1,
#footer .subscribe-form .chk-area { display: none; }
.chk-area.chk-unchecked span:before{
	background: url(../images/ico-close-white-02.svg) no-repeat;
}
.chk-area.customForm-class-black{
	border-color: #000;
	width: 23px;
	height: 23px;
}
.wpcf7-list-item:hover .chk-area, .chk-area.chk-focus, .chk-area.chk-checked, .chk-checked.customForm-class-black{
	border-color: #00f;
}
.chk-area.chk-focus span:before, .chk-area.chk-checked span:before {
	background-image: url(../images/ico-close-blue-01.svg);
}
.chk-area.customForm-class-black span:before{
	background-image: url(../images/ico-close-blue-01.svg);
}
.chk-area.customForm-class-blue{border-color: #00f;}
.chk-area.customForm-class-blue span:before{background-image: url(../images/ico-close-blue-01.svg);}

.checkbox-terms {position: relative;height: 40px;}
.checkbox-terms span.declaro {color: #00f;font-size: 10px;left: 45px;position: absolute;top: -4px;}

.checkbox-terms .chk-area {border: solid 1px #00f;z-index:3;}
.checkbox-terms .wpcf7-list-item-label {color:#00f;font-size:10px;line-height:14px;padding:0 40px 0;display:block;margin-top:-19px;}
.checkbox-terms .wpcf7-list-item-label:hover {color:#00f;}
.checkbox-terms span.wpcf7-not-valid-tip {margin: 16px 0;}
.file-mt span.wpcf7-not-valid-tip {margin: 0 0 8px 2px;float: left;width: 100%;}
.file-mt span.wpcf7-not-valid-tip:before {
    content: 'Debes adjuntar el PDF. ';
    display: inline;
}

/* radio button styles */
.rad-area {
	float: left;
	overflow: hidden;
	height: 17px;
	width: 17px;
	background: #fff;
	border: solid 1px #666;
	border-radius: 100%;
	position: relative;
}
.rad-area span {
	display: block;
	width: 9px;
	height: 9px;
	border-radius: 100%;
	background: #fff;
	margin: 3px auto 0;
	position: relative;
	-webkit-transition: all .3s;
			transition: all .3s;
}
.rad-checked span {background: #00965c;}


/* custom select styles */

.select-wpcf7-select {border: 2px solid #000;}
.select-options.drop-wpcf7-select .drop-holder {border: 2px solid #000; border-top:none; overflow-y: scroll; max-height: 200px; }
.select-options.drop-wpcf7-select .drop-holder .drop-list ul li:first-child {display: none;}

.select-area, .select-wpcf7-select {
	position: relative;
	overflow: hidden;
	margin: 0;
	height: 38px;
	width: 100% !important;
	background: #fff;
	cursor: pointer;
}

.select-area .select-opener, .select-wpcf7-select .select-opener {
	display: none;
	position: absolute;
	z-index: 3;
	top: 0;
	bottom: 0;
	right: 0;
	width: 38px;
	cursor: pointer;
}
.select-wpcf7-select .select-opener{
	display: block;
	width: 35px;
}
.select-wpcf7-select .select-opener:before{
	content: '';
	position: absolute;
	z-index: 20;
	top: 50%;
	left: 50%;
	width: 22px;
	height: 12px;
	margin: -4px 0 0 -10px;
	background: url(../images/arrow-bottom-black-01.svg) no-repeat;
	background-size: 22px 12px;
}
.select-area .center {
	white-space: nowrap;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
    display: block;
    color: #000;
    padding: 9px 10px 9px 13px;
    z-index: 2;
    font: 15px/20px 'CircularStdBook', sans-serif;
}
.select-wpcf7-select .center {
	margin: 0 25px 0 0;
	white-space: nowrap;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	cursor: pointer;
	display: block;
	color: #000;
	padding: 9px 10px 9px 13px;
	z-index: 2;
	font: 15px/20px 'CircularStdBook', sans-serif;
}
.options-overflow div.drop-list {
	overflow: auto;
}
.options-hidden {
	position: absolute !important;
	top: -9999px !important;
	left: -9999px !important;
}
.select-options {
	z-index: 3000;
	position: absolute;
}
.select-options.drop-type2{
	border: solid #000;
	border-width: 0 2px 2px;
}
.select-options .drop-holder {
	padding: 4px 0;
	overflow:hidden;
	position:relative;
}
.select-options div.drop-list {width: 100%;}
.select-options ul {
	overflow: hidden;
	list-style: none;
	width: 100%;
	padding: 7px 0;
	margin: 0;
	position: relative;
	z-index: 2;
	background: #fff;
}
.select-options ul li {
	overflow: hidden;
	float: left;
	width: 100%;
	font: 15px/19px 'CircularStdBook', sans-serif;
}
.select-options ul a {
	text-decoration: none;
	cursor: pointer;
	display: block;
	overflow: hidden;
	padding: 2px 13px;
	color: #000;
}
.select-options .item-selected a {
	text-decoration: none;
	color: #00f;
}
.select-options ul a:hover {text-decoration: none;}
.select-options ul a:focus {outline: none;}
/* custom input type file */
.file-area {
	position: relative;
	line-height: 31px;
	overflow: hidden;
	height: 39px;
	background: #dcdcdc;
}
.file-area .customForm-wrap {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
	height: 39px;
	width: 100% !important;
	margin: 0 0 -39px;
	z-index: 100;
	font-size: 0;
	line-height: 0;
}
.file-area .customForm-input-wrapper {
	position: relative;
	overflow: hidden;
	height: 39px;
	float: left;
	width: 100%;
}
.file-area .customForm-fake-input span {
	cursor: default;
	overflow: hidden;
	float: left;
}
.file-area .customForm-fake-input em {
    position: absolute;
    top: 4px;
    left: 15px;
    font-style: italic;
    overflow: hidden;
    background-color: #dcdcdc;
    width: 100%;
    z-index: 2;
}
.file-area .customForm-upload-button {
	position:absolute;
	white-space: nowrap;
	display: block;
	top:4px;
	left:15px;
}
.file-area .customForm-upload-button span {
	padding: 0 10px 0 0;
	cursor: default;
	height: 31px;
}
.file-input-opacity {
	z-index: 100;
	position: absolute;
	height: 39px;
	line-height: 39px;
}
/* file extension styles */
.no-file .customForm-fake-input em{
	background: none;
}

/* no valid tip alert */
span.wpcf7-not-valid-tip {
    float: right;
    margin-top: -20px;
    position: relative;
    z-index: 2;
    max-width: 220px;
    text-align: right;
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait ) and (max-width: 767px) {
	/* custom select styles */
	.select-area {height: 24px;}
	.select-area .select-opener {width: 24px;}
	.select-area .center {
		padding: 4px 10px;
		font-size: 12px;
		line-height: 16px;
	}
	.select-options .drop-holder {padding: 2px 0;}
	.select-options ul {padding: 5px 0;}
	.select-options ul li {
		font-size: 12px;
		line-height: 16px;
	}
	.select-options ul a {padding: 4px 10px;}
	.booking-form.type2 .select-area {height: 38px;}
	.booking-form.type2 .select-area .select-opener {width: 38px;}
	.booking-form.type2 .select-area .center {
		padding: 9px 13px;
		font-size: 15px;
		line-height: 20px;
	}
}