/* 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: 150px;
  }

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

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

/* Proteções globais para telas estreitas e conteúdo dinâmico */
html,
body {
  max-width: 100%;
  overflow-x: clip;
}

img,
video,
iframe,
svg {
  max-width: 100%;
}

img,
video {
  height: auto;
}

input,
select,
textarea,
button {
  max-width: 100%;
}

.container,
.row > *,
main,
section,
article,
aside,
nav {
  min-width: 0;
}

a,
p,
li,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: anywhere;
}

@media (max-width: 320px) {
  .container {
    padding-right: 10px;
    padding-left: 10px;
  }

  .row {
    margin-right: -10px;
    margin-left: -10px;
  }

  .row > [class*="col-"] {
    padding-right: 10px;
    padding-left: 10px;
  }

  .whatsapp-fixed {
    right: 8px;
    bottom: 68px;
  }

  .whatsapp-fixed__button {
    width: 46px;
    height: 46px;
    font-size: 22px;
  }

  .barra-footer {
    min-height: 58px;
  }

  .barra-footer a {
    flex: 1 1 50%;
    min-width: 0;
    padding: 8px 3px;
    gap: 4px;
    font-size: 11px;
    line-height: 1.25;
    text-align: center;
    overflow-wrap: normal;
  }

  .barra-footer a span {
    min-width: 0;
  }

  .site-header__grid {
    gap: 8px;
  }

  .sub-header .container {
    padding-right: 8px;
    padding-left: 8px;
  }

  .sub-header .d-flex {
    gap: 5px;
  }

  .sub-header p {
    font-size: 8px;
    letter-spacing: 0.25px;
  }

  .sub-header a {
    gap: 2px;
    font-size: 10px;
    letter-spacing: 0.25px;
  }

  .site-header__brand,
  .site-header__brand img {
    max-width: 132px;
  }

  .site-header__menu-button {
    width: 42px;
    height: 42px;
  }

  .menu-lateral-conteudo {
    width: 100vw;
    max-width: 100%;
  }

  .menu-lateral__head {
    gap: 10px;
    padding: 14px 12px 12px;
  }

  .menu-lateral__brand > span {
    display: none;
  }

  .menu-lateral__logo,
  .menu-lateral__logo img {
    max-width: 126px;
  }

  .menu-lateral__close {
    width: 40px;
    height: 40px;
  }

  .menu-lateral__body {
    padding: 14px 10px;
  }

  .menu-lateral .site-nav__link {
    min-height: 48px;
    padding-left: 12px;
    font-size: 14px;
  }

  .menu-lateral__cta {
    gap: 8px;
    padding: 10px;
  }

  .menu-lateral__cta-icon {
    flex-basis: 38px;
    width: 38px;
    height: 38px;
  }

  .menu-lateral__cta-copy strong {
    font-size: 12px;
  }

  .menu-lateral__cta-copy small {
    font-size: 9px;
  }

  .evl-home-banner__actions,
  .evl-home-banner__actions a,
  .servico-detalhe__actions,
  .servico-detalhe__actions a {
    width: 100%;
  }

  .footer__badge {
    width: 100%;
  }
}
