/* ======================================================================== 
   Header - Cores e Estilos Básicos
======================================================================== */
header,
header.complete,
header.minimal {
  background-color: #000000 !important;
}

header,
header a,
header.minimal h1,
header.minimal .back-icon a,
header .shortcuts .nav-item a {
  color: #fff !important;
}

header.header-156848294 .search-wrap .input-group input,
header.header-156848294 .search-wrap .input-group button {
  color: #000000 !important;
}

/* ========================================================================
   Section Header & Navegação Mobile
======================================================================== */
.section-header,
.nav-mobile .line-1,
.nav-mobile .line-2 {
  background-color: #000000 !important;
}

.section-header,
.section-header a,
.nav-mobile .line-1,
.nav-mobile .line-1 a,
.nav-mobile .line-1 i {
  color: #000000 !important;
}

/* ========================================================================
   Footer & Direitos
======================================================================== */

footer {
  display: block;
}

@media only screen and (max-width: 768px) {
  footer {
    display: none !important;
  }
}

footer,
.direitos {
  background-color: #0a152b;
}

footer,
footer a,
footer a:hover,
.direitos,
.direitos a,
.direitos a:hover {
  color: #fff !important;
}

/* ========================================================================
   Header Minimal
======================================================================== */
header.minimal {
  background: #fafafa;
}

header.minimal .back-icon a {
  padding-right: 20px;
  font-size: 24px;
}

header.minimal h1 {
  font-size: 16px;
  color: #fffefe;
}

header.minimal .cart-icon {
  min-width: 30px;
}

/* ========================================================================
   Logo no Header
======================================================================== */
header .logo a {
  position: relative;
  display: block;
  overflow: hidden;
  width: 30px;
  height: 30px;
  border: 1px solid #eee;
  border-radius: 100px;
}

