@import url("https://fonts.googleapis.com/css2?family=PT+Sans&family=Roboto&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Merriweather&display=swap");
@font-face {
  font-family: "oswald";
  src: url("/assets/fonts/oswald.ttf");
}

ul {
  list-style: none;
}
html {
  scroll-behavior: smooth;
}
:target {
  scroll-margin-top: 0.8em;
}
body {
  margin: 0;
  padding: 0;
  font-family: "Merriweather", serif;
  font-size: 62.5%;
}
header {
  padding-top: 6px;
  position: relative;
  border-bottom: 2px solid #595959;
  padding-bottom: 9px;
  font-family: "Roboto", sans-serif;
}
a.logo {
  float: left;
  height: 10%;
  bottom: -3px;
}
a.logo img {
  height: 82px;
  width: auto;
}
.container {
  width: 1200px;
  margin: 0 auto;
}
nav {
  max-width: 100%;
  float: left;
  background-color: #fff;
  padding: 2px 6px;
  margin-right: 30px;
  margin-top: 18px;
}
nav span {
  font-size: 3em;
  color: #2f5d8c;
  display: inline;
  font-weight: bold;
}
.closebtn {
  display: inline;
}
.sidenav {
  width: 0;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  background-color: #2f5d8c;
  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: #fff;
}
ul.menu {
  list-style: none;
  z-index: 999;
  width: 100%;
}
ul.menu li {
  position: relative;
  display: block;
  width: 100%;
}
ul.menu a {
  font-size: 2.2em !important;
  padding: 8px 6px;
  display: block;
  text-decoration: none;
  color: #fff;
}
ul.menu a:hover {
  text-decoration: underline;
}
ul.menu button {
  padding: 5px;
  background: transparent;
  color: #fff;
  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;
}
.col-principal {
  width: 100%;
}
.col-principal h1 {
  width: 100%;
}

ul.menu-destaque {
  list-style: none;
  margin: 0;
  padding: 0;
  float: right;
  margin-top: 18px;
}
ul.menu-destaque li {
  display: inline-block;
}
ul.menu-destaque a {
  font-size: 2.2em !important;
  padding: 12px 20px;
  display: block;
  text-decoration: none;
  color: #000;
  font-weight: bold;
}
ul.menu-destaque a:hover {
  background: #2f5d8c;
  color: #fff;
}
.busca {
  position: relative;
  vertical-align: top;
}
.busca button {
  padding: 5px;
  background: transparent;
  color: #2f5d8c;
  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;
}

.super-banner a {
  max-width: 100%;
}
.banner-retangulo {
  width: 336px;
  margin: 0 auto;
  margin-bottom: 10%;
}
.banner-retangulo img {
  width: 100%;
  height: auto;
}
.bl01 {
  width: 100%;
  margin-bottom: 5%;
}
.bl01 ul {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}

.bl01 a {
  color: #000;
  text-decoration: none;
}
.bl01 a:hover {
  color: #2f5d8c;
}
.bl01 a:hover img {
  opacity: 0.8;
}

.bl01 .noticia-detaque {
  margin-bottom: 5%;
  border-bottom: 1px solid #cacaca;
  padding-bottom: 5%;
  margin-top: 5%;
}

.bl01 .noticia-detaque a img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  margin-bottom: 2%;
}

.bl01 .retranca-manchete-principal {
  font-size: 2.3em;
  padding-left: 1%;
}

.bl01 .titulo-manchete-principal {
  width: 100%;
  font-size: 4.4em;
  text-align: left;
  margin-top: 0;
  margin-bottom: 1.3%;
}

.resumo {
  font-size: 1.6em;
  margin-bottom: 3%;
  color: black;
}

.retranca {
  font-size: 0.8em;
  color: red;
  display: block;
  border-left: 3px solid red;
  padding-left: 2%;
  margin-bottom: 2%;
}

hr {
  margin-bottom: 2%;
}

