* {
    color: #1d1d1f;
    font-family: 'Fira Sans', sans-serif;
}
P,ul
{
font-size: 1.1rem;
}

ul > li{
margin-bottom:10px;
}
.nav-item{
margin-bottom:0px;
}

.book-abstract{
overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
 mask-image: linear-gradient(to bottom, black 50%, transparent 100%);
}

.book-abstract-expanded{
 -webkit-line-clamp: inherit !important;
mask-image: none !important;
}
.badge{
font-weight:normal}
.badge-light{
background-color: whitesmoke;
  border: 1px solid whitesmoke;
}
body{background:#fefefe}
.book-meta small{color:#666;letter-spacing:1px}
.btn-info {
    color: #fff;
    background-color: #81B29A;
    border-color: #81B29A
}

.category-header{
  border-bottom: 3px solid #3d405b;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 3px;
  width: auto;
  display: inline-block}

.btn-info.active,
.btn-info:active,
.btn-info:focus,
.btn-info:hover,
.open .dropdown-toggle.btn-info {
    color: #fff;
    background-color: #3d405b;
    border-color: #3d405b
}

.default-primary-color {
    background: #3d405b
}

.page-link {
  color: #3d405b;
}
h1,
h1 strong,
h2,
h2 strong,
h3,
h3 strong {
    font-family: 'Fira Sans', Helvetica Neue, Helvetica, Arial, sans-serif
}

footer h3 {
    border-bottom: 1px solid #fff;
    line-height: 30px
}

footer a,
footer h3,
footer span,
footer strong,
footer p{
    color: #fff
}


footer a:hover {
    color: #f0ad4e
}

.primary-text-color {
    color: #212121
}

.secondary-text-color {
    color: #757575
}

h1,
h1 strong,
h2,
h2 strong,
h3,
h3 strong {
    font-family: 'Fira Sans', Helvetica Neue, Helvetica, Arial, sans-serif
}

.text-info {
    color: #81B29A !important
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #ccc
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Fira Sans', "Helvetica Neue", Helvetica, Arial, sans-serif
}

.container-title {
    padding: 0 10px;
    border-top: 0;
    border-bottom: 0;
    border-right: 1px solid #ccc;
    background: #f2cc8f;
    color: #fff !important;
    margin-bottom: 0
}

.text-primary-color {
    color: #fff
}

#landing-cover {
    background: url(../img/bg.webp) center top;
    background-size: auto;
    min-height: 220px;
    background-size: cover;
    border-bottom: 2px solid #3d405b
}

#landing-cover h1 {
color: #fff;
text-shadow: 4px 3px 3px #343434;
font-weight: bold;
line-height: 55px;

}

#landing-cover h2 {
    color: #fff;
    text-shadow: 4px 3px 3px #343434;
    font-weight: 700;
    line-height: 30px
}

.text-default-primary-color {
    color: #81B29A
}

ul.social-network {
    list-style: none;
    display: inline;
    margin-left: 0 !important;
    padding: 0
}

ul.social-network li {
    display: inline;
    margin-right: 5px
}

.social-network a.icoRss:hover {
    background-color: #f56505
}

.social-network a.icoFacebook:hover {
    background-color: #3b5998
}

.social-network a.icoWhatsapp:hover {
    background-color: #25d366
}

.social-network a.icoTwitter:hover {
    background-color: #3cf
}

.social-network a.icoGoogle:hover {
    background-color: #bd3518
}

.social-network a.icoVimeo:hover {
    background-color: #0590b8
}

.social-network a.icoLinkedin:hover {
    background-color: #007bb7
}

.social-network a.icoFacebook:hover i,
.social-network a.icoGoogle:hover i,
.social-network a.icoLinkedin:hover i,
.social-network a.icoRss:hover i,
.social-network a.icoTwitter:hover i,
.social-network a.icoVimeo:hover i {
    color: #fff
}

.socialHoverClass,
a.socialIcon:hover {
    color: #44bcdd
}

.social-circle li a {
display: inline-block;
  border-radius: 5px;
  text-align: center;
  width: 30px;
  height: 30px;
  font-size: 22px;
  background-color: #81B29A;
}