header .logo a img {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

/* ========================================================================
   Header Completo
======================================================================== */
header.complete .header-text .header-title {
  font-size: 19px;
  font-weight: 500px;
  line-height: 1.2;
  margin-bottom: 0.5em;
}

header.complete .shortcuts {
  text-align: right;
}

header.complete .shortcuts a {
  display: flex;
  font-size: 24px;
  position: relative;
  border-radius: 4px;
  height: 38px;
  padding: 0;
  width: 38px;
  margin-left: 7px;
  justify-content: center;
  align-items: center;
}

header.complete .shortcuts a,
header.complete .search-wrap .input-group input,
header.complete .search-wrap .input-group button {
  color: #fffefe;
  background: rgba(255, 255, 255, 0.4);
}

header.complete .shortcuts .cart-counter {
  font-size: 17px;
  top: -10px;
  right: -0;
}

/* ========================================================================
   Ajustes de Header Minimal e Responsividade
======================================================================== */
header.minimal .logo a {
  width: 40px;
  height: 40px;
}

.shortcuts a {
  padding: 0px 0px;
  font-size: 25px;
  color: #eeeeee;
}

@media (min-width: 991px) {
  header.minimal {
    display: none;
  }
}

@media (max-width: 830px) {
  body.home header.minimal {
    display: none;
  }

  body.internal header.complete {
    display: none;
  }

  header .logo a {
    margin: 0 auto;
    width: 50px;
    height: 60px;
  }

  header.complete .shortcuts {
    display: none;
  }
}

/* ========================================================================
   Menu Principal & Sidebar Category
======================================================================== */
.menu-principal > li > a .image,
.sidebar-category .navbar-nav li a .image {
  width: 30px;
  height: 30px;
  display: inline-block;
  overflow: hidden;
  position: relative;
  margin-right: 5px;
}

.menu-principal > li > a .image img,
.sidebar-category .navbar-nav li a .image img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* ========================================================================
   Dropdown no Menu Principal (Responsividade)
======================================================================== */
@media (min-width: 991px) {
  .nav-principal .dropdown:hover > .dropdown-menu {
    display: block;
  }
}

@media (max-width: 991px) {
  .nav-principal {
    display: none;
  }
}

/* ========================================================================
   Offcanvas (Menu Lateral)
======================================================================== */
.offcanvas-collapse {
  position: fixed;
  top: 0;
  z-index: 10;
  bottom: 0;
  width: 68%;
  padding-right: 1rem;
  padding-left: 1rem;
  overflow-y: auto;
  visibility: hidden;
  background-color: #00000091;
  box-shadow: 3px 0 25px #ffffff;
  right: -100%;
  transition-property: right, visibility;
  transition-timing-function: ease-in-out;
  transition-duration: 0.3s;
}

.offcanvas-collapse.open {
  right: 0;
  visibility: visible;
}

.offcanvas-collapse.left {
  left: -100%;
  transition-property: left, visibility;
  right: unset;
}

.offcanvas-collapse.left.open {
  left: 0;
  right: unset;
}

.offcanvas-collapse {
  border-radius: 0px;
  top: 0px;
  bottom: 0px;
}

.offcanvas-collapse.open {
  right: 0px;
}

.offcanvas-collapse.left.open {
  left: 0px;
}

.offcanvas-bg-overlay {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  opacity: 0.5;
  display: none;
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(8.4px);
  -webkit-backdrop-filter: blur(8.4px);
}

/* ========================================================================
   Sidebar & Dropdown da Sidebar
======================================================================== */

.sidebar .nav-link {
  color: #ffffff;
  font-size: 18px;
  display: block;
  position: relative;
}

.sidebar .dropdown-menu {
  position: static !important;
  transform: none !important;
}

.sidebar .dropdown-toggle::after {
  position: absolute;
  top: 10px;
  right: 0;
  font-size: 19px;
}

.sidebar-header {
  position: relative;
}

.sidebar-header .close-button {
  position: absolute;
  right: 0;
  cursor: pointer;
  top: 0;
  font-size: 20px;
  background: #fff;
  border-radius: 30px;
  line-height: 30px;
  width: 30px;
  height: 30px;
  text-align: center;
}

.sidebar-header h4 {
  margin-top: 1px;
}

@media (max-width: 991px) {
}

/* ========================================================================
   Slide Show Dots
======================================================================== */
.slide-show .owl-dots {
  bottom: 5px;
  position: absolute;
  left: 0;
  right: 0;
}

/* ========================================================================
   Nav Container - Barra de Navegação
======================================================================== */
.nav-container {
  width: 100%;
  background: #000000;
  padding: 10px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Logo ou título do site */
.logo {
  color: #e4e4e4;
  font-size: 10px;
  font-weight: bold;
  margin-left: 10px;
}

/* ========================================================================
   Logo Icon & Header Text
======================================================================== */
.logo-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 10px;
  margin-left: 20px;
}

.logo-text {
  font-size: 18px;
  font-weight: bold;
  color: #e4e4e6;
  /* Azul para o texto */
}

.header-text {
  padding-left: 18px;
  /* Espaçamento da borda esquerda */
}

.header-title {
  display: flex;
  align-items: center;
}

.contact-icon {
  margin: 0 15px;
  /* Espaçamento entre os ícones */
}

.icon {
  width: 24px;
  height: 24px;
}

.header-name {
  font-size: 24px;
  font-weight: bold;
  color: #0000ff;
  /* Azul */
}

.logout {
  margin-right: 20px;
  /* Ajuste o valor conforme necessário */
}

/* ========================================================================
   Category List & Shortcuts Mobile Area
======================================================================== */
.category-list,
.shortcuts-mobile-area {
  background-color: #000000 !important;
}

.category-list .item a,
.shortcuts-mobile-area,
.shortcuts-mobile-area a {
  color: #000000 !important;
}

/* ========================================================================
   Modal de Login
======================================================================== */
.modal {
  display: none;
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
  background-color: #fff;
  margin: 14% auto;
  max-width: 390px;
  border-radius: 20px;
  overflow: hidden;
  text-align: left;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  width: 30%;
}

/* Cabeçalho customizado com título à esquerda e X à direita */
.modal-header-custom {
  background-color: #078fff;
  color: #fff;
  padding: 10px 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid #fffefe;
}

.modal-header-custom h2 {
  margin: 0;
  font-size: 17px;
}

.modal-header-custom .close {
  font-size: 22px;
  font-weight: bold;
  cursor: pointer;
}

/* ========================================================================
   Botão de Submissão e Espaçamento do Modal
======================================================================== */
.submit-btn {
  background-color: #000000;
  color: #ffffff;
  border: none;
  padding: 10px;
  width: 100%;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
}

.submit-btn:hover {
  background-color: #000000;
}

.modal-body {
  padding: 40px;
}

/* =========================================================================
     Estilos customizados para Wrapper e Slide Show 
 ========================================================================*/
@media (min-width: 992px) {
  .wrapper .container,
  .wrapper .box-meio,
  .slide-show,
  .slide-show-carousel .item img {
    width: 100%;
    max-width: 100vw;
    margin: 0;
    padding: 0;
  }
}

@media (max-width: 991.98px) {
  .wrapper .container,
  .wrapper .box-meio,
  .slide-show,
  .slide-show-carousel .item img {
    width: auto;
    max-width: 100%;
  }
}

/* Outros estilos opcionais omitidos para clareza */
.creditos {
  position: fixed;
  bottom: 1px;
  /* Distância de 20px da borda inferior */
  left: 158px;
  /* Distância de 20px da borda esquerda */
  font-size: 12px;
  color: rgba(107, 107, 107, 0.61);
  /* Cor branca com 01% de opacidade */
}

/* Estilos do marquee e fundo */
.marquee {
  font-size: 24px;
  color: rgb(255, 251, 251);
  padding: 0.8px;
  border-radius: 0.8px;
}

body,
.product-text * {
  font-family: 'Unbounded' !important;
}

/* fonte padrão para o site */
.fonte-padrao,
.btn,
.fonte-menu,
.fonte-titulo {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
    'Helvetica Neue', Arial, 'Noto Sans', 'Liberation Sans', sans-serif;
}

.fonte-menu {
  font-family: 'Unbounded';
}

.fonte-titulo,
.block-title {
  font-family: 'Unbounded';
}

/* Ajuste para o botão lateral */
.open-sidebar i.bi-list {
  font-size: 1.5rem;
  /* Aumenta o tamanho do ícone */
}

.open-sidebar {
  padding: 0.5rem;
  /* Botão com área de clique maior */
  margin-right: 1rem;
  /* Afasta do canto direito */
  border-radius: 0.25rem;
}

/* Links do menu em branco */
.navbar .nav-link,
.navbar .navbar-brand,
.navbar .dropdown-toggle {
  color: #fff !important;
}

/* Mantém o dropdown aberto ao passar o mouse */
.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}

