:root {
  --u3d-bg: #080b11;
  --u3d-surface: #111620;
  --u3d-surface-2: #171d29;
  --u3d-surface-3: #202735;
  --u3d-border: rgba(255, 255, 255, 0.1);
  --u3d-text: #f4f7fb;
  --u3d-muted: #aab4c2;
  --u3d-primary: #2f7cff;
  --u3d-primary-strong: #69a2ff;
  --u3d-glow: rgba(47, 124, 255, 0.24);
  --u3d-success: #198754;
  --u3d-success-strong: #22b66f;
  --u3d-success-glow: rgba(34, 182, 111, 0.28);
}

html {
  background: var(--u3d-bg);
}

body {
  padding-bottom: 20px;
  background:
    radial-gradient(circle at 22% 0%, rgba(47, 124, 255, 0.14), transparent 32rem),
    linear-gradient(180deg, #0b1018 0%, var(--u3d-bg) 44%, #090a0d 100%);
  color: var(--u3d-text);
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;

}


.navbar {
  background:
    linear-gradient(180deg, rgba(248, 250, 252, 0.96), rgba(226, 232, 240, 0.92)) !important;
  border-bottom: 1px solid rgba(8, 11, 17, 0.12);
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.18);
  margin-bottom: 20px;
  padding-top: 0 !important;

  a {
    color: #111827;
    font-weight: 600;
  }
}

.navbar .nav-link {
  color: rgba(17, 24, 39, 0.82) !important;
  transition: color 0.18s ease;
}

.navbar .nav-link:hover,
.navbar .nav-link.active {
  color: #0b63ce !important;
}

.navbar-toggler {
  border-color: rgba(17, 24, 39, 0.22) !important;
}

.navbar-toggler:focus {
  box-shadow: 0 0 0 0.18rem var(--u3d-glow) !important;
}

.navbar-toggler-icon {
  filter: none;
}

.navbar-brand img {
  filter: drop-shadow(0 8px 18px rgba(15, 23, 42, 0.16));
}

.landscape-menu-float {
  display: none !important;
}

.offcanvas.text-bg-dark {
  background: linear-gradient(180deg, #101722, #080b11) !important;
  border-left: 1px solid var(--u3d-border);
}

@media (max-width: 991px) {

  .navbar .offcanvas.text-bg-dark .offcanvas-title,
  .navbar .offcanvas.text-bg-dark .nav-link {
    color: rgba(244, 247, 251, 0.88) !important;
  }

  .navbar .offcanvas.text-bg-dark .nav-link:hover,
  .navbar .offcanvas.text-bg-dark .nav-link.active {
    color: var(--u3d-primary-strong) !important;
  }
}

@media ((hover: none) and (pointer: coarse) and (orientation: landscape)),
((max-height: 575px) and (orientation: landscape) and (max-width: 1024px)) {
  body.produto-detalhe-page .navbar {
    background: transparent !important;
    border-bottom: 0;
    box-shadow: none;
    height: 0 !important;
    margin: 0 !important;
    min-height: 0;
    overflow: visible;
    padding: 0 !important;
    position: static !important;
  }

  body.produto-detalhe-page .navbar>.container-fluid {
    height: 0;
    min-height: 0;
    padding: 0 !important;
  }

  body.produto-detalhe-page .navbar .navbar-brand,
  body.produto-detalhe-page .navbar .navbar-toggler,
  body.produto-detalhe-page .navbar .produto-navbar-search,
  body.produto-detalhe-page .navbar #carrinho-btn {
    display: none !important;
  }

  body.produto-detalhe-page .landscape-menu-float {
    align-items: center;
    background: rgba(8, 11, 17, 0.72) !important;
    border: 1px solid rgba(105, 162, 255, 0.42) !important;
    box-shadow: 0 0 0 3px rgba(47, 124, 255, 0.16), 0 0 18px rgba(47, 124, 255, 0.42) !important;
    color: #fff !important;
    display: inline-flex !important;
    height: 46px;
    justify-content: center;
    padding: 0;
    position: fixed;
    right: 15px;
    top: calc(env(safe-area-inset-top, 0px) + var(--landscape-menu-top, 12px));
    transition: top 0.08s linear;
    width: 46px;
    z-index: 1030;
  }

  body.produto-detalhe-page .landscape-menu-float .navbar-toggler-icon {
    background-color: rgba(17, 22, 32, 0.72);
    background-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff), linear-gradient(#fff, #fff);
    background-position: center calc(50% - 6px), center, center calc(50% + 6px);
    background-repeat: no-repeat;
    background-size: 22px 2px, 22px 2px, 22px 2px;
    border: 1px solid rgba(105, 162, 255, 0.58);
    border-radius: 6px;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.45);
    filter: none;
    height: 28px;
    opacity: 0.95;
    width: 32px;
  }

  body.produto-detalhe-page:has(.offcanvas.show) .landscape-menu-float,
  body.produto-detalhe-page:has(.offcanvas.showing) .landscape-menu-float {
    display: none !important;
  }
}

