@import url("https://fonts.googleapis.com/css?family=PT+Sans:300,400,700,900");
/* ==========================================================================
    Fontes
============================================================================= */
/* ==========================================================================
    Palheta de cores
============================================================================= */
/* ==========================================================================
    Largura
============================================================================= */
/* ==========================================================================
   media queries
============================================================================= */
/* ==========================================================================
    Geral
============================================================================= */
* {
  outline: none;
  border: none;
  border-collapse: inherit;
  color: inherit;
  list-style: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}

html, body {
  height: 100%;
  font-size: 62.5%;
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

body {
  width: 100%;
  height: 100% !important;
  margin: 0 auto;
  color: #323232;
  background: #FFF;
  font-size: 1.4rem;
  line-height: 140%;
  font-weight: normal;
  position: relative;
  font-family: "PT+Sans", arial, helvetica, sans-serif;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  text-transform: none;
  background-size: cover;
}

p {
  margin: 20px 0;
}

a {
  color: #323232;
  text-decoration: none;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

a:focus {
  outline: none;
}

a:hover {
  color: #6F6F6F;
  text-decoration: none;
  opacity: 0.7;
}

ul, ol, li, dl, dt, dd {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6, address {
  font-weight: normal;
  font-style: normal;
}

iframe {
  border: none;
}

/* ==========================================================================
   clearfix
============================================================================= */
.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

/* ==========================================================================
   border-box
============================================================================= */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* ==========================================================================
   noscript
============================================================================= */
noscript .overlay {
  position: fixed;
  z-index: 1000000;
  width: 100%;
  height: 100%;
  background-color: #000;
  color: #000;
  opacity: .80;
}

noscript .mensagem {
  font-weight: 200;
  position: absolute;
  top: 200px;
  left: 50%;
  z-index: 1000001;
  margin: -67px 0 0 -245px;
  padding: 45px 0 0 140px;
  width: 550px;
  height: 120px;
  background: url("..//imgs/geral/alert.png") no-repeat left top;
  line-height: 20px;
  font-size: 15px;
  color: #fff;
}

/* ==========================================================================
    BxSlider
============================================================================= */
a.disabled {
  display: none !important;
}

/* ==========================================================================
    page-content
============================================================================= */
.page-content {
  overflow: hidden;
}

/* ==========================================================================
    form
============================================================================= */
.form-control {
  padding: 25px 15px;
  font-size: 1.4rem;
  border: 2px solid #6F6F6F !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  color: #6F6F6F;
}

.form-control::-webkit-input-placeholder {
  opacity: 0.5;
}

.form-control:-ms-input-placeholder {
  opacity: 0.5;
}

.form-control::-ms-input-placeholder {
  opacity: 0.5;
}

.form-control::placeholder {
  opacity: 0.5;
}

select.form-control {
  padding: 0;
  min-height: 54px;
  color: #6F6F6F;
}

textarea.form-control {
  resize: none;
  padding: 15px;
}

input[type=file].form-control {
  height: 54px;
  padding: 10px;
}

.custom-checkbox {
  min-height: 2.5rem;
  padding-left: 2.5rem;
}

.custom-checkbox .custom-control-label:before, .custom-checkbox .custom-control-label:after {
  top: 0;
  left: -2.5rem;
  width: 2rem;
  height: 2rem;
}

.custom-checkbox .custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.custom-checkbox .custom-control-input:active ~ .custom-control-label::before {
  border-color: #323232;
  background-color: #FFF;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  color: #FFF;
  border-color: #323232;
  background-color: #323232;
}

/* ==========================================================================
    btn
============================================================================= */
.btn {
  padding: 15px 50px;
  font-size: 1.4rem;
  text-transform: uppercase;
  border: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.btn.btn-primary {
  color: #FFF !important;
  background: #fea84b !important;
}

.btn.btn-primary:hover {
  background: #6F6F6F !important;
}

.btn.btn-secondary {
  color: #FFF !important;
  background: #6F6F6F !important;
}

.btn.btn-secondary:hover {
  background: #323232 !important;
}

.redes-sociais {
  padding: 15px 0;
}

.redes-sociais li {
  margin: 0 3px;
  display: inline-block;
}

.redes-sociais li .btn {
  padding: 0;
  font-size: 1.5rem;
  line-height: 29px;
  text-align: center;
  color: #FFF;
  background-color: #fe834b;
  border: 1px solid #fe834b !important;
  border-radius: 2px;
  width: 30px;
  height: 30px;
}

.redes-sociais li .btn:hover {
  color: #fe834b;
  background-color: #FFF;
  opacity: 1;
}

.header-portal {
  padding: 20px 0;
}

/* ==========================================================================
    menu
============================================================================= */
.navbar-toggler {
  font-size: 3rem;
  color: #EC3237;
}

.menu {
  text-transform: uppercase;
  background-color: #EC3237;
  border-bottom: 4px solid #FFc000;
}

.menu .navbar {
  padding: 0;
  display: block;
}

.menu .navbar .navbar-collapse {
  color: #FFF;
}

.menu .navbar .navbar-nav {
  width: 100%;
  display: block;
}

.menu .navbar .navbar-nav .nav-item {
  display: inline-block;
}

.menu .navbar .navbar-nav .nav-item.dropdown .nav-link:after {
  display: none;
}

.menu .navbar .navbar-nav .nav-item .nav-link {
  display: block;
  padding: 15px;
  color: #FFF;
}

.menu .navbar .navbar-nav .nav-item.show, .menu .navbar .navbar-nav .nav-item.active,
.menu .navbar .navbar-nav .nav-item .nav-link:hover {
  background-color: #FFc000;
  opacity: 1;
}

.menu .navbar .navbar-nav .nav-item .dropdown-menu {
  min-width: 170px;
  border: none;
  margin-top: 4px;
  padding: 5px 10px;
  border-radius: 0;
  background-color: #FFc000;
}

.menu .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  padding: 5px 0;
  font-size: 1.2rem;
  text-transform: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.menu .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item:last-of-type {
  border: none;
}

.menu .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item:focus, .menu .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover, .menu .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item.active {
  color: #FFF;
  background-color: transparent;
  opacity: 1;
}

@media (max-width: 575px) {
  .menu .navbar .navbar-nav .nav-item {
    display: block;
    margin: 0 auto;
  }
  .menu .navbar .navbar-nav .nav-item .dropdown-menu {
    width: auto;
  }
  .menu .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item {
    white-space: normal;
  }
}

.destaque .bx-wrapper {
  position: relative;
}

.destaque .bx-controls {
  text-align: right;
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.destaque .bx-controls .bx-pager-item {
  margin: 0 5px;
  display: inline-block;
}

.destaque .bx-controls .bx-pager-item .bx-pager-link {
  display: block;
  overflow: hidden;
  text-indent: 100px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #FFF;
}

.destaque .bx-controls .bx-pager-item .bx-pager-link.active {
  opacity: 0.8;
}

.page-title {
  border-bottom: 3px solid #323232;
}

h1 {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 5px;
  color: #323232;
}

h2 {
  font-size: 2.6rem;
  font-weight: 400;
  margin-bottom: 10px;
  color: #6F6F6F;
}

h3 {
  font-size: 1.8rem;
  font-weight: 300;
  margin-bottom: 10px;
  color: #6F6F6F;
}

@media (max-width: 991px) {
  h1 {
    font-size: 2.6rem;
  }
  h2 {
    font-size: 2.2rem;
  }
  h3 {
    font-size: 1.6rem;
  }
}

.componente header {
  background-color: #D9D9D9;
  border-radius: .25rem;
  padding: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

.componente header a {
  color: #EC3237;
  font-weight: 400;
  font-size: 1.2rem;
}

.componente header a:hover {
  text-decoration: underline;
}

.lateral .componente {
  background-color: #f3f3f3;
  border-radius: .25rem;
  padding: 30px;
}

.lateral .componente header {
  font-size: 2.6rem;
  background: none;
  padding: 0;
}

.editor {
  overflow-x: auto;
}

.editor a {
  color: #EC3237;
}

.editor a:hover {
  color: #FFc000;
  text-decoration: underline;
}

.editor ul, .editor ol {
  margin: 20px 0 20px 0;
  padding: 0;
}

.editor ul li, .editor ol li {
  margin: 12px 0 0 20px;
  border-bottom: 1px solid #FFc000;
}

.editor ul li {
  list-style: disc;
}

.editor ol li {
  list-style: decimal;
}

.editor img {
  width: auto !important;
  max-width: 100% !important;
  height: auto !important;
}

@media (max-width: 768px) {
  .editor iframe {
    width: 100% !important;
  }
}

.detalhe {
  margin: 40px 0 80px;
}

.detalhe header {
  text-align: center;
}

.detalhe header h1 {
  font-size: 4rem;
}

.detalhe header h2 {
  font-size: 2rem;
}

.detalhe header .chapeu {
  padding: 3px 20px;
  color: #FFF;
  font-weight: bold;
  background-color: #FFc000;
  border-radius: 5rem;
  text-transform: uppercase;
  display: inline-block;
}

.detalhe header .redes-sociais .btn {
  color: #FFF;
  background-color: #D9D9D9;
  border: 1px solid #D9D9D9 !important;
}

.detalhe header .redes-sociais .btn:hover {
  color: #D9D9D9;
  background-color: #FFF;
}

.detalhe header time {
  text-transform: lowercase;
}

.detalhe header .data {
  font-size: 1.1rem;
}

.detalhe hr {
  border-width: 2px;
  max-width: 992px;
}

.detalhe figure figcaption {
  margin-top: 5px;
  font-size: 1.1rem;
  text-align: center;
}

.detalhe .editor {
  font-size: 1.8rem;
  line-height: 140%;
}

.detalhe .editor img {
  width: auto !important;
  max-width: 100% !important;
  height: auto !important;
}

.detalhe .content {
  max-width: 768px;
  margin: 0 auto;
}

.detalhe .content .tags li {
  display: inline-block;
}

.detalhe .content .tags a {
  display: block;
  padding: 8px 14px;
  margin: 5px;
  font-size: 1.2rem;
  border-radius: .25rem;
  background-color: #D9D9D9;
  text-transform: uppercase;
}

@media (max-width: 992px) {
  .detalhe {
    margin: 20px 0 40px;
  }
  .detalhe header h1 {
    font-size: 3rem;
  }
  .detalhe header h2 {
    font-size: 1.8rem;
  }
}

@media (max-width: 768px) {
  .detalhe header h1 {
    font-size: 2.6rem;
  }
  .detalhe header h2 {
    font-size: 1.6rem;
  }
}

.rodape {
  color: #6F6F6F;
  background-color: #323232;
  padding: 20px 0;
}

.rodape .menu-rodape {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.rodape .menu-rodape li {
  margin: 0 10px;
}

.rodape .menu-rodape a {
  color: #FFF;
}

.rodape .menu-rodape a:hover, .rodape .menu-rodape a.active {
  text-decoration: underline;
}

.rodape .redes-sociais .btn {
  color: #323232;
  background-color: #6F6F6F;
  border: 1px solid #6F6F6F !important;
}

.rodape .redes-sociais .btn:hover {
  color: #6F6F6F;
  background-color: #323232;
}

.rodape address {
  font-size: 1.2rem;
}

.rodape address b {
  font-size: 1.4rem;
}

@media (max-width: 992px) {
  .rodape {
    text-align: center;
  }
  .rodape address {
    text-align: center;
  }
  .rodape .redes-sociais {
    text-align: center;
  }
}

#gdpr-cookie-message {
  position: fixed;
  z-index: 9999;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #efeeee;
  border-top: 1px solid #ccc;
  padding: 20px;
}

#gdpr-cookie-message h4 {
  color: #EC3237;
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 10px;
}

#gdpr-cookie-message a {
  color: #EC3237;
  text-decoration: none;
  font-size: 15px;
  padding-bottom: 2px;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.75);
}

#gdpr-cookie-message button {
  border: none;
  background: #EC3237;
  color: white;
  font-size: 15px;
  padding: 7px;
  border-radius: 3px;
  cursor: pointer;
}

#gdpr-cookie-message button:disabled {
  opacity: 0.3;
}

#gdpr-cookie-message #gdpr-cookie-advanced, #gdpr-cookie-message #gdpr-cookie-types {
  display: none !important;
}

