/*
Theme Name: tetris
Author: Cidade Escola Aprendiz
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: tetris
*/


@font-face {
    font-family: "latoblack";
    font-style: normal;
    font-weight: normal;
    src: url("fonts/lato-bla-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/lato-bla-webfont.woff") format("woff"), url("fonts/lato-bla-webfont.ttf") format("truetype"), url("fonts/lato-bla-webfont.svg#latoblack") format("svg");
}
@font-face {
    font-family: "latoblack_italic";
    font-style: normal;
    font-weight: normal;
    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-face {
    font-family: "latobold";
    font-style: normal;
    font-weight: normal;
    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-face {
    font-family: "latobold_italic";
    font-style: normal;
    font-weight: normal;
    src: url("fonts/lato-bolita-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/lato-bolita-webfont.woff") format("woff"), url("fonts/lato-bolita-webfont.ttf") format("truetype"), url("fonts/lato-bolita-webfont.svg#latobold_italic") format("svg");
}
@font-face {
    font-family: "latohairline";
    font-style: normal;
    font-weight: normal;
    src: url("fonts/lato-hai-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/lato-hai-webfont.woff") format("woff"), url("fonts/lato-hai-webfont.ttf") format("truetype"), url("fonts/lato-hai-webfont.svg#latohairline") format("svg");
}
@font-face {
    font-family: "latohairline_italic";
    font-style: normal;
    font-weight: normal;
    src: url("fonts/lato-haiita-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/lato-haiita-webfont.woff") format("woff"), url("fonts/lato-haiita-webfont.ttf") format("truetype"), url("fonts/lato-haiita-webfont.svg#latohairline_italic") format("svg");
}
@font-face {
    font-family: "latolight";
    font-style: normal;
    font-weight: normal;
    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-face {
    font-family: "latolight_italic";
    font-style: normal;
    font-weight: normal;
    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-face {
    font-family: "lato";
    font-style: normal;
    font-weight: normal;
    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-face {
    font-family: "latoitalic";
    font-style: normal;
    font-weight: normal;
    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");
}

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust:     100%;
}

body {
    margin: 0;
    font-size:100%;
    line-height:100%
}

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: normal;
    font-family:'latobold'
}

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;
}


legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
    color: #272727;
    font-family: "latolight";
    font-size: 16px;
    font-size: 1.2em;
    line-height: 1.6;
    
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}

p {
    margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
    font-family:'latolight_italic';
    font-style:normal
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    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%;
}
.entry-content img.size-large,
.entry-content iframe
{
    max-width:100%;
    width:100%!important;
    margin: 20px 0;
}

#destaque .description{
    font-family:"lato"
}
.description,
#commentform input[type="text"],
#commentform input[type="email"],
#commentform input[type="url"],
#commentform textarea,
input,
#listagem .entry-footer .itens-material a{
    font-family:"latolight"
}
#destaque.metodologia h2,
#noticias-relacionadas h3,
.main-navigation a,
#destaque h1,
#menu-footer{
    font-family:"latobold"
}

/*-----------------------------
# Branco e preto
-----------------------------*/
#mais-lidas a,
table.alfabeto td a:hover,
a.custom-comment.selected,
a.custom-comment:hover,
#send-comment .bot-comentar:hover{
    color:#fff /* COLOR - BRANCO */
}
a h2.entry-title {
    color:#000 /* COLOR - PRETO */
}

#mais-lidas .caixa-link:hover,
#envie-seu-evento .caixa-link:hover,
#destaque.metodologia a:hover .caixa-link{
    border:2px solid #fff;
    color:#fff;
    background:none
}
#destaque .caixa-link:hover{
    background:none
}
#paginacao a,
a.custom-comment,
#send-comment .bot-comentar{
    color:#959595;
    border:2px solid #959595
}



/*--------------------------------------------------------------
# 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 https://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 3em;
}

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. */
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    transition:background 0.4s;
    text-transform:uppercase;
    letter-spacing:1px;
    color: #fff;
    font-size:0.7em;
    height:41px;
    border:0px;
    padding:0px 20px;
    float:left;
    margin-right:4%

}



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 {
}


input[type="search"] {
    color: #727272;
    border: 2px solid #a1a1a1;
    padding: 8px;
    margin:0px 3px;
    font-size:0.7em;
    letter-spacing:1px;
    float:left
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
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: #727272;
    border: 2px solid #a1a1a1;
    padding: 10px;
    margin:0px 3px;
    font-size:1em;
    letter-spacing:1px;
    float:left
}
input[type="search"]{
    background-image:url(images/search-filtro.png);
    background-repeat:no-repeat;
    background-position:right;
    background-color:#fff;
}
#filtros input[type="search"]{
    width:77%;
    background-image:none;
    margin:0;
    border:none
}
#filtros input[type="submit"]{
    background-color: transparent;
    background-image: url("images/search-filtro.png");
    background-position: center center;
    background-repeat: no-repeat;
    color: transparent;
    float: right;
    height: 37px;
    margin-right: 0;
    overflow: hidden;
    width: 20%;
}

#filtros input[type="submit"]:hover{
    -webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
    filter: grayscale(100%);
}

#filtros .borda-busca {
    border: 2px solid #a1a1a1;
    width: 220px;
    float:left;
    background:#fff;
 
}
#filtros{
    margin-bottom:-10px
}

.select{
    border: 2px solid #a1a1a1;
    overflow:hidden;
    max-width:300px;
    background-image:url(images/set-select.png);
    background-repeat:no-repeat;
    background-position:right;
    background-color:#fff;
    float:left;
    margin:0px;
    margin-right:4%;
    margin-bottom:10px;
}


#area-filtros select {
    border:0px;
    background:none;
    padding:9px;
    margin:0px 3px;
    width:115%;
    padding-right:70px;
    font-size:0.7em;
    letter-spacing:1px;
    text-transform:uppercase
}



select {
    border:1px solid #ccc;
    background:none;
    padding:9px;
    margin:0px 3px;
    width:auto;
    font-size:0.7em;
}

.checkbox{
    font-size:0.6em;
    float:left;
    margin-right:4%;
    margin-top:7px;
    letter-spacing:1px;
    text-transform:uppercase;
    width:130px
}

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: #727272;
}

textarea {
    width: 100%;
    max-width:390px
}


#area-filtros input[type=radio],
#area-filtros  input[type=checkbox] {
    margin-bottom: 21px;
}

input[type=radio],
input[type=checkbox] {
    float: left;
    height: 17px;
    margin-bottom: 0px;
    margin-right: 8px;
}


fieldset {
    border: none;
    margin: 30px 2px;
    padding:0px;
}


#primary .entry-content .wpcf7-form fieldset p,
#primary .entry-content .wpcf7-form p {
    padding-left: 0;
    width:100%;
    float:left;
    margin-top:0;
    color:#7A7A7A;
    font-size:0.8em;
    padding:10px 20px 20px 20px;
    margin-bottom:7px;
    background:#f5f5f5
}
#primary .entry-content  fieldset p small {
    width:100%;
    float:left;
    font-style:italic
}

fieldset legend{
    font-weight:normal;
    border-bottom:1px solid #ccc;
    padding-bottom:10px;
    margin-bottom:10px;
    width:100%;
    text-transform:uppercase;
    font-size:0.7em;
    letter-spacing:0.05em
}


.wpcf7-list-item{
    float:left;
    padding:10px;
    margin:2px;
    background:#e4e4e4;
}

span.wpcf7-list-item {
    margin-left: 2px;
}
.captcha{
    margin:0px
}
.wpcf7-submit{
    margin-top:5px
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
    text-decoration:none;
    transition:all 0.2s ease 0s;
}


a:hover,
a:focus,
a:active,
h2.entry-title a:hover,
.caixa-link:hover {
    transition:all 0.2s ease 0s;
}

a:focus {
    outline: thin dotted;
    transition:all 0.2s ease 0s;
}

a:hover,
a:active {
    outline: 0;
}


.caixa-link,
#paginacao a{
    padding:5px 15px;
    font-size:0.6em;
    text-transform:uppercase;
    letter-spacing:1px
}


/*--------------------------------------------------------------
# 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;
    width:100% /*imagens alinhados ao centro*/
}

.entry-content>img.size-large,
.entry-content>p img.size-large{
    width:100%;
    max-width:100%;
}

.entry-content>img.size-full,
.entry-content>img.size-large{
    max-width:100%;
    padding-left:11%
}
.wp-caption.alignnone,
.wp-caption.alignleft,
.wp-caption.aligncenter{
    padding-left:11%
}