.u3d-global-loading {
  align-items: center;
  background: rgba(4, 7, 13, 0.78);
  backdrop-filter: blur(3px);
  display: flex;
  inset: 0;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  transition: opacity 0.18s ease;
  z-index: 12000;
}

.u3d-global-loading.is-visible {
  opacity: 1;
  pointer-events: auto;
}

.u3d-global-loading__content {
  align-items: center;
  color: rgba(244, 247, 251, 0.88);
  display: grid;
  gap: 0.85rem;
  justify-items: center;
  text-align: center;
}

.u3d-global-loading__spinner {
  border: 3px solid rgba(105, 162, 255, 0.18);
  border-radius: 999px;
  border-top-color: #69a2ff;
  box-shadow: 0 0 0 4px rgba(47, 124, 255, 0.12), 0 0 28px rgba(47, 124, 255, 0.46);
  height: 3rem;
  width: 3rem;
  animation: u3d-global-loading-spin 0.82s linear infinite;
}

.u3d-global-loading__label {
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

@keyframes u3d-global-loading-spin {
  to {
    transform: rotate(360deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  .u3d-global-loading,
  .u3d-global-loading__spinner {
    animation: none;
    transition: none;
  }
}

.container {
  margin-top: 0 !important;
  text-align: center;
  box-sizing: border-box;
  max-width: min(1120px, calc(100vw - 24px));
  min-width: 0;
  width: 100%;
  margin-bottom: 10px;
}

.form-check-label {
  font-size: 14px;
}

.container2 {
  margin: auto;
  text-align: center;
  width: 95%;
  margin-bottom: 0px;
}

img {
  width: 100%;
}

.carousel-size {
  width: 100%;
  margin: auto;
  background: #080b11;
  overflow: hidden;
  position: relative;
}

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}


.responsive-image {
  height: 15vh;

}



.b-example-divider {
  width: 100%;
  height: 3rem;
  background-color: #0000001a;
  border: solid rgba(0, 0, 0, 0.15);
  border-width: 1px 0;
  box-shadow:
    inset 0 0.5em 1.5em #0000001a,
    inset 0 0.125em 0.5em #00000026;
}

.b-example-vr {
  flex-shrink: 0;
  width: 1.5rem;
  height: 100vh;
}

.bi {
  vertical-align: auto;

}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

main {
  width: 100%;
  margin: auto;
  margin-bottom: 0 !important;
  /* margin-top: 0.5%; */
}


.btn {
  --bd-blue-bg: var(--u3d-primary);
  --bd-blue-rgb: 112.520718, 44.062154, 249.437846;
  --bs-btn-font-weight: 600;
  --bs-btn-color: var(--bs-white);
  --bs-btn-bg: var(--bd-blue-bg);
  --bs-btn-border-color: var(--bd-blue-bg);
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-hover-bg: var(--u3d-primary-strong);
  --bs-btn-hover-border-color: var(--u3d-primary-strong);
  --bs-btn-focus-shadow-rgb: var(--bd-blue-rgb);
  --bs-btn-active-color: var(--bs-btn-hover-color);
  --bs-btn-active-bg: #0d1420;
  --bs-btn-active-border-color: #0d1420;
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
  transition: background-color 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.btn:hover,
.btn:focus {
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.24), 0 0 0 3px var(--u3d-glow);
  transform: translateY(-1px);
}

.btn-primary,
.btn.btn-primary {
  background: linear-gradient(135deg, var(--u3d-primary), #5c93ff) !important;
  border: 1px solid var(--u3d-primary-strong) !important;
  color: #fff !important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
  background: linear-gradient(135deg, #3f87ff, var(--u3d-primary-strong)) !important;
  border-color: #9fc0ff !important;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.28), 0 0 0 3px var(--u3d-glow), 0 0 22px rgba(47, 124, 255, 0.22);
}

.btn-success,
.btn.btn-success {
  background: linear-gradient(135deg, var(--u3d-success), var(--u3d-success-strong)) !important;
  border: 1px solid rgba(90, 238, 160, 0.72) !important;
  color: #fff !important;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active {
  background: linear-gradient(135deg, #1f9e62, #28c77d) !important;
  border-color: rgba(136, 255, 190, 0.86) !important;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.28), 0 0 0 3px var(--u3d-success-glow), 0 0 22px rgba(34, 182, 111, 0.22);
}

.btn-outline-light,
.btn-outline-secondary,
.btn-outline-primary,
.btn-light {
  background: rgba(255, 255, 255, 0.055) !important;
  border: 1px solid rgba(255, 255, 255, 0.16) !important;
  color: var(--u3d-text) !important;
}

.btn-outline-light:hover,
.btn-outline-light:focus,
.btn-outline-light.active,
.btn-outline-secondary:hover,
.btn-outline-secondary:focus,
.btn-outline-secondary.active,
.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary.active,
.btn-light:hover,
.btn-light:focus,
.btn-light.active {
  background: rgba(47, 124, 255, 0.2) !important;
  border-color: var(--u3d-primary-strong) !important;
  color: #fff !important;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.24), 0 0 0 3px var(--u3d-glow);
}

.btn:disabled,
.btn.disabled {
  box-shadow: none !important;
  transform: none !important;
}

.navbar-brand {
  padding: 0% !important;
}

.bd-mode-toggle {
  z-index: 1500;
}

.bd-mode-toggle .bi {
  width: 1em;
  height: 1em;
}

.bd-mode-toggle .dropdown-menu .active .bi {
  display: block !important;
}

.mySwiper {
  width: 100%;
  /* height: auto; */
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  /* height: 100%; */
  object-fit: cover;
  opacity: 0.6;
  transition: 0.3s;


}

.swiper-wrapper {
  transition-timing-function: linear !important;
}

.swiper-slide img:hover {
  opacity: 1;

}



.icon-box:hover {
  background: var(--u3d-surface-2);
}

.icon-box i {
  float: left;
  color: var(--u3d-primary-strong);
  font-size: 40px;
  line-height: 0;
}

.icon-box h4 {
  margin-left: 70px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.icon-box h4 a {
  color: #fff;
  transition: 0.3s;
}

.icon-box h4 a:hover {
  text-decoration: underline;
}

.icon-box .icon-box:hover h4 a {
  color: var(--u3d-primary-strong);
}

.icon-box p {
  margin-left: 70px;
  line-height: 24px;
  font-size: 14px;
}

section {
  /* padding: 40px 0; */
  overflow: hidden;
  position: relative;
}

.insta {
  padding: 0px;
}

.section-title {
  text-align: center;
  position: relative;

  p {
    padding-bottom: 30px;
  }
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.section-title h2::after {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: var(--u3d-primary);
  bottom: 0;
  left: calc(50% - 25px);
}

.section-title p {
  margin-bottom: 0;
}

.section-bg {
  padding: 10px 0;
  color: #fff;
}

.section-bg:before {
  content: "";
  position: absolute;
  bottom: 60px;
  top: 60px;
  left: 0;
  right: 0;
}

span.unica {
  font-weight: 900;
  font-size: larger;
  color: var(--u3d-primary-strong);

}

.form-container {
  background: var(--u3d-surface);
  border: 1px solid var(--u3d-border);
  color: var(--u3d-text);
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.3);
}

.form-title {
  color: #e8e8e8;
  text-align: center;
  margin-bottom: 15px;
}

.form-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.form-title h2::after {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: var(--u3d-primary);
  bottom: 0;
  left: calc(50% - 25px);

}

.form-title hr {
  width: 60px;
  height: 3px;
  background-color: var(--u3d-primary);
  margin: 10px auto 0;
}

#modalSucesso .modal-content {
  border-radius: 1rem;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}


.accordion-button::after {
  display: none !important;
  /* remove caret padrão do Bootstrap */
}

/* 1. Estilo para o item completo do Acordeão */
.faq-item-custom {
  /* Fundo principal do item (cabeçalho e corpo) */
  background-color: var(--u3d-surface-2) !important;
  /* Cor do texto do corpo do acordeão */
  color: #e8e8e8 !important;
  /* Borda para contraste no fundo escuro */
  border-color: var(--u3d-border) !important;
}

/* 2. Estilo para o Botão/Cabeçalho do Acordeão */
.faq-button-custom {
  /* Fundo do botão no estado normal */
  background-color: var(--u3d-surface) !important;
  /* Garante que o texto do botão seja branco */
  color: #e8e8e8 !important;
  box-shadow: none !important;
}

/* 3. Estilo para o botão quando aberto ou em hover */
.faq-button-custom:not(.collapsed),
.faq-button-custom:hover {
  /* Fundo ligeiramente diferente no estado aberto/hover */
  background: linear-gradient(135deg, rgba(47, 124, 255, 0.18), rgba(17, 22, 32, 0.94)) !important;
  border-color: var(--u3d-primary-strong) !important;
  box-shadow: inset 0 0 0 1px rgba(105, 162, 255, 0.22), 0 0 0 3px var(--u3d-glow);
  color: var(--u3d-primary-strong) !important;
  /* color: #c0c0c0 !important; */
}

/* --- Estilização do Ícone (Toggle) --- */

/* Garante que o ícone tenha espaço à esquerda do texto (mantendo a funcionalidade ms-auto) */
.accordion-button .icon {
  /* Ajuste de espaçamento visual */
  margin-left: 1rem;
}

/* Seta para baixo no estado colapsado (fechado) */
.accordion-button .icon::before {
  content: "▾";
  font-size: 1.3rem;
  transition: transform 0.2s ease, color 0.2s ease;
  color: #e8e8e8;
  /* Ícone branco/claro */
}

/* Ícone '✕' e cor azul vibrante no estado expandido (aberto) */
.accordion-button:not(.collapsed) .icon::before {
  content: "✕";
  color: var(--u3d-primary-strong);
  /* Aplica o azul vibrante */
}

.accordion-button {
  font-weight: 600;
  font-size: 1.2rem;
}

.accordion-body {
  font-weight: 400;
  font-size: 1rem;
  color: #d6d6d6;
  text-align: justify;
}

.accordion {

  border-radius: 10px !important;
  overflow: hidden !important;
}

.sobre {
  color: #fff;
  box-sizing: border-box;
  margin: auto;
  max-width: 100%;
  min-width: 0;
  width: 100%;
  border-radius: 10px;
}

.card {
  margin-bottom: 20px;
  padding: 30px;
  background: var(--u3d-surface);
  border: 1px solid var(--u3d-border);
  box-sizing: border-box;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.25);
  transition: 0.3s;
  color: #fff;

  p {
    text-align: justify;
  }
}

#services,
#faq,
#sobre,
#contato {
  margin-top: 40px !important;
}

#sobre {
  overflow: visible;
}

.col a,
.col a:hover,
.col a:visited,
.col a:focus {
  text-decoration: none !important;
  color: inherit;
  font-weight: normal;
}

.cont-box {
  margin-bottom: 20px;
  padding: 10px;
  border-radius: 6px;
  background: var(--u3d-surface);
  border: 1px solid var(--u3d-border);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
  transition: background-color 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, color 0.18s ease, transform 0.18s ease;
  color: #fff;
}

.cont-box:hover,
.cont-box:focus-within {
  background: rgba(47, 124, 255, 0.2);
  border-color: var(--u3d-primary-strong);
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.24), 0 0 0 3px var(--u3d-glow), 0 0 22px rgba(47, 124, 255, 0.2);
  color: #fff;
  transform: translateY(-1px);
}