/* Estilo botões Login  */
.btn-custom {
  background-color: #0e1ef1;
  color: #ebe7e7;
  font-weight: bold;
  border-radius: 8px;
  padding: 6px 18px;
  margin-left: 10px;
  /* espaço entre botões */
}

/* Faz o dropdown sempre ficar acima do slide */
.dropdown-menu {
  position: absolute;
  z-index: 9999;
  /* força o menu a ficar em cima */
}

/* Ajustes finos nos itens (sem mudar cores) */
.nav-item.dropdown .dropdown-item {
  padding: 6px 20px;
  white-space: normal; /* quebra se for necessário em largura reduzida */
  color: inherit; /* mantém a cor que você já definiu */
}

.m-0.row {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  color: #050505;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
    'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji',
    'Segoe UI Symbol', 'Noto Color Emoji';
  font-size: 16px;
  background-color: #f5f5f5;
  margin: 0px !important;
}

.col.card.mw-320.wow.bounceIn {
  box-sizing: border-box;
  position: relative;
  width: 532px;
  min-height: 1px;
  padding: 1.5rem;
  flex-basis: 0px;
  flex-grow: 1;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  min-width: 320px;
  overflow-wrap: break-word;
  background: white;
  border: none;
  border-radius: 15px;
  animation-name: bounceIn;
  margin: 12px;
  visibility: visible;
}

.rounded-20.text-center.highlighted.h-100 {
  box-sizing: border-box;
  height: 465px;
  text-align: center !important;
}

.rounded-20.text-center.highlighted.h-100 p:first-of-type {
  color: #ffffff;
  box-sizing: border-box;
  margin: 0px;
  font-family: Arial, sans-serif;
  font-size: 12px;
  background-color: #f5f5f5;
}

.rounded-20.text-center.highlighted.h-100 p:first-of-type em {
  box-sizing: border-box;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  text-align: justify;
  background-color: #ffffff;
}

.rounded-20.text-center.highlighted.h-100 p:first-of-type em img {
  box-sizing: border-box;
  vertical-align: middle;
  border-style: none;
  max-width: 100%;
}

.rounded-20.text-center.highlighted.h-100 p:first-of-type em span {
  box-sizing: border-box;
  font-weight: bolder;
}

.rounded-20.text-center.highlighted.h-100 p:first-of-type em span span {
  box-sizing: border-box;
  color: #008000;
}

.rounded-20.text-center.highlighted.h-100 p:nth-of-type(2) {
  box-sizing: border-box;
  margin: 0px;
  font-family: Arial, sans-serif;
  font-size: 12px;
  background-color: #f5f5f5;
}

.rounded-20.text-center.highlighted.h-100 p:nth-of-type(2) em {
  box-sizing: border-box;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  text-align: justify;
  background-color: #ffffff;
}

.rounded-20.text-center.highlighted.h-100
  p:nth-of-type(2)
  em
  span
  span
  span
  span {
  color: #11cf11;
}

.rounded-20.text-center.highlighted.h-100
  p:nth-of-type(2)
  em
  span
  span
  span
  span
  + span {
  color: #0ff1f1;
}

.font-weight {
  color: #333333;
  box-sizing: border-box;
  margin: 0px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  line-height: 1.3;
  font-size: 1.625rem;
  background-color: #f5f5f5;
  padding: 0px;
  outline: currentcolor none medium !important;
  outline-offset: 0px !important;
}

