@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,700,900");
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* ==========================================================================
   font /
============================================================================= */
@font-face {
  font-family: 'proximanova';
  src: url("../fonts/proximanova-light.eot");
  src: url("../fonts/proximanova-light.eot?#iefix") format("embedded-opentype"), url("../fonts/proximanova-light.woff2") format("woff2"), url("../fonts/proximanova-light.woff") format("woff"), url("../fonts/proximanova-light.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'proximanova';
  src: url("../fonts/proximanova-regular.eot");
  src: url("../fonts/proximanova-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/proximanova-regular.woff2") format("woff2"), url("../fonts/proximanova-regular.woff") format("woff"), url("../fonts/proximanova-regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'proximanova';
  src: url("../fonts/proximanova-bold.eot");
  src: url("../fonts/proximanova-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/proximanova-bold.woff2") format("woff2"), url("../fonts/proximanova-bold.woff") format("woff"), url("../fonts/proximanova-bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'proximanova';
  src: url("../fonts/proximanova-black.eot");
  src: url("../fonts/proximanova-black.eot?#iefix") format("embedded-opentype"), url("../fonts/proximanova-black.woff2") format("woff2"), url("../fonts/proximanova-black.woff") format("woff"), url("../fonts/proximanova-black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}

/* ==========================================================================
    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: #2B2B2B;
  background: #fff;
  font-size: 1.8rem;
  line-height: 140%;
  font-weight: normal;
  position: relative;
  font-family: "Roboto", arial, helvetica, sans-serif;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  text-transform: none;
  background-size: cover;
}

p {
  margin: 20px 0;
}

p:first-child {
  margin-top: 0;
}

a {
  color: #2B2B2B;
  text-decoration: none;
}

a:focus, a:hover {
  outline: none;
  text-decoration: none;
  color: #DA241B;
}

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

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;
}

/* ==========================================================================
   customForm
============================================================================= */
.customHidden,
.customHidden .customInputFileHidden {
  visibility: hidden;
}

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

.customInputFileHidden {
  visibility: hidden;
  position: absolute;
}

/* ==========================================================================
    Editor
============================================================================= */
.editor {
  overflow-x: auto;
  line-height: 170%;
}

.editor table {
  border-collapse: collapse;
  border: 1px solid #DA241B;
}

.editor table th, .editor table td {
  border: 1px solid #DA241B;
  padding: 5px;
}

.editor a {
  color: #DA241B;
}

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

.editor ul {
  display: block;
  margin: 15px 0;
}

.editor ul li {
  list-style: disc;
  margin: 12px 0 0 20px;
  border-bottom: 1px solid #2B2B2B;
}

.editor ol {
  margin: 15px 0 15px 20px;
  padding-left: 0;
}

.editor ol li {
  margin: 12px 0 0 0;
  list-style: decimal;
  border-bottom: 1px solid #2B2B2B;
}

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

@media (max-width: 575px) {
  .editor {
    font-size: 1.4rem;
    line-height: 150%;
  }
}

/* ==========================================================================
    Mixin
============================================================================= */
.container {
  width: auto;
  display: block;
  margin-right: auto;
  margin-left: auto;
  max-width: 1170px;
}

#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: #2B2B2B;
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 10px;
}

#gdpr-cookie-message a {
  color: #2B2B2B;
  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: #2B2B2B;
  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 .card-header {
  padding: 0;
}

.accordion .card .card-header a {
  padding: 20px 0 20px 50px;
  background-color: #DBDBDB;
  background-repeat: no-repeat;
  background-position: 20px 20px;
  color: #2B2B2B;
  background-image: url("../imgs/geral/icon/arrow-up.png");
}

.accordion .card .card-header a:hover p,
.accordion .card .card-header a:hover strong {
  opacity: 0.7;
}

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

.banner {
  margin: 0 auto;
}

.banner .bx-controls {
  text-align: center;
}

.banner .bx-controls .bx-pager-item {
  margin-right: 1rem;
  display: inline-block;
}

.banner .bx-controls .bx-pager-item .bx-pager-link {
  display: block;
  overflow: hidden;
  text-indent: 100px;
  width: 10px;
  height: 10px;
  background-color: #DA241B;
}

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

.card {
  border: none;
  background: transparent;
  /*@media (max-width: $screen-md-min) {
        max-width: $screen-xs-max;
        margin: 0 auto;
    }*/
}

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

.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;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

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

.card.player .img-card:hover:before {
  color: #2B2B2B;
}

.card .card-block {
  padding: 15px;
}

.card .card-block span {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
  color: #2B2B2B;
  text-transform: uppercase;
}

.card .card-block h4 {
  font-size: 1.8rem;
  font-weight: bold;
  color: #DA241B;
}

.card a:hover .card-block span {
  color: #DA241B;
}

.card a:hover .card-block h4 {
  color: #DA241B;
}

.diretoria hr {
  width: 100%;
  border-color: #2B2B2B;
}

.download .titulo.type-1 {
  font-size: 2.6rem;
  text-transform: none;
}

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

.download ul li a:hover p,
.download ul li a:hover strong {
  opacity: 0.7;
}

.editor h2 {
  font-size: 2.6rem;
  font-weight: bold;
  margin-bottom: 10px;
  color: #DA241B;
  text-transform: none;
}

.editor h3 {
  font-weight: 100;
  line-height: 150%;
  font-size: 1.8rem;
}

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

@media (max-width: 992px) {
  .editor h2 {
    font-size: 3.6rem;
  }
  .editor h3 {
    font-size: 1.8rem;
  }
}

@media (max-width: 575px) {
  .editor h2 {
    font-size: 2.6rem;
  }
  .editor h3 {
    font-size: 1.6rem;
  }
}

.enquete .custom-controls-stacked .custom-control-input:checked ~ .custom-control-indicator {
  background-color: #DA241B;
}

.enquete .custom-controls-stacked .custom-control-description {
  padding-left: 7px;
}

.enquete .custom-controls-stacked .custom-control-indicator {
  width: 15px;
  height: 15px;
}

.enquete .btn.btn-primary {
  cursor: pointer;
  border-radius: 0;
  font-size: 1.6rem;
  padding: 10px 30px;
  color: #fff;
  font-weight: bold;
  background-color: #DA241B;
  border-color: #DA241B;
}

.enquete .btn.btn-primary:hover {
  border-color: #2B2B2B;
  background-color: #2B2B2B;
}

.enquete .progress .progress-bar {
  height: 1.2rem;
  font-size: 1.2rem;
  background-color: #2B2B2B;
}

.formulario .form-group .form-control {
  border-radius: 0;
  font-size: 1.4rem;
  padding: 13px 10px;
  margin-bottom: 8px;
  color: #2B2B2B;
}

.formulario .form-group .form-control::-webkit-input-placeholder {
  color: #ced4da;
}

.formulario .form-group .form-control:-moz-placeholder {
  color: #ced4da;
}

.formulario .form-group .form-control::-moz-placeholder {
  color: #ced4da;
}

.formulario .form-group .form-control:-ms-input-placeholder {
  color: #ced4da;
}

.formulario .form-group select.form-control {
  padding: 0;
  min-height: 45px;
  color: #2B2B2B;
}

.formulario .form-group select.form-control:focus {
  color: #2B2B2B;
}

.formulario .form-group textarea.form-control {
  resize: none;
  height: 150px;
}

.formulario .btn.btn-primary {
  cursor: pointer;
  border-radius: 0;
  font-size: 1.6rem;
  padding: 15px 30px;
  color: #fff;
  font-weight: bold;
  background-color: #DA241B;
  border-color: #DA241B;
}

.formulario .btn.btn-primary:hover {
  border-color: #2B2B2B;
  background-color: #2B2B2B;
}

.formulario .loading {
  color: #DA241B;
}

.imagem .table {
  width: 100%;
  display: table;
  min-height: 530px;
  background-color: rgba(0, 0, 0, 0.1);
}

.imagem .table .td {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}

.imagem .table .td img {
  display: block;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.imagem .bx-caption {
  font-size: 1.1rem;
  color: #707070;
}

.imagem .bx-pager {
  text-align: center;
}

.imagem .bx-pager .bx-pager-item {
  margin: 0 5px;
  display: inline-block;
  vertical-align: middle;
}

.imagem .bx-pager .bx-pager-item a {
  display: block;
  overflow: hidden;
  text-indent: 100px;
  background-color: #2B2B2B;
  width: 10px;
  height: 10px;
}

.imagem .bx-pager .bx-pager-item a:hover, .imagem .bx-pager .bx-pager-item a.active {
  background-color: #DA241B;
}

@media (max-width: 992px) {
  .imagem .titulo {
    margin-bottom: 30px;
  }
  .imagem .bx-wrapper .table {
    min-height: 400px;
  }
}

@media (max-width: 575px) {
  .imagem {
    padding: 15px;
  }
  .imagem .bx-wrapper .table {
    min-height: 300px;
  }
}

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

.mapa address {
  display: block;
  font-weight: bold;
}

.mapa .btn {
  padding: 0;
  font-size: 1.8rem;
  color: #DA241B;
}

.mapa .btn i {
  margin-right: 5px;
}

.mapa .btn:hover {
  opacity: 0.7;
}

.mapa > div {
  position: relative;
}

.mapa > div .overlay-iframe {
  top: 0;
  left: 0;
  z-index: 100;
  position: absolute;
  background: transparent;
  width: 100%;
  height: 100%;
}

.newsletter {
  padding: 15px 0;
  color: #fff;
  background-color: #2B2B2B;
}

.newsletter h3 {
  font-size: 2.2rem;
  font-weight: bold;
  text-transform: uppercase;
}

.newsletter .input-group {
  font-size: 1.8rem;
  border: 1px solid #fff;
}

.newsletter .input-group input.form-control {
  border: none;
  border-radius: 0;
  font-size: 1.8rem;
  color: #2B2B2B;
  background-color: #fff;
}

.newsletter .input-group input.form-control::-webkit-input-placeholder {
  color: #3d3d3d;
}

.newsletter .input-group input.form-control:-moz-placeholder {
  color: #3d3d3d;
}

.newsletter .input-group input.form-control::-moz-placeholder {
  color: #3d3d3d;
}

.newsletter .input-group input.form-control:-ms-input-placeholder {
  color: #3d3d3d;
}

.newsletter .input-group .btn {
  padding: 4px 10px;
  font-size: 1.8rem;
  cursor: pointer;
  border-radius: 0;
  color: #2B2B2B;
  text-transform: uppercase;
  background-color: #fff;
  border-left: 1px solid #2B2B2B;
}

.newsletter .input-group .btn:hover {
  opacity: 0.7;
}

@media (max-width: 575px) {
  .newsletter {
    text-align: center;
  }
  .newsletter .input-group {
    margin-top: 20px;
  }
}

.noticia-buscar .input-group .form-control {
  padding: 10px;
  font-size: 1.6rem;
  border-right: none;
  color: #707070;
  border-color: #707070;
}

.noticia-buscar .input-group .form-control:focus {
  border-color: #707070;
}

.noticia-buscar .input-group .input-group-addon {
  border-left: none;
  padding-right: 10px;
  background: #fff;
  border-color: #707070;
}

.noticia-buscar .input-group .input-group-addon .fa {
  font-size: 1.4rem;
}

.noticia-destaque .item {
  /*@media (max-width: $screen-md-min) {
            max-width: $screen-xs-max;
            margin: 0 auto;
        }*/
}

.noticia-destaque .item a {
  display: block;
  position: relative;
}

.noticia-destaque .item a:before {
  top: 0;
  left: 0;
  z-index: 1;
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#00000000), color-stop(56%, #00000066), to(#000000CC)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #00000000 0%, #00000066 56%, #000000CC 100%) 0% 0% no-repeat padding-box;
}

.noticia-destaque .item a h3 {
  position: absolute;
  bottom: 0;
  z-index: 2;
  font-size: 3rem;
  font-weight: bold;
  color: #fff;
  padding: 2rem;
  margin-bottom: 20px;
}

@media (max-width: 992px) {
  .noticia-destaque .item a h3 {
    font-size: 2rem;
  }
}

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

.noticia-destaque .bx-wrapper .bx-viewport {
  z-index: 1;
}

.noticia-destaque .bx-wrapper .bx-controls {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: 10px;
}

.noticia-destaque .bx-wrapper .bx-pager {
  text-align: center;
}

.noticia-destaque .bx-wrapper .bx-pager .bx-pager-item {
  margin: 0 10px;
  display: inline-block;
  vertical-align: middle;
}

.noticia-destaque .bx-wrapper .bx-pager .bx-pager-item a {
  display: block;
  overflow: hidden;
  text-indent: 100px;
  background-color: #707070;
  width: 50px;
  height: 5px;
}

.noticia-destaque .bx-wrapper .bx-pager .bx-pager-item a:hover, .noticia-destaque .bx-wrapper .bx-pager .bx-pager-item a.active {
  background-color: #fff;
}

.noticia-destaque.noticia-destaque-menor .item a h3 {
  font-size: 1.8rem;
}

@media (max-width: 992px) {
  .noticia-destaque.noticia-destaque-menor .item a h3 {
    font-size: 1.8rem;
  }
}

.noticia-destaque.noticia-destaque-menor .bx-wrapper .bx-pager .bx-pager-item {
  margin: 0 5px;
}

.noticia-destaque.noticia-destaque-menor .bx-wrapper .bx-pager .bx-pager-item a {
  width: 40px;
  height: 5px;
}

.noticia-destaque-2 .item a {
  display: block;
}

.noticia-destaque-2 .item a h3 {
  font-size: 3rem;
  font-weight: normal;
  color: #2B2B2B;
  margin: 10px 0;
}

@media (max-width: 992px) {
  .noticia-destaque-2 .item a h3 {
    font-size: 2rem;
  }
}

.noticia-destaque-2 .bx-wrapper .bx-pager {
  text-align: center;
}

.noticia-destaque-2 .bx-wrapper .bx-pager .bx-pager-item {
  margin: 0 10px;
  display: inline-block;
  vertical-align: middle;
}

.noticia-destaque-2 .bx-wrapper .bx-pager .bx-pager-item a {
  display: block;
  overflow: hidden;
  text-indent: 100px;
  background-color: #707070;
  width: 50px;
  height: 5px;
}

.noticia-destaque-2 .bx-wrapper .bx-pager .bx-pager-item a:hover, .noticia-destaque-2 .bx-wrapper .bx-pager .bx-pager-item a.active {
  background-color: #DA241B;
}

.noticia-destaque-2.noticia-destaque-2-menor .item a h3 {
  font-size: 1.8rem;
}

@media (max-width: 992px) {
  .noticia-destaque-2.noticia-destaque-2-menor .item a h3 {
    font-size: 1.8rem;
  }
}

.noticia-destaque-2.noticia-destaque-2-menor .bx-wrapper .bx-pager .bx-pager-item {
  margin: 0 5px;
}

.noticia-destaque-2.noticia-destaque-2-menor .bx-wrapper .bx-pager .bx-pager-item a {
  width: 40px;
  height: 5px;
}

.noticia-fatos .item h3 {
  font-size: 1.8rem;
  font-weight: normal;
  color: #2B2B2B;
}

.noticia-fatos .item h4 {
  font-size: 1.4rem;
  font-weight: normal;
  color: #DA241B;
}

.noticia-fatos .item:hover {
  opacity: 0.7 !important;
}

.noticia-tags ul li {
  display: inline-block;
}

.noticia-tags ul a {
  display: block;
  padding: 8px 14px;
  color: #fff;
  margin: 5px;
  font-size: 1.6rem;
  border-radius: .25rem;
  background-color: #DBDBDB;
  text-transform: uppercase;
}

.noticia-tags ul a:hover {
  color: #2B2B2B;
}

.noticia .item {
  position: relative;
  color: #fff;
  /*@media (max-width: $screen-md-min) {
            max-width: $screen-xs-max;
            margin: 0 auto;
        }*/
}

.noticia .item:before {
  top: 0;
  left: 0;
  z-index: 1;
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#00000000), color-stop(56%, #00000066), to(#000000CC)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #00000000 0%, #00000066 56%, #000000CC 100%) 0% 0% no-repeat padding-box;
}

.noticia .item h3 {
  position: absolute;
  bottom: 0;
  z-index: 2;
  font-weight: bold;
  color: #fff;
  padding: 2rem;
}

.noticia .item:hover {
  opacity: 0.7 !important;
}

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

.podcast .item .table-item {
  width: 100%;
  padding: 15px 0;
  display: table;
  border: 1px solid #DA241B;
  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 {
  cursor: pointer;
  margin: 0 auto;
  color: #adb5bd;
  display: block;
  text-align: center;
  line-height: 30px;
  border-radius: 100%;
  border: 1px solid #adb5bd;
  background-color: transparent;
  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 a.action {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.podcast .item a.action * {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.podcast .item a.action:hover {
  border-color: #DA241B;
}

.podcast .item a.action:hover .fa {
  color: #DA241B;
}

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

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

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

.podcast .item .tempo {
  color: #adb5bd;
}

.podcast .item.active .table-item {
  background-color: #fcfbf8;
  border-color: #2B2B2B;
}

.podcast .item.active .action .fa,
.podcast .item.active .titulo-podcast,
.podcast .item.active .tempo {
  color: #2B2B2B;
}

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

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

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

@media (max-width: 575px) {
  .podcast .item {
    padding: 10px 15px 0;
  }
  .podcast .item .titulo-podcast {
    font-size: 1.2rem;
  }
}

.veja-mais-noticia .item h3 {
  font-size: 1.8rem;
  font-weight: normal;
  color: #2B2B2B;
}

.veja-mais-noticia .item:hover {
  opacity: 0.7 !important;
}

.veja-outras-noticia time {
  font-weight: bold;
  font-size: 2rem;
  margin: 20px 0;
  display: block;
}

.veja-outras-noticia ul {
  border-bottom: 2px solid #DBDBDB;
}

.veja-outras-noticia .item {
  /*@media (max-width: $screen-md-min) {
            max-width: $screen-xs-max;
            margin: 0 auto;
        }*/
}

.veja-outras-noticia .item h3 {
  font-weight: 300;
  color: #2B2B2B;
}

.veja-outras-noticia .item:hover {
  opacity: 0.7 !important;
}

.titulo.type-1 {
  font-size: 3rem;
  font-weight: bold;
  color: #DA241B;
}

.titulo.type-2 {
  font-size: 2.2rem;
  font-weight: bold;
  color: #DA241B;
  border-bottom: 3px solid #DA241B;
  display: inline-block;
  padding-bottom: 10px;
}

.titulo.type-3 {
  display: block;
  font-weight: bold;
  font-size: 1.8rem;
  color: #DA241B;
  text-transform: none;
}

@media (max-width: 575px) {
  .titulo.type-1 {
    font-size: 2rem;
  }
}

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

@media (max-width: 992px) {
  .header-portal {
    padding: 15px 0 0 0;
  }
}

/* ==========================================================================
    menu
============================================================================= */
.menu {
  background-color: #DA241B;
}

.menu .navbar-toggler {
  margin: 5px 0;
  font-size: 3rem;
  color: #fff;
}

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

.menu .navbar .navbar-collapse {
  text-align: center;
  color: #fff;
}

.menu .navbar .navbar-nav {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.menu .navbar .navbar-nav .nav-item {
  float: inherit;
  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;
  font-size: 1.6rem;
}

.menu .navbar .navbar-nav .nav-item.show, .menu .navbar .navbar-nav .nav-item.active,
.menu .navbar .navbar-nav .nav-item .nav-link:hover {
  text-decoration: underline;
}

.menu .navbar .navbar-nav .nav-item .dropdown-menu {
  border: none;
  margin: 0;
  padding: 5px 10px;
  border-radius: 0;
  background-color: #DA241B;
}

.menu .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  padding: 5px 0;
  font-size: 1.6rem;
  text-transform: none;
  color: #fff;
}

.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 {
  text-decoration: underline;
  background: transparent;
}

@media (max-width: 768px) {
  .menu .navbar .navbar-nav .nav-item {
    display: block;
    margin: 0 auto;
    max-width: 300px;
  }
  .menu .navbar .navbar-nav .nav-item .dropdown-menu {
    width: auto;
    text-align: center;
  }
}

/* ==========================================================================
    redes-sociais
============================================================================= */
.page-content {
  background-color: #f7f7f7;
}

.logo {
  display: block;
}

@media (max-width: 992px) {
  .logo {
    text-align: center;
  }
}

.buscar {
  margin: 10px auto;
  max-width: 575px;
}

.buscar .input-group .form-control {
  padding: 10px;
  font-size: 1.6rem;
  border-right: none;
  color: #707070;
  border-color: #707070;
}

.buscar .input-group .form-control:focus {
  border-color: #707070;
}

.buscar .input-group .input-group-addon {
  border-left: none;
  padding-right: 10px;
  background: #fff;
  border-color: #707070;
}

.buscar .input-group .input-group-addon .fa {
  font-size: 1.4rem;
}

.redes-sociais {
  padding: 15px 0;
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.redes-sociais li {
  margin: 0 10px;
}

@media (max-width: 992px) {
  .redes-sociais {
    float: none;
  }
}

/* ==========================================================================
    rodape-site
============================================================================= */
.rodape-site {
  color: #707070;
  background-color: #DBDBDB;
}

.rodape-site .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-site .menu-rodape li {
  margin: 0 10px;
}

.rodape-site .menu-rodape a {
  color: #707070;
}

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

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

.detalhe > header {
  color: #DA241B;
  margin-bottom: 10px;
}

.detalhe > header h1 {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.detalhe > header h2 {
  font-size: 1.8rem;
  font-style: italic;
  color: #2B2B2B;
  margin-bottom: 10px;
}

.detalhe > header time {
  font-weight: bold;
  font-size: 1.6rem;
  color: #2B2B2B;
}

.detalhe .editor {
  font-weight: 300;
}
/*# sourceMappingURL=geral.css.map */