@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&family=Titillium+Web:wght@400;600&display=swap');

* {
    margin: 0;
    padding: 0;
    outline: 0;
    box-sizing: border-box;
    text-decoration: none;
}

html {
    font-size: 62.5%;
}

html, body {
    min-height: 100%;
}

body {
    -webkit-font-smoothing: antialiased !important;
    color: #3b3b3b;
    background: #ffffff;
    font-size: 16px;
}

body, input, textarea, button {
    font-family: 'Poppins', sans-serif;
}

strong, b {
    font-weight: bold;
}

h1,h2,h3 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    line-height: 120%;
}

h1 {
    font-size: 2.4rem;
}

h2 {
    font-size: 1.6rem;
}

h3 {
    font-size: 1.6rem;
    color: #1b254f;
}

h1 *, h2 * {
    color: #ffffff;
}

h1 > a:hover, h2 > a:hover {
    text-decoration: underline;
}

.total {
    width: 100%;
    float: left;
}

.container {
    width: 1200px;
    margin:0 auto;
    position: relative;
}

#inicio {
    background: #ffffff;
    font-family: 'Titillium', sans-serif;
    font-weight: 400;
    font-size: 12px;
    padding: 10px 0;
}

.dataatual {
    float: left;
}

.topo ul li {
    display: inline;
}

.topo li:before {
    content: " | ";
    color: #c20e1a;
}

.topo li:first-child:before {
    content: none;
}

.topo > ul > li > a {
    padding: 10px 11px;
    color: #1b254f;
    text-align: center;
    text-decoration: none;
}

.topo > ul > li > a:hover {
    color: #c20e1a;
}

.redessociais > ul {
    list-style: none;
    display: flex;
    float: right;
}

.redessociais > ul > li {
    display: block;
    padding: 0 5px;
    text-align: center;
}

.redessociais > ul > li a {
    color: #1b254f;
    font-size: 18px;
}

.redessociais > ul > li a:hover {
    color: #c20e1a;
}

.barra {
    width: 100%;
    /*background: #1b254f;*/
    background-color: #1b254f;
    padding: 30px 0;
    display: table;
}

.barrafixa {
    position: fixed;
    top: 0;
    z-index: 99;
    padding: 15px 0;
    -webkit-transition: opacity .3s ease,top 1s ease,-webkit-box-shadow .5s ease;
    transition: opacity .3s ease,top 1s ease,-webkit-box-shadow .5s ease;
    transition: opacity .3s ease,top 1s ease,box-shadow .5s ease;
    transition: opacity .3s ease,top 1s ease,box-shadow .5s ease,-webkit-box-shadow .5s ease;
}

.barrafixa a {
    top: 10px !important;
}

#btn-menu {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 25px;
    left: 0;
    z-index: 199;
}

#btn-menu span, #btn-menu:before, #btn-menu:after {
    content: " ";
    display: block;
    width: 30px;
    height: 4px;
    background-color: #c20e1a;
    transform: rotate(0);
    position: absolute;
    left: 7px;
    transition: all 300ms ease-in-out;
    border-radius: 2px;
}

#btn-menu:before {
}

#btn-menu span {
    top: 10px;
    opacity: 1;
}

#btn-menu:after {
    bottom: 16px;
}

#btn-menu.active span {
    opacity: 0;
    top: 25px;
    transform: rotate(90deg);
}

#btn-menu.active:before {
    width: 40px;
    top: 13px;
    left: 8px;
    transform: rotate(45deg);
}

#btn-menu.active:after {
    width: 40px;
    bottom: 24px;
    left: 8px;
    transform: rotate(-45deg);
}

#menu {
    display: none;
    width: 230px;
    background-color: #1b254f;
    padding: 10px 0;
    position: absolute;
    top: 60px;
    left: 0;
    z-index: 99999;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    -webkit-transition: opacity .3s ease,top 1s ease,-webkit-box-shadow .5s ease;
    transition: opacity .3s ease,top 1s ease,-webkit-box-shadow .5s ease;
    transition: opacity .3s ease,top 1s ease,box-shadow .5s ease;
    transition: opacity .3s ease,top 1s ease,box-shadow .5s ease,-webkit-box-shadow .5s ease;
}

#menu a {
    color: #ffffff;
    display: block;
    width: 100%;
    padding-bottom: 10px;
    margin-top: 10px;
    background: url(../img/sep-menu.png) no-repeat center bottom;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