.wp-caption .size-full,
.wp-caption.alignnone,
.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter,/*captions alinhados ao centro*/
.wp-caption.aligncenter img{ /*imagens com legenda alinhadas ao centro*/
    width:100%!important;
}

.wp-caption{
    max-width:847px!important;
}

/*--------------------------------------------------------------
# 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;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
    margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
    max-width: 100%;
}

/*--------------------------------------------------------------
# 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: 0 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}


/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}
.nav-previous{
    float:left
}

.nav-next{
    float:right
}
.says {
    display: none;
}

.nav-previous,
.nav-next{
    font-size:0.7em
}
/*--------------------------------------------------------------
# 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!import;
    font-size:0.7em;
    color:#8A8A8A
}

.wp-block-image figcaption,
.wp-credit-image{
    margin: 0.192em 0!important;
    font-size:0.7em!important;
    color:#8A8A8A!important;
    text-align: left!important;
    line-height: 1.5em!important
}
.wp-block-image figcaption em {
    font-style: normal!important;
    font-family: 'latolight'!important
}


.wp-caption-text {
    text-align: left;
    padding-left:0
}

.wp-caption-text {
    padding-left:0px!important;
    line-height: 1.2em !important;
    margin-bottom:0px!important
}
.wp-credit-image{
    font-style:italic;
}


/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}



/*--------------------------------------------------------------
# Header principal
--------------------------------------------------------------*/

#masthead{
    padding: 20px 0 20px;
    /*border-bottom:1px solid #cbcbcb;*/
    width:100%;
    float:left;
    position:fixed;
    transition:all 0.5s;
    z-index:9999999;
    background:#fff;
    box-shadow:0 0 3px 0 rgba(0, 0, 0, 0.22)
}

#masthead.fixo{
    
    height:65px;
    padding: 0.5% 0 1.8%;
    border-bottom:0px;
    transition:all 0.5s;
    background:none;
}

#masthead.fixo h1.site-title img{
    margin-top:-63px;
    max-width:none
}

#masthead.fixo h1.site-title img:hover{
    opacity:0.8
}

#masthead.fixo #icons-top img {
    margin-top: -87px;
}

#masthead.fixo #icons-top img:hover {
    opacity:0.7
}
#masthead.fixo .main-navigation .menu-toggle:hover img{
    margin-top:-87px!important;
    opacity:0.7
}
#masthead.fixo #icons-top div{
    background:none!important
}


#content{
    padding-top:93px;
}
.center,
.site-info,
.container{
    max-width:1560px;
    margin:0 auto;
    padding:0 5%;
    height:100%;
    width:100%;
    display:table

}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
    display: block;
    float: left;
    margin-left: 25px;
    overflow: hidden;
    width: 95px;
    /*width: 40px só hamburguer*/
}

.main-navigation button.menu-toggle{
    background:none ;
    padding:0;
    margin-top:0
}

.main-navigation .menu-toggle img{
    margin-left: -215px;
    /*-354px só hamburguer*/
}

.main-navigation ul {
    display:none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation li {
    position: relative;
    float:left;
    margin:3%;
    min-width:130px
}

.main-navigation a {
    display: block;
    text-decoration: none;
    padding-bottom:10px;
    padding-top:5px;
    border-bottom:1px solid #fff;
    text-transform:uppercase;
    font-size:0.6em;
    font-weight:normal;
    letter-spacing:0.1em
}

.main-navigation li ul li {
    float:none;
    border:none
}

.main-navigation li ul li a {
    color:#fff;
    font-family:"latolight";
    font-size:20px!important;
    text-transform:none;
    letter-spacing:0.01em;
    border-bottom:none
}

.main-navigation li ul li {
    border-bottom:1px dotted hsla(0,0%,100%,0.22);
}
.main-navigation li ul li:last-child {
    border-bottom:none;
}



/* Menu aberto */
#site-navigation.toggled{
    background:#303030;
    position:fixed;
    overflow:hidden;
    width:100%;
    height:100%;
    z-index:200;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin-left:0px;
    transition:background 0.5s ease 0s;
}

#site-navigation.toggled button.menu-toggle{
    height:46px;
    width:50px;
    float:right;
    overflow:hidden;
    margin:20px;
}
.main-navigation.toggled .menu-toggle img{
    margin-left: -343px;
    margin-top: -40px !important;
}
#masthead .main-navigation.toggled .menu-toggle:hover img,
#masthead.fixo .main-navigation.toggled .menu-toggle:hover img{
    margin-top: -83px!important;

}

#icons-top .main-navigation .menu-principal-aberto-container {
    display: none;
    background:none;
    overflow:auto;
    position: absolute;
    top: 50%;
    left:50%;
    transform: translate(-50%, -50%);
    min-width:886px;
    overflow:auto
}
#icons-top .main-navigation .menu-principal-fechado-container {
    display: none;
    background:none;
    overflow:auto;
    position: absolute;
    width:100%;
    right:-20px;
    height: 86%;
    height: calc(100% - 80px);
    top:80px;
    bottom:0;
    padding:0 10% 10% 10%;
}


#icons-top .main-navigation .menu-principal-fechado-container ul li {
    width:100%;
    margin: 0;
    position: relative;
    text-align:right
}

#icons-top .main-navigation .menu-principal-fechado-container li ul li,
#icons-top .main-navigation .menu-principal-fechado-container li ul li a{
    border-bottom:none;
    font-size:17px!important;
    margin:0px;
    line-height:18px
}


#icons-top .main-navigation .menu-principal-fechado-container a{
    border-bottom:1px dotted #484848;
    text-transform:none;
    font-size:20px;
    letter-spacing:0;
    cursor:pointer
}
#icons-top .main-navigation .menu-principal-fechado-container a:hover{
    color:#fff;
}

#icons-top .main-navigation .menu-principal-fechado-container li ul{
    display:none
}


#icons-top .menu-toggle,
#icons-top .main-navigation.toggled .menu-principal-aberto-container,
#icons-top .main-navigation.toggled .menu-principal-fechado-container,
#icons-top .main-navigation.toggled ul {
    display: block;
}



/*-----------------------------
# Menu > Search
-----------------------------*/
#window-search{
    background: #303030 none repeat scroll 0 0;
    bottom: 0;
    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;
    display:none
}

#window-search #busca-page{
    position:absolute;
    right:0px;
    top:0px;
    z-index:99999999999;
    overflow:hidden;
    height:46px;
    width:50px;
    margin:2%;
    float:left;
    cursor:pointer
}

#window-search #busca-page img{
    position:absolute;
    right:20px;
    top:20px;
    overflow:hidden;
    margin-right: -11px;
    margin-top: -59px;
    max-width:none
}

#window-search #busca-page img:hover{
    margin-top: -102px!important;
}

#window-search input[type="search"] {
    background-color: #303030;
    float:left;
    padding:8%;
    width:73%;
    border:none;
    background-image:none
}

#window-search input[type="submit"] {
    background-color:transparent;
    background-image: url("images/search-filtro.png");
    background-position: center center;
    background-repeat: no-repeat;
    color: transparent;
    float: left;
    height: 70px;
    margin-right: 0;
    overflow: hidden;
    width: 20%;
    float:right
}
#window-search input[type="submit"]:hover {
    background-image: url("images/search-filtro-hover.png");
}
#window-search .borda-busca{
    border:2px solid #828282;
    position: absolute;
    top: 50%;
    left:50%;
    transform: translate(-50%, -50%);
    min-width:300px
}

/*-----------------------------
# Icones
-----------------------------*/

#icons-top{
    float:right;
    margin-top: 4px;
}
#icons-top div{
}
#icons-top .botoes-top,
#icons-top .linha-divisoria{
    overflow:hidden;
    height:40px;
    float:left;
    margin-left:10px;
    transition:all 0.2s ease 0s;
}
#icons-top .botoes-top img:hover,
button:hover img{
    margin-top:-43px;

}

.main-navigation .menu-toggle:hover img{
    margin-top:-43px!important
}

#icons-top img{
    height:auto;
    width:auto;
    max-width:none;
}

#icons-top #logo-aprendiz{
    width:82px;
}
#aumentar-fonte,
#diminuir-fonte,
#busca-topo{
    width:35px;
}
#contraste{
    width:30px;
}
#icons-top  #bot-menu{
    width:45px;
    margin-left:25px
}
#aumentar-fonte img{
    margin-left:-86px
}

#diminuir-fonte img{
    margin-left:-120px
}
#contraste img{
    margin-left:-151px
}

#busca-topo img{
    margin-left:-181px
}
#bot-menu img{
    margin-left:-351px
}
#icons-top .linha-divisoria{
    border-right:1px dotted #cfcfcf;
    background-color:#fff;
    margin-left:30px;
    margin-right:20px
}


