/* Barra Footer
** ----------------------------------------------- */
.barra-footer {
  display: none;
}

.barra-footer a {
  color: #333;
}

/* Media Query - (lg, md, sm, xl)
** ----------------------------------------------- */

/* XL - Dispostivos Extra Grande (>= 1200px) */
@media (max-width: 1199.98px) {
}

/* MD - Dispostivos Médios (768px ~ 991px) */
@media (max-width: 991.98px) {
  .texto-direitos-autorais {
    margin-bottom: 20px;
  }

  .sidebar {
    display: inline;
  }

  .informacoes-box {
    width: 33.3333%;
  }

  .informacoes-box {
    width: 33.3333%;
  }

  .img-right {
    float: none;
  }

  .imagens-seo img {
    padding: 0;
    margin: 0;
    margin-bottom: 12px;
  }

  .formulario-seo h1 {
    margin-bottom: 40px;
  }

  .formulario-seo h1 {
    font-size: 30px;
  }

  .breadcrump-seo {
    text-align: center;
  }

  .imagens-seo {
    text-align: center;
    margin-bottom: 16px;
  }

  .faixa-informacoes h2 {
    text-align: center;
    font-size: 26px;
    margin-bottom: 32px;
  }

  .faixa-informacoes .btn-whatsapp {
    text-align: center;
  }

  .box-mais-visitado {
    width: 100%;
  }

  .box-mais-visitado img {
    height: auto;
  }

  nav.regioes a {
    width: 32.56%;
  }

  .texto-seo h2,
  .texto-seo h3 {
    font-size: 22px;
  }

  .creditos {
    padding: 15px 0 30px 0;
  }
}

/* SM - Dispostivos Muito Pequeno  ( <= 767px) */

@media (max-width: 767.98px) {
  .texto-seo h2,
  .texto-seo h3 {
    font-size: 18px;
  }

  nav.regioes a {
    width: 49.2%;
  }

  .formulario-seo h1 {
    font-size: 26px;
    text-align: center;
  }

  .formulario-seo h1::before {
    display: none;
  }

  .informacoes-box {
    width: 50%;
  }

  .breadcrumb {
    padding: 0;
    text-align: center;
  }

  .regioes h3 {
    text-align: center;
    font-size: 20px;
  }

  div#breadcrumb {
    text-align: center;
  }
}

@media (max-width: 640px) {
  .informacoes-box {
    width: 50%;
  }

  .barra-footer {
    /* padding: 15px; */
    position: fixed;
    font-size: 22px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0 -2px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: space-around;
  }

  .whatsapp-fixed {
    bottom: 100px;
  }
}

@media (max-width: 528.98px) {
  nav.regioes a {
    width: 100%;
  }
}

@media (max-width: 520px) {
  .topo .logo {
    width: 120px;
  }

  .img-destaque-thumb div {
    width: 50%;
  }

  .informacoes-box {
    width: 100%;
  }
}
