@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Merriweather&display=swap");
@import url("https://fonts.googleapis.com/css2?family=PT+Sans&family=Roboto&display=swap");

/* Igual tailwind */
.flex {
    display: flex;
}

.text-bold {
    font-weight: bold;
}
.bg-white {
    background-color: #fff;
}
.text-gray {
    color: #bbb;
}
.flex-col {
    flex-direction: column;
}

.bg-darken {
    background-color: #0001;
}

.gap-1 {
    gap: 1rem;
}

.p-1 {
    padding: 1rem;
}

.w-full {
    width: 100%;
}

.w-fit {
    width: fit-content;
}
.items-center {
    align-items: center;
}

.grow {
    flex-grow: 1;
}

.absolute {
    position: absolute;
}
.center-y-absolute-position {
    top: 50%;
    translate: 0 -50%;
}

.right-0 {
    right: 0;
}

.justify-center {
    justify-content: center;
}

.text-sm {
    font-size: 0.75rem;
}

.justify-between {
    justify-content: space-between;
}

.mx-auto {
    margin-inline: auto;
}

.align-stretch {
    align-items: stretch;
}

.hidden {
    display: none;
}

.h-full {
    height: 100%;
}

.break-line {
    line-break: auto;
}
/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    .lg\:flex-row {
        flex-direction: row;
    }
    .lg\:absolute {
        position: absolute;
    }
    .lg\:center-y-absolute-position {
        top: 50%;
        translate: 0 -50%;
    }
    .lg\:flex {
        display: flex;
    }
    .lg\:hidden {
        display: none;
    }
}

/* X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    .xl\:absolute {
        position: absolute;
    }
    .xl\:center-y-absolute-position {
        top: 50%;
        translate: 0 -50%;
    }
    .xl\:flex {
        display: flex;
    }
    .xl\:hidden {
        display: none;
    }
}

/* XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1400px) {
}

/*retranca*/
hr.relacionadas {
    border: 1px solid red;
}
a.ret_relac {
    color: rgb(125, 5, 5);
}
/*retranca*/

.dolar-hoje-button > span {
    background-color: #0000 !important;
    color: #333 !important;
    display: flex !important;
    font-size: 0.75rem !important;
    justify-content: space-between !important;
    font-weight: bold;
}

.dolar-hoje-button {
    border-bottom: solid rgb(238, 238, 238) 1px;
}

.gray-line-bottom {
    border-bottom: solid #222 1px;
}

.gray-border {
    border: solid #222 1px;
}
.mainHeader {
    display: none !important;
}

html {
    scroll-behavior: smooth;
}
:target {
    scroll-margin-top: 0.8em;
}
body {
    margin: 0;
    padding: 0;
    font-family: "Raleway", sans-serif;
    font-size: 62.5%;
}
header {
    padding-top: 6px;
    position: relative;
    padding-bottom: 40px;
    font-family: "Roboto", sans-serif;
}
a.logo {
    left: 50%;
    position: absolute;
    margin-left: -180px;
}
a.logo img {
    height: auto;
    width: 330px;
}
.container {
    max-width: 1185px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}
nav {
    max-width: 100%;
    float: left;
    background-color: transparent;
    padding: 2px 6px;
    margin-right: 30px;
    margin-top: 18px;
}
nav span {
    font-size: 3em;
    color: #000;
    display: inline;
    font-weight: bold;
}
.closebtn {
    display: inline;
}
.sidenav {
    width: 0;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 65px;
    height: 100%;
    overflow-y: auto;
}
.sidenav .closebtn {
    top: 0;
    right: 0;
    font-size: 3.6em;
    float: left;
    position: absolute;
    text-decoration: none;
    margin-right: 2%;
    color: #000;
}
ul.menu {
    list-style: none;
    z-index: 999;
    width: 100%;
}
ul.menu a {
    text-decoration: none;
}
ul.menu a.menu-bloco {
    font-size: 1.8em !important;
    padding: 12px 10px;
    text-decoration: none;
    color: #000;
    font-weight: 600;
}
ul.menu li ul {
    width: 85%;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 25px;
    margin-bottom: 15px;
}
ul.menu li {
    margin-bottom: 20px;
}
ul.menu li ul li {
    display: inline-block;
    margin-right: 5px;
}
ul.menu li ul li a {
    font-size: 1.4em !important;
    padding: 8px 6px;
    text-decoration: none;
    color: #baa6a6;
    border: 1px solid #d6d6d6;
    margin-bottom: 15px;
}
ul.menu li ul li a:hover {
    background-color: #f2f2f4;
    color: #000;
}
ul.menu button {
    padding: 5px;
    background: transparent;
    color: #000;
    font-size: 2.4em;
    border: 0;
    border-left: none;
    cursor: pointer;
    margin-top: 5px;
    float: right;
    position: absolute;
    width: 12%;
}
ul.menu input[type="search"] {
    padding: 10px 15px;
    display: none;
    float: left;
    border: 1px solid #353c86;
    font-size: 2em;
    font-weight: normal;
    border-radius: 5px;
    float: left;
    width: 85%;
}
ul.menu input:focus {
    outline: none;
}
ul.menuinput[type="search"] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
ul.menu input[type="search"]::-webkit-search-cancel-button,
ul.menu input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
ul.menu input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
.fundo-topo {
    background-color: #f2f2f2;
    padding-top: 20px;
}
.menu-dir {
    top: 0;
    right: 0;
    position: absolute;
    vertical-align: top;
}
.menu-dir .ultima-edicao {
    float: left;
    margin-right: 15px;
    color: #a6a6a6;
    font-size: 1em;
    font-weight: 500;
}
.menu-dir .ultima-edicao img {
    width: auto;
    height: 128px;
    display: block;
    border: 7px #fff solid;
}
.menu-dir .menu-dir-col2 {
    float: right;
    width: 80px;
    vertical-align: top;
    height: 130px;
    margin-top: -12px;
}
.menu-dir .busca {
    text-align: right;
}
.menu-dir .busca .fas {
    padding: 20px;
    font-size: 32px;
    width: 32px;
    text-align: center;
    text-decoration: none;
    color: #000;
    background: transparent;
}
.menu-dir .barra-social {
    margin-top: 5px;
    width: 100%;
}
.menu-dir .barra-social a {
    float: left;
}
.menu-dir .barra-social .fab {
    padding: 7px;
    font-size: 18px;
    width: 18px;
    text-align: center;
    text-decoration: none;
    margin: 5px 3px;
    border-radius: 50%;
    color: #000;
    background: transparent;
}
.menu-dir a {
    text-decoration: none;
}

