/* MMC Corretora — pass-1 Astra/SiteOrigin approximation */
:root {
  --mmc-purple: #2f3293;
  --mmc-purple-dark: #2f3292;
  --mmc-cyan: #00aeef;
  --mmc-cyan-2: #01aef0;
  --mmc-text: #3a3a3a;
  --mmc-muted: #4b4f58;
  --mmc-bg: #ffffff;
  --mmc-footer: #2f3292;
  --mmc-footer-2: #2f3292;
  --mmc-gray: #f5f5f5;
  --mmc-border: #dddddd;
  --header-h: 115px;
  --font: "Noto Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
*, *::before, *::after { box-sizing: border-box; }
html { font-size: 93.75%; scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font);
  color: var(--mmc-text);
  background: var(--mmc-bg);
  line-height: 1.6;
  font-size: 15px;
}
img { max-width: 100%; height: auto; vertical-align: middle; }
a { color: var(--mmc-purple); text-decoration: none; }
a:hover { color: var(--mmc-cyan); }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); border: 0;
}
.container {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}
.hp-field {
  position: absolute;
  left: -9999px;
  height: 0;
  overflow: hidden;
}

/* Header — live: 1 linha logo | nav (desktop) */
.site-header {
  background: #fff;
  border-bottom: 1px solid #eee;
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 1px 4px rgba(0,0,0,.06);
  font-weight: 600;
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: var(--header-h);
  padding: 6px 0;
  flex-wrap: nowrap;
}
.logo { flex: 0 0 auto; }
.logo img {
  max-width: 185px;
  width: 185px;
  height: auto;
  max-height: 115px;
  display: block;
}
.nav-toggle {
  display: none;
  background: var(--mmc-purple);
  color: #fff;
  border: 0;
  padding: 10px 14px;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 700;
  margin-left: auto;
}
.main-nav {
  flex: 1 1 auto;
  display: flex;
  justify-content: flex-end;
}
.main-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 2px;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
}
.main-nav a {
  display: block;
  padding: 10px 11px;
  color: #2f3292;
  font-weight: 600;
  font-size: 16px;
  border-radius: 0;
  white-space: nowrap;
  border-bottom: 2px solid transparent;
}
.main-nav a:hover {
  color: #2f3292;
}
.main-nav a.active {
  color: #2f3292;
}

