.elementor-2798 .elementor-element.elementor-element-ea9245f{--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;}@media(min-width:768px){.elementor-2798 .elementor-element.elementor-element-ea9245f{--content-width:100%;}}/* Start custom CSS */@import "tailwindcss";
@import "tw-animate-css";

@custom-variant dark (&:is(.dark *));

@theme inline {
  --radius-sm: calc(var(--radius) - 4px);
  --radius-md: calc(var(--radius) - 2px);
  --radius-lg: var(--radius);
  --radius-xl: calc(var(--radius) + 4px);
  --color-background: var(--background);
  --color-foreground: var(--foreground);
  --color-card: var(--card);
  --color-card-foreground: var(--card-foreground);
  --color-popover: var(--popover);
  --color-popover-foreground: var(--popover-foreground);
  --color-primary: var(--primary);
  --color-primary-foreground: var(--primary-foreground);
  --color-secondary: var(--secondary);
  --color-secondary-foreground: var(--secondary-foreground);
  --color-muted: var(--muted);
  --color-muted-foreground: var(--muted-foreground);
  --color-accent: var(--accent);
  --color-accent-foreground: var(--accent-foreground);
  --color-destructive: var(--destructive);
  --color-destructive-foreground: var(--destructive-foreground);
  --color-border: var(--border);
  --color-input: var(--input);
  --color-ring: var(--ring);
  --color-chart-1: var(--chart-1);
  --color-chart-2: var(--chart-2);
  --color-chart-3: var(--chart-3);
  --color-chart-4: var(--chart-4);
  --color-chart-5: var(--chart-5);
  --color-sidebar: var(--sidebar);
  --color-sidebar-foreground: var(--sidebar-foreground);
  --color-sidebar-primary: var(--sidebar-primary);
  --color-sidebar-primary-foreground: var(--sidebar-primary-foreground);
  --color-sidebar-accent: var(--sidebar-accent);
  --color-sidebar-accent-foreground: var(--sidebar-accent-foreground);
  --color-sidebar-border: var(--sidebar-border);
  --color-sidebar-ring: var(--sidebar-ring);
}

:root {
  /* Paleta Oliveira Esmalteria - Luxo Acessível */
  --primary: #2D5016; /* Verde Oliveira - Sofisticado */
  --primary-foreground: #F9F7F4; /* Creme */
  --accent: #D4AF37; /* Dourado - Luxo */
  --accent-foreground: #2C2C2C; /* Cinza escuro */
  --secondary: #E8B4C8; /* Rosa suave - Feminilidade */
  --secondary-foreground: #2C2C2C;
  --sidebar-primary: #2D5016;
  --sidebar-primary-foreground: #F9F7F4;
  --chart-1: #D4AF37;
  --chart-2: #2D5016;
  --chart-3: #E8B4C8;
  --chart-4: #8B7355;
  --chart-5: #C9A876;
  --radius: 0.65rem;
  --background: #F9F7F4; /* Creme elegante */
  --foreground: #2C2C2C; /* Cinza escuro */
  --card: #FFFFFF; /* Branco puro */
  --card-foreground: #2C2C2C;
  --popover: #FFFFFF;
  --popover-foreground: #2C2C2C;
  --muted: #E8E6E1;
  --muted-foreground: #6B6B6B;
  --destructive: #DC2626;
  --destructive-foreground: #FFFFFF;
  --border: #E8E6E1;
  --input: #F5F3F0;
  --ring: #2D5016;
  --sidebar: #F9F7F4;
  --sidebar-foreground: #2C2C2C;
  --sidebar-accent: #E8B4C8;
  --sidebar-accent-foreground: #2C2C2C;
  --sidebar-border: #E8E6E1;
  --sidebar-ring: #2D5016;
}

.dark {
  --primary: #D4AF37;
  --primary-foreground: #2D5016;
  --sidebar-primary: #D4AF37;
  --sidebar-primary-foreground: #2D5016;
  --background: #1A1A1A;
  --foreground: #F9F7F4;
  --card: #2C2C2C;
  --card-foreground: #F9F7F4;
  --popover: #2C2C2C;
  --popover-foreground: #F9F7F4;
  --secondary: #E8B4C8;
  --secondary-foreground: #F9F7F4;
  --muted: #3C3C3C;
  --muted-foreground: #B0B0B0;
  --accent: #E8B4C8;
  --accent-foreground: #1A1A1A;
  --destructive: #FF6B6B;
  --destructive-foreground: #1A1A1A;
  --border: #3C3C3C;
  --input: #2C2C2C;
  --ring: #D4AF37;
  --chart-1: #D4AF37;
  --chart-2: #E8B4C8;
  --chart-3: #8B7355;
  --chart-4: #C9A876;
  --chart-5: #6B5D4F;
  --sidebar: #2C2C2C;
  --sidebar-foreground: #F9F7F4;
  --sidebar-accent: #E8B4C8;
  --sidebar-accent-foreground: #1A1A1A;
  --sidebar-border: #3C3C3C;
  --sidebar-ring: #D4AF37;
}

