html,
body {
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  color: #505561;
  margin: 0;
  padding: 0;
}

body:not(.no-bg) {
  background-image: url("/2025/img/efeito.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
}
@media (max-width: 768px) {
  body:not(.no-bg) {
    background-image: url("/2025/img/efeito-mob.png");
  }
}

html[data-scroll-orientation="horizontal"] body {
  width: fit-content;
}
html[data-scroll-orientation="horizontal"] [data-scroll-container] {
  display: flex;
}

.container-left-only .content {
  width: 100%;
  margin-left: auto;
  margin-right: 0;
  padding: 0 var(--bs-gutter-x);
}
@media (min-width: 576px) {
  .container-left-only .content {
    max-width: 540px;
  }
}
@media (min-width: 576px) {
  .container-left-only .content {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-left-only .content {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-left-only .content {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-left-only .content {
    max-width: 1180px;
  }
}
@media (min-width: 1400px) {
  .container-left-only .content {
    max-width: 1320px;
  }
}

.truncate-3-lines {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}

nav {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 30px;
  z-index: 99;
  /* second button rule */
}
nav.absolute {
  position: absolute;
  top: 0;
}
nav .container {
  max-width: 1240px;
}
nav ul,
nav ul li {
  list-style: none;
  padding: 0;
  margin: 0;
}
nav ul li a,
nav ul li a:hover,
nav ul li a:visited,
nav ul li a:focus {
  text-decoration: none;
}
nav > div > ul,
nav > div > ul > li {
  margin: 0;
  padding: 0;
  list-style: none;
}
nav > div > ul:first-of-type,
nav > div > ul:nth-child(2),
nav > div > ul > li:first-of-type,
nav > div > ul > li:nth-child(2) {
  flex: 1;
}
nav > div > ul:nth-child(2),
nav > div > ul > li:nth-child(2) {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
nav > div > ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
nav > div > ul > li > #abrir-servicos {
  max-width: 128px;
  border-radius: 500px;
  font-size: 11px;
  padding: 8px;
  line-height: 1.2;
}
nav > div > ul > li .nav__hamburger {
  stroke: #242a3a;
  background-color: transparent;
  border: none;
  padding: 8px;
}
nav > div > ul > li .nav__hamburger ~ ul {
  display: none;
}
nav > div > ul > li img {
  max-width: 130px;
  width: 100%;
}
nav > div > ul > li > ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
nav > div > ul > li > ul > li {
  margin-right: 8px;
  position: relative;
  color: #242a3a;
}
nav > div > ul > li > ul > li:first-of-type {
  display: none;
}
nav > div > ul > li > ul > li:last-of-type {
  margin-right: 0;
}
nav > div > ul > li > ul > li a {
  height: 28px;
  padding: 0 11px;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  color: #242a3a;
}
nav > div > ul > li > ul > li a svg {
  margin-left: 8px;
  stroke: #242a3a;
}
nav > div > ul > li > ul > li a:hover {
  color: #242a3a;
}
nav > div > ul > li > ul > li:first-of-type > button:last-of-type {
  height: 48px;
  width: 48px;
  border-radius: 500px;
  background-color: var(--primary-verde-agua);
  border: none;
  outline: none;
  box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.3);
  transition: background-color 0.15s ease;
  position: absolute;
  top: 25px;
  right: 25px;
}

@media screen and (min-width: 992px) {
  nav > div > ul > li > #abrir-servicos {
    max-width: 100%;
    border-radius: 20px;
    font-size: 14px;
    padding: 8px 24px;
    line-height: 1.4;
  }
  nav > div > ul > li img {
    max-width: 135px;
  }
  nav > div > ul > li:first-of-type {
    order: 1;
  }
  nav > div > ul > li:nth-child(2) {
    order: 4;
  }
  nav > div > ul > li:nth-child(3) {
    order: 3;
  }
  nav > div > ul > li:last-of-type {
    order: 2;
    background-color: #fff;
    border: 1px solid rgba(154, 157, 164, 0.15);
    border-radius: 500px;
    box-shadow: 0 8px 16px 0 rgba(148, 148, 148, 0.04);
    padding: 5px 20px;
  }
  nav > div > ul > li .nav__hamburger {
    display: none;
  }
  nav > div > ul > li .nav__hamburger ~ ul {
    display: flex;
  }
  nav > div > ul > li > ul > li > .submenu {
    display: none;
    padding-top: 24px;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
  }
  nav > div > ul > li > ul > li > .submenu > ul {
    list-style-type: disc;
    list-style: none;
    background: white;
    padding: 24px;
    border-radius: 20px;
    box-shadow: 0px 12px 36px rgba(0, 0, 0, 0.15);
  }
  nav > div > ul > li > ul > li > .submenu > ul.cols {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5px 60px;
  }
  nav > div > ul > li > ul > li > .submenu > ul.cols > li:first-of-type {
    grid-column: 1/-1;
  }
  nav > div > ul > li > ul > li > .submenu > ul > li {
    margin-bottom: 4px;
  }
  nav > div > ul > li > ul > li > .submenu > ul > li:last-of-type {
    margin-bottom: 0;
  }
  nav > div > ul > li > ul > li > .submenu > ul > li > a {
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    border-radius: 8px;
    white-space: nowrap;
    text-align: center;
    width: 100%;
    color: #505561;
    font-size: 14px;
    line-height: 160%;
    letter-spacing: -1.2%;
    font-weight: 400;
  }
  nav > div > ul > li > ul > li > .submenu > ul > li > a:visited,
  nav > div > ul > li > ul > li > .submenu > ul > li > a:focus {
    color: #505561;
    background-color: transparent;
  }
  nav > div > ul > li > ul > li > .submenu > ul > li > a:hover {
    color: var(--wl-primary);
    background-color: transparent;
  }
  nav > div > ul > li > ul > li.open > .submenu {
    display: block;
  }
  nav > div > ul > li > ul > li > .submenu > ul > li > b {
    display: block;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    color: #9ca3af;
    font-weight: 800;
    padding: 10px 0 4px;
    border-bottom: 1px solid rgba(187, 189, 194, 0.35);
    margin-bottom: 2px;
  }
  nav > div > ul > li > ul > li > .submenu > ul > li:first-child > b {
    padding-top: 0;
  }
}
@media screen and (max-width: 992px) {
  nav > div > ul > li .nav__hamburger ~ ul {
    background-color: #0f1218;
    position: fixed;
    height: 100dvh;
    width: 95vw;
    top: 0;
    right: 0;
    transform: translateX(100%);
    display: block;
    transition: transform 350ms ease;
    z-index: 4;
  }
  nav > div > ul > li .nav__hamburger ~ ul.open {
    transform: translateX(0);
  }
  nav > div > ul > li > ul > li:first-of-type {
    display: block;
    padding-top: 100px;
    padding-bottom: 80px;
  }
  nav > div > ul > li > ul > li:first-of-type > a {
    display: inline-block;
  }
  nav > div > ul > li > ul > li:first-of-type > a > img {
    display: inline-block;
    max-width: 220px;
    min-width: 220px;
    padding-left: 45px;
  }
  nav > div > ul > li > ul > li:first-of-type > button:first-of-type {
    height: 32px;
    width: 32px;
    border-radius: 500px;
    background-color: transparent;
    border: none;
    outline: none;
    position: absolute;
    top: 35px;
    left: 15px;
    display: none;
  }
  nav > div > ul > li > ul > li:not(:first-of-type) {
    margin-right: 25px;
    margin-left: 45px;
    margin-bottom: 12px;
  }
  nav > div > ul > li > ul > li:not(:first-of-type) a {
    color: white;
  }
  nav > div > ul > li > ul > li:not(:first-of-type) svg {
    stroke: white;
    transform: rotate(-90deg);
  }
  nav
    > div
    > ul
    > li
    > ul.submenuIsOpen
    > li:first-of-type
    > button:first-of-type {
    display: block;
  }
  nav > div > ul > li > ul.submenuIsOpen > li:not(:first-of-type):not(.open) {
    display: none;
  }
  nav > div > ul > li > ul.submenuIsOpen > li.open > .submenu {
    display: block;
  }
  nav > div > ul > li > ul.submenuIsOpen > li.open > a {
    display: none;
  }
  nav > div > ul > li > ul > li > .submenu {
    display: none;
  }
  nav > div > ul > li > ul > li > .submenu li {
    margin-bottom: 6px;
    color: #fff;
  }
  nav > div > ul > li > ul > li > .submenu li a {
    padding: 10px 16px;
    height: auto;
    background-color: #1a1e29;
    font-size: 14px;
    line-height: 1.4;
    width: 100%;
    text-align: left;
    justify-content: flex-start;
  }
  nav > div > ul > li > ul > li > .submenu.cols li:first-of-type {
    display: none;
  }
}
@media (max-width: 768px) {
  .section--tabs {
    display: none;
  }
}

/* ── Cart button ── */
.nav__cart-btn {
  position: relative;
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px 8px;
  display: flex;
  align-items: center;
  color: inherit;
}
.nav__cart-btn svg {
  stroke: #717784;
  transition: stroke 0.15s;
}
.nav__cart-btn:hover svg {
  stroke: var(--wl-primary);
}
.cart-badge {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 18px;
  height: 18px;
  border-radius: 99px;
  background: var(--wl-primary);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 0 4px;
}

/* ── Cart overlay ── */
.cart-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 1400;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s;
}
.cart-overlay.visible {
  opacity: 1;
  pointer-events: auto;
}

/* ── Cart drawer ── */
.cart-drawer {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  max-width: 420px;
  background: #fff;
  z-index: 1500;
  display: flex;
  flex-direction: column;
  transform: translateX(100%);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: -8px 0 40px rgba(0, 0, 0, 0.12);
}
.cart-drawer.open {
  transform: translateX(0);
}

.cart-drawer__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px;
  border-bottom: 1.5px solid #f3f4f6;
  flex-shrink: 0;
}
.cart-drawer__header h2 {
  font-size: 18px;
  font-weight: 800;
  color: #111827;
  margin: 0;
}
.cart-drawer__close {
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  color: #9ca3af;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  transition:
    background 0.15s,
    color 0.15s;
}
.cart-drawer__close:hover {
  background: #f3f4f6;
  color: #374151;
}

.cart-drawer__body {
  flex: 1;
  overflow-y: auto;
  padding: 0 24px;
}

/* ── Cart empty state ── */
.cart-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 60px 20px;
  text-align: center;
  color: #9ca3af;
  gap: 12px;
}
.cart-empty__icon {
  color: var(--wl-primary-subtle);
}
.cart-empty p {
  font-size: 14px;
  margin: 0;
}
.cart-empty a {
  font-size: 13px;
  color: var(--wl-primary);
  font-weight: 700;
  text-decoration: none;
}
.cart-empty a:hover {
  text-decoration: underline;
}