/*--------------------------------------------------------------
# Breadcrumb
--------------------------------------------------------------*/
.breadcrumb{
    width:100%;
    padding:0 0 2% 0;
    text-transform:uppercase;
    width:100%;
    float:left
}
.breadcrumb p{
    margin:0px;
    letter-spacing:1px;
    color:#828282;
    font-size:0.7em
}

.breadcrumb a{
    font-size:1em
}

/*--------------------------------------------------------------
# Destaque
--------------------------------------------------------------*/
section{
    width:100%;
    float:left
}
#destaque{
    overflow:hidden
}

#destaque .imagem-destaque{
    background-position: center center !important;
    background-size: cover !important;
    transition:all 0.8s;
    overflow:hidden;
    height:600px;
    width:100%;
    top:0px;
}




#destaque .entry-content{
    position:absolute;
    z-index:10;
    width:49%;
    -webkit-filter: none;
    filter: none;
    max-width:620px;
    top: 50%;
    transform: translate(0%, -50%);
}

#destaque a{
    color:#fff;
}
#destaque a.caixa-link,
#destaque div.caixa-link{
    border:2px solid  #FFF;
    margin-top:6%;
    float:left

}
#destaque .data{
    color: #fff;
    font-size: 0.7em;
    letter-spacing: 1px;
    text-transform: uppercase;
}

#destaque .data img{
    float: left;
    margin-right: 10px;
    margin-top: -6px;
}

#destaque h1{
    line-height: 1.06em;
    margin-bottom: 5px;
    font-weight:normal;
    color:#fff;
    font-size:2.3em
}

#destaque .description{
    font-size: 1.05em;
    line-height: 1.4em;
}


/*-----------------------------
# Destaque - Agenda
-----------------------------*/
.google-agenda{
    background-color: #6c6d70;
    height: 44px;
    overflow: hidden;
    transition: all 0.2s ease 0s;
    width:140px
}
.google-agenda img {
    height: auto;
    margin-top: -5px;
    margin-left: -3px;
    max-width: none;
    width: auto;
}

/*-----------------------------
# Destaque - Metodologia
-----------------------------*/
#destaque.metodologia .imagem-destaque{
    width:33.33333%;
    float:left;
    background:none;
    position:relative;
    height:460px
}

#destaque.metodologia .entry-content{
    bottom:10px;
    width:100%;
    padding:10% 16%;
}

#destaque.metodologia .gradiente{
    width:100%;
    filter:none;
    height:460px
}

#destaque.metodologia h2{
    font-size: 1.3em;
    line-height: 1.2em;
    font-weight:normal
}


#destaque.metodologia a:hover .gradiente{
    background:hsla(0,0%,0%,0.5)
}


/*--------------------------------------------------------------
# Hs
--------------------------------------------------------------*/
h1.site-title{
    float:left;
    margin:0px;
    overflow:hidden;
    height:51px;
}
h1.entry-title{
   color: #707070;
    font-size: 2em;
    font-weight: normal;
    line-height: 1.2em;
    margin-top: 10%;
}
h2.entry-title,
h3.entry-title{
    margin:0px 0px 8px 0px;
    padding:0px;
    text-transform:uppercase;
    font-size:1.2em;
    font-weight:normal;
    line-height: 1.3em;
}

h3.entry-title{
    margin:0px 0px 8px 0px;
    font-size:1em;
    letter-spacing:0.03em
}
#area-filtros h1{
    margin:0px;
    font-size:1.3em;
    font-weight:normal;
    color:#616161
}

.entry-content h3,
.entry-content h4{
    padding-left:11%
}


.itens-agenda h3{
    font-weight:normal;
    text-transform:uppercase
}
h2.widgettitle{
    text-transform:uppercase;
    color:#747474;
    font-size:0.9em;
    letter-spacing:0.02em;
    font-weight:normal;
    border-bottom:1px solid #ccc;
    margin-top:50px
}

/*--------------------------------------------------------------
#  FILTROS // RESULTADO DA BUSCA // PAGINAÇÃO  // TIPO DE PARCEIRO
--------------------------------------------------------------*/
#area-filtros,
#paginacao,
#redes-interna{
    background-color:#f1f1f1;
    width:100%;
    padding:50px 0
}

#resultado-filtros,
.tipo-de-parceiro{
    background-color:#e3e3e3;
    width:100%;
    padding:30px 0;
    text-align:center;
    color:#5c5c5c;
    font-size:0.8em;
    text-transform:uppercase;
    letter-spacing:0.03em
}

.tipo-de-parceiro{
    background-color:#f1f1f1;
}


#bots-lista-grade{
    float: left;
    min-width: 107px;
    width: 9%;
}

#bot-lista,
#bot-grade{
    width:40px;
    height:34px;
    overflow:hidden;
    transition: all 0.2s ease 0s;
    float:left;
    margin-right:10px
}

#bot-grade{
    margin-right:0px
}
#bots-lista-grade img {
    height: auto;
    max-width: none;
    width: auto;
}
#bot-lista img{
    margin-left:-5px
}
#bot-grade img{
    margin-left:-58px
}

#bot-lista:hover img,
#bot-grade:hover img{
    margin-top:-49px
}

#bot-lista.active img,
#bot-grade.active img{
    margin-top:-49px
}

#filtros{
    float:left;
    margin-left:2%;
    border-left:1px solid #ccc;
    padding-left:4%;
    width:80%;
    width:calc(100% - 160px);
    
}

#paginacao{
    text-align:center;
    margin-top:3%
}

table.alfabeto{
    float:left;
    width: 282px;
    margin-right:20px;
    margin-bottom:0px
}

table.alfabeto td{
    border: 2px solid #a1a1a1;
    background:#fff;
    text-align: center;
    width: 31px;
    color: #fff;
    line-height: 29px;
    font-size:0.8em
}

table.alfabeto tr:last-child td:last-child{
    border:none;
    background:none;

}

table.alfabeto td a{
    display:block;
    color:#a1a1a1
}


/*--------------------------------------------------------------
#  LISTA (archives)
--------------------------------------------------------------*/
#listagem{
    float: left;
    margin-top: 4%;
    margin-bottom:3%;
    width: 100%;
}

#listagem.lista article{
    display: table;
    float: left;
    margin-bottom:0px;
    padding:2% 0;
    vertical-align: middle;
    width: 100%;
    max-width:100%;
    border-bottom:1px dotted #ccc;
    transition:all 0.5s;
}

#listagem.lista article:last-child{
    border-bottom:none;
}

#listagem.lista .entry-image{
    margin-bottom:0px;
    overflow: hidden;
    padding-bottom: 58%;
    width: 84%;
}

#listagem.lista .item-lista{
    display: table-cell;
    vertical-align: middle;
    width: 67%;
}

#listagem.lista .entry-header,
#listagem.lista .entry-footer{
    float:left;
    width:100%;
}

.full{
    width:100%;
    float:left;
}
/*-----------------------------
# material
-----------------------------*/
#listagem.lista .material .item-lista{
    width:80%
}

#listagem.lista .material .entry-image{
    padding-bottom: 80%;
    width: 73%;
}

/*-----------------------------
# especialista / Colunista / equipe
-----------------------------*/
#listagem.lista .especialista .item-lista,
#listagem.lista .colunista .item-lista,
#listagem.lista .equipe .item-lista{
    width:80%
}

#listagem.lista .especialista .entry-image,
#listagem.lista .colunista .entry-image,
#listagem.lista .equipe .entry-image{
    padding-bottom: 74%;
    width: 73%;
}

/*-----------------------------
# Rede de notícias
-----------------------------*/
#listagem.lista .rede_de_noticia .item-lista{
    width:80%
}

#listagem.lista .rede_de_noticia .entry-image{
    background-position:center center!important;
    padding-bottom: 74%;
    width: 73%;
}


/*-----------------------------
# Glossário
-----------------------------*/
#listagem.lista article.glossario{
    margin-bottom:2%;
    padding-bottom:4%
}


/*-----------------------------
# Projeto
-----------------------------*/
#listagem .projeto .entry-image{
    background-size: contain!important;
    background-position:center center!important;
    background-repeat:no-repeat!important;
    max-width:240px;
    margin-right:10px;
    width:100%;
    height:auto;
    padding-bottom:43%;
    margin-bottom:5%
}

/*-----------------------------
# Marcos Legais
-----------------------------*/

#listagem.lista article.marco_legal,
#listagem article.marco_legal,
#listagem.lista article.eca,
#listagem article.eca{
    width:100%;
    padding:0;
    max-width:100%;
    margin-bottom:0;
    border-bottom: 1px dotted #ccc;
}