#menu a:hover, #menu a.active {
    color:#c20e1a;
}

#menu a:last-child {
    background: none;
}

.logo {
    width: 100%;
    text-align: center;
    float: left;
}

.logo img {
    -ms-transition:all .25s ease-out;-moz-transition:all .25s ease-out;-webkit-transition:all .25s ease-out;-o-transition:all .25s ease-out;transition:all .25s ease-out;
}

.busca {
}

.busca > a {
    width:auto;
    position: absolute;
    z-index: 101;
    top:20px;
    right: 0;
}

.busca span {
    font-size: 12px;
    float: right;
    cursor: pointer;
}

.form-busca {
    top: 60px;
    right: 0;
    opacity: 1;
    width: 400px;
    padding: 20px 15px 3px 15px;
    position: absolute;
    background-color: #fff;
    z-index: 1040;
    -webkit-box-shadow: 0 0 50px -3px rgba(0,0,0,.3);
    box-shadow: 0 0 50px -3px rgba(0,0,0,.3);
    -webkit-transition: opacity .3s ease,top 1s ease,-webkit-box-shadow .5s ease;
    transition: opacity .3s ease,top 1s ease,-webkit-box-shadow .5s ease;
    transition: opacity .3s ease,top 1s ease,box-shadow .5s ease;
    transition: opacity .3s ease,top 1s ease,box-shadow .5s ease,-webkit-box-shadow .5s ease;
    display: none;
}

.form-busca label {
    width:80%;
    float:left;
    display: block;
    color:#FF8308;
}

.form-busca .span10 {
    width: 98%;
    float:left;
    min-height:40px;
    padding: 12px 10px;
    padding-left:10px;
    font-size:18px;
    border:1px solid #cecece;
    background:#fff;
    border-radius: 10px;
}

.form-busca ::placeholder {
    color: #c20e1a;
    opacity: 1;
    font-weight:600;
}

.form-busca  .error {
    color:#c20e1a;
    font-size:12px;
    text-align: left;
}

.form-busca .btenviar {
    width:20%;
    padding:13px 0;
    float:left;
    border:0;
    cursor:pointer;
    background: #c20e1a;
    color: #fff;
    border-radius: 10px;
}

.linha {
    width: 100%;
    height: 1px;
    background: #919395;
    float: left;
}

.modal-container {
    width: 100%;
    height: 100%;
    background: rgb(0,0,0,0.5);
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 2000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mostrarPopup .publicidadePopup {
    animation: mostrar .3s;
}

.publicidadePopup {
    background: #c20e1a;
    padding: 10px;
    position: relative;
}

.publicidadePopup img {
    max-height: 500px;
}

@keyframes mostrar {
    from {
        opacity: 0;
        transform: translate3d(0,-60px,0);
    }
    to {
        opacity: 1;
        transform: translate3d(0,0,0);
    }
}

.publicidadePopup .fechar {
    position: absolute;
    top: 0px;
    right: 0px;
    background: #c20e1a;
    color: #ffffff;
    border:0;
    padding: 5px 10px;
    cursor: pointer;
}

.slick-slide img {
    display: inline;
}

.publicidadeCapaMenor {
    width:calc(50% - 20px);
    float:left;
    text-align:center;
}

.publicidadeCapaMenor:first-child {
    margin-right: 20px;
}

.publicidadeCapaMenor:nth-child(2) {
    margin-left: 20px;
}

.publicidade {
    width: 100%;
    margin: 40px 0;
    float: left;
    text-align: center;
}

#publicidade8 .publicidade {
    margin-top: 0;
}

.publicidade img {
    width: 100%;
}

.interna {
    margin-bottom: 40px;
}

.interna > h1{
    color: #1b254f;
    margin: 20px 0;
    text-align: center;
}

.noticiaCapa p {
    color: #3b3b3b;
}

.noticiaCapa .col1 {
    width: calc(60% - 40px);
    float: left;
    margin-right: 40px;
    height: 400px;
    position: relative;
    background: #f7f6f6;
}

.noticiaCapa .col1 a {
    color: #ffffff;
}

.noticiaCapa .col1 a:hover h1 {
    text-decoration: underline;
}

.noticiaCapa .col1 .imagem {
    width: 100%;
    height: 400px;
    float: left;
    background-size: cover;
    background-position: center center;
    position: relative;
}

.noticiaCapa .col1 .imagem:hover {
    outline: 1px solid;
}