/* ── Cart items ── */
.cart-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 16px 0;
  border-bottom: 1px solid #f3f4f6;
}
.cart-item:last-child {
  border-bottom: none;
}
.cart-item__body {
  flex: 1;
  min-width: 0;
}
.cart-item__tipo {
  font-size: 10px;
  font-weight: 700;
  color: var(--wl-primary);
  text-transform: uppercase;
  letter-spacing: 0.4px;
  display: block;
  margin-bottom: 3px;
}
.cart-item__nome {
  font-size: 14px;
  font-weight: 700;
  color: #111827;
  margin: 0 0 4px;
}
.cart-item__preco {
  font-size: 13px;
  color: #6b7280;
  margin: 0;
}
.cart-item__rm {
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  color: #d1d5db;
  flex-shrink: 0;
  margin-top: 2px;
  border-radius: 6px;
  transition:
    background 0.15s,
    color 0.15s;
}
.cart-item__rm:hover {
  background: #fee2e2;
  color: #ef4444;
}

/* ── Cart footer ── */
.cart-drawer__footer {
  padding: 20px 24px;
  border-top: 1.5px solid #f3f4f6;
  flex-shrink: 0;
}
.cart-drawer__total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
}
.cart-drawer__total-label {
  font-size: 14px;
  color: #6b7280;
  font-weight: 600;
}
.cart-drawer__total-value {
  font-size: 20px;
  font-weight: 800;
  color: #111827;
}
.btn-checkout-drawer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 14px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--wl-primary) 0%, var(--wl-primary-hover) 100%);
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
  transition: opacity 0.2s;
  font-family: Manrope, sans-serif;
}
.btn-checkout-drawer:hover {
  opacity: 0.9;
  color: #fff;
  text-decoration: none;
}

/* ── Add to cart button ── */
.btn-add-to-cart {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 22px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--wl-primary) 0%, var(--wl-primary-hover) 100%);
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  border: none;
  cursor: pointer;
  transition:
    opacity 0.2s,
    transform 0.15s;
  font-family: Manrope, sans-serif;
  white-space: nowrap;
}
.btn-add-to-cart:hover {
  opacity: 0.9;
  transform: translateY(-1px);
}
.btn-add-to-cart.in-cart {
  background: #f3f4f6;
  color: #374151;
  box-shadow: none;
  transform: none;
  opacity: 1;
}
.btn-add-to-cart.in-cart:hover {
  background: var(--wl-primary-subtle);
  opacity: 1;
  transform: none;
}

/* ── Login icon dropdown ── */
.nav__cart-btn.dropdown-toggle::after {
  display: none;
}
.nav__login-dropdown {
  border-radius: 14px;
  border: none;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  padding: 8px;
  min-width: 160px;
  font-family: Manrope, sans-serif;
}
.nav__login-dropdown .dropdown-item {
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  color: #374151;
  padding: 8px 14px;
}
.nav__login-dropdown .dropdown-item:hover {
  background: #fdf2f8;
  color: var(--wl-primary);
}

/* Location selector */
.nav__quick-actions {
  align-items: center;
  flex-wrap: nowrap;
}