.accordion .card {
  background: transparent !important;
  border: none;
}

.accordion .card .card-header {
  padding: 0;
}

.accordion .card .card-header a {
  color: #FFF;
  background: #323232 url("../imgs/geral/arrow-up.png") no-repeat 20px 20px;
  border-radius: .25rem;
  padding: 20px 0 20px 50px;
}

.accordion .card .card-header a.collapsed {
  background-image: url("../imgs/geral/arrow-down.png");
}

.banner .bx-controls {
  text-align: center;
  margin-top: 20px;
}

.banner .bx-controls .bx-pager-item {
  margin: 0 5px;
  display: inline-block;
}

.banner .bx-controls .bx-pager-item .bx-pager-link {
  display: block;
  overflow: hidden;
  text-indent: 100px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #D9D9D9;
}

.banner .bx-controls .bx-pager-item .bx-pager-link.active {
  background-color: #323232;
}

.lateral .banner {
  background-color: transparent !important;
  padding: 0 !important;
}

.componente.card {
  border: none;
  margin-bottom: 0 !important;
}

.componente.card .card {
  border: 1px solid #D9D9D9;
  background: transparent;
  border-radius: .25rem;
}

.componente.card .card.player .img-card {
  display: block;
  position: relative;
}

.componente.card .card.player .img-card:before {
  content: '\f144';
  position: absolute;
  z-index: 2;
  font-size: 8rem;
  line-height: 100%;
  text-align: center;
  color: #FFF;
  top: calc(50% - 40px);
  left: calc(50% - 40px);
  font-family: FontAwesome;
  width: 80px;
  height: 80px;
}

