.elementor-443 .elementor-element.elementor-element-f04d722{--display:flex;}.elementor-443 .elementor-element.elementor-element-ab914bd{--display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-fc9b04a */.cliv-book-layout{

    --primary:#280E90;
    --light:#F5F2FF;
    --border:#ECE7FF;

    max-width:1350px;

    margin:auto;

    padding:90px 25px;

    display:grid;

    grid-template-columns:
    380px
    minmax(0,1fr);

    gap:90px;

    align-items:start;
}

/* PORTADA */

.cliv-book-cover-column{

    position:sticky;
    top:120px;
}

.cliv-book-cover{

    width:100%;

    display:block;

    border-radius:24px;

    box-shadow:

    0 50px 120px rgba(15,23,42,.18),

    0 20px 50px rgba(40,14,144,.15);

}

/* COLECCION */

.cliv-collection{

    display:inline-flex;

    align-items:center;

    padding:12px 20px;

    border-radius:100px;

    background:#F5F2FF;

    border:1px solid #ECE7FF;

    color:#280E90;

    font-family:Inter;

    font-size:14px;

    font-weight:600;

    margin-bottom:25px;
}

/* TITULO */

.cliv-book-title{

    font-family:Urbanist;

    font-size:43px;

    font-weight:900;

    line-height:1.05;

    letter-spacing:-1px;

    color:#0F172A;

    margin:0 0 25px;
}

/* META */

.cliv-book-meta{

    display:flex;

    flex-wrap:wrap;

    align-items:center;

    gap:16px;

    margin-bottom:35px;
}

.cliv-book-meta span{

    display:flex;

    align-items:center;

    gap:10px;

    font-family:Inter;

    font-size:17px;

    color:#64748B;
}

.cliv-book-meta svg{

    width:18px;
    height:18px;

    fill:#280E90;
}

.cliv-separator{

    width:5px;
    height:5px;

    border-radius:50%;

    background:#CBD5E1;
}

/* CONTENIDO */

.cliv-book-description{

    font-family:Inter;

    font-size:17px;

    line-height:2;

    color:#475569;

    margin-bottom:45px;
}

.cliv-book-description p{

    margin-bottom:25px;
}

/* CARDS */

.cliv-book-cards{

    display:flex;

    flex-wrap:wrap;

    gap:18px;
}

.cliv-card{

    background:#fff;

    border:1px solid #ECE7FF;

    border-radius:18px;

    padding:22px;

    min-width:190px;

    transition:.3s;
}

.cliv-card:hover{

    transform:translateY(-4px);

    box-shadow:
    0 20px 40px rgba(40,14,144,.08);
}

.cliv-card small{

    display:block;

    font-family:Inter;

    font-size:12px;

    text-transform:uppercase;

    letter-spacing:1px;

    color:#94A3B8;

    margin-bottom:8px;
}

.cliv-card strong{

    font-family:Urbanist;

    font-size:20px;

    font-weight:800;

    color:#0F172A;
}

/* MOBILE */

@media(max-width:1024px){

    .cliv-book-layout{

        grid-template-columns:1fr;

        gap:50px;
    }

    .cliv-book-cover-column{

        position:relative;
        top:auto;

        max-width:320px;

        margin:auto;
    }

    .cliv-book-title{

        font-size:34px;
    }

}/* End custom CSS */