section.detalhes-section {
    margin-top: 72px;
}
section.detalhes-section img.capa_livro {
    width: 100%;
}

section.detalhes-section .box-info-center,
section.detalhes-section .box-info-right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-right: 2px solid rgb(48, 48, 48);
}
section.detalhes-section .box-info-center .row:nth-child(1) {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
section.detalhes-section .box-info-center .row:nth-child(1) p,
section.detalhes-section .box-info-center .row:nth-child(2) p:nth-child(1) {
    color: #000;
    font-weight: 400;
}
section.detalhes-section .box-info-center .row:nth-child(1) p {
    font-family: 'Poppins', sans-serif;
}

section.detalhes-section .box-info-center .row:nth-child(1) p a.autor-link span:hover {
    text-decoration: underline;
}

section.detalhes-section .box-info-center .row:nth-child(1) p span,
section.detalhes-section .box-info-center .row:nth-child(2) p:nth-child(1) span {
    color: #F06028;
    font-weight: normal;
}
section.detalhes-section .box-info-center .row p,
section.detalhes-section .box-info-center .row:nth-child(1) :is(h3, h5, h6) {
    margin-bottom: 0;
}
section.detalhes-section .box-info-center .row:nth-child(1) h3 {
    font-family: 'Montserrat', sans-serif;
}


section.detalhes-section .box-info-center .info-statistic {
    display: flex;
    gap: 0px 10px;
}
section.detalhes-section .box-info-center .info-statistic p {
    font-size: 20pt;
    cursor: default;
    margin-bottom: 0;
}
section.detalhes-section .box-info-center .info-statistic p i {
    color: red;
}

section.detalhes-section .box-info-center .row:nth-child(2) p span,
section.detalhes-section .box-info-center .info-statistic p span {
    color: #000 !important;
}

/******************************/
section.detalhes-section .box-info-right {
    border: none;
}
section.detalhes-section .box-info-right h3 {
    text-align: center;
    font-family: 'Montserrat', sans-serif;
}
section.detalhes-section .box-info-right p.sinopse {
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 0 10px;
    color: #000;
    font-weight: 400;

    display: -webkit-box;
    -webkit-box-orient: vertical;

    display: -moz-box;
    -moz-box-orient: vertical;

    font-family: 'Poppins', sans-serif;
}

section.detalhes-section .box-info-right .row:nth-child(2) {
    display: flex;
    flex-direction: column;
    align-items: center;
}
section.detalhes-section .box-info-right .row:nth-child(2) p.status_libre {
    margin-bottom: 0;
    background: #dc3545;
    padding: 10px 35px;
    border-radius: 25px;
    color: #fff;
    font-weight: 800;
    width: auto;
}
section.detalhes-section .box-info-right .row:nth-child(2) p.status_libre.completo {
    background: #198754;
}

/******************************/
section.capitulos-section,
section.relacionados-section,
section.comments-section {
    margin-top: 50px;
}
section.capitulos-section h3 {
    text-align: center;
}
section.capitulos-section .cap_list {
    justify-content: center;
    gap: 20px;
}
section.capitulos-section .cap_list.completo {
    justify-content: left;
}
section.capitulos-section .cap_list .item {
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    border-radius: 5px;
    padding: 20px;
    width: 200px;
    gap: 10px;
    background-color: #f0f8ff;
}

section.capitulos-section .cap_list .item .img-content {
    width: 80px;
}
section.capitulos-section .cap_list .item .titulo_cap h5 {
    margin-bottom: 0;
    font-size: 12pt;
}
section.capitulos-section .cap_list .item .button_box :is(a, button.btn-danger) {
    display: flex;
    align-items: center;
    gap: 10px;

    background: #dc3545;
    color: #fff;
    padding: 5px 20px;
    border-radius: 5px;
    font-size: 14px;
    border: none;
    outline: none;
    cursor: pointer;
}
section.capitulos-section .cap_list .item .button_box a.bought {
    background: #198754;
}

/******************************/
.owl-carousel .owl-dots {
    width: auto;
}
.custom-block-overlay-info {
    padding: 15px 20px 20px 0px;
}

.owl-carousel .owl-item {
    opacity: 1;
}

/******************************/
button.open_text {
    background: transparent;
    border: none;
    outline: none;
    text-decoration: underline;
    width: auto;
    margin: 0px auto 20px auto;
    color: #0000EE;
    cursor: pointer;
}

/******************************/
div.desconto {
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
}
div.desconto .content {
    position: relative;
}
div.desconto .content p {
    position: relative;
    margin: 0;
    font-size: 12px;
    font-weight: 800;
    color: #fff;
    transform: rotate(-45deg) translate(-7px, 11px);
    z-index: 2;
}
div.desconto .content img {
    position: absolute;
    width: 70px;
    z-index: 1;
}

/******************************/
.box-btn {
    display: flex;
    justify-content: center;
    margin-top: 35px;
    gap: 20px;
}

.box-btn a.btn-page-autor,
.box-btn a.btn-page-obras {
    display: block;
    background-color: #EAB251;
    padding: 5px 20px;
    border-radius: 3px;
    text-decoration: none;
    color: #303030;
    transition: all 0.3s;
}
.box-btn a.btn-page-autor:hover,
.box-btn a.btn-page-obras:hover {
    color: #fff;
}

/* ////////////////////////////////////////// */
@media (max-width: 991px) {
    section.detalhes-section .container > .row {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
    section.detalhes-section .container > .row > div {
        width: 100%;
        padding: 0px 20px !important;
    }
    section.detalhes-section .container > .row > div:nth-child(2) {
        border-left: none;
        padding: 0px 30px !important;
    }
    section.capitulos-section .cap_list.completo {
        justify-content: center;
    }
}


/******************************/
.button_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}
.btn-credito {
    font-size: 13px;
    display: flex;
    gap: 9px;
}

/******************************/
button.like {
    position: absolute;
    inset: 10px;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px;
    margin: 0px;
    border: none;
    background: #EAB251;
    border-radius: 50%;
}
button.like:hover {
    background: #c99337;
}
button.like p {
    margin: 0px;
    color: #fff;
    line-height: normal;
    transform: translateY(1px);
    font-size: 22px;
}