.elementor-9 .elementor-element.elementor-element-7b13e73{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.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-9 .elementor-element.elementor-element-a45e4cc{font-family:"DM Sans", Sans-serif;font-weight:400;color:#000000;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-9 .elementor-element.elementor-element-7b13e73{--content-width:80%;}}/* Start custom CSS for text-editor, class: .elementor-element-a45e4cc */.altum-legal {
    max-width: 920px;
    margin: 0 auto;
    padding: 60px 24px;
    color: #1a1a1a;
    line-height: 1.7;
    font-size: 15px;
}

/* ─────────────────────────────────────
   HEADER DEL DOCUMENTO
   ───────────────────────────────────── */
.altum-legal__header {
    margin-bottom: 64px;
    padding-bottom: 32px;
    border-bottom: 1px solid #ebebe5;
}

.altum-legal__eyebrow {
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    color: #0046A4;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    margin-bottom: 14px;
}

.altum-legal__title {
    font-size: 42px;
    font-weight: 700;
    color: #0a0a0a;
    margin: 0 0 16px;
    line-height: 1.15;
    letter-spacing: -0.02em;
}

.altum-legal__subtitle {
    font-size: 16px;
    color: #1a1a1a;
    font-weight: 500;
    margin: 0 0 6px;
}

.altum-legal__date {
    font-size: 13px;
    color: #888780;
    margin: 0;
}

/* ─────────────────────────────────────
   SECCIONES
   ───────────────────────────────────── */
.altum-legal__section {
    margin-bottom: 56px;
}

.altum-legal__section h2 {
    font-size: 26px;
    font-weight: 700;
    color: #0a0a0a;
    margin: 0 0 20px;
    line-height: 1.25;
    letter-spacing: -0.01em;
}

.altum-legal__section h3 {
    font-size: 18px;
    font-weight: 600;
    color: #0a0a0a;
    margin: 32px 0 14px;
    line-height: 1.4;
}

.altum-legal__section p {
    margin: 0 0 16px;
    text-align: left;
    color: #2a2a2a;
}

.altum-legal__section ul {
    margin: 0 0 18px;
    padding-left: 22px;
    list-style: none;
}

.altum-legal__section ul li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 18px;
    line-height: 1.65;
    color: #2a2a2a;
}

.altum-legal__section ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 11px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: linear-gradient(135deg, #0046A4 0%, #00A9DC 100%);
}

.altum-legal__section strong {
    color: #0a0a0a;
    font-weight: 600;
}

/* ─────────────────────────────────────
   ENLACES Y EMAILS OFUSCADOS
   ───────────────────────────────────── */
.altum-legal a {
    color: #0046A4;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.altum-legal a:hover {
    color: #00A9DC;
}

.altum-legal .cofuscado {
    color: #0046A4;
    direction: rtl;
    unicode-bidi: bidi-override;
    cursor: pointer;
    font-weight: 500;
    transition: color 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.altum-legal .cofuscado:hover {
    color: #00A9DC;
}

/* ─────────────────────────────────────
   CAJA DE DATOS IDENTIFICATIVOS (sección 1)
   ───────────────────────────────────── */
.altum-legal__data {
    background: #f7f6f1;
    border-radius: 24px;
    padding: 28px 32px !important;
    margin: 20px 0 24px !important;
    list-style: none !important;
}

.altum-legal__data li {
    margin-bottom: 10px !important;
    padding-left: 0 !important;
    line-height: 1.65;
}

.altum-legal__data li::before {
    display: none !important;
}

.altum-legal__data li:last-child {
    margin-bottom: 0 !important;
}

/* ─────────────────────────────────────
   ADVERTENCIA DE RIESGOS (sección 3)
   ───────────────────────────────────── */
.altum-legal__warning {
    background: linear-gradient(135deg, rgba(0, 70, 164, 0.04) 0%, rgba(0, 169, 220, 0.06) 100%);
    border-radius: 24px;
    padding: 28px 32px;
    margin: 0 0 28px;
    position: relative;
    overflow: hidden;
}

.altum-legal__warning::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(180deg, #0046A4 0%, #00A9DC 100%);
}

.altum-legal__warning-label {
    display: inline-block;
    font-size: 11px;
    font-weight: 600;
    color: #0046A4;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    margin-bottom: 10px;
}

.altum-legal__warning p {
    margin: 0;
    color: #0a0a0a;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.6;
}

/* ─────────────────────────────────────
   FOOTER DEL DOCUMENTO
   ───────────────────────────────────── */
.altum-legal__footer {
    margin-top: 72px;
    padding-top: 32px;
    border-top: 1px solid #ebebe5;
    text-align: center;
}

.altum-legal__footer p {
    margin: 0;
    font-size: 13px;
    color: #888780;
}

/* ─────────────────────────────────────
   RESPONSIVE
   ───────────────────────────────────── */
@media (max-width: 768px) {
    .altum-legal {
        padding: 40px 20px;
        font-size: 14px;
    }
    .altum-legal__header {
        margin-bottom: 48px;
    }
    .altum-legal__title {
        font-size: 32px;
    }
    .altum-legal__section {
        margin-bottom: 44px;
    }
    .altum-legal__section h2 {
        font-size: 22px;
    }
    .altum-legal__section h3 {
        font-size: 16px;
    }
    .altum-legal__data {
        padding: 22px 24px !important;
        border-radius: 20px;
    }
    .altum-legal__warning {
        padding: 22px 24px;
        border-radius: 20px;
    }
}

@media (max-width: 480px) {
    .altum-legal {
        padding: 32px 16px;
    }
    .altum-legal__title {
        font-size: 26px;
    }
    .altum-legal__section h2 {
        font-size: 20px;
    }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-7b13e73 */.elementor-9 .elementor-element.elementor-element-7b13e73 {


  margin: 105px auto; /* 40px de espacio arriba/abajo, y 'auto' centra el contenedor horizontalmente */
  
  /* 3. Redondear las esquinas */
  border-radius: 20px; /* Ajusta este valor según lo redondas que las quieras */
  
  /* 4. ¡LA CLAVE! Cortar lo que sobra */
  overflow: hidden; /* Esto obliga a la imagen de fondo a no salirse de las esquinas redondeadas */
}
@media (max-width: 768px) {
  .elementor-9 .elementor-element.elementor-element-7b13e73 {
    margin: 55px auto; 
  }
}/* End custom CSS */