.cont-box i {
  color: inherit;
}

.contato {
  width: 50vw;
  margin: auto;
  text-align: center;
}

.btn-modal-fix {
  z-index: 1060;
  opacity: 1;
  font-size: xx-large;
}

/* 1) Não corte o conteúdo do modal */
#galleryModal .modal-body {
  overflow: visible;
  /* era hidden */
  max-height: none;
  /* deixa o diálogo controlar */
  padding: 0;
}

/* 2) Limite o tamanho pelo modal-dialog (melhor que 100vh no body) */
#galleryModal .modal-dialog {
  height: calc(100vh - 2rem);
  /* espaço de respiro */
  margin: 1rem auto;
}

/* 3) Swiper ocupa a altura do dialog e reserva espaço da paginação */
#galleryModal .mySwiperModal {
  width: 100%;
  height: calc(100vh - 2rem);
  /* acompanha o dialog */
  padding-bottom: 40px;
  /* espaço para bullets */
  box-sizing: border-box;
}

/* 4) Centraliza cada slide e garante que a imagem não invada a paginação */
#galleryModal .mySwiperModal .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* imagem cabendo dentro da área útil (altura do swiper - paginação) */
#galleryModal .mySwiperModal img {
  max-height: calc(100vh - 2rem - 40px);
  /* reserva a paginação */
  max-width: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}

