@charset "utf-8";

/* Reset + Clear  */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, button,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	border: 0;
	outline: 0;
	font-weight:normal;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
ul, li {
	display:block;
}
/*.clear, .clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}*/
.clear{
	clear:both;
}
img{
	display:block;
	margin:0px;
}
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
strong{
	font-weight:700;
}

/*--- ESTILOS GERAIS ---------------------------------------------------------------------------*/

body,td,th,div,ul,li,a {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	color: #000000;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url('images/bg_geral.jpg');
	background-repeat: repeat-x;
	background-position:center top;
	background-color:#82b906;
	
}
a{
	color:#000;
	cursor:pointer;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
a:hover{
	color:#000;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.cor1 {
	color:#82b906;
}
.cor2 {
	color:#fff;
}
.cor3 {
	color:#000;
}
.bgcor1 {
	background-color:#82b906;
}
.bgcor2 {
	background-color:#fff;
}
.bgcor3 {
	background-color:#000;
}
.pontos_cinza_h{
	background-image:url('images/pontos_cinza_h.png');
	background-repeat:repeat-x;
	background-position:left bottom;
}
.pontos_branco_h{
	background-image:url('images/pontos_branco_h.png');
	background-repeat:repeat-x;
	background-position:left bottom;
}
.pontos_cinza_v{
	background-image:url('images/pontos_cinza_v.png');
	background-repeat:repeat-y;
	background-position:left top;
}
.pontos_branco_v{
	background-image:url('images/pontos_branco_v.png');
	background-repeat:repeat-y;
	background-position:left top;
}
.botao1,
.botao2{
	font-family: 'Open Sans', sans-serif;
	text-align:center;
	color:#fff;
	background-color:#FF0004;
	text-shadow: #000 0px -1px 0px;
	text-decoration:none;
	cursor:pointer;
	display:block;
	background-image:url('images/sprite.png');
	background-repeat:no-repeat;
	background-position:right top;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.botao1{
	font-size: 12px;
	width:200px;
	height:40px;
	line-height:40px;
	padding:0px 10px 0px 10px;
	margin:0px 0px 10px 0px;
}
.botao2{
	font-size: 11px;
	width:100px;
	height:30px;
	line-height:30px;
	padding:0px 10px 0px 10px;
	margin:0px 0px 10px 0px;
}
.botao1:hover,
.botao2:hover{
	color:#000;
	background-color:#FFA600;
	text-shadow: #fff 0px 1px 0px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.esq{
	/*position:absolute;
	left:0px;
	top:0px;*/
	float:left;
	margin-right:20px;
}
.dir{
	/*position:absolute;
	right:0px;
	top:0px;*/
	float:right;
	margin-left:20px;
}

/*- TOPO -----------------------------------------------------------------------
.topo_wrapper {
	overflow:hidden;
}
.topo {
	width: 960px;
	margin:auto;
	background-color:#FF0;
	position:relative;
}
.topo .logotipo {
	width: 150px;
	height: 150px;
	float:left;
}
.topo .destaque_topo {
	width: 600px;
	height: 150px;
	float:right;
}
.topo .opcoes {
	width:100%;
	height:50px;
	float:left;
}
.topo .opcoes li{
	display:inline-block;
}
.topo .opcoes li a {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	color:#000;
	text-align:center;
	text-shadow: #fff 0px 1px 0px;
	width:100px;
	height:40px;
	line-height:40px;
	padding:0px 10px 0px 10px;
	display:block;
	background-image:url('images/sprite.png');
	background-repeat:no-repeat;
	background-position:right top;
}
.topo .opcoes li a:hover {
	background-position: right bottom;
	color:#FFFFFF;
	text-shadow: #000 0px 1px 0px;
}
*/

/*- CONTEUDO -----------------------------------------------------------------------*/
.conteudo{
	position:absolute; 
	top: 50%; 
	left: 50%; 
	transform: translate(-50%,-50%); 
	width: 100%; height: 530px;
}
.conteudo .logotipo{
	padding:0 10px 0 10px;
	width: 960px;
	height: 130px;
	margin:auto;
	text-align:left;
}
.conteudo .logotipo .link{
	float:right;
	display:block;
	margin-top:70px;
	text-decoration:none;
	font-weight:700;
}
.conteudo .logotipo .link:hover{
	color:#fff;
}
.conteudo .centro{
	background-color:#fff;
}
.conteudo .centro .caixas{
	padding:30px 10px 30px 10px;
	width: 960px;
	margin:auto;
	text-align:center;
	height:270px;
}
.conteudo .centro .caixas .txt,
.conteudo .centro .caixas .txt2{
	display:inline-block;
	font-size:17px;
	padding-bottom:15px;
}
.conteudo .centro .caixas .txt2{
	text-align:left;
	width:100%;
	padding-left:5px;
}
.conteudo .centro .caixas .caixa {
	display:inline-block;
	margin:4px;
}
.conteudo .centro .caixas .caixa2 {
	display:block;
	margin:4px;
	width:100%;
	border:3px solid #82b906;
	text-align:left;
}
.conteudo .centro .caixas .caixa2 img{
	display:inline-block;
	vertical-align:middle;
}
.conteudo .centro .caixas .caixa a{
	display:block;
	border:3px solid #82b906; 
}
.conteudo .centro .caixas .caixa a:hover{
	display:block;
	border:3px solid #000; 
}
.conteudo .rodape{
	padding:0 10px 0 10px;
	width: 960px;
	height: 130px;
	margin:auto;
}
.conteudo .rodape .apoio{
	line-height:19px;
	padding-top:50px;
}
.conteudo .rodape .apoio a{
	color:#fff;
	text-decoration:none;
}
.conteudo .rodape .apoio a:hover{
	color:#000;
}
.conteudo .rodape .logo{
	padding-top:50px;
}

/*- FORMULARIO 2016 -------------------------------------------------------------------*/


.mm-form{
	width:680px;
	padding:10px 0px 30px 35px;
	margin:0px !important;
	display:inline-block;
	vertical-align:middle;
}
.mm-form .c20{
	width:20%;
}
.mm-form .c40{
	width:40%;
}
.mm-form .c50{
	width:50%;
}
.mm-form .c75{
	width:75%;
}
.mm-form .c80{
	width:80%;
}
.mm-form .c100{
	width:100%;
}
.mm-form .mm-form-campo{
	padding:5px 18px 10px 0px;
	float:left;
	position:relative;
}
.mm-form .mm-form-campo .label{
	padding-bottom:8px;
	min-height:22px;
	text-align:left;
	color:#82b906;
}
.mm-form .mm-form-campo input,
.mm-form .mm-form-campo textarea,
.mm-form .mm-form-campo select{
	width:100%;
	padding:12px;
	border: 1px solid #CCCCCC;
}
.mm-form .mm-form-campo select{
	padding:12px 12px 10px 12px;
}
.mm-form .mm-form-campo textarea{
	max-width:100%;
	min-width:100%;
	height:150px;
}
.mm-form .mm-form-campo input:hover,
.mm-form .mm-form-campo textarea:hover,
.mm-form .mm-form-campo select:hover {
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
}
.mm-form .mm-form-campo input:focus,
.mm-form .mm-form-campo textarea:focus,
.mm-form .mm-form-campo select:focus{
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
}
.mm-form .mm-form-botao{
	float:left;
	padding:18px 20px 0px 0px;
}
.mm-form .mm-form-botao a{
	text-align:center;
	color:#fff;
	background-color:#82b906;
	text-transform:uppercase;
	font-weight:700;
	text-decoration:none;
	cursor:pointer;
	display:block;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	font-size: 12px;
	line-height:41px;
	padding:0px 10px 0px 10px;
	margin:10px 0px 10px 0px;
}
.mm-form .mm-form-botao a:hover{
	background-color:#000;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.mm-form .mm-form-txt2{
	text-align:right;
	float:right;
	padding:30px 20px 0px 0px;
	font-style:italic;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
	font-style:italic;
	color:#aeaeae;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	font-style:italic;
	color:#aeaeae;
	opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
	font-style:italic;
	color:#aeaeae;
	opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
	font-style:italic;
	color:#aeaeae;
}
.alertas{
	color:red;
	font-weight:700;
	padding-top:10px;
}