.componente.card .card.player .img-card:after {
  content: '';
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.componente.card .card.player .img-card:hover:before {
  color: #EC3237;
}

.componente.card .card .card-block {
  padding: 20px;
}

.componente.card .card .card-block span {
  display: block;
  color: #EC3237;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 5px;
}

.componente.card .card .card-block h4 {
  color: #323232;
  font-size: 2rem;
  font-weight: 700;
}

.lateral .componente.card {
  margin-bottom: 3rem !important;
  padding-bottom: 0 !important;
}

.convenios .item {
  border-top: 1px solid #FFc000;
  padding: 20px 0;
}

.convenios .item .categorias {
  font-size: 1rem;
  text-transform: uppercase;
}

.convenios .item strong {
  display: block;
  color: #323232;
  font-size: 2rem;
  font-weight: 700;
  margin: 10px 0 20px 0;
}

.convenios .item li {
  margin: 10px 0;
}

.convenios .item li span {
  color: #EC3237;
  font-weight: 700;
}

.convenios-buscar .input-group .form-control {
  border-right: none !important;
}

.convenios-buscar .input-group .input-group-addon {
  padding: 0 15px;
  border: 2px solid #6F6F6F !important;
  border-left: none !important;
  background: #FFF !important;
}

.diretoria hr {
  width: 100%;
  border-bottom: 1px solid #FFc000;
}

.download ul {
  border-top: 1px solid #FFc000;
}

.download ul li {
  padding: 20px 0 20px 40px;
  border-bottom: 1px solid #FFc000;
  background: url("../imgs/geral/icon-download.png") no-repeat center left;
}

.edicoes li {
  padding: 20px 0 20px 0;
  border-bottom: 1px solid #FFc000;
}

.edicoes li span {
  display: block;
  color: #EC3237;
  font-size: 1rem;
  font-weight: 700;
  margin: 10px 0 5px;
}

.edicoes li strong {
  display: block;
  color: #323232;
  font-size: 2rem;
  font-weight: 700;
  margin: 5px 0 10px;
}

.edicoes li .btn {
  padding: 10px 20px;
}

.edicoes .com-ultimo li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.edicoes-buscar .input-group .form-control {
  border-right: none !important;
}

.edicoes-buscar .input-group .input-group-addon {
  padding: 0 15px;
  border: 2px solid #6F6F6F !important;
  border-left: none !important;
  background: #FFF !important;
}

.enquete .titulo {
  color: #EC3237;
  margin-top: 0;
}

.enquete .custom-control .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #FFc000;
  background-color: #FFc000;
}