ul.menu-destaque {
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
    margin-top: 55px;
    font-family: "Raleway", sans-serif;
}
ul.menu-destaque li {
    display: inline-block;
}
ul.menu-destaque a {
    font-size: 1.4em !important;
    padding: 12px 20px;
    display: block;
    text-decoration: none;
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
}
ul.menu-destaque a:hover {
    background: #fff;
}
ul.menu-destaque li:hover {
    background: #fff;
}

ul.menu-destaque li ul {
    position: absolute;
    display: none;
    background: #fff;
    padding: 0;
    margin: 0;
    z-index: 99;
    transition: border 0.3s, box-shadow 0.3s;
    margin-left: 0px;
    margin-top: 0;
    margin-left: 0;
}
ul.menu-destaque li ul li {
    float: none;
    display: block;
    margin-left: 0;
    text-transform: uppercase;
    background: #fff;
}
ul.menu-destaque li:hover ul,
.menu li.over ul {
    display: block;
}
ul.menu-destaque li ul li {
    display: block;
    text-transform: none !important;
}
ul.menu-destaque li ul li a {
    text-transform: none;
    display: block;
    margin-left: 0;
    text-align: left;
    text-transform: uppercase;
}
ul.menu-destaque li ul li a:hover {
    background-color: #f2f2f2;
}

/*.busca {position:relative; vertical-align: top;}
.busca button {padding: 5px; background: transparent; color: #000; font-size: 2.4em; border: 0; border-left: none;  cursor: pointer; margin-top: 5px; float: right; position: absolute;}
.busca fieldset {border: 0;	margin: 0;	padding: 0;}*/
.toolbar {
    position: relative;
}
.toolbar input[type="search"] {
    padding: 10px 15px;
    display: none;
    float: left;
    border: 1px solid #353c86;
    font-size: 2em;
    font-weight: normal;
    border-radius: 5px;
    float: left;
}
.busca input:focus {
    outline: none;
}
.busca input[type="search"] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.busca input[type="search"]::-webkit-search-cancel-button,
.busca input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
.busca input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
.banner-cabecalho {
    width: 100%;
    padding-bottom: 40px;
    text-align: center;
}
.banner-cabecalho-desktop {
    width: 100%;
    padding-bottom: 40px;
    text-align: center;
    display: block;
}
.banner-cabecalho-mobile {
    display: none;
}
.super-banner {
    width: 100%;
    margin-bottom: 80px;
    margin-top: 80px;
    text-align: center;
}
.banner-retangulo {
    width: 336px;
    margin: 0 auto;
}
.banner-retangulo img {
    width: 100%;
    height: auto;
}

.slideshow a {
    width: 100%;
}
.slideshow .titulo-noticia {
    width: 38%;
    float: left;
    margin-top: 5%;
}
.slideshow .titulo-noticia span {
    font-size: 4em;
    color: #000;
    line-height: 1.1em;
    font-weight: 700;
    text-decoration: none;
}
.slideshow .titulo-noticia div {
    font-size: 1.4em;
    color: #fff;
    background-color: #000;
    text-transform: uppercase;
    padding: 3% 3%;
    font-weight: 600;
    text-decoration: none;
    width: 20%;
    margin-top: 5%;
    text-align: center;
}
.slideshow .titulo-noticia b {
    color: #a6a6a6;
    font-size: 11px;
    font-weight: 500;
    display: block;
    margin-top: 10px;
}
.slideshow a:hover .titulo-noticia span {
    color: #737373;
}
.slideshow a:hover .titulo-noticia div {
    background-color: #737373;
}
.slideshow a img {
    width: 655px;
    float: right;
    height: 520px;
    max-height: 520px;
    object-fit: cover;
}
#prev {
    position: absolute;
    top: 32%;
    left: -5%;
    color: #737373;
    text-decoration: none;
    font-size: 4em;
}
#next {
    position: absolute;
    top: 32%;
    right: -5%;
    color: #737373;
    text-decoration: none;
    font-size: 4em;
}