.social-circle li i {
    margin: 0;
    line-height: 30px;
    text-align: center
}

.social-circle li a:hover i,
.triggeredHover {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms--transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s
}

.social-circle i {
    color: #fff;
    -webkit-transition: all 2s;
    -moz-transition: all 2s;
    -o-transition: all 2s;
    -ms-transition: all 2s;
    transition: all 2s
}

.book-description {
	border-radius: 5px;
padding: 15px;
background: whitesmoke;
border: 1px solid #eee;
}

.book>a>img {
    border: 1px solid #999
}

.cita {
    border-left: 10px solid #70c1b3;
margin-bottom: 15px;
padding: 10px;
background: white;
font-style: italic;
}

.book-quote-votes {
    border: 1px solid #ccc;
    padding: 5px;
    border-radius: 3px;
    margin-left: 5px
}

.book-quote-votes a>i:hover {
    color: #3fc380
}

.btn-link{
    color: #3d405b
}

a{color:#81b29a}

.breadcrumb a{
color:inherit
}
.container-fluid a{
color:inherit
}
.container-fluid .btn-info{
color:#fff;
}
.h3 a{
color:inherit}


.breadcrumb {
    background-color: transparent;
    padding: 1rem 0rem;
margin: 0;
}
.breadcrumb-item + .breadcrumb-item::before {
    content: ">";
    font-weight: bold;
  }

.btn-link:hover,
a:hover {
    color: #54a2b6
}

.img-book-cover {
    border: 2px solid #50514f
}

.dark-primary-color {
background: #3d405b;
}

.navbar {
    padding: 0
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: #eaeaea;
background-color: #81B29A;
font-size: 1.1em;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding: 1.3rem
}

.navbar-light .navbar-nav .nav-link {
    color: #fff
}

.navbar-nav>li>a {
    font-family: 'Fira Sans', Arial, sans-serif !important;
    font-size: 1.2em;
    line-height: 50px

}

.back-to-top {
    opacity: .7;
    z-index: 9999;
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none
}

.page-item.active .page-link {
    z-index: 3;
    cursor: default;
background-color: #f2cc8f;
border: 0;
color: #666;
}

@media (min-width:768px) {
    .overlay,
    .overlay img {
        display: none
    }
}

@media(max-width:767px) {
    .overlay {
        opacity: .9;
        background-color: #fff;
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 1000
    }
    .overlay-loading {
        height: 100px;
        width: 100px;
        margin: 0 auto;
        background: #fff;
        border-radius: 5px;
        vertical-align: middle;
        position: fixed;
        left: 40%;
        top: 40%
    }
    .overlay-loading img {
        margin: 10px 0 0 10px;
        width: 80px
    }
    #landing-cover {
        min-height: 200px !important
    }
    .container-no-background {
        min-height: 230px
    }
}

#sidebar-menu h4 {
    color: #fff;
    border-bottom: 1px dashed #fff
}

#sidebar-menu ul li a {
    color: #fff
}

#sidebar-menu ul li {
    list-style-type: none;
    display: block;
    position: relative;
    width: 100%;
    padding: 11px
}