.enquete .custom-control .custom-control-label {
  padding: 0 0 0 15px;
}

.enquete .custom-control .custom-control-label:before {
  width: 20px;
  height: 20px;
  top: 50%;
  margin-top: -10px;
}

.enquete .custom-control .custom-control-label:after {
  display: none;
}

.enquete .progress {
  height: 1.6rem;
}

.enquete .progress .progress-bar {
  font-size: 1.2rem;
  background-color: #FFc000;
  color: #323232;
}

.lateral .facebook {
  background-color: transparent !important;
  padding: 0 !important;
}

.fotos-veja-mais .item time {
  margin-bottom: 10px;
  padding: 3px 20px;
  color: #FFF;
  font-weight: bold;
  font-size: 1.2rem;
  background-color: #FFc000;
  border-radius: 5rem;
  text-transform: lowercase;
  display: inline-block;
}

.fotos-veja-mais .item h3 {
  color: #fe834b;
  font-size: 1.6rem;
  font-weight: bold;
}

.fotos-veja-mais .item p {
  margin: 0;
  font-size: 1.2rem;
}

.imagem .bx-wrapper li {
  background-color: #f3f3f3;
  border-radius: .25rem;
}

.imagem .bx-wrapper .table {
  width: 100%;
  display: table;
  margin: 0;
  padding: 0;
  min-height: 390px;
}

