body{
	background-repeat: repeat;
	background-image: url(../imagens/bk-body.png);
	text-align: justify;
}
.redes_sociais{
	background-color: #00a837;
	padding-top: 15px;
	padding-bottom: 15px;
}
.redes_sociais ul{
	list-style: none;
	float: right;
}
.redes_sociais ul li{
	margin-left: 10px;
	float: right;
}
.redes_sociais ul li a .icon{
	background-color: #dcdcdc;
	border-radius: 6px;
	width: 25px;
	height: 25px;
	display: block;
	text-align: center;
	line-height: 30px;
	color: #00723b;
	box-shadow: #9c9c9c 0px 4px 0px;
	float: left;
}
.redes_sociais ul li a .icon:hover{
	background-color: #00723b;
	color: #fff100;
	box-shadow: #00bf3f 0px 4px 0px;
}
.redes_sociais ul li a .txt-redes{
	color: #fff100;
	float: right;
	margin-left: 10px;
	padding-top: 6px;
	margin-right: 13px;
}

/* mapa estados*/
#svg-map path{
	fill: #eaeaea;
}
#svg-map text{
	fill: #00723b;
	font: 12px Arial-BoldMT, sans-serif;
	cursor: pointer;
}
#svg-map a:hover text{
	fill: #fff;
	font: 12px Arial-BoldMT, sans-serif;
	cursor: pointer;
}
#svg-map a{
	text-decoration: none;
}
#svg-map a:hover{
	cursor: pointer; text-decoration: none;
}
#svg-map a:hover path{
	fill: #00723b !important;
}
#svg-map .circle{
	fill: #fff100;
}
#svg-map .circle2{
	fill: #fff100;
}
#svg-map a:hover .circle{
	fill: #ddd !important;
	cursor: pointer;
}
#svg-map path#cor-map{
	fill: #c21100 !important;
}
#svg-map a:hover path#cor-map{
	fill: #8c0c00 !important;
}

h2.header-title{
	font-size: 23px;
	font-family: 'bold';
	color: #fff100;
	padding-top: 125px;
	line-height: 37px;
	text-transform: uppercase;
}
h2.header-title span{
	font-family: 'regular';
}

h3.header-title{
	font-size: 17px;
	font-family: 'regular';
	color: #f1f1f1;
	padding-top: 23px;
	line-height: 37px;
	text-transform: uppercase;
}

/*form header*/
.header_form{
	padding-top: 20px;
}
.header_form select, .header_form input, .header_form textarea{
	text-align: left;
	margin-bottom: 15px;
	font-size: 14px;
	color: #323232;
	width: 100%;
	position: relative;
	border-radius: 5px;
	border: 0px solid #e3e3e3;
	box-shadow: 0px 4px 0 #b8b8b8;
	background-color: #e3e3e3;
	padding: 13px 12px;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	cursor: pointer;
}

.header_form select:before, .header_form input:before{
	content: "";
	width: 0;
	display: block;
	height: 0;
	border: 7px solid transparent;
	border-color: #e3e3e3 transparent transparent transparent;
	position: absolute;
	right: 10px;
	top: 10px;
	border-color: transparent transparent #e3e3e3 transparent;
}
#spac30{
	margin-top: 30px;
	width: 100%;
}

h2#redesauto{
	font-size: 20px;
	font-family: 'regular';
	text-transform: uppercase;
	color: #838383;
}

.cadastro{
	border-radius: 5px;
	padding: 20px;
	background-repeat: repeat;
	background-image: url(../imagens/meiov.png);
	margin-top: 40px;
	margin-bottom: 0px;
	position: relative;
}
.cadastro h2{
	text-align: left;
	font-size: 14px;
	color: #fff;
	width: 100%;
	position: relative;
	border-radius: 5px;
	border: 0px solid #e3e3e3;
	box-shadow: 0px 4px 0 #019d52;
	background-color: #00723b;
	padding: 13px 12px;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	margin-top: -42px;
	margin-bottom: 21px;
	font-family: 'bold';
	text-transform: uppercase;
}
.cadastro p{
	font-size: 15px;
	color: #fff;
	line-height: 20px;
}

.cadastro a.amarelo{
	color: #555555;
	border-radius: 5px;
	box-shadow: 0px 4px 0 #d7cb00;
	background-color: #fff100;
	padding: 13px 12px;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	margin-top: 13px;
	margin-bottom: -34px;
	font-family: 'bold';
	text-transform: uppercase;
	display: block;
}

.cadastro a.li{
	margin-bottom: 0px;
}

.busca-rapida input{
	text-align: left;
	font-size: 14px;
	color: #323232;
	width: 100%;
	position: relative;
	border-radius: 5px;
	border: 0px solid #e3e3e3;
	box-shadow: 0px 4px 0 #b8b8b8;
	background-color: #e4e4e4;
	padding: 13px 12px;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}