.bl01 {
    width: 100%;
    margin-bottom: 5%;
}
.bl01 a {
    color: #000;
    text-decoration: none;
}
.bl01 a:hover {
    color: #404040;
}
.bl01 ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
}
.bl01 .col01 {
    width: 60%;
    float: left;
    margin-top: -85px;
    border-top: 40px #fff solid;
    border-right: 40px #fff solid;
    background-color: #fff;
}
.bl01 .col01 li {
    display: inline-block;
    width: 48%;
    vertical-align: top;
    margin-bottom: 50px;
    margin-right: 2%;
    position: relative;
}
.bl01 .col01 li img {
    display: block;
    width: 100%;
    height: 390px;
    object-fit: cover;
    object-position: center;
}
.bl01 .col01 li a {
    font-size: 2em;
    font-weight: 700;
    line-height: 1.2em;
}
.bl01 .col01 li span {
    font-size: 0.6em;
    color: #acacac;
    font-weight: bold;
    border-left: 1px solid #acacac;
    display: block;
}
.bl01 .col02 {
    width: 36%;
    float: right;
    margin-top: 40px;
}
.bl01 .col02 ul {
    margin-top: 0;
}
.bl01 .col02 li {
    display: block;
    width: 100%;
    margin-bottom: 30px;
    min-height: 170px;
    position: relative;
}
.bl01 .col02 li:last-child {
    margin-bottom: 0;
}
.bl01 .col02 li a {
    display: block;
    clear: both;
    font-size: 1.6em;
    font-weight: 700;
    line-height: 1.6em;
    width: 100%;
}
.bl01 .col02 li img {
    float: left;
    width: 37%;
    height: 155px;
    object-fit: cover;
    object-position: center;
    margin-right: 15px;
}
.bl01 .col02 li b {
    color: #3099ff;
    font-weight: 400;
    font-size: 11px;
    margin-top: 10px;
    display: block;
}

.bl02 {
    width: 100%;
    margin-bottom: 10%;
    font-family: "Raleway", sans-serif;
}
.bl02 h2 {
    font-size: 3.2em;
    border-left: 2px solid #000;
    padding-left: 10px;
    color: #000;
}
.bl02 a {
    color: #000;
    text-decoration: none;
}
.bl02 a:hover {
    color: #404040;
}
.bl02 ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
}
.bl02 .col01 {
    width: 65%;
    float: left;
    vertical-align: top;
}
.bl02 .col01 li {
    display: inline-block;
    width: 48%;
    vertical-align: top;
    margin-bottom: 50px;
    margin-right: 2%;
    position: relative;
}
.bl02 .col01 li img {
    display: block;
    width: 100%;
    height: 370px;
    object-fit: cover;
    object-position: center;
}
.bl02 .col01 li a {
    font-size: 2em;
    font-weight: 700;
    line-height: 1.2em;
}
.bl02 .col01 li span {
    font-size: 0.6em;
    color: #acacac;
    font-weight: bold;
    border-left: 1px solid #acacac;
    display: block;
}
.bl02 .col02 {
    width: 34%;
    float: right;
    vertical-align: top;
}
.bl02 .col02 ul {
    margin-top: 0;
    width: 170px;
    float: left;
}
.bl02 .col02 li {
    display: block;
    width: 100%;
    margin-bottom: 30px;
    min-height: 170px;
}
.bl02 .col02 li:last-child {
    margin-bottom: 0;
}
.bl02 .col02 li a {
    display: block;
    clear: both;
    font-size: 1.4em;
    font-weight: 700;
    line-height: 1.6em;
    position: relative;
}
.bl02 .col02 li img {
    width: 100%;
    height: 170px;
    object-fit: cover;
    object-position: center;
}
.banner-lateral-home {
    float: right;
    width: 208px;
}
.banner-lateral-home img {
    width: 100%;
    height: auto;
}

.ultima-capa {
    width: 100%;
    position: relative;
    height: 500px;
    margin-bottom: 70px;
}
.ultima-capa h2 {
    font-size: 4.8em;
    padding-left: 10px;
    color: #000;
    text-transform: uppercase;
    background-color: #fff;
    font-weight: 400;
    margin: 0;
    margin-bottom: 25%;
}
.ultima-capa .titulo-noticia {
    width: 40%;
    float: left;
}
.ultima-capa .titulo-noticia h3 {
    font-size: 1.5em;
    color: #fff;
    font-weight: 500;
    margin-left: 22%;
    margin-bottom: 7%;
}
.ultima-capa .titulo-noticia span {
    font-size: 3.2em;
    color: #fff;
    line-height: 1.2em;
    font-weight: 700;
    text-decoration: none;
    margin-left: 22%;
    margin-bottom: 7%;
    margin-top: 7%;
    display: block;
}
.ultima-capa .titulo-noticia a {
    font-size: 1.4em;
    color: #fff;
    background-color: #000;
    text-transform: uppercase;
    padding: 2% 2%;
    font-weight: 600;
    text-decoration: none;
    width: 20%;
    margin-top: 7%;
    text-align: center;
    display: block;
    margin-left: 22%;
    border-radius: 4px;
}
.ultima-capa .titulo-noticia a:hover {
    background-color: #737373;
}
.ultima-capa img {
    width: 420px;
    float: right;
    height: 520px;
    margin-right: 15%;
    border-left: 25px #fff solid;
    border-right: #fff 25px solid;
    object-fit: cover;
}
.background-capa {
    height: 500px;
    width: 100%;
    -webkit-filter: blur(5px);
    filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    position: absolute;
    z-index: 1;
}
.conteudo-capa {
    z-index: 9999;
    position: absolute;
    width: 100%;
}

