body {
	overflow-x:hidden;
}
.placeholder {
	font-style:normal;
	opacity: 1 !important;
}
::-webkit-input-placeholder {
   font-style:normal;
   opacity: 1 !important;
}

:-moz-placeholder { /* Firefox 18- */
   font-style:normal;
   opacity: 1 !important;
}

::-moz-placeholder {  /* Firefox 19+ */
   font-style:normal;
   opacity: 1 !important;
}

:-ms-input-placeholder {  
   font-style:normal;
   opacity: 1 !important;
}

.fail:not(.sbHolder){
	border-color: #FF0000 !important;
}

.sbHolder.fail{
	border-color: #FF0000 !important;
}

textarea {
	resize:none;
	font-family:inherit;
}

@-ms-viewport{ width: auto !important; }

a {
	color:inherit;
}

* {
	vertical-align:top;
	outline:0 !important;
}



.noStyleLink {
	text-decoration:none !important;
	color:inherit;
}


.logo {
	background-image:url('/img/logo.png');
	background-repeat:no-repeat;
	background-size:100% 100%;
	background-position:center center;
	width:245px;
	height:95px;
	position:absolute;
	top:10px;
	left:15px;
}

@media(max-width:991px) {
	.logo {
		position:relative;
		display:inline-block;
	}
}

@media(max-width:767px) {
	.bgPaginaInicial {
		width:800px !important;
		max-width:800px !important;
	}

}

.container.paginaInicial {
	position:absolute;
	top:0;
	left:0;
	right:0;
}

#barraCabecalho ul.nav{
	background:#FFFFFF;
	-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
	padding:0 10px;
	margin:0;
	margin-top:50px;
	clear:both;
}
.navbar {
	z-index:2;
}
@media(min-width:768px) {
	.navbar {
		float:right;
	}
}
@media(max-width:767px) {
	#barraCabecalho {
		padding:0;
	}
	#barraCabecalho ul.nav {
		padding:5px;
		margin-top:10px;
	}

	.navbar-header {
		background:#FFF;
		-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
	margin-top:30px;
	}
}

#barraCabecalho > ul > li > a {
	font-size: 15px;
	color: #133D01;
	cursor: pointer;
	line-height: 48px;
	padding:0 15px;
	margin:0;
}
#barraCabecalho > ul > li > a > i {
	line-height: inherit;
	font-size: 20px;
	color: #308A21;
	margin-left: 7px;
}

#barraCabecalho > ul > li > ul.dropdown-menu {
	left:0;
	right:auto;
	border:1px solid #133D02;
	border-radius:0;
}
#barraCabecalho > ul > li > ul.dropdown-menu > li > a {
	font-size: 12px;
	color: #133D00;
	line-height: 25px;
	padding:0 15px;
}

#barraCabecalho > ul > li > ul.dropdown-menu > li > a:hover{
	color:#1E6400;
}




#btnBarraCab {
	
	border-radius		: 0;
	margin				: 0 0 0;
	background:#FFF;
	opacity:0.8
}
#btnBarraCab span {
	background-color	: #133D00;
}

@media(max-width:767px) {
	#barraCabecalho > ul > li > a {
		line-height: 30px;
	}

	#barraCabecalho > ul > li > ul.dropdown-menu {
		border: none;
	}

	#barraCabecalho > ul > li > ul.dropdown-menu > li > a {
		line-height: 20px;
		padding: 0 30px;
	}
}

#promo {
	width: 950px;
	max-width:100%;
	height: 120px;
	position: relative;
	background-color:#FFFFFF;
	background-repeat:no-repeat;
	background-size:100% 100%;
	background-position:center center;
	
	-webkit-box-shadow: 0px 11px 4px -3px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 11px 4px -3px rgba(0,0,0,0.75);
	box-shadow: 0px 11px 4px -3px rgba(0,0,0,0.75);
	line-height:120px;
	font-size: 23px;
	color: #103D02;
	font-weight: bold;
	padding-left:15px;
	position:absolute;
	margin:0 auto;
	left:0;
	right:0;
	top: 121px;
}

@media(max-width:991px) {
	#promo {
		top:25px;
		font-size: 21px;
	}
}
@media(max-width:767px) {
	#promo {
		top:60px;
		font-size: 20px;
		line-height:25px;
	}
	#promo > span {
		padding-top:40px;
		max-width: 60%;
		display: blocK;
	}
}
@media(max-width:530px) {
	#promo > span {
		padding-top:25px;
		max-width: 60%;
	}
}
@media(max-width:420px) {
	#promo > .bolas {
		display:none;
	}
	#promo > span {
		padding-top:40px;
		padding-right:15px;
		max-width: 100%;
	}
}
@media(max-width:370px) {
	#promo > span {
		font-size:18px;
		padding-top:20px;
	}
}


#promo > .bolas {
	background-image:url('/img/bolas.png');
	background-repeat:no-repeat;
	background-size:100% 100%;
	background-position:center center;
	width:75px;
	height:110px;
	position:absolute;
	right:30px;
	top:5px;
}



