.elementor-1515 .elementor-element.elementor-element-668cec7{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;}.elementor-1515 .elementor-element.elementor-element-668cec7.e-con{--align-self:center;}/* Start custom CSS for html, class: .elementor-element-d9af0d3 *//* CONTENEDOR GENERAL */
.lf-terms-container {

    max-width: 1200px;
    margin: 80px auto;
    padding: 20px;

    color: #d9faff;

    font-family: Arial, sans-serif;
}

/* CABECERA */

.lf-terms-header {

    text-align: center;
    margin-bottom: 60px;
}

.lf-terms-header h1 {

    font-size: 3rem;

    color: #00eaff;

    text-shadow:
        0 0 10px rgba(0,224,255,.4),
        0 0 20px rgba(0,224,255,.25);

    margin-bottom: 15px;
}

.lf-terms-header p {

    color: #b8d8e6;

    font-size: 1.15rem;
}

/* TARJETAS */

.lf-term-card {

    background: rgba(5, 8, 25, 0.92);

    border: 1px solid rgba(0,224,255,0.15);

    border-radius: 18px;

    padding: 35px;

    margin-bottom: 25px;

    box-shadow:
        0 0 20px rgba(0,224,255,0.05);

    transition: all .3s ease;
}

.lf-term-card:hover {

    transform: translateY(-3px);

    border-color: rgba(0,224,255,0.35);

    box-shadow:
        0 0 30px rgba(0,224,255,0.12);
}

/* TÍTULOS */

.lf-term-card h2 {

    color: #00eaff;

    margin-bottom: 20px;

    font-size: 1.5rem;

    text-shadow:
        0 0 10px rgba(0,224,255,.25);
}

/* PÁRRAFOS */

.lf-term-card p {

    line-height: 1.9;

    color: #d9faff;

    margin-bottom: 15px;
}

/* LISTAS */

.lf-term-card ul {

    padding-left: 25px;

    margin: 20px 0;
}

.lf-term-card li {

    margin-bottom: 10px;

    color: #ffffff;
}

/* SCROLL SUAVE */

html {

    scroll-behavior: smooth;
}

/* RESPONSIVE */

@media (max-width: 768px) {

    .lf-terms-header h1 {

        font-size: 2rem;
    }

    .lf-term-card {

        padding: 25px;
    }

    .lf-term-card h2 {

        font-size: 1.25rem;
    }
}

/* =========================
   ÍNDICE DE TÉRMINOS
========================= */

.lf-terms-index {

    max-width: 1200px;
    margin: 50px auto;
    padding: 30px;

    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 15px;

    background: rgba(5, 8, 25, 0.85);

    border: 1px solid rgba(0,224,255,0.15);

    border-radius: 20px;

    box-shadow:
        0 0 30px rgba(0,224,255,0.08);
}

/* ENLACES */

.lf-terms-index a {

    display: block;

    padding: 14px 18px;

    text-decoration: none;

    color: #d9faff;

    background: rgba(0,224,255,0.05);

    border: 1px solid rgba(0,224,255,0.15);

    border-radius: 12px;

    transition: all .3s ease;

    font-size: 0.95rem;

    line-height: 1.4;

    position: relative;

    overflow: hidden;
}

/* EFECTO BRILLO */

.lf-terms-index a::before {

    content: "";

    position: absolute;

    top: 0;
    left: -100%;

    width: 100%;
    height: 100%;

    background: linear-gradient(
        90deg,
        transparent,
        rgba(255,255,255,0.08),
        transparent
    );

    transition: .6s;
}

.lf-terms-index a:hover::before {
    left: 100%;
}

/* HOVER */

.lf-terms-index a:hover {

    transform: translateY(-3px);

    color: #ffffff;

    border-color: rgba(0,224,255,0.5);

    background: rgba(0,224,255,0.12);

    box-shadow:
        0 0 15px rgba(0,224,255,0.25),
        0 0 25px rgba(0,224,255,0.15);
}

/* LINK ACTIVO AL HACER CLICK */

.lf-terms-index a:active {

    transform: scale(.98);
}

/* SCROLL SUAVE */

html {
    scroll-behavior: smooth;
}

/* MOBILE */

@media (max-width:768px) {

    .lf-terms-index {

        grid-template-columns: 1fr;

        padding: 20px;
    }

    .lf-terms-index a {

        font-size: .9rem;
    }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-668cec7 */h1.entry-title {
  display: none;
}/* End custom CSS */