@import url('https://fonts.googleapis.com/css?family=Lato:400,900');
@font-face {
	font-family: 'MyriadPro-Light_0';
	src: url('MyriadPro-Light_0.eot');
	src: local('MyriadPro-Light_0'), url('MyriadPro-Light_0.woff') format('woff'), url('MyriadPro-Light_0.ttf') format('truetype'), url('MyriadPro-Light_0.svg') format('svg');
	font-weight: normal;
	font-style: normal;
        -webkit-font-smoothing: antialiased;
}

@font-face {
	font-family: 'MyriadPro-Regular';
	src: url('MyriadPro-Regular.eot');
	src: local('MyriadPro-Regular'), url('MyriadPro-Regular.woff') format('woff'), url('MyriadPro-Regular.ttf') format('truetype'), url('MyriadPro-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'MyriadPro-Bold';
	src: url('MyriadPro-Bold.eot');
	src: local('MyriadPro-Bold'), url('MyriadPro-Bold.woff') format('woff'), url('MyriadPro-Bold.ttf') format('truetype'), url('MyriadPro-Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Din_light';
	src: url('Din_light.eot');
	src: local('Din_light'), url('Din_light.woff') format('woff'), url('Din_light.ttf') format('truetype'), url('Din_light.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'DINPro-Black';
	src: url('DINPro-Black.eot');
	src: local('DINPro-Black'), url('DINPro-Black.woff') format('woff'), url('DINPro-Black.ttf') format('truetype'), url('DINPro-Black.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

/*
Menu topo
*/

html, body {
    font-family: 'MyriadPro-Light_0', Calibri, Arial;
    background-color: #FFF;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    
}
p{
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}
#content {
    margin: 82px 0 100px;
}

h3 {
    font-size: 16pt;
    line-height: 20pt;
}

::-webkit-input-placeholder {
   color: #484e48;
   font-family: Calibri, Arial;
   font-size: 11pt;
}

:-moz-placeholder {
   color: #484e48;
   font-family: Calibri, Arial;
   font-size: 11pt;
}

::-moz-placeholder {
   color: #484e48;
   font-family: Calibri, Arial;
   font-size: 11pt;
}

:-ms-input-placeholder {  
   color: #484e48;
   font-family: Calibri, Arial;
   font-size: 11pt;
}

.float-left {
    float: left;
    padding-right: 15px;
}

.float-right {
    float: right;
    padding-left: 15px;
}

.quinzePorCento{
    width: 15%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    word-wrap: break-word;
}

.vinteecincoPorCento{
    width: 25%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    word-wrap: break-word;
}

.trintaPorCento{
    width: 30%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    word-wrap: break-word;
}

.cinquentaPorCento{
    width: 50%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.setentaPorCento{
    width: 70%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.oitentaecincoPorCento{
    width: 85%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.breadcrumbs .trail-items {
    margin-bottom: 25px;
    font-size: 11pt;
    font-weight: bold;
}

.breadcrumbs .trail-item a {
    text-decoration: underline;
    color: #305979;
}

#busca-faq {
    text-align: center;
    margin-top: 82px;
    margin-bottom: -90px;
    background-color: #005B95;
    padding: 0 5px;
}

#busca-faq h3 {
    margin-bottom: 15px;
}

#busca-faq form {
    position: relative;
    margin: 0 auto;
}

#busca-faq form input[type='text'] {
    font-family: Calibri, Arial;
    background-color: #FFF;
    color: #000;
    height: 45px;
    display: block;
}

#busca-faq form input[type='image'] {
    border: none;
    background: none;
    position: absolute;
    top: 9px;
    right: 10px;
}

.categorias {
    float: left;
    width: 25%;
}

.categorias ul {
    list-style: none;
    padding: 0;
}

.categorias ul li a,
.categorias ul li ul li a {
  	background-color:#005B95;
    display: block;
    color: #FFFFFB;
    border-top: 1px solid #B7CAD8;
    border-right: 2px solid #B7CAD8;
    border-left: 2px solid #B7CAD8;
    border-bottom: 1px solid #B7CAD8;
    text-align: left;
    font-size: 12pt;
    font-weight: bold;
    padding: 6px;
}

.categorias ul li ul {
    list-style: none;
}

.categorias ul li ul li {
    padding-left: 16px;
}

.categorias ul li a.current,
.categorias ul li ul li a.current {
	background-color: #EEE;
  	color:#395C8D;
}

ul.filtros {
    float: left;
    width: 25%;
    list-style: none;
    padding: 0;
}

ul.filtros li {
	background-color: #395C8D;
    display: block;
    color: #FFFFFB;
    border-top: 1px solid #B7CAD8;
    border-right: 2px solid #B7CAD8;
    border-left: 2px solid #B7CAD8;
    border-bottom: 1px solid #B7CAD8;
    text-align: center;
    font-size: 12pt;
    font-weight: bold;
    padding: 6px;
}
ul.filtros li a{
	color: #FFFFFB;
}

#primary {
    float: left;
    width: 75%;
    padding-left: 25px;
}

#primary a {
    color: #305979;
}