.caixaSmall {
	clear:both;
	background-image:url('/img/caixa_small.png');
	background-repeat:no-repeat;
	background-size:100% 100%;
	background-position:center center;
	margin: 0 auto;
	top:260px;
	z-index:1;
	width:400px;
	height:200px;
	display:none;
	position:absolute;
	left:0;
	right:0;
	
}
.caixaExtraSmall {
	clear:both;
	background-image:url('/img/caixa_extra_small.png');
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center top;
	margin: 0 auto;
	top:220px;
	z-index:1;
	width:280px;
	height:230px;
	display:none;
	position:absolute;
	left:0;
	right:0;
	max-width:100%;
}
@media(max-width:767px) and (min-width:500px) {
	.caixaSmall {
		display:block;
	}
}

@media(max-width:499px){
	.caixaExtraSmall {
		display:block;
	}
}
@media(max-width:320px){
	.caixaExtraSmall {
		width:100%;
		left:0;
	}
}

.fake-header {
	width:100%;
	clear:both;
	display:block;
	height:290px;
	position:relative;
}
@media(max-width:991px) {
	.fake-header {
		height:190px;
	}
}
@media(max-width:767px) {
	.fake-header {
		height:220px;
	}
}


.rodape {
	border-top: 1px #999999 solid;
	background-color: #e0e0e0;
	
	width:100%;
	
	margin-top:30px;
}

.rodape > .container {
	background-image:url('/img/rodapeLogo.png');
	background-position:right top;
	background-repeat:no-repeat;
	min-height: 135px;
	padding-top:10px;
	padding-left:0;
	padding-bottom:5px;
	padding-right:5px;
	border-right: 15px solid transparent;
}
#ulMenuRod span {
	padding:0 5px;
	border-left:1px solid #333;
	line-height:20px;
}
#ulMenuRod span:nth-child(1) {
	border-left:none;
}
#ulMenuRod a{
	font-size: 13px;
	color: #333333;
}


.rodape .bottom{
	margin-top:80px;
	font-size: 13px;
	color: #333333;
}

.rodape .bottom .left {
	float:left;
}

.rodape .bottom .right {
	text-align:right;
	float:right;
	font-size:11px;
}

@media(max-width:715px) {
	.rodape .bottom {
		margin-top: 60px;
		font-size: 13px;
	}
	.rodape .bottom .right,
	.rodape .bottom .left{
		text-align:left;
		float:none;
	}
}


@media(max-width:550px) {
	.rodape .bottom .right span{
		display:block;
	}
	.rodape .bottom .right span.sep{
		display:none;
	}
	.rodape .bottom{
		margin-top:25px;
	}
}


input {
	height:32px;
	width:100%;
	border:1px solid rgb(204, 204, 204);
	padding:0 10px;
	line-height:30px;
	color:rgb(51, 51, 51);
}

textarea {
	height:92px;
	width:100%;
	border:1px solid rgb(204, 204, 204);
	padding:5px 10px;
	line-height:20px;
	color:rgb(51, 51, 51);
}


.form {
	margin-top:20px;
}

.formLabel {
	float:left;
	text-align:left;
	height:32px;
	line-height:32px;
	width:15%;
	text-align:right;
	padding-right:15px;
	margin-bottom:10px;
}
.formInput {
	float:left;
	height:32px;
	width:35%;
	margin-bottom:10px;
}

.formInputBig {
	float:left;
	width:85%;
	margin-bottom:10px;
}
.formSubmit {
	float:right;
}
.formSep {
	clear:both;
	float:none;
}
.formTitle {
	font-size:14px;
	font-weight:bold;
	margin-bottom:20px;
}
@media(max-width:1199px) {
	.formLabel {
		width:20%;
	}
	.formInput {
		width:30%;
	}

	.formInputBig {
		width:80%;
	}
}
@media(max-width:991px) {
	.formLabel {
		width:25%;
	}
	.formInput {
		width:25%;
	}

	.formInputBig {
		width:75%;
	}
}

@media(max-width:767px) {
	.formLabel {
		width:30%;
	}
	.formInput,
	.formInputBig {
		width:70%;
	}
}

@media(max-width:530px) {
	.formLabel,
	.formInput,
	.formInputBig {
		width:100%;

	}
	.formLabel {
		text-align:left;
		line-height:20px;
		height:20px;
		margin-bottom:0;
	}
}

.buttonSubmit {
	width: 130px;
	max-width:100%;
	height: 32px;
	background: no-repeat center bottom #ffffff url('/img/button.jpg');
	font-size: 15px;
	color: #ffffff;
	margin-left: 10px;
	text-transform: uppercase;

	background:   #97C074  ; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: -moz-linear-gradient(  #97C074  ,   #75A420  ); /* For Firefox 3.6 to 15 */
	background: linear-gradient(  #97C074  ,   #75A420  ); /* Standard syntax */
	background: -webkit-linear-gradient(  #97C074  ,   #75A420  ); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(  #97C074  ,   #75A420  ); /* For Opera 11.1 to 12.0 */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,  #97C074  ), color-stop(100%,  #75A420  )); /* Chrome,Safari4+ */
	background: -ms-linear-gradient(top,   #97C074   0%,  #75A420   100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='  #97C074  ', endColorstr='  #75A420  ',GradientType=0 ); /* IE6-8 */
	border:none;
}
