@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700;800&display=swap");
#header-search-main > div {
  background: #d3ebea 0% 0% no-repeat padding-box;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 12px;
  padding: 32px;
}

#header-search-main h1 {
  display: block;
  position: relative;
}

#header-search-main .group-form {
  flex: 1;
  width: 100%;
}

#header-search-main .group-input form {
  display: flex;
  gap: 24px;
}

#header-search-main .group-input .div-input {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
}

#header-search-main .group-input .div-input .header-search {
  width: 100%;
  min-width: 320px;
  padding: 12px 48px;
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #a1a1a1;
  border-radius: 8px;
  opacity: 1;
  display: inline-block;
}

#header-search-main .group-input .div-input .header-search:focus {
  outline: none;
}

#header-search-main .group-input .div-input .search {
  position: absolute;
  left: 16px;
  font-size: 24px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

#header-search-main .group-input .div-input .delete::before {
  position: absolute;
  right: 8px;
  font-size: 24px;
  cursor: pointer;
  top: 50%;
  transform: translateY(-50%);
  margin-right: 5px;
}

#header-search-main .button-search {
  padding: 8px 32px;
  width: fit-content;
  border: none;
}

@media (max-width: 992px) {
  #header-search-main > div {
    flex-direction: column;
    padding-block: 12px;
    gap: 8px;
    align-items: baseline;
  }
  #header-search-main h1 {
    margin-top: 20px;
  }
  #header-search-main .group-input {
    margin-bottom: 24px;
  }
  #header-search-main .group-input .div-input .header-search {
    font-family: 'Times New Roman', serif;
    padding: 10px 25px;
    min-width: 100%;
  }
  #header-search-main .group-input .div-input .search {
    left: auto;
    right: 10px;
  }
  #header-search-main .group-input .div-input .delete {
    display: none;
  }
  #header-search-main .button-search {
    display: none;
  }
}

#front-page-main {
  display: flex;
  min-height: 70vh;
}

#front-page-main .shelf {
  background-color: #F5F5F5;
}

#notFound {
  color: #2B2B2B;
}

#notFound .page-content {
  margin: 0;
}

#notFound h1 {
  font: bold 1.5rem/33px Open Sans;
  margin-top: 32px;
  margin-bottom: 24px;
}

#notFound .suggestion {
  font: bold 1.25rem/27px Open Sans;
  margin-bottom: 16px;
}

#not-found .bloco-textos {
  text-align: center;
}

#not-found .roboErro404 {
  max-width: 75%;
  height: auto;
  margin: 0 auto;
  margin-top: 24px;
  margin-bottom: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#not-found h1, #not-found h2, #not-found h3 {
  text-align: center;
  font-weight: bold;
  letter-spacing: 0px;
}

#not-found h1 {
  font-size: 90px;
}

#not-found h2 {
  font-size: 24px;
}

#not-found h3 {
  font-size: 20px;
}

.btn-voltar {
  background-color: #359737;
  color: white;
  border-radius: 3px;
  padding: 8px;
  max-width: 150px;
  border: none;
  font-weight: bold;
}

@media (min-width: 768px) {
  #not-found {
    max-width: 760px;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    margin: 40px auto;
    justify-content: space-between;
  }
  #not-found h1 {
    font-size: 160px;
    line-height: .5;
  }
  #not-found h2 {
    font-size: 36px;
  }
  #not-found h3 {
    font-size: 24px;
  }
  #not-found .texto {
    margin-bottom: 32px;
  }
  #not-found .roboErro404 {
    max-width: 378px;
    height: auto;
    margin-left: 0;
    margin-right: 0;
  }
}

@media (min-width: 1240px) {
  #not-found {
    align-items: center;
    max-width: 990px;
    margin: auto;
  }
  #not-found .roboErro404 {
    max-width: 470px;
    height: auto;
    margin: 0;
    margin-top: 76px;
    margin-bottom: 45px;
  }
}

* {
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0px;
  color: #2B2B2B;
}

body {
  font-family: 'Open Sans', sans-serif;
  font: 400 1rem/22px Open Sans;
  color: #2B2B2B;
  background: #F5F5F5;
}

i, p {
  color: #2B2B2B;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-link {
  padding-inline: 0;
}

a {
  text-decoration: none;
  color: var(--chumbo-primario);
}

.first-title {
  font: 800 1.75rem/40px Open Sans;
}

.second-title {
  font: bold 1.5rem/33px Open Sans;
}

.third-title {
  font: bold 1.25rem/27px Open Sans;
}

