@charset "utf-8";
/* CSS Document */




.formulario{width:600px; padding-top:15px; float:left;  }

.campo{
	padding-bottom: 8px;
	color: #969696;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #DFDFDF;
	border-right-color: #DFDFDF;
	border-bottom-color: #DFDFDF;
	border-left-color: #DFDFDF;
}



.campo1{
	width: 226px;
	height: 36px;
	padding-top: 4px;
	padding-left: 5px;
	font-size: 13px;
	padding-bottom: 10px;
	color: #1A957A;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #0DAEA8;
	border-right-color: #0CADA5;
	border-bottom-color: #0CACA2;
	border-left-color: #08B1AA;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #F2EADE;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}





.textarea{
	width: 226px;
	height: 75px;
	font-size: 13px;
	padding-top: 4px;
	padding-left: 5px;
	color: #1A957A;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #1A957A;
	border-right-color: #1A957A;
	border-bottom-color: #1A957A;
	border-left-color: #1A957A;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #F2EADE;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.sucesso{width:900px; height:200px; padding-left:100px; padding-top:30px;}
.bt {
	background-color: #1D604F;
	font-size: 12px;
	color: #F6EED9;
	font-weight: bold;
	width: 65px;
	height: 30px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-left: 81px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
		box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.bt :hover {
	background: #116451 !important;
	text-transform:uppercase;
	text-align: center;
	text-decoration: none;
}
.btlojas {
	background-color: #3399CC;
	font-size: 11px;
	color: #FFF;
	font-weight: bold;
	width: 20px;
	height: 35px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


.combo {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #1A957A;
	background-color: #F2EADE;
	height: 36px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}




#theme-form {
	position: relative;
	z-index: 999;
}
#theme-form input[type=text], .cform-form textarea {
	background: #f2f2f2;
	font-family: 'Myriad Pro', sans serif;
	color:#333333;
	border: 1;
	text-align: left;
	vertical-align: middle;

}

#theme-form .cform-form textarea {
	background: #f2f2f2;
	font-family: 'Myriad Pro', sans serif;
	color:#333333;
	border: 1;
	width: 100%;
	text-align: left;
	vertical-align: middle;

}
#theme-form input[type=text]:focus, .cform-form textarea:focus {
	background: #5e543f;
	color: #ffcf0d;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	transition: background 0.25 ease-in;
	-moz-transition: background 0.25 ease-in;
	-webkit-transition: background 0.25 ease-in;
}
#theme-form input[type=text] {
	height: 3.25em;
}
#theme-form input[type=submit] {
	font-family: 'bebas_neueregular', cursive;
	color: #fff;
	width: 185px;
	height: 60px;
	text-shadow: none;
	font-size: 1.3125em; /* 21px */
	padding:0.5em;
	letter-spacing: 0.05em;
	margin: 0 0 20px 0;
	
	border: 0;
	text-transform: none;
	background: #f0bf00 !important;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
#theme-form input[type=submit]:hover, #theme-form input[type=submit]:active {
	background: #5e543f!important;
}
#theme-form textarea {
	padding-top: 1em;
}
div.cform-response-output {
	max-width: 60%;
	text-align: center;
	margin-left: 40% !important;
	margin-top: 0.5em !important;
	padding: 0.5em !important;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.cform-not-valid-tip {
	color: #F7EFDA;
	border: 1px dotted #ad3729 !important;
	width: 100% !important;
	left: 0 !important;
	padding: 0.5em !important;
	font-family: 'Open Sans', sans-serif;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	font-size: 12px;
}
