html {
	overflow-y: scroll;
}

#main {
	background: white;
	-moz-box-shadow:2px 1px 5px #808080;
	-webkit-box-shadow:2px 1px 5px #808080;
	box-shadow:2px 1px 5px #808080;
}

#main #content .section {
	background: #fff;
}

#main-wrapper {
	margin: 0 auto;
	padding: 0;
	width: 894px;
	background: none;
	position: relative;
	z-index: 1;
}

#content-wrapper{
	float: none;
	display: inline-block;
	width: 100%;
}

#skip-to-nav, #page {
	font-size: 0.8em;
}

a, a:link, a:visited {
	/*color: #154678;*/
	text-decoration: none;
}
a:hover, a:focus, a:active, a:hover, a:focus, a:active, a.active, li a.active {
	/*color: #0A1F34;*/
}

h2.block-title {
	font-size: 24px;
	color: #0F6988;
	margin: 0 0 13px 0;
}

span.field-content, span.field-content a, span.field-content>a {
	line-height: 15px;
	display: inline-block;
}

/* Posiciona regioes descontando o menu */
.with-navigation .region-sidebar-first, .with-navigation .region-sidebar-second {
	margin-top: 75px;
}

.with-navigation #content {
	background: none no-repeat 0 45px scroll;
	margin-top: 0;
	padding-top: 50px;
}

/* Classe para alinhar conteudo de forma horizontal */
.horizontal{
	display: inline-block;
}

/* Corrige tabs */
ul.primary li.active a{
	padding-left: 5px;
}

ul.primary li a:hover{
	padding-left: 5px;
}

/* Fonte */
p, div, h1, h2, h3, h4, h5, h6, h1, h2, h3, body, caption, th, td, input, textarea, select, option, legend, fieldset, span{
	font-family: "PT Sans", sans-serif !important;
	line-height: 120%;
}

/* <nolink> pointer */
a.nolink{
	cursor:pointer;
}

/* Botao */
input.form-submit, a.button {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: url("../../images/buttons.png") repeat-x scroll 0 0 transparent;
    border-color: #E4E4E4 #D2D2D2 #B4B4B4;
    border-radius: 20px 20px 20px 20px;
    border-style: solid;
    border-width: 1px;
    color: #5A5A5A;
    cursor: pointer;
    font-weight: normal;
    margin-bottom: 1em;
    margin-right: 1em;
    padding: 4px 17px;
    text-align: center;
}

input.form-autocomplete, input.form-text, input.form-file, textarea.form-textarea, select.form-select {
  background: none repeat scroll 0 0 #FFFFFF;
  border-color: #999999 #CCCCCC #CCCCCC;
  border-image: none;
  border-right: 1px solid #CCCCCC;
  border-style: solid;
  border-width: 1px;
  color: #333333;
  padding: 2px;
  width: 100%;
}

.webform-container-inline select.form-select{
  width: auto;
}

fieldset{
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #CCCCCC;
	border-radius: 4px 4px 4px 4px;
	top: 12px;
}

.maintenance-page #main-wrapper{
     width: 95%;
     max-width: 894px;
}

.maintenance-page #main {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.maintenance-page #main #content .section {
    width: 100%;
    margin: 0;
}

#cboxOverlay {
    background: #b9b9b9;
}

/*Redes sociais - sites*/
.region-highlighted .social-links .item-list .field-items{
    float: right;
    margin: 0;
    background: #FBFBFB;
}
.region-highlighted .social-links .icon{
/*    background-color: #053666;*/
    border-radius: 4px;
}

.region-highlighted .social-links .item-list .last{
    margin-right: 0px !important;
}
.content .field-name-field-tags,
.region-content .block-addtoany{
    margin-top: 13px;
}

.social-links ul{
    overflow: visible;
}

/*Feature cookies*/
.eu-cookie-compliance-banner-info {
     padding: 10px 0px;
}
.eu-cookie-compliance-banner-info a{
    color:#fff !important;
    text-decoration: underline;
}
#sliding-popup .popup-content {
    max-width: 90%;
}
.eu-cookie-compliance-default-button{
    padding: 10px 13px !important;
    border-radius: 12px !important;
    font-size: 15px !important;
    text-shadow:none !important;
    color: #051034;
}

#sliding-popup.sliding-popup-bottom, #sliding-popup.sliding-popup-bottom .eu-cookie-withdraw-banner, .eu-cookie-withdraw-tab {
    opacity: 0.9;
}
@media screen and (max-width: 600px){
#sliding-popup .popup-content #popup-buttons {
    text-align: center !important;
}
}

/*Guia de fontes*/
.view-fontes form{
    padding: 2% 5%;
    background: #e4eaf2;
}

.view-fontes .views-field{
    color: #333333;
}

.view-fontes .nome-fonte div{
    margin: 10px 0 5px 0;
    font-size: 15px;
    color: #000;
}

.view-fontes .views-exposed-widget{
    width: 90%;
}