.fourth-title {
  font: 600 18px/24px Open Sans;
}

.fifth-title {
  font: 600 14px/19px Open Sans;
}

.subtitle {
  font: 600 12px/17px Open Sans;
}

.text-font {
  font: 400 1rem/22px Open Sans;
}

.animation-link span {
  position: relative;
}

.animation-link span::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 0%;
  height: 2px;
  background-color: #359737;
}

.animation-link span:hover::after {
  transition: all .4s ease-in;
  width: 100%;
}

.cont {
  max-width: 2100px;
  margin: auto;
}

.button {
  text-align: center;
  color: #fff;
  font-weight: bold;
  display: inline-block;
  padding-block: 8px;
  padding-inline: 8px;
  width: 100%;
  background-color: #359737;
  border-radius: 4px;
  max-width: 280px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .2s ease-in-out;
}

.button:hover {
  background-color: #267922;
}

.button-secondary {
  display: flex;
  gap: 8px;
  color: #2B2B2B;
  background-color: #EEF7EE;
  border: 1px solid #359737;
}

.button-secondary i {
  color: #359737;
}

.button-secondary:hover, .button-secondary:hover i {
  color: #fff;
}

.button-share {
  font: 600 14px/19px Open Sans;
}

.button-share::after {
  display: none;
}

.pagination {
  justify-content: center;
  margin-top: 1.5rem;
}

.pagination .nav-links {
  display: flex;
  font: 600 14px/19px Open Sans;
  font-weight: bold;
  text-transform: uppercase;
  color: #359737;
  margin: 1rem auto;
}

.pagination .nav-links .page-numbers {
  color: #44484B;
}

.pagination .nav-links .page-numbers:not(.prev) {
  margin-left: 1rem;
}

.pagination .nav-links .page-numbers.current {
  color: #359737;
  background-color: #EEF7EE;
  border: 1px solid #359737;
  padding: 0px 4px;
}

.pagination .nav-links .page-numbers.next {
  margin-left: 1.5rem;
}

.pagination .nav-links .prev, .pagination .nav-links .next {
  color: transparent;
  margin-right: 1rem;
  display: flex;
  gap: .5rem;
  position: relative;
}

.pagination .nav-links .prev::before, .pagination .nav-links .next::after {
  font-family: 'Font Awesome\ 5 Free';
  font-size: 12px;
  color: #359737;
  position: absolute;
  top: 0px;
}

.pagination .nav-links .prev::before {
  content: '\f053';
  right: 0px;
}

.pagination .nav-links .next::after {
  content: '\f054';
  left: 0px;
}

.tooltip-copy {
  min-width: 110px;
  position: absolute;
  font: 600 14px/19px Open Sans;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #44484B;
  color: #FFF;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 1;
}

.tooltip-copy::before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: -7px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  background-color: inherit;
}

#breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  padding: 0;
  margin-left: 32px;
}

#breadcrumbs .inicio {
  display: none;
}

#breadcrumbs li {
  position: relative;
  font-size: 12px;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  white-space: nowrap;
}

#breadcrumbs li a {
  color: inherit;
  line-height: 1;
}

#breadcrumbs li:first-child a {
  display: flex;
  gap: 8px;
}

#breadcrumbs li:last-child {
  color: #267922;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#breadcrumbs li:not(:last-child)::after {
  content: "/";
  font-weight: 600;
}

@media (min-width: 768px) {
  #breadcrumbs .inicio {
    display: inline-block;
  }
}

#site-footer {
  box-shadow: 0px -3px 6px #2B2B2B33;
  position: relative;
  z-index: 3;
  background-color: #FFF;
}

#site-footer p {
  margin: 0;
}

#site-footer #mainFooter {
  margin: 0 20px;
  min-height: 220px;
  position: relative;
  color: #2B2B2B;
  display: grid;
  gap: 1rem;
  padding-top: 2rem;
  margin-top: 2.5rem;
}

#site-footer #mainFooter .logoIfrnVertical {
  display: none;
}

#site-footer #contactArea {
  font: 600 16px/22px Open Sans;
  font-size: 14px;
  font-weight: 600;
  display: grid;
  gap: 16px;
}

#site-footer #contactArea #addressFooter {
  line-height: 1.5em;
}

#site-footer #footerIcons {
  display: flex;
  justify-content: center;
  gap: 32px;
  padding-bottom: 32px;
}

#site-footer #footerIcons a {
  color: #2B2B2B;
}