/* 5) Paginação sempre visível e acima da imagem */
#galleryModal .swiper-pagination {
  bottom: 10px !important;
}

/* garante que o botão fechar sempre fica clicável e acima do swiper */
#galleryModal .btn-close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2000 !important;
  /* acima de swiper/nav/pagination */
  pointer-events: auto;
}

/* evita que algum overlay do swiper intercepte clique no close */
#galleryModal .swiper,
#galleryModal .swiper * {
  pointer-events: auto;
}

/* Bullets maiores no MODAL */
#galleryModal .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  opacity: .6;
  margin: 0 5px !important;
}

/* Bullet ativo mais destacado */
#galleryModal .swiper-pagination-bullet-active {
  opacity: 1;
  transform: scale(1.15);
}

/* Evita que os bullets ao redor do ativo fiquem minúsculos */
#galleryModal .swiper-pagination-bullet {
  transform: scale(1);
  /* base */
}

/* os principais da janela dinâmica */
#galleryModal .swiper-pagination-bullet.swiper-pagination-bullet-active-main {
  transform: scale(1.05);
  opacity: .9;
}

/* vizinhos imediatos */
#galleryModal .swiper-pagination-bullet.swiper-pagination-bullet-active-prev,
#galleryModal .swiper-pagination-bullet.swiper-pagination-bullet-active-next {
  transform: scale(.95);
  opacity: .7;
}