.marco_legal h2.entry-title,
.eca h2.entry-title{
    background:url(images/setas.png);
    background-repeat:no-repeat;
    background-position:right 19px;
    padding:24px;
    margin-bottom:0px
}
.marco_legal .entry-summary,
.eca .entry-summary{
    padding:24px;
}

.marco_legal h2.entry-title:hover,
.marco_legal h2.entry-title.open,
.eca h2.entry-title:hover,
.eca h2.entry-title.open{
    cursor:pointer;
    background-color:#f5f5f5
}

.marco_legal h2.entry-title.open,
.eca h2.entry-title.open{
    background-position:right -50px;
}


/*-----------------------------
# Parceiro
-----------------------------*/

#listagem .grupo-parceiro{
    text-align:center;
    margin-bottom:50px
}
#listagem article.parceiro{
    height:100px;
    width:100px;
    margin:1%;
    display:inline-block;
    float:none;
    padding:0px
}
#listagem .parceiro .entry-image{
    width:100%;
    background-size: contain!important;
    background-position:center center!important;
    background-repeat:no-repeat!important;
    height:100%
    
}

/*-----------------------------
# Linha do Tempo
-----------------------------*/

#listagem article.linha_do_tempo,
#listagem article.linha_do_tempo:nth-child(4n+3){
    padding:0px 0%;
    max-width:100%;
    margin-right:-5px;
    margin-bottom:0px;
    float:left;
    margin-top:-60px;
    width:50%
}
#listagem article.linha_do_tempo:nth-child(1){
    margin-top:0px
}
#listagem article.linha_do_tempo::before{
    background: #fff none repeat scroll 0 0;
    border: 4px solid #cbcbcb;
    border-radius: 95px;
    color: #cbcbcb;
    content: "";
    display: inline-block;
    height: 23px;
    margin-left: -11px;
    margin-top: -7px;
    width: 20px;
}

#listagem article.linha_do_tempo:nth-child(odd){
    border-right:3px solid #cbcbcb;
    text-align:right;
    margin-right:50%;
}

#listagem article.linha_do_tempo:nth-child(odd)::before{
    margin-right:-11px
}

#listagem article.linha_do_tempo:nth-child(even){
    border-left:3px solid #cbcbcb;
    margin-left:49.95%;/*para navegadores mais antigos*/
    margin-left:calc(50% - 3px);

}

#listagem article.linha_do_tempo:nth-child(odd){
    border-right:3px solid #cbcbcb;
    text-align:right;
    margin-right:50%;
}

#listagem article.linha_do_tempo:last-child{
    border-right:3px solid #fff;!important;
    border-left:3px solid #fff;!important

}
#listagem article.linha_do_tempo .item-lista{
    padding:0px 14%;
    margin-top:-54px
}

#listagem .linha_do_tempo .entry-image {
    max-width: 240px;
    padding-bottom: 38%;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    transition:all 0.2s;
    display:inline-block;
    margin-bottom:0px
}
#listagem .linha_do_tempo .entry-image:hover{
    filter: none;
    -webkit-filter: none;
    transition:all 0.2s
}

#listagem .linha_do_tempo .entry-date{
    text-transform:uppercase;
    margin-bottom:0px;
    margin-top:40px
}
.linha_do_tempo .data{
    color:#c2c2c2;
    font-size:2.3em;
    margin-bottom:0px;
    margin-top:0px
}




/*--------------------------------------------------------------
# GRADE (archives)
--------------------------------------------------------------*/
#listagem  article{
    margin-bottom:5%;
    float:left;
    margin-right: 4.5%;
    max-width: 30.3%;
    transition:all 0.5s;
    width:30.3%;
}


#listagem  article:nth-child(4n+3) {
    margin-right: 0;
}

.item-lista{
    width:100%;
}

#listagem .entry-image{
    background-size:cover!important;
    background-position:center center!important;
    max-width:450px;
    width:100%;
    height:auto;
    padding-bottom:71%;
    position:relative;
    margin-bottom:5%;
}
#listagem .entry-image:hover .dark{
    display:none
}
#destaque .gradiente{
    position: absolute;
    transition: all 1s ease 0s;
    width: 100%;
    height:600px
}
.dark{
    width:100%;
    height:100%;
    position:absolute;
    transition:all 0.2s ease 0s;
    background: -moz-linear-gradient(45deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.mouseover{
    opacity:0;
    width:100%;
    height:100%;
    position:absolute;
    transition:all 0.2s ease 0s;
}
#listagem .entry-image:hover .mouseover{
    opacity:1;
    transition:all 0.2s ease 0s;
}

#listagem .entry-image .caixa-link{
    position:absolute;
    color:#fff;
    border:2px solid #fff;
    bottom:11%;
    left:8%
}
#listagem a.link,
#listagem .item-lista .entry-footer a{/*Links abaixo do resumo na listagem sem a caixa*/
    text-transform:uppercase;
    padding-right:10px;
    font-weight:normal;
    font-size: 0.6em;
    letter-spacing: 1px;
    margin-top:-10px
}

#listagem .entry-date{
    color:#696969;
    font-size:0.8em;
    letter-spacing:1px;
    margin:0px;
}

#listagem .entry-summary{
    color:#585858;
    margin:0px 0px 10px 0px;
}

#listagem .entry-summary p{
    margin:5px 0px 20px 0px;
    font-size:0.95em;
    line-height:1.5em
}

/*-----------------------------
# material
-----------------------------*/
#listagem .material .entry-image{
    max-width:240px;
    width: 60%;
}
#listagem .entry-footer .itens-material{
    font-size:0.8em!important;
    margin:0px;
    color:#828282;
    text-transform:none
}

#listagem .entry-footer .itens-material a{
    font-size:100%!important;
    color:#828282;
    text-transform:none;
    letter-spacing:0
}


/*-----------------------------
# especialista  / equipe
-----------------------------*/
#listagem .especialista .entry-image,
#listagem .equipe .entry-image{
    max-width: 210px;
    padding-bottom: 51%;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    background-size: cover!important;
    background-repeat:no-repeat!important;
}
#listagem .especialista .entry-image:hover,
#listagem .equipe .dark{
    filter: none;
}
{
    opacity:1;
    transition:all 0.2s ease 0s;
}

#listagem .especialista .dark,
#listagem .equipe .dark{
    background:none
}
#listagem .especialista .mouseover,
#listagem .equipe .mouseover  {
    background-color: rgba(236, 139, 0, 0.3);
}

/*-----------------------------
# Rede de Notícias
-----------------------------*/
#listagem .rede_de_noticia .entry-image{
    max-width: 210px;
    padding-bottom: 27%;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    background-size: contain!important;
    background-repeat:no-repeat!important;
    background-position:left bottom!important

}
#listagem .rede_de_noticia .entry-image:hover{
    filter: none;
}
#listagem .rede_de_noticia .dark{
    background:none
}
#listagem .rede_de_noticia .mouseover {
    background-color: rgba(236, 139, 0, 0.0);
}

/*-----------------------------
# Glossário
-----------------------------*/
#listagem article.glossario{
    margin-bottom:9%
}




/*--------------------------------------------------------------
#  SECTION MAIS LIDAS
--------------------------------------------------------------*/
#mais-lidas{
    padding:6% 0% 8% 0px;
}
#mais-lidas .chapeu{
    color:#803508;
    text-transform:uppercase;
    font-size:0.8em;
    margin-bottom:5%
}
#mais-lidas  article{
    border-right: 1px dotted #83461d;
    float: left;
    margin-right: 4%;
    max-width: 22%;
    padding-right: 4%;
}

#mais-lidas  article:last-child {
    margin-right: 0;
    padding-right:0;
    border-right:0px
}

#mais-lidas  p{
    margin-top:0px;
    font-size:0.9em;
    margin-bottom:17%
}

/*--------------------------------------------------------------
#  SECTION ENVIE SEU EVENTO
--------------------------------------------------------------*/
#envie-seu-evento{
    text-align:center;
    padding:6% 0% 8% 0px;
    color:#fff;
}

#envie-seu-evento .center{
    text-align:center;
}
#envie-seu-evento .center div{
    padding:4% 8%;
    border:1px dotted hsla(0,0%,0%,0.5);
    max-width:510px;
    margin:0 auto
}

#envie-seu-evento p {
    font-size:0.8em;
    line-height:1.4em;
    margin-top:5px;
    margin-bottom:30px
}
#envie-seu-evento h3{
    font-weight:normal;
    margin-bottom:0px
}
/*--------------------------------------------------------------
#  SECTION BANNERS
--------------------------------------------------------------*/
#banners{
    background-color: #f1f1f1;
    padding: 60px 0;
    width: 100%;
    text-align:center
}