.busca-rapida p{
	padding-left: 30px;
	margin-bottom: 10px;
}
.busca-rapida button{
	text-align: left;
	font-size: 14px;
	color: #555555;
	position: relative;
	border-radius: 5px;
	border: 0px solid #e3e3e3;
	box-shadow: 0px 4px 0 #d7cb00;
	background-color: #fff100;
	padding: 13px 12px;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	cursor: pointer;
	margin-top: 13px;
	margin-bottom: -34px;
	font-family: 'bold';
	text-transform: uppercase;
	display: block;
	float: right;
}
.busca-rapida button:hover{
	box-shadow: 0px 4px 0 #00BF3F;
}
.clearfloat {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}
.links-index{
	margin-left: 15px;
	margin-right: 15px;
	background-color: #F1F1F1;
	padding-top: 40px;
	padding-bottom: 30px;
	display: block;
	border-radius: 0 0 5px 5px;
	margin-bottom: 15px;
}

ul.links-empresas{
	list-style: none;
	margin-top: 20px;
}

ul.links-empresas li a{
	display: block;
	font-size: 14px;
	line-height: 18px;
	color: #6a7483;
	text-align: left;
	padding: 11px 20px;
}

ul.links-empresas div li a{
	background: #fff;
}
ul.links-empresas div:nth-child(2n) li a{
	background-color: #f0f0f0;
}

a.link-int{
	list-style: none;
	display: block;
	margin-bottom: 20px;
	color: #838383;
}
a.link-int h2{
	font-family: 'bold';
	text-transform: uppercase;
}

a.link-int p{
	display: block;
	padding-top: 20px;
	padding-bottom: 20px;
}

ul.footer-redes{
	list-style: none;
	float: right;
}
ul.footer-redes li{
	margin-left: 10px;
	float: right;
}
ul.footer-redes li a .icon{
	background-color: #dcdcdc;
	border-radius: 6px;
	width: 25px;
	height: 25px;
	display: block;
	text-align: center;
	line-height: 30px;
	color: #00723b;
	box-shadow: #9c9c9c 0px 4px 0px;
	float: left;
}
ul.footer-redes li a .icon:hover{
	background-color: #00723b;
	color: #fff100;
	box-shadow: #00bf3f 0px 4px 0px;
}
ul.footer-redes li a .txt-redes{
	color: #fff100;
	float: right;
	margin-left: 10px;
	padding-top: 6px;
	margin-right: 13px;
}

section.meio h1.title{
	font-size: 25px;
	font-family: 'bold';
	text-transform: uppercase;
	color: #353535;
	margin-bottom: 20px;
	margin-top: 20px;
}
section.meio p{
	line-height: 24px;
	font-size: 14px;
	margin-bottom: 13px;
}

/*tags*/
.tags{
	margin-left: -6px;
	margin-right: -6px;
}
.tags a{
	border: 1px solid #DDD;
	display: inline-block;
	color: #717171;
	background: #FFF;
	-webkit-box-shadow: 0 1px 1px 0 rgba(180,180,180,0.1);
	box-shadow: 0 1px 1px 0 rgba(180,180,180,0.1);
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	-ms-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
	border-radius: 2px;
	margin: 4px 6px;
	padding: 5px 10px;
	font-size: 1.2rem;
	text-decoration: none;
}
.tags a:hover{
	border-color: #08C;
}

.error{
	margin: 0 auto;
	text-align: center;
}
.error-code{
	bottom: 60%;
	color: #2d353c;
	font-size: 96px;
	line-height: 100px;
}

/* carousel */
.media-carousel{
	margin-bottom: 0;
	padding: 0 40px 30px 40px;
	margin-top: 30px;
}
.media-carousel .carousel-control.left{
	left: -12px;
	background-image: none;
	background: none repeat scroll 0 0 #222222;
	border: 4px solid #FFFFFF;
	border-radius: 23px 23px 23px 23px;
	height: 40px;
	width : 40px;
	margin-top: 30px
}
.media-carousel .carousel-control.right{
	right: -12px !important;
	background-image: none;
	background: none repeat scroll 0 0 #222222;
	border: 4px solid #FFFFFF;
	border-radius: 23px 23px 23px 23px;
	height: 40px;
	width : 40px;
	margin-top: 30px
}
.media-carousel .carousel-indicators{
	right: 50%;
	top: auto;
	bottom: 0px;
	margin-right: -19px;
}
.media-carousel .carousel-indicators li{
	background: #c0c0c0;
}
.media-carousel .carousel-indicators .active{
	background: #333333;
}
.media-carousel img{
}
/* End carousel */