.nav__location-status {
  position: absolute;
  top: 3px;
  right: 4px;
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: #f59e0b;
  border: 2px solid #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
}
.nav__cart-btn.is-set .nav__location-status {
  background: #22c55e;
}
.nav__cart-btn.is-error .nav__location-status {
  background: #ef4444;
}
.nav__cart-btn.is-loading .nav__location-status {
  background: #f59e0b;
}
.location-modal .modal-dialog {
  max-width: 694px;
}
.location-modal .modal-content {
  position: relative;
  border: 0;
  border-radius: 12px;
  padding: 30px 30px 42px;
  color: #111827;
  max-height: calc(100dvh - 32px);
  overflow-y: auto;
  font-family: Manrope, sans-serif;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);
}
.location-modal__close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 50%;
  background: #f9fafb;
  color: #6b7280;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.location-modal__close:hover {
  background: #f3f4f6;
  color: #111827;
}
.location-modal__hero {
  width: 81px;
  height: 81px;
  margin: 0 auto 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--wl-primary);
  background: #fff1f7;
  border-radius: 50%;
}
.location-modal h2 {
  margin: 0 0 8px;
  text-align: center;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 800;
}
.location-modal__subtitle {
  margin: 0 auto 24px;
  color: #6b7280;
  font-size: 14px;
  line-height: 1.45;
  text-align: center;
}
.location-modal__current {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 20px 0 0;
  padding: 14px 16px;
  border: 1px solid #f8c8dc;
  border-radius: 10px;
  background: #fff7fb;
  color: #374151;
}
.location-modal__current[hidden] {
  display: none;
}
.location-modal__current-icon {
  width: 38px;
  height: 38px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ffe4ef;
  color: var(--wl-primary-hover);
  flex: 0 0 auto;
}
.location-modal__current strong {
  display: block;
  margin-bottom: 2px;
  color: #111827;
  font-size: 13px;
  font-weight: 800;
}
.location-modal__current p {
  margin: 0;
  color: #6b7280;
  font-size: 13px;
  line-height: 1.35;
}
.location-modal__form {
  margin: 0;
}
.location-modal__search-wrap {
  position: relative;
}
.location-modal__search {
  height: 54px;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 0 20px;
  border: 1.5px solid var(--wl-primary-subtle);
  border-radius: 12px;
  background: #fff;
  color: var(--wl-primary-hover);
  transition:
    border-color 0.2s,
    box-shadow 0.2s;
}
.location-modal__search:focus-within {
  border-color: var(--wl-primary);
  box-shadow: 0 0 0 3px var(--wl-primary-ring);
}
.location-modal__search input {
  flex: 1;
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: #374151;
  font-size: 15px;
  font-family: Manrope, sans-serif;
}
.location-modal__search input::placeholder {
  color: #9ca3af;
  opacity: 1;
}
.location-modal__clear {
  border: 0;
  background: transparent;
  color: #9ca3af;
  width: 26px;
  height: 26px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  flex: 0 0 auto;
}
.location-modal__clear:hover {
  background: #f3f4f6;
  color: #6b7280;
}
.location-modal__clear[hidden] {
  display: none;
}
.location-modal__suggestions {
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
  background: #fff;
  max-height: clamp(170px, 45vh, 280px);
  overflow-y: auto;
  overscroll-behavior: contain;
}
.location-modal__suggestions[hidden] {
  display: none;
}
.location-modal__suggestion {
  width: 100%;
  border: 0;
  background: #fff;
  color: #374151;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 14px 4px;
  text-align: left;
  font-family: Manrope, sans-serif;
}
.location-modal__suggestion:hover,
.location-modal__suggestion.is-active {
  background: #fff7fb;
}
.location-modal__suggestion-icon {
  color: #9ca3af;
  flex: 0 0 auto;
  margin-top: 2px;
}
.location-modal__suggestion-main {
  display: block;
  color: #374151;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.25;
}
.location-modal__suggestion-secondary {
  display: block;
  margin-top: 3px;
  color: #9ca3af;
  font-size: 13px;
  line-height: 1.3;
}
.location-modal__suggestion.is-skeleton {
  pointer-events: none;
  align-items: center;
}
.location-modal__skeleton-icon,
.location-modal__skeleton-line {
  display: block;
  border-radius: 999px;
  background: linear-gradient(90deg, #f3f4f6 0%, #ffe4ef 48%, #f3f4f6 100%);
  background-size: 220% 100%;
  animation: locationSkeleton 1.15s ease-in-out infinite;
}
.location-modal__skeleton-icon {
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
}
.location-modal__skeleton-text {
  flex: 1;
  padding-top: 2px;
}
.location-modal__skeleton-line:first-child {
  width: 52%;
  height: 14px;
  margin-bottom: 9px;
}
.location-modal__skeleton-line:last-child {
  width: 72%;
  height: 11px;
}
@keyframes locationSkeleton {
  0% {
    background-position: 120% 0;
  }
  100% {
    background-position: -120% 0;
  }
}
.location-modal__powered {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  min-height: 18px;
  margin: 6px 2px 0;
  color: #7a7f89;
  font-size: 11px;
}
.location-modal__powered[hidden] {
  display: none;
}
.location-modal__powered strong {
  margin-left: 4px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
}
.google-blue {
  color: #4285f4;
}
.google-red {
  color: #ea4335;
}
.google-yellow {
  color: #fbbc05;
}
.google-green {
  color: #34a853;
}
.location-modal__use {
  margin-top: 20px;
  width: 100%;
  min-height: 56px;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 0 18px;
  border: 1px solid var(--wl-primary-subtle);
  border-radius: 8px;
  background: #fff;
  color: #4b5563;
  font-size: 15px;
  font-weight: 700;
  font-family: Manrope, sans-serif;
  text-align: left;
}
.location-modal__use:hover {
  background: #f9fafb;
  border-color: #d1d5db;
}
.location-modal__status {
  min-height: 20px;
  margin: 10px 0 0;
  color: #6b7280;
  font-size: 13px;
  text-align: center;
}
.location-modal__status[hidden] {
  display: none;
}
.location-modal__saved {
  margin-top: 64px;
  text-align: center;
  color: #6b7280;
}
.location-modal__saved strong {
  display: block;
  margin-bottom: 6px;
  color: #374151;
  font-size: 15px;
  font-weight: 800;
}
.location-modal__saved p {
  margin: 0 0 22px;
  font-size: 13px;
  color: #9ca3af;
}
.location-modal__saved a {
  color: var(--wl-primary);
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
}
.location-modal__saved a:hover {
  text-decoration: underline;
}
@media (max-width: 575.98px) {
  .location-modal .modal-content {
    padding: 28px 18px 34px;
  }
  .location-modal__saved {
    margin-top: 42px;
  }
}
.section--tabs .container {
  max-width: 1240px;
}
.section--tabs ul,
.section--tabs li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.section--tabs ul {
  display: flex;
  align-items: center;
  z-index: 2;
  position: relative;
}
.section--tabs ul li {
  border-radius: 15px 15px 0 0;
  border: 1px solid transparent;
  border-bottom: 0;
  position: relative;
}
.section--tabs ul li a {
  text-decoration: none;
  color: #6c707b;
  padding: 10px 15px;
  display: inline-block;
  transition: color 250ms ease;
  font-size: 15px;
  line-height: 160%;
  font-weight: 400;
}
.section--tabs ul li:hover {
  background-color: #f7f7f7;
}
.section--tabs ul li:hover a {
  color: #242a3a;
}
.section--tabs ul li.active {
  background-color: #dfdfe1;
  border-color: #c6c6c6;
}
.section--tabs ul li.active::before {
  content: "";
  position: absolute;
  height: 1px;
  bottom: -1px;
  left: 0;
  width: 100%;
  background-color: #dfdfe1;
}
.section--tabs ul li.active a {
  color: #212635;
  font-weight: 600;
}
.section--tabs ul li.active:hover {
  background-color: #ececec;
}
.section--tabs ul li.active:hover a {
  color: #212635;
}

.section--tabs__arrow {
  display: none;
}

@media (max-width: 768px) {
  .section--tabs {
    display: block;
    padding: 8px 0 10px !important;
    overflow: hidden;
  }

  .section--tabs .container {
    max-width: none;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .section--tabs__arrow {
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ececf1;
    border-radius: 50%;
    padding: 0 0 2px;
    background-color: #fff;
    box-shadow: 0 8px 22px rgba(36, 42, 58, 0.1);
    color: #242a3a;
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
    cursor: pointer;
    appearance: none;
  }

  .section--tabs__arrow[hidden] {
    display: none;
  }

  .section--tabs ul {
    flex: 1 1 auto;
    min-width: 0;
    gap: 8px;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0 0 2px;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .section--tabs ul::-webkit-scrollbar {
    display: none;
  }

  .section--tabs ul li {
    flex: 0 0 auto;
    border: 1px solid #ececf1;
    border-radius: 999px;
    background-color: rgba(255, 255, 255, 0.86);
    box-shadow: 0 8px 22px rgba(36, 42, 58, 0.08);
    scroll-snap-align: start;
  }

  .section--tabs ul li a {
    min-height: 38px;
    padding: 8px 14px;
    color: #5d6371;
    font-size: 13px;
    line-height: 150%;
    white-space: nowrap;
  }

  .section--tabs ul li:hover {
    background-color: rgba(255, 255, 255, 0.95);
  }

  .section--tabs ul li.active {
    border-color: #d8d9df;
    background-color: #242a3a;
    box-shadow: 0 10px 26px rgba(36, 42, 58, 0.18);
  }

  .section--tabs ul li.active::before {
    display: none;
  }

  .section--tabs ul li.active a,
  .section--tabs ul li.active:hover a {
    color: #fff;
    font-weight: 600;
  }
}

footer {
  background-color: #f8f9fa;
  padding-top: 70px;
}
footer b {
  font-size: 16px;
  line-height: 160%;
  letter-spacing: -1.2%;
  font-weight: 600;
  margin-bottom: 12px;
  display: block;
  color: #242a3a;
}
footer .col-md ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer .col-md ul li {
  margin-bottom: 7px;
}
footer .col-md ul li:last-of-type {
  margin-bottom: 0;
}
footer .col-md ul li a,
footer .col-md ul li a:hover,
footer .col-md ul li a:focus,
footer .col-md ul li a:visited {
  font-size: 14px;
  line-height: 160%;
  letter-spacing: -1.2%;
  font-weight: 400;
  text-decoration: none;
  color: #505561;
}
footer hr {
  margin: 30px 0;
}
footer .footer-labs {
  padding: 28px 0 4px;
  border-top: 1px solid var(--wl-primary-subtle);
  margin-top: 32px;
}
footer .footer-labs b {
  margin-bottom: 16px;
}
footer .footer-estados {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
footer .footer-estados a {
  font-size: 13px;
  font-weight: 500;
  color: #505561;
  text-decoration: none;
  background: #fff;
  border: 1px solid var(--wl-primary-subtle);
  border-radius: 99px;
  padding: 4px 12px;
  transition:
    border-color 0.15s,
    color 0.15s;
  white-space: nowrap;
}
footer .footer-estados a:hover {
  border-color: var(--wl-primary);
  color: var(--wl-primary-dark);
}
footer .footer-estados a.footer-estados__guia {
  font-weight: 700;
  color: var(--wl-primary);
  border-color: var(--wl-primary-border);
}

.section--chamada {
  padding-bottom: 30px;
  text-align: center;
}
@media (max-width: 768px) {
  .section--chamada {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.section--chamada .container {
  border-radius: 24px;
  background-image: url("/2025/img/chamada-cta.png");
  background-size: cover;
  background-position: center;
  min-height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.section--chamada .container h2 {
  font-size: 48px;
  line-height: 120%;
  letter-spacing: -2%;
  font-weight: 600;
  color: #fff;
  max-width: 530px;
}
.section--chamada .container p {
  color: #f8f9fa;
  font-size: 18px;
  line-height: 160%;
  letter-spacing: -1.2%;
  font-weight: 400;
}

.btn-sanos,
.btn-branco,
.btn-preto,
.btn-azul,
.btn-rosa,
.btn-neutral {
  display: inline-flex;
  align-items: center;
  border-radius: 500px;
  border: none;
  padding: 11px 24px;
  font-weight: 500;
  font-size: 14px;
  text-decoration: none;
  transition: all 350ms ease;
  border: 1px solid;
}
.btn-sanos.btn-left-icon img,
.btn-left-icon.btn-branco img,
.btn-left-icon.btn-preto img,
.btn-left-icon.btn-azul img,
.btn-left-icon.btn-rosa img,
.btn-left-icon.btn-neutral img {
  margin-right: 10px;
}
.btn-sanos.btn-right-icon img,
.btn-right-icon.btn-branco img,
.btn-right-icon.btn-preto img,
.btn-right-icon.btn-azul img,
.btn-right-icon.btn-rosa img,
.btn-right-icon.btn-neutral img {
  margin-left: 10px;
}

.btn-neutral {
  background-color: #f8f9fa;
  border-color: rgba(154, 157, 164, 0.15);
  color: #242a3a;
}
.btn-neutral:hover,
.btn-neutral:focus,
.btn-neutral:active {
  background-color: #bbbdc2 !important;
  border-color: rgba(154, 157, 164, 0.25) !important;
  color: #242a3a !important;
}

.btn-rosa {
  background-color: var(--wl-primary);
  border-color: var(--wl-primary-hover);
  color: #fff;
}
.btn-rosa:hover,
.btn-rosa:focus,
.btn-rosa:active {
  background-color: var(--wl-primary-hover) !important;
  border-color: var(--wl-primary-dark) !important;
  color: #fff !important;
}

.btn-azul {
  background-color: #6a5acd;
  border-color: #5548a4;
  color: #fff;
}
.btn-azul:hover,
.btn-azul:focus,
.btn-azul:active {
  background-color: #5548a4 !important;
  border-color: #40367b !important;
  color: #fff !important;
}

.btn-azul {
  background-color: #242a3a;
  border-color: #212635;
  color: #fff;
}
.btn-azul:hover,
.btn-azul:focus,
.btn-azul:active {
  background-color: #212635 !important;
  border-color: #1a1e29 !important;
  color: #fff !important;
}

.btn-preto {
  background-color: #0f1218;
  border-color: #0f1218;
  color: var(--wl-primary);
}
.btn-preto:hover,
.btn-preto:focus,
.btn-preto:active {
  background-color: #0f1218 !important;
  border-color: #0f1218 !important;
  color: var(--wl-primary) !important;
}

.btn-branco {
  background-color: #fff;
  border-color: #f8f9fa;
  color: #242a3a;
}
.btn-branco:hover,
.btn-branco:focus,
.btn-branco:active {
  background-color: #f8f9fa !important;
  border-color: #bbbdc2 !important;
  color: #242a3a !important;
}

.swiper-nav {
  display: flex;
  align-items: center;
}
.swiper-nav .swiper-nav-next,
.swiper-nav .swiper-nav-prev {
  width: 33px;
  height: 33px;
  border: 1px solid var(--wl-primary);
  border-radius: 50%;
  position: relative;
  cursor: pointer;
}
.swiper-nav .swiper-nav-next.swiper-button-disabled,
.swiper-nav .swiper-nav-prev.swiper-button-disabled {
  opacity: 24%;
  cursor: default;
}
.swiper-nav .swiper-nav-prev::after,
.swiper-nav .swiper-nav-next::after {
  content: "";
  display: inline-block;
  width: 15.5px;
  height: 15.1px;
  position: absolute;
  top: 7.5px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.swiper-nav .swiper-nav-prev::after {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNS41IDE1LjEiPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBmaWxsPSIjMDBCREI1IiBkPSJNMy40LDcuMmMtMC4yLDAuMi0wLjIsMC41LDAsMC43bDYuNyw2LjdjMC4yLDAuMiwwLjUsMC4yLDAuNywwIGMwLjItMC4yLDAuMi0wLjUsMC0wLjdMNC41LDcuNmw2LjMtNi4zYzAuMi0wLjIsMC4yLTAuNSwwLTAuN2MtMC4yLTAuMi0wLjUtMC4yLTAuNywwTDMuNCw3LjJ6Ii8+PC9zdmc+")
    no-repeat center/contain;
  left: 7px;
}
.swiper-nav .swiper-nav-next::after {
  background: url("data:image/svg+xml;utf8,<svg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2015.5%2015.1'><path%20fill-rule='evenodd'%20clip-rule='evenodd'%20fill='%2300BDB5'%20d='M5.5,0.5C5.3,0.3,5,0.3,4.8,0.5c-0.2,0.2-0.2,0.5,0,0.7l6.3,6.3l-6.3,6.3c-0.2,0.2-0.2,0.5,0,0.7c0.2,0.2,0.5,0.2,0.7,0l6.7-6.7c0.2-0.2,0.2-0.5,0-0.7L5.5,0.5z'/></svg>")
    no-repeat center/contain;
  right: 8px;
}
.swiper-nav .swiper-nav-pagination {
  margin: 0 12px;
  width: auto !important;
}
.swiper-nav .swiper-nav-pagination .swiper-pagination-bullet {
  background-color: var(--wl-primary);
  opacity: 1;
  transition: width 250ms ease;
  border-radius: 500px;
}
.swiper-nav
  .swiper-nav-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 24px;
  border-radius: 4px;
}
.swiper-nav.branco .swiper-nav-next,
.swiper-nav.branco .swiper-nav-prev {
  border-color: white;
}
.swiper-nav.branco .swiper-nav-prev::after {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNS41IDE1LjEiPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBmaWxsPSIjRkZGRkZGIiBkPSJNMy40LDcuMmMtMC4yLDAuMi0wLjIsMC41LDAsMC43bDYuNyw2LjdjMC4yLDAuMiwwLjUsMC4yLDAuNywwIGMwLjItMC4yLDAuMi0wLjUsMC0wLjdMNC41LDcuNmw2LjMtNi4zYzAuMi0wLjIsMC4yLTAuNSwwLTAuN2MtMC4yLTAuMi0wLjUtMC4yLTAuNywwTDMuNCw3LjJ6Ii8+PC9zdmc+")
    no-repeat center/contain;
}
.swiper-nav.branco .swiper-nav-next::after {
  background: url("data:image/svg+xml;utf8,<svg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2015.5%2015.1'><path%20fill-rule='evenodd'%20clip-rule='evenodd'%20fill='%23FFFFFF'%20d='M5.5,0.5C5.3,0.3,5,0.3,4.8,0.5c-0.2,0.2-0.2,0.5,0,0.7l6.3,6.3l-6.3,6.3c-0.2,0.2-0.2,0.5,0,0.7c0.2,0.2,0.5,0.2,0.7,0l6.7-6.7c0.2-0.2,0.2-0.5,0-0.7L5.5,0.5z'/></svg>")
    no-repeat center/contain;
}
.swiper-nav.branco .swiper-nav-pagination .swiper-pagination-bullet {
  background-color: white;
}

form .form-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 8px;
}
form .form-group:last-of-type {
  margin-bottom: 16px;
}
form .form-group label {
  color: #242a3a;
  font-size: 14px;
  line-height: 160%;
  letter-spacing: -1.2%;
  font-weight: 600;
  margin-bottom: 2px;
}
form .form-group input:not([type="radio"]),
form .form-group textarea,
form .form-group select {
  -webkit-appearance: initial;
  appearance: initial;
  border: 1px solid #e0e2e7;
  border-radius: 4px;
  padding: 8px 12px;
  font-size: 14px;
  background-color: #fff;
  color: #242a3a;
  font-size: 14px;
  line-height: 160%;
  letter-spacing: -1.2%;
  font-weight: 500;
}
form .form-group select {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyNy4wLjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCAxMCA2IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxMCA2OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8Zz4NCgk8cGF0aCBzdHlsZT0iZmlsbDojRkY3QkFDOyIgZD0iTTUsNS41Yy0wLjEsMC0wLjMsMC0wLjQtMC4xbC00LTRjLTAuMi0wLjItMC4yLTAuNSwwLTAuN3MwLjUtMC4yLDAuNywwTDUsNC4zbDMuNi0zLjYNCgkJYzAuMi0wLjIsMC41LTAuMiwwLjcsMHMwLjIsMC41LDAsMC43bC00LDRDNS4zLDUuNSw1LjEsNS41LDUsNS41eiIvPg0KPC9nPg0KPC9zdmc+DQo=");
  background-repeat: no-repeat;
  background-position: right 11px center;
  background-size: 13px;
  padding-right: 32px;
}
form .form-group ~ button[type="submit"] {
  display: block;
  width: 100%;
  padding: 10px 24px;
}

.whatsapp-fixed {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 100;
  transition: transform 250ms ease;
}
.whatsapp-fixed img {
  filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.3));
}
.whatsapp-fixed:hover {
  transform: scale(1.1);
}

.scroll-top {
  position: fixed;
  left: 20px;
  bottom: 20px;
  height: 48px;
  width: 48px;
  z-index: 100;
  filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.3));
  background-color: var(--wl-primary);
  border: none;
  border-radius: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.3s ease,
    visibility 0.3s,
    transform 250ms ease;
  touch-action: manipulation;
}
.scroll-top svg {
  width: 20px;
}
.scroll-top:hover {
  transform: scale(1.1);
}
.scroll-top.visible {
  opacity: 1;
  visibility: visible;
}

.modal-backdrop {
  opacity: 0 !important;
  background-color: rgba(0, 0, 0, 0) !important;
  transition:
    opacity 0.12s ease,
    backdrop-filter 0.12s ease,
    background-color 0.12s ease;
}

.modal-backdrop.show {
  opacity: 1 !important;
  background-color: rgba(0, 0, 0, 0.5) !important;
}

.modal-content {
  border: none !important;
  border-radius: 24px !important;
}

.modal-body {
  padding: 20px !important;
}
@media (min-width: 768px) {
  .modal-body {
    padding: 50px !important;
  }
}

.modal-fechar {
  height: 48px;
  width: 48px;
  border-radius: 500px;
  background-color: var(--wl-primary);
  border: none;
  outline: none;
  box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.15);
  transition: background-color 0.15s ease;
  position: absolute;
  top: 25px;
  right: 25px;
  z-index: 3;
}
.modal-fechar:hover {
  background-color: var(--wl-primary-hover);
}

.section--first {
  padding-top: 180px;
}
.section--first .container > h1 {
  font-size: 32px;
  line-height: 140%;
  letter-spacing: -2%;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 30px;
  text-align: center;
}
.section--first .container > p {
  font-size: 14px;
  line-height: 160%;
  letter-spacing: -1.2%;
  margin-top: 0;
  margin-bottom: 40px;
  text-align: center;
  max-width: 625px;
  margin-left: auto;
  margin-right: auto;
}

.loading-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.loading-container span {
  width: 50px;
  height: 50px;
  border: 6px solid #d9d9d9;
  border-top: 6px solid var(--wl-primary);
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.section--hero {
  padding: 0 2rem;
  max-width: 1510px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .section--hero {
    padding: 0 1rem;
  }
}
.section--hero .hero__wrapper {
  background-image: url("/2025/img/banner.jpg");
  background-position: center 30%;
  padding: 5rem 1rem 8rem;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 24px;
  position: relative;
  overflow: hidden;
}

@media (min-width: 768px) {
  .section--hero .hero__wrapper {
    border-top: 1px solid #c6c6c6;
  }
}
@media (max-width: 768px) {
  .section--hero .hero__wrapper {
    padding: 5rem 0;
    background-position: center right;
  }
}
.section--hero .hero__wrapper::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(247, 247, 247, 0.75);
}
@media (min-width: 768px) {
  .section--hero .hero__wrapper::before {
    width: 50%;
    opacity: 50%;
    background: linear-gradient(
      to left,
      rgb(255, 255, 255) 0%,
      rgba(255, 255, 255, 0) 36%
    );
  }
}
.section--hero .hero__wrapper span {
  display: inline-block;
  font-size: 12px;
  line-height: 160%;
  letter-spacing: -1.2%;
  font-weight: 600;
  background-color: #fff;
  color: #242a3a;
  border-radius: 500px;
  padding: 4px 18px 4px 6px;
  border: 1px solid rgba(143, 144, 146, 0.15);
}
@media (min-width: 768px) {
  .section--hero .hero__wrapper span {
    font-size: 16px;
    line-height: 160%;
    letter-spacing: -1.2%;
    font-weight: 600;
  }
}
.section--hero .hero__wrapper span b {
  background-color: var(--wl-primary);
  color: #fff;
  font-weight: 500;
  margin-right: 4px;
  padding: 3px 8px 3px 20px;
  border-radius: 500px;
  position: relative;
}
.section--hero .hero__wrapper span b::before {
  content: "";
  height: 8px;
  width: 8px;
  background-color: #fff;
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 500px;
}
.section--hero .hero__wrapper .container {
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .section--hero .hero__wrapper .container {
    max-width: 1240px;
  }
}
@media (min-width: 1400px) {
  .section--hero .hero__wrapper .container {
    max-width: 1340px;
  }
}
.section--hero .hero__wrapper h1 {
  font-size: 32px;
  line-height: 140%;
  letter-spacing: -2%;
  font-weight: 500;
  color: #242a3a;
  max-width: 380px;
}
@media (min-width: 992px) {
  .section--hero .hero__wrapper h1 {
    font-size: 48px;
    line-height: 120%;
    letter-spacing: -2%;
    font-weight: 500;
    font-size: 40px;
    max-width: 520px;
  }
}
@media (min-width: 1200px) {
  .section--hero .hero__wrapper h1 {
    font-size: 64px;
    line-height: 110%;
    letter-spacing: -3%;
    font-weight: 500;
    font-size: 54px;
    max-width: 630px;
  }
}
@media (max-width: 768px) {
  .section--hero .hero__wrapper h1 {
    margin: 0 auto;
  }
}
.section--hero .hero__wrapper p {
  max-width: 380px;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: -1.2%;
  font-weight: 400;
}
@media (min-width: 992px) {
  .section--hero .hero__wrapper p {
    max-width: 495px;
  }
}
@media (max-width: 768px) {
  .section--hero .hero__wrapper p {
    margin: 0 auto;
  }
}

.section--funcionalidades {
  padding: 75px 0;
}
.section--funcionalidades .container {
  max-width: 1190px;
}
.section--funcionalidades h2 {
  font-size: 32px;
  line-height: 140%;
  letter-spacing: -2%;
  font-weight: 500;
  font-size: 36px;
  color: #242a3a;
}
@media (max-width: 768px) {
  .section--funcionalidades h2 {
    font-size: 24px;
    line-height: 140%;
    letter-spacing: -1.2%;
    font-weight: 500;
  }
}
.section--funcionalidades .swiper-funcionalidades {
  margin-top: 64px;
}
@media (max-width: 768px) {
  .section--funcionalidades .swiper-funcionalidades {
    margin-top: 32px;
  }
}
.section--funcionalidades .swiper-funcionalidades .swiper-slide {
  height: auto;
}
.section--funcionalidades .funcionalidade__card {
  position: relative;
}
@media (max-width: 768px) {
  .section--funcionalidades .funcionalidade__card {
    max-width: 260px;
    margin: 0 auto;
  }
}
.section--funcionalidades .funcionalidade__card img:last-of-type {
  position: absolute;
  left: 50%;
  top: 50%;
  max-width: 250px;
  transform: translate(-50%, -50%);
  filter: drop-shadow(0 48px 24px rgba(148, 148, 148, 0.12));
}
@media (max-width: 768px) {
  .section--funcionalidades .funcionalidade__card img:last-of-type {
    max-width: 180px;
  }
}
.section--funcionalidades h3 {
  font-size: 20px;
  line-height: 140%;
  letter-spacing: -1.2%;
  font-weight: 600;
  color: #242a3a;
  margin-top: 24px;
  margin-bottom: 12px;
  padding: 0 12px;
}
@media (max-width: 768px) {
  .section--funcionalidades h3 {
    margin-top: 18px;
    margin-bottom: 8px;
  }
}
.section--funcionalidades p {
  margin: 0;
  padding: 0 12px;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: -1.2%;
  font-weight: 400;
}
.section--funcionalidades .swiper-button-next,
.section--funcionalidades .swiper-button-prev {
  color: var(--wl-primary);
}

.section--vantagens {
  position: relative;
  padding: 75px 0;
  overflow: hidden;
}
.section--vantagens h2 {
  font-size: 48px;
  line-height: 120%;
  letter-spacing: -2%;
  font-weight: 500;
  font-size: 36px;
  color: #242a3a;
  max-width: 415px;
  margin: 0 auto 24px;
}
@media (max-width: 768px) {
  .section--vantagens h2 {
    font-size: 24px;
    line-height: 140%;
    letter-spacing: -1.2%;
    font-weight: 500;
  }
}
.section--vantagens p {
  max-width: 540px;
  margin: 0 auto 64px;
}
.section--vantagens .vantagens {
  margin-top: 48px;
}
.section--vantagens .vantagens h4 {
  font-size: 20px;
  line-height: 140%;
  letter-spacing: -1.2%;
  font-weight: 600;
  color: #242a3a;
  margin-top: 18px;
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  .section--vantagens .vantagens h4 {
    margin-bottom: 0;
    margin-top: 8px;
  }
}
.section--vantagens .vantagens p {
  margin: 0;
}
@media (min-width: 768px) {
  .section--vantagens .vantagens .col-md-3:not(:last-child) {
    border-right: 1px solid rgba(143, 144, 146, 0.15);
  }
}
.section--vantagens .destaque {
  font-size: 388px;
  line-height: 90%;
  letter-spacing: -6.2%;
  font-weight: 600;
  color: #f1f1f1;
  position: absolute;
  top: 50%;
  left: 50;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  pointer-events: none;
  z-index: -1;
}

.section--funciona {
  position: relative;
  padding: 75px 0;
}
.section--funciona h2 {
  font-size: 48px;
  line-height: 120%;
  letter-spacing: -2%;
  font-weight: 500;
  font-size: 36px;
  color: #242a3a;
  margin: 0 auto 24px;
}
@media (max-width: 768px) {
  .section--funciona h2 {
    font-size: 24px;
    line-height: 140%;
    letter-spacing: -1.2%;
    font-weight: 500;
  }
}
.section--funciona p {
  margin: 0 auto 37px;
}
.section--funciona .passos {
  margin-top: 48px;
}
.section--funciona .passos span {
  width: 100px;
  height: 100px;
  background-color: #0f1218;
  color: var(--wl-primary);
  font-size: 48px;
  line-height: 120%;
  letter-spacing: -2%;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.section--funciona .passos h4 {
  font-size: 24px;
  line-height: 140%;
  letter-spacing: -1.2%;
  font-weight: 600;
  color: #242a3a;
  margin-top: 18px;
  margin-bottom: 8px;
}
.section--funciona .passos p {
  margin: 0;
}
.section--funciona > img {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.section--depoimentos {
  position: relative;
  padding: 75px 0;
  margin: 45px 0;
  background-color: #e0e2e7;
}
.section--depoimentos blockquote {
  margin: 0;
}
.section--depoimentos blockquote p {
  color: #141720;
  font-size: 29px;
  line-height: 140%;
  letter-spacing: -2%;
  font-weight: 400;
  max-width: 830px;
}
@media (max-width: 768px) {
  .section--depoimentos blockquote p {
    font-size: 21px;
  }
}
.section--depoimentos ul,
.section--depoimentos ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 768px) {
  .section--depoimentos ul {
    display: flex;
    margin-top: 48px;
  }
}
.section--depoimentos ul li {
  color: #141720;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: -1.2%;
  font-weight: 400;
}
.section--depoimentos ul li b {
  display: block;
  font-size: 24px;
  line-height: 140%;
  letter-spacing: -1.2%;
  font-weight: 600;
}
@media (max-width: 768px) {
  .section--depoimentos ul li b {
    font-size: 20px;
    line-height: 140%;
    letter-spacing: -1.2%;
    font-weight: 600;
  }
}
@media (max-width: 768px) {
  .section--depoimentos ul li:first-of-type {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .section--depoimentos ul li:first-of-type {
    padding-right: 48px;
    border-right: 1px solid rgba(255, 255, 255, 0.15);
  }
  .section--depoimentos ul li:last-of-type {
    padding-left: 48px;
  }
}
.section--depoimentos .depoimento__pagination {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  gap: 12px;
}
.section--depoimentos .depoimento__pagination .swiper-button-prev,
.section--depoimentos .depoimento__pagination .swiper-button-next {
  position: relative !important;
  margin: 0 !important;
  top: 0;
  width: 56px;
  height: 56px;
  background-color: #242a3a;
  border-radius: 50%;
}
.section--depoimentos .depoimento__pagination .swiper-button-prev::after,
.section--depoimentos .depoimento__pagination .swiper-button-next::after {
  content: none;
}
.section--depoimentos .depoimento__pagination .swiper-button-prev {
  left: 0;
}
.section--depoimentos .depoimento__pagination .swiper-button-next {
  right: 0;
}

.section--especialidades {
  position: relative;
  padding: 75px 0;
}
.section--especialidades h2 {
  font-size: 48px;
  line-height: 120%;
  letter-spacing: -2%;
  font-weight: 500;
  font-size: 36px;
  color: #242a3a;
  margin: 0 auto 24px;
}
@media (max-width: 768px) {
  .section--especialidades h2 {
    font-size: 24px;
    line-height: 140%;
    letter-spacing: -1.2%;
    font-weight: 500;
  }
}
.section--especialidades p {
  margin: 0 auto 37px;
}
.section--especialidades .especialidade__box {
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  padding: 20px;
  height: 100%;
}
.section--especialidades .especialidade__box h4 {
  font-size: 20px;
  line-height: 140%;
  letter-spacing: -1.2%;
  font-weight: 600;
  margin-top: 18px;
  margin-bottom: 10px;
  color: #242a3a;
}
.section--especialidades .especialidade__box a {
  height: 41px;
  width: 100%;
  text-align: center;
  justify-content: center;
}

.section--faq {
  position: relative;
  padding: 75px 0;
}
.section--faq h2 {
  font-size: 48px;
  line-height: 120%;
  letter-spacing: -2%;
  font-weight: 500;
  font-size: 36px;
  color: #242a3a;
  margin: 0 auto 24px;
}
@media (max-width: 768px) {
  .section--faq h2 {
    font-size: 24px;
    line-height: 140%;
    letter-spacing: -1.2%;
    font-weight: 500;
  }
}
.section--faq p {
  margin: 0 auto 37px;
}
.section--faq #faqAccordion {
  max-width: 850px;
  margin: 0 auto;
}
.section--faq #faqAccordion .accordion-item {
  margin-bottom: 24px;
  border: 1px solid rgba(154, 157, 164, 0.24);
  border-radius: 14px;
  overflow: auto;
}
.section--faq #faqAccordion .accordion-item .accordion-button {
  background-color: #f8f9fa;
  color: #242a3a;
  font-size: 24px;
  line-height: 140%;
  letter-spacing: -1.2%;
  font-weight: 600;
}
.section--faq #faqAccordion .accordion-item .accordion-button.collapsed {
  color: #242a3a;
  background-color: transparent;
}
.section--faq #faqAccordion .accordion-item .accordion-collapse.show {
  color: #505561;
}

