/*
 Theme Name: metro
 */
 @charset "UTF-8";
/**
 * Rádio Metropolitana 98.5 FM
 */
@import url("https://fonts.googleapis.com/css?family=Rubik");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, input, textarea, select, option {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  /* Reseta a fonte padrão para 10px, então 16px pode ser declarado como 1.6em */
  font: inherit;
  box-sizing: border-box;
  font-family: 'Open Sans', sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

html {
  height: 100%;
}

body {
  height: 100%;
  background: #ecf0f1;
  overflow-x: hidden;
}

strong {
  font-weight: bold !important;
}

.main {
  position: relative;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Rubik", sans-serif;
}

/**
 * Estrutura de Grids
 */
.container-fluid {
  width: 100%;
  padding: 20px 5px;
}

@media all and (min-width: 1200px) {
  .container-fluid {
    padding: 30px 50px;
  }
}

.container {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

@media all and (min-width: 1170px) {
  .container {
    width: 1170px;
  }
}

.row:before,
.row:after {
  content: "";
  display: table;
}

.row:after {
  clear: both;
}

.row-related-posts {
  margin-left: -5px;
  margin-right: -5px;
}

.col {
  display: inline-block;
  vertical-align: top;
  min-height: 1px;
  width: 100%;
  margin-right: -4px;
  *zoom: 1;
  *display: inline;
}

.container-prop {
  width: 100%;
  margin: 0 auto;
  position: relative;
  background: #fff;
  padding: 10px;
  z-index: 999;
  
}

@media all and (min-width: 1020px) {
  .container-prop {
    width: 1110px;
  }

  .container-prop .col-main {
    width: 748px;
    width: 748px;
    width: 748px;
    padding: 0;
    margin-right: 15px;
  }
}

.col-sidebar-mini {
  display: none;
}

@media all and (min-width: 1170px) {
  .col-sidebar-mini {
    display: inline-block;
    width: 12.5%;
  }
}

@media all and (min-width: 1170px) {
  .col-main {
    width: -webkit-calc(100% - 302px);
    width: -moz-calc(100% - 302px);
    width: calc(100% - 302px);
    padding: 0 2.5%;
  }
}

@media all and (min-width: 1170px) {
  .col-main-categ {
    width: -webkit-calc(98% - 302px);
    width: -moz-calc(98% - 302px);
    width: calc(98% - 302px);
    padding: 0 2.5%;
  }
}

@media all and (min-width: 1170px) {
  .col-feed {
    width: -webkit-calc(100% - 302px);
    width: -moz-calc(100% - 302px);
    width: calc(100% - 302px);
  }
}

.col-sidebar-ads {
  display: none;
}

@media all and (min-width: 1170px) {
  .col-sidebar-ads {
    width: 302px;
    display: inline-block;
  }
}

.col-fix-600 {
  width: 100%;
}

@media all and (min-width: 1170px) {
  .col-fix-600 {
    display: inline-block;
    width: 620px !important;
    padding: 0;
  }
}

.col-fix-300 {
  width: 100%;
  display: none;
}

@media all and (min-width: 1170px) {
  .col-fix-300 {
    display: inline-block;
    width: 300px !important;
    padding-left: 20px;
  }
}

.col-2 {
  width: 100%;
}

@media all and (min-width: 768px) {
  .col-2 {
    width: 50%;
  }
}

.col-3 {
  width: 100%;
}

@media all and (min-width: 768px) {
  .col-3 {
    width: 33.33333%;
  }
}

.col-4 {
  width: 100%;
}

@media all and (min-width: 768px) {
  .col-4 {
    width: 25%;
  }
}

.col-6 {
  width: 100%;
}

@media all and (min-width: 768px) {
  .col-6 {
    width: 16.66667%;
  }
}

/* Clearfix */
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.clearfix {
  display: inline-block;
}

* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

.materia-sidebar {
  background: #fff;
  margin-bottom: 10px;
  height: 110px;
  padding: 5px;
  border: 2px solid transparent;
}

.materia-sidebar:hover {
  border: 2px solid #003da5;
}

.materia-sidebar_in-bg-white {
  background: #ecf0f1;
}

.materias-sidebar-img {
  display: block;
  float: left;
  width: 100px;
  height: 90px;
}

.materias-sidebar-title {
  display: inline-block;
  width: -webkit-calc(100% - 100px);
  width: -moz-calc(100% - 100px);
  width: calc(100% - 100px);
  padding-left: 5px;
  text-decoration: none;
  color: #333;
  font-size: .9em;
}

.row-materias-inline {
  margin-left: -5px;
  margin-right: -5px;
  margin-top: -10px;
}

.materia-inline {
  position: relative;
  padding: 10px 5px;
  border: 2px solid transparent;
}

.materia-inline:hover {
  border: 2px solid #003da5;
}

.materia-inline-link-cover {
  display: block;
  overflow: hidden;
}

.materia-inline-cover {
  display: block;
  width: 100%;
  height: 160px;
  object-fit: cover;
}

.materia-inline-link-title {
  display: block;
  text-decoration: none;
  color: #333;
  margin-top: 10px;
}

.materia-inline-share {
  position: absolute;
  top: 110px;
  right: 10px;
}

.padrao-header {
  display: block;
  width: 100%;
  background: #003da5;
  margin: 30px 0 10px 0;
  padding: 5px;
  font-size: 2em;
  color: #fff;
  border-radius: 2px;
}

.padrao-header_no-margin-top {
  margin-top: 0;
}

.title-mais-acessados {
  background: #e74c3c;
}

.single-label {
  font-size: 1.2em;
  color: #333;
  border-bottom: 3px solid red;
  text-transform: uppercase;
}

.quiz-badge {
  height: 2.5rem;
  width: 2.5rem;
  background-color: #FEED00;
  border-radius: 50%;
  text-decoration: none;
  position: absolute;
  top: 20px;
  left: -10px;
  z-index: 2;
}

@media (min-width: 768px) {
  .quiz-badge {
    height: 3.5rem;
    width: 3.5rem;
  }
}

.quiz-badge span.quiz-txt {
  text-transform: uppercase;
  padding-top: 12px;
  transform: rotate(-30deg) !important;
  -ms-transform: rotate(-30deg);
  -webkit-transform: rotate(-30deg);
  -moz-transform: rotate(-30deg);
  color: #222221;
  text-align: center;
  position: absolute;
  font-size: 14px;
  font-weight: bold;
}

@media (min-width: 768px) {
  .quiz-badge span.quiz-txt {
    padding-top: 17px;
    font-size: 20px;
  }
}

.trending-post {
  color: #e74c3c;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 10px;
}

.page-numbers {
  display: inline-block;
  margin: 3px;
  background: #003da5;
  color: #fff;
  text-decoration: none;
  padding: 10px 20px;
}

.current {
  background: #e74c3c;
}

.bg-prop {
  width: 1437px;
  height: 1520px;
  z-index: 0;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -718px;
  display: none;
}

@media all and (min-width: 1170px) {
  .bg-prop {
    display: block;
  }
}

.bg-radios {
  background: #003da5;
}

.radios {
  height: 100px;
  text-align: right;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-content: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media all and (max-width: 1170px) {
  .radios {
    display: none;
  }
}

.ao-aovivo {
  display: inline-block;
}

@media all and (min-width: 1170px) {
  .ao-aovivo {
    margin-right: 40px;
  }
}

.link-aovivo {
  display: inline-block;
}

.link-aovivo:hover .ico-aovivo {
  color: #FF0412;
}

.ico-aovivo {
  display: inline-block;
  font-size: 44px;
  color: #fff;
}

.text-aovivo {
  display: inline-block;
  text-align: left;
  color: #fff;
}

.redes-sociais-header {
  display: none;
}

@media all and (min-width: 1170px) {
  .redes-sociais-header {
    display: inline-block;
  }
}

.social-link-header:hover a {
  color: #FF0412;
}

.banner-header {
  width: 970px;
  height: 90px;
  margin: 0 auto;
}

.banner-mobile {
  display: block;
}

@media all and (min-width: 768px) {
  .banner-mobile {
    display: none;
  }
}

.banner-desk {
  display: none;
  padding: 5px;
  margin-bottom: 30px;
}

@media all and (min-width: 768px) {
  .banner-desk {
    display: block;
  }
}

.banner-desk_with-margin-top {
  margin-top: 30px;
}

.banner-desk_without-margin-bottom {
  margin-bottom: 0;
}

.banner-lado-a-lado {
  width: 674px;
  margin: 0 auto;
  display: none;
}

@media all and (min-width: 768px) {
  .banner-lado-a-lado {
    display: block;
  }
}

.banner-336 {
  width: 336px;
  height: 280px;
  background: #fff;
  float: left;
}

.banner-300 {
  margin: 0 auto;
  width: 300px;
  height: 250px;
  background: #fff;
}

.banner-728 {
  width: 728px;
  height: 90px;
  margin: 0 auto;
  background: #fff;
}

.banner-250 {
  margin: 0 auto;
  width: 970px;
  height: 250px;
  background: #fff;
  margin-bottom: 15px;
  margin-top: 15px;
}

/**
 * Menu responsivo
 */
.bg-menu {
  text-align: center;
  background: #fff;
}

@media all and (min-width: 1170px) {
  .bg-menu {
    text-align: right;
  }
}

.nav {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  margin-top: 3px;
}

.nav-item {
  float: left;
  list-style: none;
}

.nav-item-a {
  display: block;
  font-family: "Rubik", sans-serif;
  color: #333;
  text-decoration: none;
  padding: 15px;
  padding-top: 20px;
  font-size: 1em;
  font-weight: bold;
}

.nav-item-a:hover {
  color: #00285A;
}

.nav-iten-mais-lidas {
  color: #e74c3c !important;
}

/* Class do menu quando em dispositivos moveis */
.ouca-radio {
  display: none;
  cursor: pointer;
  position: absolute;
  top: 5px;
  background: #e50012;
  color: #fff;
  width: 25%;
  left: 2.5%;
  margin-right: 2%;
  border-radius: 5px;
  padding: 10px 0;
}

.ouca-radio a {
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
}

.ouca-radio a i {
  color: #fff;
  float: left;
  font-size: 18px;
}

.nav-mobile {
  display: none;
  cursor: pointer;
  position: absolute;
  top: 5px;
  right: 5%;
  background: #333;
  height: 40px;
  width: 68%;
  border-radius: 5px;
}

.nav-mobile::after {
  content: "Abrir Menu";
  width: 100%;
  height: 100%;
  position: absolute;
  font-size: 1.2em;
  line-height: 40px;
  top: 0;
  left: 0;
  color: #fff;
  text-transform: capitalize;
  font-weight: bold;
}

/* Propriedades responsivas do menu */
@media only screen and (min-width: 0px) and (max-width: 1170px) {
  .nav {
    width: 100%;
    height: 53px;
    margin-bottom: -5px;
    z-index: 999;
  }
  .nav-list {
    display: none;
    margin-top: -10px;
    max-width: 95%;
    margin: 0 auto;
  }
  .nav-item {
    width: 100%;
    float: none;
  }
  .nav-item-a {
    color: #fff;
    border: 1px solid #222;
  }
  .nav-item-a:hover {
    background: #222;
  }
  .nav-mobile {
    display: inline-block;
  }
  .ouca-radio {
    display: inline-block;
  }
  /* mmuda o menu aberto */
  .nav-active {
    display: block;
    background-color: #333;
    margin-top: 44px !important;
  }
  /* Muda o icone de aberto */
  .nav-mobile-open::after {
    content: "Fechar Menu";
    width: 100%;
    height: 100%;
    position: absolute;
    font-size: 1.2em;
    line-height: 40px;
    top: 0;
    left: 0;
    color: #fff;
  }
}

.searchform {
  max-height: 32px;
  margin-top: 14px;
}

@media (max-width: 1170px) {
  .searchform {
    margin-top: 5px;
  }
}

.search_input {
  display: inline-block;
  height: 32px;
  border: 1px solid #999;
  border-radius: 3px;
  width: 280px;
  padding: 8px;
}

.serach_button {
  padding: 0;
  margin: 0;
  width: 32px;
  height: 32px;
  display: inline-block;
  cursor: pointer !important;
  border-radius: 16px;
  color: #fff;
  background: #003da5;
  border: 0;
}

.serach_button:after {
  content: "";
}

li.nav-item:last-child {
  padding-bottom: 8px;
  display: inline-block;
}

.nav-mobile {
  display: block;
  cursor: pointer;
  position: absolute;
  top: -46px;
  left: 30%;
  background: #333;
  border-radius: 5px;
  width: 67.5%;
  line-height: 50px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 50px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.nav-mobile:after {
  content: "↓ ABRIR MENU";
}

.nav-mobile-open {
  border-radius: 5px 5px 0 0;
}

.nav-mobile-open:after {
  content: "↑ FECHAR MENU";
}

@media all and (min-width: 1170px) {
  .nav-mobile {
    display: none;
  }
}

@media all and (max-width: 1170px) {
  .topo {
    background: #003da5;
  }
}

.logo {
  position: relative;
  z-index: 999;
  height: 0;
  top: 3px;
}

.logo-link {
  display: block;
  width: 154px;
  height: 154px;
  text-indent: -999px;
  background: url(assets/imgs/logo-novo-2.png);
  background-size: cover;
}

@media all and (max-width: 1170px) {
  .logo {
    width: 154px;
    height: 158px;
    margin: 0 auto 15px auto;
    padding-top: 6px;
  }
}

/**
 * Materia Destaque
 */
.materia-destaque-link {
  display: block;
  height: 350px;
  position: relative;
  color: #fff;
  border: 3px solid transparent;
}

.materia-destaque {
  height: 100%;
  background-size: cover !important;
  background-position: center center !important;
}

.materia-destaque-link:hover {
  border: 3px solid #000;
}

.materias-infos-destaque {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding-left: 5%;
  padding-bottom: 20px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
  /* IE6-9 */
}

.materias-infos-destaque h1 {
  color: #fff;
  margin-top: 10px;
  font-size: 1.4em;
  font-weight: 600;
}

.materias-infos-destaque .label {
  background: red;
  padding: 5px;
  text-transform: uppercase;
  font-size: .8em;
}

.destaque-conatiner {
  display: block;
}

@media (max-width: 1170px) {
  .mais-acessados {
    margin-top: -20px;
    padding: 0 10px;
  }
}

.materia {
  background: #fff;
  width: 100%;
  clear: both;
  height: 254px;
  margin-bottom: 15px;
  position: relative;
  border: 2px solid transparent;
}

.materia:hover {
  border: 2px solid #003da5;
}

.materia-link {
  text-decoration: none;
  display: block;
}

.materia-cover {
  width: 100%;
  float: left;
  height: 250px;
  margin: 0;
  margin-right: 20px;
  background-position: center center !important;
  background-size: cover !important;
}

.materia-infos {
  padding-top: 10px;
}

.materias-infos .label-related {
  border: 1px solid #000;
}

.materia-infos h1 {
  text-transform: uppercase;
  font-size: 1.2em;
  color: #333;
  margin-top: 5px;
  font-weight: 600;
}

.materia-infos .subtitulo {
  margin-top: 10px;
  color: #999;
  font-size: 1.2em;
  display: none;
}

.materia-infos h2 {
  display: inline-block;
}

.materia-infos .label {
  font-size: .9em;
  background: none;
  color: #333;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .materia {
    height: auto;
    background: #efefef;
    padding: 10px;
  }
  .materia-infos {
    display: block;
    width: 100%;
    clear: both;
  }
  .materia-cover {
    margin-bottom: 10px;
  }
  .addthis_inline_share_toolbox_gitz {
    position: relative;
    width: 100%;
    margin-top: 10px;
    text-align: center;
  }
}

@media (min-width: 768px) {
  .materia-cover {
    width: 50%;
  }
}

@media (min-width: 1170px) {
  .materia-infos .subtitulo {
    display: block;
  }
}

.material-small {
  height: auto;
  background: #efefef;
  padding: 10px;
  margin-top: 5px;
  position: relative;
}

.materia-infos-small {
  display: block;
  width: 100%;
  clear: both;
}

.materia-infos-small h1 {
  font-size: .9em;
}

.materia-infos-small .label {
  font-size: .8em;
}

.materia-cover-small {
  margin-bottom: 10px;
  width: 100%;
  height: 200px;
  position: relative;
}

/**
 * Labels
 */
.label-cat {
  display: inline-block;
  padding: 10px;
  background: red;
  text-decoration: none;
  margin: 5px 0 0 5px;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: .8em;
  position: absolute;
  z-index: 2;
}

.label-musicas {
  background: #65e051;
}

.label-famosos {
  background: #e08a51;
}

.label-entretenimento {
  background: #e05151;
}

.label-tect {
  background: #5179e0;
}

.label-uni {
  background: #51d1e0;
}

.label-fotos {
  background: #7d51e0;
}

.label-humor {
  background: #9851e0;
}

@media (max-width: 768px) {
  .label-cat {
    top: 10px;
  }
}

@media (min-width: 768px) {
  .label-cat {
    bottom: 15px;
  }
}

.cat-header {
  margin-bottom: 20px;
}

.cat_title {
  font-size: 2em;
  display: inline-block;
  padding: 20px;
  text-transform: uppercase;
  background: #000;
  color: #fff;
}

/**
 * Comentários
 */
.title-comments {
  display: block;
  font-size: 2em;
  padding: 10px;
  text-transform: uppercase;
  background: #003da5;
}

.title-mais-acessados {
  background: #e74c3c;
}

.feed-category {
  padding: 0 20px;
}

.home-feed {
  padding-top: 10px;
}

@media all and (min-width: 1170px) {
  .home-feed {
    padding: 0 20px 5px 0;
  }
}

.mais-lidas-feed {
  padding: 0 20px 5px 0;
}

.mais-lidas-interna {
  margin-top: -30px;
}

.sidebar-article-title {
  font-weight: bold;
  font-size: 1.2em;
  text-transform: uppercase;
  color: #333;
  width: 70%;
}

.sidebar-articles {
  display: block;
  text-decoration: none;
  color: #666;
  margin-top: 15px;
}

.sidebar-articles:hover {
  text-decoration: underline;
}

.sidebar-articles-head {
  font-size: .8em;
  font-weight: bold;
  text-transform: uppercase;
}

.sidebar-aticle-data {
  font-weight: 100;
  font-size: .8em;
}

.sidebar-articles-text {
  font-size: .9em;
}

/**
 * Página Single
 */
.content-single {
  background: #fff;
  margin-top: 0;
  overflow: hidden;
  padding: 0 20px 20px 20px;
  color: #333;
}

.content-ads {
  padding: 5px;
}

.content-single h1 {
  font-size: 1.6em;
  font-weight: bold;
  color: #333;
  margin-top: 10px;
}

@media (min-width: 768px) {
  .content-single h1 {
    font-size: 2.6em;
  }
}

.content-single .subtitulo {
  margin-top: 10px;
  color: #999;
  font-size: 1.2em;
}

.conteudo-principal p {
  margin-top: 30px;
  font-size: 1.2em;
  line-height: 1.6em;
}

.pb-powered-by-logo {
  display: none !important;
}

p:empty {
  display: none;
  margin: 0 !important;
  padding: 0 !important;
}

.conteudo-principal iframe {
  margin-top: 15px !important;
  max-width: 100% !important;
  margin: 0 auto;
}

.conteudo-principal p > iframe {
  display: block;
  margin-top: -10px !important;
  min-width: 100%;
  min-height: 400px;
}

.conteudo-principal img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 15px auto;
}

.conteudo-principal p > img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 15px auto;
}

.conteudo-principal h2 {
  display: block;
  font-size: 1.8em;
  margin-top: 30px;
  font-weight: bold;
}

.conteudo-principal h3 {
  display: block;
  margin-top: 30px;
  font-size: 1.6em;
  font-weight: bold;
}

.conteudo-principal em {
  font-style: italic;
  color: #333;
}

.conteudo-principal ul, .conteudo-principal ol {
  padding-left: 40px;
  margin-top: 20px;
  line-height: 2em;
}

.conteudo-principal blockquote {
  display: block;
  margin-top: 15px;
  border-left: 6px solid #003da5 !important;
  padding: 0 5px 0 15px !important;
}

.wp-caption {
  max-width: 100%;
  display: block;
}

.wp-caption-text {
  margin: 0 !important;
  padding: 5px !important;
}

.autor {
  font-size: .8em !important;
  color: #999;
  display: block;
  margin-top: 20px;
}

a.author-link {
  color: #333;
  text-decoration: none;
}

a.author-link:hover {
  text-decoration: underline;
}

.comments {
  margin-top: 40px;
}

.comment-link {
  color: #999;
  text-decoration: none;
}

.wp-caption-text {
  font-size: .8em !important;
  font-style: italic !important;
  color: #999;
  margin-bottom: 10px;
}

.img-responsive {
  width: 100%;
  height: auto;
}

.share {
  margin-top: 10px;
  border-top: 1px solid #ECF0F1;
  border-bottom: 1px solid #ECF0F1;
  padding: 10px 0;
}

.share-btn {
  display: inline-block;
  padding: 10px;
  background: #efefef;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  font-size: 16px;
}

.share-facebook {
  background: #3b5998;
}

.share-twitter {
  background: #00aced;
}

.share-comment {
  background: #e74c3c;
  display: none;
}

@media (min-width: 1170px) {
  .share-comment {
    display: inline-block;
  }
}

.share-whatsapp {
  background: #25d366;
  display: inline-block;
}

.shared-text-desk {
  display: none;
}

@media (min-width: 1170px) {
  .shared-text-desk {
    display: inline-block;
  }
}

@media (min-width: 1170px) {
  .shared-text-mobile {
    display: none;
  }
}

@media (min-width: 1100px) and (max-width: 1265px) {
  .share-btn {
    font-size: 14px;
  }
}

/**
 * Matérias
 */
.materia-related {
  position: relative;
  border: 2px solid transparent;
}

.materia-related:hover {
  border: 2px solid #003da5;
}

.related-cover-container {
  position: relative;
  height: 200px;
}

.related-cover {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-position: center center;
  background-size: cover !important;
}

.related-cover-ads {
  height: 150px;
}

@media (min-width: 768px) {
  .related-cover-most-read {
    height: 120px;
  }
}

.related_share {
  position: absolute;
  bottom: 5px;
  right: 5px;
  display: inline-block;
  z-index: 2;
}

.related_share a {
  background: #333;
}

@media all and (min-width: 768px) {
  .related_share a {
    padding: 5px !important;
  }
}

.related_share_feed {
  position: absolute;
  bottom: 5px;
  right: 5px;
  display: inline-block;
  z-index: 2;
}

.related_share_feed a {
  background: #333;
}

@media all and (max-width: 768px) {
  .related_share_feed {
    top: 10px;
    right: 10px;
  }
}

.label-related {
  color: #999;
  font-weight: 100;
  font-size: .8em;
  margin-top: 5px;
}

.label-related a {
  font-size: 1em;
  text-decoration: none;
  color: #999;
  font-weight: 100;
}

.related-title {
  display: block;
  margin-top: 5px;
  text-decoration: none;
  color: #333;
}

@media (min-width: 768px) {
  .related-title-most-read {
    font-size: .9em;
  }
}

.mais-lidas-title {
  font-size: 14px;
}

/* Rodapé */
footer {
  background: #003da5;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  margin-top: 30px;
  z-index: 999;
  position: relative;
}

.social {
  text-align: left;
}

.redesSociais, .contato {
  margin-top: 10px;
  margin-bottom: 10px;
}

.contato {
  font-size: 1.2em;
  text-align: right;
}

.btn_ctt {
  color: yellow;
}

.social-link {
  list-style: none;
  display: inline-block;
  margin-left: 10px;
}

.social-link-no-margin {
  margin-left: 0;
}

.social-link a {
  display: inline-block;
  color: #fff;
  font-size: 2em;
}

address {
  border-top: 2px solid #00348c;
  padding-top: 10px;
}

@media only screen and (max-width: 768px) {
  .social {
    text-align: center;
  }
  .contato {
    text-align: center;
  }
}

section#author {
  padding: 0 20px !important;
  margin-top: -30px;
}

