/*
Theme Name: sbpc
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sbpc
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

sbpc is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/



@font-face {
    font-family: 'proximabold-alt';
    src: url('fonts/mark_simonson_-_proxima_nova_alt_bold-webfont.woff2') format('woff2'),
         url('fonts/mark_simonson_-_proxima_nova_alt_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'proximalight-alt';
    src: url('fonts/mark_simonson_-_proxima_nova_alt_light-webfont.woff2') format('woff2'),
         url('fonts/mark_simonson_-_proxima_nova_alt_light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'proxima-alt';
    src: url('fonts/mark_simonson_-_proxima_nova_alt_regular-webfont.woff2') format('woff2'),
         url('fonts/mark_simonson_-_proxima_nova_alt_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'proximabold';
    src: url('fonts/mark_simonson_-_proxima_nova_bold-webfont.woff2') format('woff2'),
         url('fonts/mark_simonson_-_proxima_nova_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'proximalight';
    src: url('fonts/mark_simonson_-_proxima_nova_light-webfont.woff2') format('woff2'),
         url('fonts/mark_simonson_-_proxima_nova_light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'proxima';
    src: url('fonts/mark_simonson_-_proxima_nova_regular-webfont.woff2') format('woff2'),
         url('fonts/mark_simonson_-_proxima_nova_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'latoblack_italic';
    src: url('fonts/lato-blaita-webfont.eot');
    src: url('fonts/lato-blaita-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/lato-blaita-webfont.woff') format('woff'),
         url('fonts/lato-blaita-webfont.ttf') format('truetype'),
         url('fonts/lato-blaita-webfont.svg#latoblack_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'latobold';
    src: url('fonts/lato-bol-webfont.eot');
    src: url('fonts/lato-bol-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/lato-bol-webfont.woff') format('woff'),
         url('fonts/lato-bol-webfont.ttf') format('truetype'),
         url('fonts/lato-bol-webfont.svg#latobold') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'latolight';
    src: url('fonts/lato-lig-webfont.eot');
    src: url('fonts/lato-lig-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/lato-lig-webfont.woff') format('woff'),
         url('fonts/lato-lig-webfont.ttf') format('truetype'),
         url('fonts/lato-lig-webfont.svg#latolight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'latolight_italic';
    src: url('fonts/lato-ligita-webfont.eot');
    src: url('fonts/lato-ligita-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/lato-ligita-webfont.woff') format('woff'),
         url('fonts/lato-ligita-webfont.ttf') format('truetype'),
         url('fonts/lato-ligita-webfont.svg#latolight_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'lato';
    src: url('fonts/lato-reg-webfont.eot');
    src: url('fonts/lato-reg-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/lato-reg-webfont.woff') format('woff'),
         url('fonts/lato-reg-webfont.ttf') format('truetype'),
         url('fonts/lato-reg-webfont.svg#lato') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'latoitalic';
    src: url('fonts/lato-regita-webfont.eot');
    src: url('fonts/lato-regita-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/lato-regita-webfont.woff') format('woff'),
         url('fonts/lato-regita-webfont.ttf') format('truetype'),
         url('fonts/lato-regita-webfont.svg#latoitalic') format('svg');
    font-weight: normal;
    font-style: normal;
}










html {
	font-family: 'proxima';
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

.center{
	max-width:1260px;
	margin:0 auto;
	padding:0px 40px
}


#masthead{
	border-bottom:1px solid #ebebeb;
}


.site-branding{
	float:left
}

#window-search{
	background: #037693 none repeat scroll 0 0;
    bottom: 0;
    display: none;
    height: 100%;
    left: 0;
    margin-left: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    transition: background 0.2s ease 0s;
    width: 100%;
    z-index: 99999999;
}

#window-search .borda-busca {
    left: 50%;
    min-width: 358px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

#window-search #close-page {
    cursor: pointer;
    float: left;
    height: 50px;
    margin: 2%;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    z-index: 2147483647;
	background-image:url(images/close.png);
	background-repeat:no-repeat;
}
#window-search #close-page:hover{
	opacity:0.7
}



#window-search input[type="search"] {
	color: #666;
    border: 1px solid #037693;
	border-radius: 0px;
	padding: 17px;
	width:300px;
	min-height:50px;
	margin-right:3px
}

#window-search input[type="submit"] {
    background: #96c435;
    border: 1px solid #037693;
    color: #037693;
    display: inline-block;
    float: right;
    font-size: 0.8em;
    letter-spacing: 0.07em;
    margin-bottom: 5px;
    margin-right: 10px;
    padding: 8px 15px;
    text-transform: uppercase;
    transition: all 300ms ease 0s;
	float:right;
	width:120px;
	height:60px;
}

#window-search input[type="submit"]:hover {
	background:#005368;
	color:#fff;
}


/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: 'proxima';
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 1em;
	
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

figure {
	margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #037693;
    color: #037693;
    display: inline-block;
    font-size: 0.8em;
    letter-spacing: 0.07em;
    margin-bottom: 5px;
    margin-right: 10px;
    padding: 8px 15px;
    text-transform: uppercase;
    transition: all 300ms ease 0s;
	background:#fff;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: #037693 none repeat scroll 0 0;
    color: #fff;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
	width:100%;
	min-height:50px;
}



select {
	border: 1px solid #ccc;
	width:100%;
	padding:3px 10px
}

label{
	font-size:0.7em;
	text-transform:uppercase;
	letter-spacing:1px;
	color:#5E5E5E
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
	border: 2px solid #037693;
	background:#e5f6f9
}

textarea {
	width: 100%;
}

.cx-cinza{
	padding:30px;
	background:#f5f5f5;
	width:100%;
	margin-bottom:10px
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color:#037693;
	text-decoration:none
}

a:visited {
	color:#037693;
}

a:hover,
a:focus,
a:active {
	color: #7abb59;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#language{
	float:right;
	padding-left:20px;
	border-left:1px solid #ebebeb
}
#icon-search{
	float:right;
	padding:0 40px 0 15px;
	border-left:1px solid #ebebeb;
	width:20px;
	height:20px
}

#lupa{
	 fill:#616061
}
#icon-search:hover #lupa{
	 fill:#138fa5
}
.menu-institucional{
	text-transform:uppercase;
	width:100%;
	border-bottom:1px solid #ebebeb;
	padding:16px 0px 5px 0px;
	color:#656464;
	font-size:0.8em;
	letter-spacing:1px;
	float:left;
	font-family:'proxima-alt';
}


.menu-institucional a{
	color:#656464;
	text-decoration:none	
	
}
#secondary-menu{
	font-family:'proxima-alt';
}
#icons-header{
	float:right;
	display:none
}
.icon{
	height:30px;
	float:right;
	margin-top:40px;
	margin-left:20px
}

.icon:hover path{
	fill:#138fa5
}

.social-header{
	float:right;
	margin-left:20px;
	margin-top:-4px
}

.social-header img{
	float:right;
	margin-left:5px;
	opacity:0.4
}

.social-header img:hover{
	opacity:0.9
}


.menu-menu-principal-container{
	margin-top:48px
}

.main-navigation {
	float: left;
	width: calc(110% - 405px);
	text-transform:uppercase;
	font-size:0.9em;
	font-family:'proximabold-alt';
	letter-spacing:1px;
	float:right;
}

.menu-institucional .main-navigation {
	width: calc(100% - 270px);
}
.main-navigation ul {
	display: block;/*------------*/
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: right;
	position: relative;
	margin-right:2em
}
.main-navigation .menu-menu-principal-container  li {
	margin-right:0;
	margin-left:2em
}

