.elementor-14317 .elementor-element.elementor-element-541bd5cb{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-14317 .elementor-element.elementor-element-541bd5cb > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-14317 .elementor-element.elementor-element-24ed0c37 .elementor-heading-title{font-family:"Arial", Sans-serif;font-size:28px;font-weight:600;}.elementor-14317 .elementor-element.elementor-element-5163e502{width:auto;max-width:auto;font-size:12px;}.elementor-14317 .elementor-element.elementor-element-5c47a3c5{width:auto;max-width:auto;font-size:14px;}.elementor-14317 .elementor-element.elementor-element-5d4d0756{--divider-border-style:solid;--divider-color:#000;--divider-border-width:1px;}.elementor-14317 .elementor-element.elementor-element-5d4d0756 .elementor-divider-separator{width:50%;margin:0 auto;margin-center:0;}.elementor-14317 .elementor-element.elementor-element-5d4d0756 .elementor-divider{text-align:center;padding-block-start:15px;padding-block-end:15px;}.elementor-14317 .elementor-element.elementor-element-497334e9 .elementor-icon-wrapper{text-align:center;}.elementor-14317 .elementor-element.elementor-element-497334e9.elementor-view-stacked .elementor-icon{background-color:var( --e-global-color-308e809 );}.elementor-14317 .elementor-element.elementor-element-497334e9.elementor-view-framed .elementor-icon, .elementor-14317 .elementor-element.elementor-element-497334e9.elementor-view-default .elementor-icon{color:var( --e-global-color-308e809 );border-color:var( --e-global-color-308e809 );}.elementor-14317 .elementor-element.elementor-element-497334e9.elementor-view-framed .elementor-icon, .elementor-14317 .elementor-element.elementor-element-497334e9.elementor-view-default .elementor-icon svg{fill:var( --e-global-color-308e809 );}.elementor-14317 .elementor-element.elementor-element-497334e9 .elementor-icon{font-size:23px;}.elementor-14317 .elementor-element.elementor-element-497334e9 .elementor-icon svg{height:23px;}.elementor-14317 .elementor-element.elementor-element-23c0b9a9{width:auto;max-width:auto;}.elementor-14317 .elementor-element.elementor-element-2ceb91d{width:var( --container-widget-width, 92% );max-width:92%;--container-widget-width:92%;--container-widget-flex-grow:0;font-size:17px;}.elementor-14317 .elementor-element.elementor-element-857153b > .elementor-element-populated, .elementor-14317 .elementor-element.elementor-element-857153b > .elementor-element-populated > .elementor-background-overlay, .elementor-14317 .elementor-element.elementor-element-857153b > .elementor-background-slideshow{border-radius:30px 30px 30px 30px;}.elementor-14317 .elementor-element.elementor-element-857153b > .elementor-element-populated{box-shadow:0px 0px 10px 0px rgba(255, 170.62386720004812, 47.99728824781334, 0.5);padding:49px 49px 49px 49px;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-14317 .elementor-element.elementor-element-289654b6{width:17.063%;}.elementor-14317 .elementor-element.elementor-element-1554c385{width:82.937%;}.elementor-14317 .elementor-element.elementor-element-7bc973a4{width:3.968%;}.elementor-14317 .elementor-element.elementor-element-5fb516b3{width:12.841%;}.elementor-14317 .elementor-element.elementor-element-4c05a11f{width:82.857%;}}/* Start custom CSS for html, class: .elementor-element-7ee6086 *//* --- ESTILO CHARM HOME MIAMI: CHECKLIST / BLOG STANDARD --- */

/* Importar fuentes modernas y limpias (Poppins para títulos, Open Sans para lectura) */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&family=Open+Sans:wght@400;600&display=swap');

/* CONTENEDOR PRINCIPAL */
.charm-blog-post {
    max-width: 850px; /* Un poco más ancho, estándar de blog */
    margin: 0 auto;
    padding: 20px 0;
    font-family: 'Open Sans', sans-serif; /* Fuente de cuerpo muy legible */
    color: #444; /* Gris oscuro para el texto, no negro puro */
    line-height: 1.8; /* Buena separación entre líneas */
}

/* IMÁGENES */
.charm-blog-post img {
    width: 100%;
    height: auto;
    border-radius: 8px; /* Bordes suaves */
    margin-bottom: 30px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08); /* Sombra suave para levantar la imagen */
}

/* TÍTULO PRINCIPAL (H1) */
.charm-blog-post h1 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700; /* Grueso y moderno */
    font-size: 2.6rem;
    color: #2c2c2c;
    margin-bottom: 10px;
    line-height: 1.2;
    text-align: left; /* Alineado a la izquierda como el artículo de referencia */
}