.header-mobile-extras { display: none; }
.btn-header-cta {
  display: inline-block;
  background: #2f3292;
  color: #fff !important;
  border-radius: 100px;
  padding: 10px 22px;
  font-weight: 600;
  font-size: 15px;
}
.btn-header-cta:hover { color: #fff !important; background: #221e20; }
@media (max-width: 960px) {
  .header-inner { flex-wrap: wrap; }
  .nav-toggle { display: inline-block; }
  .main-nav {
    display: none;
    width: 100%;
    order: 10;
    padding-bottom: 12px;
    justify-content: stretch;
  }
  .main-nav.open { display: block; }
  .main-nav ul { flex-direction: column; align-items: stretch; flex-wrap: wrap; }
  .main-nav a { white-space: normal; }
  .header-mobile-extras {
    display: block;
    text-align: center;
    padding: 0 16px 16px;
    color: #2f3292;
    font-size: 16px;
  }
  .header-mobile-extras a { color: #2f3292; }
  .header-mobile-extras i { margin: 0 6px 0 10px; }
  .btn-header-cta { margin-top: 8px; }
}

/* Hero slider — live SOW: bg #004870 + logo central */
.hero {
  position: relative;
  background: #004870;
  color: #fff;
  overflow: hidden;
}
.hero-slides { position: relative; min-height: 440px; }
.hero-slide {
  display: none;
  min-height: 440px;
  background-size: cover;
  background-position: center;
  background-color: #004870;
  position: relative;
}
.hero-slide.active { display: flex; align-items: center; justify-content: center; }
.hero-split {
  display: flex;
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  align-items: flex-start;
  padding: 48px 20px;
  gap: 16px;
}
.hero-split-empty { flex: 1 1 54%; min-width: 0; }
.hero-content {
  position: relative;
  z-index: 1;
  flex: 1 1 46%;
  max-width: 560px;
  text-align: center;
  min-width: 0;
}
.hero-logo { margin: 0 0 12px; }
.hero-logo img { max-width: 273px; height: auto; margin: 0 auto; display: block; }
.hero-logo-up { margin-top: -80px; }
@media (max-width: 780px) {
  .hero-split { flex-direction: column; padding: 28px 16px; }
  .hero-split-empty { display: none; }
  .hero-content { max-width: 100%; flex-basis: 100%; }
  .hero-logo-up { margin-top: 0; }
}
.banner_principal h1 {
  margin: 0 0 10px;
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  line-height: 1em;
  color: #fff;
  text-shadow: 0 2px 8px rgba(0,0,0,.35);
}
.banner_principal h2 {
  margin: 0;
  font-size: 25px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  text-shadow: 0 2px 6px rgba(0,0,0,.3);
}
@media (max-width: 450px) {
  .banner_principal h1 { font-size: 28px; }
  .banner_principal h2 { font-size: 20px; }
  .hero-slides, .hero-slide { min-height: 360px; }
}
.hero-dots {
  position: absolute; bottom: 16px; left: 0; right: 0;
  display: flex; justify-content: center; gap: 8px; z-index: 2;
}
.hero-dots button {
  width: 12px; height: 12px; border-radius: 50%;
  border: 0; background: rgba(255,255,255,.5); cursor: pointer;
}
.hero-dots button.active { background: var(--mmc-cyan); }

/* Quick CTA bar — live destaque row #231e22 + ícones cyan */
.quick-bar {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: #231e22;
  color: #fff;
  padding: 15px 0 0;
  gap: 0;
}
.quick-bar .destaque {
  margin: 0;
  text-align: center;
  color: #fff;
  font-size: 23px;
  font-weight: 700;
  padding: 12px 8px 18px;
}
.quick-bar .destaque a {
  color: #fff !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.quick-bar .destaque a:hover { color: #00aeef !important; }
.quick-bar .destaque i {
  font-size: 25px;
  vertical-align: middle;
  color: #00aeef;
}
@media (max-width: 700px) {
  .quick-bar { grid-template-columns: 1fr; }
  .quick-bar .destaque { font-size: 18px; border-bottom: 1px solid rgba(255,255,255,.12); }
}

/* Sections */
.section { padding: 48px 0; }
.section-alt { background: var(--mmc-gray); }
.section h2, .section h3 { color: var(--mmc-purple); }
.welcome-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  align-items: center;
}
.welcome-grid h3 {
  margin: 0 0 1px;
  font-weight: 700;
  color: #2f3293;
}
.welcome-grid h2 {
  margin: 0 0 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #2f3293;
}
.welcome-logo img { max-width: 450px; width: 100%; height: auto; }
@media (max-width: 800px) { .welcome-grid { grid-template-columns: 1fr; } }
.btn {
  display: inline-block;
  background: var(--mmc-purple);
  color: #fff !important;
  padding: 12px 22px;
  border-radius: 1.5em;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
}
.btn:hover { background: var(--mmc-cyan); }
.btn-outline {
  background: transparent;
  border: 2px solid var(--mmc-purple);
  color: var(--mmc-purple) !important;
}
.btn-outline:hover { background: var(--mmc-purple); color: #fff !important; }
.btn-cyan { background: var(--mmc-cyan); }

.cards-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
@media (max-width: 700px) { .cards-2 { grid-template-columns: 1fr; } }
.card {
  background: #fff;
  border: 1px solid var(--mmc-border);
  border-radius: 6px;
  padding: 28px;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0,0,0,.04);
}
.card h3 { margin-top: 0; }
.colunas-wrap { background: #efefef; }
.coluna {
  min-height: 250px;
  border-radius: 36px;
  padding: 20px;
  text-align: center;
  transition: all 0.3s ease 0s;
}
.coluna:hover { transform: scale(1.1); }
.coluna i {
  display: block;
  color: #fff !important;
  font-size: 50px;
  margin: 12px 0;
}
.coluna h3 {
  color: #fff !important;
  font-weight: 700;
  font-size: 28px;
  text-align: center;
}
.coluna-cyan { background: #00aeef; }
.coluna-dark { background: #221e20; }
.coluna .btn { background: #fff; color: #2f3293 !important; }
.coluna .btn:hover { background: #2f3293; color: #fff !important; }
.frase-quem-somos {
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  color: #2f3293;
  font-size: 25px;
  margin: 0;
}
.titulo-duas-colunas { background: #efefef; }
.titulo-duas-colunas h3 {
  color: #2f3293;
  text-align: center;
  margin: 0;
}

.banner-cta {
  background: url('/images/2021/09/banner_central.jpg') center/cover no-repeat;
  color: #fff;
  text-align: center;
  padding: 70px 20px;
  position: relative;
}
.banner-cta::before {
  content: ""; position: absolute; inset: 0;
  background: #000;
  opacity: 0.56;
}
.banner-cta .inner { position: relative; z-index: 1; max-width: 800px; margin: 0 auto; }
.banner-cta h2 { color: #fff; font-size: clamp(1.4rem, 3vw, 2rem); }

.help-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 800px) { .help-grid { grid-template-columns: 1fr; } }
.help-card {
  border-radius: 6px;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--mmc-border);
  text-align: center;
}
.help-card img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  border-bottom: 15px solid #00aeef;
}
.help-card .body { padding: 18px; }
.help-card h3 {
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 700;
}
.help-card h2 {
  font-size: 25px;
  font-weight: 700;
  text-transform: uppercase;
  color: #2f3293;
  margin: 0 0 16px;
}

.insurers {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
  align-items: center;
}
@media (max-width: 900px) { .insurers { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 500px) { .insurers { grid-template-columns: repeat(2, 1fr); } }
.insurers img {
  max-height: 70px;
  width: auto;
  margin: 0 auto;
  display: block;
  filter: grayscale(0);
}

.useful-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  text-align: center;
}
@media (max-width: 800px) { .useful-links { grid-template-columns: 1fr; } }
.useful-links img { max-width: 180px; margin: 0 auto 12px; display: block; }

/* Page chrome — live entry-title: roxo + borda cyan */
.page-hero {
  background: transparent;
  padding: 0;
}
.page-hero .entry-title,
.page-hero h1 {
  margin: 0 0 70px;
  padding-bottom: 8px;
  font-size: 2em;
  color: #2f3293;
  font-weight: 700;
  border-bottom: 5px solid #00aeef;
}
.page-content { padding: 0; }
body.ast-separate-container {
  background: #f5f5f5;
}
.ast-separate {
  padding: 54px 20px 80px;
}
.ast-article-single {
  max-width: 1240px;
  margin: 0 auto;
  background: #fff;
  padding: 5.34em 6.67em;
  border-bottom: none;
}
@media (max-width: 921px) {
  .ast-article-single { padding: 3.34em 2.4em; }
}
@media (max-width: 544px) {
  .ast-article-single { padding: 1.5em 1.15em 2.5em; }
}
.ast-article-single .container {
  max-width: none;
  padding: 0;
}
.page-content .entry h2 { color: var(--mmc-purple); }
.page-content .entry p { margin: 0 0 1em; }
.page-content .aligncenter { display: block; margin-left: auto; margin-right: auto; }
.page-content .wp-caption { max-width: 100%; }
.page-content .wp-caption-text { font-size: .9rem; color: var(--mmc-muted); text-align: center; }

/* SiteOrigin-ish button grids */
.sow-buttons, .duvidas-grid, .product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin: 20px 0;
}
@media (max-width: 800px) {
  .sow-buttons, .duvidas-grid, .product-grid { grid-template-columns: 1fr; }
}
.sow-btn, .duvidas-grid a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 64px;
  padding: 16px;
  background: var(--mmc-purple);
  color: #fff !important;
  font-weight: 700;
  text-align: center;
  border-radius: 1.5em;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: .03em;
}
.sow-btn:hover, .duvidas-grid a:hover {
  background: var(--mmc-cyan);
}

/* SiteOrigin CTA — live sow-button-flat-5c68fa452cb1: pílula cyan 400px */
.ow-button-base {
  text-align: center;
}
.ow-button-base a {
  display: inline-block;
  box-sizing: border-box;
  width: 400px;
  max-width: 100%;
  min-height: 0;
  font-family: "Noto Sans", sans-serif;
  font-size: 1.15em;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: 0;
  text-transform: none;
  text-align: center;
  background: #00aeef;
  color: #fff !important;
  border: 1px solid #00aeef;
  border-width: 1px 0;
  border-radius: 1.5em;
  padding: 1em 2em;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
}
.ow-button-base a:hover,
.ow-button-base a.ow-button-hover:hover {
  background: #3437a2;
  border-color: #3437a2;
  color: #fff !important;
}

.product-card {
  text-align: center;
  border: 1px solid var(--mmc-border);
  border-radius: 6px;
  overflow: hidden;
  background: #fff;
}
.product-card img { width: 100%; height: 180px; object-fit: cover; }
.product-card .title {
  padding: 14px;
  font-weight: 700;
  color: var(--mmc-purple);
  text-transform: uppercase;
}

.panel-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  align-items: start;
}
@media (max-width: 800px) { .panel-2 { grid-template-columns: 1fr; } }

.roads-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  text-align: center;
}
@media (max-width: 900px) { .roads-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 500px) { .roads-grid { grid-template-columns: 1fr; } }
.roads-grid h4 { margin: 8px 0 0; font-size: .95rem; color: var(--mmc-purple); }
.roads-grid a { font-weight: 700; }

/* Forms CF7-like */
.cf7-form {
  max-width: 560px;
}
.cf7-form label {
  display: block;
  margin: 0 0 14px;
  font-weight: 600;
  color: var(--mmc-text);
}
.cf7-form input[type=text],
.cf7-form input[type=email],
.cf7-form input[type=tel],
.cf7-form select,
.cf7-form textarea {
  display: block;
  width: 100%;
  margin-top: 6px;
  padding: 10px 12px;
  border: 1px solid #ccc;
  border-radius: 3px;
  font: inherit;
}
.cf7-form textarea { min-height: 140px; resize: vertical; }
.cf7-form .submit {
  background: var(--mmc-purple);
  color: #fff;
  border: 0;
  padding: 12px 28px;
  border-radius: 1.5em;
  font-weight: 700;
  cursor: pointer;
  text-transform: uppercase;
}
.cf7-form .submit:hover { background: var(--mmc-cyan); }
.form-status { margin-top: 12px; font-weight: 600; }
.form-status.ok { color: #1a7f37; }
.form-status.err { color: #b42318; }
.contato-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}
@media (max-width: 800px) { .contato-grid { grid-template-columns: 1fr; } }
.contato-grid iframe { width: 100%; min-height: 480px; border: 0; }

/* Footer — live Astra #2f3292 + 4 cols (address | CONFIRA | CTA | logo) */
.site-footer {
  background: var(--mmc-footer);
  color: #fff;
  padding: 0;
  margin-top: 40px;
}
.site-footer a { color: #fff !important; }
.site-footer a:hover { color: var(--mmc-cyan-2) !important; }
.site-footer i,
.site-footer .widget-title,
.site-footer h2.widget-title,
.site-footer h4 {
  color: #01aef0 !important;
}
.footer-primary {
  padding: 70px 0 20px;
  border-top: 1px solid #e6e6e6;
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 28px;
  align-items: start;
  padding-bottom: 20px;
}
@media (max-width: 900px) {
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
  .footer-grid { grid-template-columns: 1fr; text-align: center; }
  .footer-logo { margin: 0 auto; }
  .footer-cta-wrap { text-align: center; }
}
.footer-address p { margin: 0 0 8px; line-height: 1.7; }
.footer-address i { margin-right: 8px; width: 1.1em; text-align: center; }
.site-footer h2.widget-title,
.site-footer h4 {
  margin: 0 0 12px;
  text-transform: uppercase;
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: .02em;
}
.footer-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-menu li { margin: 0 0 8px; }
.footer-cta-wrap { text-align: center; padding-top: 4px; }
.btn-footer-cta {
  display: inline-block;
  background: #221e20;
  border: 1px solid #221e20;
  color: #fff !important;
  padding: 1em 2em;
  border-radius: 1.5em;
  font-weight: 700;
  font-size: 1.05em;
  text-transform: uppercase;
  width: 250px;
  max-width: 100%;
  text-align: center;
  box-sizing: border-box;
}
.btn-footer-cta:hover {
  background: #2d282a;
  border-color: #2d282a;
  color: #fff !important;
}
.footer-logo {
  display: block;
  max-width: 184px;
  width: 184px;
  height: auto;
  margin-left: auto;
}
@media (max-width: 560px) {
  .footer-logo { margin: 0 auto; }
}
.footer-below {
  background: var(--mmc-footer-2);
  padding: 20px 0;
  min-height: 80px;
  display: flex;
  align-items: center;
  font-size: 14px;
  text-align: center;
  color: #fff;
}
.footer-below .container { width: 100%; }

/* Floating WhatsApp (wpt-whatsapp: bottom ~70px) */
.float-wa {
  position: fixed;
  right: 18px;
  bottom: 70px;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #25d366;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 14px rgba(0,0,0,.25);
  z-index: 9999;
}
.float-wa:hover { transform: scale(1.06); background: #20bd5a; }
.float-wa img { width: 30px; height: 30px; }

.note-empty {
  padding: 40px;
  text-align: center;
  color: var(--mmc-muted);
  background: var(--mmc-gray);
  border-radius: 6px;
}

/* Seguros para Você — wpls/slick carousel (live: 3 slides, arrows + dots) */
.wpls-wrap {
  margin: 20px 0 40px;
  position: relative;
}
.wpls-logo-showcase.sliderimage_hide_border .wpls-fix-box img.wp-post-image,
.wpls-logo-showcase.sliderimage_hide_border .wpls-fix-box img {
  padding: 0;
  border: 0;
  width: auto;
  height: auto;
  max-height: 250px;
  display: inline-block !important;
}
#wpls-logo-showcase-slider-1 .wpls-fix-box img.wp-post-image {
  max-height: 250px;
}
.page-content .wpls-fix-box,
.page-content .wpls-fix-box img.wp-post-image {
  min-height: 400px !important;
  height: 400px !important;
  width: 100%;
  object-fit: cover;
}
.wpls-logo-cnt { text-align: center; position: relative; }
.wpls-logo-showcase .slick-slide .logo-title {
  font-weight: 700;
  margin-top: -70px;
  position: relative;
  z-index: 2;
  font-size: 19px;
  color: #fff !important;
  text-transform: uppercase;
  text-shadow: 0 2px 6px rgba(0,0,0,.55);
  pointer-events: none;
  padding: 10px 0;
}
.links-uteis-list { list-style: none; padding: 0; }
.entry .fas.fa-link,
.entry .fa-link { color: var(--mmc-cyan); margin-right: 8px; }

/* Branded 404 (Astra layout-1) */
.error-404.ast-404-layout-1 {
  text-align: center;
  padding: 48px 12px 24px;
  max-width: 720px;
  margin: 0 auto;
}
.error-404 .page-title {
  color: #2f3293;
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  font-weight: 700;
  margin: 0 0 16px;
}
.error-404 .page-sub-title {
  color: var(--mmc-muted);
  margin: 0 0 28px;
  font-size: 1.05rem;
}
.ast-404-search .search-form {
  display: flex;
  gap: 8px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 28px;
}
.ast-404-search .search-field {
  min-width: 220px;
  padding: 10px 12px;
  border: 1px solid #ccc;
  border-radius: 3px;
  font: inherit;
}
.ast-404-search .search-submit {
  background: var(--mmc-purple);
  color: #fff;
  border: 0;
  padding: 10px 18px;
  border-radius: 1.5em;
  font-weight: 700;
  cursor: pointer;
}
.ast-404-search .search-submit:hover { background: var(--mmc-cyan); }
.ast-404-home { margin-top: 8px; }
