/*
Theme Name: Moverz child
Template:   moverz
Theme URI: https://moverz.themeht.com/
Author: Themeht
Author URI: http://www.themeht.com
Description: Moverz - Child Theme
Version: 1.9.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: moverz
Tags: one-column, two-columns, right-sidebar, custom-logo, custom-menu, threaded-comments, translation-ready, left-sidebar, custom-background, custom-colors, custom-header, featured-images, sticky-post
*/




.image-title-box
{
	
	color:white;
	font-weight:bold;
	font-family: matrix3d;
	
}

/* Ícone WhatsApp dentro do botão principal */
a.themeht-btn.primary-btn .fa-whatsapp {
  font-size: 28px !important;   /* aumenta tamanho */
  color: #25D366 !important;    /* verde oficial do WhatsApp */
  margin-left: 10px !important; /* espaço entre texto e ícone */
  vertical-align: middle;
}

a.themeht-btn.primary-btn:hover .fa-whatsapp {
  color: #fff !important;  /* fica branco no hover */
}





/* ==========================
   Customizações Scalaweb
   ========================== */

/* Ícone WhatsApp no botão */
a.themeht-btn.primary-btn .fa-whatsapp {
  font-size: 28px !important;
  color: #25D366 !important;
  margin-left: 10px !important;
}

/* Hover */
a.themeht-btn.primary-btn:hover .fa-whatsapp {
  color: #fff !important;
}


/* ===== Ajuste do banner para altura máxima ===== */
@media (min-width: 1025px){
  .banner-content {
    max-height: 1046px !important;
    height: 1046px !important;
    overflow: hidden !important;
    position: relative; /* garante o posicionamento do conteúdo interno */
  }

  /* Se o swiper precisa respeitar a mesma altura */
  .swiper, 
  .swiper-wrapper, 
  .swiper-slide {
    max-height: 1046px !important;
    height: 1046px !important;
  }

  /* imagem ou background dentro do banner */
  .banner-content img,
  .banner-content > div {
    height: 100% !important;
    object-fit: cover;
  }

  /* Dots (paginação) sempre visíveis dentro da área */
  .swiper-pagination {
    position: absolute;
    bottom: 20px !important; /* ajuste se ficar colado demais */
    left: 0;
    right: 0;
    text-align: center;
    z-index: 10;
    opacity: 1 !important;
    visibility: visible !important;
  }
}

/* Ajuste para telas menores */
@media (max-width: 1024px){
  .banner-content,
  .swiper, 
  .swiper-wrapper, 
  .swiper-slide {
    height: 70vh !important;   /* ou defina, ex.: 520px */
    max-height: 70vh !important;
  }
  .swiper-pagination{ bottom: 15px !important; }
}

.search-icon
{
	display:none;
	visibility:hidden;
}



/* ===== MOBILE – texto menor e mais alto (até 640px) ===== */
@media (max-width: 640px){

  /* Sobe mais o bloco de texto dentro do banner */
  .banner-text{
    position: absolute !important;
    left: 14px !important;
    right: 14px !important;
    bottom: 110px !important;   /* ↑ se quiser ainda mais alto, aumente para 120–130px */
    margin: 0 !important;
    padding: 0 !important;
  }

  /* Título principal (bem menor) */
  .banner-text h1,
  .banner-text .title-xxl,
  .banner-text .title-xl,
  .banner-text h1 span{
    font-size: clamp(18px, 5.4vw, 24px) !important;
    line-height: 1.12 !important;
    letter-spacing: -0.3px !important;
    margin: 0 0 6px !important;
    hyphens: auto;                /* quebra palavras grandes (“ANTECEDÊNCIA” etc.) */
    overflow-wrap: anywhere;
    word-break: normal;
  }

  /* Subtítulo/linha de apoio */
  .banner-text h2,
  .banner-text .title-lg{
    font-size: clamp(15px, 4.5vw, 20px) !important;
    line-height: 1.18 !important;
    margin: 0 0 6px !important;
  }

  /* Parágrafo pequeno */
  .banner-text p,
  .banner-text .title-text,
  .banner-text span{
    font-size: clamp(12px, 3.6vw, 15px) !important;
    line-height: 1.30 !important;
    margin: 0 !important;
    hyphens: auto;
    overflow-wrap: anywhere;
  }

  /* Garante espaço pros dots */
  .swiper-pagination{
    bottom: 16px !important;
    z-index: 20;
  }
}