.main-navigation a {
	display: block;
	text-decoration: none;
	color:#161616;
	padding-bottom:10px
}

.menu-item-16790 a{
   background-color: yellow;
   color: red;
}

.main-navigation a:hover,
#language a:hover{
	color:#138fa5/*-------Azul menu*/
}


.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 25px;
	left: -999em;
	z-index: 999999999;
	background-color:#f5f5f5;
	border-top:3px solid #138fa5
}

.main-navigation .menu-menu-principal-container ul ul {
	font-family:'proxima-alt';
	font-size:0.85em
}

.menu-menu-institucional-container ul ul ul,
.main-navigation .menu-menu-principal-container ul ul ul {
	left: -999em;
	top: 0;
	font-size:1em
}

.main-navigation ul ul li a {
	width: 200px;
	display:block;
	padding:10px 20px;
}

.main-navigation ul ul li {
	border-bottom:1px solid #bdd2d3;
	margin-right:0px;
	margin-left:0px!important;
	display:block
}

.main-navigation ul ul li a:hover{
	background-color:#98d7db;
	color:#161616
}
.main-navigation li:hover > a,
.main-navigation li.focus > a {
	color:#138fa5
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
	color:#138fa5
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}




/*--------------------------------------------------------------
# Home
--------------------------------------------------------------*/
section{
	float:left;
	width:100%
}