#banners img{
    margin:1%;
    transition:all 0.2s
}
#banners img:hover{
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    transition:all 0.2s
}


/*--------------------------------------------------------------
#  SECTION ENVIE SEU EVENTO
--------------------------------------------------------------*/

#envie-seu-evento h3{
    text-transform:uppercase;
    font-weight:normal;
    margin-bottom:0px
}


/*--------------------------------------------------------------
#  SINGLE
--------------------------------------------------------------*/

#primary{
    border-right: 1px solid #e6e6e6;
    float: left;
    margin-right: -1px;
    padding-bottom: 6%;
    padding-right: 5%;
    width: 66.666%;
}

#secondary{
    width:33.333%;
    float:left;
    border-left:1px solid #e6e6e6;
    padding-left:5%
}

#redes-interna{
    font-size: 0.85em;
    margin-bottom: 5%;
}

#redes-interna a{
    text-transform:uppercase;
    margin-right:15px;
}
.redes-interna{
    float: right;
    margin-bottom: -20px;
    margin-top: -8px;
    width: 247px;
}

.redes-interna a{
    margin-right:0px!important;
}
.redes-interna img{
    opacity:0.5;
    transition:all 0.2s;
    float:right
}
.redes-interna img:hover,
.redes-interna #facebook-like:hover img{
    opacity:1;
    transition:all 0.2s
}

#like-button {
   display: none;
    float: right;
    height: 0;
    margin-left: 59px;
    margin-top: 45px;
    position: absolute;
}
#facebook-like{
    width:40px
}
#facebook-like:hover #like-button{
    display:block;
}

#primary .data{
    font-size: 0.6em;
    letter-spacing: 1px;
    text-transform: uppercase;
    color:#9c9c9c
}
.itens-agenda{
    margin:10% 0
}
#primary .entry-content .itens-agenda p{
    border-bottom:3px solid #d9d9d9;
    padding-left:0px;
    margin-left:11%;
    padding-bottom:30px
}
/*-----------------------------
# Destaque Single
-----------------------------*/
#destaque #icon-tematica{
    float: left;
    height: 45px;
    margin-bottom: 30px;
    margin-right: 20px;
    overflow: hidden;
    text-align:center
}
#destaque #icon-tematica img{
    max-width:100%;
}

.eixo-tematica{
    color:#fff;
    font-weight:normal;
    text-transform:uppercase;
    font-size:0.8em
}
.eixo-tematica p{
    margin:0px 0px;
    letter-spacing:0.02em
}
/*-----------------------------
# Conteúdo Pág interna
-----------------------------*/

#primary .entry-content p,
#primary figure{
    padding-left:11%;
    line-height: 1.7em;
}

#primary .entry-content .box p,
#primary .entry-content .olho p{
    padding-left:0px
}
#primary .entry-content .box p:last-child,
#primary .entry-content .olho p:last-child{
    margin-bottom:0
}
.retranca{
    padding:7%;
    margin:5% 0;
    position:relative;
    background:#f5f5f5
}

.retranca:before,
.retranca:after,
.retranca>:first-child:before,
.retranca>:first-child:after {
    position:absolute;
    width:25px; height: 25px;
    border-style:solid;
    content: ' ';
}
.retranca:before {top:0;left:0;border-width: 3px 0 0 3px}
.retranca:after {top:0;right:0;border-width: 3px 3px 0 0}
.retranca>:first-child:before {bottom:0;right:0;border-width: 0 3px 3px 0}
.retranca>:first-child:after {bottom:0;left:0;border-width: 0 0 3px 3px}


.retranca p{
    padding-left:0!important
}
.box{
    color:#8f8f8f;
}

.box p{
    line-height:1.4!important
}
.olho p{
    font-size:1.2em;
    line-height:1.3em!important

}
.box,
.olho{
    width:40%;
    max-width:320px;
    border-bottom:6px solid #e0e0e0;
    padding-bottom:4%;
    
}
.box-full{
    width:100%;
    max-width:none;
    margin:4% 0%;
}
.box-left,
.olho-left{
    float:left;
    margin:4% 4% 4% 0;
}

.box-right,
.olho-right{
    float:right;
    margin:4% 0 4% 4%;
}

.box::before{
    width: 30px;
    content: "";
    display: block;
    height: 6px;
    margin: 0 0 28px;
}

.box-titulo{
    font-weight:normal
}



/*-----------------------------
# Comentários
-----------------------------*/
.custom-coment{
    float:left;
    width:100%;
    height:40px;
    margin-bottom:50px
}
.send-comment{
    text-align:center

}
#send-comment .bot-comentar{
    margin:0 auto;
     float: none;
    width: 207px;
}
.custom-comments>ul{
    background:#f5f5f5;
    padding:8%;
    width:100%;
    list-style:none;
    margin-left:0;
    float:left
}

.custom-comments>ul li{
    float:left;
    text-transform:uppercase;
}

a.custom-comment,
.bot-comentar{
    border:2px solid #a1a1a1;
    font-size: 0.6em;
    letter-spacing: 1px;
    padding: 5px 15px;
    text-transform: uppercase;
    cursor:pointer
}

.custom-comments>ul li:first-child{
    margin-right:2%;
    margin-bottom:10px
}

.bot-comentar{
    float:left
}
h2.comments-title,
h3.comment-reply-title{
    border-bottom: 1px dotted #ccc;
    font-size: 0.8em;
    font-weight: normal;
    padding-bottom: 10px;
}
ol.comment-list{
    margin-left:0;
    list-style:none;
    padding-left:0
}
ol.children{
    margin-left:0;
    padding-left:20px;
    list-style:none
}
.comment-content{
    font-size:0.7em;
    color:#707070;
    line-height:1.5em
}
.comment-content p{
    margin-bottom:0px
}
.comment-author img{
    display:none
}
.comment-reply-link,
.comment-metadata{
    font-size:0.7em
}
.comment-body{
    border-bottom:1px dotted #ccc;
    padding: 16px;
}
.comment-notes{
    display:none
}

#commentform input[type="text"],
#commentform input[type="email"],
#commentform input[type="url"],
#commentform textarea{
    width:100%;
    margin:0 0 15px 0
}

#commentform label{
    font-size:13px;
    text-transform:uppercase;
    letter-spacing:1px;
    color:#8c8c8c
}
/*-----------------------------
# Notícias relacionadas
-----------------------------*/
#noticias-relacionadas a {
    color:#fff;
}
#noticias-relacionadas .destaque-relacionada{
    width:50%;
    float:left;
    position:relative;
    background-position: center center !important;
    background-size: cover !important;
    height: 580px;
    overflow: hidden;
    top: 0;
    transition: all 0.8s ease 0s;
}


#noticias-relacionadas .lista-relacionadas{
    width:50%;
    float:left;
    position:relative;
    height: 580px;
    background:#e96f1e;
    padding:5%
}
#noticias-relacionadas .gradiente{
     filter: none;
    height: 580px;
    width: 100%;
    background:hsla(0,0%,0%,0.5);
    transition: all 0.8s ease 0s;
}

#noticias-relacionadas .entry-content {
    filter: none;
    position: absolute;
    z-index: 10;
    bottom: 10px;
    padding: 10% 16%;
    width: 100%;
}

#noticias-relacionadas a:hover .gradiente{
    background:hsla(0,0%,0%,0.7);
    transition: all 0.8s ease 0s;
}

#noticias-relacionadas .caixa-link {
    float: left;
}
#noticias-relacionadas .lista-relacionadas .caixa-link {
    float: right;
}
#noticias-relacionadas h2 {
    font-size: 1.8em;
    font-weight: normal;
    line-height: 1.2em;
    text-transform: uppercase;
    margin-bottom:11%
}
#noticias-relacionadas h3 {
    width:70%;
    float:left;
    font-size:1em;
    font-weight:normal;
    margin:0px;
    padding:0px
}

.lista-relacionadas article {
    border-bottom: 1px dotted #7d441c;
    display: table;
    padding: 4% 0;
    width:100%
}

.lista-relacionadas article:last-child {
    border-bottom: none;
}

.lista-relacionadas article a{
    display:block
}

.chapeu{
    text-transform:uppercase;
    font-size:0.8em
}
.lista-relacionadas .chapeu,
.lista-relacionadas article a:hover h3,
#noticias-relacionadas .lista-relacionadas a:hover .caixa-link{
    color:hsla(0,0%,0%,0.5)
}