@layer base {
  * {
    @apply border-border outline-ring/50;
  }
  body {
    @apply bg-background text-foreground;
    font-family: 'Lato', sans-serif;
  }
  button:not(:disabled),
  [role="button"]:not([aria-disabled="true"]),
  [type="button"]:not(:disabled),
  [type="submit"]:not(:disabled),
  [type="reset"]:not(:disabled),
  a[href],
  select:not(:disabled),
  input[type="checkbox"]:not(:disabled),
  input[type="radio"]:not(:disabled) {
    @apply cursor-pointer;
  }

  /* Tipografia */
  h1, h2, h3, h4, h5, h6 {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    letter-spacing: -0.5px;
  }

  h1 {
    @apply text-4xl md:text-5xl lg:text-6xl font-bold;
  }

  h2 {
    @apply text-3xl md:text-4xl font-bold;
  }

  h3 {
    @apply text-2xl md:text-3xl font-bold;
  }

  .subheading {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    letter-spacing: 0.5px;
  }

  p {
    @apply text-base md:text-lg leading-relaxed;
    font-family: 'Lato', sans-serif;
  }


}

@layer components {
  /**
   * Custom container utility that centers content and adds responsive padding.
   *
   * This overrides Tailwind's default container behavior to:
   * - Auto-center content (mx-auto)
   * - Add responsive horizontal padding
   * - Set max-width for large screens
   *
   * Usage: <div className="container">...</div>
   *
   * For custom widths, use max-w-* utilities directly:
   * <div className="max-w-6xl mx-auto px-4">...</div>
   */
  .container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem; /* 16px - mobile padding */
    padding-right: 1rem;
  }

  .flex {
    min-height: 0;
    min-width: 0;
  }

  /* Botões customizados */
  .btn-primary {
    @apply bg-primary text-primary-foreground px-8 py-4 rounded-lg text-lg font-bold transition-all duration-300 hover:shadow-lg hover:scale-105 active:scale-95;
  }

  .btn-secondary {
    @apply bg-accent text-accent-foreground px-8 py-4 rounded-lg text-lg font-bold transition-all duration-300 hover:shadow-lg hover:scale-105 active:scale-95;
  }

  .btn-outline {
    @apply border-2 border-primary text-primary px-8 py-4 rounded-lg text-lg font-bold transition-all duration-300 hover:bg-primary hover:text-primary-foreground active:scale-95;
  }

  /* Seções */
  .section-padding {
    @apply py-16 md:py-24 lg:py-32;
  }

  .section-padding-sm {
    @apply py-8 md:py-12 lg:py-16;
  }

  /* Gradientes */
  .gradient-primary {
    background: linear-gradient(135deg, #2D5016 0%, #D4AF37 100%);
  }

  .gradient-overlay {
    background: linear-gradient(135deg, rgba(45, 80, 22, 0.85) 0%, rgba(212, 175, 55, 0.85) 100%);
  }

  /* Cards */
  .card-elegant {
    @apply bg-card text-card-foreground rounded-xl shadow-lg p-6 md:p-8 transition-all duration-300 hover:shadow-xl hover:-translate-y-1;
  }

  /* Animações */
  @keyframes fadeInUp {
    from {
      opacity: 0;
      transform: translateY(30px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  @keyframes pulse-soft {
    0%, 100% {
      opacity: 1;
    }
    50% {
      opacity: 0.7;
    }
  }

  .animate-fade-in-up {
    animation: fadeInUp 0.6s ease-out;
  }

  .animate-pulse-soft {
    animation: pulse-soft 2s ease-in-out infinite;
  }

  @media (min-width: 640px) {
    .container {
      padding-left: 1.5rem; /* 24px - tablet padding */
      padding-right: 1.5rem;
    }
  }

  @media (min-width: 1024px) {
    .container {
      padding-left: 2rem; /* 32px - desktop padding */
      padding-right: 2rem;
      max-width: 1280px; /* Standard content width */
    }
  }
}/* End custom CSS */