#home-galeria{
	float:right;
	width:49.8%;
	position:relative;
}
.highlight{
	background: #98d7db;
    float: left;
    height: auto;
	padding-bottom:6%;
    position: relative;
    width: 49.8%;
	z-index:999999
}
.highlight .highlight{
	width:100%;
	padding-bottom:0;
}
.slidesjs-container{
	min-height:auto;!important
}
.lista .slidesjs-container{
	min-height:600px;!important
}
.slide{
	width:100%
}
.slidesjs-play{
	display:none!important
}
.dois-col{
	float:left;
	position:relative;
	width:100%
}
.highlight .right{
	float:right
}
.highlight .left{
	float:left
}

.image-highlight{
	background-size:cover!important;
	background-position:center center!important
}

.dois-col .item{
  top: 50%;
  transform: translateY(-50%);
  position:absolute;
  padding-right:12%;
  max-width:580px;
  margin-left:40px;
  right:0px;
  min-width: 90%;
  }
.highlight .dois-col .item{
   min-width: 0;
  }
#nav-highlight {
	position:relative;
	width:100%;
	position:absolute;
	bottom:50px
}
#nav-highlight .circle{
	width:10px;
	height:10px;
	border-radius:10px;
	background:#fff;
	float:left;
	margin:5px
}
#nav-highlight .active .circle {
	background:#000;
}

#nav-highlight .circle:hover {
	background:#000;
}
.highlight .slidesjs-pagination{
	list-style:none;
	width:100%;
	float:left;
	margin-left: 0px;
    padding-left: 40px;
	text-align:left;
	margin-top:20px;
	position:absolute;
	z-index:999;
	width:100%;
	bottom:-30px;
	right:0;
	max-width:620px
	
}
.item-highlight{
    max-height: 100px;
    top:50%!important

}

.slidesjs-stop{
	display:none!important
}

.slidesjs-pagination li{
	border-radius: 40px;
    display: inline-block;
    height: 12px;
    margin-right:15px;
    overflow: hidden;
    text-align: center;
    width: 12px;
}

.slidesjs-pagination li a{
	padding:10px;
	color:#fff;
	background:#fff;
	border-radius:3px;
	display:block
	
}
.lista .slidesjs-pagination li a{
	color:#138fa5;
	background:#138fa5;
}
.slidesjs-pagination li a.active,
.slidesjs-pagination li a:hover{
	background:#000
}
.slidesjs-previous,
.slidesjs-next{
	display:none
}


#home-mais-noticias,
#home-outros-destaques,
#home-publicacoes,
#apoios-institucionais,
#home-tres-destaques,
#home-dois-destaques{
	padding:7% 0
}
#home-publicacoes{
	background:#f6f4f4;
}

#home-tres-destaques{
	background:#e8f4f5
}
#home-dois-destaques{
	background:#e8f4f5
}
#home-servicos{
	background:#98d7db;
	padding:50px 0
}
.quatro-col .item{
	float:left;
	width:25%;
	padding:0 2%
}
.tres-col .item{
	float:left;
	width:33.333%;
	padding:0 2%
}

.two-col .item{
	float:left;
	width:50%;
	padding:0 2%
}
.two-col,
.tres-col,
.quatro-col{
	margin:0 -2%
}

.item a{
	text-decoration:none
}
.highlight .chapeu{
	color:#fff;
}
.chapeu{
	text-transform:uppercase;
	letter-spacing:0.12em;
	font-weight:normal;
	font-family:'proximabold-alt'
}

