.elementor-478 .elementor-element.elementor-element-9b8f96a{--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-478 .elementor-element.elementor-element-9b8f96a:not(.elementor-motion-effects-element-type-background), .elementor-478 .elementor-element.elementor-element-9b8f96a > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-secondary );}.elementor-478 .elementor-element.elementor-element-04dcdcf{--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;--padding-top:32px;--padding-bottom:32px;--padding-left:20px;--padding-right:20px;}.elementor-478 .elementor-element.elementor-element-04dcdcf:not(.elementor-motion-effects-element-type-background), .elementor-478 .elementor-element.elementor-element-04dcdcf > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F1F1F100;}.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-478 .elementor-element.elementor-element-766515e{padding:0px 0px 0px 0px;text-align:start;}.elementor-478 .elementor-element.elementor-element-766515e.elementor-element{--align-self:flex-start;}.elementor-478 .elementor-element.elementor-element-766515e .elementor-heading-title{font-family:"Inter", Sans-serif;font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:3px;color:var( --e-global-color-8a6ed89 );}.elementor-478 .elementor-element.elementor-element-3189331{margin:12px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-478 .elementor-element.elementor-element-3189331 .elementor-heading-title{font-family:"Inter", Sans-serif;font-size:38px;font-weight:800;text-transform:uppercase;color:var( --e-global-color-8a6ed89 );}.elementor-478 .elementor-element.elementor-element-42c5f19{--display:flex;--padding-top:42px;--padding-bottom:0px;--padding-left:20px;--padding-right:20px;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}:root{--page-title-display:none;}@media(min-width:768px){.elementor-478 .elementor-element.elementor-element-42c5f19{--content-width:720px;}}@media(max-width:767px){.elementor-478 .elementor-element.elementor-element-04dcdcf{--padding-top:24px;--padding-bottom:24px;--padding-left:12px;--padding-right:12px;}.elementor-478 .elementor-element.elementor-element-3189331 .elementor-heading-title{font-size:28px;}.elementor-478 .elementor-element.elementor-element-42c5f19{--padding-top:42px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}}/* Start custom CSS for text-editor, class: .elementor-element-5d81ce6 *//* Importar la fuente Inter desde Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;900&display=swap');

/* Contenedor principal para encapsular los estilos */
.politicas-mas-boutique {
    font-family: 'Inter', sans-serif;
    color: #52525b; /* Gris oscuro para textos y legibilidad */
    line-height: 1.6;
    font-size: 16px;
    max-width: 900px; /* Ancho máximo para lectura óptima en PC */
    margin: 0 auto;
    padding: 20px; /* Espaciado interno para que no pegue en los bordes */
    box-sizing: border-box;
}

/* Título principal (H2) */
.politicas-mas-boutique h2 {
    font-family: 'Inter', sans-serif;
    font-size: 40px; 
    font-weight: 900; /* Extra bold */
    color: #18181b; /* Negro casi puro */
    text-transform: uppercase;
    letter-spacing: 0.02em;
    margin-top: 0;
    margin-bottom: 30px;
    
    /* Solución al texto que se subía: block con fit-content */
    display: block;
    width: fit-content; 
    border-bottom: 3px solid #dc2626; /* Rojo */
    padding-bottom: 8px;
}

/* Subtítulos (H3) */
.politicas-mas-boutique h3 {
    font-size: 20px;
    font-weight: 700; /* Bold */
    color: #18181b;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-top: 40px;
    margin-bottom: 16px;
}

/* Párrafos */
.politicas-mas-boutique p {
    margin-bottom: 20px;
    color: #52525b;
}

/* Listas */
.politicas-mas-boutique ul {
    list-style-type: disc;
    padding-left: 24px;
    margin-bottom: 24px;
}

/* Elementos de lista */
.politicas-mas-boutique li {
    margin-bottom: 12px;
    color: #52525b;
}

/* Cambiar el color de las viñetas (puntos) a rojo */
.politicas-mas-boutique li::marker {
    color: #dc2626; /* Rojo */
    font-size: 1.1em;
}

/* Línea separadora */
.politicas-mas-boutique hr {
    border: none;
    border-top: 1px solid #e4e4e7;
    margin: 50px 0;
}

/* Negritas dentro de textos */
.politicas-mas-boutique strong {
    color: #18181b;
    font-weight: 600;
}

/* =========================================
   DISEÑO RESPONSIVE (Móviles y Tablets)
   ========================================= */
@media (max-width: 768px) {
    .politicas-mas-boutique {
        font-size: 15px; /* Reducimos un poco el texto base */
        padding: 15px; /* Menos margen lateral en celulares */
    }

    .politicas-mas-boutique h2 {
        font-size: 28px; /* Título más manejable en pantallas chicas */
        margin-bottom: 24px;
    }

    .politicas-mas-boutique h3 {
        font-size: 18px; 
        margin-top: 30px;
    }

    .politicas-mas-boutique ul {
        padding-left: 20px; /* Reducimos la sangría de las listas */
    }
}/* End custom CSS */