.elementor-25085 .elementor-element.elementor-element-c3bc5f6{--display:flex;}.elementor-25085 .elementor-element.elementor-element-0ed9205{--display:flex;}.elementor-25085 .elementor-element.elementor-element-1c1117b{--display:flex;}.elementor-25085 .elementor-element.elementor-element-746b328{--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-25085 .elementor-element.elementor-element-ada2218{--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-25085 .elementor-element.elementor-element-c4ba4a3{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-25085 .elementor-element.elementor-element-c4ba4a3:not(.elementor-motion-effects-element-type-background), .elementor-25085 .elementor-element.elementor-element-c4ba4a3 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-ead1118 );}.elementor-25085 .elementor-element.elementor-element-703c503{--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-25085 .elementor-element.elementor-element-4d73126{--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-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-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-25085 .elementor-element.elementor-element-0a8a01b{text-align:justify;}.elementor-25085 .elementor-element.elementor-element-57fa3f8{--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;}@media(min-width:768px){.elementor-25085 .elementor-element.elementor-element-703c503{--width:33.3333%;}.elementor-25085 .elementor-element.elementor-element-4d73126{--width:66.6666%;}}/* Start custom CSS for wp-widget-custom_html, class: .elementor-element-11530ac *//* --- Estilos base (Escritorio y general) --- */
.mi-articulo-legal {
    font-family: 'Roboto', sans-serif;
    line-height: 1.6;
    color: #333;
    width: 100%;
}

/* Títulos: Color #bdb700 y tamaños */
.mi-articulo-legal h1, 
.mi-articulo-legal h2, 
.mi-articulo-legal h3 {
    color: #bdb700 !important;
    font-weight: 700;
    line-height: 1.2;
}

.mi-articulo-legal h1 {
    font-size: 36px !important;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

.mi-articulo-legal h2 {
    font-size: 28px !important;
    margin-top: 1.5em;
    margin-bottom: 0.8em;
    border-bottom: 2px solid #bdb700;
    padding-bottom: 10px;
}

.mi-articulo-legal h3 {
    font-size: 24px !important;
    margin-top: 1.2em;
    margin-bottom: 0.5em;
}

/* Texto normal */
.mi-articulo-legal p, 
.mi-articulo-legal li {
    font-size: 14px !important;
    margin-bottom: 1em;
}

.mi-articulo-legal ul {
    margin-left: 20px;
    margin-bottom: 20px;
}

/* CTA (Llamada a la acción) */
.mi-articulo-legal .cta-block {
    background-color: #f9f9f9;
    border-left: 6px solid #bdb700;
    padding: 25px;
    margin: 35px 0;
    border-radius: 4px;
}

.mi-articulo-legal .cta-text {
    font-weight: 500;
    margin-bottom: 20px;
}

.mi-articulo-legal .cta-button-container {
    text-align: center;
    width: 100%;
}

.mi-articulo-legal .cta-button {
    display: inline-block;
    background-color: #bdb700;
    color: #fff !important;
    text-decoration: none !important;
    padding: 12px 30px;
    border-radius: 5px;
    font-weight: 700;
    transition: background-color 0.3s ease;
}

.mi-articulo-legal .cta-button:hover {
    background-color: #9e9900;
}

/* Tabla responsive */
.mi-articulo-legal .table-container {
    overflow-x: auto;
    margin: 25px 0;
}

.mi-articulo-legal table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 1em;
    border: 2px solid #bdb700;
}

.mi-articulo-legal th, 
.mi-articulo-legal td {
    padding: 12px 15px;
    text-align: left;
    border: 1px solid #bdb700;
    vertical-align: top;
    font-size: 14px !important;
}

.mi-articulo-legal th {
    background-color: #f4f4f4;
    font-weight: bold;
}

/* FAQ Innovador (sin JS) */
.faq-section-innovative {
    margin-top: 50px;
    background-color: #fafafa;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.faq-section-innovative h2 {
    color: #bdb700 !important;
    margin-bottom: 25px;
}

.faq-item {
    margin-bottom: 15px;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 6px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-toggle {
    display: none;
}

.faq-question-label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    cursor: pointer;
    font-weight: 700;
    color: #333;
    user-select: none;
}

.faq-q-text {
    font-size: 16px;
}

.faq-icon {
    position: relative;
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    margin-left: 15px;
}

.faq-icon::before,
.faq-icon::after {
    content: '';
    position: absolute;
    background-color: #bdb700;
    transition: transform 0.3s ease;
    top: 50%;
    left: 50%;
}

.faq-icon::before {
    width: 100%;
    height: 2px;
    margin-left: -10px;
    margin-top: -1px;
}

.faq-icon::after {
    width: 2px;
    height: 100%;
    margin-left: -1px;
    margin-top: -10px;
}

.faq-answer-container {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.4s ease-out, padding 0.4s ease-out;
}

.faq-answer-content {
    overflow: hidden;
    opacity: 0;
    padding: 0 20px;
    transition: opacity 0.5s ease;
    font-size: 14px;
    color: #555;
}

.faq-toggle:checked ~ .faq-answer-container {
    grid-template-rows: 1fr;
    padding-bottom: 20px;
}

.faq-toggle:checked ~ .faq-answer-container .faq-answer-content {
    opacity: 1;
    margin-top: 10px;
}

.faq-toggle:checked ~ .faq-question-label .faq-icon::before,
.faq-toggle:checked ~ .faq-question-label .faq-icon::after {
    transform: rotate(45deg);
}

.faq-toggle:checked ~ .faq-question-label {
    color: #bdb700;
}

/* --- ESTILOS ESPECÍFICOS PARA MÓVIL (max-width: 768px) --- */
@media (max-width: 768px) {
    /* Centrar títulos H1, H2, H3 */
    .mi-articulo-legal h1, 
    .mi-articulo-legal h2, 
    .mi-articulo-legal h3 {
        text-align: center !important;
    }

    /* Justificar textos de párrafos y listas en general */
    .mi-articulo-legal p, 
    .mi-articulo-legal li {
        text-align: justify !important;
    }
    
    /* EXCEPCIÓN: El texto del CTA lo queremos centrado */
    .mi-articulo-legal .cta-text {
        text-align: center !important;
    }

    /* Ajuste para FAQ en móvil */
    .faq-answer-content p {
        text-align: justify !important;
    }
}/* End custom CSS */
/* Start custom CSS for wp-widget-custom_html, class: .elementor-element-f876fe8 *//* Contenedor principal */
.faq-section-innovative {
    margin-top: 50px;
    background-color: #fafafa;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.faq-section-innovative h2 {
    color: #bdb700 !important;
    margin-bottom: 25px;
}

/* Item individual */
.faq-item {
    margin-bottom: 15px;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 6px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-item:hover {
    border-color: #bdb700;
    box-shadow: 0 2px 8px rgba(189, 183, 0, 0.1);
}

/* Ocultamos el checkbox real */
.faq-toggle {
    display: none;
}

/* La etiqueta que actúa como botón disparador */
.faq-question-label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    cursor: pointer;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #333;
    user-select: none; /* Evita que se seleccione el texto al hacer clic rápido */
}

.faq-q-text {
    font-size: 16px;
}

/* Icono animado (+) */
.faq-icon {
    position: relative;
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    margin-left: 15px;
}

.faq-icon::before,
.faq-icon::after {
    content: '';
    position: absolute;
    background-color: #bdb700;
    transition: transform 0.3s ease;
    top: 50%;
    left: 50%;
}

/* Línea horizontal del + */
.faq-icon::before {
    width: 100%;
    height: 2px;
    margin-left: -10px; /* Mitad del ancho */
    margin-top: -1px;   /* Mitad de la altura */
}

/* Línea vertical del + */
.faq-icon::after {
    width: 2px;
    height: 100%;
    margin-left: -1px;
    margin-top: -10px;
}

/* --- MAGIA CSS: Animación de apertura sin JS --- */
.faq-answer-container {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.4s ease-out, padding 0.4s ease-out;
}

.faq-answer-content {
    overflow: hidden;
    opacity: 0;
    padding: 0 20px; /* Padding lateral siempre presente para que no salte */
    transition: opacity 0.5s ease;
    font-size: 14px;
    color: #555;
    line-height: 1.6;
}

/* --- Estados cuando el checkbox está activado --- */
.faq-toggle:checked ~ .faq-answer-container {
    grid-template-rows: 1fr;
    padding-bottom: 20px; /* Añade espacio abajo solo cuando está abierto */
}

.faq-toggle:checked ~ .faq-answer-container .faq-answer-content {
    opacity: 1;
    margin-top: 10px; /* Un pequeño respiro entre pregunta y respuesta */
}

/* Rotación del icono a 'X' cuando está abierto */
.faq-toggle:checked ~ .faq-question-label .faq-icon::before {
    transform: rotate(45deg);
}
.faq-toggle:checked ~ .faq-question-label .faq-icon::after {
    transform: rotate(45deg);
}

/* Cambio de color del título cuando está abierto */
.faq-toggle:checked ~ .faq-question-label {
    color: #bdb700;
}/* End custom CSS */