<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.ebook-tabs .ebook-tabs--header {
    list-style: none;
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.ebook-tabs .ebook-tabs--header li {
    cursor: pointer;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    margin-bottom: 10px;
    padding: 10px 15px;
    border-radius: 20px;
}

.ebook-tabs .ebook-tabs--header li.active {
    font-weight: bold;
    /* text-decoration: underline; */
    background-color: rgb(191, 155, 95);
    color: #fff;
}

.ebook-tabs--items {
    position: relative;
}

.ebook-tabs--tools {
    position: absolute;
    bottom: 0px;
    width: 100%;
    padding: 10px;
    /* border: 1px solid red; */
    margin-bottom: 10px;
    text-align: right;
}

.ebook-tabs--tools span.ebook-tools {
    width: 20px;
    height: 20px;
    display: inline-block;
    background-image: url("../images/icons/fullscreen-icon.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
    transition: 0.5s all;
}

.ebook-tabs--tools span.ebook-tools:hover {
    transform: scale(1.5);
}

.ebook-tabs--items,
.ebook-tabs--items .img-libro {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.ebook-tabs--items .img-libro {
    padding: 0px 50px;
    min-height: 400px;
}

.ebook-tabs--items .img-libro:not(.active) {
    display: none;
}

.ebook-tabs--items .img-libro .ebook-loading:not(.active) {
    display: none;
}

.ebook-tabs--items .img-libro .ebook-loading {
    min-height: 300px;
    color: rgb(191, 155, 95);
}

.ebook-screen-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ebook-screen-wrapper,
.ebook-screen-wrapper .ebook-screen-book,

/* .ebook-screen-wrapper .ebook-screen-book .epub-container, */

.ebook-screen-wrapper .ebook-screen-book .epub-container .epub-view {
    width: 100% !important;
    height: 100% !important;
}

.ebook-screen-wrapper .ebook-screen-book .epub-container {
    /* height: 100% !important; */
    margin: 0px auto;
}

.ebook-screen-wrapper .ebook-screen-book .epub-container .epub-view iframe {
    /* width: max-content !important; */
    height: 100% !important;
}

.ebook-tabs--items .ebook-navigation,
.ebook-screen-wrapper .ebook-navigation {
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: space-between;
    z-index: 2;
}

@media (max-width: 600px) {
    .ebook-screen-wrapper .ebook-navigation {
        top: 50vw;
    }
}

.ebook-tabs--items .ebook-navigation .ebook-navigation-btn,
.ebook-screen-wrapper .ebook-navigation .ebook-navigation-btn {
    cursor: pointer;
    font-size: 34px;
    color: rgb(191, 155, 95);
    font-weight: bold;
    width: 50px;
    height: 50px;
    font-family: "Rhode", sans-serif
}

.ebook-tabs--items .img-libro .epub-container .epub-view iframe {
    width: fit-content !important;
}

.flipbook.descargar-libro .flipbook-content .flipbook-container .flipbook-buttons .btn-primary {
    max-width: 239px !important;
}

@media (max-width: 600px) {
    .flipbook.descargar-libro .flipbook-content .flipbook-container .flipbook-buttons .btn-primary {
        margin-top: 7px !important;
    }
}

body.no-scroll,
html.no-scroll {
    overflow: hidden;
}

.modal-fullscreen {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
    /* padding: 20px; */
    z-index: 2;
}

.modal-fullscreen.active {
    display: block;
}


/* Modal Content/Box */

.modal-content_fullscreen {
    position: relative;
    background-color: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
}

@media (max-width: 690px) {
    .modal-content_fullscreen {
        /* height: auto; */
        padding-top: 10vw;
    }
    .close {
        top: 10vw !important;
    }
}

@media (max-width: 410px) {
    .modal-content_fullscreen {
        /* height: auto; */
        padding-top: 21vw;
    }
    .close {
        top: 15vw !important;
    }
}


/* The Close Button */

.close {
    position: absolute;
    color: rgb(191, 155, 95);
    float: right;
    font-size: 28px;
    font-weight: bold;
    right: 20px;
    top: 10px;
    z-index: 2;
}

.close:hover,
.close:focus {
    color: rgb(191, 155, 95);
    text-decoration: none;
    cursor: pointer;
}</pre></body></html>