h5.chapeu{
	color:#3a3a3a;
	font-size:1em;
	text-align:center;
	margin-bottom:100px
}

#home-outros-destaques h5.chapeu{
	text-align:left;
}
h5.chapeu span{
	border-bottom:1px solid #d6d6d6;
	padding-bottom:30px;

}

p.chapeu{
	font-size:0.7em;
	color:#a7aaaa;
	font-family:'proxima';
	padding-bottom:0px
}
#highlight p.chapeu a{
	color:#fff;
	font-family:'proximabold';
	} 
h2.entry-title{
    color: #000;
    font-family: "proximalight";
    font-size: 1.9em;
    font-weight: normal;
    line-height: 1.2em;
	
}
.highlight a:hover h2.entry-title{
	color:#0333f;
}
h3.entry-title{
	color:#3a3a3a;
	line-height:1.3em;
	margin-bottom:0;
	font-size:1.24em;
	
}
.resumo{
	color:#5e5e5e;
	font-size:1em;
	font-family:'proximalight';
	margin-top:3px
}
#home-dois-destaques .resumo,
#home-tres-destaques .resumo{
	margin-bottom:1.5em
}

.key{
	font-family:'proximabold';
	color:#258798 
}

a .chapeu:hover,
a .entry-title:hover{
	color:#037693!important
}
.bot-leia-mais{
	border: 1px solid #037693;
    color: #037693;
    display: inline-block;
    font-size: 0.7em;
    letter-spacing: 0.07em;
    margin-right: 10px;
	margin-bottom:5px;
    padding: 8px 15px;
    text-transform: uppercase;
}
.bot-leia-mais:hover{
	background:#037693;
	color:#fff;
}

.cx-cinza .bot-veja-mais a{
	border: none;
	background:#7abb59;
    color: #fff;
    font-size: 0.6em;
    letter-spacing: 0.07em;
    margin-right: 10px;
	margin-bottom:5px;
    padding: 10px 15px; 
    text-transform: uppercase;
}

.cx-cinza .bot-veja-mais a:hover{
	background:#037693;
	color:#fff;
}


/*-------------------Publicações*/
#home-publicacoes {
	text-align:center
}
#home-publicacoes .item{
	text-align:center
}
.img-veiculo{
	margin-bottom:50px;
}
.img-veiculo img:hover{
	opacity:0.8
}

.mais-publicacoes{
	margin-top:80px;
	font-size:0.9em;
}

/*-------------------Outros Destaques*/
#home-outros-destaques a .entry-title::after{
	content: "";
    display: block;
    height: 1px;
    margin: 28px 0 28px;
    width: 30px;
	background-color:#d6d6d6
}
/*-------------------Serviços*/

#home-servicos .estudantes{
	background:url(images/icon-gd-estudantes.png);
}
#home-servicos .educadores{
	background:url(images/icon-gd-educadores.png);
}
#home-servicos .oportunidades{
	background:url(images/icon-gd-carreiras.png);
}
#home-servicos .estudantes,
#home-servicos .educadores,
#home-servicos .oportunidades{
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:100px;
}
#home-servicos .entry-title{
	text-transform:uppercase;
	font-family:'proximabold';
	font-weight:normal;
	letter-spacing:1px
}

/*-------------------Apoios Institucionais e Parceiros*/


#parceiros{
	margin:-3% 0 7% 0;
}
.logos{
	width:100%;
	float:left;
	text-align:center
}
.logos img{
	margin:1%
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#colophon{
	background-color:#e9e7e8;
	padding:5% 0;
}

.site-info{
	float:left;
	width:60%;
}
.site-info p{
	text-transform:uppercase;
	font-size:0.7em;
	letter-spacing:1px;
	margin:3px 0px
}
.site-info p:first-child{
	font-family:'proximabold';
	font-size:0.8em
}

.social{
	float:left;
	width:40%;
	text-align:right
}
.social div{
	width:60px;
	height:60px;
	float:right
}

.social .bot-facebook,
.social .bot-twitter,
.social .bot-youtube{
	background-repeat:no-repeat;
	background-position:center center;	
}