#noticias-relacionadas .lista-relacionadas a:hover .caixa-link{
    border:2px solid hsla(0,0%,0%,0.5)
}
/*-----------------------------
# SIDEBAR
-----------------------------*/

#bio-colunista p.titulo-colunista{
    border-bottom:1px dotted #ccc;
    margin-bottom:0px;
    padding-bottom:10px
}
#bio-colunista .img-colunista{
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center center;
    width:150px;
    height:150px;
    overflow:hidden
}

.titulo-colunista a{
    text-transform:uppercase;
    font-size:1em;
    font-weight:normal;
}

#bio-colunista p {
    font-size:0.8em;
    color:#818181
}

.img-colunista img{
    max-width:150px
}

.sidebar-download{
    background-image:url(images/bg-sidebar-download.png);
    background-repeat:no-repeat;
    padding:50px 50px;
}

.sidebar-download .icon{
    background-image:url(images/icon-pdf.png);
    background-repeat:no-repeat;
    width:51px;
    height:64px;
    float:left;
    margin-right:20px
}
.sidebar-download p{
    margin:0px;
    text-transform:uppercase;
    font-size: 0.95em;
    line-height: 1.2em;
    color:#14444a;
    width:100%
}

.sidebar-download:hover p{
    color:#fff;
}

/*--------------------------------------------------------------
#  FICHA
--------------------------------------------------------------*/

#head-ficha{
    background: #fff;
    width: 100%;
    overflow:hidden;
    border-bottom:6px solid #EFEFEF;
    padding-bottom:30px
}

section#content-ficha{
    max-width:800px;
    width:100%;
    margin: 2%;
}
section#content-ficha div{
    font-size:0.9em
}
#content-ficha h2{
    font-size: 0.8em;
    font-weight: bold;
    text-align: left;
    text-transform: uppercase;
    width: 100%;
    margin-top:50px;
    padding-bottom:10px;
    border-bottom:1px dotted #B5B5B5
}
.icon-ficha{
    float:right;
    width:50%;
    text-align:right
}
.logo-ficha{
    float:left;
    width:50%;

}



/*--------------------------------------------------------------
#  404
--------------------------------------------------------------*/

.error-404 #area-filtros{
    padding-left:40px;
    margin-bottom:40px
}

#primary .error-404 p{
    padding-left:0px
}

.widget_recent_entries ul{
    margin-left:0;
    padding-left:0;
    list-style:none;
}
.widget_recent_entries ul li{
    border-bottom:1px dotted #ccc;
    padding:5px 0
}
/*--------------------------------------------------------------
#  FOOTER
--------------------------------------------------------------*/
#colophon{
    background:#3e3e3e;
    color:#fff;
    padding:7% 0px;
}

#colophon p{
    text-transform:uppercase;
    letter-spacing:1px;
    margin:0px
}
#colophon span{
    font-size:0.8em;
    letter-spacing:1px
}

.col3{
    width:33.3333%;
    float:left;
}
#colophon .col3 img{
    margin:0 10px
}
#colophon .col3:last-child img{
    margin:0 0 0 10px
}

#colophon .col3 img:hover{
    opacity:0.5;
    transition:all 0.2s
}

#menu-footer{
    margin-top:3%;
    border-top:1px dotted #000;
    text-transform:uppercase;
    letter-spacing:0.02em;
    font-size: 0.56em;
    letter-spacing: 0.05em;
}
#menu-footer ul{
    margin-top:3%;
    list-style:none;
    padding-left:0;
    margin-left:0px
}


ul#footer-menu{
    vertical-align:top;

}
ul#footer-menu>li{
    display:inline-block;
    vertical-align:top;
    width: 15.4%;
    margin-bottom:30px;
    margin-right:1%;
}

#menu-footer ul li a{
    color:#626262;
}

#menu-footer ul li ul {
    margin-left:0px;
    padding-left:0px
}
#menu-footer ul li ul li{
    float:none;
    margin-bottom:4px;
    width:auto;
}
#menu-footer ul li ul li a{
    color:#D3D3D3
}

/*--------------------------------------------------------------
#  HOME
-------------------------------------------------------------
.content-home{
    padding-top:20px;
    padding-bottom:20px
}
.col-1 .inner{
    background:#e3e3e3;
}


.inner .color{
    width:100%;
    height:100%;
    position:absolute;
    z-index:2
}
.col-1,
.col-2,
.col-3v,
.col-3h,
.col-4{
    float:left;
    padding: 7px;
    height:auto;
}

.col-1,
.col-2,
.col-3v{
    width:25%;
}

.col-3h,
.col-4{
    width:50%;
}

.inner{
    position: relative;
    text-transform:uppercase;
    overflow:hidden
}

.col-1 .inner,
.col-3h .inner{
    padding-bottom:calc(50% - 10px);
}
.col-2 .inner{
    padding-bottom:calc(100% - 7px);
}
.col-3h .inner{
    padding-bottom:calc(50% - 14px);
}
.col-3v .inner{
    padding-bottom:200%
}
.col-4 .inner{
    padding-bottom:calc(100% - 14px)
}
.col-4 .info-home,
.col-3v .info-home{
    bottom:5%;
}

.img-home{
    position:absolute;
    background-size:cover!important;
    background-position:center center!important;
    height:100%;
    width:100%;
    z-index:1;
    transition:all 0.4s;
}

.img-home span,
.info-home span{
    background:#000;
    color: #fff;
    font-size: 1.2em;
    line-height: 86px;
    margin-top: 40px;
    padding: 40px 20px 20px;
}

.info-home span{
    background:#666;
}

.inner .caixa-link{
    z-index:3;
    color:#fff!important;
    border:2px solid #fff;
    padding:4px 10px;
    font-size:0.5em
}
.col-1 .caixa-link{
    color:#8d908d!important;
    border:2px solid #bababa;
}
.inner .caixa-link:hover{
    background:#fff;
    border:2px solid #fff;
    color:#343434!important
}
.info-home{
    position:absolute;
    width:100%;
    z-index:2;
    margin:5%;
    box-sizing: border-box;
    bottom:0px;
    z-index:3
}

.col-2 .info-home,
.col-3v .info-home,
.col-1 .info-home {
    margin:10%;
}


.info-home h2{
    color: #fff;
    font-size: 1.2em;
    font-weight: normal;
    letter-spacing: 0.01em;
    line-height: 1.3em;
    margin: 0;
    width: 60%;
    margin-top:20px
}

.col-1 .info-home h2{
    font-size: 0.8em;
    line-height: 1.3em;
    width: 80%;
    color:#3c3c3c;
    text-transform:none;
    letter-spacing:normal;
    margin-top:10px
}


.col-1 a:hover h2{
    color:#000;
}

.col-2 .info-home h2{
    font-size: 0.8em;
    line-height: 1.3em;
    width: 80%;
}


.col-4 .info-home h2{
    font-size: 1.7em;
    line-height: 1.3em;
    text-transform: uppercase;
    width: 80%;
}

.col-3v .info-home h2{
    font-size: 1.3em;
    line-height: 1.3em;
    width: 80%;
}
.inner:hover .color{
    opacity:0.3;
    transition:all 0.2s

}

.inner:hover .img-home{
   
    filter: brightness(50%);
    transition:all 0.4s;
    transform:scale(1.05) translateZ(0)
}
*/
/*--------------------------------------------------------------
#  Nova home
--------------------------------------------------------------*/