#site-footer #footerIcons a i {
  font-family: "Font Awesome 6 Brands";
  font-size: 24px;
}

@media (min-width: 768px) {
  #site-footer #mainFooter {
    border-top: none;
    margin-top: 0;
    grid-template-columns: minmax(auto, 90px) 1fr 1fr;
    align-items: center;
    justify-content: space-between;
  }
  #site-footer #mainFooter .logoIfrnVertical {
    display: block;
    width: 90px;
  }
  #site-footer #mainFooter .logoIfrnHorizontal {
    display: none;
  }
  #site-footer #mainFooter .e-mec {
    display: flex;
    justify-content: center;
  }
  #site-footer #mainFooter #contactArea {
    font: 600 12px / 17px Open Sans;
    gap: 0px;
  }
  #site-footer #mainFooter #contactArea #footerIcons {
    margin-top: 1rem;
    padding-bottom: 0px;
    justify-content: left;
  }
}

@media (min-width: 1240px) {
  #site-footer #mainFooter {
    max-width: 1240px;
    margin: 0 auto;
  }
}

#UserWayDiv {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(calc(-50% + -60px));
  padding: 5px;
  background-color: #2873de;
  border-radius: 12px;
  height: 40px;
  cursor: pointer;
  z-index: 99;
}

div[vw].enabled {
  margin: 0 !important;
}

.admin-bar #main-menu {
  top: 33px;
}

#main-menu {
  font: 400 1rem/22px Open Sans;
  color: #44484B;
  font-weight: 600;
  padding: 1rem 0px;
  box-shadow: 0px 3px 6px #00000029;
  background: #FFF;
  z-index: 10;
  position: sticky;
  top: 0px;
}

#main-menu a {
  color: #44484B;
}

#main-menu ul {
  list-style: none;
  padding: 0px;
}

#main-menu .logoIfrnHorizontal span {
  display: none;
}

#main-menu .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: initial;
  padding-inline: 24px;
}

#main-menu .container .icon-bars {
  font-size: 24px;
  height: 24px;
  display: inline-block;
}

#main-menu .menu-mobile {
  background: #F5F5F5;
  height: 100vh;
  width: 100%;
  position: absolute;
  top: -8px;
  left: 0px;
  padding: 2rem;
  overflow-y: scroll;
}

#main-menu .menu-mobile.closeMenu {
  display: none;
}

#main-menu .menu-mobile .mainMenu-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}

#main-menu .menu-mobile .mainMenu-header img {
  max-height: 32px;
}

#main-menu .menu-mobile .mainMenu-header i {
  font-size: 30px;
  display: flex;
}

#main-menu .menu-mobile .mainMenu-list {
  display: grid;
  gap: 1rem;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #359737;
}

#main-menu .menu-mobile .mainMenu-list a {
  color: #44484B;
}

#main-menu .menu-mobile .mainMenu-list label {
  display: flex;
  align-items: center;
}

#main-menu .menu-mobile .mainMenu-list label > i {
  display: inline-block;
  transition: transform .3s ease;
  margin-left: 4px;
  height: 16px;
  width: 16px;
}

#main-menu .menu-mobile .hidden {
  display: none;
}

#main-menu .menu-mobile .campusZL {
  display: flex;
  align-items: center;
  gap: 4px;
}

#main-menu .menu-mobile .campusZL::after {
  font-family: 'Font Awesome 6 Free';
  content: '\f08e';
}

#main-menu .menu-mobile #aside-mobile-general {
  display: block;
}

@media (min-width: 768px) {
  #main-menu .logoIfrnHorizontal {
    display: flex;
    align-items: center;
  }
  #main-menu .logoIfrnHorizontal img {
    padding-right: 1.5rem;
    margin-right: 1.5rem;
    border-right: 1px solid #DBDBDB;
  }
  #main-menu .logoIfrnHorizontal::after {
    content: 'Leitor IFRN';
    display: inline-block;
  }
}

