@font-face {
  font-family: 'Philosopher';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/philosopher/v20/vEFV2_5QCwIS4_Dhez5jcVBp.ttf) format('truetype');
}
@font-face {
  font-family: 'Philosopher';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/philosopher/v20/vEFI2_5QCwIS4_Dhez5jcWjVamgc.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v29/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCs16Ew-.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v29/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Ew-.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v29/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCuM70w-.ttf) format('truetype');
}
/*~~~~~~ RUTAS Y COLORES ~~~~~~*/
/*~~~~~~ BREAKPOINTS ~~~~~~*/
/*~~~~~~ CLASES LESS ~~~~~~*/
/*~~~~~~ RESETS ~~~~~~*/
html {
  scroll-behavior: smooth;
}
html,
body {
  min-height: 100%;
}
@media screen and (max-width: 720px) {
  html,
  body {
    overflow-x: hidden;
  }
}
html,
body,
div,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  font-weight: 400;
  color: #2f4858;
  font-size: 16px;
  font-family: 'Montserrat', 'Arial';
  line-height: 28px;
  -webkit-text-size-adjust: none;
  z-index: 4;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
}
:focus {
  outline: 0;
}
a,
a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
}
table {
  border-collapse: separate;
}
th,
td {
  text-align: left;
  font-weight: normal;
}
img,
iframe {
  border: none;
  text-decoration: none;
}
ol,
ul {
  list-style: none;
}
input,
textarea,
select,
button {
  font-size: 100%;
  font-family: inherit;
}
*:focus {
  box-shadow: none!important;
}
/*~~~~~~ GLOBAL ~~~~~~*/
@media (min-width: 1280px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1280px;
  }
}
h1 {
  font-weight: 700;
  color: #2f4858;
  font-size: 3.5rem;
  font-family: 'Philosopher', 'Arial';
  line-height: 4rem;
}
h2 {
  font-weight: 500;
  color: #2f4858;
  font-size: 2.5rem;
  font-family: 'Philosopher', 'Arial';
  line-height: 1.2;
}
h3 {
  font-weight: 500;
  color: #2f4858;
  font-size: 1.5rem;
  font-family: 'Philosopher', 'Arial';
  line-height: normal;
}
@media screen and (max-width: 720px) {
  h1 {
    font-size: 4rem;
    line-height: 4rem;
  }
  h2 {
    font-size: 3rem;
    line-height: 3rem;
  }
  h3 {
    font-size: 2.5rem;
    line-height: 2.25rem;
  }
  h4 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  h5 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  h6 {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
  .row,
  .container {
    --bs-gutter-x: 2rem;
    --bs-gutter-y: 0;
  }
}
.section-divider {
  margin-top: 20px;
}
.divider-triangle {
  width: 200px;
  border-width: 1px;
  border-style: solid;
  border-color: #5A8F7B;
  opacity: 0.4;
  position: relative;
  display: inline-block;
}
.divider-triangle:before {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  background-color: #5A8F7B;
  top: -9px;
  opacity: 0.4;
  right: 50%;
  transform: rotate(45deg);
}
.divider-triangle:after {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  background: #5A8F7B;
  top: -9px;
  left: 45%;
  opacity: 0.4;
  transform: rotate(45deg);
}
button {
  border: none;
  background: none;
  margin: 0;
  padding: 0;
}
.btn,
.btn:first-child {
  pointer-events: auto;
  cursor: pointer;
  background: #5A8F7B;
  color: #ffffff;
  border: none;
  text-align: center;
  padding: 10px 30px;
  line-height: 24px;
  margin: 0;
  position: relative;
  display: inline-block;
}
.btn:hover,
.btn:first-child:hover {
  color: #ffffff;
}
.btn::before,
.btn:first-child::before,
.btn::after,
.btn:first-child::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.btn.btn_primary,
.btn:first-child.btn_primary {
  border-radius: 3px;
  overflow: hidden;
  color: #ffffff !important;
  background-color: #2f4858 !important;
}
.btn.btn_primary::before,
.btn:first-child.btn_primary::before {
  content: "";
  background: #5A8F7B;
  width: 125%;
  left: -12%;
  transform: skew(30deg);
  transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
}
.btn.btn_primary span,
.btn:first-child.btn_primary span {
  position: relative;
}
.btn.btn_primary:hover::before,
.btn:first-child.btn_primary:hover::before {
  transform: translate3d(100%, 0, 0);
}
.btn.btn_primary.small,
.btn:first-child.btn_primary.small {
  padding: 5px 15px;
  font-size: 0.8rem;
  line-height: 0.8rem;
}
.btn.btn-txt,
.btn:first-child.btn-txt {
  background: none;
  color: #5A8F7B;
  padding: 0;
  font-size: 1rem;
  text-decoration: underline;
}
.btn.btn-txt:hover,
.btn:first-child.btn-txt:hover {
  color: #2f4858;
  text-decoration: none;
}
.btn:disabled,
.btn:first-child:disabled {
  background-color: #676768;
  cursor: not-allowed;
}
.btn:disabled::before,
.btn:first-child:disabled::before {
  background-color: #676768;
}
[class*=section-title-] {
  margin-bottom: 50px;
}
[class*=section-title-] span {
  color: #5A8F7B;
  display: inline-block;
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
}
[class*=section-title-] h2 {
  margin-top: 0;
  font-weight: 700;
}
hr {
  border: 0;
  border-top: 1px solid;
  color: #FFF;
  margin: 1rem 0;
  opacity: 0.25;
}
/*~~~~~~ HEADER ~~~~~~*/
header {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
header .logo {
  font-weight: 500;
  color: #2f4858;
  font-size: 1.75rem;
  font-family: 'Philosopher', 'Arial';
  line-height: 1rem;
}
header .header__menu-btn {
  align-items: center;
  color: #5A8F7B;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  width: 90px;
}
header .header__menu-btn .header__menu-btn__icon {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  height: auto;
  justify-content: center;
  width: 26px;
}
header .header__menu-btn .header__menu-btn__icon .bar {
  background-color: #2f4858;
  border-radius: 0.125rem;
  display: flex;
  height: 3px;
  transition: all 0.25s ease-in-out;
  width: 13px;
}
header .header__menu-btn .header__menu-btn__icon .bar:nth-child(2) {
  margin: 5px 0;
  width: 26px;
}
header .header__menu-btn .header__menu-btn__icon .bar:last-child {
  width: 18px;
}
header .header__menu-btn:hover .bar:first-child {
  width: 26px;
}
header .header__menu-btn:hover .bar:nth-child(2) {
  width: 13px;
}
header .header__menu-btn:hover .bar:last-child {
  width: 18px;
}
header .header__search {
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 9;
}
header .header__search form {
  min-width: 70%;
  display: flex;
  align-items: center;
  border-radius: 5px;
  position: relative;
}
@media screen and (max-width: 720px) {
  header .header__search form {
    min-width: calc(100% - 15px);
    margin-left: 15px;
  }
}
header .header__search form .header__search--icon {
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
}
header .header__search form .header__search--icon i {
  font-size: 18px;
}
header .header__search form input {
  width: 100%;
  border: none;
  padding: 10px 0;
  padding-left: 50px;
  padding-right: 15px;
  background-color: #F8F9FA;
  transition: all 0.5s;
  border-radius: 5px;
  border: 2px solid transparent;
}
header .header__search form input:hover {
  border: 2px solid #D5D5D5;
}
header .header__search form input:focus {
  border: 2px solid #2f4858;
  outline: none;
}
header .header__search #results {
  position: absolute;
  width: 70%;
  left: 0;
  top: 65px;
  margin-left: 15%;
  background: #FFF;
  border-radius: 5px;
  box-shadow: 0 2px 28px 0 rgba(1, 6, 33, 0.06);
}
header .header__search #results .card {
  border: none;
}
header .header__search #results .card .card-body {
  padding: 0.5rem 0 0 1rem;
}
header .header__search #results .card .card-body h5.card-title {
  font-family: 'Philosopher';
  font-weight: 600;
  font-size: 1rem;
  line-height: 1rem;
}
header .header__search #results .card .card-body p.card-text {
  font-size: 0.85rem;
}
@media screen and (max-width: 720px) {
  header .header__search #results {
    width: 100vw;
    padding-inline: 3vw;
    margin-left: 0;
    padding-top: 10px;
    box-shadow: 0px 12px 28px 0 rgba(1, 6, 33, 0.06);
  }
  header .header__search #results > div:nth-child(4n),
  header .header__search #results > div:nth-child(5n),
  header .header__search #results > div:nth-child(6n) {
    display: none;
  }
}
header .icons {
  display: flex;
  align-items: center;
}
header .icons button,
header .icons a {
  color: #2f4858;
  font-size: 1.4rem;
  margin-left: 0.75rem;
}
@media screen and (max-width: 720px) {
  header .icons {
    padding-right: 15px;
  }
}
@media screen and (max-width: 720px) {
  header nav.navbar {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  header nav.navbar > a {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 8px;
  }
  header nav.navbar > div {
    position: relative;
    z-index: 9;
  }
}
header.navbar_fixed {
  position: fixed;
  top: 0;
  width: 100%;
  background: #ffffff;
  z-index: 100;
  box-shadow: 0 2px 28px 0 rgba(1, 6, 33, 0.06);
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}
header.navbar_fixed .navbar {
  margin-top: 0px;
}
@media screen and (max-width: 720px) {
  header.navbar_fixed .navbar > a {
    display: none;
  }
}
/*~~~~~~ HOME ~~~~~~*/
.hero-banner {
  padding-top: 5rem;
  padding-bottom: 5rem;
  margin-bottom: 5rem;
  background: #F8F9FA;
}
.hero-banner .badge-text {
  letter-spacing: 1px;
  color: #5A8F7B;
  font-weight: 600;
  display: inline-block;
}
.hero-banner .hero__images {
  padding-right: 30px;
  position: relative;
  border-radius: 5px;
  margin-bottom: 30px;
  display: inline-block;
}
.hero-banner .hero__images::after {
  content: "";
  position: absolute;
  right: 0;
  top: 35px;
  z-index: 1;
  border: 3px dotted #5A8F7B;
  border-radius: 5px;
  height: 100%;
  width: 80%;
}
.hero-banner .hero__images img {
  position: relative;
  z-index: 2;
  border-radius: 5px;
}
.info-home {
  padding: 0 0 5rem;
}
@media screen and (max-width: 720px) {
  .info-home .bloque {
    margin-bottom: 3rem;
  }
  .info-home .bloque img {
    max-width: 80%;
    margin: 0 auto;
    display: block;
  }
  .info-home .bloque h3 {
    font-size: 2rem;
    margin-bottom: 0.5rem;
  }
  .info-home .bloque:last-child {
    margin-bottom: 0;
  }
}
.bestsellers {
  padding: 5rem 0;
}
.lastbooks {
  background-color: #F8F9FA;
  padding: 5rem 0;
}
.books__book {
  position: relative;
  box-shadow: 2px 0px 15px 5px rgba(1, 6, 33, 0.06);
  border-radius: 5px;
  background-color: #ffffff;
  height: 100%;
  padding-top: 10px;
}
.books__book:hover .functional-icons {
  right: 15px;
}
.books__book:hover .functional-icons li {
  opacity: 1;
}
.books__book:hover .bottom {
  transform: translateY(-65px);
}
.books__book:hover .bottom .bottom--button {
  width: 100%;
  opacity: 1;
  visibility: visible;
}
.books__book img {
  border-radius: 5px;
  height: 270px;
  margin-inline: auto;
  display: block;
}
.books__book .bottom {
  padding: 15px 15px 5px;
  transition: all 0.4s;
  transform: translateY(0%);
  z-index: 99;
  position: relative;
  background-color: #ffffff;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.books__book .bottom .bottom--title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0;
}
.books__book .bottom .bottom--subtitle {
  font-size: 14px;
  margin-bottom: 0;
}
.books__book .bottom .bottom--author {
  margin-bottom: 5px;
  font-size: 14px;
}
.books__book .bottom .bottom--author span {
  color: #2f4858;
}
.books__book .bottom .bottom--button {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
  transform: translateY(100%);
  padding: 0 15px 15px;
  background-color: #ffffff;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.books__book .bottom .bottom--button button {
  width: 100%;
}
.books__book .bottom .bottom--button button span {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}
/*~~~~~~ USERS ~~~~~~*/
.login {
  height: calc(100vh - 88px - 236px);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.login form {
  width: 400px;
}
.login form input[type="text"],
.login form input[type="password"],
.login form input[type="email"] {
  width: 100%;
  border: none;
  padding: 10px 15px;
  background-color: #F8F9FA;
  transition: all 0.5s;
  border-radius: 5px;
  border: 2px solid transparent;
  margin-bottom: 15px;
}
.login form input[type="text"]:hover,
.login form input[type="password"]:hover,
.login form input[type="email"]:hover {
  border: 2px solid #D5D5D5;
}
.login form input[type="text"]:focus,
.login form input[type="password"]:focus,
.login form input[type="email"]:focus {
  border: 2px solid #2f4858;
  outline: none;
}
.login form button {
  width: 100%;
  margin-bottom: 15px;
}
.login form .error {
  font-size: 15px;
  color: #fc0000;
  margin-top: 15px;
  text-align: center;
}
.login a {
  text-decoration: underline;
}
.login a:hover {
  color: #2f4858;
  text-decoration: none;
}
/*~~~~~~ FOOTER ~~~~~~*/
footer {
  background-color: #2f4858;
  color: #ffffff;
  padding-top: 5rem;
}
@media screen and (max-width: 720px) {
  footer {
    padding-top: 3rem;
  }
}
footer p {
  font-weight: 400;
  color: #ffffff;
  font-size: 1rem;
  font-family: 'Montserrat', 'Arial';
  line-height: 1.75rem;
  margin-bottom: 1rem;
}
footer .footer__top {
  display: flex;
  gap: 15px;
}
footer .footer__top .footer__top--icon i {
  font-size: 45px;
  color: #5A8F7B;
}
footer .footer__top h3 {
  color: #ffffff;
  font-size: 20px;
  margin-bottom: 5px;
}
footer .footer__top .footer__top--info a {
  color: #ffffff;
}
footer .footer__top .footer__top--info a:hover {
  color: #5A8F7B;
}
footer .footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
  padding-bottom: 20px;
}
footer .footer__bottom h3 {
  margin: 0;
}
footer .footer__bottom h3 a {
  font-weight: 700;
  color: #ffffff;
  font-size: 20px;
  font-family: 'Philosopher', 'Arial';
  line-height: normal;
}
footer .footer__bottom h3 a:hover {
  color: #5A8F7B;
}
footer .footer__bottom p {
  margin: 0;
  font-size: 0.8rem;
}
footer .footer__bottom p a {
  color: #ffffff;
  font-size: 0.8rem;
}
footer .footer__bottom p a:hover {
  color: #5A8F7B;
}
@media screen and (max-width: 720px) {
  footer .footer__bottom p {
    margin: 0.25rem 0 0;
  }
}
@media screen and (max-width: 720px) {
  footer .footer__bottom {
    flex-direction: column;
    text-align: center;
  }
}
/*~~~~~~ SLICK SLIDER ~~~~~~*/
.slick-track {
  display: flex !important;
}
.slick-track .slick-slide {
  height: inherit !important;
  padding: 20px 0;
}
.slick-track .slick-slide .books__book {
  margin: 0 15px;
}
.slick-dots {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0 auto;
  text-align: center;
  justify-content: center;
}
.slick-dots li {
  padding: 5px;
}
.slick-dots li.slick-active button {
  opacity: 1;
  width: 36px;
  border-radius: 20px;
  transition: 0.4s;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
}
.slick-dots button {
  display: block;
  width: 13px;
  height: 13px;
  padding: 0;
  font-size: 0;
  line-height: 0;
  border: none;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  background-color: #5A8F7B;
  transition: all 0.3s ease;
  opacity: 0.2;
}
.slick-arrow {
  position: absolute;
  top: 40%;
  background: #5A8F7B;
  color: #FFF;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  transition: 0.2s;
}
.slick-arrow.prev {
  left: -40px;
}
.slick-arrow.next {
  right: -40px;
}
.slick-arrow:hover {
  background-color: #2f4858;
  cursor: pointer;
}
.legales {
  padding-top: 50px;
  padding-bottom: 50px;
}
.legales h1 {
  font-weight: 700;
  color: #2f4858;
  font-size: 2rem;
  font-family: 'Philosopher', 'Arial';
  line-height: 2.5rem;
}
.legales h2 {
  font-weight: 700;
  color: #2f4858;
  font-size: 1.25rem;
  font-family: 'Philosopher', 'Arial';
  line-height: 1.5rem;
  margin-bottom: 0.25rem;
}
.legales h3 {
  font-weight: 700;
  color: #2f4858;
  font-size: 1rem;
  font-family: 'Philosopher', 'Arial';
  line-height: 1.25rem;
  margin: 0!important;
}
.legales table {
  margin-bottom: 1rem;
}
.legales p {
  margin-bottom: 1rem;
}
.legales ul {
  list-style: disc;
  margin-left: 20px;
  margin-bottom: 1rem;
}
.summary {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  margin-top: 30px;
}
.summary .author {
  width: 200px;
  padding-top: 23px;
  font-family: 'Philosopher';
  font-size: 20px;
}
.summary .text {
  width: calc(100% - 200px);
  background: #F2f2f2;
  padding: 25px 40px;
  border-radius: 10px;
  box-shadow: 2px 0px 15px 5px rgba(1, 6, 33, 0.06);
}
.summary .text p:not(:last-child) {
  margin-bottom: 1rem;
}