.titulo-foto {
    background: #fff;
    width: 84%;
    padding-left: 4%;
    position: absolute;
    margin-top: 83%;
    min-height: 25%;
    padding-top: 3%;
    padding-right: 3%;
}
.titulo-foto b {
    color: #3099ff;
    font-weight: 400;
    font-size: 11px;
    margin-top: 10px;
    display: block;
}
.titulo-foto2 {
    background: #fff;
    width: 86%;
    padding-left: 3%;
    position: absolute;
    margin-top: 45%;
    min-height: 55%;
    padding-top: 2%;
    padding-right: 2%;
}
.bl03 {
    width: 100%;
}
.bl03 .col01 {
    width: 100%;
}
.bl03 ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
}
.bl03 li {
    display: inline-block;
    width: 30%;
    margin-right: 3%;
    vertical-align: top;
    margin-bottom: 5%;
}
.bl03 li:last-child {
    margin-right: 0;
}
.bl03 a {
    color: #000;
    text-decoration: none;
    font-size: 2.5em;
}
.bl03 a:hover {
    color: #2f5d8c;
}
.bl03 a:hover img {
    opacity: 0.8;
}
.bl03 li a img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: center;
    margin-bottom: 10px;
}
.bl03 li span {
    font-size: 0.6em;
    color: #acacac;
    font-weight: bold;
    border-left: 1px solid #acacac;
    display: block;
    margin-bottom: 10px;
}

footer {
    width: 100%;
    padding-bottom: 2%;
    color: #fff;
    border-bottom: 30px solid #000;
}
ul.menu-footer {
    list-style: none;
    margin: 0;
    padding: 0;
    font-family: "Raleway", sans-serif;
    width: 100%;
    display: block;
}
ul.menu-footer li {
    display: inline-block;
    width: 16%;
    vertical-align: top;
}
ul.menu-footer a {
    font-size: 1.4em !important;
    padding: 8px 12px;
    display: block;
    text-decoration: none;
    color: #201f1f;
    font-weight: 500;
    text-transform: uppercase;
}
ul.menu-footer a:hover {
    color: #000;
}
ul.menu-footer li ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
ul.menu-footer li ul li {
    float: none;
    display: block;
    margin-left: 0;
}
ul.menu-footer li ul li a {
    text-transform: none;
}
ul.menu-footer li:nth-child(5) a {
    color: #000;
}
ul.menu-footer li:nth-child(5) li ul li a {
    font-weight: 500;
}
footer a.fab {
    float: left;
    padding: 10px !important;
    font-size: 20px !important;
    width: 20px !important;
    margin: 5px 2px;
    border-radius: 50%;
    color: #201f1f;
    background: #fff;
}
.fab:hover {
    text-decoration: none;
    opacity: 0.7;
}
.logo-footer {
    width: 100%;
    margin-top: 5%;
    text-align: center;
}
.logo-footer img {
    height: 50px;
    width: auto;
    margin: 0 auto;
}

.interna {
    font-size: 17px;
    line-height: 28px;
    color: #212529;
    vertical-align: top;
    position: relative;
}
.interna h1 {
    font-size: 48px;
    line-height: 56px;
    color: #000;
    font-weight: 700;
    margin-top: 0;
    padding-top: 0;
    font-family: "Raleway", sans-serif;
}
.interna b {
    color: #000;
    font-weight: bold;
}
.interna strong {
    color: #000;
    font-weight: bold;
}
.interna a {
    color: #201f1f;
    font-weight: bold;
    text-decoration: none;
}
.interna a:hover {
    text-decoration: underline;
}
.post {
    margin-bottom: 10%;
    font-family: "Merriweather", Helvetica, Verdana, sans-serif;
    width: 830px;
    font-weight: 300;
    float: left;
    position: relative;
}
.foto-post {
    width: 830px;
    height: 600px;
    object-fit: cover;
    z-index: -1;
    position: absolute;
}
.conteudo {
    padding-left: 8%;
    padding-top: 2%;
    width: 80%;
    padding-right: 2%;
    background: #fff;
    z-index: 999;
}
.sobe-conteudo {
    margin-top: 540px;
}
.conteudo p {
    text-align: justify;
}
.conteudo img {
    max-width: 100%;
    height: auto;
    max-height: auto !important;
}
.conteudo iframe {
    width: 100%;
    height: 480px;
}
.conteudo blockquote {
    border-left: 5px solid #201f1f;
    padding-left: 15px;
    margin-top: 35px;
    margin-bottom: 25px;
    font-weight: 700;
}
.conteudo h3 {
    font-size: 20px;
    line-height: 28px;
    color: #737373;
    font-weight: 500;
    margin-top: 0;
    padding-top: 0;
    font-family: "Raleway", sans-serif;
}
.img-esquerda {
    float: left;
    width: 40%;
    height: auto;
    margin-right: 15px;
    margin-bottom: 15px;
    margin-top: 15px;
}
.img-direita {
    float: right;
    width: 40%;
    height: auto;
    margin-left: 15px;
    margin-bottom: 15px;
    margin-top: 15px;
}
.post .banner-retangulo {
    float: left;
    padding-right: 20px;
    padding-bottom: 15px;
}
.banner-lateral-post {
    float: right;
    width: 300px;
    vertical-align: top;
    top: 0;
    position: absolute;
    right: 0;
}
.banner-lateral-post a {
    display: block;
    margin-bottom: 50px;
}
.banner-lateral-post img {
    max-width: 100%;
    height: auto;
}
.barra-social {
    float: right;
    margin: 0;
    padding: 0;
}
.data {
    font-size: 11px;
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    display: block;
}
.legenda-foto {
    font-size: 11px;
    width: 100%;
    text-align: right;
    color: #a6a6a6;
    display: block;
    font-family: "Raleway", sans-serif;
    font-weight: 500;
}
.retranca {
    font-size: 14px;
    line-height: 18px;
    color: #737373;
    font-family: "Raleway", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
}
.autor {
    font-size: 14px;
    line-height: 18px;
    color: #000;
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    float: left;
}