/* os mais distantes (prev-prev / next-next) */
#galleryModal .swiper-pagination-bullet.swiper-pagination-bullet-active-prev-prev,
#galleryModal .swiper-pagination-bullet.swiper-pagination-bullet-active-next-next {
  transform: scale(.85);
  opacity: .55;
}

/* container da paginação custom */
#galleryModal .swiper-pagination-custom {
  width: 100%;
  justify-content: center;
  left: 0;
  right: 0;
  bottom: 10px;
  display: flex;
  justify-content: center;
  gap: 8px;
  z-index: 2000;
  pointer-events: auto;
}

/* bullet */
#galleryModal .swiper-pagination-custom .u3d-bullet {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: rgba(0, 0, 0, .45) !important;
  opacity: .45;
  cursor: pointer;
  flex: 0 0 auto;
}

/* ativo */
#galleryModal .swiper-pagination-custom .u3d-bullet.is-active {
  width: 10px;
  height: 10px;
  background: #007AFF !important;
  opacity: 1;
  transform: scale(1.15);
}

#galleryModal .swiper-button-next,
#galleryModal .swiper-button-prev,
#galleryModal .swiper-pagination {
  z-index: 3000 !important;
  pointer-events: auto !important;
}



/* ===== Thumbs: paginação custom ===== */
.mySwiper .swiper-pagination-custom {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 8px;
}

/* mesma “cara” do swiper default (preto/azul) */
.mySwiper .swiper-pagination-custom .u3d-bullet {
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, .2);
  width: 8px;
  height: 8px;
  border-radius: 999px;
}