/*-----------------------------
# Em Alta
-----------------------------*/
.em_alta{
    width: 100%;
    position: relative;
    border-bottom: 1px solid #e4e4e4;
    font-family: 'lato';
    color: #9b9897;
    font-size: 0.85em
}
.box-em-alta{
    padding: 2.5vh 0;
    float: left;
    width: 100%
}
.em_alta span,
#menu-em-alta{
    float: left
}
#menu-em-alta{
    width: calc(100% - 540px);
}
.em_alta ul{
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline;
    margin-left: 10px
}
.em_alta ul li{
    display: inline-block;
    margin: 0 1%;
  
}
.em_alta a{
    color: #111111
}
.em_alta a:hover{
    color:#dc196c
}
/*-----------------------------
# Redes topo
-----------------------------*/
.perfil-redes-topo{
    text-align: right;
    padding: 1vh 0 0;
    height: 40px
}
.perfil-redes-topo img{
    margin: 5px;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    opacity: 0.5
}
.perfil-redes-topo img:hover{
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
    opacity: 1
}
/*-----------------------------
# Highlight
-----------------------------*/
.carrossel_widget{
    max-width:1560px;
    margin:0 auto;
    padding:0 5%;
    position: relative;
}
.carrossel{
    margin-bottom: 0!important
}
.carrossel .left{
    width: 47%;
    height: 400px;
    background-size: cover!important;
    background-position: center center!important;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5.5%
    
}
.carrossel .right{
    display: inline-block;
    width: 47%;
    vertical-align: middle;    
}
.carrossel .right h3 {
    color:#e37225;
    font-family: 'lato';
    font-weight: normal;
    margin-bottom:  10px;
    font-size: 0.9em
}
.carrossel .right .title{
    font-family: 'latobold';
    font-weight: normal;
    font-size: 2.3em;
    line-height: 1.2em;
    color: #231f20;
    margin: 0
}
.carrossel .right .excerpt{
     color: #231f20;
}
.title-carrossel{
    width: 20%;
    display: inline-block;
    vertical-align: bottom;
    margin: 0 2.5%;
    
}
.title-carrossel:last-child{
    margin-right: 0;
}
.title-carrossel h3{
    font-weight: normal;
    font-family: 'lato';
    font-size: 1.06em;
    line-height: 1.4em;
    padding-bottom: 8%
}
.title-carrossel a{
    color: #231f20;
}
.title-carrossel.active a{ 
    color: #a3a3a3
}
.title-carrossel.active::after {
    display: block;
    width: 50px;
    height: 6px;
    background-image: url(images/line-carrossel.png);
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    margin-bottom: -4px;

}


.carrossel_widget .reportagem{
    border-bottom: 1px solid #bec0c2;
    margin-top: 20px
}

.slick-prev{
    position: absolute;
    bottom: 30px;
    left: 0
}
.slick-next{
    position: absolute;
    bottom: 30px;
    right: 0;
    margin-right: 0;
}
.title-carrossel a:hover,
.carrossel .right .title:hover{
    color: #dc196c
}
.slick-list button{
    display: none!important
}
.slick-arrow{
    display: none!important
}
/*-----------------------------
# Mais lidas
-----------------------------*/

.widget.visualizacao{
    background: #633357;
    padding: 9vh 0;
    color: #fff;
    margin: 0
}
.visualizacao h3{
    font-size: 0.8em;
    letter-spacing: 0.03em;
    font-weight: normal;
    font-family: 'lato';
    margin:0
}
.visualizacao h4{
    display: inline-block;
    vertical-align: top;
    width: 23%;
    font-family: 'lato';
    font-weight: normal;
    letter-spacing: 0.02em;
    margin-left: 2%;
}
.visualizacao h4:first-of-type{
    margin-left: 0; 
}
.visualizacao h4 a{
    color: #fff;
}
.visualizacao a:hover{
    color: #f2b61b
}

.visualizacao h4::before{
    display: block;
    width: 33px;
    height: 3px;
    background-image: url(images/line-visualizacoes.png);
    background-repeat: no-repeat;
    content: '';
    margin-bottom: 5px
}

/*-----------------------------
# Newsletter
-----------------------------*/
.widget.newsletter,
.widget_banners{
    width: 49.8%;
    border-right: 1px dotted #e4e4e4;
    display: inline-block;
    margin: auto;
    vertical-align: middle;
    padding: 9vh 0
}
.widget.newsletter{
   
}
.widget.newsletter label{
    display: block;
    font-family: 'lato';
    color:#292b2c;
    max-width: 500px;
    font-size: 1.2em;
    line-height: 1.4em;
    margin-bottom: 30px;
}

.widget.newsletter input[type="email"] {
	background-color: #e6f4f3;
	border-radius: 100px;
	border: none;
	margin-right: -142px;
	padding-right: 100px;
	padding-left: 30px;
	height: 60px;
	width: 96%;
	margin-left: -5px;
}

.widget.newsletter input[type="submit"]{
    background-color: #2ba196;
    border-radius: 100px;
    padding: 19px 39px 41px 39px;
    text-transform: none;
    margin-right: 0;
    font-family: 'lato';
    font-size: 0.8em
}
.widget.newsletter input[type="submit"]:hover{
    background-color: #633357;
}
.box-newsletter{
    margin: auto;
    max-width: 500px;
    
}
/*-----------------------------
# Newsletter
-----------------------------*/
.widget_banners{
    border-right: none;
}
.widget_banners .widgettitle{
    text-align: center;
    text-transform: none;
    color: #969696;
    margin: 0 0 10px 0;
    border-bottom: 0;
    font-family: 'lato';
    font-size: 0.8em
}
.widget_banners .slick-arrow{
    display: none!important
}
.widget_banners img{
    margin: auto;
}
.widget_banners .slick-slider{
    margin-left: 0;
    padding: 0
}

/*-----------------------------
# Widget Chamadas (3 chamadas)
-----------------------------*/
.widget_chamadas{
    padding: 8vh 0
      
}
.widget_chamadas .background{
    height: 300px;
    background-size: cover!important;
    background-position: center center!important;
    position: relative
    
}
.widget_chamadas .destaque{
    width: 31.7%;
    margin-right: 2%;
    display: inline-block;
    vertical-align: top;
    position: relative
}
.widget_chamadas .destaque:nth-child(3){
    margin-right: 0
}
.widget_chamadas a{
    color: #000;
}
.widget_chamadas a:hover{
    color: #dc196c
}
.widget_chamadas h3 {
	font-size: 1.4em;
	font-weight: normal;
	font-family: 'lato';
	line-height: 1.4em;
    margin-bottom: 0;
    margin-top: 10px
}
.widget_chamadas .destaque .background::after{
    content: '';
    height: 7px;
    width: 100%;
    background-image: url(images/bg-chamadas-2.jpg);
    display: block;
    position: absolute;
    bottom: 0
}
.widget_chamadas a:first-of-type .background::after{
    background-image: url(images/bg-chamadas-1.jpg);
}

.widget_chamadas a:last-child .background::after{
    background-image: url(images/bg-chamadas-3.jpg);
}
.shadow {
    position: absolute;
    width: 100%;
    height: 300px;
    opacity: 0;
    top: 0;
    left: 0;
    z-index: 1;
}
.widget_chamadas .destaque:hover .shadow {
    background: #dc196c;
    opacity: 0.3;
    transition: 0.2 ease;
}
.widget_chamadas .editoria{
    color: #969696;
    margin-bottom: 0;
    font-size: 0.8em;
    font-family: 'lato';
    font-weight: normal
}
/*--------------------------------------------------------------
#  ALTO CONTRASTE
--------------------------------------------------------------*/

.alto-contraste .retranca,
.alto-contraste .olho,
.alto-contraste #masthead,
.alto-contraste .tipo-de-parceiro,
.alto-contraste #area-filtros,
.alto-contraste #primary .entry-content .wpcf7-form fieldset p,
.alto-contraste #primary .entry-content .wpcf7-form p,
.alto-contraste #paginacao,
.alto-contraste #redes-interna,
.alto-contraste .custom-comments > ul,
.alto-contraste input[type="search"],
.alto-contraste #filtros input[type="submit"],
.alto-contraste #filtros .borda-busca,
.alto-contraste #resultado-filtros{
    background-color:#333333;
    color:#fff;

}
.alto-contraste #filtros input[type="submit"]{
    color:transparent;
}
.alto-contraste #area-filtros select{
    color:#fff;
}
.alto-contraste #area-filtros .select,
.alto-contraste #filtros .borda-busca{
    border:2px solid #fff;
    background-color:#333333;
    color:#fff;
}


.alto-contraste #masthead #icons-top img {
    margin-top:-86px

}

.margintop{
    margin-top:-24.5%
}


