.elementor-1994 .elementor-element.elementor-element-cf6fee1{--display:flex;--min-height:268px;--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;--overlay-opacity:0.6;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1994 .elementor-element.elementor-element-cf6fee1:not(.elementor-motion-effects-element-type-background), .elementor-1994 .elementor-element.elementor-element-cf6fee1 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:var(--wpr-bg-a07cbffd-98a8-45de-bfc0-5e6d5dc7cb48);background-repeat:no-repeat;background-size:100% auto;}.elementor-1994 .elementor-element.elementor-element-cf6fee1::before, .elementor-1994 .elementor-element.elementor-element-cf6fee1 > .elementor-background-video-container::before, .elementor-1994 .elementor-element.elementor-element-cf6fee1 > .e-con-inner > .elementor-background-video-container::before, .elementor-1994 .elementor-element.elementor-element-cf6fee1 > .elementor-background-slideshow::before, .elementor-1994 .elementor-element.elementor-element-cf6fee1 > .e-con-inner > .elementor-background-slideshow::before, .elementor-1994 .elementor-element.elementor-element-cf6fee1 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:#000000;--background-overlay:'';}.elementor-1994 .elementor-element.elementor-element-c0d13ce{margin:130px 0px calc(var(--kit-widget-spacing, 0px) + 0px) -47px;padding:-10px 0px 236px 0px;font-size:43px;color:#FFFFFF;}.elementor-1994 .elementor-element.elementor-element-5d9f244{--display:flex;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-1994 .elementor-element.elementor-element-cf6fee1{--content-width:1600px;}}@media(max-width:767px){.elementor-1994 .elementor-element.elementor-element-cf6fee1:not(.elementor-motion-effects-element-type-background), .elementor-1994 .elementor-element.elementor-element-cf6fee1 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(https://alberto.totalchat.pro/abogado/Sin-titulo-1920-x-500-px-1.jpg);background-repeat:no-repeat;background-size:initial;}.elementor-1994 .elementor-element.elementor-element-cf6fee1{--min-height:198px;--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1994 .elementor-element.elementor-element-c0d13ce{margin:86px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 94px;padding:0px 0px 0px 0px;}}/* Start custom CSS for text-editor, class: .elementor-element-5f65cfc *//* Colores base para una identidad profesional */
:root {
    --brand-primary: #004A7F; /* Azul profundo y profesional */
    --brand-secondary: #007ACC; /* Azul más claro para elementos interactivos */
    --brand-accent: #B00020; /* Rojo vibrante para resaltar */
    --text-main: #343a40; /* Gris oscuro para texto principal */
    --text-light: #e9ecef; /* Texto claro para fondos oscuros */
    --bg-light: #f8f9fa; /* Fondo general claro */
    --bg-card: #ffffff; /* Fondo para tarjetas/secciones */
    --border-color: #dee2e6; /* Color de borde suave */
}

/* Fuentes de Google (Montserrat para títulos, Open Sans para texto) */
@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@600;700&family=Open+Sans:wght@300;400;600&display=swap);

/* Estilos generales del contenedor principal */
.extranjeria-main-container {
    font-family: 'Open Sans', sans-serif;
    line-height: 1.6;
    color: var(--text-main);
    max-width: 960px; /* Un poco más ancho para más contenido */
    margin: 40px auto;
    padding: 30px;
    background-color: var(--bg-light);
    border-radius: 10px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

/* Título principal */
.extranjeria-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 3.5em;
    color: var(--brand-primary);
    text-align: center;
    margin-bottom: 50px;
    padding-bottom: 20px;
    position: relative;
    line-height: 1.2;
}
.extranjeria-title::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background-color: var(--brand-accent);
    border-radius: 2px;
}

/* Estilos para secciones */
.extranjeria-section {
    margin-bottom: 45px;
    padding: 25px 30px;
    background-color: var(--bg-card);
    border-left: 6px solid var(--brand-secondary); /* Borde más pronunciado */
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
.extranjeria-section:last-of-type {
    margin-bottom: 0;
}

/* Sección de presentación (introducción) */
.presentation-section {
    font-size: 1.15em;
    font-weight: 300;
    text-align: center;
    border-left: none; /* Sin borde en la intro para un look más abierto */
    background-color: transparent; /* Fondo transparente */
    box-shadow: none;
    padding-bottom: 0;
}
.presentation-section p {
    margin-bottom: 1em;
}

/* Títulos de sección (H2) */
.section-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 2.2em;
    color: var(--brand-primary);
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid var(--border-color);
    text-align: left;
}

/* Sección destacada (¿Por qué elegir RAYA REAL?) */
.highlighted-section {
    background-color: var(--brand-primary);
    color: var(--text-light);
    border-left: none;
    padding: 35px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.18);
    text-align: center;
}
.section-title-highlighted {
    font-family: 'Montserrat', sans-serif;
    font-size: 2.5em;
    color: var(--text-light);
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 2px solid var(--brand-accent);
    display: inline-block; /* Para que el borde no ocupe todo el ancho */
    text-align: center;
}
.highlighted-section p {
    color: var(--text-light);
    font-size: 1.1em;
    margin-bottom: 30px;
}