/* SUBTÍTULO DEBAJO DEL H1 */
.charm-blog-post .subtitle {
    display: block;
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    color: #888;
    margin-bottom: 40px;
    text-align: left;
    font-weight: 400;
}

/* TÍTULOS DE SECCIÓN (H2) */
.charm-blog-post h2 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 1.8rem;
    color: #b05d76; /* COLOR ACENTO (Rosa/Magenta Charm Home) */
    margin-top: 50px;
    margin-bottom: 20px;
    text-align: left;
    position: relative;
    padding-bottom: 10px;
    border-bottom: 2px solid #f0f0f0; /* Línea sutil debajo del título */
}

/* TÍTULOS MENORES (H3) */
.charm-blog-post h3 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 1.25rem;
    color: #333;
    margin-top: 30px;
    margin-bottom: 15px;
    text-align: left;
}

/* PÁRRAFOS */
.charm-blog-post p {
    margin-bottom: 20px;
    text-align: left; /* Alineación izquierda para lectura natural */
    font-size: 16px;
}

/* LISTAS (Estilo Checklist) */
.charm-blog-post ul {
    padding-left: 0;
    margin: 25px 0;
    list-style: none; /* Quitamos los puntos por defecto */
}

.charm-blog-post ul li {
    position: relative;
    padding-left: 30px; /* Espacio para el icono */
    margin-bottom: 12px;
    text-align: left;
}

/* El icono de "Check" personalizado */
.charm-blog-post ul li::before {
    content: "✔"; /* Check simple */
    position: absolute;
    left: 0;
    top: 0px;
    color: #b05d76; /* Color acento */
    font-weight: bold;
    font-size: 1.1rem;
}

/* CITAS / TESTIMONIOS (Estilo Moderno) */
.charm-blog-post blockquote {
    background-color: #f9f9f9; /* Fondo gris muy claro */
    border-left: 5px solid #b05d76; /* Borde izquierdo color acento */
    margin: 40px 0;
    padding: 20px 30px;
    font-style: italic;
    color: #555;
}

.charm-blog-post blockquote p {
    margin-bottom: 10px;
    font-size: 1.1rem;
}

.charm-blog-post cite {
    display: block;
    font-size: 0.9rem;
    color: #b05d76;
    font-weight: 600;
    font-style: normal;
    text-transform: uppercase;
}

/* CAJA DE LLAMADA A LA ACCIÓN (CTA) */
.charm-blog-post .cta-box {
    background-color: #b05d76; /* Fondo color acento */
    color: white;
    padding: 40px;
    border-radius: 8px;
    text-align: center;
    margin-top: 60px;
}

.charm-blog-post .cta-box h2 {
    color: white;
    border-bottom: none;
    margin-top: 0;
}

.charm-blog-post .cta-box p {
    color: #f0f0f0;
    text-align: center;
}

/* MÓVIL */
@media (max-width: 768px) {
    .charm-blog-post h1 { font-size: 2rem; }
    .charm-blog-post h2 { font-size: 1.5rem; }
}/* End custom CSS */
/* Start custom CSS for column, class: .elementor-element-857153b *//* ===================================
   BBL Article - Charm Home Miami
   Stylesheet
   =================================== */