@media screen {
    .whatsapp{
        display:none
    }
}
/*-----------------------------
# 1280px
-----------------------------*/
@media (max-width: 1280px) {
    .col-1 .info-home h2 {
        font-size:0.6em
    }
}
/*-----------------------------
# 860px
-----------------------------*/
@media (max-width: 860px) {

    
    .margintop{
        margin-top:0
    }
    body {
        margin: 0;
        font-size:95%!important;
        line-height:120%
    }
    
    #icons-top .main-navigation .menu-principal-aberto-container {
        min-width:0;
        width:100%;
        position:relative;
        overflow-y:scroll;
        height:calc(100% - 60px);
        transform:none;
        left:auto;
        top:auto
    }
            
    .main-navigation li {
        position: relative;
        float:none;
        height:auto
    }
        
    #destaque .imagem-destaque,
    #destaque .gradiente{
        height:400px!important;
    }

    #destaque .entry-content{
        max-width:90%;
        width:90%
    }
    
    #filtros {
        border-left: none;
        border-top: 1px solid #ccc;
        margin-top:20px;
        margin-left: 0;
        padding: 20px 0 0 0;
        width: 100%;
    }
    #area-filtros, #paginacao, #redes-interna {
        padding: 25px 0;
    }
    #destaque.metodologia .imagem-destaque {
        height: 380px;
    }
    
    #faixa-top{
        opacity:1!important;
        height:67px!important
    }
    #masthead.mobile{
        padding: 10px 0 1.8%;
        border-bottom:0px;
        transition:all 0.5s;
    }
    
    #masthead.mobile h1.site-title img{
        /*margin-top: -46px;
        width: 190px;*/
    }
    
    #masthead.mobile h1.site-title img:hover{
        opacity:0.8
    }
    
    #masthead.mobile #icons-top img {
        margin-top: -87px;
    }
    
    #masthead.mobile #icons-top img:hover {
        opacity:0.7
    }
    #masthead.mobile .main-navigation .menu-toggle:hover img{
        margin-top:-87px!important;
        opacity:0.7
    }
    #masthead.mobile #icons-top div{
        background:none!important
    }
    #logo-aprendiz,
    .linha-divisoria,
    #aumentar-fonte,
    #diminuir-fonte,
    #contraste{
        display:none
    }
    
    h1.site-title {
        height: 43px;
    }
    h1.site-title img {
        max-width:none
    }
    #filtros {
        border-top: none;
        margin-top:0px;
    
    }
    #content {
        padding-top: 70px;
    }
    #primary,
    .olho,
    .box,
    .retranca,
    #secondary {
        width: 100%;
        max-width:100%;
    }
    #primary{
        border-right:none;
        padding-right:0
    }
    #noticias-relacionadas .destaque-relacionada,
    #noticias-relacionadas .lista-relacionadas {
        height: 400px;
        width: 100%;
    }
    #noticias-relacionadas .lista-relacionadas {
        height: auto;
    }

    .col-1,
    .col-2,
    .col-3v{
        width:50%;
    }
    
    .col-3h,
    .col-4{
        width:100%;
    }
    #icons-top .main-navigation .menu-principal-fechado-container li{
        line-height:1.8em
    }
    .wpcf7-form input[type="text"],
    .wpcf7-form input[type="email"],
    .wpcf7-form input[type="url"],
    .wpcf7-form input[type="password"],
    .wpcf7-form input[type="number"],
    .wpcf7-form input[type="tel"],
    .wpcf7-form input[type="range"],
    .wpcf7-form input[type="date"],
    .wpcf7-form input[type="month"],
    .wpcf7-form input[type="week"],
    .wpcf7-form input[type="time"],
    .wpcf7-form input[type="datetime"],
    .wpcf7-form input[type="datetime-local"],
    .wpcf7-form input[type="color"],
    .wpcf7-form textarea {
        width:100%
    }

    /*-----------------------------
    # Linha do Tempo
    -----------------------------*/

    #listagem article.linha_do_tempo,
    #listagem article.linha_do_tempo:nth-child(4n+3) {
        width: 100%;
        display:block;
        margin-top: 0px;
    }

    
    #listagem article.linha_do_tempo:nth-child(odd),
    #listagem article.linha_do_tempo:nth-child(even){
        border-left:3px solid #cbcbcb;
        border-right:none;
        text-align:left;
        margin-right:0;
        margin-left:0;
    }
    
    #listagem article.linha_do_tempo:nth-child(odd)::before{
        margin-right:0
    }

    #listagem article.linha_do_tempo .item-lista{
        padding:0 14% 14% 14%;
        margin-top:-19px
    }

    .linha_do_tempo .data{
        margin-bottom:16px;
    }
    #mais-lidas article {
        border-bottom: 1px dotted #83461d;
        border-right: none;
        margin-right: 0;
        max-width: 100%;
        width:100%;
        padding:30px 0px
    }
    #mais-lidas p {
        margin-bottom: 10px;
    }
    textarea {
        max-width:100%;
        width:100%
    }
    ul#footer-menu>li{
        width: 23.4%;

    }

    
}

/*-----------------------------
# 600px
-----------------------------*/
@media (max-width: 600px) {
    #menu-em-alta{
        width: 100%
    }
    .info-home h2{
        font-size:0.9em!important
    }
    #listagem article,
    #listagem.lista article {
        max-width: 100%;
        margin-right:0;
        margin-bottom:8%;
        width:100%;
        border-bottom:1px dotted #ccc;
        padding-bottom:30px
    }

    #listagem .entry-image,
    #listagem.lista .entry-image{
        max-width:100%;
        margin-bottom: 5%;
        width:100%
    }
    #listagem .projeto .entry-image,
    #listagem.lista .projeto .entry-image,
    #listagem .rede_de_noticia .entry-image,
    #listagem.lista .rede_de_noticia .entry-image{
        max-width:200px;
        padding-bottom: 43%;
        text-align:left
    }
    
    #destaque.metodologia .imagem-destaque {
        height: 300px;
        width: 100%;
    }
    #area-filtros .select {
        margin: 0 0 10px 0;
        max-width: 100%;
        width: 100%;
    }
    #filtros .borda-busca,
    .checkbox {
        width: 100%;
        margin-left:0
    }
    
    #listagem.lista .item-lista {
        display: block;
        width: 100%;
    }
    
    .redes-interna {
        margin-top: 10px;
        width: 100%;
        border-top:1px dotted #ccc;
        padding-top:10px
    }
    #destaque h1 {
        font-size: 2em;
        margin-bottom:20px
    }
    #destaque .entry-content {
        bottom: 30px;
    }
    #destaque a.caixa-link,
    #destaque div.caixa-link {
        margin-top: 0;
    }
    #destaque .description,
    #bots-lista-grade,
    #menu-footer {
        display:none
    }
    .col3 {
        width: 100%;
        text-align:left!important;
        margin-bottom:30px
    }
    table.alfabeto{
        margin-bottom:10px
    }
    #filtros input[type="submit"] {
        width:30px
    }
    .wp-caption.alignnone,
    .wp-caption.alignright,
    .wp-caption.alignleft,
    .wp-caption.aligncenter{
        width:100%!important
    }
    
    .entry-content>img.size-full,
    .entry-content>img.size-large,
    .wp-caption.alignnone,
    .wp-caption.alignleft,
    .wp-caption.aligncenter,
    #primary .entry-content p{
        padding-left:0
    }
    .whatsapp{
        display:block
    }
    .wp-caption{
        max-width:847px!important;
    }
    .carrossel .left {
        width: 100%;
        height: 310px;
        margin-right: 0;
        margin-top: 10px
    }
    .carrossel .right {
	   width: 100%;
    }

    .widget_chamadas .destaque {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px
    }
    .widget_chamadas {
        padding: 4vh 0;
        margin-bottom: 0;
    }
    .visualizacao h4 {
        width: 100%;
        margin-left: 0;
    }
    .visualizacao h4 {
        font-size: 1.2em;
        line-height: 1.3em;
    }
    .visualizacao h4::before {
        margin-bottom: 11px;
    }
    .widget.newsletter, .widget_banners {
	   width: 100%;
        padding: 9vh 3vh;
    }
    .title-carrossel {
        text-align: center
    }
    .title-carrossel h3 {
        background: #bec0c2;
        width: 25px;
        height: 25px;
        overflow: hidden;
        border-radius: 50px;
        text-indent:-9999px;
        margin: auto
    }
    .title-carrossel.active h3 {
        background: #f2b61b;
        margin: auto
    }
    .title-carrossel.active::after {
        display: none;
    }
    .carrossel_widget .reportagem {
        border-bottom: none;
        margin-top: 0px;
    }
    .carrossel .right .title {
        font-size: 1.8em;
    }
    .widget_chamadas .background {
        height: 270px;
    }
  /*.em_alta{
        display: none */
    }
    
}


/*-----------------------------
# 400px
-----------------------------*/
@media (max-width: 400px) {
    #busca-topo{
        display:none
    }
    
    .col-1,
    .col-2,
    .col-3v,
    .col-3h,
    .col-4{
        width:100%;
    }
    
    .col-3h .inner{
        padding-bottom:calc(100% - 10px);
    }

    .col-1 .info-home h2 {
        font-size: 0.6em !important;
        letter-spacing: 0.1em;
    }


}


@media handheld {
    .whatsapp{
        display:block
    }
    
}



body.alto-contraste,
body.alto-contraste #noticias-relacionadas .lista-relacionadas{
    background:#000;
    color:#fff!important;
}
body.alto-contraste p,
body.alto-contraste h1,
body.alto-contraste h2,
body.alto-contraste h3{
    color:#fff!important;
}