/* Estilos para los items de servicio en grid */
.service-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
    margin-top: 20px;
}
.service-item {
    background-color: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.03);
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}
.service-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}
.service-item h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.4em;
    color: var(--brand-secondary);
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}
.service-item h3 .icon-check {
    color: var(--brand-accent);
    margin-right: 10px;
    font-size: 1.1em;
}
.service-item ul {
    list-style: none;
    padding-left: 0;
}
.service-item ul li {
    padding-left: 25px;
    position: relative;
    margin-bottom: 8px;
    font-size: 0.98em;
}
.service-item ul li::before {
    content: '→'; /* Flecha como viñeta */
    position: absolute;
    left: 0;
    color: var(--brand-accent);
    font-weight: bold;
    font-size: 1.1em;
}


/* Listas alternativas (para secciones destacadas y consejos) */
.styled-list-alt {
    list-style: none;
    padding-left: 0;
    margin-top: 20px;
    text-align: left; /* Volvemos a alinear a la izquierda */
}
.styled-list-alt li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 15px;
    font-size: 1.08em;
}
.styled-list-alt li::before {
    content: '★'; /* Estrella como viñeta */
    position: absolute;
    left: 0;
    color: var(--brand-accent);
    font-weight: bold;
    font-size: 1.3em;
    top: 0;
}
.highlighted-section .styled-list-alt li::before {
    color: var(--text-light); /* Estrellas blancas en sección destacada */
}
.highlighted-section .styled-list-alt li strong {
    color: var(--text-light); /* Negritas blancas en sección destacada */
}


/* Listas numeradas para procesos */
.numbered-list {
    list-style: none;
    padding-left: 0;
    margin-top: 25px;
}
.numbered-list li {
    margin-bottom: 25px;
    position: relative;
    padding-left: 45px;
    font-size: 1.05em;
}
.numbered-list li::before {
    content: counter(item); /* Número automático */
    counter-increment: item;
    position: absolute;
    left: 0;
    top: -5px;
    background-color: var(--brand-accent);
    color: var(--text-light);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 1.1em;
}
.numbered-list li p {
    margin-top: 5px;
    margin-bottom: 0;
    text-align: justify;
}


/* Listas de precios */
.price-list {
    list-style: none;
    padding-left: 0;
    margin-top: 20px;
}
.price-list li {
    padding: 10px 0;
    border-bottom: 1px dashed var(--border-color);
    font-size: 1.1em;
    display: flex;
    justify-content: space-between;
}
.price-list li:last-child {
    border-bottom: none;
}
.price-list li strong {
    color: var(--brand-primary);
}
.pricing-section .note {
    font-size: 0.9em;
    color: #6c757d;
    margin-top: 20px;
    text-align: center;
}

/* Llamada a la acción final */
.call-to-action-final {
    text-align: center;
    margin-top: 60px;
    padding: 40px;
    background-color: var(--brand-secondary);
    color: var(--text-light);
    border-radius: 10px;
    font-size: 1.3em;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.call-to-action-final p {
    margin-bottom: 1em;
}
.call-to-action-final .contact-info {
    font-size: 1.1em;
    line-height: 1.8;
}
.call-to-action-final .contact-info strong {
    color: var(--text-light);
    font-size: 1.2em;
    display: block;
    margin-bottom: 10px;
}
.call-to-action-final .contact-info i {
    margin-right: 8px;
    color: var(--brand-accent); /* Iconos de contacto con color de acento */
}

/* Iconos de ejemplo (se recomienda usar Font Awesome o similar en un entorno real) */
.icon-check::before { content: '✔'; }
.icon-phone::before { content: '📞'; }
.icon-mail::before { content: '✉'; }
.icon-web::before { content: '🌐'; }


/* Responsividad */
@media (max-width: 768px) {
    .extranjeria-main-container {
        margin: 20px auto;
        padding: 20px;
    }
    .extranjeria-title {
        font-size: 2.8em;
        margin-bottom: 40px;
    }
    .extranjeria-title::after {
        width: 60px;
    }
    .section-title {
        font-size: 1.8em;
    }
    .section-title-highlighted {
        font-size: 2em;
    }
    .extranjeria-section {
        padding: 20px;
        margin-bottom: 30px;
    }
    .highlighted-section {
        padding: 25px;
    }
    .service-grid {
        grid-template-columns: 1fr; /* Una columna en móviles */
    }
    .styled-list-alt li, .numbered-list li {
        font-size: 1em;
        padding-left: 30px;
    }
    .numbered-list li::before {
        width: 25px;
        height: 25px;
        font-size: 1em;
    }
    .call-to-action-final {
        font-size: 1.1em;
        padding: 30px;
    }
}

@media (max-width: 480px) {
    .extranjeria-title {
        font-size: 2.2em;
        margin-bottom: 30px;
    }
    .section-title {
        font-size: 1.5em;
    }
    .section-title-highlighted {
        font-size: 1.7em;
    }
    .extranjeria-section {
        padding: 15px;
    }
    .call-to-action-final {
        padding: 20px;
        font-size: 1em;
    }
    .call-to-action-final .contact-info strong {
        font-size: 1.1em;
    }
}/* End custom CSS */