<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-115472954-1"></script>
<script>
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());

  gtag('config', 'UA-115472954-1');
</script>

/* Enter Your Custom CSS Here */

.wpcf7-textarea {
  width:99%;
  border:none;  
  padding: 3px 2px 3px 2px;
  margin-top:1px;
}

.wpcf7-form {
  width:99%;
}

.wpcf7 {
  width:99%;
}

.wpcf7-text, .wpcf7-captchar {
  border:none;
  padding: 3px 2px 3px 2px;
  margin-top:1px;
}

.wpcf7-captchac{
  margin-top:5px;
}

.textos_form{
  color:#e0e0e0;
}

.wpcf7-submit {
margin: 8px 0px 0;
		padding: 3px 10px 3px 10px;
		text-align: center;
  color: #000000;
text-shadow: none;
  background-color: #fbfbfb;
  border:none;
  	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: 	all 0.2s ease-in-out;
	-ms-transition: 	all 0.2s ease-in-out;
	-o-transition: 		all 0.2s ease-in-out;
	transition: 		all 0.2s ease-in-out; 
}

.wpcf7-submit:hover, .wpcf7-submit:focus {
  background-color: #ff920d;
  color: #FFF;
}


#container .full-left {
		float: none !important;
		width: auto;
	}