.elementor-kit-5{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#D4B95C;--e-global-color-a7ff1af:#C8B572;--e-global-color-6a086dc:#0D0D15;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-image:url("https://formanexus.com.br/wp-content/uploads/2025/07/background_otimizado.webp");color:#5E5353;background-position:center center;background-repeat:repeat;background-size:auto;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 p{margin-block-end:0px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .header-inner{width:1189px;max-width:100%;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-header .site-description{color:#FFFFFF;font-family:"Times New Roman", Sans-serif;font-size:1px;}.site-header .site-navigation ul.menu li a{color:#FFFFFF;}.site-header .site-navigation-toggle .site-navigation-toggle-icon{color:#FFF7F7C7;}.site-header .site-navigation-toggle{background-color:#FF7777;}.site-header .site-navigation .menu li{font-family:"Poppins", Sans-serif;line-height:1px;text-shadow:0px 0px 2px rgba(125.79999999999998, 85.75683742911151, 48.40565217391304, 0.3);}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */body {
  margin: 0;
  background: #1a1a1a;
  font-family: 'Poppins', sans-serif;
}

.servicos-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  padding: 60px 20px;
  max-width: 1200px;
  margin: auto;
}

.servico-card {
  position: relative;
  overflow: hidden;
  background: rgba(255,255,255,0.03);
  border: 1px solid #c8b572;
  border-radius: 16px;
  padding: 24px;
  flex: 1 1 calc(33.33% - 40px);
  max-width: calc(33.33% - 40px);
  box-sizing: border-box;
  color: #f5f5f5;
  transition: transform 0.3s ease;
  min-width: 260px;
}

.servico-card img {
  width: 100%;
  border-radius: 12px;
  margin-bottom: 16px;
  border: 2px solid #c8b572; /* isso aqui adiciona a borda dourada */
  box-sizing: border-box;     /* evita que a borda "empurre" a imagem */
}


.servico-card h3 {
  margin: 0 0 12px;
  color: #c8b572;
  font-size: 1.2rem;
}

.servico-card p {
  margin: 0 0 16px;
  font-size: 0.95rem;
  line-height: 1.5;
}

.toggle-detalhes {
  display: inline-block;
  padding: 8px 16px;
  border: 1.5px solid #c8b572;
  border-radius: 50px;
  color: #c8b572;
  text-decoration: none;
  font-weight: 500;
  transition: background 0.3s ease, color 0.3s ease;
}
.toggle-detalhes:link,
.toggle-detalhes:visited {
  background-color: transparent;
  color: #c8b572;
  border: 1.5px solid #c8b572;
  text-decoration: none;
}

.toggle-detalhes:hover {
  background-color: #c8b572;
  color: #1a1a1a;
}

.toggle-detalhes:active,
.toggle-detalhes:focus {
  background-color: #c8b572;
  color: #1a1a1a;
  outline: none;
  box-shadow: none;
}

.toggle-detalhes:hover {
  background: #c8b572;
  color: #1a1a1a;
}

.detalhes-servico {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.85);
  padding: 16px;
  border-radius: 0 0 16px 16px;
  color: #f5f5f5;
  transform: translateY(100%);
  opacity: 0;
  transition: transform 0.4s ease, opacity 0.4s ease;
  pointer-events: none;
  z-index: 2;
}

.servico-card.open .detalhes-servico {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}

@media (max-width: 900px) {
  .servico-card {
    flex: 1 1 100%;
    max-width: 100%;
  }
}
.box-contato-nexus {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
  font-family: 'Poppins', sans-serif;
  color: #F5F5F5;
}

.infos-contato p {
  margin: 0 0 12px;
  font-size: 1.05rem;
  line-height: 1.6;
}

.infos-contato a {
  color: #c8b572;
  text-decoration: none;
  font-weight: 400;
}

.infos-contato a:hover {
  text-decoration: underline;
}

.btn-whatsapp-container {
  margin-top: 10px;
}

.btn-whatsapp-nexus {
  display: inline-block;
  background: transparent;
  border: 1.5px solid #F5F5F5;
  color: #F5F5F5;
  padding: 0.8rem 2rem;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  backdrop-filter: blur(3px);
}

.btn-whatsapp-nexus:hover {
  background: #C8B572;
  color: #34495E;
  border-color: #C8B572;
}

.moldura-astral {
  position: relative;
  display: inline-block;
  border: 2px solid #706525;
  border-radius: 16px;
  box-shadow: 0 0 15px rgba(255, 215, 0, 0.3);
  overflow: hidden;
  width: fit-content;
  max-width: 100%;
}