#primary a:hover {
    text-decoration: underline;
}

#primary a p {
    color: #000;
}

#primary a:hover p {
    text-decoration: none !important;
}

.single-pergunta_frequente #primary {
    width: 100%;
    padding: 0;
}

#secondary {
    float: right;
    width: 22%;
    text-align: center;
}

#secondary p {
    font-size: 13pt;
    line-height: 15pt;
    margin-bottom: 15px;
}

#secondary a.btn-duvida, #secondary input[type="submit"] {
    font-family: 'MyriadPro-Light_0', Calibri, Arial;
    background-color: #89877e;
    color: #FFF;
    font-size: 14pt;
    padding: 0 10px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    margin: 10px 0;
    width: auto;
    border: none;
}

#secondary #btn-fechar-envie {
    font-size: 12pt;
    color: #4490B4;
    text-decoration: underline;
}

#secondary input, #secondary select, #secondary textarea {
    width: 100%;
    height: 35px;
    font-family: Calibri, Arial;
    margin: 4px 0;
    font-size: 11pt;
    border: 1px solid #E4E4E4;
    color: #000;
}

#secondary .erro {
    border-color: #B70E0E;
}

#secondary textarea {
    height: 120px;
}

#secondary .form-duvida.open, #secondary .envie-duvida.open {
    display: block;
}

#secondary .form-duvida.close, #secondary .envie-duvida.close {
    display: none;
}

.center978 {
    margin: 0 auto;
    max-width: 978px;
    padding: 40px 0px;
    overflow: hidden;
}

.center400 {
    margin: 0 auto;
    max-width: 400px;
    padding: 40px 0px;
    overflow: hidden;
}

#menu-topo {
    position: fixed;
    top: 0px;
    z-index: 999;
    width: 100%;
    height: 82px;
    display: block;
    background-color: #FFF;
    box-shadow: 0px 0px 7px 0px #B7CAD8;
}

#menu-topo .center978 {
    overflow: inherit;
    padding: 0;
    display: flex;
  	align-items: center;
	align-content: space-between;
	height: 82px;
}

#menu-topo .center400 {
    overflow: inherit;
    padding: 0;
}

#menu-topo .logo-sistema{
    display: flex;
    margin-left: auto;
    flex-direction: column;
    width: 140px;
}

#menu-topo .logo-sistema div{
    text-align: left;
}

#menu-topo .logo-sistema p{
	font-size: 0.75em;
  	line-height: 1;
}

#menu-topo .float-right {
	display: flex;
    justify-content: flex-end;
    align-items: center;  
}

#menu-topo .login {
    float: right;
    margin-top: 24px;
}

#menu-topo a {
    display: inline-flex;
}

#menu-topo a span {
    font-family: 'Din_light', Calibri, Arial;
    font-size: 26pt;
    font-weight: bold;
}