.noticiaCapa .col1 span {
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 700;
    position: absolute;
    top: 0;
}

.noticiaCapa .col1 .opacity {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 15px;
    width: 100%;
}

.noticiaCapa .col1 .opacity h1 {
    margin-bottom: 5px;
}

.noticiaCapa .col1 .opacity p {
    font-size: 14px;
    color: #ffffff;
}

.noticiaCapa .col2 {
    width: 40%;
    float: left;
    background: #f7f6f6;
}

.noticiaCapa .col2:hover h2 {
    text-decoration: underline;
}

.noticiaCapa .col2 .imagem {
    width: 180px;
    height: 180px;
    float: left;
    background-size: cover;
    background-position: center center;
}

.noticiaCapa .col2 .desc {
    width: calc(100% - 180px);
    padding: 10px;
    float: left;
}

.noticiaCapa .col2 span {
    padding: 5px 10px;
    font-size: 10px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 5px;
    display: table;
}

.noticiaCapa .col2 .desc p {
    font-size: 14px;
}

.espacamento {
    margin-bottom: 40px;
}

#noticia1.col1, #noticia1.col1 .imagem {
    /*height: 568px;*/
}

#noticia1 span, #noticia2 span, #noticia3 span {
    background: #f21717 !important;
}

#noticia1 .opacity {
    background-color: rgba(242, 23, 23, 0.5) !important;
}

#noticia2 .desc a, #noticia3 .desc a {
    color: #f21717 !important;
}

#previsao.col2 {
    background: #ffffff;
}

#previsao h2 {
    color: #1b254f;
    padding-bottom: 10px;
}

#previsao h2 * {
    color: #1b254f;
}

#previsao .col {
    width: 50%;
    float: left;
}

#previsao .col iframe{
    width: 100%;
}

.colPodPubliCapa {
    width: calc(100% / 2);
    float: left;
}

.colPodPubliCapa h1 {
    font-size: 15px;
    padding:10px;
    color: #ffffff;
    margin-bottom: 20px;
}

.colPodPubliCapa .item {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

.colPodPubliCapa .ico {
    width: 120px;
    height: 100px;
    border-radius: 50px;
    float: left;
}

.colPodPubliCapa img {
    border-radius: 50px;
}

.colPodPubliCapa .desc {
    width: calc(100% - 120px);
    float: left;
    padding-top: 10px;
}

.colPodPubliCapa p {
    font-size: 13px;
    padding-right: 10px;
    color: #3b3b3b;
}

.colPodPubliCapa a:hover p {
    text-decoration: underline;
}

.colunistaCapa {
    padding-right: 20px;
}

.colunistaCapa h1 {
    background: #1b254f;
}

.colunistaCapa h2 {
    color: #1b254f;
}

.colunistaCapa img {
    border: 2px solid #1b254f;
}

.podcastCapa h1 {
    background: #c20e1a;
}

.podcastCapa h2 {
    color: #c20e1a;
}

.podcastCapa img {
    border: 2px solid #c20e1a;
    background-color: #c20e1a;
}

.publicacoesCapa {
    padding-left: 20px;
}

.publicacoesCapa h1 {
    background: #1b254f;
}

.publicacoesCapa img {
    border: 2px solid #1b254f;
    background-color: #1b254f;
}

#noticias {
    width: 100%;
    float: left;
}

#noticias .col1 {
    width: 72%;
    padding-right: 40px;
    float: left;
}

#noticias > .col1 > h1 {
    color: #1b254f;
    margin-bottom: 20px;
}

#noticias .col2 {
    width: 28%;
    float: left;
}

#noticias .item {
    width: 100%;
    float: left;
}

#noticias .item h2 {
    margin-bottom: 10px;
}

#noticias .item:hover h2 {
    text-decoration: underline;
}

#noticias .item .imagem {
    width: 300px;
    height: 180px;
    float: left;
    background-size: cover;
    background-position: center center;
}

#noticias .item .desc {
    width: calc(100% - 300px);
    padding: 10px;
    float: left;
}

#noticias .item span {
    padding: 5px 10px;
    font-size: 10px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 5px;
    display: table;
}

#noticias .item .desc p {
    font-size: 14px;
    color: #3b3b3b;
}

.embed-container {
    position: relative;
    padding-bottom: 61%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}