.esqueci-senha {
  font-size: 12px;
  line-height: 160%;
  letter-spacing: -1.2%;
  font-weight: 400;
  color: #242a3a;
}

.section--dicas {
  padding: 75px 0 0;
}
.section--dicas .tag {
  color: #0f1218;
  border-radius: 500px;
  border: 1px solid #bbbdc2;
  padding: 5px 13px;
}
.section--dicas h1 {
  font-size: 64px;
  line-height: 110%;
  letter-spacing: -3%;
  font-weight: 500;
  color: #242a3a;
  margin-top: 20px;
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .section--dicas h1 {
    font-size: 48px;
    line-height: 120%;
    letter-spacing: -2%;
    font-weight: 500;
  }
}
.section--dicas h2 {
  font-size: 32px;
  line-height: 140%;
  letter-spacing: -2%;
  font-weight: 500;
  color: #242a3a;
}
@media (max-width: 768px) {
  .section--dicas h2 {
    font-size: 24px;
    line-height: 140%;
    letter-spacing: -1.2%;
    font-weight: 500;
  }
}
.section--dicas p {
  margin: 0 auto;
}
.section--dicas img {
  margin-bottom: -40px;
  border-radius: 22px;
}
@media (min-width: 768px) {
  .section--dicas img {
    margin-bottom: -120px;
  }
}
.section--dicas a {
  margin-top: 55px;
  margin-bottom: 20px;
  display: inline-block;
}
@media (max-width: 768px) {
  .section--dicas a {
    margin-bottom: 55px;
  }
}
.section--dicas a img {
  margin-bottom: 0;
}

