@charset "UTF-8";


/*++++++++++++++++++++++++++++++++++++ CONTACTO*/
#sec_form{
	width:90%;
	max-width:1400px;
	height:auto;
	background-color:#FFF;
	display:block;
	float:right;
	margin-bottom:40px;
	padding-bottom:0px;
}
#form_imagen{
	width:30%;
	height:760px;
	display:block;
	padding-top:10px;
	padding-right:20px;
	background-color:#00B5D0;
	box-sizing: border-box;
	float:left;
	background-image:url(../imagenes/bg_form.jpg);
	background-repeat:no-repeat;
	background-position:center top;
}
#form_campos{
	width:70%;
	height:100%;
	display:block;
	padding-top:20px;
	padding-left:40px;
	box-sizing: border-box;
	float:left;
}
#datos_contacto{display:none;}
.ul_form{
	margin:0px;
	}

/*.form_col_01{
	width:50%;
	height:auto;
	float:left;
	vertical-align:top;
	list-style-type:none;
	margin-left:-30px;
	background-color:#093;
	}*/
.form_col_02{
	width:80%;
	height:auto;
	float:left;
	vertical-align:top;
	list-style-type:none;
	margin-left:-30px;
	margin-top:6px;
}	
.boton_form{
	width:120px;
	font-family:benguiat, Helvetica, Arial, sans-serif;
	font-size:16px;
	color:#FFF;
	text-align:center;
	line-height: 16px;
	background:#00B5D0;
	margin-top: 20px;
	margin-right:0px;
	cursor:pointer;
	padding:6px;
	float:right;
	border: 1px;
	border-style: solid;
	border-color: #FFF;
	
		border-radius: 6px;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		
		 -webkit-transition: background 0.3s linear 0s;/*Chrome, Safari*/
    -moz-transition: background 0.3s linear 0s;/*Firefox*/
    -o-transition: background 0.3s linear 0s;/*Opera*/
    transition: background 0.3s linear 0s;/*Standard*/
}
.boton_form a{
	width:80px;
	font-family:benguiat, Helvetica, Arial, sans-serif;
	font-size:16px;
	color:#FFF;
	background:#00B5D0;
	text-align:center;
	line-height: 16px;
	margin-top: 0px;
	margin-right:0px;
	cursor:pointer;
	padding:6px;
	text-decoration:none;
}
.boton_form:hover{
	width:120px;
	font-family:benguiat, Helvetica, Arial, sans-serif;
	font-size:16px;
	color:#FFF;
	text-align:center;
	line-height: 16px;
	background:#0084ff;
	margin-top: 20px;
	margin-right:0px;
	cursor:pointer;
	padding:6px;
	border: 1px;
	border-style: solid;
	border-color: #FFF;
	border-radius: 6px;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
	text-decoration:none;
}
.fonos_contacto{
	float:left;
	width:200px;
	height:50px;
	margin-top:10px;
	margin-left:30px;
	padding-left:0px;
}
#name{width:100%;margin-bottom:10px;background-color:rgba(0,0,0,0);}
#empresa{width:100%;margin-bottom:10px;background-color:rgba(0,0,0,0);}
#ciudad{width:100%;margin-bottom:10px;}
#phone{width:100%;margin-bottom:10px;background-color:rgba(0,0,0,0)}
#email{width:100%;margin-bottom:10px;background-color:rgba(0,0,0,0)}
#asunto{width:100%;margin-bottom:10px;}
#message{width:100%;}
#name, #empresa, #ciudad, #phone, #email, #asunto{
	height:40px;
	display:block;
	padding-left:0px;
	border:0;
	border-bottom-width:2px;
	border-bottom-color:#FFAC19;
	border-bottom-style:solid;
	font-family: 'raleway', sans-serif;
	font-size:18px;
	color:#FFF;
	font-weight:300;

	    -webkit-transition: border-color 0.3s ease 0s;
    -moz-transition: border-color 0.3s ease 0s;
    -o-transition: border-color 0.3s ease 0s;
    transition: border-color 0.3s ease 0s;
}
#name:hover, #empresa:hover, #ciudad:hover, #phone:hover, #email:hover, #asunto:hover{
	border-bottom-width:2px;
	border-bottom-color:#FFF;
	border-bottom-style:solid;
	background-color: rgba(255,255,255,0.1);
}

#message{
	height:60px;
	display:block;
	margin-top:10px;
	border:0;
	border-bottom-width:2px;
	border-bottom-color:#FFAC19;
	border-bottom-style:solid;
	color:#FFF;
	background-color:rgba(0,0,0,0);
	font-family: 'raleway', sans-serif;
	font-size:18px;
	font-weight:700;
	text-align: center;
	margin-left: 0px;
	line-height: 30px;

	-webkit-transition: border-color 0.3s ease 0s;
    -moz-transition: border-color 0.3s ease 0s;
    -o-transition: border-color 0.3s ease 0s;
    transition: border-color 0.3s ease 0s;
}
#message:hover{
	border-bottom-width:2px;
	border-bottom-color:#FFF;
	border-bottom-style:solid;
}

