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 .row:nth-child(2) p:nth-child(2) {
    font-size: 20pt;
    cursor: default;
    margin-bottom: 0;
}
section.detalhes-section .box-info-center .row:nth-child(2) p i {
    color: red;
}

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

/******************************/
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 a,
section.capitulos-section .cap_list .item .button_box button.btn-danger {
    display: flex;
    align-items: center;
    gap: 10px;

    background: #dc3545;
    color: #fff;
    padding: 5px 20px;
    border-radius: 5px;
    font-size: 14px;
}
section.capitulos-section .cap_list .item .button_box .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;
}

/******************************/
section.comments-section .row .btn-comments {
    color: #EAB251;
    background-color: #000;
    border-radius: 5px;
    border: none;
    outline: none;
    padding: 10px 0px;
}


p.empyt-result {
    text-align: center;
    margin-bottom: 0;
    font-size: 20px;
}
p.data_publi {
    font-size: 12px;
    margin-bottom: 0;
    transform: translate(-42px, 10px);
}

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