.dicas__card {
  background-color: #fff;
  border-radius: 12px;
  padding: 0.75rem 1.75rem 1.75rem;
  box-shadow:
    0 -2px 80px 0 rgba(0, 0, 0, 0.07),
    0 -0.81px 42px 0 rgba(0, 0, 0, 0.04),
    0 -0.4px 25px 0 rgba(0, 0, 0, 0.03),
    0 -0.2px 15px 0 rgba(0, 0, 0, 0.027),
    0 -0.09px 8px 0 rgba(0, 0, 0, 0.023),
    0 -0.03px 3px 0 rgba(0, 0, 0, 0.017);
}
.dicas__card__title {
  display: flex;
  align-items: center;
}
.dicas__card__title h3 {
  font-size: 24px;
  line-height: 140%;
  letter-spacing: -1.2%;
  font-weight: 600;
  color: #242a3a;
  margin-right: auto;
  margin-bottom: 0;
}
.dicas__card p {
  font-size: 14px;
  line-height: 160%;
  letter-spacing: -1.2%;
  font-weight: 400;
}
.dicas__card p b {
  display: block;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: -1.2%;
  font-weight: 400;
  color: #242a3a;
  font-weight: 700;
}

.section--sobre {
  padding: 75px 0;
  background-color: var(--wl-primary-subtle);
}
.section--sobre h2 {
  font-size: 32px;
  line-height: 140%;
  letter-spacing: -2%;
  font-weight: 500;
  color: #242a3a;
}
.section--sobre p {
  font-size: 16px;
  line-height: 160%;
  letter-spacing: -1.2%;
  font-weight: 400;
  margin-bottom: 0;
}
.section--sobre ul,
.section--sobre ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.section--sobre ul li {
  margin-top: 30px;
}
.section--sobre h4 {
  font-size: 24px;
  line-height: 140%;
  letter-spacing: -1.2%;
  font-weight: 500;
  color: #242a3a;
  margin-bottom: 8px;
}
.section--sobre img {
  border-radius: 22px;
}

