@import"https://fonts.googleapis.com/css2?family=Rethink+Sans:ital,wght@0,400..800;1,400..800&display=swap";:root{--dark:#080d19;--darklight:#0b1729;--darkblue:#174783;--blue:#56a4e0;--lightblue:#ebf8fe;--black:#000;--white:#fff;--skyblue:#01e4e0;--border-radius:6px;scroll-behavior:smooth;scroll-padding-top:2rem}body,html{font-size:16px;color:var(--dark);box-sizing:content-box;margin:0;padding:0;font-family:Rethink Sans,sans-serif;background:var(--darklight)}body main,html main{width:100%;display:flex;flex-direction:column;position:relative}body main img.bg,html main img.bg{width:100%;top:0;position:absolute;left:0;right:0;margin:0 auto;opacity:.1}body main.bg-dark,html main.bg-dark{background:var(--darklight)}body main.bg-darkBlue,html main.bg-darkBlue{background:#08101d}body main.bg-blue,html main.bg-blue{background:var(--lightblue)}body main.bg-white,html main.bg-white{background:var(--white)}body main .container-menu,html main .container-menu{width:100%;max-width:1640px;top:3rem;z-index:9;position:fixed;left:50%;transform:translate(-50%,-50%)}@media(max-width:1980px){body main .container-menu,html main .container-menu{max-width:1366px}}@media(max-width:1400px){body main .container-menu,html main .container-menu{max-width:1200px}}@media(max-width:1240px){body main .container-menu,html main .container-menu{max-width:unset;width:96%}}@media(max-width:768px){body main .container-menu,html main .container-menu{max-width:250px;width:100%;height:60px;margin:0 auto}}body main .container,html main .container{width:100%;max-width:1640px;margin:0 auto;position:relative}@media(max-width:1980px){body main .container,html main .container{max-width:1366px}}@media(max-width:1400px){body main .container,html main .container{max-width:1200px}}@media(max-width:1240px){body main .container,html main .container{max-width:unset;width:96%}}@media(max-width:575px){body main .container,html main .container{width:80%;margin:0 auto}}body main .container-fluid,html main .container-fluid{width:100%;max-width:1980px;position:relative;margin:0 auto}@media(max-width:575px){body main .container-fluid,html main .container-fluid{max-width:unset}}@media(max-width:768px){body main .padding-page,html main .padding-page{padding:6rem 0 2rem}}body main .padding-page,html main .padding-page{width:100%;display:flex;flex-direction:column;padding:8rem 0 2rem}body main .padding-page .title,html main .padding-page .title{display:flex;align-items:center;justify-content:center}body main .padding-page .title p,html main .padding-page .title p{color:var(--blue);font-size:2.5rem;line-height:2.5rem;font-weight:800;text-transform:uppercase}@media(max-width:768px){body main .padding-page .title p,html main .padding-page .title p{font-size:1.5rem;line-height:1.5rem}body,html{font-size:14px}}.page-information{width:100%}.page-information__content{width:100%;display:flex;justify-content:space-between;align-items:flex-start;gap:5rem}.page-information__content .side-left{width:100%;display:flex;flex-direction:column;justify-content:space-between;gap:5rem}.page-information__content .side-left .book-gallery{width:100%;background:var(--lightblue);padding:1rem 0;border-radius:var(--border-radius)}.page-information__content .side-left .book-gallery img.main-image{width:100%;height:400px;object-fit:contain;border-radius:var(--border-radius)}.page-information__content .side-left .book-gallery .thumbnail-carousel{margin-top:2rem;padding:0 1rem}.page-information__content .side-left .book-gallery .thumbnail-carousel .splide__slide{width:100%;display:flex;justify-content:center;align-items:center;background:var(--lightblue);border-radius:var(--border-radius)}.page-information__content .side-left .book-gallery .thumbnail-carousel .splide__slide img{width:100%;height:80px;position:relative;object-fit:contain;border:2px solid transparent;border-radius:var(--border-radius);cursor:pointer;transition:border-color .3s ease}.page-information__content .side-left .book-gallery .thumbnail-carousel .splide__slide.is-active{position:relative;border:0;border-radius:var(--border-radius);transition:.2s ease-in-out}.page-information__content .side-left .book-gallery .thumbnail-carousel .splide__slide.is-active img{border-radius:var(--border-radius)}.page-information__content .side-left .book-gallery .thumbnail-carousel .splide__slide.is-active:after{content:"";top:0;border-radius:var(--border-radius);bottom:0;left:0;right:0;background:rgba(0,0,0,.5);width:100%;height:100%;position:absolute;z-index:1}.page-information__content .side-right{width:100%;display:flex;flex-direction:column;justify-content:space-between;gap:1rem}.page-information__content .side-right .book-info{width:100%;padding:0 0 1rem}.page-information__content .side-right .book-info p{font-size:.9rem}.page-information__content .side-right .book-info h2{font-weight:800;font-size:2rem;text-transform:uppercase;line-height:2rem;margin:0;font-style:italic}.page-information__content .side-right .book-info span{font-style:italic}.page-information__content .side-right .book-info h3{font-size:1rem;line-height:1rem;margin:0}.page-information__content .side-right .book-info h4{color:gray;font-weight:600;line-height:1rem;margin:0}.page-information__info-books{width:100%;display:flex;align-items:center;gap:5rem;margin-top:2rem;transition:.2s ease-in-out}.page-information__info-books .book-data{width:calc(100% - 4rem);height:140px;border-radius:var(--border-radius);background-color:var(--blue);color:var(--white);display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:0 1rem}.page-information__info-books .book-data .bold{font-weight:800}.page-information__info-books .book-data h5,.page-information__info-books .book-data p{margin:0;font-size:.9rem}.page-information__info-books .book-data h5{margin-bottom:.5rem}.page-information__info-books .book-author{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between;border-radius:10px;background-color:#666;height:140px;text-decoration:none;position:relative;transition:.2s ease-in-out}.page-information__info-books .book-author .authorImage{height:140px}.page-information__info-books .book-author .authorImage img{max-width:150px;height:140px;border-radius:10px;-webkit-mask-image:linear-gradient(90deg,rgba(0,0,0,.5),transparent);mask-image:linear-gradient(90deg,rgba(0,0,0,.5),transparent)}.page-information__info-books .book-author .name{width:100%;display:flex;align-items:flex-start;justify-content:flex-start;position:relative;text-transform:uppercase;flex-direction:column;padding-right:.5rem}.page-information__info-books .book-author .name__firstname{margin:0;color:var(--white);position:relative;z-index:1;font-size:1.2rem;font-weight:600;line-height:1.2rem}.page-information__info-books .book-author .name__lastname{margin:0;color:var(--blue);font-weight:600;font-size:1.2rem;line-height:1.2rem;position:relative;z-index:1}.page-information__info-books .book-author__editorial{position:relative;width:120px;height:114px;background:rgba(0,0,0,.1);border-radius:.5rem;display:flex;align-items:center;justify-content:center;text-decoration:none;margin-right:1rem;transition:.2s ease-in-out}.page-information__info-books .book-author__editorial .publisher{width:100%;display:flex;justify-content:center;padding:.5rem}.page-information__info-books .book-author__editorial .publisher img{height:auto;width:100px;object-fit:contain;filter:brightness(0) invert(1)}.page-information__info-books .book-author__editorial:hover{background:rgba(0,0,0,.2)}.page-information__info-download .donwloadBtn{cursor:pointer;text-align:center;margin-top:2rem;transition:.2s ease-in-out;background-color:var(--darklight);width:calc(50% - 2.5rem);height:100px;border-radius:var(--border-radius);text-transform:uppercase;border-color:var(--darklight);font-size:large;border-style:none}.page-information__info-download .donwloadBtn .txt1{font-weight:800;color:var(--blue)}.page-information__info-download .donwloadBtn .txt2{color:#fff}.page-information__info-download{text-decoration:none}.page-information .book-author{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between;border-radius:10px;background-color:#666;height:140px;text-decoration:none;position:relative;transition:.2s ease-in-out}.page-information .book-author .authorImage{height:140px}.page-information .book-author .authorImage img{max-width:150px;height:140px;border-radius:10px;-webkit-mask-image:linear-gradient(90deg,rgba(0,0,0,.5),transparent);mask-image:linear-gradient(90deg,rgba(0,0,0,.5),transparent)}.page-information .book-author .name{width:100%;display:flex;align-items:flex-start;justify-content:flex-start;position:relative;text-transform:uppercase;flex-direction:column;padding-right:.5rem}.page-information .book-author .name__firstname{margin:0;color:var(--white);position:relative;z-index:1;font-size:1.2rem;font-weight:600;line-height:1.2rem}.page-information .book-author .name__lastname{margin:0;color:var(--blue);font-weight:600;font-size:1.2rem;line-height:1.2rem;position:relative;z-index:1}.page-information .book-author__editorial{position:relative;width:120px;height:114px;background:rgba(0,0,0,.1);border-radius:.5rem;display:flex;align-items:center;justify-content:center;text-decoration:none;margin-right:1rem;transition:.2s ease-in-out}.page-information .book-author__editorial .publisher{width:100%;display:flex;justify-content:center;padding:.5rem}.page-information .book-author__editorial .publisher img{height:auto;width:100px;object-fit:contain;filter:brightness(0) invert(1)}.page-information .book-author__editorial:hover{background:rgba(0,0,0,.2)}.page-information .equal-block{width:100%;height:140px;border-radius:10px;display:flex;align-items:center;justify-content:center}.page-information .equal-block.full{align-items:flex-start;justify-content:flex-start}.page-information .equal-block .donwloadBtn{cursor:pointer;text-align:center;transition:.2s ease-in-out;background-color:var(--darklight);height:100%;border-radius:var(--border-radius);text-transform:uppercase;border:none;font-size:large}.page-information .equal-block .donwloadBtn.half{width:100%}.page-information .equal-block .donwloadBtn.full{width:calc(50% - 2.5rem)}.page-information .txt1{font-weight:800;color:var(--blue)}.page-information .txt2{color:#fff}.page-information{text-decoration:none}@media(max-width:992px){.page-information__info-books{gap:2rem}.page-information__info-books .book-data{width:calc(100% - 2rem)}.page-information__info-download .donwloadBtn{width:100%}.page-information__content{flex-direction:column}}@media(max-width:768px){.page-information__info-books .mobile{flex-direction:column-reverse}.page-information__info-books{flex-direction:column}.page-information__info-books .book-author .name{width:100%}.page-information__info-books .book-author__editorial{width:250px!important;height:114px}.page-information__info-books .book-author__editorial .publisher img{width:80px}.page-information__content .side-right{display:flex;flex-direction:row;justify-content:center}.page-information__content .side-right .book-author .name{display:flex;justify-content:center;align-items:center}.page-information__content .side-right .book-author .name:before{background:linear-gradient(-90deg,#666 25%,transparent)}.page-information__content .side-right .book-info .bookDescription{text-align:start}}@media(max-width:576px){.page-information__info-books.mobile{flex-direction:column-reverse}.page-information__info-books .book-author .name{width:100%}.page-information__info-books .book-author .name__firstname,.page-information__info-books .book-author .name__lastname{font-size:1rem!important}.page-information__info-books .book-author__editorial{width:180px!important;height:80px}.page-information__info-books .book-author__editorial .publisher img{width:50px}}