.social .bot-facebook{
	background-image:url(images/facebook.png);
	background-color:#064298;
}
.social .bot-twitter{
	background-image:url(images/twitter.png);
	background-color:#01c5ff;
}
.social .bot-youtube{
	background-image:url(images/youtube.png);
	background-color:#c30505;
}

.social div:hover{
	background-color:#2C2C2C;
	transition:ease 0.2s
}




/*--------------------------------------------------------------
# Listagem
--------------------------------------------------------------*/

#primary{
	float:left;
	width:70%
}
#secondary{
	float:right;
	width:28%
}

#breadcrumb{
	padding:40px 0px 20px 0px;
	border-bottom:3px solid #138fa5;
	text-transform:uppercase;;
	margin-bottom:60px
}

#breadcrumb a{
	color:#232323;
	font-size:0.9em;
	text-decoration:none;
	letter-spacing:1px;
}

#breadcrumb .ative{
	font-family:'proximabold'
}

#breadcrumbs{
    list-style:none;
	margin:0px;
	padding:0px;
    overflow:hidden;
} 
#breadcrumbs li{
    display:inline-block;
    vertical-align:middle;
    margin-right:15px;
} 
#breadcrumbs .separator{
    font-size:18px;
    font-weight:100;
    color:#ccc;
}


.lista article {
	border-bottom: 1px dotted #ccc;
    display: table;
    margin-bottom: 0;
    width: 100%;
    padding: 4% 0;
    width: 100%;
}
.entry-image{
	background-position: center center !important;
    background-size: cover !important;
    height: auto;
    max-width: 450px;
    
	height: 400px;
    width: 300px;
	
	padding-bottom: 71%;
    position: relative;
	margin-right:10%;
}
#home-tres-destaques .entry-image,
#home-dois-destaques .entry-image{
	margin-right:0;
	max-width:100%
}
#home-dois-destaques .entry-image{
	padding-bottom:52%
}
.item-lista{
	display: table-cell;
    vertical-align: middle;
    width: 55%;
}
.entry-date,
.tags{
	color:#a7aaaa;
	margin-bottom:5px;
	font-size:0.8em;
	letter-spacing:1px;
	font-weight:normal;
	text-transform:uppercase
}
a.entry-date{
	cursor:pointer
}
.item-lista h2{
	color:#252525;
	margin:0;
	line-height:1.2em;
	font-family:'proxima';	
	font-weight:normal
}
.item-lista .resumo{
	color:#5e5e5e
}

#paginacao{
	background-color: #138fa5;
    padding: 60px 0;
    width: 100%;
	text-align:center;
}


#paginacao a{
	text-transform:uppercase;
	color: #fff;
	border:2px solid #fff;
	padding:10px 20px;
	letter-spacing:1px
}

#paginacao a:hover{
	color: #7abb59;
	border:2px solid #7abb59;

	transition:all 0.3s
}

/*--------------------------------------------------------------
# Single
--------------------------------------------------------------*/
h1.entry-title{
	font-family: 'proximalight';
	font-size: 2.8em;
	line-height:1.1em;
	font-weight:normal
}
.entry-content{
	font-family: 'proximalight';
	font-size:1.2em;
	line-height:1.6em;
	font-weight:normal;
	max-width:760px
}
.linha-fina{
	font-family: 'latolight_italic';
	font-size:1.3em;
	color:#999;
	font-weight:normal
}

article .entry-header::after{
	content: "";
    display: block;
    height: 3px;
    margin: 28px 0 28px;
    width: 60px;
	background-color:#138fa5
}

.olho {
	float:left;
	width:100%;
	padding:3% 10%;
	margin:5% 0;
	text-align:center;
	color:#138fa5;
	font-size:1.4em;
	line-height:1.2em;
	border-top:1px dotted #ccc;
	border-bottom:1px dotted #ccc;
    font-family: 'latolight_italic';
}


article .entry-content h4{
	font-family:proximabold;
	font-weight:normal;
	
}
.post-type-archive-linha h3,
article .entry-content h3{
	font-family:proximabold;
	font-weight:normal;
	border-bottom:1px solid #ccc;
	padding-bottom:20px;
	margin-top:10px
}