section#author header {
  margin-bottom: 20px !important;
}

section#author-posts {
  padding: 0 20px !important;
}

.img_autor img {
  float: left;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.author-box {
  margin-bottom: 20px;
  background-color: #efefef;
  padding: 0 20px 20px 20px;
  border-radius: 30px;
  box-shadow: 0 8px 6px -6px black;
  -moz-box-shadow: 0 8px 6px -6px black;
  -webkit-box-shadow: 0 8px 6px -6px black;
}

.author-box-page {
  margin-bottom: 20px;
  background-color: #efefef;
  border-radius: 30px;
  box-shadow: 0 8px 6px -6px black;
  -moz-box-shadow: 0 8px 6px -6px black;
  -webkit-box-shadow: 0 8px 6px -6px black;
}

.author-content {
  padding: 20px;
}

.author-box-page header {
  width: 100%;
}

a.link_autor {
  text-decoration: none;
  color: #fff;
}

a:hover.link_autor {
  text-decoration: underline;
  color: #fff;
}

.author-box ul.menu-social-ul {
  list-style-type: none;
  margin-top: 10px;
}

.author-box ul.menu-social-ul li {
  float: left;
  margin: 10px;
}

.author-box ul.menu-social-ul li.siga {
  font-style: italic;
  margin-top: 12px;
}

.author-box ul.menu-social-ul li a {
  font-size: 18px;
  padding: 10px;
  background: #333;
  color: #fff;
}

.author-box ul.menu-social-ul li a:hover {
  border-radius: 10px;
}

.author-box-page ul.menu-social-ul {
  list-style-type: none;
  margin-top: 10px;
}

.author-box-page ul.menu-social-ul li {
  float: left;
  margin: 10px;
}

.author-box-page ul.menu-social-ul li.siga {
  font-style: italic;
  margin-top: 12px;
}

.author-box-page ul.menu-social-ul li a {
  font-size: 18px;
  padding: 10px;
  background: #333;
  color: #fff;
}

.author-box-page ul.menu-social-ul li a:hover {
  border-radius: 10px;
}

div.resumo_profissional {
  margin-bottom: 50px;
  padding: 10px;
  line-height: 28px;
}

div.resumo_profissional h2 {
  margin-left: 5px !important;
}

nav.menu-social {
  margin-top: -60px;
}

a.authors-footer-link {
  color: #fff;
  text-decoration: none;
}

a:hover.authors-footer-link {
  text-decoration: underline;
}

@media all and (max-width: 768px) {
  .author-box ul.menu-social-ul li a {
    font-size: 12px;
  }
  .img_autor img {
    float: none;
    border-radius: 0;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  div.resumo_profissional h2 {
    margin-top: -20px;
    font-size: 16px;
    margin-left: -5px;
    width: 100% !important;
    text-align: center;
    margin: 0 auto;
  }
  .author-box ul.menu-social-ul li:first-child {
    display: block;
    width: 100%;
  }
  .author-box-page ul.menu-social-ul li:first-child {
    display: block;
    width: 100%;
  }
  section#author {
    padding: 0 20px !important;
    margin-top: 0px;
  }
}

.fixado {
  position: fixed;
  top: 50px;
  z-index: 9999;
}

.stick {
  position: fixed;
  top: 10px;
  z-index: 10000;
  border-radius: 0 0 0.5em 0.5em;
}

.stick-feed {
  position: fixed;
  top: 10px;
  z-index: 10000;
  border-radius: 0 0 0.5em 0.5em;
  max-width: 12.5%;
}

.slides {
  position: relative;
  height: 600px;
  padding: 0px;
  margin-top: 30px;
  list-style-type: none;
}

.slide {
  position: absolute;
  background-color: #333;
  overflow: hidden;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: opacity 1s;
  -moz-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
}

.conteudo-principal ul.legendas {
  padding-left: 0;
}

.slide img {
  max-width: 100%;
  max-height: 100%;
}

.legendas {
  position: relative;
  min-height: 50px;
  padding: 0px;
  margin-bottom: 30px !important;
  list-style-type: none !important;
  left: 0;
}

.caption {
  display: none;
  width: 100%;
  background-color: #fff;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 20px;
  padding-top: 30px;
  color: #333;
  margin-bottom: 30px;
  margin-top: -30px;
  opacity: 0;
  z-index: 1;
  left: 0px;
  top: 0px;
}

.showing {
  opacity: 1;
  z-index: 2;
}

.showing-caption {
  opacity: 1;
  z-index: 2;
  display: block !important;
}

button.controls-right {
  position: absolute;
  outline: none;
  z-index: 999;
  cursor: pointer;
  right: 10px;
  top: 295px;
  background-color: #003da5;
  color: #fff;
  border: 1px solid #003da5;
  border-radius: 25%;
  font-size: 40px;
  -webkit-border-radius: 25%;
  -moz-border-radius: 25%;
  -ms-border-radius: 25%;
  -o-border-radius: 25%;
}

button.controls-left {
  position: absolute;
  outline: none;
  z-index: 999;
  cursor: pointer;
  left: 10px;
  top: 295px;
  background-color: #003da5;
  color: #fff;
  border: 1px solid #003da5;
  border-radius: 25%;
  font-size: 40px;
  -webkit-border-radius: 25%;
  -moz-border-radius: 25%;
  -ms-border-radius: 25%;
  -o-border-radius: 25%;
}

@media (max-width: 1170px) {
  .slides {
    width: 100%;
    height: 300px;
  }
  button.controls-right {
    position: absolute;
    outline: none;
    z-index: 999;
    cursor: pointer;
    right: 10px;
    top: 149px;
    background-color: #003da5;
    color: #fff;
    border: 1px solid #003da5;
    border-radius: 25%;
    font-size: 15px;
    -webkit-border-radius: 25%;
    -moz-border-radius: 25%;
    -ms-border-radius: 25%;
    -o-border-radius: 25%;
  }
  button.controls-left {
    position: absolute;
    outline: none;
    z-index: 999;
    cursor: pointer;
    left: 10px;
    top: 149px;
    background-color: #003da5;
    color: #fff;
    border: 1px solid #003da5;
    border-radius: 25%;
    font-size: 15px;
    -webkit-border-radius: 25%;
    -moz-border-radius: 25%;
    -ms-border-radius: 25%;
    -o-border-radius: 25%;
  }
}

#hidden-id {
  display: hidden;
}