.imagem .bx-wrapper .table .td {
  padding: 20px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}

.imagem .bx-wrapper .bx-caption {
  font-size: 1.2rem;
  padding: 20px;
}

.imagem .bx-wrapper .bx-controls {
  text-align: center;
  margin-top: 20px;
}

.imagem .bx-wrapper .bx-controls .bx-pager-item {
  margin: 0 5px;
  display: inline-block;
}

.imagem .bx-wrapper .bx-controls .bx-pager-item .bx-pager-link {
  display: block;
  overflow: hidden;
  text-indent: 100px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #D9D9D9;
}

.imagem .bx-wrapper .bx-controls .bx-pager-item .bx-pager-link.active {
  background-color: #323232;
}

.lateral .imagem .table {
  min-height: 270px;
}

.lateral .imagem .table .td {
  padding: 0;
}

.lateral .imagem .bx-caption {
  padding: 0;
  text-align: center;
}

.integrante ul {
  display: block;
  padding: 8px 0;
  margin-bottom: -1px;
  border-top: 1px solid #FFc000;
  border-bottom: 1px solid #FFc000;
}

.lateral .newsletter .btn {
  display: block;
  width: 100%;
}

.noticias .card {
  border: 1px solid #D9D9D9;
  background: transparent;
  border-radius: .25rem;
}

.noticias .card .card-block {
  border-top: 1px solid #D9D9D9;
  padding: 15px;
}

.noticias .card .card-block .card-title {
  color: #fe834b;
}

.noticias .card .card-block span {
  margin-top: 10px;
  padding: 3px 20px;
  color: #FFF;
  font-weight: bold;
  background-color: #FFc000;
  border-radius: 5rem;
  text-transform: uppercase;
  display: inline-block;
}

.noticias .card .card-block time {
  display: block;
  font-size: 1.2rem;
  margin: 10px 0;
  text-transform: lowercase;
}

.noticias .card .card-block .card-text {
  margin: 0;
  font-size: 1.2rem;
}

.noticias-buscar .input-group .form-control {
  border-right: none !important;
}

