/* Correções de overflow horizontal — página principal (mobile) */
html {
  overflow-x: hidden;
  max-width: 100%;
}

body {
  overflow-x: hidden;
  max-width: 100%;
} 

.container {
  max-width: 100%;
  min-width: 0;
}

.section {
  overflow-x: hidden;
  max-width: 100%;
}

.topbar {
  overflow-x: hidden;
  max-width: 100%;
}

.topbar .container > div {
  min-width: 0;
  flex: 1 1 200px;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.header {
  overflow-x: hidden;
  max-width: 100%;
}

.hero {
  width: 100%;
  max-width: 100%;
}

.slider {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  height: clamp(420px, 68vw, 620px);
  min-height: clamp(420px, 68vw, 620px);
}

.slide {
  width: 100%;
  overflow: hidden;
}

.slide img {
  display: block;
  max-width: 100%;
  object-position: center center;
}

.slide-box {
  overflow-wrap: break-word;
  word-break: break-word;
}

.slider-dots {
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  max-width: calc(100% - 20px);
  padding: 0 4px;
  box-sizing: border-box;
}

.simule-card-btn { 
  min-width: 0;
  max-width: 100%;
}

.partners-carousel {
  max-width: 100%;
}

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

  .nav-links .btn-whatsapp {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 720px) {
  .slider {
    height: clamp(300px, 62vw, 420px);
    min-height: clamp(300px, 62vw, 420px);
    background: #0b2f6b;
  }

  .slide img {
    object-fit: cover;
    object-position: center top;
    background: #0b2f6b;
  }

  .slide-content .container {
    width: min(1180px, 100%);
    padding: 0 14px;
  }

  .dot {
    width: 10px;
    height: 10px;
    border-width: 1px;
  }
}