#menu-topo img.logo {
    margin: -15px 0 0 0;
    max-width: 70%;
}
#menu-topo .logo-header{
	display:flex;
  	flex-direction: column;
  	align-items: flex-end;
}

#menu-topo .logo-header p{
	font-size: 0.75em;
}

#page-login {
    position: relative;
}

#page-login ul.opcoes-login {
    position: absolute;
    margin: 0;
    right: 0;
    bottom: 12px;
    list-style: none;
}

#page-login ul.opcoes-login li {
    font-size: 11pt;
}

#page-login ul.opcoes-login li img {
    margin-bottom: 3px;
}

ul.lista-perguntas {
    list-style: none;
}

ul.lista-perguntas li {
    margin: 15px 0;
}

ul.lista-perguntas li a {
    font-weight: bold;
}

ul.lista-perguntas li a p {
    font-weight: 100;
    text-decoration: none !important;
}

ul.lista-perguntas li a:hover p {
    text-decoration: none !important;
}

.entry-content h1 {
    font-family: 'MyriadPro-Light_0', Calibri, Arial;
    font-size: 19pt;
    line-height: 26pt;
    margin: 0;
    margin-bottom: 25px;
}

.coluna50PorCento {
    padding: 5px;
    width: 50%;
    box-sizing: border-box;
    display: inline-table;
}

#footer {
    width: 100%;
    bottom: 0;
    /*background-color: #474d5b;*/
    color: #131313;
    text-align: center;
	
}

#footer .center978 {
    position: relative;
    overflow: visible;
  	display: inline-flex;
  	align-items: center;
}

#footer img {
	max-height: 60px;  
}

#footer p {
    margin: 0 16px;
    float: left;
    text-align: center;
    font-size: 11pt;
}

#footer p span.ic {
    width: 22px;
    height: 19px;
    display: block;
    margin: 0 auto;
    background-image: url(imagens/ics-rodape.png);
}

#footer p span.ic.telefone {
    background-position: 0 0;
}

#footer p span.ic.email {
    background-position: -22px 0;
}

#footer .secBrasao{
	margin-left:15px;
      font-family: 'Segoe UI','Helvetica Neue LT Std','Helvetica Neue'!important;
      
}
#footer .secBrasao img {
    float: left;
    height: 42px;
}

#footer .secBrasao h3{
  	color:#f44336;
}

#footer .secBrasao h6{
  	float:left;
  	color: #727272;
}

#footer .secNome{
	margin-right: 15px;
  	font-family: 'Lato', sans-serif;
}

#footer div.barrinha{
  	height:60px;
  	border-right: 1px solid #131313;
}

#footer .secNome div{
  	height: 25px;
	font-size: 1.25em;
  	text-align: left;
 	font-weight: 900;
}

#footer .secNome h6{
  	color:#727272;
	font-weight: 700;
  	font-size: 1em;
}

#page>#content>#primary>#main>p {
    text-align: justify;
}

.form-rdp-pergunta {
    background-color: #005B95;
    position: fixed;
    opacity: 0;
    z-index: 1;
    width: 245px;
    right: 0;
    bottom: -500px;
    padding: 4px;
	color: #FFFFFB;

    text-align: center;
    
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    transition-timing-function: ease;
    -webkit-transition-timing-function: ease; /* Safari and Chrome */
}

.form-rdp-pergunta.open {
    opacity: 1;
    bottom: 0;
}

.form-rdp-pergunta textarea {
    font-family: 'MyriadPro-Light_0', Calibri, Arial;
    font-size: 11pt;
    width: 235px;
    height: 95px;
    border: none;
    padding: 5px 9px;
}
.form-rdp-pergunta input#email{
    font-family: 'MyriadPro-Light_0', Calibri, Arial;
    font-size: 11pt;
    width: 235px;
    border: none;
    padding: 5px 9px;
  	background-color:#fff;
  	margin:0;
  	margin-bottom:5px;
  	background-color: #f7f7f7;
  	color: rgba(51, 51, 51, 0.7);
}
.form-rdp-pergunta select{		
    font-family: Calibri, Arial;		
    font-size: 11pt;		
    width: 235px;		
    border: none;		
  	background-color:#fff;		
  	margin:0;		
  	margin-bottom:5px;		
  	background-color: #f7f7f7;		
  	color: rgba(51, 51, 51, 0.7);		
}
.form-rdp-pergunta input#email:focus {
  	background-color:#fff;
  	color:#333;
}