.mySwiper .swiper-pagination-custom .u3d-bullet.is-active {
  background: var(--swiper-pagination-color, #007aff);
  opacity: 1;
}

/* Área do banner: sempre com proporção controlada */
#carouselExampleAutoplaying {
  background: #080b11;
  border-bottom: 1px solid var(--u3d-border);
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.32);
}

#carouselExampleAutoplaying .carousel-item picture,
#carouselExampleAutoplaying .carousel-item img {
  display: block;
  width: 100%;
}

/* por padrão, use o ratio do MOBILE (vertical) */
#carouselExampleAutoplaying .carousel-item picture {
  aspect-ratio: 2160 / 3000;
  /* 0.72 */
  overflow: hidden;
}

/* no desktop, vira faixa 1280x480 */
@media (min-width: 575px) {
  #carouselExampleAutoplaying .carousel-item picture {
    aspect-ratio: 1280 / 480;
    /* 2.6667 */
  }
}

/* a imagem preenche sem distorcer */
#carouselExampleAutoplaying .carousel-item img {
  height: 100%;
  object-fit: cover;
  /* corta o excesso */
  object-position: center;
}

#carouselExampleAutoplaying .carousel-control-prev,
#carouselExampleAutoplaying .carousel-control-next {
  align-items: center;
  background: rgba(17, 22, 32, 0.82);
  border: 1px solid var(--u3d-border);
  border-radius: 999px;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.34);
  display: inline-flex;
  height: 46px;
  justify-content: center;
  opacity: 0.88;
  top: 50%;
  transform: translateY(-50%);
  transition: background-color 0.18s ease, border-color 0.18s ease, opacity 0.18s ease, transform 0.18s ease;
  width: 46px;
}

#carouselExampleAutoplaying .carousel-control-prev {
  left: 18px;
}

#carouselExampleAutoplaying .carousel-control-next {
  right: 18px;
}

#carouselExampleAutoplaying .carousel-control-prev:hover,
#carouselExampleAutoplaying .carousel-control-next:hover {
  background: rgba(47, 124, 255, 0.9);
  border-color: var(--u3d-primary-strong);
  opacity: 1;
  transform: translateY(-50%) scale(1.04);
}

#carouselExampleAutoplaying .carousel-control-prev-icon,
#carouselExampleAutoplaying .carousel-control-next-icon {
  background-size: 58% 58%;
  filter: none;
  height: 1.65rem;
  width: 1.65rem;
}

#carouselExampleAutoplaying .carousel-indicators {
  align-items: center;
  background: rgba(8, 11, 17, 0.56);
  border: 1px solid var(--u3d-border);
  border-radius: 999px;
  bottom: 16px;
  gap: 8px;
  justify-content: center;
  left: 50%;
  margin: 0;
  padding: 9px 12px;
  right: auto;
  transform: translateX(-50%);
  width: auto;
}

#carouselExampleAutoplaying .carousel-indicators [data-bs-target] {
  background-color: rgba(244, 247, 251, 0.42);
  border: 0;
  border-radius: 999px;
  height: 8px;
  margin: 0;
  opacity: 1;
  transition: background-color 0.18s ease, transform 0.18s ease, width 0.18s ease;
  width: 8px;
}

#carouselExampleAutoplaying .carousel-indicators .active {
  background-color: var(--u3d-primary);
  transform: scale(1.12);
  width: 22px;
}

footer,
footer[style] {
  background:
    linear-gradient(180deg, rgba(17, 22, 32, 0.98), rgba(8, 11, 17, 1)) !important;
  border-top: 1px solid var(--u3d-border);
  color: var(--u3d-text) !important;
}

footer .text-body-secondary,
footer .text-muted {
  color: var(--u3d-muted) !important;
}

footer a {
  color: rgba(244, 247, 251, 0.78) !important;
}

footer a:hover {
  color: var(--u3d-primary-strong) !important;
}

.modal-content.bg-dark,
.modal-content.text-bg-dark {
  background: var(--u3d-surface) !important;
  border: 1px solid var(--u3d-border);
}

