.elementor-kit-6{--e-global-color-primary:#5D4037;--e-global-color-secondary:#8D6E63;--e-global-color-text:#333333;--e-global-color-accent:#388E3C;--e-global-color-ffc7418:#000000;--e-global-color-6e0ec4e:#000000;--e-global-color-8aa943b:#333333;--e-global-color-b051504:#666666;--e-global-typography-primary-font-family:"Roboto";--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;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}@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 *//* =========================================
     PANEL DE CONTROL DEL TEMA (Variables)
     ========================================= */
  :root {
    --color-primario: #5D4037;      
    --color-secundario: #8D6E63;    
    --color-acento: #388E3C;        
    --color-fondo-sitio: #FAFAFA;   
    --color-fondo-tarjeta: #FFFFFF; 
    --color-texto-principal: #333333; 
    --color-texto-secundario: #666666;
    
    --fuente-principal: 'Roboto', sans-serif;
    --borde-redondeado: 6px;        
  }

  /* --- Estilos Generales --- */
  #ocoxal-landing {
    font-family: var(--fuente-principal);
    color: var(--color-texto-principal);
    background-color: var(--color-fondo-sitio);
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    position: relative;
    padding-bottom: 60px;
    overflow-x: hidden;
  }

  /* --- Animaciones --- */
  @keyframes fadeInUp {
    from { opacity: 0; transform: translateY(30px); }
    to { opacity: 1; transform: translateY(0); }
  }

  .animado {
    animation: fadeInUp 0.8s ease-out forwards;
    opacity: 0;
  }

  .delay-1 { animation-delay: 0.2s; }
  .delay-2 { animation-delay: 0.4s; }
  .delay-3 { animation-delay: 0.6s; }

  /* --- Sección Hero (Principal) --- */
  .md-hero {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('http://amantolielrosario.com/wp-content/uploads/2026/03/portada_amantolli.webp') center/cover;
    color: white;
    text-align: center;
    padding: 100px 20px;
    margin-bottom: 0;
    border-top-left-radius: var(--borde-redondeado);
    border-top-right-radius: var(--borde-redondeado);
  }

  .md-hero h1 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 10px;
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
  }

  .md-hero p {
    font-size: 1.2rem;
    font-weight: 300;
    max-width: 600px;
    margin: 0 auto 30px auto;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
  }

  /* --- Botones --- */
  .md-btn {
    background-color: var(--color-primario);
    color: white;
    border: none;
    padding: 12px 24px;
    font-size: 1rem;
    font-weight: 500;
    border-radius: var(--borde-redondeado);
    cursor: pointer;
    text-transform: uppercase;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
  }

  .md-btn:hover {
    background-color: var(--color-secundario);
    color: white;
    box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.2);
  }

  /* --- Sección Historia (Origen) --- */
  .md-story {
    background: linear-gradient(rgba(239, 235, 233, 0.92), rgba(239, 235, 233, 0.92)), url('https://images.unsplash.com/photo-1425913397330-cf8af2ff40a1?ixlib=rb-4.0.3&auto=format&fit=crop&w=1920&q=80') center/cover;
    padding: 60px 20px;
    margin-top: 0; 
    margin-bottom: 40px;
    text-align: center;
    border-bottom-left-radius: var(--borde-redondeado);
    border-bottom-right-radius: var(--borde-redondeado);
    box-shadow: 0 4px 6px -4px rgba(0,0,0,0.2);
  }

  .md-story h2 {
    color: var(--color-primario);
    margin-top: 0;
    font-weight: 500;
  }

  .md-story p {
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.6;
    color: var(--color-texto-secundario);
    font-size: 1.1rem;
  }

  /* --- Sección Cómo Funciona --- */
  .md-steps {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    margin: 50px 0;
    text-align: center;
  }

  .md-step-item {
    flex: 1;
    min-width: 250px;
    max-width: 300px;
  }

  .md-step-icon {
    font-size: 40px;
    color: var(--color-primario);
    margin-bottom: 15px;
  }

  .md-step-title {
    font-weight: 700;
    color: var(--color-texto-principal);
    margin-bottom: 10px;
  }

  /* --- Cuadrícula de Productos --- */
  .md-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
    padding: 20px;
  }

  .md-card {
    background: var(--color-fondo-tarjeta);
    border-radius: var(--borde-redondeado);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
    overflow: hidden;
    transition: box-shadow 0.3s, transform 0.3s;
    display: flex;
    flex-direction: column;
  }

  .md-card:hover {
    box-shadow: 0 8px 17px 2px rgba(0,0,0,0.14), 0 3px 14px 2px rgba(0,0,0,0.12), 0 5px 5px -3px rgba(0,0,0,0.2);
    transform: translateY(-5px);
  }

  .md-card-img {
    width: 100%;
    height: 200px;
    object-fit: cover;
  }

  .md-card-content {
    padding: 16px;
    flex-grow: 1;
  }

  .md-card-title {
    font-size: 1.25rem;
    font-weight: 500;
    margin: 0 0 8px 0;
    color: var(--color-primario);
  }

  .md-card-price {
    font-size: 1.1rem;
    color: var(--color-acento);
    font-weight: 700;
    margin-bottom: 12px;
  }

  .md-card-actions {
    border-top: 1px solid #eeeeee;
    padding: 8px 16px;
  }
  
  .md-btn-text {
    color: var(--color-primario);
    background: transparent;
    border: none;
    font-weight: 500;
    text-transform: uppercase;
    cursor: pointer;
    padding: 8px;
    transition: background-color 0.2s;
    border-radius: var(--borde-redondeado);
  }
  
  .md-btn-text:hover {
    background-color: rgba(93, 64, 55, 0.1);
  }

  /* --- Pie de Página (Footer) --- */
  .md-footer {
    background-color: var(--color-primario);
    color: white;
    text-align: center;
    padding: 30px 20px;
    margin-top: 50px;
    border-radius: var(--borde-redondeado);
  }

  .md-footer a {
    color: #D7CCC8;
    text-decoration: none;
    transition: color 0.3s ease;
  }

  .md-footer a:hover {
    color: white;
    text-decoration: underline;
  }

  /* --- Botón Flotante (FAB) --- */
  .md-fab {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background-color: var(--color-acento);
    color: white;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
    cursor: pointer;
    transition: transform 0.2s, background-color 0.3s;
    z-index: 1000;
    text-decoration: none;
  }

  .md-fab:hover {
    transform: scale(1.1);
    background-color: #2E7D32;
  }

  .md-fab i {
    font-size: 30px;
  }/* End custom CSS */