.moldura-astral img {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 16px;
  transition: transform 0.4s ease, filter 0.4s ease;
  z-index: 1;
  position: relative;
}

/* véu escuro */
.moldura-astral::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 16px;
  z-index: 2;
  transition: opacity 0.4s ease;
  pointer-events: none;
}

/* ao passar o mouse */
.moldura-astral:hover::after {
  opacity: 0;
}

.moldura-astral:hover img {
  transform: scale(1.02);
}

.feeds-section {
  padding: 200px 20px 80px;
  text-align: center;
  position: relative;
}

.feeds-header h1 {
  color: #C8B572;
  font-family: 'Playfair Display', serif;
  margin-bottom: 12px;
}
.feeds-header p {
  color: #F5F5F5;
  font-family: 'Poppins', sans-serif;
}

.feeds-wrapper {
  position: relative;
  max-width: 600px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
}

.feeds-line {
  position: absolute;
  left: 20px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: #C8B572;
}

.feeds-line .dot {
  position: absolute;
  left: -4px;
  width: 8px;
  height: 8px;
  background: #C8B572;
  border-radius: 50%;
}
.dot-1 { top: 60px; }
.dot-2 { top: 280px; }

.feeds-mockups {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-left: 60px;
  width: 100%;
}

.mockup {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.4);
}

.mockup img {
  width: 100%;
  display: block;
  border-radius: 20px;
  transition: transform 0.4s ease;
}

/* VÉU */
.veil {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.55); /* véu escuro por cima */
  transition: opacity 0.3s ease;
  pointer-events: none;
  border-radius: 20px;
}

.mockup:hover .veil {
  opacity: 00; /* revela a imagem ao passar o mouse */
}
.card-texto-nexus {
  background: rgba(0, 0, 0, 0.65);
  border: 1px solid #c8b572;
  border-radius: 16px;
  padding: 24px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  color: #f5f5f5;
}

.card-texto-nexus:hover {
  transform: translateY(-6px);
  box-shadow: 0 0 20px rgba(200, 181, 114, 0.3);
}

.card-texto-nexus h3 {
  color: #c8b572;
  font-weight: 600;
  font-size: 1.2rem;
  margin-bottom: 12px;
}

.card-texto-nexus p {
  font-size: 0.95rem;
  line-height: 1.6;
}

.card-texto-nexus .elementor-button {
  border-radius: 50px;
  border: 1.5px solid #c8b572;
  background: transparent;
  color: #c8b572;
  font-weight: 500;
  transition: all 0.3s ease;
  padding: 10px 18px;
  font-size: 0.9rem;
}

.card-texto-nexus .elementor-button:hover {
  background: #c8b572;
  color: #1a1a1a;
}
.texto-copy {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.card-copy {
  text-align: center;
}
.mockup {
  position: relative;
  text-align: center;
  color: #f5f5f5;
  font-family: 'Poppins', sans-serif;
  max-width: 360px;
  margin: auto;
}

.imagem-container {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.imagem-container img {
  width: 100%;
  display: block;
  border-radius: 20px;
  transition: transform 0.4s ease;
}

.veil {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.10);
  transition: opacity 0.3s ease;
  pointer-events: none;
  border-radius: 20px;
}

/* Hover revela a imagem */
.imagem-container:hover .veil {
  opacity: 0;
}

.imagem-container:hover img {
  transform: scale(1.02);
}


.mockup {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: #f5f5f5;
  font-family: 'Poppins', sans-serif;
  max-width: 360px;
  margin: auto;
  overflow: visible; /* <- MUDA isso aqui */
  box-shadow: none;  /* <- temporariamente remova pra testar */
}


.mockup-title {
  margin-top: 20px;
  padding: 0 10px;
  width: 100%;
  text-align: center;
}

.mockup-title h4 {
  margin-bottom: 6px;
  font-size: 1.1rem;
  color: #C8B572;
}

.mockup-title .subtitle {
  font-size: 0.95rem;
  font-weight: 500;
  color: #f5f5f5;
}

.mockup-title .desc {
  font-size: 0.9rem;
  color: #f5f5f5;
  opacity: 0.85;
}
@media (max-width: 768px) {
  /* Ativa o flexbox na UL */
  ul.products.elementor-grid {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: space-between !important;
    gap: 16px !important;
  }

  /* Cada produto ocupa 48% pra caber dois */
  ul.products.elementor-grid li.product {
    width: 48% !important;
    margin: 0 0 20px 0 !important;
    float: none !important;
  }
}/* End custom CSS */