@media (min-width: 992px) {
  #main-menu {
    padding: .5rem 0px;
  }
  #main-menu .container .icon-bars {
    display: none;
  }
  #main-menu .menu-mobile.closeMenu {
    display: flex;
    position: static;
    background: none;
    width: auto;
    height: auto;
    padding: 0;
    overflow-y: auto;
  }
  #main-menu .menu-mobile.closeMenu .mainMenu-header {
    display: none;
  }
  #main-menu .menu-mobile.closeMenu .campusZL:hover {
    color: #359737;
  }
  #main-menu .menu-mobile.closeMenu .campusZL:hover a {
    color: #359737;
  }
  #main-menu .menu-mobile.closeMenu .mainMenu-list {
    display: flex;
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
    padding-block: .5rem;
  }
  #main-menu .menu-mobile.closeMenu .mainMenu-list > li {
    margin-right: 2rem;
    padding-right: 2rem;
    border-right: 1px solid #DBDBDB;
    padding-block: .5rem;
    height: auto;
    margin-bottom: 0;
  }
  #main-menu .menu-mobile.closeMenu .mainMenu-list > li a {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
  #main-menu .menu-mobile.closeMenu .mainMenu-list > li::after {
    content: '';
    display: block;
    background-color: #359737;
    height: 2px;
    width: 0%;
    transition: width 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
  }
  #main-menu .menu-mobile.closeMenu #aside-mobile-general {
    display: none;
  }
}

#aside-general {
  padding-block: 40px;
  background-color: #fff;
  width: 300px;
  height: 100%;
  box-shadow: 0px 0px 6px rgba(43, 43, 43, 0.2);
  position: relative;
}

#aside-general .home-icon {
  margin-bottom: 8px;
  padding-inline: 2rem;
}

#aside-general .home-icon a {
  display: flex;
  align-items: center;
  gap: 8px;
}

#aside-general .home-icon i {
  color: #359737;
  height: 18px;
}

#aside-general .nav-link {
  color: #44484B;
}

#shelf-book {
  padding-inline: 32px;
  padding-bottom: 40px;
}

#shelf-book .notResults {
  margin-left: 20px;
}

#shelf-book .shelf-title {
  margin-block: 24px;
}

#shelf-book #shelf-book-main {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  grid-gap: 24px;
}

#shelf-book #shelf-book-main .book {
  width: 100%;
  max-width: 360px;
  margin-right: 0;
  background-color: #FFF;
  border-radius: 8px;
  overflow: hidden;
}

#shelf-book #shelf-book-main .book .content {
  cursor: pointer;
}

#shelf-book #shelf-book-main .book .resume-book {
  padding-left: 12px;
  padding-bottom: 12px;
}

#shelf-book #shelf-book-main .book .block-link {
  width: 100%;
  padding: 12px;
}

#shelf-book #shelf-book-main .book .box-img {
  margin-bottom: 16px;
  position: relative;
}

#shelf-book #shelf-book-main .book .box-img .post-thumbnail {
  display: block;
  width: 100%;
  height: 100%;
}

#shelf-book #shelf-book-main .book .box-img .post-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#shelf-book #shelf-book-main .book .box-img .background-card {
  width: 100%;
  height: 100%;
  background-color: #959595;
  border-radius: 4px;
}

#shelf-book #shelf-book-main .book .box-img .background {
  width: 100%;
  height: 332px;
  background-color: #959595;
}

#shelf-book #shelf-book-main .book .title-book {
  font: 400 1rem/22px Open Sans;
  font-weight: 600;
  margin-top: 8px;
  margin-bottom: 8px;
}

#shelf-book #shelf-book-main .book .author-book {
  display: none;
}

#shelf-book #shelf-book-main .book p {
  font-size: 1rem;
  padding-left: 10px;
  padding-left: 10px;
}

#shelf-book #shelf-book-main .book p .author {
  font-weight: 600;
}

#shelf-book #shelf-book-main .book p .margin {
  margin-top: -7px;
  margin-right: 4px;
}

#shelf-book .pagination {
  border-color: black;
}

#shelf-book .modal-content {
  max-width: 272px;
}

#shelf-book .modal-content .post-thumbnail-modal img {
  width: 100%;
  height: 100%;
}

#pagination-main {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  margin-top: 10px;
}

#pagination-main .pagination {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#pagination-main .pagination .next, #pagination-main .pagination .prev, #pagination-main .pagination .page-numbers {
  text-align: center;
  letter-spacing: 0px;
  border: 1px solid #777777;
  border-radius: 5px;
  padding: 7px;
  margin: 0 3px;
  color: var(--cinza-primario);
  text-transform: uppercase;
  transition: color 0.3s, border-color 0.3s;
}

#pagination-main .pagination .next:hover, #pagination-main .pagination .prev:hover, #pagination-main .pagination .page-numbers:hover {
  color: #359737;
  border-color: #359737;
}

#pagination-main .pagination .current, #pagination-main .pagination .next:hover, #pagination-main .pagination .prev:hover {
  color: #359737;
  border-color: #359737;
}