.section--simples {
  padding: 75px 0;
}
.section--simples .container {
  max-width: 1070px;
}
.section--simples h2 {
  font-size: 48px;
  line-height: 120%;
  letter-spacing: -2%;
  font-weight: 500;
  color: #242a3a;
}
.section--simples h2 span {
  color: var(--wl-primary);
}
.section--simples p {
  font-size: 16px;
  line-height: 160%;
  letter-spacing: -1.2%;
  font-weight: 400;
  margin-bottom: 0;
}
.section--simples img {
  border-radius: 34px;
}
.section--simples ul,
.section--simples ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.section--simples h4 {
  font-size: 24px;
  line-height: 140%;
  letter-spacing: -1.2%;
  font-weight: 500;
  color: #242a3a;
  margin-bottom: 8px;
}

ul.lista {
  margin: 15px 0;
  padding-left: 20px;
}
ul.lista li {
  margin-top: 0;
  margin-bottom: 10px;
  list-style: disc;
}

ul.iconizada {
  margin-top: 2rem;
}
ul.iconizada li {
  padding: 25px 15px;
  border-top: 1px solid rgba(187, 189, 194, 0.3);
  border-bottom: 1px solid rgba(187, 189, 194, 0.3);
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
ul.iconizada li:last-of-type {
  margin-bottom: 0;
}
ul.iconizada li img {
  margin-right: 1rem;
  border-radius: 0;
}
ul.iconizada li p {
  margin: 0;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: -1.2%;
  font-weight: 400;
  color: #505561;
}
ul.iconizada li p b {
  display: block;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: -1.2%;
  font-weight: 500;
  color: #242a3a;
}
ul.iconizada.horizontal {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
ul.iconizada.horizontal li {
  margin-bottom: 0;
  border: 1px solid #ffd7e6;
  border-radius: 24px;
  flex-direction: column;
  align-items: flex-start;
}
ul.iconizada.horizontal li img {
  margin-left: 0;
}

.section--doencas {
  padding: 75px 0 55px;
}
.section--doencas .tag {
  color: #0f1218;
  border-radius: 500px;
  border: 1px solid #bbbdc2;
  padding: 5px 13px;
}
.section--doencas h1 {
  font-size: 64px;
  line-height: 110%;
  letter-spacing: -3%;
  font-weight: 500;
  color: #242a3a;
  margin-top: 20px;
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .section--doencas h1 {
    font-size: 48px;
    line-height: 120%;
    letter-spacing: -2%;
    font-weight: 500;
  }
}
.section--doencas p {
  margin: 0 auto;
}
.section--doencas a {
  margin-top: 55px;
  display: inline-block;
}

.section--sobreDoencas {
  position: relative;
  padding-bottom: 75px;
}
.section--sobreDoencas .container {
  max-width: 1040px;
}
.section--sobreDoencas .container .sobre__doencas {
  min-height: 450px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 22px;
  position: relative;
  overflow: hidden;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .section--sobreDoencas .container .sobre__doencas {
    padding: 20px;
  }
}
.section--sobreDoencas .container .sobre__doencas::before {
  content: "";
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
@media (max-width: 768px) {
  .section--sobreDoencas .container .sobre__doencas::before {
    background: rgba(0, 0, 0, 0.85);
  }
}
.section--sobreDoencas .container .sobre__doencas h2 {
  font-size: 48px;
  line-height: 120%;
  letter-spacing: -2%;
  font-weight: 600;
  color: var(--wl-primary);
  margin-bottom: 0.75rem;
  margin-top: 0;
  position: relative;
  z-index: 2;
}
.section--sobreDoencas .container .sobre__doencas p {
  font-size: 16px;
  line-height: 160%;
  letter-spacing: -1.2%;
  font-weight: 400;
  color: #f8f9fa;
  position: relative;
  z-index: 2;
  margin: 0;
}
.section--sobreDoencas .container .doencas__box {
  border: 12px solid #f1f1f1;
  background-color: #fff;
  border-radius: 24px;
  padding: 24px;
  height: 100%;
}
.section--sobreDoencas .container .doencas__box h4 {
  font-size: 24px;
  line-height: 140%;
  letter-spacing: -1.2%;
  font-weight: 500;
  color: #242a3a;
  margin-top: 0;
  margin-bottom: 0.75rem;
}
.section--sobreDoencas .container .doencas__box ul {
  margin: 0;
  padding-left: 12px;
}
.section--sobreDoencas .container .doencas__box ul li {
  font-size: 14px;
  line-height: 160%;
  letter-spacing: -1.2%;
  font-weight: 400;
  color: #505561;
}
.section--sobreDoencas > img {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.section--cuidados {
  padding: 75px 0;
  position: relative;
  overflow: hidden;
}
.section--cuidados .container {
  max-width: 1040px;
}
.section--cuidados::before {
  content: "";
  background-color: rgba(255, 255, 255, 0.92);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.section--cuidados h2 {
  font-size: 48px;
  line-height: 120%;
  letter-spacing: -2%;
  font-weight: 500;
  color: #242a3a;
  margin-bottom: 0.75rem;
  margin-top: 0;
  position: relative;
  z-index: 2;
}
.section--cuidados h2 small {
  display: block;
  font-size: 24px;
  line-height: 140%;
  letter-spacing: -1.2%;
  font-weight: 500;
}
.section--cuidados ul {
  position: relative;
  z-index: 2;
  margin: 0;
  padding-left: 12px;
}
.section--cuidados ul li {
  font-size: 16px;
  line-height: 160%;
  letter-spacing: -1.2%;
  font-weight: 400;
  color: #505561;
}
.section--cuidados > img {
  width: 100%;
  left: 0;
  top: 0;
  position: absolute;
  object-fit: cover;
  height: 100%;
  filter: grayscale(100%);
  z-index: -1;
}

.section--procurar {
  position: relative;
  padding: 75px 0;
}
.section--procurar h2 {
  font-size: 48px;
  line-height: 120%;
  letter-spacing: -2%;
  font-weight: 500;
  color: #242a3a;
  margin-top: 0;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .section--procurar h2 {
    font-size: 24px;
    line-height: 140%;
    letter-spacing: -1.2%;
    font-weight: 500;
  }
}
.section--procurar p {
  margin: 0;
}
.section--procurar .procurar__box {
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  padding: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.section--procurar .procurar__box h4 {
  font-size: 20px;
  line-height: 140%;
  letter-spacing: -1.2%;
  font-weight: 600;
  color: #242a3a;
  margin-top: 0;
  margin-bottom: 6px;
}
.section--procurar .procurar__box p {
  font-size: 16px;
  line-height: 160%;
  letter-spacing: -1.2%;
  font-weight: 400;
}

.section--sanos {
  padding: 75px 0;
}
.section--sanos .tag {
  color: #0f1218;
  border-radius: 500px;
  border: 1px solid #bbbdc2;
  padding: 5px 13px;
}
.section--sanos h1 {
  font-size: 64px;
  line-height: 110%;
  letter-spacing: -3%;
  font-weight: 500;
  color: #242a3a;
  margin-top: 20px;
  margin-bottom: 12px;
}
.section--sanos h1 span {
  color: var(--wl-primary);
}
.section--sanos p {
  max-width: 490px;
  margin: 0 auto;
}

.section--manifesto {
  padding: 75px 0;
}
.section--manifesto h2 {
  font-size: 48px;
  line-height: 120%;
  letter-spacing: -2%;
  font-weight: 500;
  color: #242a3a;
  margin-bottom: 20px;
}
.section--manifesto h2 b {
  font-size: 48px;
  line-height: 120%;
  letter-spacing: -2%;
  font-weight: 600;
  font-weight: 700;
}
.section--manifesto p {
  margin-bottom: 1rem;
}
.section--manifesto ul,
.section--manifesto ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.section--manifesto ul {
  margin-top: 2rem;
  background-color: var(--wl-primary-subtle);
  padding: 30px;
  border-radius: 24px;
}
.section--manifesto ul li {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.section--manifesto ul li:last-of-type {
  margin-bottom: 0;
}
.section--manifesto ul li img {
  margin-right: 1rem;
  max-width: 64px;
}
.section--manifesto ul li p {
  margin: 0;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: -1.2%;
  font-weight: 400;
  color: #505561;
}
.section--manifesto ul li p b {
  display: block;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: -1.2%;
  font-weight: 500;
  color: #242a3a;
}

.section--movimentos {
  padding: 75px 0;
}
.section--movimentos ul,
.section--movimentos li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.section--movimentos ul {
  max-width: 690px;
  margin: 0 auto;
}
.section--movimentos ul li {
  display: flex;
  align-items: center;
  margin-bottom: 3.5rem;
}
.section--movimentos ul li img {
  margin-right: 25px;
}
.section--movimentos ul li:first-child img {
  margin-top: -20px;
}
.section--movimentos h2 {
  font-size: 48px;
  line-height: 120%;
  letter-spacing: -2%;
  font-weight: 500;
  color: #242a3a;
  margin-bottom: 35px;
}
.section--movimentos h2 b {
  font-size: 48px;
  line-height: 120%;
  letter-spacing: -2%;
  font-weight: 600;
  font-weight: 700;
}
.section--movimentos p {
  font-size: 16px;
  line-height: 160%;
  letter-spacing: -1.2%;
  font-weight: 400;
  color: #505561;
  margin: 0;
}
.section--movimentos h4 {
  color: #242a3a;
}
.section--movimentos img {
  max-width: 140px;
}

.section--contato {
  padding: 75px 0;
}
.section--contato .tag {
  color: #0f1218;
  border-radius: 500px;
  border: 1px solid #bbbdc2;
  padding: 5px 13px;
}
.section--contato h1 {
  font-size: 64px;
  line-height: 110%;
  letter-spacing: -3%;
  font-weight: 500;
  color: #242a3a;
  margin-top: 20px;
  margin-bottom: 12px;
}
.section--contato h1 span {
  color: var(--wl-primary);
}
.section--contato h2 {
  font-size: 48px;
  line-height: 120%;
  letter-spacing: -2%;
  font-weight: 500;
  color: #242a3a;
  margin-top: 20px;
  margin-bottom: 12px;
}
.section--contato h2 span {
  color: var(--wl-primary);
}
.section--contato p {
  margin: 0 auto;
}
.section--contato ul,
.section--contato ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.section--contato ul {
  margin-top: 2rem;
}
.section--contato ul li {
  padding: 15px;
  border-radius: 24px;
  border: 1px solid #fff2f7;
  background-color: #fff;
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.section--contato ul li:last-of-type {
  margin-bottom: 0;
}
.section--contato ul li img {
  margin-right: 1rem;
}
.section--contato ul li p {
  margin: 0;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: -1.2%;
  font-weight: 400;
  color: #505561;
}
.section--contato ul li p b {
  display: block;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: -1.2%;
  font-weight: 500;
  color: #242a3a;
}
.section--contato form {
  background-color: #fff;
  border-radius: 12px;
  border: 1px solid #f8f9fa;
  box-shadow: 0 14px 28px 0 rgba(0, 0, 0, 0.07);
  padding: 32px;
}
.section--contato > img {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.section--informacoes {
  padding: 0 0 105px;
}
.section--informacoes form {
  background-color: #fff;
  border-radius: 12px;
  border: 1px solid #f8f9fa;
  box-shadow: 0 14px 28px 0 rgba(0, 0, 0, 0.07);
  padding: 24px;
}
@media (min-width: 768px) {
  .section--informacoes form {
    padding: 32px;
  }
}
.section--informacoes form .form--inner {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  gap: 14px;
}
@media (min-width: 768px) {
  .section--informacoes form .form--inner {
    flex-direction: row;
    gap: 20px;
  }
}
.section--informacoes form .form--inner .form-group {
  margin: 0;
  flex: 1;
}
@media (max-width: 768px) {
  .section--informacoes form .form--inner .form-group {
    width: 100%;
  }
}
.section--informacoes form .form--inner .form-group ~ button[type="submit"] {
  padding: 10px 74px;
}
@media (min-width: 768px) {
  .section--informacoes form .form--inner .form-group ~ button[type="submit"] {
    width: auto;
  }
}

.section--checkupshero {
  margin-left: auto;
  margin-right: auto;
  padding: 0 2rem;
  max-width: 1510px;
  background: linear-gradient(
    to bottom,
    rgb(255, 255, 255) 0%,
    rgb(250, 250, 250) 100%
  );
}
@media (min-width: 1921px) {
  .section--checkupshero {
    max-width: none;
    padding-left: calc((100% - 1510px) / 2 + 2rem);
    padding-right: calc((100% - 1510px) / 2 + 2rem);
  }
}
@media (max-width: 768px) {
  .section--checkupshero {
    padding: 0 1rem;
  }
}
.section--checkupshero .hero__wrapper {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center right;
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  padding: 35px 1rem 4rem;
}

@media (min-width: 769px) {
  .section--consultas-hero .hero__wrapper,
  .section--checkupshero .hero__wrapper {
    height: 520px;
    padding: 5rem 1rem 8rem;
    display: flex;
    align-items: center;
    box-sizing: border-box;
  }

  .section--consultas-hero .hero__wrapper {
    background-size: cover;
    background-position: center 42%;
    background-color: #f7f7f7;
  }
}

.section--checkupshero[data-publico="feminino"] .hero__wrapper {
  background-image: url("/2025/img/hero-mulher.jpg");
}

.section--checkupshero[data-publico="masculino"] .hero__wrapper {
  background-image: url("/2025/img/hero-homem.jpg");
}

.section--checkupshero[data-publico="vacinas"] .hero__wrapper {
  background-image: url("/2025/img/hero-vacinas.jpg");
}

.section--checkupshero[data-publico="exames"] .hero__wrapper {
  background-image: url("/2025/img/hero-exames.jpg");
}

@media (max-width: 768px) {
  .section--checkupshero .hero__wrapper {
    min-height: 0;
    padding: 20px 0 24px;
    background-image: none !important;
  }

  .section--checkupshero .hero__wrapper .container {
    width: 100%;
  }

  .section--checkupshero .hero__wrapper .row > [class*="col-"] {
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
  }

  .section--checkupshero .hero__wrapper h1 {
    margin-top: 0;
    margin-bottom: 0;
    text-shadow: none;
  }

  .section--checkupshero .hero__wrapper h1::after {
    content: "";
    display: block;
    min-height: 258px;
    margin: 20px 0 22px;
    border-radius: 18px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center right;
  }

  .section--checkupshero[data-publico="exames"] .hero__wrapper h1::after {
    background-image: url("/2025/img/hero-exames.jpg");
    background-position: 84% center;
  }

  .section--checkupshero[data-publico="feminino"] .hero__wrapper h1::after {
    background-image: url("/2025/img/hero-mulher.jpg");
    background-position: 76% center;
  }

  .section--checkupshero[data-publico="masculino"] .hero__wrapper h1::after {
    background-image: url("/2025/img/hero-homem.jpg");
    background-position: 74% center;
  }

  .section--checkupshero[data-publico="vacinas"] .hero__wrapper h1::after {
    background-image: url("/2025/img/hero-vacinas.jpg");
    background-position: 86% center;
  }

  .section--checkupshero .hero__wrapper p {
    margin: 0 auto 18px;
    color: rgba(36, 42, 58, 0.82);
  }

  .section--checkupshero .hero__wrapper a.btn {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .section--checkupshero .hero__wrapper {
    border-top: 1px solid #c6c6c6;
  }
}
.section--checkupshero h1 {
  font-size: 45px;
  line-height: 110%;
  letter-spacing: 0;
  font-weight: 500;
  color: #242a3a;
  margin-top: 20px;
  margin-bottom: 12px;
}
@media (max-width: 991px) {
  .section--checkupshero h1 {
    font-size: 34px;
    line-height: 118%;
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  .section--checkupshero .row > [class*="col-"] {
    flex: 0 0 42%;
    max-width: 42%;
  }

  .section--checkupshero h1 {
    font-size: 28px;
    line-height: 116%;
  }

  .section--checkupshero p {
    font-size: 15px;
    line-height: 135%;
    margin-top: 24px;
  }
}
@media (max-width: 768px) {
  .section--checkupshero h1 {
    font-size: 34px;
    line-height: 120%;
    letter-spacing: 0;
    font-weight: 500;
  }
}
.section--checkupshero .hero-title--exames b,
.section--checkupshero .hero-title--exames span {
  display: block;
  white-space: nowrap;
}
.section--checkupshero .hero-title--exames {
  max-width: 520px;
}
.section--checkupshero h1 b {
  font-weight: 800;
}
.section--checkupshero h1 span {
  position: relative;
}
.section--checkupshero h1 span img {
  position: absolute;
  left: 0;
  bottom: -14px;
  width: 100%;
}
.section--checkupshero p {
  font-size: 20px;
  line-height: 140%;
  letter-spacing: -1.2%;
  font-weight: 400;
  margin-top: 40px;
  max-width: 450px;
}
@media (max-width: 768px) {
  .section--checkupshero .pessoa {
    display: none;
  }
}
.section--checkupshero a:not(.btn) {
  margin-top: 68px;
  margin-bottom: 12px;
  display: inline-block;
}

.section--conecta {
  padding: 100px 0;
  background-color: #fafafa;
  position: relative;
  overflow: hidden;
}
.section--conecta img {
  position: absolute;
  top: -70px;
  left: -110px;
  opacity: 0.7;
}
.section--conecta .container {
  max-width: 745px;
  z-index: 2;
  position: relative;
}
.section--conecta .container h2 {
  color: #242a3a;
  font-size: 32px;
  line-height: 140%;
  letter-spacing: -2%;
  font-weight: 600;
}
@media (max-width: 768px) {
  .section--conecta .container h2 {
    font-size: 24px;
    line-height: 140%;
    letter-spacing: -1.2%;
    font-weight: 600;
  }
}
.section--conecta .container p {
  font-size: 16px;
  line-height: 160%;
  letter-spacing: -1.2%;
  font-weight: 500;
  max-width: 570px;
  margin: 0 auto;
}

.section--conheca {
  padding: 110px 0 130px;
}
@media (max-width: 768px) {
  .section--conheca .container {
    padding: 0 40px;
  }
}
.section--conheca h2 {
  color: #242a3a;
  font-size: 48px;
  line-height: 120%;
  letter-spacing: -2%;
  font-weight: 600;
}
@media (max-width: 768px) {
  .section--conheca h2 {
    font-size: 32px;
    line-height: 140%;
    letter-spacing: -2%;
    font-weight: 600;
  }
}
.section--conheca p {
  font-size: 16px;
  line-height: 160%;
  letter-spacing: -1.2%;
  font-weight: 500;
  color: #6c707b;
  max-width: 470px;
  margin: 0 auto;
}
.section--conheca .checkup__box {
  padding: 12px;
  border-radius: 20px;
  box-shadow: 0 4px 9px rgba(0, 0, 0, 0.05);
  background-color: #fff;
}
@media (max-width: 768px) {
  .section--conheca .checkup__box {
    border: 1px solid rgba(108, 108, 108, 0.2);
  }
}
.section--conheca .checkup__box h3 {
  color: #242a3a;
  font-size: 32px;
  line-height: 140%;
  letter-spacing: -2%;
  font-weight: 600;
  margin-bottom: 0;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .section--conheca .checkup__box h3 {
    font-size: 48px;
    line-height: 120%;
    letter-spacing: -2%;
    font-weight: 600;
  }
}
.section--conheca .checkup__box p {
  font-size: 14px;
  line-height: 160%;
  letter-spacing: -1.2%;
  font-weight: 500;
  color: #6c707b;
  margin-bottom: 22px;
  max-width: 160px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .section--conheca .checkup__box p {
    font-size: 18px;
    line-height: 160%;
    letter-spacing: -1.2%;
    font-weight: 500;
    max-width: 240px;
  }
}
.section--conheca .checkup__box .checkup__box__info {
  padding: 15px 14px 30px 14px;
  border-radius: 10px;
}
.section--conheca .checkup__box .checkup__box__info ul,
.section--conheca .checkup__box .checkup__box__info li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.section--conheca .checkup__box .checkup__box__info ul {
  text-align: left;
}
.section--conheca .checkup__box .checkup__box__info ul li {
  margin-bottom: 14px;
  color: #242a3a;
  font-size: 14px;
  line-height: 160%;
  letter-spacing: -1.2%;
  font-weight: 500;
  position: relative;
  padding-left: 28px;
}
.section--conheca .checkup__box .checkup__box__info ul li:last-of-type {
  margin-bottom: 0;
}
.section--conheca .checkup__box .checkup__box__info ul li::before {
  content: "";
  background-size: cover;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 20px;
  width: 20px;
}
.section--conheca .checkup__box .checkup__box__info h4 {
  font-size: 64px;
  font-weight: 800;
  color: #1a1e29;
  margin: 20px 0 25px;
  letter-spacing: -3px;
}
.section--conheca .checkup__box .checkup__box__info h4 small {
  font-size: 0.5em;
  font-weight: 600;
  color: #6c707b;
  margin-right: 5px;
}
.section--conheca .checkup__box .checkup__box__info a {
  box-shadow: 0 4px 9px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  font-size: 18px;
  font-weight: 600;
  justify-content: center;
  text-align: center;
  width: 100%;
}
.section--conheca[data-publico="feminino"] .checkup__box .checkup__box__info {
  background-color: var(--wl-primary-subtle);
}
.section--conheca[data-publico="feminino"]
  .checkup__box
  .checkup__box__info
  ul
  li::before {
  background-image: url("/2025/img/check-rosa.svg");
}
.section--conheca[data-publico="feminino"] .checkup__box .checkup__box__info a {
  background-color: #fff;
  color: var(--wl-primary);
}
.section--conheca[data-publico="feminino"]
  .checkup__box
  .checkup__box__info
  a:hover,
.section--conheca[data-publico="feminino"]
  .checkup__box
  .checkup__box__info
  a:visited,
.section--conheca[data-publico="feminino"]
  .checkup__box
  .checkup__box__info
  a:active,
.section--conheca[data-publico="feminino"]
  .checkup__box
  .checkup__box__info
  a:focus {
  background-color: var(--wl-primary) !important;
  color: white !important;
  border-color: var(--wl-primary) !important;
}
.section--conheca[data-publico="masculino"] .checkup__box .checkup__box__info {
  background-color: #f7f6fe;
}
.section--conheca[data-publico="masculino"]
  .checkup__box
  .checkup__box__info
  ul
  li::before {
  background-image: url("/2025/img/check-azul.svg");
}
.section--conheca[data-publico="masculino"]
  .checkup__box
  .checkup__box__info
  a {
  background-color: #fff;
  color: #6a5acd;
}
.section--conheca[data-publico="masculino"]
  .checkup__box
  .checkup__box__info
  a:hover,
.section--conheca[data-publico="masculino"]
  .checkup__box
  .checkup__box__info
  a:visited,
.section--conheca[data-publico="masculino"]
  .checkup__box
  .checkup__box__info
  a:active,
.section--conheca[data-publico="masculino"]
  .checkup__box
  .checkup__box__info
  a:focus {
  background-color: #6a5acd !important;
  color: white !important;
  border-color: #6a5acd !important;
}

.section--especificos {
  padding: 60px 0 0;
  background-color: #f8f9fa;
  background-image: url("/2025/img/avulsos-bg.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
}
.section--especificos::before {
  content: "";
  background-color: #fff;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 40%;
  position: absolute;
}
.section--especificos .container {
  background-color: #fff;
  border: 1px solid #f8f9fa;
  border-radius: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
  padding: 50px 15px 75px 15px;
  margin-bottom: -40px;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .section--especificos .container {
    padding: 50px 45px 75px 45px;
  }
}
.section--especificos h2 {
  color: #242a3a;
  font-size: 48px;
  line-height: 120%;
  letter-spacing: -2%;
  font-weight: 600;
}
@media (max-width: 768px) {
  .section--especificos h2 {
    font-size: 32px;
    line-height: 140%;
    letter-spacing: -2%;
    font-weight: 600;
  }
}
.section--especificos h2 ~ h3 {
  color: #242a3a;
}
.section--especificos p {
  font-size: 18px;
  line-height: 160%;
  letter-spacing: -1.2%;
  font-weight: 400;
  color: #505561;
}
.section--especificos ul,
.section--especificos li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.section--especificos ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 4px;
  margin-bottom: 5px;
  background: #f1f1f1;
  padding: 6px 6px 6px 13px;
  border-radius: 4px;
}
.section--especificos ul li button {
  font-size: 20px;
  line-height: 140%;
  letter-spacing: -1.2%;
  font-weight: 600;
  background-color: transparent;
  border: none;
  text-align: left;
}
@media (max-width: 768px) {
  .section--especificos ul li button {
    font-size: 16px;
    line-height: 160%;
    letter-spacing: -1.2%;
    font-weight: 600;
  }
}
.section--especificos ul li div {
  display: flex;
  align-items: center;
  gap: 12px;
}
.section--especificos ul li div p {
  font-size: 18px;
  line-height: 160%;
  letter-spacing: -1.2%;
  font-weight: 600;
  color: #212635;
  margin: 0;
}
@media (max-width: 768px) {
  .section--especificos ul li div p {
    font-size: 16px;
    line-height: 160%;
    letter-spacing: -1.2%;
    font-weight: 600;
    white-space: nowrap;
  }
}
.section--avulsos {
  padding-top: 120px;
}
.section--avulsos .avulsos__box {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 15px;
  height: 100%;
  padding: 22px;
  transition: all 200ms ease-in-out;
  max-width: 550px;
  margin: 0 auto;
}
.section--avulsos .avulsos__box h3 {
  font-size: 32px;
  line-height: 140%;
  letter-spacing: -2%;
  font-weight: 500;
  color: #242a3a;
  margin-bottom: 5px;
  transition: all 200ms ease-in-out;
}
.section--avulsos .avulsos__box button {
  font-size: 12px;
  line-height: 160%;
  letter-spacing: -1.2%;
  font-weight: 600;
  background-color: transparent;
  border: none;
  transition: all 200ms ease-in-out;
}
.section--avulsos[data-publico="feminino"] .avulsos__box {
  background-color: var(--wl-primary-subtle);
}
.section--avulsos[data-publico="feminino"] .avulsos__box button {
  color: var(--wl-primary);
}
.section--avulsos[data-publico="masculino"] .avulsos__box {
  background-color: #f7f6fe;
}
.section--avulsos[data-publico="masculino"] .avulsos__box button {
  color: #6a5acd;
}

.section--prevencao {
  position: relative;
  margin: 150px 0 80px;
  padding: 150px 0;
  overflow: hidden;
  /* this is the key */
}
@media (max-width: 768px) {
  .section--prevencao {
    padding: 70px 0;
  }
}
.section--prevencao .destaque {
  font-size: 388px;
  line-height: 90%;
  letter-spacing: -6.2%;
  font-weight: 600;
  color: #f1f1f1;
  position: absolute;
  opacity: 0.4;
  left: 0;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  pointer-events: none;
  z-index: -2;
}
.section--prevencao .progressive-blur__overlay {
  position: absolute;
  inset: 0; /* top/right/bottom/left = 0 */
  pointer-events: none; /* pass clicks through */
  /* even if fully transparent, this forces the browser
  to paint the element so backdrop-filter will work */
  background: rgba(255, 255, 255, 0);
  /* apply the *maximum* blur you want at the very bottom */
  --b: 20px;
  backdrop-filter: blur(var(--b));
  -webkit-backdrop-filter: blur(var(--b));
  /* now mask that blur so it fully covers at the bottom
  and fades out to 0 at the top */
  mask-image: linear-gradient(to top, black 0%, transparent 100%);
  -webkit-mask-image: linear-gradient(to top, black 0%, transparent 100%);
  z-index: -1;
  height: 100%;
}
.section--prevencao h2 {
  font-size: 48px;
  font-weight: 800;
  letter-spacing: -2px;
  line-height: 120%;
  color: #212635;
}
.section--prevencao p {
  font-size: 32px;
  line-height: 140%;
  letter-spacing: -2%;
  font-weight: 500;
  color: #505561;
}
@media (max-width: 768px) {
  .section--prevencao p {
    font-size: 24px;
    line-height: 140%;
    letter-spacing: -1.2%;
    font-weight: 500;
  }
}

.section--mapa {
  position: relative;
  padding: 35px 0;
}
@media (max-width: 768px) {
  .section--mapa #map {
    height: 400px;
    display: block;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .section--mapa::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 50%;
    background: linear-gradient(
      to right,
      rgb(248, 249, 250) 90%,
      rgba(248, 249, 250, 0) 100%
    );
    z-index: 1;
  }
  .section--mapa gmp-map,
  .section--mapa #map {
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 70%;
  }
}
.section--mapa form {
  background-color: #fff;
  border-radius: 24px;
  box-shadow: 0 4px 9px rgba(0, 0, 0, 0.1);
  z-index: 2;
  position: relative;
  width: 50%;
}
@media (max-width: 768px) {
  .section--mapa form {
    width: 100%;
    margin-top: -40px;
  }
}
.section--mapa form .form__head {
  padding: 20px;
  border-bottom: 1px solid #e6e6e6;
}
.section--mapa form .form__head h2 {
  font-size: 24px;
  line-height: 140%;
  letter-spacing: -1.2%;
  font-weight: 600;
  color: #242a3a;
  margin-top: 0;
  margin-bottom: 0px;
}
.section--mapa form .form__head p {
  font-size: 14px;
  line-height: 160%;
  letter-spacing: -1.2%;
  font-weight: 400;
  color: #6c707b;
  margin-bottom: 10px;
}
.section--mapa form .form__head__fields .form-group {
  flex: 1;
  margin: 0;
}

.section--mapa form .form__head .form-group input,
.section--mapa form .form__head .form-group select {
  background-color: #f8f8f8;
  border: 1px solid #eeeeee;
  border-radius: 8px;
  color: #505561;
}
.section--mapa form .form__head label {
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 0;
}
.section--mapa form .form__body {
  padding: 20px;
  height: 320px;
  overflow: auto;
}
.section--mapa form .form__body .mensagem {
  text-align: center;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  max-width: 370px;
  margin: 0 auto;
}
.section--mapa form .form__body ul,
.section--mapa form .form__body li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.section--mapa form .form__body ul {
  text-align: left;
}
.section--mapa form .form__body ul li {
  margin-bottom: 21px;
  position: relative;
  padding-left: 35px;
}
.section--mapa form .form__body ul li:last-of-type {
  margin-bottom: 0;
}
.section--mapa form .form__body ul li::before {
  content: "";
  background-size: cover;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 24px;
  width: 24px;
}
.section--mapa form .form__body ul li h5 {
  font-size: 18px;
  line-height: 160%;
  letter-spacing: -1.2%;
  font-weight: 600;
  color: #242a3a;
  margin-bottom: 0;
}
.section--mapa form .form__body ul li p {
  font-size: 14px;
  line-height: 160%;
  letter-spacing: -1.2%;
  font-weight: 500;
  color: #6c707b;
}
.section--mapa form .form__body ul li p b {
  font-weight: 600;
  display: block;
}
.section--mapa[data-publico="feminino"] ul li::before {
  background-image: url("/2025/img/pin-rosa.svg");
}
.section--mapa[data-publico="masculino"] ul li::before {
  background-image: url("/2025/img/pin-azul.svg");
}

.section--chamada.checkups {
  padding: 90px 0;
}
.section--chamada.checkups .container {
  background-image: url("/2025/img/ajuda-checkups.jpg");
}
.section--chamada.checkups p {
  max-width: 640px;
}

/*# sourceMappingURL=main.css.map */
