.elementor-935 .elementor-element.elementor-element-69557bec{--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;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-935 .elementor-element.elementor-element-35aa6908{margin:-27px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-widget-button .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-935 .elementor-element.elementor-element-5873d21a{margin:-26px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}/* Start custom CSS for container, class: .elementor-element-69557bec *//* 1. LIMITAR EL TAMAÑO DE LA TARJETA (Para que no se vea gigante) */
.tarjeta-producto-maestra {
    background-color: #ffffff !important;
    border: 1px solid #a36d1d !important; /* Borde dorado fino */
    
    /* Reducimos el ancho máximo para que no se estire en el editor */
    max-width: 300px !important; 
    margin: 0 auto !important; /* La centra en la pantalla */
    
    /* Espaciado interno más ajustado */
    padding: 25px 15px !important; 
    
    text-align: center;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    transition: all 0.3s ease;
}

/* 2. IMAGEN (Ajustada para que no sea enorme) */
.tarjeta-producto-maestra img {
    width: 100% !important;
    max-width: 200px !important; /* Tamaño más real de producto */
    height: auto !important;
    margin-bottom: 15px !important;
}

/* 3. TÍTULO (Más compacto) */
.tarjeta-producto-maestra h2, 
.tarjeta-producto-maestra h3 {
    
    font-family: 'Marcellus', serif !important;
    text-transform: uppercase !important;
    color: #1a1a1a !important;
    /* Ajuste fluido: 16px en desktop, 14px en tablets */
    font-size: 16px;
    margin: 10px 0 20px 0 !important;
    letter-spacing: 1px !important;
    
}


@media (max-width: 1440px) {
  .tarjeta-producto-maestra h2, 
  .tarjeta-producto-maestra h3 {
    font-size: calc(15px + (15 - 17) * ((100vw - 1024px) / (1440 - 1024))) !important;
  }
}/* End custom CSS */