.veja-mais {
    margin: 0 auto;
    margin-top: 60px;
    width: 100%;
}
.veja-mais h6 {
    font-size: 40px;
    font-weight: 400;
    text-transform: uppercase;
}
.veja-mais ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.veja-mais ul li {
    margin-bottom: 30px;
    background: #fff;
    display: inline-block;
    width: 23%;
    margin-right: 2%;
    vertical-align: top;
}
.veja-mais ul li:last-child {
    margin-right: 0;
}
.veja-mais ul li a {
    color: #000;
    text-decoration: none;
    line-height: 0.9em;
    font-weight: bold;
}
.veja-mais ul li b {
    font-size: 0.8em;
    color: #000;
    line-height: 1em;
    display: block;
    margin-bottom: 5%;
    text-transform: uppercase;
}
.veja-mais ul li img {
    width: 100%;
    height: 180px;
    padding-right: 15px;
    object-fit: cover;
    object-position: center;
    display: block;
    margin-bottom: 10px;
}
.veja-mais ul li p {
    font-size: 0.6em;
    color: #646464;
    line-height: 1.25em;
}
.veja-mais ul li span {
    font-size: 1.2em;
    color: #555555;
    line-height: 1em;
}
ul.galeria-fotos {
    padding: 0;
    margin: 0;
    list-style: none;
}
ul.galeria-fotos li {
    display: inline-block;
    width: 30%;
    padding: 1%;
}
ul.galeria-fotos li img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: center;
}

.lista-posts {
    width: 830px;
    float: left;
}
.lista-posts h6 {
    font-size: 60px;
    font-weight: 300;
    text-transform: uppercase;
    font-family: "Raleway", sans-serif;
    line-height: 68px;
    padding: 0;
    margin: 0;
    margin-bottom: 30px;
}
.lista-posts ul {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
}
.lista-posts ul li {
    margin-bottom: 45px;
    background: #fff;
    display: block;
    width: 100%;
}
.lista-posts ul li img {
    width: 35%;
    height: 250px;
    padding-right: 15px;
    object-fit: cover;
    object-position: center;
    margin-bottom: 10px;
    float: left;
}
.lista-posts ul li a {
    text-decoration: none;
}
.lista-posts ul li a h2 {
    color: #000;
    line-height: 32px;
    font-weight: 700;
    font-size: 26px;
}
.lista-posts ul li p {
    font-size: 14px;
    color: #737373;
    line-height: 22px;
    font-weight: 300;
    font-family: "Merriweather", Helvetica, Verdana, sans-serif;
}
.lista-posts ul li span {
    font-size: 11px;
    color: #3099ff;
    line-height: 1em;
    display: block;
    margin-top: 5%;
    font-weight: 400;
}
.btn-vejamais {
    width: 100%;
    background-color: #000;
    font-size: 0.8em;
    color: #fff;
    margin: 0 auto;
    border: 0;
    cursor: pointer;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 60px;
    clear: both;
    display: block;
}
.breadcrumb {
    color: #a6a6a6;
    font-weight: 300;
    font-size: 11px;
}
.breadcrumb a {
    text-decoration: none;
    text-transform: uppercase;
    color: #a6a6a6;
    font-weight: 300;
}

.form-group {
    display: block;
    margin-bottom: 15px;
}

#cookie {
    display: none;
    position: fixed;
    bottom: 0;
    background: #af8250;
    color: #fff;
    width: 100%;
    padding-top: 1.5%;
    padding-bottom: 1.5%;
    font-size: 2em;
    transition: 0.5s;
}
#cookie div div {
    width: 75%;
    float: left;
}
#cookie a {
    color: #fff;
}
#cookie button {
    background: #fff;
    color: #af8250;
    border: 1px solid #424242;
    border-radius: 5px;
    float: right;
    font-size: 1.2em;
    width: 24%;
    padding-top: 1%;
    padding-bottom: 1%;
}