.noticiadetalhes .embed-container, .colunaselecionada .embed-container {
    margin-bottom: 30px;
    padding-bottom: 52%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.noticiadetalhes {
    width: 100%;
    float: left;
}

.noticiadetalhes .publicidade {
    margin:0;
}

.noticiadetalhes .publicidade img {
    width: auto;
}

.noticiadetalhes > span {
    padding: 5px 10px;
    font-size: 10px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 5px;
    display: table;
    float: left;
    margin-right: 10px;
}

.noticiadetalhes .data {
    color: #767779;
    font-size: 14px;
    padding: 4px 0;
    float: left;
    margin-right: 10px;
}

.noticiadetalhes .autor {
    color: #767779;
    padding: 4px 0;
    font-size: 14px;
    float: left;
}

.noticiadetalhes h1 {
    width: 100%;
    float: left;
}

.noticiadetalhes p.linhadeapoio {
    width: 100%;
    float: left;
    padding: 10px 0;
    font-size: 16px;
}

.noticiadetalhes p {
    font-size: 16px;
    word-wrap: break-word;
}

.noticiadetalhes p > img, .colunaselecionada p > img {
    max-width: 100%;
    height: auto;
}

.noticiadetalhes .imagem, .colunaselecionada .imagem {
    width: 100%;
    margin-bottom: 30px;
}

.noticiadetalhes .imagem img, .colunaselecionada .imagem img {
    width: 100%;
}

.noticiadetalhes .pontilhada {
    width: 100%;
    float: left;
    border-top: 1px dashed #dedede;
    margin: 20px 0;
}

.noticiadetalhes .pontilhada span {
    width: 100%;
    float: left;
    text-align: center;
    padding-top: 20px;
    color: #525254;
    font-size: 14px;
}

.noticiadetalhes .fonte {
    width: 100%;
    float: left;
}

.noticiadetalhes > .miniaturas, .colunaselecionada > .miniaturas {
    width: 100%;
    float: left;
    margin-top: 40px;
    margin-bottom: 40px;
}

.noticiadetalhes > .miniaturas > .item, .colunaselecionada > .miniaturas > .item {
    width: 33% !important;
    float: left;
    padding-right: 10px;
    padding-bottom: 10px;
    height: 150px;
    overflow: hidden;
}

.noticiadetalhes > .miniaturas > .item img, .colunaselecionada > .miniaturas > .item img {
    width: 100%;
}

.noticiadetalhes > .miniaturas > .item img:hover, .colunaselecionada > .miniaturas > .item img:hover {
    opacity: 0.9;
}

.addthis_inline_share_toolbox {
    margin: 15px 0;
}

#colunistas .col1, #podcasts .col1, #publicacoes .col1 {
    width: 72%;
    padding-right: 40px;
    float: left;
}

#colunistas .col1 h1, #podcasts .col1 h1, #publicacoes .col1 h1 {
    color: #1b254f;
    margin-bottom: 40px;
}

#podcasts .col1 h1 {
    color: #c20e1a;
}

#publicacoes .col1 h1 {
    color: #000000;
}

#colunistas .col1 .colunaselecionada h1, #podcasts .col1 .podcastselecionado h1 {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

figure.image {
    padding: 10px;
    margin: 20px 20px 20px 0;
    box-shadow: 0 0 1em #dbd9d9;
}

figcaption {
    font-style: italic;
    font-size: 12px;
    text-align: center;
    padding-top: 5px;
}

#colunistas h2 {
    color: #1b254f;
}

#colunistas .categoria, #podcasts .categoria {
    padding: 5px 10px;
    font-size: 10px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 5px;
    display: table;
    float: left;
    margin-right: 10px;
    background: #1b254f;
}

#podcasts .categoria {
    background: #c20e1a;
}

#colunistas .data, #podcasts .data, #publicacoes .data {
    color: #767779;
    font-size: 14px;
    padding: 4px 0;
}

#podcasts h2 {
    color: #c20e1a;
}

#colunistas .item, #podcasts .item, #publicacoes .item {
    width: 50%;
    float: left;
    margin-bottom: 20px;
}

#colunistas .item .ico, #podcasts .item .ico, #publicacoes .item .ico {
    width: 120px;
    height: 100px;
    border-radius: 50px;
    float: left;
}

#colunistas .col1 .item .ico img {
    border-radius: 50px;
    border: 2px solid #1b254f;
}

#podcasts .col1 .item .ico img {
    border-radius: 50px;
    border: 2px solid #c20e1a;
    background-color: #c20e1a;
}

