.books .bg-image {
    background: url('/img/books/background.webp') no-repeat;
    background-size: cover;
    background-position: center;
    aspect-ratio: 1444 / 768;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.books .title-book{
    border-radius: 33px;
    background: rgba(255, 255, 255, 0.10);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) inset;
    width: 664px;
    height: 380px;
    padding: 80px 30px;
}

.books .title-book h1{
    color: #FFF;
    text-align: center;
    text-shadow: 0px 4px 4px rgba(25, 15, 37, 0.25);
    font-family: "Red Hat Display";
    font-size: 100px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0px;
}
.books .title-book h3{
    color: #FFF;
    text-align: center;
    font-family: "Red Hat Display";
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0px;
}

.books .slider-container-bg {
    padding-top: 180px;
    padding-bottom: 90px;
}

.books .slider-container-bg .text-title{
    color: var(--color-palette-soap-dark);
    text-align: center;
    font-family: "Red Hat Display";
    font-size: 72px;
    font-style: normal;
    font-weight: 700;
    line-height: 59.861px;
    max-width: 965px;
    margin: 0 auto;
    padding-bottom: 24px;
}

.books .slider-container-bg .text-description-1 {
    color: var(--color-palette-jacarta-dark);
    text-align: center;
    font-family: "Red Hat Display";
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    max-width: 680px;
    margin: 0 auto;
}

.books .slider-container-bg .text-description-2 {
    color: #1B051C;
    text-align: center;
    font-family: "Red Hat Display";
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 33.921px;
    max-width: 965px;
    margin: 0 auto;
    padding-top: 45px;
}

.books .slider-container-bg .text-subtitle {
    color: var(--color-palette-yellow-orange-normal-active);
    text-align: center;
    font-family: "Red Hat Display";
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 59.861px; /* 124.71% */
}

.books .slider-container-bg {
    background: var(--color-palette-jacarta-light);
}

.books h3 {
    font-size: 72px;
    color: #190F25;
    margin-bottom: 0px!important;
    line-height: initial
}

.category-description {
    font-size: 48px;
    color: #C88C2D;
    font-weight: 500;
    line-height: initial;
    margin-top: 0px!important;
}