a.bt-destaque {
    color: #fff;
    font-size: 1.8em;
    font-weight: bold;
    padding: 12px 15px;
    cursor: pointer;
    text-decoration: none;
    background: #ff6c0d;
}
a.bt-destaque:hover {
    background: #bf3809;
}

.btn-voltar-topo {
    position: fixed;
    bottom: 1.5%;
    float: right;
    z-index: 9999;
    right: 0;
    margin-right: 2.5%;
    padding: 10px !important;
    font-size: 15px !important;
    width: 15px !important;
    color: #fff !important;
    background-color: #95a5a6 !important;
    opacity: 0.7;
    text-decoration: none;
    border-radius: 50%;
}
.btn-voltar-topo:hover {
    background-color: #af8250 !important;
    opacity: 1;
}

a.link-whatsapp {
    background: #af8250;
    color: #fff;
    width: 96%;
    padding: 2%;
    margin-bottom: 2%;
    font-size: 1.1em;
    text-decoration: none;
    display: block;
    text-align: center;
}
a.link-whatsapp:hover {
    background-color: #3fc459;
    text-decoration: none;
}

.frmBusca input {
    padding: 12px 15px;
    font-size: 1.8em;
    width: 75%;
    border: 0;
    border-bottom: 2px solid #55555e;
}
.frmBusca button {
    padding: 12px 15px;
    font-size: 1.6em;
    border-radius: 5px;
    background-color: #55555e;
    color: #fff;
    font-weight: 600;
    border: 0;
    cursor: pointer;
    margin-left: 7px;
}
.frmBusca button:hover {
    background: #3f4047;
}

.frmNewsletters {
    width: 100%;
    text-align: center;
    padding-top: 3%;
    padding-bottom: 3%;
    margin-top: 5%;
    margin-bottom: 5%;
    color: #000;
    border-bottom: 1px solid #d6d6d6;
    border-top: 1px solid #d6d6d6;
}
.frmNewsletters span {
    font-size: 2.6em;
    font-weight: 700;
    margin-right: 25px;
}
.frmNewsletters input {
    padding: 12px 15px;
    font-size: 1.8em;
    width: 240px;
    border: 0;
    border-bottom: 1px solid #d6d6d6;
    font-family: "Font Awesome 5 Free";
}
.frmNewsletters button {
    padding: 12px 15px;
    font-size: 1.2em;
    border-radius: 5px;
    background-color: #000;
    color: #fff;
    font-weight: 600;
    border: 0;
    cursor: pointer;
    margin-left: 7px;
}
.frmNewsletters button:hover {
    color: #f2f2f2;
}