#publicacoes .col1 .item .ico img {
    border-radius: 50px;
    border: 2px solid #000000;
    background-color: #000000;
}

#colunistas .item .desc, #podcasts .item .desc {
    width: calc(100% - 120px);
    float: left;
    padding-top: 5px;
}

#colunistas .item p, #podcasts .item p,  #publicacoes .item p {
    font-size: 13px;
    padding-right: 10px;
    color: #3b3b3b;
}

#colunistas p.nomeColuna {
    font-size: 11px !important;
}

#colunistas a:hover p, #podcasts a:hover p, #publicacoes a:hover p {
    text-decoration: underline;
}

#colunistas .col2, #podcasts .col2, #publicacoes .col2 {
    width: 28%;
    float: left;
}

#colunistas .lista .item{
    width: 100%;
    padding-top: 8px;
    border-top: 2px solid #e5e5e3;
}

#podcasts .lista .item .data {
    padding-top: 10px;
}

#colunistas .colunistaperfil {
    width: 100%;
    padding: 25px 15px;
    float: left;
    display: table;
    outline: 2px solid #cecece;
}

#colunistas .colunistaperfil .ico {
    width: 100%;
    height: 100px;
    float: left;
    text-align: center;
}

#colunistas .colunistaperfil img {
    border-radius: 50px;
    border: 2px solid #1b254f;
}

#colunistas .colunistaperfil .desc {
    width: 100%;
    float: left;
    padding-top: 10px;
    text-align: center;
}

#colunistas .colunistaperfil p {
    font-size: 13px;
    padding-right: 10px;
    color: #3b3b3b;
}

#colunistasCapa {
    width: 100%;
    float: left;
    border-radius: 20px;
    padding-top: 20px;
}

#colunistasCapa .item {
    width: 100%;
    float: left;
    background: #F7F6F6;
    margin-right: 2px;
}

#colunistasCapa .item:hover h2 {
    text-decoration: underline;
}

#colunistasCapa .item:hover .imagem {
    opacity: 0.9;
}

#colunistasCapa .item .imagem {
    width: 140px;
    height: 140px;
    float: left;
    background-size: cover;
    background-position: center center;
}

#colunistasCapa .item .desc {
    width: calc(100% - 140px);
    padding: 10px;
    float: left;
}

#colunistasCapa .item span {
    padding: 5px 10px;
    font-size: 10px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 5px;
    display: table;
    background: #c20e1a;
}

#maisLidasCapa {
    width: 100%;
    float: left;
    border-radius: 20px;
    padding-top: 20px;
}

#maisLidasCapa .item {
    width: 100%;
    float: left;
    background: #F7F6F6;
    margin-right: 2px;
}

#maisLidasCapa .item:hover h2 {
    text-decoration: underline;
}

#maisLidasCapa .item:hover .imagem {
    opacity: 0.9;
}

#maisLidasCapa .item .imagem {
    width: 140px;
    height: 140px;
    float: left;
    background-size: cover;
    background-position: center center;
}

#maisLidasCapa .item .desc {
    width: calc(100% - 140px);
    padding: 10px;
    float: left;
}

#maisLidasCapa .item span {
    padding: 5px 10px;
    font-size: 10px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 5px;
    display: table;
    background: #f47b25;
}

/*mais lidas capa*/
#mais-lidas {
    width: 100%;
    float: left;
}

#mais-lidas h1 {
    margin-bottom: 20px;
    color: #1b254f;
}

#mais-lidas .item {
    width: 100%;
    float: left;
    padding-bottom: 8px;
    border-bottom: 2px solid #e5e5e3;
    margin-bottom: 20px;
}

#mais-lidas .item:nth-child(11) {
    border-bottom: 0;
}

#mais-lidas a {
    font-size: 14px;
    color: #3b3b3b;
}

#mais-lidas a:hover {
    text-decoration: underline;
}

.bg-carregando {
    opacity: 0.9;
    z-index: 50;
    position: absolute;
    width: 100%;
    height: 100%;
    display:none;
}

.bg-carregando img {
    z-index: 50;
    position: fixed;
    top: 50%;
    left: 47.5%;
    margin-top: -75px;
}

.resultadobusca {
    width: calc(100% - 40px);
    padding-bottom:10px;
    border-bottom: 1px dashed #C2C2C2;
    display: table;
    color: #C3C1C1;
}