@media (max-width: 480px) {
    .books .bg-image {
        aspect-ratio: 5/9!important;
        background: url('/img/books/background-movil.webp') no-repeat;
        background-size: cover;
    }
}
@media (max-width: 960px) {
    .books .slider-container-bg .text-title{
        font-size: 40px;
        font-style: normal;
        font-weight: 700;
        line-height: 47.9px;
    }

    .category-description {
        font-size: 24px;
    }

    .books h3{
        font-size: 40px;
        font-style: normal;
        font-weight: 700;
        line-height: 47.9px;
    }

    .books .slider-container-bg .text-description-1 {
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    .books .slider-container-bg .text-description-2 {
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 28px

    }
    .books .slider-container-bg .text-subtitle {
        font-size: 30px;
        font-style: normal;
        font-weight: 500;
        line-height: 35px;
    }

    .books .slider-container-bg {
        padding-top: 90px;
        padding-bottom: 90px;
    }

    .books .title-book{
        max-width: 375px;
        height: 300px;
        padding: 35px;
        width: 99%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .books .title-book h1{
        font-size: 64px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }
    .books .title-book h3{
        font-size: 32px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
}

.books .notification-button{
    min-height: 58px;
    max-width: 385px;
    padding: 18px 44px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 33px;
    background: #FAAF38;
    border: none;
    width: 100%;
    color: #000000!important;
    text-decoration: none;
    display: block;
    font-family: "Red Hat Display";
}

#subscribe-modal:not([hidden]) ~ .notification-button {
    background: #2D082E!important;
    color: white!important;
}

.books .bg-gray {
   background: #625B69;
}

.books .slider-card{
    border-radius: 16px;
    background-color: #ffffffa8;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    padding: 36px!important;
    height: 100%;
}

.books .slider-container-2 {
    border-radius: 12px;
    background: #dfdde470;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) inset;
    position: relative;
    height: 100%;
}

.books .slider-text {
    padding: 69px 50px 35px 50px;
    width: 49%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
    gap: 35px;
}

.books .slider-wrapper {
    padding: 4% 5%;
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.books .slider-body {
    display: flex;
    height: 100%;
}

.books .container-page {
    display: flex;
    flex-direction: column;
    margin-top: 110px;
    gap: 24px;
}
.books .title-page {
    color: var(--color-palette-dark-purple-light-hover, #E0DAE0);
    text-align: center;
    font-family: "Red Hat Display";
    font-size: 72px;
    font-style: normal;
    font-weight: 700;
    line-height: 59.861px; /* 83.14% */
    margin: 0;
}
.books .subtitle-page{
    color: var(--color-palette-yellow-orange-light-active, #FDE6C1);
    text-align: center;
    font-family: "Red Hat Display";
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 43.898px;
    max-width: 854px;;
    margin: 0 auto;
    text-align: center;
}

.books .slider-image {
    width: 51%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #252228ba;
    border-radius: 12px;
}

.books .slider-image img{
    height: 300px;
    object-fit: cover;
    position: relative;
    border-radius: 12px;
}

.books .custom-slider {
    position: relative;
}

.books .custom-slider ul{
    gap: 1px;
}

.books .next-slider {
    position: absolute;
    margin: auto;
    display: flex;
    justify-content: center;
    height: 100%;
    width: auto;
    align-items: center;
    right: 0;
    bottom: 0;
}

.books .next-slider-button{
    width: 100px!important;
    height: 100px!important;
    box-sizing: border-box;
    border-radius: 50%;
    background-color: rgb(255, 255, 255, 0.6);
    color: #999;
    vertical-align: middle;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: 0.1s ease-in-out;
    transition-property: color;
    margin: 50px;
}

.books .slider-title {
    color: var(--color-palette-soap-dark-active);
    font-family: Lato;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0;
    margin-bottom: 35px;
    text-align: center;
}

.books .slider-description {
    color: var(--color-palette-soap-dark-active);
    font-family: "Red Hat Display";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27.9px;
    margin: 0;
    margin-bottom: 12px;
    text-align: center;
    margin-bottom: 0px;
}

.books .slider-psychi {
    color: var(--color-palette-soap-dark-active);
    font-family: "Red Hat Display";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 27.9px;
    margin: 0;
}

.books .slider-description  em {
    color: #625a69!important;
}

@media (min-width: 1440px) {
    .books .custom-slider ul{
        height: 373px;
    }
}

@media (max-width: 960px){
    .books .slider-body {
        display: flex;
        flex-direction: column;
    }
    .books .slider-text {
        padding: 30px;
        width: auto;
    }
    .books .title-page {
        font-size: 40px;
        line-height: 48px;
    }
    .books .subtitle-page{
        font-size: 24px;
        line-height: 35px;
    }
    .books .slider-image {
        width: 100%;
    }

    .books .slider-image img{
        border-radius: 0 0 12px 12px;
    }

    .books .next-slider {
        bottom: 20px;
        top: none;
        z-index: 20;
        position: absolute;
        margin: auto;
        width: 100%;
        height: auto;
        display: flex;
        justify-content: center;
    }
    .books .next-slider-button{
        width: 60px!important;
        height: 60px!important;
    }
    .slider-wrapper {
        gap: 30px;
    }

    .books .container-page {
        margin-top: 95px;
    }

    .books .custom-slider {
        margin-bottom: 50px;
    }
}


.books .btn-solid-purple {
    border-radius: 40px;
    background: var(--color-palette-dark-purple-normal)!important;
    font-weight: 700;
    min-width: 228px !important;
    padding: 0px;
    height: 48px;
    width: 100%!important;
    gap: 22px!important;
    max-width: 350px;
}
.books .btn-solid-purple .btn-text-secondary {
    color: #E4DFE9!important;
}
.books .btn-solid-purple .btn-text-primary {
    color: #C6BDD1!important;
}

.books .btn-outline-purple {
    border-radius: 40px;
    border: solid 2px var(--color-palette-dark-purple-normal)!important;
    color: var(--color-palette-dark-purple-normal);
    font-weight: 700;
    min-width: 228px !important;
    padding: 0px;
    height: 48px;
    text-decoration: none;
}

.books .slider-image-2{
    background: #4C4752;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 25px 60px;
    margin-top: 45px;
}

ul, ol {
    padding-left: 0px!important;
}