article .entry-content strong{
	font-family:proximabold;
	font-weight:normal;
}
.topo,
.base,
.complemento,
.lateral{
	margin-bottom:60px!important;
	margin-top:0px!important;
	float:left
}

.areaA{
	background:#519548
}

.areaB,
.areaC{
	background:#88c425
}
.areaD{
	background:#787f77
}
.areaE{
	background:#0abfbc
}
.areaF{
	background:#b1c6ac
}
.areaA,
.areaB,
.areaC,
.areaD,
.areaE,
.areaF{
	border-radius:5px;
	padding:10px;
	color:#fff!important;
	transition:all 0.2s;
	margin:10px 3px 40px 3px;
	float:left;
}

.areaA:hover,
.areaB:hover,
.areaC:hover,
.areaD:hover,
.areaE:hover,
.areaF:hover{
	background:#7abb59;
	color:#fff;
}
.lista .carreira{
	padding-bottom:7%;
	padding-top:7%
}
.carreira dd{
	margin:0
}
.carreira dt{
	font-family:'proximabold';
	font-weight:normal;
}
.carreira .entry-content{
	margin-top:1em
}

.term-description{
	font-family:'latolight_italic';
	color:#999;
	font-size:1.1em;
	font-weight:normal;
	background:#f2f2f2;
	padding:6%;
	margin-top:1em;
	margin-bottom:20px

}
.term-description::before {
    background-color: #7abb59;
    content: "";
    display: block;
    height: 3px;
    margin: 20px 0 20px 0;
    width: 60px;
}


/*-------------
Linha do tempo
--------------*/

#galleries{
	margin:0px;
	list-style:none;
	padding:20px;
	width:100%;
	text-transform:uppercase;
	letter-spacing:1px;
	float:left;
	background:#494949;
	border-radius:5px;
	text-align:center
}
.lista #galleries,
.lista #show-gallery{
	max-width:763px
}
#galleries li{
	display:inline-block;
}

#galleries li a{
	border-radius:5px;
	padding:10px;
	color:#fff!important;
	transition:all 0.2s;
	margin:0px 3px 0px 3px;
	float:left;
	background:#138fa5
}

#galleries li a:hover,
#galleries li a.active,
#galleries li.active{

	background:#7abb59
}

#show-gallery{
	float:left;
	width:100%;
	background:#f5f5f5;
	text-align:center;
	padding:20px
	
}

#gallery-description{
	font-family: "proxima";
    font-size: 1.4em;
    line-height: 1em;
    margin: 21px 0;
	margin:20px
}



.caixa {
    background-color: #f5f5f5;
    border-radius: 2px;
    color: #000;
    height: 317px;
    margin-bottom: 60px;
	width:100%!important;
	padding:40px;
	overflow-y:scroll;
	font-size:0.8em;
}

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/

#secondary .menu a{
	background:#138fa5;
	padding:12px 16px;
	color:#fff;

}
#secondary ul{
	list-style:none;
	text-align:right;
}
#secondary{
	text-align:right;
}
#secondary ul li{
	line-height:47px
}
.widget {
	margin: 0 0 1.5em;
}
.widgettitle,
.widget-title{
	text-transform:uppercase;
	color:#333;
	font-size:0.9em;
	font-weight:normal;
	border-bottom:1px dotted #ccc;
	padding-bottom:10px;
	margin-bottom:13px;
}
/* Make sure select elements fit in widgets. */
.widget select {
	border: 1px solid #138fa5;
    color: #666;
    font-family: "proximalight";
    font-size: 0.9em;
    max-width: 100%;
    width: 100%;
	max-width:100%;
	line-height:2em;
	padding-left:8px
	
}
.widget select option{
	padding:8px 8px
}

.widget-filtro{
	margin-bottom:15%
}
.sidebar-linha{
	font-family:'proximalight';
	color:#666;
	font-size:0.8em;
	text-align:left
}
.post-type-archive-linha .botao{
	margin-bottom:4px;
	line-height:1.5em;
	padding:15px;
	text-align:center
}


/*--------
# Submenu sidebar
----------*/