.no-results {
  padding: 20px;
}

.no-results h2 {
  margin-bottom: 24px;
}

.no-results h3 {
  margin-bottom: 16px;
}

.no-results ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.no-results ul li {
  margin-bottom: 5px;
}

.no-results ul li:before {
  content: '•';
  margin-right: 5px;
}

#main-category {
  margin-left: 32px;
}

#main-category .second-title {
  margin-bottom: 16px;
}

#main-category #subcategories-dropdown {
  background-color: #fff;
  color: #359737;
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 8px 24px 8px 12px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

#main-category #subcategories-dropdown option {
  color: black;
}

#category-lg .subs-category {
  padding-left: 60px;
}

#category-lg .subs-category:hover {
  color: #359737;
}

#category-lg .contents-category:hover {
  background-color: #EEF7EE;
}

#category-lg .group-list .contents-category {
  padding-inline: 2rem;
  width: 100%;
}

#category-lg .group-list .contents-category .nav-item .nav-link {
  display: flex;
  justify-content: space-between;
}

#category-lg .group-list .contents-category .nav-item .nav-link i.arrow {
  transition: all .2s ease-in;
}

#category-lg .group-list .contents-category .nav-item .nav-link:not(.collapsed) i.arrow {
  transform: rotate(180deg);
}

#category-lg .group-list .contents-category .nav-item .book {
  margin-right: 8px;
  color: #359737;
}

#category-lg .group-list .contents-category .nav-item .arrow {
  margin-left: 7px;
}

#category-mb .subs-category span:hover {
  color: #359737;
}

#category-mb .contents-category:hover {
  background-color: #EEF7EE;
}

#category-mb .group-list .contents-category {
  width: 100%;
}

#category-mb .group-list .contents-category .nav-item .nav-link {
  display: flex;
  justify-content: space-between;
}

#category-mb .group-list .contents-category .nav-item .book {
  margin-right: 8px;
  color: #359737;
}

#category-mb .group-list .contents-category .nav-item .arrow {
  margin-left: 7px;
}

.closed-modal {
  display: none;
}

#shelf-book #shelf-book-main .modal-content {
  position: fixed;
  top: 50%;
  left: 50%;
  padding: 20px;
  padding-top: 68px;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  width: 80%;
  max-width: 360px;
  max-height: 90vh;
  overflow-y: scroll;
  flex-direction: column;
}

#shelf-book #shelf-book-main .modal-content .info {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-bottom: 12px;
}

#shelf-book #shelf-book-main .modal-content .info .title-autor {
  display: flex;
  flex-direction: column;
  gap: .5rem;
}

#shelf-book #shelf-book-main .modal-content .info .links {
  display: flex;
  gap: 8px;
}

#shelf-book #shelf-book-main .modal-content .descricao {
  min-height: 90px;
  max-height: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
}

#shelf-book #shelf-book-main .modal-content .descricao .bg-descri {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, white 100%);
  pointer-events: none;
}

#shelf-book #shelf-book-main .modal-content .link {
  margin-top: 12px;
  color: #359830;
  display: flex;
  align-items: center;
  gap: 4px;
  font: 600 14px/19px Open Sans;
}

#shelf-book #shelf-book-main .modal-content .link .icon-chevron-right {
  font-size: 10px;
  color: #359830;
  line-height: 0;
}

#shelf-book #shelf-book-main .modal-content p {
  margin: 0;
  padding: 0;
}

#shelf-book #shelf-book-main .modal-content span {
  display: block;
}

#shelf-book #shelf-book-main .modal-content button.close-modal-btn {
  border: 0;
  background: none;
  position: absolute;
  font-size: 32px;
  top: 18px;
  right: 20px;
}

#shelf-book #shelf-book-main .modal-content .share-group {
  position: absolute;
  left: 20px;
  top: 14px;
  right: inherit;
}

#shelf-book #shelf-book-main .modal-content .share-group button::after {
  display: none;
}

#shelf-book #shelf-book-main .modal-content .share-group .dropdown-item {
  display: flex;
  gap: 8px;
  align-items: center;
  color: #44484B;
  font-weight: 600;
  padding-block: 8px;
}

#shelf-book #shelf-book-main .modal-content .share-group .dropdown-item:active {
  background-color: #EEF7EE;
}

#shelf-book #shelf-book-main .modal-content .share-group .dropdown-item i {
  font-size: 22px;
}

