﻿

/*=======================================================
						FONT
========================================================*/						
@font-face {
    font-family: 'ubuntubold';
    src: url('fonts/ubuntu-b-webfont.woff2') format('woff2'),
         url('fonts/ubuntu-b-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/*
@font-face {
    font-family: 'ubuntumedium';
    src: url('fonts/ubuntu-m-webfont.woff2') format('woff2'),
         url('fonts/ubuntu-m-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}*/

/*=======================================================
						RESET
========================================================*/	




* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	line-height: 1;
	font-family: 'ubuntubold';
}
p {
	/*font-family: 'ubuntumedium';*/
	font-family: Arial, sans-serif;
	font-weight: 300;
	margin: 0;
	padding: 0;
	line-height: 1;
}
ul li {
	list-style: none;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	-webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition:  all 0.3s linear;
}
.alinhamento{
	text-align: center;  
	margin: 0 auto;
	width: 50% !important;
  }
img {
	max-width: 100%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 300;
	background-color: white;
	font-size: 62.5%;
	overflow-x: hidden;
}
.container {
	max-width: 1080px;
	padding: 0 20px;
	width: 100%;
	margin: 0 auto;
}
.no-scroll {
	overflow: hidden;
}
.objetivo {
	display: none;
}
.cl {
	clear: both;
}

/*=======================================================
						INPUT
========================================================*/	

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder{
	color: #DADADA;
	margin-left: 30px;
}
input:-moz-placeholder, textarea:-moz-placeholder {
	color: #DADADA;
	margin-left: 30px;
}
input::-moz-placeholder, textarea::-moz-placeholder {
	color: #DADADA;
	margin-left: 30px;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
	color: #DADADA;
	margin-left: 30px;
}


/*=======================================================
						TOPO (HEADER)
========================================================*/	


header {
	background-color: #ffffff;
}
header .topo {
	width: 100%;
	min-height: 44px;
	background: #0070BB;
	color: #ffffff;
}
.topo .container::after {
	content: "";
	display: table;
	clear: both;
}
.topo .container > span {
	font-size: 16px;
	float: left;
	margin-top: 12px;
	font-family: 'ubuntubold';
}
.topo .container > span + span {
	margin-left: 40px;
}
.topo .idiomas {
	margin-top: 10px;
	float: right;
	background: #0065A8;
	padding-left: 12px;
	padding-right: 22px;
	padding-top: 6px;
	padding-bottom: 6px;
	position: relative;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	cursor: pointer;
}
.topo .idiomas a {
	color: #ffffff;
	display: block;
	font-size: 12px;
	line-height: 12px;
}
.topo .idiomas a + a {
	margin-top: 7px;
}
.topo .idiomas span {
	color: #ffffff;
	display: block;
	font-size: 12px;
	line-height: 12px;
}
.topo .idiomas::after {
	content: "";
	display: block;
	width: 10px;
	height: 6px;
	background: url('../images/icon-seta.png') no-repeat;
	position: absolute;
	top: 10px;
	right: 6px;
}

.topo .idiomas .list-idiomas {
	background: #0065A8;
	display: none;
	position: absolute;
	top: 26px;
	right: 0;
	padding: 5px 10px;
	width: 100%;
}

/*=======================================================
						CABEÃ‡ALHO (HEADER)
========================================================*/	


.video{
	width: 58.3%;
	float:right;
	position:relative;
	min-height:1px;
	padding-right:15px;
	padding-left:15px;


}
.cabecalho {
	padding-top: 50px;
	padding-bottom: 10px;
}
.cabecalho::after {
	display: table;
	content: "";
	clear: both;
}
.cabecalho .logo {
	display: block;
	float: left;
}
.cabecalho .right {
	float: right;
}
.cabecalho .right form {
	position: relative;
	width: 220px;
	float: right;
	clear: both;
}
.cabecalho .right input[type="text"] { /* CAIXA DE PESQUISA */
	width: 100%;
	height: 25px;
	border: 1px solid #C4C4C4;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	padding-left: 30px;
	padding-right: 30px;
	color: #C4C4C4;
}

.cabecalho .right input[type="submit"] { /* CAIXA DE PESQUISA */
	width: 16px;
	height: 17px;
	background: url('../images/lupa.png') no-repeat;
	position: absolute;
	top: 4px;
	right: 12px;
	text-indent: -9999px;
	border: 0px;
	cursor: pointer;
}
.cabecalho .right .menu {
	float: right;
	clear: both;
	margin-top: 35px;
	
}
.cabecalho .right .menu::after {
	display: table;
	content: "";
	clear: both;
}
.cabecalho .right .menu > li {
	float: left;
	position: relative;
	line-height: 22px;
}
.cabecalho .right .menu > li + li {
	margin-left: 19px;
}
.cabecalho .right .menu > li a {
	color: #CCCCCC;
	font-size: 16px;
	font-weight: bold;
	line-height: 22px;
}
.cabecalho .right .menu > li a:hover {
	color: #1686C9;
}
.cabecalho .right .menu > li a.home {
	display: inline-block;
	width: 26px;
	height: 22px;
	background: url('../images/icon-home.png') no-repeat;
	text-indent: -9999px;
}

.cabecalho .right .menu > li > ul {
	min-width: 110px;
	position: absolute;
	top: 22px;
	left: 0;
	z-index: 9;
	background: #1686C9;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	display: none;
	padding: 2.5px 10px;
}

.cabecalho .right .menu > li:hover > ul {
	display: block;
}
.cabecalho .right .menu > li > ul li {  /* PAI DO MENU DE LISTAS */
	width: 100%;
	padding: 2.5px 5px;
	position: relative;
} 
.cabecalho .right .menu > li > ul li a {
	font-size: 13px;
	white-space: nowrap;
	color: #ffffff;
	width: 100%;
	position: relative;
	display: inline-block;
} 
.cabecalho .right .menu > li > ul li a:hover {
	color: #ffffff;
	background-color: rgb(22, 124, 184);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
} 
.cabecalho .right .menu > li > ul li a.submenu {
	padding-right: 18px;
} 
.cabecalho .right .menu > li > ul li a.submenu::after {
	font-size: 10px;
	content: '>>';
	position: absolute;
	right: 0;
	top: 0;
} 
.cabecalho .right .menu > li > ul > li > ul {
	display: none;
	position: absolute;
	top: 0;
	left: 100%;
	z-index: 9;
	background: #1686C9;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 0.2px 12px;
} 
.cabecalho .right .menu > li > ul > li:hover > ul {
	display: block;
} 



/*=======================================================
						FOOTER
========================================================*/	



footer .rodape {
	border-top: 8px solid #EF8A00;
	background: #ECECEC;
	min-height: 212px;
	padding: 30px 0;
}
footer .rodape .container::after {
	display: table;
	content: "";
	clear: both;
}
.rodape .logo-footer {
	float: left;
	padding: 12px 35px;
	display: block;
	border-right: 1px solid #737373;
}
.rodape .list-menus-footer {
	padding: 30px 0;
}
.rodape .list-menus-footer::after {
	display: table;
	content: "";
	clear: both;
}
.rodape .list-menus-footer .menu-footer {
	float: left;
	margin-left: 35px;
	margin-right: 15px;
}
.rodape .list-menus-footer .menu-footer h3 {
	font-size: 16px;
	color: #1686C9;
	margin-bottom: 10px;
}
.rodape .list-menus-footer .menu-footer a {
	font-size: 13px;
	color: #868686;
	margin-top: 5px;
	display: block;
}
.rodape .list-menus-footer .menu-footer a:hover {
	color: #1686C9;
}
footer .bottom {
	background: #000000;
	height: 48px;
	border-bottom: 8px solid #1686C9;
	color: #ffffff;
	text-align: center;
	font-size: 14px;
	padding-top: 10px;
}

/*=======================================================
						FOOTER
========================================================*/	
.conteudo {
	width: 100%;
	background: #ffffff;
	padding-top: 35px;
	padding-bottom: 100px;
	position: relative;
}
.conteudo::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 300px;
	background: rgba(244,244,244,1);
	background: -moz-linear-gradient(top, rgba(244,244,244,1) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(244,244,244,1)), color-stop(100%, rgba(255,255,255,0)));
	background: -webkit-linear-gradient(top, rgba(244,244,244,1) 0%, rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(top, rgba(244,244,244,1) 0%, rgba(255,255,255,0) 100%);
	background: -ms-linear-gradient(top, rgba(244,244,244,1) 0%, rgba(255,255,255,0) 100%);
	background: linear-gradient(to bottom, rgba(244,244,244,1) 0%, rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#ffffff', GradientType=0 );

}
.breadcamp {
	margin-bottom: 35px;
}
.breadcamp a {
	font-size: 16px;
	font-weight: bold;
	color: #CECECE;
}
.breadcamp a + a::before {
	content: "/";
	margin: 0 7px;
	color: #CECECE;
}
.breadcamp a:hover {
	color: #2D9CDB;
}
.breadcamp a.ativo {
	color: #2D9CDB;
}
.conteudo .container {
	position: relative;
	z-index: 1;
}
.conteudo .container:after {
	display: table;
	content: "";
	clear: both;
}
.conteudo h1 {
	font-size: 24px;
	color: #585858;
	margin-bottom: 27px;
}
.conteudo h2 {
	font-size: 17px;
	color: #585858;
}
.conteudo h4 {
	font-size: 18px;
	color: #585858;
	margin-bottom: 10px;
}
.margem {
	padding-left: 20px;
}
.conteudo p {
	font-size: 15.5px;
	line-height: 17px;
	/*color: #1F1F1F;*/
	color: #585858;
	line-height: 21px;
}
.conteudo p + p {
	margin-top: 10px;
}
.conteudo p + h2 {
	margin-top: 45px;
}
.conteudo p a {
	font-family: Arial, sans-serif;
	/*font-family: 'ubuntumedium';*/
	color: #eb8f23;	
}
.conteudo p a:hover  {
	
	color: #e46025;
	text-decoration: underline;	
}
.conteudo p a.link-azul {
	color: #0066FF;
	text-decoration: none;
}
.conteudo h4 {
	margin-top: 45px;
	margin-bottom: 20px;
	font-size: 18px;
	color: #399CD6;
	width: 100%;
	border-bottom: 1px solid #8F8D8D;
	position: relative;
	padding-bottom: 7px;
}
.conteudo .subtitulo {
	font-size: 18px;
	color: #585858;
	width: 100%;
	border-bottom: 1px solid #8F8D8D;
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 25px;
}
.conteudo .subtitulo::after {
	content: "";
	position: absolute;
	bottom: -3px;
	left: 0;
	width: 142px;
	height: 5px;
	background: #399CD6;
}
.conteudo .subtitulo-azul {
	margin-top: 50px;
	font-size: 24px;
	color: #399CD6;
	width: 100%;
	border-bottom: 1px solid #8F8D8D;
	position: relative;
	padding-bottom: 7px;
	margin-bottom: 25px;
}
.conteudo .subtitulo-azul::after {
	content: "";
	position: absolute;
	bottom: -3px;
	left: 0;
	width: 142px;
	height: 5px;
	background: #399CD6;
}
.conteudo .titulo-saiba-mais {
	margin-top: 50px;
	font-size: 16px;
	color: #585858;
	width: 100%;
	border-bottom: 1px solid #8F8D8D;
	position: relative;
	padding-bottom: 7px;
}
.conteudo .titulo-saiba-mais::after {
	content: "";
	position: absolute;
	bottom: -3px;
	left: 0;
	width: 142px;
	height: 5px;
	background: #EF8A00;
}
.list-botoes {
	margin-top: 50px;
	text-align: center;
}
.list-botoes::after {
	display: table;
	content: "";
	clear: both;
}
.list-botoes .botao {
	width: 205px;
	display: inline-block;
	background: #F6F6F6;
	padding: 17px 45px;
	text-align: center;
	margin: 0px 22.5px;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	color: #656565;
	font-size: 14px;
	min-height: 150px;
	margin-bottom: 20px;
	vertical-align:top;
}
.list-botoes .botao img {
	margin: 0 auto;
}
.list-botoes .botao p {
	margin-top: 15px;
	font-weight: bold;
}
.conteudo img {
	display: block;
	margin: 16px auto;
}
.conteudo img.img-texto {
	display: inline-block;
	margin: 0 3px -3.72px 3px;
}
.conteudo iframe {
	display: block;
	margin: 50px auto;
}

.conteudo ul {   /* MARGENS DO UL ANTES DE INICIAR A LISTA */
	margin-top: 20px;
	margin-bottom: 20px;
}
.conteudo ul li {
	font-size: 14px;
	/*color: #1F1F1F;*/
	color: #585858;
	line-height: 18px;
	padding-left: 15px;
	position: relative;
}
.conteudo ul li::before {
	content: "";
	width: 4px;
	height: 4px;
	background: #BDBDBD;
	position: absolute;
	left: 0;
	top: 6px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}
.conteudo ul li + li {
	margin-top: 15px;
}
.conteudo .box-atencao {
	display: block;
	margin: 50px auto;
	border: 5px solid #F2994A;
	background: #fcebd4;
	padding: 15px 0 25px;
	padding-left: 35px;
	padding-right: 35px;
	width: 100%;
	max-width: 850px;
	border-radius: 23px;
	-moz-border-radius: 23px;
	-webkit-border-radius: 23px;
	color: #585858;
}
.conteudo .box-atencao p {
	color: #585858;
}
.conteudo .box-atencao ul {
	margin-top: 20px;
}
.conteudo .box-atencao ul li::before {
	content: "";
	width: 4px;
	height: 1px;
	background: #585858;
	position: absolute;
	left: 0;
	top: 9px;
}
.conteudo .box-atencao .titulo-atencao {
	margin-top:15px;
	font-size: 18px;
	font-weight: bold;
	line-height: 22px;
	padding-left: 28px;
	color: #000000;
	background: url('../images/icon-atencao.png') left top no-repeat;
	margin-bottom: 23px;
}
.conteudo .box-exemplo {
	display: block;
	margin: 50px auto;
	border: 5px solid #399CD6;
	background: #ECECEC;
	padding: 15px 0 25px;
	padding-left: 35px;
	padding-right: 35px;
	width: 100%;
	max-width: 850px;
	border-radius: 23px;
	-moz-border-radius: 23px;
	-webkit-border-radius: 23px;
	color: #585858;
}
.conteudo .box-exemplo p {
	color: #585858;
}
.conteudo .box-exemplo ul {
	margin-top: 20px;
}
.conteudo .box-exemplo ul li::before {
	content: "";
	width: 4px;
	height: 1px;
	background: #585858;
	position: absolute;
	left: 0;
	top: 9px;
}
.conteudo .box-exemplo .titulo-exemplo {
	margin-top:15px;
	font-size: 18px;
	font-weight: bold;
	line-height: 22px;
	padding-left: 28px;
	color: #000000;
	background: url('../images/icon-exemplo.png') left top no-repeat;
	margin-bottom: 23px;
}
.conteudo .list-links {
	margin-top: 25px;
	margin-bottom: 25px;
}
.conteudo .list-links a {
	color: #399CD6;
	font-weight: bold;
}
.list-accordion {
	width: 100%;
	/*max-width: 855px;*/
	margin: 50px 0px 0px 0px;
}
.box-accordion a {
	color: #1686C9;
	text-decoration: underline;
	font-size: 15.5px;
	/*font-family: 'ubuntumedium';*/
	font-family: Arial, sans-serif;
}
.box-accordion .topo-accordion {
	border-bottom: 1px solid #585858;
	padding-right: 90px;
	position: relative;
	padding-bottom: 10px;
	cursor: pointer;
	margin-bottom: 35px;
	margin-top: 35px;
}
.box-accordion .topo-accordion::after {
	content: "";
	width: 28px;
	height: 30px;
	background: url('../images/icon-accordion.png') no-repeat;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -14px;
}
.box-accordion.ativo .topo-accordion::after {
	transform:          rotate(180deg);
	-ms-transform:      rotate(180deg);
	-moz-transform:     rotate(180deg);
	-webkit-transform:  rotate(180deg);
	-o-transform:       rotate(180deg);
}
.box-accordion .topo-accordion h4 {
	color: #585858;
	border-bottom: 0;
	margin-top: 0;
	margin-bottom: 10px;
}
.box-accordion .conteudo-accordion {
	display: none;
	padding: 0 20px 50px 20px;
}
.box-accordion.ativo .conteudo-accordion {
	display: block;
}
a[data-fancybox="images"] {
	margin: 50px auto;
	display: inline-block;
	position: relative;
	left:50%;
	transform: translateX(-50%);
}
a[data-fancybox="images"] img {
	display: inline-block;
	margin: 0;
}
a[data-fancybox="images"]::before {
	content: "";
	display: none;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url('../images/icon-hover.png') center no-repeat rgba(0,0,0,0.5);
}
a[data-fancybox="images"]:hover::before {
	display: block;
}
.conteudo table {
	border: 2px solid #CFCFCF;
	padding: 15px;
	border-radius: 22px;
	-moz-border-radius: 22px;
	-webkit-border-radius: 22px;
	margin: 25px auto;
}
.conteudo table tr td{
	border-bottom: 1px solid #CFCFCF;
	padding: 10px;
	font-size: 15px;
	line-height: 17px;
	/*color: #1F1F1F;*/
	color: #585858;
	line-height: 18px;
	/*font-family: 'ubuntumedium';*/
	font-family: Arial, sans-serif;
}
.conteudo table tr td:last-child { 
	color: #656565;
}
.conteudo table tr:last-child td { 
	border-bottom: 0px;
	padding-bottom: 0px;
}
.conteudo .box-ajustes {
	padding: 50px 0;
	padding-left: 75px;
	color: #1686C9;
	font-size: 30px;
	min-height: 112px;
	position: relative;
}
.conteudo .box-ajustes::after {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: 30px;
	width: 108px;
	height: 112px;
	background: url('../images/icon-ajustes.png') right center no-repeat;
}
.list-versoes {
	width: 100%;
	padding: 30px 0;
	text-align: center;
}
.list-versoes .box-versao {
	display: inline-block;
	vertical-align: top;
	padding: 7px 20px;
	text-align: left;
	/*font-family: 'ubuntumedium';*/
	font-family: Arial, sans-serif;
	font-size: 15px;
	color: #585858;
	margin: 10px 24px 24px 0;
	border: 1px solid #ccc;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;

}
.list-versoes .box-versao:hover {
	border: 1px solid #999;
	-moz-box-shadow: 0 0 5px rgba(0,0,0,.3);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
	box-shadow: 0 0 5px rgba(0,0,0,.3);	

}
.list-versoes .box-versao .data-versao {
	padding-left: 37px;
	padding-top: 1px;
	min-height: 24px;
	background: url('../images/icon-data.png') left no-repeat;
	line-height: 24px;
}

.list-versoes .box-versao .versao {
	margin-top: 12px;
	padding-left: 37px;
	min-height: 24px;
	background: url('../images/icon-versao.png') left top no-repeat;
	line-height: 24px;
	font-size: 17px;
}
.paginacao {
	width: 100%;
	margin-top: 85px;
}
.paginacao::after {
	display: table;
	content: "";
	clear: both;
}
.paginacao a {
	font-size: 20px;
	color: #c7c7c7;
	font-weight: bold;
	line-height: 28px;
}
.paginacao a.anterior {
	padding-left: 38px;
	background: url('../images/icon-anterior.png') left top no-repeat;
}
.paginacao a.proximo {
	float: right;
	padding-right: 38px;
	background: url('../images/icon-proximo.png') right top no-repeat;
}

/*=======================================================
						RESPONSIVE
========================================================*/	

@media(max-width: 767px) {
	.topo {
		text-align: center;
	}
	.topo .idiomas {
		float: none;
		display: inline-block;
		clear: both;
		margin-bottom: 10px;
	}
	.cabecalho .logo {
		float: none;
		width: 100%;
		text-align: center;
	}
	.cabecalho .right {
		float: none;
		margin-top: 30px;
		width: 100%;
	}
	.cabecalho .right form {
		float: none;
		margin: 0 auto;
	}
	.cabecalho .right .menu {
		float: none;
		margin: 30px auto;
		text-align: center;
	}
	.cabecalho .right .menu > li {
		float: none;
		display: inline-block;
	}
	.rodape .logo-footer {
		border-right: 0px;
		float: none;
		text-align: center;
	}
	.breadcamp a {
		display: block;
	}
	.breadcamp a + a {
		margin-top: 5px;
	}
	.breadcamp a::before {
		display: none;
	}
	iframe {
		width: 100%;
	}
}
@media(max-width: 413px) {
	.topo .container > span + span {
		margin-left: 10px;
	}
	.cabecalho .right .menu li + li {
		margin-left: 15px;
	}
	.rodape .list-menus-footer .menu-footer {
		float: none;
		text-align: center;
		margin-left: 0;
	}
	.rodape .list-menus-footer .menu-footer + .menu-footer {
		margin-top: 35px;
	}
}

/*=======================================================
	PARA A PAGINA DE RELATORIOS - MENU DENTRO DO TEXTO
========================================================*/


  .btn-group .button {
	background-color: #0070BB; /* Green */
	border: 1px solid #FCFCFC	;
	color: #f9f9f9!important;
	padding: 8px 2px;
	margin-bottom: 40px;
	text-align: center;
	text-decoration: solid !important;
	font-size: 12px;
	cursor: pointer;
	width: 100px;
	height: 50px;
	display: inline-table;
	float: left;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 94.53px;
  }
  
  .btn-group .button:not(:last-child) {
	border-bottom: none; /* Prevent double borders */
  }
  
  .btn-group .button:hover {
	background-color: rgba(0, 112, 187, 0.925);
  }

.btn-group .ul {
	list-style: none !important;
}