.noticias-buscar .input-group .input-group-addon {
  padding: 0 15px;
  border: 2px solid #6F6F6F !important;
  border-left: none !important;
  background: #FFF !important;
}

.noticias-veja-mais .item span {
  margin-top: 10px;
  padding: 3px 20px;
  color: #FFF;
  font-weight: bold;
  background-color: #FFc000;
  border-radius: 5rem;
  text-transform: uppercase;
  display: inline-block;
}

.noticias-veja-mais .item time {
  display: block;
  font-size: 1.2rem;
  margin: 10px 0;
  text-transform: lowercase;
}

.noticias-veja-mais .item h3 {
  color: #fe834b;
  font-size: 1.6rem;
  font-weight: bold;
}

.noticias-veja-mais .item p {
  margin: 0;
  font-size: 1.2rem;
}

.podcast .item {
  display: block;
  position: relative;
  margin-top: 10px;
}

.podcast .item:first-child {
  margin-top: 0;
}

.podcast .item .table-item {
  width: 100%;
  padding: 15px 0;
  display: table;
  border: 1px solid #6F6F6F;
  border-radius: .25rem;
  border-left-width: 3px;
}

.podcast .item .table-item .td {
  padding: 0 15px;
  display: table-cell;
  vertical-align: middle;
}

.podcast .item .table-item .td:first-of-type {
  width: 30px;
  padding-right: 0;
}

.podcast .item .action {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  margin: 0 auto;
  color: #6F6F6F;
  display: block;
  text-align: center;
  line-height: 30px;
  border-radius: 100%;
  border: 1px solid #6F6F6F !important;
  background-color: transparent;
  padding: 0;
  width: 30px;
  height: 30px;
  position: relative;
}

.podcast .item .action .fa {
  display: block;
  font-size: 1rem;
  position: absolute;
  top: calc(50% - 5px);
  left: calc(50% - 6px);
  width: 12px;
  height: 12px;
}

.podcast .item .player {
  position: relative;
}

.podcast .item .titulo, .podcast .item .tempo {
  display: block;
  font-weight: 700;
  line-height: 130%;
  color: #6F6F6F;
  text-transform: uppercase;
}

.podcast .item .td.titulo {
  padding-top: 5px;
}

.podcast .item .tempo {
  color: #6F6F6F;
}

.podcast .item.active .table-item {
  border-color: #FFc000;
}

.podcast .item.active .action .fa,
.podcast .item.active .titulo,
.podcast .item.active .tempo {
  color: #FFc000;
}

.podcast .item.active .action {
  border-color: #FFc000;
}

.podcast .item .progress {
  left: 0;
  bottom: 0;
  width: 100%;
  position: absolute;
  width: 100%;
  height: 3px;
  background: transparent;
}

.podcast .item .progress .progress-bar {
  background-color: #FFc000;
}

.videos .content {
  padding: 10px;
}

.videos .content time {
  display: block;
  color: #EC3237;
  font-weight: 700;
  font-size: 1rem;
  text-transform: lowercase;
}

.videos .content strong {
  display: block;
  color: #323232;
}

.videos .destaque strong {
  font-size: 2rem;
  font-weight: 700;
}

.videos .lista strong {
  font-size: 1.2rem;
  line-height: 1.2rem;
}

.videos .lista a {
  display: block;
  border: 1px solid #FFF;
  border-radius: .25rem;
  margin-bottom: 10px;
}

.videos .lista a.sel {
  border-color: #fe834b;
}

.videos-veja-mais .item time {
  margin-bottom: 10px;
  padding: 3px 20px;
  color: #FFF;
  font-weight: bold;
  font-size: 1.2rem;
  background-color: #FFc000;
  border-radius: 5rem;
  text-transform: lowercase;
  display: inline-block;
}

.videos-veja-mais .item h3 {
  color: #fe834b;
  font-size: 1.6rem;
  font-weight: bold;
}

.videos-veja-mais .item p {
  margin: 0;
  font-size: 1.2rem;
}
/*# sourceMappingURL=geral.css.map */