.resultado .titulo {
    width:100%;
    margin:2% 0;
    font-size: 20px;
    float:left
}

.encontrados {
    padding:10px 0;
}

/*enderecos*/

.enderecos {
    padding: 40px 0 !important;
}

.logo-rodape {
    width: 50%;
    float:left;
    text-align: center;
}

.redessociais-rodape {
    width: 50%;
    float: left;
    text-align: center;
    padding:15px 0;
}

.redessociais-rodape > ul {
    margin-left: calc(50% - 100px);
    float: left;
}

.redessociais-rodape > ul > li a {
    font-size: 30px;
    color: #c20e1a;
}

.redessociais-rodape > ul > li a:hover {
    color: #ffffff;
}

.endereco {
    width: 50%;
    float: left;
    color: #ffffff;
    padding: 20px 7%;
    font-size: 15px;
    margin-top: 20px;
}

.endereco .ico {
    float: left;
    padding-right: 15px;
    min-height: 100px;
}

.endereco .texto {
    width: calc(100% - 75px);
    float: left;
}

.endereco span {
    font-size: 18px;
    font-weight: 700;
    width: 100%;
    float: left;
}


/*formulario*/
.formulario {
    width: 100%;
    display: table;
}

.form-geral {
    width:80%;
    margin:0 auto
}

.form-geral .col {
    width:50%;
    float:left;
}

.form-geral .span10, .form-geral textarea {
    width: 95%;
    padding: 10px;
    border:0;
    outline:1px solid #bebabe

}
.form-geral textarea {
    width:97.5%;
}

.form-geral .control-group {
    width:100%;
    float:left;
    margin-top: 13px;
    padding-top: 13px;
}

.form-geral label {
    display: block;
    margin-bottom: 5px;
}

.form-geral .control-label {
    float: left;
    width: 20%;
    padding-top: 5px;
    text-align: right;
    display:none;
}

.form-geral .controls {
    margin-left: 0%;
    height:55px;
}

.form-geral .controls-textarea {
    height:140px;
}

.form-geral .error {
    color:#C22026;
}

.form-geral .btenviar {
    margin-top:20px;
    padding:10px 15px;
    border:0;
    background:#1b254f;
    color:#c20e1a;
    cursor:pointer;
    z-index: 4;
    position: relative;
    border-radius:10px;
}

.form-geral .btenviar:hover {
    background:#c20e1a;
    color:#1b254f;
}