.form-rdp-pergunta a, .form-rdp-pergunta input {
    font-family: 'MyriadPro-Light_0', Calibri, Arial;
    font-size: 11pt;
    font-weight: 100;
    background: transparent;
    border: 1px solid #FFF;
    padding: 10px;
    color: #FFF;
    margin: 20px 7px;
    outline: none;
}

.form-rdp-pergunta a:hover, .form-rdp-pergunta input:hover {
    background-color: #305979;
}

.rdp-pergunta {
    position: fixed;
    z-index: 9;
    right: 0;
    bottom: 0;
    background-color: #005B95;
    padding: 10px;

    text-align: center;
    
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    transition-timing-function: ease;
    -webkit-transition-timing-function: ease; /* Safari and Chrome */
}

.rdp-pergunta.close {
    opacity: 0;
    bottom: -500px;
}

.rdp-pergunta a.utilidade {
    font-size: 11pt;
    color: #FFF;
    width: 50%;
    float: left;
    padding: 6px;
    box-sizing: border-box;
}

.rdp-pergunta a.utilidade span.ic {
    width: 15px;
    height: 15px;
    display: inline-block;
    margin: 0 4px -5px;
    background-image: url(imagens/ics-utilidade.png);
    background-position: 0 0;
    outline: none;
}

.rdp-pergunta a.utilidade:hover span.ic {
    background-position: -30px 0;
}

.rdp-pergunta a.utilidade.active span.ic {
    background-position: -15px 0;
}

.rdp-pergunta h4 {
	color: #FFFFFB;
    font-size: 11pt;
}

ul.easy-wp-page-nav li {
    position: relative;
    margin: 0;
}

ul.easy-wp-page-nav li.number:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    width: 1px;
    height: 20px;
    display: block;
    background-color: #474d5b;
}

ul.easy-wp-page-nav li.number:first-of-type:before {
    display: none;
}

.easy-wp-page-navigation a, .easy-wp-page-navigation span {
    border: none;
    background: none;
    color: #474d5b;
    padding: 10px;
}

.easy-wp-page-navigation a:hover, .easy-wp-page-navigation span.current {
    background: none;
    color: #474d5b;
}

.easy-wp-page-navigation a.first-page-link, .easy-wp-page-navigation span.first-page-link {
    background: #005B95;
    color: #FFFFFB !important;
}

.easy-wp-page-navigation a.last-page-link, .easy-wp-page-navigation span.last-page-link {
    background: #005B95;
    color: #FFFFFB !important;
}

.easy-wp-page-navigation a.next, .easy-wp-page-navigation span.next {
    background: #005B95;
    color: #FFFFFB !important;
    margin: 0 30px;
}

.easy-wp-page-navigation a.prev, .easy-wp-page-navigation span.prev {
    background: #005B95;
    color: #FFFFFB !important;
    margin: 0 30px;
}

.easy-wp-page-navigation span.current {
    text-decoration: underline;
}

form#ajuda input, form#ajuda select, form#ajuda textarea {
    font-family: 'MyriadPro-Light_0', Calibri, Arial;
    border-color: #005B95;
    background-color: #FFF;
    color: #000;
    margin-bottom: 12px;
}

form#ajuda select{		
    font-family: Calibri, Arial;		
    font-size: 11pt;		
}

form#ajuda input[type='submit'] {
    background-color: #005B95;
    color: #FFFFFB;
    font-weight: 100;
    font-size: 11pt;
    opacity: 1;
}
