/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 04 2026 | 20:32:38 */
.ms-unidades {
  padding: 48px 30px;
  text-align: center;
  font-family: 'Inter', sans-serif;
}

.ms-unidades h2 {
  color: #fff !important;
  font-size: 28px;
  margin-bottom: 8px;
}

.ms-horario {
  font-weight: 600;
  margin-bottom: 0px;
}

.ms-marcas {
  max-width: 900px;
  margin: 0 auto 34px auto;
  background: #ffffff;
  border-radius: 14px;
  padding: 16px 18px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
}

.ms-marcas-title {
  margin: 0 0 6px 0;
  font-weight: 700;
  color: #1a1a1a;
}

.ms-marcas-items {
  margin: 0;
  color: #2bb3c0;
  font-weight: 700;
}

.ms-dot {
  color: #1a1a1a;
  margin: 0 8px;
  font-weight: 900;
}

.ms-cidades {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
  max-width: 900px;
  margin: 0 auto;
}

.ms-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
  text-align: left;
}

.ms-card h4 {
  display: flex;
  align-items: center;
  font-size: 18px;
  margin: 0 0 18px 0;
  color: #2bb3c0;
}

.ms-icone {
  margin-right: 8px;
  font-size: 20px;
}

.ms-linha {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin-bottom: 14px;
}

.ms-miniicone {
  font-size: 18px;
  line-height: 1;
  margin-top: 2px;
}

.ms-label {
  margin: 0;
  font-size: 12px;
  color: #666;
  font-weight: 700;
  letter-spacing: 0.2px;
}

.ms-info {
  margin: 2px 0 0 0;
  font-size: 14px;
  color: #222;
  font-weight: 600;
}

/* Linha telefone/email com ações */
.ms-contato-row {
  display: flex;
  align-items: center;
  gap: 3em;
  margin-top: 2px;
  flex-wrap: wrap;
}

/* Link clicável (tel/mailto) com cara de texto */
.ms-link-contato {
  font-size: 14px;
  color: #222 !important;
  font-weight: 700;
  text-decoration: none !important;
  line-height: 1.2;
  
/* margin-right: 3em;*/
}

.ms-link-contato:hover {
  text-decoration: underline !important;
}

/* Botão WhatsApp compacto ao lado do telefone */
.ms-wa-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #25D366;
  color: #fff !important;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none !important;
  transition: transform .12s ease, filter .12s ease;
  -webkit-tap-highlight-color: transparent;
}

.ms-wa-btn:hover {
  filter: brightness(.96);
  transform: translateY(-1px);
}

.ms-wa-btn:active {
  filter: brightness(.92);
  transform: translateY(0);
}

.ms-wa-btn:focus-visible {
  box-shadow: 0 0 0 4px rgba(37, 211, 102, 0.25) !important;
  outline: none !important;
}

.ms-wa-icon {
  width: 16px;
  height: 16px;
  display: inline-block;
  object-fit: contain;
}

.ms-botoes {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 18px;
}

.ms-btn {
  flex: 1;
  background: #2bb3c0;
  color: #fff;
  padding: 10px 14px;
  border-radius: 24px;
  text-decoration: none;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
}

.ms-btn.outline {
  background: transparent;
  color: #2bb3c0;
  border: 2px solid #2bb3c0;
}

.ms-btn-icon-img {
  width: 18px;
  height: 18px;
  display: inline-block;
  flex: 0 0 18px;
  object-fit: contain;
}

.ms-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #fff !important;
}

.ms-btn.outline {
  color: #2bb3c0 !important;
}

.ms-unidades a,
.ms-unidades a:hover,
.ms-unidades a:focus,
.ms-unidades a:active,
.ms-unidades a:visited {
  text-decoration: none !important;
  box-shadow: none !important;
}

.ms-btn {
  transition: transform .12s ease, filter .12s ease, background-color .12s ease, border-color .12s ease, color .12s ease;
  -webkit-tap-highlight-color: transparent;
}

.ms-btn:hover {
  filter: brightness(.96);
  transform: translateY(-1px);
}

.ms-btn:active {
  filter: brightness(.92);
  transform: translateY(0);
}

.ms-btn.outline:hover {
  background: rgba(43, 179, 192, 0.08);
}

.ms-btn:focus-visible {
  box-shadow: 0 0 0 4px rgba(43, 179, 192, 0.28) !important;
  outline: none !important;
}