@media screen and (max-width: 780px) {
    html,
    body {
        overflow-x: hidden;
    }
    header {
        padding-bottom: 2%;
        padding-bottom: 4%;
        padding-top: 20px;
    }
    .fundo-topo {
        padding-top: 0;
    }
    header hr {
        margin-top: 4%;
    }
    .container {
        width: 95%;
        margin: 0 auto;
        max-width: 96%;
    }
    a.logo {
        left: 50%;
        position: absolute;
        margin-left: -59px;
    }
    a.logo img {
        height: auto;
        width: 116px;
    }
    .sidenav {
        padding-top: 45px;
    }
    .sidenav .closebtn {
        left: 8%;
        right: none;
    }
    nav {
        margin-right: 0;
        margin-top: -12px;
    }
    .menu-dir {
        top: 0;
        right: 0;
        position: absolute;
        vertical-align: top;
    }
    .menu-dir .ultima-edicao {
        display: none;
    }
    .menu-dir .menu-dir-col2 {
        width: 40px;
        vertical-align: top;
        height: 70px;
        margin-top: -12px;
    }
    .menu-dir .busca {
        text-align: right;
    }
    .menu-dir .busca .fas {
        padding: 10px;
    }
    .menu-dir .barra-social {
        display: none;
    }
    .menu-destaque {
        display: none;
    }
    .banner-cabecalho-desktop {
        display: none;
    }
    .banner-cabecalho-mobile {
        display: block;
        width: 100%;
        padding-bottom: 20px;
        text-align: center;
    }
    .banner-cabecalho-mobile img {
        width: 100%;
        height: auto;
    }
    .super-banner {
        width: 100%;
        margin-bottom: 15px;
        margin-top: 15px;
    }
    .super-banner img {
        width: 100%;
        height: auto;
    }

    .slideshow a {
        width: 100%;
        text-decoration: none;
        height: 620px;
    }
    .slideshow .titulo-noticia {
        width: 100%;
        float: none;
        margin-top: 0;
        position: absolute;
        top: 470px;
    }
    .slideshow .titulo-noticia span {
        font-size: 2.2em;
        color: #000;
        line-height: 1.1em;
        font-weight: 700;
        text-decoration: none;
    }
    .slideshow .titulo-noticia div {
        display: none;
    }
    .slideshow .titulo-noticia b {
        color: #a6a6a6;
        display: block;
        margin-top: 15px;
        font-size: 1.4em;
    }
    .slideshow a:hover .titulo-noticia span {
        color: #737373;
    }
    .slideshow a:hover .titulo-noticia div {
        background-color: #737373;
    }
    .slideshow a img {
        width: auto;
        min-width: 100%;
        float: none;
        height: 460px;
        object-fit: cover;
        position: absolute;
        top: 0;
        object-position: center;
    }
    #prev {
        position: absolute;
        top: 32%;
        left: 5%;
        color: #fff;
        text-decoration: none;
        font-size: 3.5em;
        z-index: 999;
    }
    #next {
        position: absolute;
        top: 32%;
        right: 5%;
        color: #fff;
        text-decoration: none;
        font-size: 3.5em;
        z-index: 999;
    }

    .bl01 {
        width: 100%;
        margin-bottom: 5%;
    }
    .bl01 a {
        color: #000;
        text-decoration: none;
    }
    .bl01 a:hover {
        color: #404040;
    }
    .bl01 ul {
        list-style: none;
        padding: 0;
        margin: 0;
        width: 100%;
    }
    .bl01 .col01 {
        width: 100%;
        float: none;
        margin-top: 0;
        border-top: none;
        border-right: none;
        background-color: #fff;
        margin-bottom: 12%;
    }
    .bl01 .col01 li {
        display: block;
        width: 100%;
        margin-bottom: 50px;
        margin-right: 0;
    }
    .bl01 .col01 li img {
        display: block;
        width: 100%;
        height: 390px;
        object-fit: cover;
        object-position: center;
    }
    .bl01 .col02 {
        width: 100%;
        float: none;
        margin-top: 50px;
        display: block;
        clear: both;
    }
    .bl01 .col02 ul {
        margin-top: 0;
    }
    .bl01 .col02 li {
        display: block;
        width: 100%;
        margin-bottom: 30px;
        min-height: 170px;
        position: relative;
    }
    .bl01 .col02 li:last-child {
        margin-bottom: 0;
    }
    .bl01 .col02 li a {
        display: block;
        clear: both;
        font-size: 1.6em;
        font-weight: 700;
        line-height: 1.6em;
        width: 100%;
    }
    .bl01 .col02 li img {
        float: left;
        width: 37%;
        height: 155px;
        object-fit: cover;
        object-position: center;
        margin-right: 15px;
    }
    .bl01 .col02 li b {
        color: #3099ff;
        font-weight: 400;
        font-size: 11px;
        margin-top: 10px;
        display: block;
    }

    .ultima-capa {
        width: 100%;
        position: relative;
        height: 600px;
        margin-bottom: 80px;
        margin-top: 30px;
    }
    .ultima-capa h2 {
        font-size: 2.2em;
        padding: 10px 20px;
        font-weight: 400;
        margin: 0;
        margin-bottom: 10%;
        width: 48%;
    }
    .ultima-capa .titulo-noticia {
        width: 100%;
        float: none;
        margin-bottom: 5%;
    }
    .ultima-capa .titulo-noticia h3 {
        font-size: 1.5em;
        font-weight: 500;
        margin-left: 10%;
        margin-bottom: 5%;
    }
    .ultima-capa .titulo-noticia span {
        font-size: 2.6em;
        line-height: 1.2em;
        font-weight: 700;
        text-decoration: none;
        margin-left: 10%;
        margin-bottom: 5%;
        margin-top: 5%;
        display: block;
    }
    .ultima-capa .titulo-noticia a {
        font-size: 1.4em;
        padding: 2% 2%;
        width: 20%;
        margin-top: 4%;
        margin-left: 10%;
    }
    .ultima-capa .titulo-noticia a:hover {
        background-color: #737373;
    }
    .ultima-capa img {
        width: 75%;
        float: none;
        height: auto;
        margin: 0 auto;
        border: 5px #fff solid;
        margin-left: 12%;
    }
    .background-capa {
        height: 550px;
        width: 100%;
        -webkit-filter: blur(5px);
        filter: blur(5px);
        -moz-filter: blur(5px);
        -o-filter: blur(5px);
        -ms-filter: blur(5px);
        position: absolute;
        z-index: 1;
    }
    .conteudo-capa {
        z-index: 9999;
        position: absolute;
        width: 100%;
    }

    .bl02 {
        width: 100%;
        margin-bottom: 10%;
    }
    .bl02 h2 {
        font-size: 3.2em;
        border-left: 2px solid #000;
        padding-left: 10px;
        color: #000;
    }
    .bl02 .col01 {
        width: 100%;
        float: none;
        vertical-align: top;
        margin-bottom: 40px;
    }
    .bl02 .col01 li {
        display: block;
        width: 100%;
        margin-bottom: 70px;
        margin-right: 0;
        position: relative;
        clear: both;
    }
    .bl02 .col01 li img {
        display: block;
        width: 100%;
        height: 370px;
        object-fit: cover;
        object-position: center;
    }
    .bl02 .col01 li a {
        font-size: 2em;
        font-weight: 700;
        line-height: 1.2em;
    }
    .bl02 .col01 li span {
        font-size: 0.6em;
        color: #acacac;
        font-weight: bold;
        border-left: 1px solid #acacac;
        display: block;
    }
    .bl02 .col02 {
        width: 100%;
        float: none;
        vertical-align: top;
    }
    .bl02 .col02 ul {
        margin-top: 0;
        width: 100%;
        float: none;
    }
    .bl02 .col02 li {
        display: block;
        width: 100%;
        margin-bottom: 20px;
        min-height: 160px;
    }
    .bl02 .col02 li:last-child {
        margin-bottom: 0;
    }
    .bl02 .col02 li a {
        display: inline;
        clear: both;
    }
    .bl02 .col02 li img {
        width: 37%;
        height: 155px;
        object-fit: cover;
        object-position: center;
        margin-right: 3%;
        float: left;
    }
    .bl02 .col02 li .titulo-foto2 {
        background: none;
        width: 60%;
        padding-left: 0;
        position: relative;
        margin-top: 0;
        min-height: auto;
        padding-top: 0;
        padding-right: 0;
        float: right;
    }
    .banner-lateral-home {
        display: none;
    }

    .interna {
        font-size: 16px;
        line-height: 28px;
        vertical-align: top;
        position: relative;
        margin-top: 0;
    }
    .interna h1 {
        font-size: 26px;
        line-height: 32px;
    }
    .post {
        margin-bottom: 10%;
        width: 100%;
        float: none;
        position: relative;
        padding-top: 0;
        margin-top: 0;
    }
    .foto-post {
        width: 100%;
        height: auto;
        position: relative;
        object-fit: fill;
        z-index: 99;
    }
    .sobe-conteudo {
        margin-top: 0;
    }
    .conteudo {
        padding-left: 0;
        padding-top: 2%;
        width: 100%;
        padding-right: 0;
        background: #fff;
        text-align: left;
        margin-top: 0;
        vertical-align: top;
    }
    .conteudo img {
        max-width: 100%;
        display: block;
        height: auto !important;
        max-height: auto !important;
    }
    .conteudo iframe {
        width: 100% !important;
        max-width: 100% !important;
    }
    .post .banner-retangulo {
        display: none;
    }
    .banner-lateral-post {
        display: none;
    }
    .barra-social {
        float: right;
        margin: 0;
        padding: 0;
    }
    .data {
        font-size: 11px;
        font-family: "Raleway", sans-serif;
        font-weight: 500;
        display: block;
    }
    .legenda-foto {
        font-size: 11px;
        width: 100%;
        text-align: right;
        color: #a6a6a6;
        display: block;
        font-family: "Raleway", sans-serif;
        font-weight: 500;
    }
    .retranca {
        font-size: 14px;
        line-height: 18px;
        color: #737373;
        font-family: "Raleway", sans-serif;
        text-transform: uppercase;
        font-weight: 500;
    }
    .autor {
        font-size: 14px;
        line-height: 18px;
        color: #000;
        font-family: "Raleway", sans-serif;
        font-weight: 500;
        float: left;
    }

    .banner-cabecalho {
        padding-bottom: 20px;
    }

    .veja-mais {
        margin: 0 auto;
        margin-top: 60px;
        width: 100%;
    }
    .veja-mais h6 {
        font-size: 26px;
    }
    .veja-mais ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }
    .veja-mais ul li {
        margin-bottom: 20px;
        display: block;
        width: 100%;
        margin-right: 0;
    }
    .veja-mais ul li a {
        color: #000;
        text-decoration: none;
        line-height: 0.9em;
        font-weight: bold;
    }
    .veja-mais ul li b {
        font-size: 0.8em;
        color: #000;
        line-height: 1em;
        display: block;
        margin-bottom: 5%;
        text-transform: uppercase;
    }
    .veja-mais ul li img {
        width: 35%;
        height: 120px;
        padding-right: 10px;
        object-fit: cover;
        object-position: center;
        display: inline;
        margin-bottom: 10px;
        float: left;
    }
    .veja-mais ul li p {
        font-size: 0.6em;
        color: #646464;
        line-height: 1.25em;
    }
    .veja-mais ul li span {
        font-size: 1.2em;
        color: #555555;
        line-height: 1em;
    }

    .lista-posts {
        width: 100%;
        float: none;
    }
    .lista-posts h6 {
        font-size: 40px;
        line-height: 45px;
    }
    .lista-posts ul li img {
        width: 38%;
        height: 180px;
        padding-right: 10px;
        margin-bottom: 5px;
    }
    .lista-posts ul li a h2 {
        line-height: 26px;
        font-size: 20px;
    }

    footer {
        width: 100%;
        padding-bottom: 2%;
        color: #fff;
        border-bottom: 30px solid #000;
    }
    ul.menu-footer li {
        display: block;
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }
    ul.menu-footer a {
        font-size: 1.5em !important;
        padding: 8px 12px;
        display: block;
    }
    ul.menu-footer a:hover {
        color: #000;
    }
    ul.menu-footer li ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }
    ul.menu-footer li ul li {
        display: inline-block;
        margin-left: 0;
        margin-right: 0;
        width: auto !important;
        border-right: 1px solid #ccc;
    }
    ul.menu-footer li ul li a {
        padding: 5px 7px;
        display: inline;
    }
    ul.menu-footer li:nth-child(5) a {
        color: #000;
    }
    ul.menu-footer li ul li:last-child {
        border: 0;
    }
    footer a.fab {
        float: none;
        display: inline-block;
    }
    .logo-footer {
        width: 100%;
        margin-top: 5%;
        text-align: center;
    }
    .logo-footer img {
        height: 50px;
        width: auto;
        margin: 0 auto;
    }
}
