@charset "utf-8";
/* CSS Document */

#gcform{
	width: 100%;
	height:auto;
	float: left;
	margin:0;
	margin-top: 10px;
	padding: 50px;
	box-sizing: border-box;
	background: #FAFAFA;
}


form, table, tbody, tr, th, td{
	width:100%;
	height:auto;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 400;
	float:left;	
	font-size:14px;
	color: #878787;	
	padding:0px;
	margin:0px;
	text-transform: uppercase;
}


#gcform input, #gcform select, #gcform textarea{
	width:100%;
	height: 50px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 400;
	background: #AAA;
	border: none;
	resize:none;
	margin: 2px 0px 8px 0px;
	padding: 10px 20px;
	box-sizing:border-box;
	font-size:13px;
	color: #444;
	box-shadow: none;
    outline: none;
	text-transform: uppercase;
}

#gcform textarea{
	height:60px;
}

#egc_btn_phase, #egc_btn_send{
	width: auto;
	height:auto;
	float: right;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 700;
	font-size: 18px;
	color: #FFF;
	margin-top:10px;
	padding:10px 20px;
	box-sizing:border-box;
	border:none;
	background: #007AFF;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	cursor: pointer;
}

#egc_btn_phase:hover, #egc_btn_send:hover{
	background-color: #2a65a9;
}

/* --- LIMPIAR TITULO --- */

#gcform > form > table > tbody > tr:nth-child(1) > th{
	display:none;
}

/*#gcform > form > table > tbody > tr:nth-child(2) > th{
	display:none;
}*/

/* --- CONFIGURAR MENSAJE DE ERROR --- */

.egc_error{
	border:2px solid red !important;
}

.help-inline{
	width: auto;
	height: auto;
	font-family: Helvetica, Arial, sans-serif;
    text-align: center;
    color: rgba(255,0,4,1.00);
    font-size: 10px;
    padding: 10px 20px;
    box-sizing: border-box;
    background-color: wheat;
    float: left;
    -webkit-border-radius: 2px;
    border-radius: 2px;
	border:none !important;
	-webkit-box-shadow: none;
	box-shadow: none;
	
/* --- ANIMACIÓN --- */	

	position: relative;
    top: -30px;
    left: 20px;
	-moz-transform: rotate(-6deg);
	-webkit-transform: rotate(-6deg);
	-o-transform: rotate(-6deg);
	-ms-transform: rotate(-6deg);
	transform: rotate(-6deg);
	
}

/* --- CONFIGURAR URL POLITICAS DE PRIVACIDAD --- */

.urlpol{
	width: 100%;
	height:auto;
	float: left;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 400;
	padding: 5px;
	box-sizing:border-box;
	text-align: center;
	text-transform:uppercase;
}

.urlpol a{
	color:#888;
	text-decoration:none;
	font-size:8px;
}