.elementor-35 .elementor-element.elementor-element-9ebfcd8{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS */.elementor-section > .elementor-container,
  .e-con,
  .e-con-inner {
    max-width: 100% !important;
    padding: 0 !important;
  }

  .elementor-column-wrap,
  .elementor-widget-wrap {
    padding: 0 !important;
  }

  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  html {
    scroll-behavior: smooth;
  }

  body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans',
  'Droid Sans', 'Helvetica Neue', sans-serif;
    line-height: 1.6;
    color: #333;
    background: #fff;
  }

  .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
  }

  .navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    transition: all 0.3s ease;
  }

  .navbar.scrolled {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  }

  .nav-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 80px;
  }

  .logo img {
    height: 48px;
  }

  .nav-links {
    display: flex;
    align-items: center;
    gap: 32px;
  }

  .nav-links a {
    text-decoration: none;
    color: #4b5563;
    transition: color 0.3s ease;
  }

  .nav-links a:hover {
    color: #3d3d3d;
  }

  .btn-whatsapp {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #059669;
    color: #fff !important;
    padding: 12px 24px;
    border-radius: 8px;
    text-decoration: none;
    transition: background 0.3s ease;
  }

  .btn-whatsapp:hover {
    background: #047857;
    color: #fff !important;
  }

  .mobile-menu-btn {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
  }

  .menu-icon {
    display: flex;
    flex-direction: column;
    gap: 4px;
    width: 24px;
  }

  .menu-icon span {
    display: block;
    width: 100%;
    height: 2px;
    background: #333;
    transition: all 0.3s ease;
  }

  .menu-icon.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
  }

  .menu-icon.active span:nth-child(2) {
    opacity: 0;
  }

  .menu-icon.active span:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -6px);
  }

  .hero {
    padding: 128px 0 80px;
    background: linear-gradient(135deg, #f9fafb 0%, #e5e7eb 100%);
  }

  .hero-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center;
  }

  .hero h1 {
    font-size: 3.75rem;
    line-height: 1.1;
    margin-bottom: 16px;
    font-weight: 700;
  }

  .hero .highlight {
    background-image: linear-gradient(to right, #4B793D, #76A25B);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
  }

  .hero-subtitle {
    font-size: 1.5rem;
    color: #4b5563;
    margin-bottom: 16px;
  }

  .hero-description {
    font-size: 1.125rem;
    color: #374151;
    margin-bottom: 32px;
    line-height: 1.75;
  }

  .hero-image {
    display: flex;
    justify-content: flex-end;
    align-items: stretch;
  }

  .hero-image img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #047857;
    color: #fff;
    padding: 16px 32px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 1.125rem;
    transition: background 0.3s ease;
    border: none;
    cursor: pointer;
  }

  .btn-primary:hover {
    background: #065f46;
    color: #fff;
  }

  .btn-secondary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #047857;
    color: #fff;
    padding: 12px 32px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 1rem;
    transition: background 0.3s ease;
    border: none;
    cursor: pointer;
  }

  .btn-secondary:hover {
    background: #065f46;
    color: #fff;
  }

  section {
    padding: 80px 0;
  }

  .section-header {
    text-align: center;
    margin-bottom: 64px;
  }

  .section-header h2 {
    font-size: 2.5rem;
    margin-bottom: 16px;
    font-weight: 700;
  }

  .section-header p {
    font-size: 1.25rem;
    color: #4b5563;
    max-width: 800px;
    margin: 0 auto;
  }

  .section-benefits {
    background: #fff;
  }

  .benefits-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
  }

  .benefit-card {
    background: #f9fafb;
    padding: 32px;
    border-radius: 12px;
    transition: all 0.3s ease;
  }

  .benefit-card:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transform: translateY(-4px);
  }

  .benefit-icon {
    font-size: 2rem;
    margin-bottom: 16px;
  }

  .benefit-card h3 {
    font-size: 1.25rem;
    margin-bottom: 12px;
    font-weight: 600;
  }

  .benefit-card p {
    color: #4b5563;
    line-height: 1.6;
  }

  .section-products {
    background: #f9fafb;
  }

  .products-preview {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
  }

  .product-card {
    background: #fff;
    padding: 24px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: calc(25% - 18px);
  }

  .product-card:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    transform: translateY(-4px);
  }

  .product-card h3 {
    font-size: 1.25rem;
    color: #4b4b4b;
    font-weight: 600;
  }

  .product-card ul {
    list-style: disc;
    padding-left: 20px;
    color: #374151;
    line-height: 1.7;
  }

  .product-card ul li {
    margin-bottom: 6px;
    font-size: 0.9rem;
  }

  .text-center {
    text-align: center;
    margin-top: 32px;
  }

  .brands-section {
    margin-top: 48px;
    text-align: center;
  }

  .logos {
    overflow: hidden;
    width: 100%;
    margin-top: 16px;
  }

  .logos-track {
    display: flex;
    width: max-content;
    animation: scroll 30s linear infinite;
  }

  .logos-track .logo-wrapper {
    width: 200px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 20px;
  }

  .logos-track .logo-wrapper img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    opacity: 0.7;
    transition: 0.3s;
  }

  .logos-track .logo-wrapper img:hover {
    opacity: 1;
  }

  .section-conditions {
    background: #fff;
  }

  .conditions-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
    margin-bottom: 48px;
  }

  .condition-card {
    padding: 32px;
    border-radius: 12px;
  }

  .condition-payment {
    background: #e5e7eb;
  }

  .condition-operation {
    background: #f9fafb;
  }

  .condition-card h3 {
    font-size: 1.5rem;
    color: #1f2937;
    margin-bottom: 24px;
    font-weight: 600;
  }

  .condition-item {
    margin-bottom: 24px;
  }

  .condition-item:last-child {
    margin-bottom: 0;
  }

  .condition-item h4 {
    font-size: 1.125rem;
    margin-bottom: 8px;
    font-weight: 600;
  }

  .condition-item p {
    color: #374151;
    line-height: 1.6;
  }

  .section-faq {
    background: #f9fafb;
  }

  .faq-list {
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .faq-item {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    padding: 0 24px;
  }

  .faq-item summary {
    padding: 20px 0;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #1f2937;
  }

  .faq-item summary::-webkit-details-marker {
    display: none;
  }

  .faq-item summary::after {
    content: "+";
    font-size: 1.5rem;
    color: #047857;
    transition: transform 0.3s ease;
    flex-shrink: 0;
  }

  .faq-item[open] summary::after {
    transform: rotate(45deg);
  }

  .faq-item p,
  .faq-item ul {
    padding-bottom: 20px;
    color: #4b5563;
    line-height: 1.7;
  }

  .faq-item ul {
    padding-left: 20px;
  }

  .section-cta {
    background: #3d3d3d;
    color: #fff;
  }

  .cta-content {
    text-align: center;
  }

  .cta-content h2 {
    font-size: 2.5rem;
    margin-bottom: 16px;
    font-weight: 700;
  }

  .cta-content p {
    font-size: 1.25rem;
    margin-bottom: 32px;
    opacity: 0.95;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }

  .btn-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #047857;
    color: #fff;
    padding: 16px 32px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 1.125rem;
    transition: all 0.3s ease;
    font-weight: 600;
  }

  .btn-cta:hover {
    background: #065f46;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  }

  .footer {
    background: #23272f;
    color: #fff;
    padding: 48px 0 0;
  }

  .footer-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    margin-bottom: 32px;
    align-items: center;
  }

  .footer-col {
    text-align: center;
  }

  .map-wrapper {
    border-radius: 12px;
    overflow: hidden;
    height: 180px;
  }

  .map-wrapper iframe {
    width: 100%;
    height: 100%;
  }

  .dados {
    color: #9ca3af;
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 16px;
  }

  .dados h5 {
    font-size: 0.95rem;
    font-weight: 400;
    line-height: 1.5;
  }

  .footer-bottom {
    border-top: 1px solid #374151;
    padding: 32px 0;
    text-align: center;
  }

  .footer-bottom p {
    color: #9ca3af;
  }

  @media (max-width: 1024px) {
    .benefits-grid {
      grid-template-columns: repeat(2, 1fr);
    }
    .product-card {
      width: calc(50% - 12px);
    }
  }

  @media (max-width: 768px) {
    .mobile-menu-btn {
      display: block;
    }
    .nav-links {
      position: absolute;
      top: 80px;
      left: 0;
      right: 0;
      background: #fff;
      flex-direction: column;
      align-items: stretch;
      padding: 16px 20px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
      display: none;
    }
    .nav-links.active {
      display: flex;
    }
    .nav-links a {
      padding: 12px 0;
      border-bottom: 1px solid #f3f4f6;
    }
    .nav-links a:last-child {
      border-bottom: none;
    }
    .btn-whatsapp {
      justify-content: center;
      margin-top: 8px;
    }
    .hero {
      padding: 100px 0 60px;
    }
    .hero-grid {
      grid-template-columns: 1fr;
      gap: 32px;
    }
    .hero h1 {
      font-size: 2.5rem;
    }
    .hero-subtitle {
      font-size: 1.25rem;
    }
    .hero-description {
      font-size: 1rem;
    }
    .hero-image {
      order: -1;
    }
    .benefits-grid {
      grid-template-columns: 1fr;
    }
    .product-card {
      width: 100%;
    }
    .conditions-grid {
      grid-template-columns: 1fr;
    }
    .footer-grid {
      grid-template-columns: 1fr;
    }
    .section-header h2 {
      font-size: 2rem;
    }
    .section-header p {
      font-size: 1rem;
    }
    section {
      padding: 60px 0;
    }
  }

  @media (max-width: 480px) {
    .hero h1 {
      font-size: 2rem;
    }
    .section-header h2 {
      font-size: 1.75rem;
    }
    .cta-content h2 {
      font-size: 1.75rem;
    }
    .btn-primary,
    .btn-cta {
      padding: 12px 24px;
      font-size: 1rem;
    }
  }/* End custom CSS */