/** books-section **/

.books-section {
  position: relative;
  background: #e2decc;
  padding: 230px 0 0 0;
}
.books-section.bg-marble {
  background-image: url(../../../images/background/marble-bg.png);
}

.books-section .title-box {
  position: relative;
  display: block;
  padding: 0px 120px;
}

.books-section .title-text h2 {
  position: relative;
  display: block;
  font-size: 90px;
  line-height: 111px;
  font-family: "Gambetta", serif;
  font-weight: 500;
  font-style: italic;
  margin-bottom: 68px;
  text-transform: uppercase;
}

.books-section .title-text h2 span {
  position: relative;
  display: block;
  padding-left: 100px;
}

.books-section .title-text h2 span:before {
  position: absolute;
  content: "";
  background-image: url(../../../images/shape/shape-104.png);
  width: 65px;
  height: 65px;
  left: 0px;
  top: 23px;
  background-repeat: no-repeat;
}

.books-section .title-box .text-box {
  position: relative;
  display: block;
  padding-bottom: 170px;
}

.books-section .title-box .text-box p,
.books-section .title-box .text-box ul {
  font-size: 28px;
  line-height: 43px;
  color: var(--title-color);
  max-width: 400px;
}

.books-section .title-box .text-box a {
  position: absolute;
  right: 0px;
  bottom: 0px;
  font-size: 16px;
  font-weight: 500;
  color: var(--title-color);
  width: 268px;
  height: 172px;
  line-height: 172px;
  text-align: center;
  text-transform: uppercase;
}

.books-section .title-box .text-box a:before {
  position: absolute;
  content: "";
  background-image: url(../../../images/shape/shape-114.png);
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background-repeat: no-repeat;
  background-position: center;
}

.books-section .title-box .text-box .shape {
  position: absolute;
  right: 330px;
  bottom: -30px;
  width: 120px;
  height: 106px;
  background-repeat: no-repeat;
}

.books-section .title-box .text-box .shape-2 {
  position: absolute;
  right: 330px;
  bottom: -30px;
  width: 120px;
  height: 106px;
  background-repeat: no-repeat;
  display: none;
}

.books-section .inner-container {
  border-top: solid;
  border-bottom: solid;
  border-width: 1px;
  border-color: var(--secondary-color);
}

.books-section .inner-container {
  margin: 0px 0px;
}

.books-section .inner-container .single-column {
  padding: 0px 44px;
  border-left: solid;
  border-width: 1px;
  border-color: var(--secondary-color);

}

.books-section .inner-container .single-item {
  position: relative;
  display: block;
  text-align: center;
  padding-top: 32px;
  padding-bottom: 34px;
}

.books-section .inner-container .single-column:last-child {
  border-right: solid;
  border-width: 1px;
}

.books-section .inner-container .single-item .image-box {
  position: relative;
  display: block;
  overflow: hidden;
}

.books-section .inner-container .single-item .image-box img {
  width: 100%;
  transition: all 500ms ease;
}

.books-section .inner-container .single-item:hover .image-box img {
  transform: scale(1.05);
}

.books-section .inner-container .single-item .lower-content {
  position: relative;
  display: flex;
  padding-top: 20px;
  flex-direction: column;
    gap: 20px;
}

.books-section .inner-container .single-item .lower-content p span {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 40px;
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 5px;
}

.books-section .inner-container .single-item .lower-content h3 {
  position: relative;
  display: block;
  font-size: 28px;
  line-height: 40px;
  font-family: "Gambetta", serif;
  font-weight: 500;
  text-transform: uppercase;
  max-width: 240px;
  margin: 0 auto;
}

.books-section .inner-container .single-item .lower-content h3 a {
  display: inline-block;
  color: var(--title-color);
}

.books-section .inner-container .single-item .lower-content .theme-btn-three{
  background: var(--secondary-color);
  bottom: 30px;
  margin: 30px;
  color: white;
}

.books-section .portfolio-pagination {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.books-section .portfolio-pagination .pagination-list {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid;
  border-width: 1px;
  border-color: var(--secondary-color);
}

.books-section .portfolio-pagination .pagination-list li a {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 24px;
  font-family: var(--title-font);
  color: var(--title-color);
  border-right: solid;
  border-width: 1px;
  border-color: var(--secondary-color);
  z-index: 1;
}

.books-section .portfolio-pagination .pagination-list li:last-child a {
  border: none;
  font-size: 12px;
}

.books-section .portfolio-pagination .pagination-list li a:hover {
  color: #fff;
}

.books-section .portfolio-pagination .pagination-list li a:before {
  position: absolute;
  content: "";
  background: var(--secondary-color);
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  left: -1px;
  top: -1px;
  transform: scale(0, 0);
  z-index: -1;
  transition: all 500ms ease;
}

.books-section .portfolio-pagination .pagination-list li a:hover:before {
  transform: scale(1, 1);
}

.books-section .owl-nav {
  display: flex;
  justify-content: space-between;
  padding: 30px;
  padding-right: 0;
  max-width: 250px;
  margin: auto;
}
.books-section .owl-dots {
  display: none;
}

.books-section .owl-stage {
  display: flex;
  align-items: stretch;
}
.books-section .owl-stage-outer {
  border-bottom: 1px solid;
}
.books-section .owl-stage-outer .single-column{
  height: 100%;
}


.books-section .owl-nav .owl-prev {
  transform: rotate(180deg);
}

.books-section .owl-nav button span{
  color: #000;
}

/* entorno opverwrite */
.entorno .books-section {
  padding: 0
}
.entorno .books-section .title-box p,
.entorno .books-section .title-box ul {
  max-width: unset;
  margin-bottom: 50px;
  font-size: 24px;
  line-height: 38px;
  color: #000;
}

.entorno .shape,
.entorno .shape-2 {
  display: none
}

.entorno .books-section .title-box .split-line:last-child ul,
.entorno .books-section .title-box .split-line:last-child p {
  margin-bottom: 0;
}