#formulario_contato {
	width:45%;
	height:auto;
	overflow:hidden;
	margin-left:auto;
	margin-right:auto;
	float:right;
}

label {
    display: block;
    padding: 11px 5px 0;
    position: absolute;
    top: 0;
	left: 0;
    z-index: 1;
	cursor:text;
	font-size:10px;
	text-transform:uppercase;
	color:#333;
	font-weight:normal;
}

#formulario_contato input[type="text"], textarea {
    display: block;
    background:#FFF;
    font: inherit;
    position: relative;
	overflow: auto;
	color:#333;
	font-size:11px;
	text-transform:none;
	float:left;
	resize:none;
}

#formulario_contato label, #formulario_contato input[type="text"], #formulario_contato #singleParagraphInputs div{
	width:49%;
	float:left;
	height: 1.5em;
}

#formulario_contato #singleParagraphInputs div, #formulario_contato #commentTxt, #formulario_contato #recaptcha_widget_div{
	margin-bottom: 2em;
}

#recaptcha_table input#recaptcha_response_field {
	border-color:#CCCCCC !important;
	font-size:10px !important;
	padding:10px !important;
	height:30px !important;
	width:284px !important;
	color:#000 !important;
	text-transform:uppercase;
	border-radius:2px;
}

#formulario_contato #campo_recaptcha {
	width:100%;
	height:auto;
	float:left;
	background:#FFF;
	border:solid 1px #0f3b65;
	padding-left:30px;
	overflow:hidden;
	border-radius:2px;
}

#formulario_contato #recaptcha_table {
	background:#FFF !important;
	border:0 !important;

}

#formulario_contato input, #formulario_contato textarea{
	border:solid 1px #0f3b65;
	margin-bottom:0 !important;
}

.formError {
    border: 1px solid red;
}

#formulario_contato #singleParagraphInputs div, #formulario_contato #commentTxt {
    position: relative;
}

#formulario_contato #singleParagraphInputs input {
    width: 100%; /* 16px less than form width */
	height:35px;
	padding-top:5px;
	padding-left:10px;
	padding-right:10px;
	border-radius:2px;
}

#formulario_contato #commentTxt {
	float:left;
	width:100%;
	margin-bottom:10px;
}

#formulario_contato #commentTxt textarea {
    height: 50px;
	width: 100%;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	padding-right:10px;
	clear:both;
	border-radius:2px;
}

#formulario_contato #screenReader, #checking {
    float: left;
	display: none;
}

#formulario_contato #recaptcha_response_field {
    width: 200px !important; /* just a stylistic detail to make the input field equal width as the box with words to copy */
}

#formulario_contato input[type="submit"]{
	/* some styles for the button */
}

#formulario_contato #formErrors {
	float: right;
	text-align:right;
	color:#ce000c;
	margin-top:-10px;
	font-size: 10px;
}

#formulario_contato .botao_enviar {
	background: none repeat scroll 0 0 #BF0003;
    border: 0 none;
    color: #fff;
    cursor: pointer;
    font-family: "bebas_neue_regularregular",Arial,Helvetica,sans-serif;
    font-size: 18px;
	border-radius:2px;
    padding: 10px;
    width: 100%;
	float:left;
	margin-top:10px;
	font-weight:bold;
	transition: all 0.5s;
}

#formulario_contato .botao_enviar:hover {
	background:#EA2525;
	color:#fff;
	padding: 12px;
	transition: all 0.5s;
}

#formulario_contato #campo_menor {
	float:left;
	width:245px;
}

#formulario_contato #campo_menor input {
	width:223px !important;
}

#formulario_contato #campo_menor2 {
	float:right;
	width:245px;
}

#formulario_contato #campo_menor2 input {
	width:223px !important;
}

#formulario_contato #campo_menor3 {
	float:left;
	width:287px;
	color:#666666;
	font-weight:bold;
	text-transform:uppercase;
}

#formulario_contato #campo_menor3 input {
	width:20px !important;
	float:left;
}

#formulario_contato div.error {
	float:right !important;
	text-align:right;
	color:#ce000c;
	font-size: 10px;
	margin-top:-25px;
	margin-right:15px;
	position:relative;
	z-index:200;
}

div.error {
	float: right;
	text-align:right;
	color:#ce000c;
	font-size: 10px;
	margin-top:-25px;
	margin-right:15px;
	position:relative;
	z-index:200;
}

#formulario_contato input.error {
    border: 1px solid red;
}

input.error {
    border: 1px solid red;
}

textarea.error {
    border: 1px solid red;
}

#formulario_contato textarea.error {
    border: 1px solid red;
}

.campo_radio div.error {
	float: right;
	color:#FFF;
	margin-right:-11px;
	margin-top:-27px;
	padding:2px;
	text-transform:none;
	font-size:10px;
	background:#ce000c;
}

#pop{
	position:fixed;
    z-index: 9999;
    width:100%;
    height:100%;
    top:0px;
    left:0px;
	background:url("../img/pop_bg.png");
    text-align: right;
}

#pop h2 {
	margin-top:0;
	padding-top:0;
	color:#0f3b65;
}

#pop2{
	margin-top:20%;
	margin-left:auto;
	margin-right:auto;
	width:70%;
	height:auto;
	text-align:center;
	padding:20px;
	background:url("../img/pop_interno_bg.png");
}

.pop_link {
	width:80px;
    height:80px;
	float:right;
	margin-right:140px;
	margin-right:-50px;
	margin-top:-50px;
	background:url("../img/close_icon.png");
}

@media(max-width:991px) {
	.formulario_contato_resposivo {
		border:none !important;
	}
	.campo_email_responsivo {
		clear:both;
	}
}

@media(max-width:516px) {
	#formulario_contato #campo_recaptcha {
		padding:0 !important;
	}
}