.bl01 .col01 {
  width: 70%;
  float: left;
  margin-right: 3%;
  vertical-align: top;
  padding-right: 4%;
  border-right: 1px solid #cacaca;
}
.bl01 .col01 li {
  width: 100%;
  margin-bottom: 25px;
  font-size: 1.4em;
  font-weight: bold;
  text-align: left;
}
.bl01 .col01 li img {
  display: block;
  margin-bottom: 8px;
  width: 100%;
  height: 200px;
  object-fit: cover;
  object-position: center;
}
.bl01 .col01 ul li a div {
  width: 100%;
}

.texto-lado a {
  display: flex;
  align-items: center;
  text-align: left;
  font-size: 1.7em;
}

.texto-lado a img {
  max-width: 52%;
  min-width: 52%;
  padding-right: 3%;
}

.texto-lado {
  border-top: 1px solid #cacaca;
  border-bottom: 1px solid #cacaca;
  padding-bottom: 32px;
  padding-top: 32px;
}

.noticia-coluna {
  display: flex;
}

.noticia-coluna hr {
  margin-right: 3%;
}

.bl01 .col02 {
  width: 33%;
  float: left;
  margin-right: 3%;
  vertical-align: top;
}
.bl01 .col02 ul {
  display: inline;
}
.bl01 .col02 li img {
  display: block;
  width: 100%;
  height: 170px;
  object-fit: cover;
  object-position: center;
}
.bl01 .col02 li {
  margin-bottom: 44px;
  position: relative;
  width: 100%;
  gap: 5%;
}
.bl01 .col02 li div {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.4);
  width: 95%;
  color: #fff !important;
  font-size: 2.6em !important;
  padding: 2.5%;
}
.bl01 .col02 li a:hover div {
  background-color: rgba(47, 93, 140, 0.8);
}
.bl01 .col03 {
  width: 22%;
  float: right;
  vertical-align: top;
  padding-top: 50px;
}

.lista01 {
  margin-top: 5%;
}

.lista01 h2,
.lista02 h2,
.lista03 h2 {
  font-size: 3em;
  text-align: left;
  border-left: 3px solid #2b2b2b;
  padding-left: 3%;
}

.destaque {
  display: block;
  height: 10px;
  width: 10px;
  background: white;
  border-radius: 50%;
  animation: holofote 1s;
  animation-iteration-count: infinite;
}

.holofote {
  display: flex;
  align-items: center;
  background: #af1b23;
  padding-right: 10%;
  padding-left: 4%;
  padding-bottom: 3%;
  padding-top: 2%;
  border-radius: 7px;
  margin-bottom: 5%;
}

.div-detaque {
  padding-right: 1%;
}

.lista01 h2,
.lista03 h2 {
  margin-top: 0;
  margin-bottom: 0;
  color: white;
  border: none;
  padding-left: 5%;
  font-size: 1.8em;
  text-transform: uppercase;
}

.lista02 h2 {
  margin-top: 16%;
}

.bl01 .col03 ul.lista01 li img,
.bl01 .col03 ul.lista03 li img {
  display: block;
  margin-bottom: 8px;
  width: 100%;
  height: 175px;
  object-fit: cover;
  object-position: center;
}
.bl01 .col03 ul.lista01 {
  margin-bottom: 50px;
  display: block;
}

.bl01 .col03 ul.lista01 li,
.bl01 .col03 ul.lista03 li {
  margin-bottom: 22px;
  border-bottom: 1px solid #cacaca;
  padding-bottom: 5%;
}

.bl01 .col03 ul.lista01 li:last-child {
  border-bottom: none;
  padding: 0;
}

.bl01 .col03 ul.lista01 li a,
.bl01 .col03 ul.lista03 li a {
  color: #003a72;
  font-size: 1.8em;
  font-weight: bold;
}
.bl01 .col03 ul.lista02 {
  margin-top: 50px;
  display: contents;
}
.bl01 .col03 ul.lista02 li {
  margin-bottom: 16px;
  border-bottom: 1px dotted #5e5d5d;
  padding-bottom: 7%;
}