.navbar-light .navbar-toggler {
    color: rgba(255, 255, 255, .5);
    border-color: rgba(255, 255, 255, .1)
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.app {
    display: grid;
    grid-gap: var(--gutter) 0;
    grid-template-columns: var(--gutter) 1fr var(--gutter);
    align-content: start
}

.app>* {
    grid-column: 2/-2
}

.app>.full {
    grid-column: 1/-1;
    padding: 20px 0
}

.hs {
    display: grid;
    grid-auto-flow: column;
    overflow-x: scroll;
    scroll-snap-type: x proximity;
    padding-bottom: calc(.75 * var(--gutter));
    margin-bottom: calc(-.25 * var(--gutter))
}

.hs:after,
.hs:before {
    content: '';
    width: 10px
}

.app {
    overflow-y: hidden
}

.hs>li,
.item {
    scroll-snap-align: center;
    padding: 3px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.no-scrollbar {
    scrollbar-width: none;
    margin-bottom: 0;
    padding-bottom: 0
}

.no-scrollbar::-webkit-scrollbar {
    display: none
}

.badge-info{
background-color: #81B29A;
}
.badge-info:hover{

}

:root {
            --primary-blue: #3d405b;
            --primary-green: #81B29A;
            --light-blue: #565976;
            --light-green: #a7d3c1;
            --dark-blue: #2a2c3e;
            --accent-yellow: #F4D35E;
            --text-light: #f7f7f7;
            --text-muted: #b8bcc8;
        }
        
        
        .why-read-section {
            background: linear-gradient(135deg, var(--primary-blue) 0%, var(--dark-blue) 100%);
            border-radius: 24px;
            overflow: hidden;
            position: relative;
            color: var(--text-light);
        }
        
       
        
        @keyframes pulse {
            0%, 100% { transform: scale(1); opacity: 0.3; }
            50% { transform: scale(1.1); opacity: 0.1; }
        }
        
        .section-badge {
            background: rgba(129, 178, 154, 0.15);
            border: 1px solid rgba(129, 178, 154, 0.3);
            color: var(--light-green);
            font-size: 0.75rem;
            padding: 0.35rem 1rem;
            border-radius: 20px;
            font-weight: 600;
            letter-spacing: 0.5px;
            text-transform: uppercase;
        }
        
        .year-badge {
            background: rgba(244, 211, 94, 0.15);
            border: 1px solid rgba(244, 211, 94, 0.3);
            color: var(--accent-yellow);
            font-size: 0.875rem;
            padding: 0.5rem 1.25rem;
            border-radius: 25px;
            font-weight: 700;
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
        }
        
        .hook-text {
            font-size: 1.75rem;
            line-height: 1.5;
            background: linear-gradient(135deg, #ffffff 0%, var(--light-green) 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            font-weight: 700;
            margin-bottom: 2rem;
            letter-spacing: -0.5px;
        }
        
        .relevance-card {
            background: rgba(255, 255, 255, 0.03);
            border: 1px solid rgba(255, 255, 255, 0.08);
            border-radius: 20px;
            padding: 1.5rem;
            backdrop-filter: blur(10px);
            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
            height: 100%;
            position: relative;
            overflow: hidden;
        }
        
        .relevance-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 3px;
            background: linear-gradient(90deg, var(--primary-green) 0%, var(--light-green) 100%);
            transform: scaleX(0);
            transform-origin: left;
            transition: transform 0.4s ease;
        }
        
        .relevance-card:hover::before {
            transform: scaleX(1);
        }
        
        .relevance-card:hover {
            background: rgba(129, 178, 154, 0.05);
            transform: translateY(-4px);
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
            border-color: rgba(129, 178, 154, 0.2);
        }
        
        .relevance-icon {
            width: 56px;
            height: 56px;
            background: linear-gradient(135deg, var(--primary-green) 0%, var(--light-green) 100%);
            border-radius: 16px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.5rem;
            margin-bottom: 1.25rem;
            color: white;
            box-shadow: 0 8px 16px rgba(129, 178, 154, 0.2);
        }
        
        .relevance-title {
            font-size: 1.1rem;
            font-weight: 700;
            color: var(--text-light);
            margin-bottom: 0.75rem;
            letter-spacing: -0.3px;
        }
        
        .relevance-text {
            font-size: 0.95rem;
            color: var(--text-muted);
            line-height: 1.6;
        }
        
        .modern-context {
            background: linear-gradient(135deg, rgba(129, 178, 154, 0.1) 0%, rgba(129, 178, 154, 0.05) 100%);
            border-left: 4px solid var(--primary-green);
            border-radius: 12px;
            padding: 1.5rem;
            margin: 2rem 0;
        }
        
        .modern-context-title {
            font-size: 0.875rem;
            font-weight: 700;
            color: var(--primary-green);
            text-transform: uppercase;
            letter-spacing: 1px;
            margin-bottom: 0.75rem;
            display: flex;
            align-items: center;
            gap: 0.5rem;
        }
        
        .modern-context-text {
            color: var(--text-light);
            font-size: 1.05rem;
            line-height: 1.7;
            margin: 0;
        }
        
        .insight-pills {
            display: flex;
            flex-wrap: wrap;
            gap: 0.75rem;
            margin: 1.5rem 0;
        }
        
        .insight-pill {
            background: rgba(255, 255, 255, 0.05);
            border: 1px solid rgba(255, 255, 255, 0.1);
            color: var(--text-light);
            padding: 0.5rem 1.25rem;
            border-radius: 25px;
            font-size: 0.9rem;
            font-weight: 500;
            transition: all 0.3s ease;
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
        }
        
        .insight-pill i {
            color: var(--primary-green);
            font-size: 0.875rem;
        }
        
        .insight-pill:hover {
            background: rgba(129, 178, 154, 0.1);
            border-color: rgba(129, 178, 154, 0.3);
            transform: translateY(-2px);
        }
        
        .reading-metrics {
            display: flex;
            gap: 2rem;
            margin: 2rem 0;
            padding: 1.5rem;
            background: rgba(0, 0, 0, 0.2);
            border-radius: 16px;
        }
        
        .metric-item {
            flex: 1;
            text-align: center;
        }
        
        .metric-value {
            font-size: 2rem;
            font-weight: 800;
            color: var(--primary-green);
            display: block;
            line-height: 1;
            margin-bottom: 0.5rem;
        }
        
        .metric-label {
            font-size: 0.875rem;
            color: var(--text-muted);
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }
        
        .cta-button {
            background: linear-gradient(135deg, var(--primary-green) 0%, var(--light-green) 100%);
            border: none;
            color: white;
            padding: 1rem 2.5rem;
            border-radius: 14px;
            font-weight: 700;
            font-size: 1rem;
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            gap: 0.75rem;
            box-shadow: 0 4px 12px rgba(129, 178, 154, 0.3);
        }
        
        .cta-button:hover {
            transform: translateY(-3px);
            box-shadow: 0 8px 20px rgba(129, 178, 154, 0.4);
            color: white;
        }
        
        .secondary-button {
            color: var(--primary-green);
            text-decoration: none;
            font-weight: 600;
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
            transition: all 0.3s ease;
            padding: 0.5rem 1rem;
            border-radius: 8px;
        }
        
        .secondary-button:hover {
            color: var(--light-green);
            background: rgba(129, 178, 154, 0.1);
            gap: 0.75rem;
        }
        
        .divider {
            height: 1px;
            background: linear-gradient(90deg, transparent, rgba(129, 178, 154, 0.2), transparent);
            margin: 2rem 0;
        }
        
        /* Responsive */
        @media (max-width: 768px) {
            .hook-text {
                font-size: 1.35rem;
            }
            
            .reading-metrics {
                flex-direction: column;
                gap: 1rem;
            }
            
            .metric-item {
                display: flex;
                align-items: center;
                justify-content: space-between;
                text-align: left;
            }
            
            .metric-value {
                font-size: 1.5rem;
            }
        }
        
        /* Book-specific examples styling */
        .book-example {
            background: var(--primary-blue);
            border-radius: 20px;
            padding: 2rem;
            margin-bottom: 2rem;
        }
        
        .book-title {
            font-size: 1.25rem;
            font-weight: 700;
            color: var(--primary-green);
            margin-bottom: 0.5rem;
        }
        
        .book-author {
            font-size: 0.95rem;
            color: var(--text-muted);
            margin-bottom: 1rem;
        }

.section-title {
  display: flex;
  align-items: center;
  gap: 1rem;
border-bottom: 1px solid rgba(255,255,255,.2);
  padding-bottom: 10px;

}

.section-title .dot {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: rgb(129, 178, 154);
  box-shadow: 0 0 0 .25rem rgba(129, 178, 154,0.25);
}
 .collection-card.desc-clamp{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
  .collection-tile{transition:box-shadow .15s ease,transform .15s ease;}
  .collection-tile:hover{box-shadow:0 .5rem 1rem rgba(0,0,0,.08)}

  .badge-featured{
    display:inline-flex;align-items:center;
    padding:.15rem .45rem;border-radius:.35rem;
    font-size:.72rem;font-weight:600;letter-spacing:.02em;text-transform:uppercase;
    color:#2f855a;background:#edf7f1;border:1px solid #cde9d6;
    line-height:1;cursor:default;pointer-events:none
  }
  .badge-featured i{margin-right:.3rem;font-size:.85em;opacity:.8} 