.elementor-4119 .elementor-element.elementor-element-46106324{--display:flex;--min-height:745px;--justify-content:center;}.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-4119 .elementor-element.elementor-element-185e789 .elementor-heading-title{font-family:"Brittany SC", Sans-serif;font-size:1px;font-weight:600;color:#3A3A3A;}.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 );}.elementor-4119 .elementor-element.elementor-element-3797773c{text-align:justify;}@media(max-width:767px){.elementor-4119 .elementor-element.elementor-element-46106324{--min-height:1273px;}}/* Start custom CSS for heading, class: .elementor-element-185e789 *//* --- ESTILOS GENERALES DEL CONTENEDOR --- */
.texto-bifonte-1 {
    text-align: center; 
    /* 1. Elimina el espacio por defecto entre los <span> */
    font-size: 0; 
    /* 2. Evita saltos de línea innecesarios */
    white-space: nowrap; 
}

/* --- ESTILOS PARA LA PARTE: "Tienes una" (Brittany SC) --- */
.parte-uno-1 {
    /* Permitir aplicar margin-right */
    display: inline-block;
    /* Restaura el tamaño de la fuente dentro de este span */
    font-size: 40px; 
    
    /* Fuente: Asegúrate de que esta fuente esté cargada */
    font-family: 'Brittany SC', cursive; 
    
    /* CORRECCIÓN DE COLOR: Asegúrate de que solo haya un '#' */
    color: #211e22; 
    
    /* PESO (ajustado por ti) */
    font-weight: 500; 
    
    /* ESPACIADO DE LETRAS (ajustado por ti) */
    letter-spacing: 1px;
    
    /* 🔑 CONTROL DE ESPACIO ENTRE PARTES: AJUSTA ESTE VALOR */
    /* Usa valores negativos (ej: -10px) para acercar mucho las partes */
    /* Usa valores positivos (ej: 5px) para separarlas */
    margin-right: 10px; /* <- MODIFICA ESTE VALOR PARA EL CONTROL FINO */
}

/* --- ESTILOS PARA LA PARTE: " idea" (NOW SC) --- */
.parte-dos-1 {
    /* Permitir ser mostrado correctamente */
    display: inline-block;
    /* Restaura el tamaño de la fuente dentro de este span */
    font-size: 30px; 
    
    /* Fuente: Asegúrate de que esta fuente esté cargada */
    font-family: 'NOW SC', sans-serif;
    
    /* CORRECCIÓN DE COLOR: Asegúrate de que solo haya un '#' */
    color: #211e22;
    
    /* PESO (ajustado por ti) */
    font-weight: 400;
    
    /* ESPACIADO DE LETRAS (ajustado por ti) */
    letter-spacing: 3px;
}

/* --- 📱 ADAPTACIÓN MOBILE --- */
@media (max-width: 768px) {
    .texto-bifonte-1 {
        white-space: normal; /* permite salto de línea */
        line-height: 1.2;
    }

    .parte-uno-1 {
        display: block; /* baja a una línea */
        font-size: 22px;
        margin-right: 0;
        margin-bottom: 5px;
    }

    .parte-dos-1 {
        display: block;
        font-size: 18px;
        letter-spacing: 1.5px;
    }
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Brittany SC';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://salustianocasanova.cl/wp-content/uploads/2025/12/brittany-signature-script.regular.ttf') format('truetype');
}
/* End Custom Fonts CSS */