/* Reset & Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Georgia', 'Times New Roman', serif;
    line-height: 1.8;
    color: #2c3e50;
    background-color: #f8f9fa;
    font-size: 18px;
}

/* Container */
article {
    max-width: 900px;
    margin: 0 auto;
    padding: 40px 20px;
    background-color: #ffffff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

/* Typography */
h1 {
    font-size: 2.5em;
    color: #1a1a1a;
    margin-bottom: 30px;
    line-height: 1.3;
    font-weight: 700;
    border-bottom: 4px solid #e8b4b8;
    padding-bottom: 20px;
}

h2 {
    font-size: 2em;
    color: #2c3e50;
    margin-top: 50px;
    margin-bottom: 20px;
    font-weight: 600;
    border-left: 5px solid #e8b4b8;
    padding-left: 15px;
}

h3 {
    font-size: 1.5em;
    color: #34495e;
    margin-top: 30px;
    margin-bottom: 15px;
    font-weight: 600;
}

h4 {
    font-size: 1.2em;
    color: #555;
    margin-top: 20px;
    margin-bottom: 12px;
    font-weight: 600;
}

p {
    margin-bottom: 20px;
    text-align: justify;
}

/* Lists */
ul, ol {
    margin-left: 30px;
    margin-bottom: 25px;
}

ul li, ol li {
    margin-bottom: 12px;
    line-height: 1.7;
}

/* Special list styling for checkmarks */
ul li:has(::before) {
    list-style: none;
    position: relative;
    padding-left: 30px;
}

/* Checkmarks and X marks */
li:first-child:before {
    content: '';
}

/* Strong/Bold text */
strong {
    font-weight: 700;
    color: #1a1a1a;
}

/* Blockquotes (testimonials) */
blockquote {
    background-color: #f9f3f4;
    border-left: 5px solid #e8b4b8;
    padding: 25px 30px;
    margin: 30px 0;
    font-style: italic;
    color: #555;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

blockquote p {
    margin-bottom: 15px;
    font-size: 1.05em;
    text-align: left;
}

cite {
    display: block;
    margin-top: 15px;
    font-style: normal;
    font-weight: 600;
    color: #e8b4b8;
    font-size: 0.95em;
}

/* Sections */
section {
    margin-bottom: 50px;
}

section:first-of-type {
    margin-top: 0;
}

/* Introduction section */
section:first-of-type p:first-of-type {
    font-size: 1.15em;
    color: #34495e;
}

/* CTA Section */
.cta {
    background: linear-gradient(135deg, #e8b4b8 0%, #d89fa4 100%);
    color: #ffffff;
    padding: 40px;
    border-radius: 10px;
    text-align: center;
    margin-top: 60px;
    box-shadow: 0 5px 15px rgba(232, 180, 184, 0.3);
}

.cta h2 {
    color: #ffffff;
    border: none;
    margin: 0 0 15px 0;
    padding: 0;
    font-size: 1.8em;
}

.cta p {
    font-size: 1.1em;
    margin: 0;
    text-align: center;
}

/* Special styling for IMPORTANTE/NOTA boxes */
p strong:first-child {
    color: #e8b4b8;
}

/* Links */
a {
    color: #e8b4b8;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: border-bottom 0.3s ease;
}

a:hover {
    border-bottom: 1px solid #e8b4b8;
}

/* Responsive Design */
@media screen and (max-width: 768px) {
    body {
        font-size: 16px;
    }

    article {
        padding: 30px 15px;
    }

    h1 {
        font-size: 2em;
        margin-bottom: 20px;
    }

    h2 {
        font-size: 1.6em;
        margin-top: 40px;
    }

    h3 {
        font-size: 1.3em;
    }

    h4 {
        font-size: 1.1em;
    }

    ul, ol {
        margin-left: 20px;
    }

    blockquote {
        padding: 20px;
    }

    .cta {
        padding: 30px 20px;
    }

    .cta h2 {
        font-size: 1.5em;
    }
}

@media screen and (max-width: 480px) {
    body {
        font-size: 15px;
    }

    h1 {
        font-size: 1.7em;
    }

    h2 {
        font-size: 1.4em;
        padding-left: 10px;
    }

    h3 {
        font-size: 1.2em;
    }

    blockquote {
        padding: 15px;
    }

    .cta {
        padding: 25px 15px;
    }
}

/* Print Styles */
@media print {
    body {
        background-color: #ffffff;
        font-size: 12pt;
    }

    article {
        box-shadow: none;
        max-width: 100%;
    }

    h1 {
        page-break-after: avoid;
    }

    h2, h3, h4 {
        page-break-after: avoid;
    }

    .cta {
        background: #e8b4b8;
        color: #000000;
    }

    a {
        color: #000000;
        text-decoration: underline;
    }
}

/* Accessibility */
:focus {
    outline: 2px solid #e8b4b8;
    outline-offset: 2px;
}

/* Selection styling */
::selection {
    background-color: #e8b4b8;
    color: #ffffff;
}

::-moz-selection {
    background-color: #e8b4b8;
    color: #ffffff;
}/* End custom CSS */