.link-cidade {
  color: #000;
  font-weight: bold;
  text-decoration: none;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  transition: color 0.3s ease, text-shadow 0.3s ease;
  font-size: 16px;
  display: block;
  padding: 8px;
}

.link-cidade:hover {
  color: #007BFF;
  text-shadow: 2px 2px 4px rgba(0, 123, 255, 0.4);
  background-color: #f0f8ff;
}

.lista-cidades {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 16px;
  padding: 20px;
  width: 100%;
  max-width: 1400px; /* ou 100% para esticar geral */
  margin: 0 auto; /* centraliza */
  box-sizing: border-box;
  justify-content: center;
}

.item-cidade {
  border: 2px solid #ccc;
  padding: 10px;
  background: #fff;
  text-align: left;
  transition: border 0.3s ease;
}

.item-cidade:hover {
  border-color: #007BFF;
}



/* ====== PÁGINA: TODAS AS CIDADES — ATUALIZADO ====== */
.todas-cidades-wrap{
  max-width: 1200px;
  margin: 0 auto;
  padding: 8px 14px 40px;
}

/* Card por estado */
.estado-bloco{
  background: #fff;
  border: 1px solid #e9eef5;
  border-radius: 14px;
  box-shadow: 0 6px 14px rgba(20,28,50,.06);
  padding: 18px 22px;
  margin: 22px 0;
  position: relative;
  overflow: hidden;
}

/* Título do estado */
.estado-bloco h2{
  font-size: clamp(18px,2.2vw,22px);
  line-height: 1.25;
  margin: 0 0 12px;
  font-weight: 700;
  color: #0f1e3a;
  display: flex; align-items: center; gap: 10px;
}
.estado-bloco h2::before{
  content: "";
  width: 6px; height: 18px;
  border-radius: 3px;
  background: #ff3b30;
}

/* Lista — 6 colunas desktop, 3 no tablet/mobile */
.lista-cidades{
  list-style: none;
  padding: 0;
  margin: 10px 0 0;
  columns: 6;                /* 6 colunas no desktop */
  column-gap: 24px;
  column-fill: balance;
  text-align: left;
}

/* Quebras por largura */
@media (max-width: 1200px){ .lista-cidades{ columns: 4; } } /* 4 col */
@media (max-width: 992px) { .lista-cidades{ columns: 3; } } /* 3 col */
@media (max-width: 640px) { .lista-cidades{ columns: 3; } } /* 3 col no mobile */
@media (max-width: 420px) { .lista-cidades{ columns: 2; } } /* opcional se a tela for muito estreita */

.lista-cidades li{
  break-inside: avoid;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  margin: 2px 0;
  padding: 3px 0;
}

/* Links — impedir quebra “letra por letra” */
.lista-cidades a{
  display: inline-block;
  max-width: 100%;
  white-space: normal;            /* texto normal */
  overflow-wrap: break-word;      /* só quebra quando necessário */
  word-break: normal;             /* NUNCA “anywhere” */
  hyphens: auto;                  /* hifeniza palavras longas quando possível */
  line-height: 1.25;
  color: #203356;
  text-decoration: none;
  padding: 2px 6px;
  border-radius: 8px;
  transition: background .15s ease, color .15s ease;
}
.lista-cidades a:hover{
  background: #f0f5ff;
  color: #0a51c3;
}

/* sem pontinho separador */
.lista-cidades li::after{ content: ""; }











/* em vez de columns: N; */
.lista-cidades{
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 8px 16px;
  padding: 0; margin: 10px 0 0; list-style: none;
}
@media (max-width:1200px){ .lista-cidades{ grid-template-columns: repeat(4,1fr); } }
@media (max-width:992px) { .lista-cidades{ grid-template-columns: repeat(3,1fr); } }
@media (max-width:640px) { .lista-cidades{ grid-template-columns: repeat(3,1fr); } }
@media (max-width:420px) { .lista-cidades{ grid-template-columns: repeat(2,1fr); } }
.lista-cidades li{ margin:0; padding:0; }

    .logo img {
        max-height: 200px;
        max-width: 200px;

    }

.img-fluid
{
      max-height: 200px;
        max-width: 200px;
}



@media (max-width: 740px) {
    .logo img {
        max-height: 150px;
        max-width: 150px;

    }

.img-fluid
{
      max-height: 150px;
        max-width: 150px;
}


}






