.widget_filtros{
	background:#f2f2f2;
	padding:20px
}
.widget_filtros,
.widget.widget_sidebar_submenu{
	margin: 1em 0 2em 0
}

.widget_filtros ul,
.widget_sidebar_submenu ul{
	list-style:none;
	margin:0px;
	padding:0px;
	text-align:right;
	text-transform:uppercase;
	font-family:'proxima';
}

.widget_filtros>ul,
.widget_sidebar_submenu>ul{
	margin-bottom:14%
}

#primary .widget_filtros ul li,
#primary .widget_sidebar_submenu ul li{
	display:inline-block;
	float:none;
	margin:5px
}

#primary .widget_filtros ul,
#primary .widget_sidebar_submenu ul,
#primary .widget-title{
	text-align:center
}

#primary .widget-filtro{
	margin-bottom:0
}

.widget_filtros ul li a,
.widget_sidebar_submenu ul li a,
.botao{
	background: #258798;
    color: #fff;
    font-size: 0.8em;
    letter-spacing: 1px;
    line-height: 44px;
    padding: 13px 17px;
    text-decoration: none;
	transition: all 300ms ease 0s;
}

.widget_filtros ul li a:hover,
.widget_filtros .current-menu-item a,
.widget_sidebar_submenu .current-menu-item a,
.widget_sidebar_submenu ul li a:hover,
.botao:hover{
	background: #7abb59;
	color:#fff;
}





/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}



/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 3em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}



/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	color: #999;
    font-size: 0.8em;
    font-style: italic;
    line-height: 1.2em;
    text-align: center;
}


.bx-wrapper .bx-pager {
	display:none
}
.bx-wrapper,
.bx-viewport,
.bxslider,
.bxslider li{
    overflow: hidden
}
.bxslider li{
	/*padding-bottom:1.05%;*/
}
.bxslider{
}

.bxslider li{
	overflow:hidden;
	background-color:#ccc;
}
.bxslider li img{
	/*min-height:550px!important;
	width:auto!important;
	max-width:1000px;
	min-width:100%*/
	display: block;
    max-width: 100%;
   /* position: absolute;
    top: 50%;
    transform: translate(0px, -50%);*/
	height:auto;
	min-width:100%
	
}
.bx-wrapper {
    border: none!important;
    box-shadow: none!important;
	margin-bottom:0px!important
}
@media screen and (max-width: 1100px) {
    .item-highlight .resumo{
    display: none
    }
   
}
@media screen and (max-width: 900px) {
    h3.entry-title {
        font-size: 1em;
    }
    p.resumo {
        font-size: 0.8em;
    }

    #home-servicos .estudantes,
    #home-servicos .educadores,
    #home-servicos .oportunidades{
        background-size:40px;
        padding-left: 50px;
    }
    #primary,
    #secondary {
        width: 100%;
    }
    .dois-col{
        width:100%;
    }
     h2.entry-title {
        font-size: 1.2em;
        line-height: 1.2em;
        }


}
@media screen and (max-width: 800px) {
    .bxslider li img{
        height:100%;
        width:auto
    }
}
@media screen and (max-width: 600px) {

	.two-col .item,
	.tres-col .item,
	.quatro-col .item{
    width: 100%;
	margin-bottom:30px;
	border-bottom:1px solid #f2f2f2;
	padding-bottom:30px
    }
    #home-servicos .estudantes,
    #home-servicos .educadores,
    #home-servicos .oportunidades{
        background:none;
        padding-left: 0;
    }
    .lista .item-lista,
    .lista .entry-image {
        width: 100%;
        display:block
    }
    h2.entry-title {
        font-size: 1.2em;
        line-height: 1.2em;
    }
    .highlight,
    #home-galeria,
    .dois-col{
        width:100%;
    }

    .bot-leia-mais{
        margin-top:10px
    }



}

@media screen and (max-width: 500px) {

    #icons-header{
        float:right;
        width:100%;
        margin-bottom:20px
    }

    #icons-header .icon{
        margin:0;
        width:30%;
        background-color:#f2f2f2;
        text-align:center;
        padding:10px;
        margin:3px;
        height:55px
    }
}
#wprmenu_menu .wprmenu_icon_par {
    width: 100%!important;
}