.bl01 .col03 ul.lista02 li:last-child {
  margin-bottom: 20px;
}

.bl01 .col03 ul.lista02 li a {
  color: #003a72;
  font-size: 1.6em;
  font-weight: bold;
}
.bl01 .col03 ul.lista02 li img {
  width: 30%;
  height: 82px;
  object-fit: cover;
  object-position: center;
  margin-right: 22px;
  float: left;
}
.bl01 .col03 a:hover {
  color: #000;
}

.bl02 {
  width: 100%;
  margin-bottom: 5%;
}
.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: #2f5d8c;
}
.bl02 a:hover img {
  opacity: 0.8;
}
.bl02 ul {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
.bl02 .col01 {
  width: 100%;
  float: left;
  border: none;
}
.bl02 .col01 li {
  display: inline-block;
  width: 48%;
  vertical-align: top;
  margin-bottom: 50px;
  margin-right: 2%;
}
.bl02 .col01 li img {
  display: block;
  width: 100%;
  height: 200px;
  object-fit: cover;
  object-position: center;
}
.bl02 .col01 li a {
  font-size: 1.8em;
}
.bl02 .col01 li span {
  font-size: 0.6em;
  color: #acacac;
  font-weight: bold;
  /*border-left: 1px solid #acacac;*/
  display: block;
}
.bl02 .col02 {
  width: 38%;
  float: right;
}
.bl02 .col02 ul {
  margin-top: 50px;
}
.bl02 .col02 li {
  display: block;
  width: 93%;
  margin-bottom: 5%;
  height: 200px;
}
.bl02 .col02 li a {
  display: block;
  clear: both;
  font-size: 20px;
}
.bl02 .col02 li img {
  float: left;
  width: 55%;
  height: 200px;
  object-fit: cover;
  object-position: center;
  margin-right: 20px;
}

.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%;
  margin-top: 5%;
  padding-top: 5%;
  padding-bottom: 2%;
  color: #fff;
  background-color: #4b4b4b;
  font-size: 2.2em;
  text-align: center;
}
footer a {
  text-decoration: none;
  color: #fff;
}
footer a:hover {
  text-decoration: underline;
}
footer div {
  display: block;
  margin-bottom: 4%;
}
footer .fab {
  padding: 20px;
  font-size: 30px;
  width: 30px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 50%;
  color: #4b4b4b;
  background: #fff;
}
footer .fab:hover {
  text-decoration: none;
  opacity: 0.7;
}

.interna {
  font-size: 2em;
  line-height: 1.8em;
  color: #201f1f;
}
.interna h1 {
  font-size: 2.1em;
  line-height: 1.2em;
  color: #000;
}
.interna a {
  color: #201f1f;
  font-weight: bold;
  text-decoration: none;
}
.interna a:hover {
  text-decoration: underline;
}
.interna img {
  max-width: 100%;
  height: auto;
}
.post {
  margin-bottom: 10%;
}
.post .banner-retangulo {
  float: left;
  padding-right: 20px;
  padding-bottom: 15px;
}
.barra-social {
  float: right;
  margin: 0;
  padding: 0;
}
.data {
  font-size: 11px;
}

.veja-mais {
  margin: 0 auto;
  margin-top: 60px;
  width: 85%;
  border-top: 2px solid #969696;
}
.veja-mais h6 {
  font-size: 1.8em;
  text-align: center;
}
.veja-mais ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.veja-mais ul li {
  margin-bottom: 30px;
  background: #fff;
  display: inline-block;
  width: 30%;
  margin-right: 3%;
  vertical-align: top;
}
.veja-mais ul li a {
  color: #003a72;
  text-decoration: none;
  line-height: 1.16em;
  font-weight: bold;
}
.veja-mais ul li b {
  font-size: 0.8em;
  color: #003a72;
  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;
}

