@charset "utf-8";
/* CSS Document */
/*** Propiedad de Eurofull S.R.L. - Todos los derechos reservados ***/

#gcform{
	width: 100%;
	height:auto;
	float: left;
	margin:0;
	padding: 10px;
	box-sizing: border-box;
}


form, table, tbody, tr, th, td{
	width:100%;
	height:auto;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	float:left;	
	font-size:16px;
	color: #666;	
	padding:0px;
	margin:0px;
	text-transform: uppercase;
}


#gcform input, #gcform select, #gcform textarea{
	width:100%;
	height: 60px;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	background: #FFF;
	border: 1px solid #AAA;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	resize:none;
	margin: 5px 0px 15px 0px;
	padding: 10px 20px;
	box-sizing:border-box;
	font-size:14px;
	color: #444;
	box-shadow: none;
    outline: none;
}

#gcform textarea{
	height:100px;
}

#egc_btn_phase, #egc_btn_send{
	width: 100%;
	height:auto;
	float: right;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	font-size: 22px;
	color: #FFF;
	margin-top:10px;
	padding: 18px 8px;
	box-sizing:border-box;
	border:none;
	background: #18bd5a;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	cursor: pointer;
	text-transform: uppercase;
}

#egc_btn_phase:hover, #egc_btn_send:hover{
	background-color: #17a34f;
}

/* --- 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: 'Poppins', sans-serif;
	font-weight: 400;
    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;
	

/* --- ANIMACION --- */	

	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: 'Poppins', sans-serif;
	font-weight: 400;
	padding: 5px;
	box-sizing:border-box;
	text-align: center;
	text-transform:uppercase;
}

.urlpol a{
	color:#DDD;
	text-decoration:none;
	font-size:8px !important;
	line-height: 8px !important;
	margin: 0px !important;
	padding: 0px !important;
}

/* Smartphones & Tablets
   ------------------------------------------------------------------------- */
@media screen and (min-width: 1px) and (max-width: 679px){}