#shelf-book #shelf-book-main .modal-content .share-group .dropdown-item i.fa-solid.fa-link {
  background: #44484B;
  color: #FFF;
  font-size: 12px;
  padding: 3px 2px;
  border-radius: 2px;
}

#shelf-book #shelf-book-main .modal-content .fa-solid {
  pointer-events: none;
}

#shelf-book #shelf-book-main .modal-content .author,
#shelf-book #shelf-book-main .modal-content .description,
#shelf-book #shelf-book-main .modal-content .publisher {
  font-weight: bold;
}

body.openModal {
  overflow: hidden;
}

.openModal .bg-modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(3px);
  z-index: 99;
}

@media (min-width: 1024px) {
  #shelf-book #shelf-book-main .modal-content {
    max-width: calc(100%);
    flex-direction: row;
    gap: 2rem;
    padding-top: 2rem;
    overflow-y: visible;
    padding-bottom: 60px;
  }
  #shelf-book #shelf-book-main .modal-content .box-img {
    width: 240px;
  }
  #shelf-book #shelf-book-main .modal-content .box-img img {
    width: 240px;
  }
  #shelf-book #shelf-book-main .modal-content .g {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 2.5rem;
    margin-bottom: 1rem;
  }
  #shelf-book #shelf-book-main .modal-content .share-group {
    top: initial;
    bottom: 16px;
  }
}

.layout-leitor {
  display: flex;
  background-color: #F5F5F5;
  min-height: 70vh;
}

.layout-leitor .col2 {
  flex: 1;
}

#cover-template {
  padding: 1.25rem 1rem;
  margin-inline: 2rem;
  border-radius: 4px;
  margin-bottom: 1.5rem;
  background-color: #FFF;
  display: grid;
}

#cover-template .share {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font: 600 14px/19px Open Sans;
  margin-bottom: 1rem;
}

#cover-template .share .go-back {
  color: #359737;
  display: flex;
  align-items: center;
}

#cover-template .share .go-back i {
  line-height: 0px;
}

#cover-template .book-container {
  display: flex;
  flex-direction: column;
}

#cover-template .box-img-share {
  display: flex;
  gap: 16px;
  margin-bottom: 16px;
  flex-direction: column;
  justify-content: center;
}

#cover-template .box-img-share .box-img {
  margin-right: auto;
  margin-left: auto;
  width: fit-content;
}

#cover-template .box-img-share img {
  height: 332px;
  object-fit: cover;
  width: 100%;
  min-width: 272px;
  max-width: 272px;
  border-radius: 4px;
}

#cover-template .box-img-share .share-group {
  width: fit-content;
}

#cover-template .box-img-share .dropdown-item {
  display: flex;
  gap: 8px;
  align-items: center;
  color: #44484B;
  font-weight: 600;
  padding-block: 8px;
}

#cover-template .box-img-share .dropdown-item:active {
  background-color: #EEF7EE;
}

#cover-template .box-img-share .dropdown-item i {
  font-size: 22px;
}

#cover-template .box-img-share .dropdown-item i.fa-solid.fa-link {
  background: #44484B;
  color: #FFF;
  font-size: 12px;
  padding: 3px 2px;
  border-radius: 2px;
}

#cover-template .book-title, #cover-template .book-authors {
  display: flex;
  gap: 8px;
  align-items: baseline;
}

#cover-template .book-title i, #cover-template .book-authors i {
  font-size: 16px;
  display: none;
}

#cover-template .book-title {
  margin-bottom: 8px;
}

#cover-template .book-authors {
  margin-bottom: 16px;
  font-weight: 600;
}

#cover-template .options {
  display: flex;
  gap: 8px;
  font: 400 1rem/22px Open Sans;
  margin-bottom: 24px;
}

#cover-template .info-list {
  margin-bottom: 24px;
  max-width: 700px;
}

@media (min-width: 768px) {
  #cover-template .book-authors {
    margin-bottom: 24px;
  }
  #cover-template .options {
    gap: 16px;
  }
  #cover-template .share {
    order: 2;
  }
  #cover-template .share .go-back {
    display: none;
  }
  #cover-template .box-img-share {
    flex-direction: column-reverse;
  }
  #cover-template .book-container {
    flex-direction: row;
    gap: 24px;
  }
  #cover-template .book-container .book-info {
    flex-grow: 1;
  }
  #cover-template .book-container .book-info .info-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 16px;
  }
}

@media (min-width: 1240px) {
  #cover-template .book-container .book-info .info-list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

#h5p-book {
  max-width: 90%;
  margin: 0 auto;
}