/* formulario contacto */
#contact-form {
	position:relative;
	vertical-align:top;
	width:550px;
	overflow:hidden;
	}
	#contact-form fieldset {
		border:none;
		padding:0;
		}
		#contact-form .field {
			min-height:45px;
			}
			#contact-form input[type=text] {
				width:265px;
				height:2em;
				padding:0px 14px;
				background:#2e2e2e;
				border:0;
				border-top:1px solid #c2c2c2;
				border-bottom:1px solid #c2c2c2;
				border-right:1px solid #c2c2c2;
				border-left:1px solid #c2c2c2;
				display:block;
				line-height:2.2857em;
				}
			#contact-form.main-contacts .field input {
				margin-top:0px;
				}
			#contact-form .area {min-height:240px;}
			#contact-form textarea {
				width:500px;
				height:202px;
				background:#2e2e2e;
				border:0;
				border-top:1px solid #c2c2c2;
				border-bottom:1px solid #c2c2c2;
				border-right:1px solid #c2c2c2;
				border-left:1px solid #c2c2c2;
				padding:10px 14px;
				overflow:auto;
				display:block;
				}
				#contact_form a {
					cursor:pointer;
					}
			#formulario label {
				padding:0 0 2px 5px;
				display:none;
				}
				#formulario .error {
					font-size: 13px;
					font-family:Arial, Helvetica, sans-serif;
					font-weight: lighter;
					color:rgba(255,86,0,1);
				}
		.buttons-wrapper {text-align:right;}
		.buttons-wrapper a {
			margin-left:30px;
}
.form-2 {width:235px; height:28px; padding:0 10px; overflow:hidden; background:url(../images/tail-form.html) 0 0 repeat-x;
	border-radius:15px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	behavior: url(js/PIE.html);
	position:relative;
}
#form-2 input {width:205px; color:#000; border:0; padding:5px 0; background:none;}
#form-2 a {float:right; margin-top:6px; cursor:pointer;}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++ */



/*+++++++++++++++++++++++++++++++++++++++++++++++++++ */

.art_form_landing{
	max-width:1400px;
	height:450px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	padding-bottom: 0px;
}
.land_una_col_form{
	width:75%;
	min-height:100px;
	box-sizing: border-box;
	padding-left:0px;
	margin:0px;
	margin-bottom:10px;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	padding-top: 0px;
}
.land_dos_col_form{
	width:35%;
	min-height:100px;

	display:inline-block;
	vertical-align:top;
	box-sizing: border-box;
	margin:0px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom:10px;
	padding-left:0px;
	padding-top: 0px;
}
.land_tres_col_form{
	width:30%;
	min-height:100px;
	display:inline-block;
	box-sizing: border-box;
	margin:0px;
	
	margin-bottom:10px;
	text-align:center;
	vertical-align:top;
	padding-left:20px;
	padding-top: 0px;
}

#formulario-contacto{
	width:80%;
	min-height:280px;
	padding-top: 10px;
	margin-top:60px;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
}

/*
#name, #phone, #email, #asunto{
	width:90%;
	height:40px;
	display:block;
	padding-left:10px;
	border:0;
	border-bottom-width:1px;
	border-bottom-color:#000;
	border-bottom-style:solid;
	font-family: 'raleway', sans-serif;
	font-size:20px;
	color:#6E8C9E;
	font-weight:lighter;
}
*/
.land_una_col_bot{
	width:100%;
	height:auto;
	box-sizing: border-box;
	margin:0px;
	margin-top:15px;
	margin-bottom:10px;
	text-align:center;
	padding:20px;
}

.boton_form_logo{
	width:100px;
	font-family:benguiat, Helvetica, Arial, sans-serif;
	font-size:18px;
	color:#FFF;
	text-align:center;
	line-height:18px;
	background:#FFAC19;
	cursor:pointer;
	padding-top: 12px;
	padding:8px;
	border: 0px;
	border-style: solid;
	border-color: #F6D5B7;
	
		border-radius: 6px;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		
		 -webkit-transition: background 0.3s linear 0s;/*Chrome, Safari*/
    -moz-transition: background 0.3s linear 0s;/*Firefox*/
    -o-transition: background 0.3s linear 0s;/*Opera*/
    transition: background 0.3s linear 0s;/*Standard*/
}
.boton_form_logo a{
	width:100px;
	font-family:benguiat, Helvetica, Arial, sans-serif;
	font-size:18px;
	color:#FFF;
	background:#FFD000;
	text-align:center;
	line-height: 18px;
	cursor:pointer;
	padding-top: 12px;
	padding:8px;
	text-decoration:none;
}
.boton_form_logo:hover{
	width:100px;
	font-family:benguiat, Helvetica, Arial, sans-serif;
	font-size:18px;
	color:#101820;
	text-align:center;
	line-height:18px;
	background:#FFF;
	cursor:pointer;
	padding:8px;
	border: 0px;
	border-style: solid;
	border-color: #ADC5CF;
	border-radius: 6px;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
	text-decoration:none;
}

#respuesta{

	width: 100%;
	height: 400px;
	text-align: center;
	background-color:rgba(32,35,42,0.98);
	padding-top: 100px;
	box-sizing: border-box;

}



/*   MEDIA QUERIES 660   ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++    */
@media screen and (max-width: 660px) {

.land_dos_col_form{width:90%; margin-left: -10px;}
.land_una_col_form{width:90%;margin-left: 0px;}
#message{width:100%;}

}/*FIN MEDIA QUERIES */