.font-weight span {
  box-sizing: border-box;
  color: transparent;
  background: linear-gradient(90deg, #e01717, #007bff);
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: bolder;
  font-family: arial, helvetica, sans-serif;
  font-size: 24pt;
}

.rounded-20.text-center.highlighted.h-100 h2:first-of-type {
  color: transparent;
  background: linear-gradient(90deg, #000000, #007bff);
  -webkit-background-clip: text;
  background-clip: text;
  box-sizing: border-box;
  margin: 0px;
  font-family: myriad-pro, sans-serif;
  font-weight: 400;
  line-height: 1.2;
  font-size: 40px;
  background-color: #f5f5f5;
  text-decoration-line: underline;
  font-weight: bolder;
}

.rounded-20.text-center.highlighted.h-100 h2:first-of-type span {
  color: #0000ff;
  font-size: 46pt;
  font-weight: bolder;
}

.rounded-20.text-center.highlighted.h-100 h2:nth-of-type(2) {
  color: transparent;
  background: linear-gradient(90deg, #f8992c, #f8992c91, #027cff);
  -webkit-background-clip: text;
  background-clip: text;
  box-sizing: border-box;
  margin-top: 0px;
  margin-bottom: 0.5rem;
  font-family: myriad-pro, sans-serif;
  font-weight: 500;
  line-height: 1.2;
  font-size: 2rem;
  background-color: #ffffffc2;
  font-weight: bolder;
}

.rounded-20.text-center.highlighted.h-100 h2:nth-of-type(2) span {
  color: #f8992c;
  font-weight: bolder;
}

.rounded-20.text-center.highlighted.h-100 p span {
  color: #007bff;
  font-family: arial, helvetica, sans-serif;
  font-size: 36pt;
  text-transform: uppercase;
}

/* Oculta o conteúdo apenas em dispositivos móveis (touch) */
@media (hover: none) and (pointer: coarse) {
  .bg-gray {
    display: none !important;
  }
}

/* ===============================
   CARD GROUP PRINCIPAL
================================ */
.card-group {
  box-sizing: border-box;
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  margin-top: 2rem;
  gap: 20px;
  border: 1px solid #000000;
  padding: 2rem;
  color: #000000;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  background-color: #fafafa83;
}

/* ===============================
   CAIXAS ANIMADAS
================================ */
.animated-box {
  box-sizing: border-box;
  background-color: #ffffff;
  border-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.37) 0px 12px 60px, rgb(255, 255, 255) 0px 4px 10px;
  padding: 20px;
  text-align: center;
  transition: transform 0.3s, box-shadow 0.3s;
  width: 400px;
  height: 150px;
  position: relative;
  overflow: hidden;
  border: 5px solid transparent;
}

/* ===============================
   TÍTULOS DAS CAIXAS
================================ */
.box-title {
  box-sizing: border-box;
  margin: 0 0 10px;
  font-family: inherit;
  line-height: 1.2;
  color: #007bff;
  font-size: 1.8em;
  letter-spacing: 0.5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

/* ===============================
   DESCRIÇÃO
================================ */
.box-description {
  box-sizing: border-box;
  margin: 0px auto;
  color: #444444;
  line-height: 1.6;
  font-size: 0.95em;
  max-width: 90%;
  font-family: Roboto, sans-serif;
  padding: 0px 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-wrap-mode: nowrap;
}

/* Texto preto específico */

.box-description.dark {
  color: #000000;
}

/* ===============================
   ÁREA MÉTODOS DE PAGAMENTO
================================ */
.payment-methods {
  box-sizing: border-box;
  margin-top: 2rem;
  text-align: center;
  color: #f7f0f0e5;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  background-color: #ffffff;
}

/* ===============================
   TÍTULO DA PÁGINA
================================ */
.page-title {
  box-sizing: border-box;
  margin: 0px 0px 1.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: transparent;
  background: linear-gradient(90deg, #000000, #000000, #027cff, #0245ff);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 3em;
  padding: 0px;
  text-transform: uppercase;
  
  position: relative;
  animation: shimmer 2s ease infinite;
}

/* ===============================
   CARD GROUP PAGAMENTO
================================ */
.payment-methods .card-group {
  box-sizing: border-box;
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  margin-top: 2rem;
  gap: 15px;
  border: 1px solid #000000;
  padding: 2rem;
}

/* ===============================
   CAIXAS DE PAGAMENTO
================================ */
.payment-box {
  box-sizing: border-box;
  background-color: #ffffffa2;
  border-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.37) 0px 12px 60px,
    rgba(255, 255, 255, 0.76) 0px 4px 10px;
  padding: 20px;
  border: 5px solid transparent;
  transition: transform 0.3s, box-shadow 0.3s;
  width: 400px;
  height: 150px;
  margin: 10px;
}