/* ✅ trava o container pai da paginação como faixa central */
#galleryModal .swiper-pagination {
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  transform: none !important;
  /* impede qualquer translate estranho */
  margin: 0 !important;
  padding: 0 !important;
}

/* ✅ garante que a sua paginação custom ocupe a largura inteira */
#galleryModal .swiper-pagination-custom {
  width: 100% !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}


/* CONTROLE DE MEDIA */


@media (min-width: 991px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }

  .navbar .offcanvas.text-bg-dark,
  .navbar .offcanvas-body {
    background: transparent !important;
    border-left: 0;
  }

  .responsive-image {
    height: 20vh;

  }

  .icon-box {
    margin-bottom: 20px;
    padding: 30px;
    border-radius: 6px;
    background: var(--u3d-surface);
    border: 1px solid var(--u3d-border);
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.22);
    transition: 0.3s;
    height: 120px;
    overflow: hidden !important;
    color: #fff;
  }

  .orc {
    padding: 5px;
    background: var(--u3d-surface);
    border: 1px solid var(--u3d-border);
    margin: auto;
    border-radius: 10px;
  }

  .offcanvas-body .btn-close {
    display: none;
  }

  .contato {
    width: 20vw !important;

  }

  .custom-modal {
    max-width: max-content;
    overflow: hidden;
  }

  .mySwiperModal {
    width: 100%;
    height: 100%;
    margin: auto;
  }


  .custom-modal .modal-body {
    width: 100%;
    height: 100%;
    padding: 0;
    /* Garante que não haja espaço extra */
  }

  .modal-dialog {
    width: 100%;
    margin: auto;
  }

  .navbar {
    height: 7vh !important;
  }



}


@media (min-width: 575px) and (max-width: 991px) {

  /* 1. Garante que o diálogo do modal ocupe uma largura grande (ex: 90% da tela) */
  .modal-dialog {
    max-width: 100% !important;
    /* width: 100%; */
  }

  /* 2. Garante que a imagem se ajuste à largura e altura máxima */
  .mySwiperModal img {
    max-width: 100% !important;
    /* Mantenha o limite de altura para caber na tela */
    max-height: 100vh !important;
    height: auto !important;
  }

  .orc {
    padding: 5px;
    background: var(--u3d-surface);
    border: 1px solid var(--u3d-border);
    margin: auto;
    border-radius: 10px;
  }

  .contato {
    width: 30vw !important;

  }

  .icon-box {
    margin-bottom: 10px;
    padding: 20px;
    border-radius: 6px;
    background: var(--u3d-surface);
    border: 1px solid var(--u3d-border);
    transition: 0.3s;
    color: #fff;
    height: 120px;

  }

  .swiper-slide img {
    opacity: 1;
  }
}

@media (max-width: 575px) {
  .container {
    max-width: calc(100vw - 24px);
    padding-left: 12px;
    padding-right: 12px;
  }

  .card {
    padding: 24px 18px;
  }

  .card p {
    text-align: left;
  }

  #carouselExampleAutoplaying .carousel-control-prev,
  #carouselExampleAutoplaying .carousel-control-next {
    height: 38px;
    width: 38px;
  }

  #carouselExampleAutoplaying .carousel-control-prev {
    left: 10px;
  }

  #carouselExampleAutoplaying .carousel-control-next {
    right: 10px;
  }

  #carouselExampleAutoplaying .carousel-indicators {
    bottom: 10px;
    gap: 7px;
    padding: 8px 10px;
  }

  .icon-box {
    margin-bottom: 10px;
    padding: 20px;
    border-radius: 6px;
    background: var(--u3d-surface);
    border: 1px solid var(--u3d-border);
    transition: 0.3s;
    color: #fff;
  }

  .offcanvas.offcanvas-end {
    width: 70vw;
  }

  .orc {
    padding: 5px;
    background: var(--u3d-surface);
    border: 1px solid var(--u3d-border);
    margin: auto;
    border-radius: 10px;
  }

  .custom-modal {
    border-radius: 0;
  }

  .mySwiperModal img {

    max-width: 100vw;
    border-radius: 6px;
  }



  .btn-modal-fix {
    font-size: large;
  }

  .swiper-slide img {
    opacity: 1;
  }


}