.btn-vejamais {
  width: 100%;
  background-color: #2f5d8c;
  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;
}

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

#cookie {
  display: none;
  position: fixed;
  bottom: 0;
  background: #2f5d8c;
  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: #2f5d8c;
  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: #2f5d8c !important;
  opacity: 1;
}

a.link-whatsapp {
  background: #2f5d8c;
  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;
}

.nao-pode-selecionar {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.bl01 .col01 li .noticia-coluna li {
  width: 48%;
  margin-right: 5%;
  font-size: 1.4em;
  line-height: 1.3em;
  font-weight: 700;
}

.bl01 .col01 li .noticia-coluna li:nth-child(1) {
  border-right: 1px solid #cacaca;
  padding-right: 31px;
}
li .bl01 .col01 li .noticia-coluna li {
  margin-bottom: 0;
}

.bl01 .col01 li .noticia-coluna li:nth-child(2) {
  margin: 0;
}

.superBannerTop {
  width: 100%;
}

.superBannerTop a {
  display: flex;
  justify-content: center;
  max-width: 100%;
}

.superBannerTop img {
  max-width: 100%;
}

.imgBannerTop {
  max-width: 100%;
}

.super-banner {
  width: 100%;
  margin-bottom: 80px;
  margin-top: 80px;
  text-align: center;
}

.super-banner img {
  max-width: 100%;
}

.bl01 .col01 .superBannerTop img {
  max-width: 100% !important;
}

.bl01 .col01 .noticiaDestaqueLado .linkNoticia1 {
  display: flex !important;
  gap: 3% !important;
}

.bl01
  .col01
  .noticiaDestaqueLado
  .linkNoticia1
  .textoNoticia1
  span:first-child {
  font-size: 30px;
}

.noticiaDestaqueLado {
  margin-bottom: 5%;
  border-bottom: 1px solid #cacaca;
  padding-bottom: 5%;
}

.bl01 .col01 .noticiaDestaqueLado .linkNoticia1 .textoNoticia1 h2 {
  font-size: 23px;
}

.colPrincipal {
  display: flex;
  width: 100%;
  border-bottom: 1px solid #cacaca;
  margin-bottom: 4%;
  padding-bottom: 5%;
}

.colPrincipal .principalcol01 {
  width: 50%;
}

.colPrincipal .principalcol02 {
  width: 46%;
  border-left: 1px solid #cacaca;
  margin-left: 3%;
  padding-left: 1%;
}

.colPrincipal .retranca-manchete-principal {
  display: block;
  margin-bottom: 4%;
}

.colPrincipal .principalcol01 .textoColPrincipal .retranca-manchete-principal {
  font-size: 16px;
  padding-left: 0%;
  /*color: #847b7a;*/
}

.colPrincipal .principalcol0t .principalTexto2 .retranca-manchete-principal {
  font-size: 15px;
}

.colPrincipal .principalTexto2 {
  padding-right: 1%;
}

.colPrincipal .textoColPrincipal {
  height: 120px;
  padding-bottom: 10px;
  overflow: hidden;
}

.principalcol01 .imgColuna {
  height: 200px;
}

.principalcol01 .imgColuna img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.colPrincipal .principalcol02 li a {
  display: flex;
  height: 100%;
}

.colPrincipal .principalcol02 li {
  overflow: hidden;
  margin-bottom: 23px;
  height: 150px;
  width: 100%;
}

.colPrincipal .principalcol02 li:last-child {
  margin-bottom: 0;
}

.colPrincipal
  .principalcol02
  li
  a
  .principalTexto2
  .retranca-manchete-principal {
  font-size: 13px;
  color: red;
  padding-left: 1%;
}

.colPrincipal .principalcol02 li a .principalTexto2 .resumo {
  font-size: 20px;
  border: none;
  color: black;
}

.colPrincipal .principalcol02 li a .principalImg2 {
  height: 100%;
}

.colPrincipal .principalcol02 li a .principalImg2 img {
  height: 100% !important;
  object-fit: cover;
}

.bl01 .tipoNoti .retranca-manchete-principall {
  font-size: 35px;
  margin-bottom: 5%;
}

.bl01 .col01 .noticiaDestaqueLado .linkNoticia1 .imgNoticia1 {
  width: 1155px;
}

.bl01 .col01 .noticiaDestaqueLado .linkNoticia1 .imgNoticia1 img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.bl02 .col01 ul .titleBloco {
  border: none;
  padding-left: 0;
  color: #120202;
}

.colPrincipal .principalcol01 .textoColPrincipal .tamanhoFontePrincipal {
  font-size: 22px !important;
}

.bl01 .col01 .mobileNone .imagem {
  width: 100%;
  height: max-content;
  margin-bottom: 2%;
}

@media screen and (max-width: 768px) {
    .bl01 .col01 .mobileNone .imagem {
	margin-bottom: 5%;
    }
}
.bl01 .col01 .mobileNone .tituloUltimas {
  font-size: 27px;
  border: none;
  padding-left: 0;
  color: #120202;
}

.textoFull {
  font-size: 28px;
  display: block;
}
.textoFull span {
  margin-bottom: 5px;
}

.bl01 .col01 .mobileNone .mg {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2%;
  width: 100%;
}

.bl01 .col01 .mobileNone .mg li {
  height: auto;
}

#bannerdhtml {background-repeat: no-repeat; position:fixed; left: 50%; top: 260px; width: 800px; height: 400px; z-index: 1; margin-left:-450px;}
#bannerdhtml img {width: 100%; height: auto;}
a.banner {width: 800px; height: 400px; display: block; text-decoration: none; float:left; margin-right:10px}
a.botao_fechar {position:absolute; width: 40px; height: 40px; top: 0px; left: 820px; float:right; position: absolute; display: block;text-decoration: none;}


@keyframes holofote {
  from {
    background-color: red;
  }
  to {
    background-color: white;
  }
}

@media screen and (max-width: 780px) {
  html,
  body {
    overflow-x: hidden;
  }
  header {
    padding-bottom: 2%;
  }
  .container {
    width: 95%;
    margin: 0 auto;
    max-width: 100%;
  }
  .menu-destaque {
    display: none;
  }
  .super-banner {
    width: 100%;
    margin-bottom: 30px;
    margin-top: 30px;
  }
  .super-banner img {
    width: 100%;
    height: auto;
  }

  .bl01 .noticia-detaque {
    padding-bottom: 10%;
  }

  .bl01 .titulo-manchete-principal {
    font-size: 3em;
  }

  .resumo {
    font-size: 1.8em;
  }

  .bl01 .col01 {
    width: 100%;
    margin-right: 0;
    float: none;
  }
  .bl01 .col01 li {
    margin-bottom: 25px;
    font-size: 1.4em;
    font-weight: bold;
  }
  .bl01 .col02 {
    width: 100%;
    float: none;
    vertical-align: top;
    border-top: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
    padding-top: 25px;
    margin-bottom: 25px;
  }
  .bl01 .col02 li {
    margin-bottom: 44px;
    position: relative;
  }
  .bl01 .col03 {
    width: 100%;
    float: none;
    vertical-align: top;
  }
  .bl01 .col03 ul.lista01 li img,
  .bl01 .col03 ul.lista03 li img {
    display: block;
    margin-bottom: 8px;
    width: 100%;
    height: 175px;
    object-fit: cover;
    object-position: center;
  }

  .noticia-coluna {
    display: block;
  }

  .bl01 .col01 li .noticia-coluna li {
    width: 100%;
  }

  .bl02 .col01 {
    width: 100%;
    float: none;
  }
  .bl02 .col01 li {
    display: inline-block;
    width: 48%;
    vertical-align: top;
    margin-bottom: 25px;
    margin-right: 2%;
  }
  .bl02 .col02 {
    width: 100%;
    float: none;
  }
  .bl02 .col02 ul {
    margin-top: 50px;
  }
  .bl02 .col02 li {
    display: block;
    width: 100%;
    margin-bottom: 22px;
    min-height: 84px;
  }

  .bl03 li {
    display: block;
    width: 100%;
    margin-right: 0;
    vertical-align: top;
    margin-bottom: 40px;
  }

  .texto-lado a {
    display: inline;
    font-size: 1.5em;
  }

  .texto-lado a img {
    max-width: 100%;
    min-width: 100%;
  }
  footer {
    padding-bottom: 20%;
  }

  .interna {
    font-size: 1.8em;
    line-height: 1.6em;
    margin-bottom: 20%;
  }
  .interna img {
    max-width: 100%;
    height: auto;
    width: auto;
  }
  .veja-mais {
    width: 100%;
  }
  .veja-mais ul li {
    margin-bottom: 20px;
    background: #fff;
    display: inline-block;
    width: 46%;
    margin-right: 3%;
    vertical-align: top;
  }
  .veja-mais ul li img {
    width: 100%;
    height: 120px;
    margin-bottom: 8px;
  }
  .post .banner-retangulo {
    float: none;
    padding-right: 0;
    padding-bottom: 20px;
    display: block;
    width: 100%;
    text-align: center;
  }

  a.link-whatsapp {
    width: 92%;
    padding: 4%;
    margin-bottom: 4%;
  }

  .bl01 .col01 li .noticia-coluna li {
    border-bottom: 1px solid #cacaca;
    padding-bottom: 7%;
  }

  .texto-lado {
    padding-top: 0;
    border-top: 0;
  }

  .blHidden,
  .bannerHiden,
  .ulHidden {
    display: none;
  }
  .bl01 .col01 ul li:nth-child(n + 4) {
    display: none;
  }

  .bl01 .col01 .noticiaDestaqueLado .linkNoticia1 {
    flex-direction: column;
  }

  .bl01 .col01 .noticiaDestaqueLado .linkNoticia1 .imgNoticia1 {
    width: 100%;
  }

  .bl01 .col01 .noticiaDestaqueLado .linkNoticia1 .imgNoticia1 img {
    width: 100%;
  }

  .colPrincipal {
    flex-direction: column;
  }

  .colPrincipal .principalcol01 {
    width: 100%;
  }

  .colPrincipal .principalcol02 {
    width: 100%;
    border-left: none !important;
    margin-left: none !important;
    padding: none !important;
  }

  .principalcol01 .imgColuna {
    margin-bottom: 5%;
  }

  .bl01 .col01 .mobileNone .mg {
    display: block;
  }

  .bl01 .col01 .mobileNone .mg li {
    height: max-content;
    /* max-content: 300px; */
    overflow: hidden;
  }

  #bannerdhtml {top: 260px; width: 92%; z-index: 1; margin-left:-46%;}
}

/* BOX DARK --------------------------------------------------------------- */

.box-dark {
  background-color: #1f1f1f;
  padding: .5rem 1.5rem 0 1.5rem;
  border-radius: 5px;
  border: transparent;
  box-shadow: 0px 4px 10px 5px #00000070;
  margin-bottom: 80px;
  font-family: Calibri, 'Merriweather', serif;
}

.box-dark > .retranca-manchete-principal,
.box-dark .textoFull,
.box-dark a {
  color:  white;
  font-weight: 700;
  font-size: 1.4em;
}

.box-dark .textoFull {
  font-size: 28px;
}

.box-dark a:hover {
  color: lightblue;
}

.box-dark .retranca {
  color: #ffce00;
  border-left: 3px solid #ffce00;
  font-size: 1em !important;
}

.box-dark .imagem a {
  height: 100%;
}

.box-dark .imagem img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  margin-bottom: 5px;
}

@media screen and (max-width: 480px) {
    .box-dark {
    padding: .5rem 1.5rem 1.5rem 1.5rem;
  }
}