/*proposta*/
.carregandoForm{width:60px; border-radius:5px; padding:5px; background:#fbfbfb; text-align:center; display:none;}

/*alertaMSG*/
.alert{ width:100%; font-size:18px; padding:1.5% 2.5%;margin-bottom:20px;text-shadow:0 1px 0 rgba(255, 255, 255, 0.5);background-color:#fcf8e3;outline:1px solid #fbeed5; float:left; text-align: center;}
.alert > span{ width: auto; font-size:25px; padding-right:20px; color:#c90000; background: none;}
.alert-success{background-color:#dff0d8;outline-color:#d6e9c6;color:#468847;}
.alert-error{background-color:#f2dede;outline-color:#eed3d7;color:#b94a48;}
.alert-info{background-color:#d9edf7;outline-color:#bce8f1;color:#3a87ad;}

/*rodape*/

.direitos {
    width:50%;
    color: #666666;
    text-align:left;
    float:left;
    padding:40px 0px;
    font-size:14px;
}

.desenvolvimento {
    width:50%;
    text-align:right;
    float:left;
    padding: 20px 0;
}

.hide {
    display: none !important;
  }

  .compartilhar {
    width: 100%;
    float: left;
    font-size: 25px;
    margin-bottom: 20px;
}

.compartilhar a {
    padding: 5px 2px;
    margin-right: 5px;
    color: #ffffff;
    width: 33px;
    float: left;
    text-align: center;
    border-radius: 2px;
    transition: margin-top .3s;
}

.compartilhar a:hover {
    margin-top: -5px;
}

.compartilhar a.facebook {
    background: #3B5998;
}

.compartilhar a.twitter {
    background: #1DA1F2;
}

.compartilhar a.whatsapp {
    background: #4DC247;
}

.compartilhar a.telegram {
    background: #0088CC;
}

.compartilhar a.linkedin {
    background: #0077B5;
}

.box-cookies {
    position: fixed;
    background: rgba(255, 255, 255, .95);
    width: 100%;
    z-index: 9999999999;
    bottom: 0;
    padding: 20px 10%;
    font-size: 14px;
  }
  
  .box-cookies .msg-cookies {
    color: #3b3b3b;
    line-height: 2em;
  }
  
  .box-cookies .msg-cookies a {
      color: #3b3b3b;
      text-decoration: underline;
  }
  
  .btn-cookies {
      background: #1b254f;
      color: #ffffff;
      padding: 5px 10px;
      margin: 10px 0;
      float: left;
      border:0;
      border-radius: 15px;
      font-size: 12px;
      cursor: pointer;
  }
  
  .btn-cookies:hover {
      opacity: 0.9;
  }

@media (max-width:768px){
    .container {
        width: 92%;
        margin: 0 4%;
    }

    .topo {
        display: none;
    }

    .redessociais-rodape {
        padding-top: 10px;
        padding-right: 0;
        display: table;
        margin: 0 auto;
    }

    .redessociais-rodape > ul > li {
        padding: 0 5px;
    }

    .barra {
        padding: 16px 0;
    }

    #btn-menu {
        top:10px;
    }

    .barrafixa {
        position: fixed;
        top: 0;
        z-index: 99;
        transition: all .5s;
    }

    .logo {
        width: 80%;
        float: none;
        margin: 0 auto;
        position: relative;
        z-index: 100;
    }

    .logo img {
        width:200px;
    }

    .busca {
       width: 100%;
       left: 0;
    }

    .busca > a {
        top: 8px;
    }

    .form-busca {
        width: 100%;
        left: 0;
        top:0;
    }

    .publicidadePopup {
        max-width: 80%;
    }

    .publicidadePopup img {
        width: 100%;
    }

    .publicidadeCapaMenor {
        width: 100%;
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    #publicidade5:first-child .publicidade{
        margin-bottom: 0 !important;
    }

    .noticiaCapa .col1 {
        width: 100%;
        margin-right: 0;
        margin-bottom: 40px;
    }

    .noticiaCapa .col2 {
        width: 100%;
    }

    .colPodPubliCapa {
        width: 100%;
        padding-right: 0;
        padding-left: 0;
        margin-bottom: 30px;
    }

    #noticias .col1 {
        width: 100%;
        padding-right: 0;
    }

    #noticias .item .imagem {
        width: 210px;
    }

    #noticias .item .desc {
        width: calc(100% - 210px);
        padding-right: 0;
    }

    #noticias .col2 {
        width: 100%;
    }

    #colunistas .col1, #podcasts .col1, #publicacoes .col1 {
        width: 100%;
        padding-right: 0;
    }

    #colunistas .item, #podcasts .item, #publicacoes .item {
        width: 100%;
    }

    #colunistas .col2, #podcasts .col2, #publicacoes .col2 {
        width: 100%;
    }

    .form-geral, .form-geral .col, .form-geral .span10, .form-geral textarea {
        width: 100%;
    }

    .logo-rodape {
        width: 100%;
        text-align: center;
        padding: 0;
        margin-bottom: 40px;
    }

    .redessociais-rodape {
        width: 100%;
    }

    .endereco {
        width: 100%;
    }

    .direitos, .desenvolvimento {
        width: 100%;
        text-align: center;
    }

    .desenvolvimento {
        padding-top: 0;
        padding-bottom: 20px;
    }
}


@media (min-width:0px) and (max-width:479px){

    #menu {
        height: 400px;
        overflow-y: scroll !important;
    }

    #inicio {
        font-size: 11px;
    }

    .dataatual {
        padding-top: 2px;
    }

    .publicidade img {
        width: 100% !important;
    }

    .noticiaCapa .col2 .imagem {
        width: 100%;
    }

    .noticiaCapa .col2 .desc {
        width: 100%;
    }

    #noticias .item .imagem {
        width: 100%;
    }

    #noticias .item .desc {
        width: 100%;
    }

    .noticiadetalhes > .miniaturas > .item, .colunaselecionada > .miniaturas > .item {
        width: 100% !important;
        padding-right: 0;
    }

    #colunistas .col1 .colunaselecionada iframe {
        width: 100%;
    }

    figure.image {
        width: 100%;
        margin: 20px 0 !important;
    }

    figure.image img {
        width: 100%;
        height: auto;
    }

    #previsao .col {
        width: 100%;
        margin-bottom: 5px;
    }

    .endereco {
        padding: 20px 5%;
    }
}
