@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
	 ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0; }

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block; }

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
	 ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
	 ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent; }

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder; }

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%; }

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
	 ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none; }

/* Forms
	 ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible; }

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none; }

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0em; }

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline; }

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto; }

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
	 ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block; }

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item; }

/* Misc
	 ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none; }

/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none; }

ul {
  margin-bottom: 0px; }

a {
  color: black;
  text-decoration: none; }

ol, ul {
  padding-left: 0rem; }

@font-face {
  font-family: 'SpaceMono';
  src: url("./fonts/SpaceMono/SpaceMono-Bold.ttf");
  src: url("./fonts/SpaceMono/SpaceMono-BoldItalic.ttf");
  src: url("./fonts/SpaceMono/SpaceMono-Italic.ttf");
  src: url("./fonts/SpaceMono/SpaceMono-Regular.ttf"); }

/* Brand colors */
/* Default colors */
/* Secondary / action colors */
/* Small devices (landscape phones) */
/* Small devices (Small tablet) */
/* Medium devices (tablets) The navbar toggle appears at this breakpoint */
/* Large devices (desktops) */
/* Extra large devices (large desktops) */
* {
  list-style-type: none;
  text-decoration: none;
  padding: 0px;
  margin: 0px; }

*,
*::before,
*::after {
  box-sizing: border-box; }

html {
  scroll-behavior: smooth; }

body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  height: 100vh; }

.main, .footer {
  position: relative;
  top: 40px; }
  @media all and (min-width: 768px) {
    .main, .footer {
      top: 140px; } }

.wrapper {
  margin-right: auto;
  margin-left: auto;
  padding: 0px 16px;
  width: 100%;
  max-width: 1600px; }
  @media all and (min-width: 992px) {
    .wrapper {
      padding: 0 56px; } }

fieldset {
  padding-top: 8px; }

.form--control {
  padding: 8px 16px;
  border-radius: 6px; }

a:hover {
  color: #434343; }

@media all and (min-width: 992px) {
  .grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(12.5%, 1fr));
    grid-auto-flow: dense;
    gap: 0px; } }

.close {
  padding: 16px 0px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid black; }
  .close h3 {
    color: #434343;
    margin-bottom: 0px; }

@media all and (min-width: 992px) {
  .mobile {
    display: none; } }

.web {
  display: none; }
  @media all and (min-width: 992px) {
    .web {
      display: block; } }

.social__list {
  display: flex;
  flex-direction: row;
  column-gap: 16px;
  margin-bottom: 24px; }

/* FONTS */
@font-face {
  font-family: Arial, Helvetica, sans-serif; }

h1 {
  font-size: 24px;
  color: #6c1d45;
  margin-top: 0px; }
  @media all and (min-width: 768px) {
    h1 {
      font-size: 32px; } }
  h1 small {
    font-weight: 400; }
    h1 small a {
      color: #99255f; }

h2 {
  font-size: 20px;
  font-weight: 500;
  color: #6c1d45; }
  @media all and (min-width: 768px) {
    h2 {
      font-size: 28px; } }

h3 {
  font-size: 16px;
  font-weight: 300;
  color: #6c1d45; }
  @media all and (min-width: 768px) {
    h3 {
      font-size: 20px; } }

h4 {
  font-size: 16px;
  font-weight: 300; }

p {
  line-height: 24px;
  margin-bottom: 0px;
  font-size: 14px; }

/* FONTS */
/* BUTTONS */
.btn {
  padding: 8px 32px;
  border-radius: 26px; }
  .btn--primary {
    background-color: #6c1d45;
    color: #ffffff;
    border: none; }
    .btn--primary:hover {
      background-color: #99255f; }
  .btn--secondary {
    background-color: inherit;
    border: 2px solid #6c1d45;
    color: #6c1d45; }
    .btn--secondary:hover {
      background-color: #6c1d45;
      border: 2px solid #6c1d45;
      color: #ffffff; }
  .btn--terciary {
    background-color: none;
    padding: none;
    border: none;
    text-decoration: underline;
    color: #434343; }
    .btn--terciary:hover {
      color: #6c1d45; }

/* BUTTONS */
.breadcrumb-show {
  display: none; }

.verde {
  color: #62c04f; }

.naranja {
  color: #fdb548; }

.rojo {
  color: #eb5a35; }

/* AQUÍ VA LO DE ALBERTI */
/* HEADER */
.header {
  position: fixed;
  top: 0px;
  z-index: 100;
  width: 100%;
  /*box-shadow: 0px 4px 17px rgba(0, 0, 0, 0.1);*/
  background: linear-gradient(0deg, rgba(68, 156, 176, 0) 0%, #6d1d45 15%, #6d1d45 80%);
  margin-bottom: 96px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
  height: 56px;
  align-items: flex-start;
  /* DESPLEGABLES HEADER */
  /* DESPLEGABLES HEADER */
  /* HEADER */ }
  @media all and (min-width: 576px) {
    .header {
      height: 78px; } }
  @media all and (min-width: 992px) {
    .header {
      height: unset;
      flex-direction: column-reverse; } }
  .header .menu {
    margin-right: auto;
    margin-left: auto;
    max-width: 1600px; }
    @media all and (min-width: 992px) {
      .header .menu {
        width: 100%;
        padding: 0px 24px;
        padding: 0px 24px;
        border-top: 1px solid #ffffff; } }
    .header .menu__list {
      width: 0;
      display: none;
      transition: 0.4s; }
      @media all and (min-width: 992px) {
        .header .menu__list {
          width: auto;
          display: flex;
          flex-direction: row;
          justify-content: center;
          width: 100%;
          position: static;
          margin-bottom: 0px; } }
      .header .menu__list .grid {
        width: 100%; }
      @media all and (min-width: 992px) {
        .header .menu__list ul {
          display: flex;
          flex-direction: row;
          justify-content: center;
          width: 100%;
          padding-bottom: 16px; } }
      .header .menu__list.list__active {
        position: fixed;
        top: 0px;
        right: 0px;
        width: 250px;
        height: 100vh;
        overflow-y: scroll;
        transition: 0.4s;
        overflow: auto;
        z-index: 1001;
        background-color: #ffffff;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start; }
        .header .menu__list.list__active ul {
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center;
          width: 100%;
          text-align: center; }
        .header .menu__list.list__active .menu__item a {
          color: #434343; }
        .header .menu__list.list__active li {
          padding: 16px 0px;
          width: 100%; }
    .header .menu__item {
      padding: 8px;
      /* HEADER CART */
      /* HEADER CART */ }
      .header .menu__item a {
        color: #ffffff;
        text-transform: uppercase;
        font-size: 14px; }
        .header .menu__item a.current {
          font-weight: 700;
          color: #75fa69; }
        .header .menu__item a:hover {
          text-decoration: underline; }
      .header .menu__item#search_header {
        padding: 8px; }
        @media all and (min-width: 992px) {
          .header .menu__item#search_header {
            width: 100%;
            padding: 16px 0px 16px 16px; } }
        @media all and (min-width: 1400px) {
          .header .menu__item#search_header {
            display: flex;
            flex-direction: row-reverse;
            width: 500px; } }
      .header .menu__item.mobile {
        text-align: right; }
      .header .menu__item.current {
        font-weight: 700; }
      .header .menu__item .materias--list {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        width: 100%;
        height: 50vh;
        flex-wrap: wrap; }
      .header .menu__item #user_content .wrapper {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        max-width: 450px;
        margin: 0px auto 0px auto;
        width: 100%; }
        .header .menu__item #user_content .wrapper .form--control {
          width: 100%;
          margin-bottom: 16px; }
        .header .menu__item #user_content .wrapper .btn {
          width: 100%; }
        .header .menu__item #user_content .wrapper .btn--secondary {
          color: #6c1d45; }
      .header .menu__item .user_header--mobile {
        display: none; }
      .header .menu__item .form-input-group {
        position: relative;
        margin-bottom: 0px; }
      .header .menu__item .menu__icon {
        height: 18px;
        width: auto; }
        @media all and (min-width: 768px) {
          .header .menu__item .menu__icon {
            height: 24px; } }
      .header .menu__item .menu_collapsible {
        display: none;
        position: absolute;
        z-index: 90;
        background-color: #ffffff;
        box-shadow: 0px 11px 17px rgba(0, 0, 0, 0.1);
        width: 100%;
        top: 72px;
        left: 0px;
        padding: 16px;
        text-align: left; }
        @media all and (min-width: 992px) {
          .header .menu__item .menu_collapsible {
            top: 120px; } }
        .header .menu__item .menu_collapsible .materias--list {
          display: flex;
          flex-direction: column;
          justify-content: flex-start;
          width: 100%;
          height: 50vh;
          flex-wrap: wrap; }
      .header .menu__item .search_content {
        display: none;
        position: absolute;
        z-index: 100;
        background-color: #ffffff;
        box-shadow: 0px 11px 17px rgba(0, 0, 0, 0.1);
        width: 100%;
        top: 66px;
        left: 0px;
        padding: 16px;
        text-align: left;
        margin: 0px auto 0px auto;
        width: 100%;
        padding: 24px;
        max-width: 1600px; }
        @media all and (min-width: 992px) {
          .header .menu__item .search_content {
            display: block;
            top: auto;
            position: relative;
            background-color: inherit;
            box-shadow: none;
            padding: 0px;
            padding-bottom: 0px; } }
        .header .menu__item .search_content .form {
          position: relative;
          display: flex;
          align-items: center;
          flex-direction: row;
          flex-wrap: nowrap; }
          .header .menu__item .search_content .form ::placeholder {
            /* Chrome, Firefox, Opera, Safari 10.1+ */ }
            @media all and (min-width: 992px) {
              .header .menu__item .search_content .form ::placeholder {
                color: #f8f8f8; } }
          .header .menu__item .search_content .form :-ms-input-placeholder {
            /* Internet Explorer 10-11 */ }
            @media all and (min-width: 992px) {
              .header .menu__item .search_content .form :-ms-input-placeholder {
                color: #f8f8f8; } }
          .header .menu__item .search_content .form ::-ms-input-placeholder {
            /* Microsoft Edge */ }
            @media all and (min-width: 992px) {
              .header .menu__item .search_content .form ::-ms-input-placeholder {
                color: #f8f8f8; } }
          .header .menu__item .search_content .form .form--control {
            padding: 12px 16px; }
            .header .menu__item .search_content .form .form--control.form-search {
              border-radius: 26px;
              width: 100%;
              background-color: inherit;
              border: 1px solid #6c1d45;
              font-size: 14px; }
              @media all and (min-width: 992px) {
                .header .menu__item .search_content .form .form--control.form-search {
                  border: 1px solid #ffffff;
                  color: white; } }
          .header .menu__item .search_content .form .search-button {
            position: absolute;
            background-color: inherit;
            border: none;
            right: 16px;
            top: 3px; }
            @media all and (min-width: 992px) {
              .header .menu__item .search_content .form .search-button {
                right: 28px;
                top: 3px;
                background-color: inherit;
                border: none; } }
      .header .menu__item#cart_header a {
        position: relative; }
        .header .menu__item#cart_header a .length {
          position: absolute;
          background-color: #ffffff;
          width: 16px;
          height: 16px;
          font-size: 12px;
          color: #434343;
          border-radius: 50px;
          right: -8px;
          top: -8px;
          left: auto;
          text-align: center;
          z-index: 3; }
      .header .menu__item #overlay {
        position: fixed;
        display: none;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 1000;
        cursor: pointer; }
      .header .menu__item #cart_content {
        display: flex;
        flex-direction: column;
        position: absolute;
        height: 100vh;
        width: 0;
        top: 0;
        left: auto;
        right: 0;
        z-index: 1001;
        transition: 0.4s;
        box-sizing: border-box;
        overflow: auto;
        background-color: #fff; }
        .header .menu__item #cart_content .cart__list {
          width: 100%;
          height: 100%;
          overflow-y: scroll;
          max-width: 350px;
          background-color: #ffffff;
          display: flex;
          flex-direction: column;
          margin-right: unset; }
          .header .menu__item #cart_content .cart__list .cart__item {
            display: flex;
            flex-direction: row;
            justify-content: flex-start;
            align-items: flex-start;
            border-bottom: 1px solid #454565;
            padding: 16px 0px; }
            .header .menu__item #cart_content .cart__list .cart__item .cart__info {
              padding-left: 16px;
              width: 100%; }
            .header .menu__item #cart_content .cart__list .cart__item .cart__img {
              width: 50px; }
          .header .menu__item #cart_content .cart__list .empty-cart {
            padding: 24px 0px; }
          .header .menu__item #cart_content .cart__list .btn--primary {
            margin-top: 24px;
            margin-bottom: 24px;
            text-align: center;
            display: block; }
      .header .menu__item .form-input-group {
        position: relative;
        margin-bottom: 16px; }
      .header .menu__item .menu-icon {
        height: 24px;
        width: auto; }
      .header .menu__item .advanced-search {
        padding-left: 16px; }
      .header .menu__item .empty-cart {
        color: #ffffff; }
      .header .menu__item .form {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        gap: 16px; }
        .header .menu__item .form .form--control {
          margin-bottom: 8px; }
          @media all and (min-width: 768px) {
            .header .menu__item .form .form--control {
              margin-right: 16px;
              margin-bottom: 0px; } }
      .header .menu__item .user--logged {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap; }
        .header .menu__item .user--logged .btn--secondary {
          color: var(--color-main);
          padding: 8px 16px;
          margin-right: 16px; }
      .header .menu__item .btn--primary {
        border: 1px solid #ffffff;
        padding: 8px 16px;
        color: #ffffff; }
    .header .menu__utils {
      width: 100%;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: flex-end; }
      @media all and (min-width: 992px) {
        .header .menu__utils {
          justify-content: space-between; } }
      .header .menu__utils .title {
        display: block;
        position: absolute;
        top: 40px;
        /*left: 50%;
				transform: translateX(-50%);*/
        color: #ffffff;
        font-size: 52px; }
        @media all and (min-width: 768px) {
          .header .menu__utils .title {
            font-size: 62px; } }
        @media all and (min-width: 992px) {
          .header .menu__utils .title {
            position: static;
            margin-bottom: 0px;
            margin-left: 16px; } }
      .header .menu__utils .logo {
        position: absolute;
        top: 8px;
        right: 50%;
        max-height: 30px;
        z-index: 1000;
        right: unset; }
        @media all and (min-width: 576px) {
          .header .menu__utils .logo {
            max-height: 48px; } }
        @media all and (min-width: 992px) {
          .header .menu__utils .logo {
            max-height: 54px;
            left: unset;
            right: unset; } }
        .header .menu__utils .logo img {
          width: 100%; }
      .header .menu__utils .top {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start; }
        @media all and (min-width: 992px) {
          .header .menu__utils .top {
            justify-content: space-between;
            margin-left: 0px; } }
      .header .menu__utils .utils {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-end; }
        @media all and (min-width: 992px) {
          .header .menu__utils .utils {
            flex-grow: 1; } }
      .header .menu__utils .langs {
        position: relative; }
        .header .menu__utils .langs .current_lang {
          color: #ddbbcf; }
        .header .menu__utils .langs #langs {
          display: none;
          position: absolute;
          border-right: 1px solid #ddbbcf;
          -webkit-transition: all .3s ease 0s;
          transition: all .3s ease 0s;
          top: -10px;
          right: 32px;
          padding-right: 8px;
          text-align: center; }
          .header .menu__utils .langs #langs .lang a {
            color: #ddbbcf; }
    .header .menu__icon {
      width: auto;
      height: 32px; }
  @media all and (min-width: 992px) {
    .header #user_content, .header #cart_content {
      display: none;
      padding-bottom: 24px;
      border-bottom: none;
      left: 0px; } }

footer {
  margin-top: 40px;
  text-align: center;
  /*background-color: $color-grey_light;*/ }
  footer .menu {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: wrap;
    padding: 16px 0px;
    column-gap: 32px;
    border-top: 1px solid #6c1d45; }
    @media all and (min-width: 768px) {
      footer .menu {
        text-align: left;
        flex-direction: row;
        justify-content: space-between; } }
    footer .menu__item {
      padding-bottom: 32px; }
      @media all and (min-width: 768px) {
        footer .menu__item {
          padding-bottom: 0px;
          flex: 1 1 0; } }
      footer .menu__item h3 {
        font-size: 16px; }
      footer .menu__item p, footer .menu__item a {
        font-size: 14px; }
      footer .menu__item img {
        width: auto;
        max-width: 340px;
        margin-top: 16px;
        max-height: 240px; }
      footer .menu__item .social {
        display: flex;
        flex-direction: row;
        column-gap: 16px; }
        footer .menu__item .social img {
          width: 24px; }
      footer .menu__item.newsletter .btn {
        text-align: center;
        display: inline-block;
        margin-top: 16px; }

.hero {
  width: 100%;
  overflow: hidden;
  position: relative;
  /*top: -28px;*/
  top: 24px; }
  @media all and (min-width: 1400px) {
    .hero {
      height: auto; } }
  .hero img {
    width: 100%;
    object-fit: cover; }
  .hero .hover {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: 0.3s;
    padding: 24px;
    width: 70%;
    height: 70%;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    opacity: 0; }
    .hero .hover:hover {
      opacity: 100; }

.newsletter__container {
  border-top: 1px solid #6c1d45;
  border-bottom: 1px solid #6c1d45; }
  @media all and (min-width: 992px) {
    .newsletter__container {
      max-height: 300px; } }
  .newsletter__container .newsletter {
    grid-column: span 4;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: left;
    column-gap: 40px; }
    @media all and (min-width: 768px) {
      .newsletter__container .newsletter {
        flex-direction: row; } }
    .newsletter__container .newsletter form {
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: left; }
    @media all and (min-width: 768px) {
      .newsletter__container .newsletter h2, .newsletter__container .newsletter h3 {
        text-align: left; } }
    .newsletter__container .newsletter h3 {
      font-size: 20px; }
    .newsletter__container .newsletter fieldset {
      display: flex;
      flex-direction: column;
      margin-top: 16px; }
      @media all and (min-width: 768px) {
        .newsletter__container .newsletter fieldset {
          margin-top: 0px;
          flex-direction: row;
          align-items: center;
          flex-wrap: wrap; } }
      .newsletter__container .newsletter fieldset .form--control {
        padding: 11px 16px;
        border: 1px solid #6c1d45; }
        @media all and (min-width: 768px) {
          .newsletter__container .newsletter fieldset .form--control {
            border-radius: 26px 0px 0px 26px; } }
      .newsletter__container .newsletter fieldset .btn {
        border: 1px solid #6c1d45;
        margin-top: 16px; }
        @media all and (min-width: 768px) {
          .newsletter__container .newsletter fieldset .btn {
            margin-top: 0px;
            border-radius: 0px 26px 26px 0px; } }
    .newsletter__container .newsletter__form {
      text-align: center; }
  .newsletter__container .img-container {
    grid-column: span 4;
    position: relative; }
    @media all and (min-width: 992px) {
      .newsletter__container .img-container {
        overflow: hidden;
        max-height: inherit; } }
    .newsletter__container .img-container img {
      width: 100%;
      object-fit: cover; }
    .newsletter__container .img-container .aviso {
      position: absolute;
      top: 0px;
      left: 0px;
      padding: 24px;
      width: 100%;
      height: 100%;
      background-color: #00000054;
      color: white;
      backdrop-filter: blur(2px);
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: flex-start; }
      .newsletter__container .img-container .aviso h2 {
        color: white;
        font-size: 22px;
        text-align: left;
        text-shadow: 1px 1px 2px black; }
      @media all and (min-width: 768px) {
        .newsletter__container .img-container .aviso h2 {
          font-size: 32px;
        }
      }
      .newsletter__container .img-container .aviso h4 {
        font-size: 24px;
        text-align: left !important;
        text-shadow: 1px 1px 2px black; }

.home__section {
  margin: 80px 0px; }
  .home__section.conditions {
    border-top: 1px solid #6c1d45;
    border-bottom: 1px solid #6c1d45; }
    .home__section.conditions ul {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap; }
      @media all and (min-width: 768px) {
        .home__section.conditions ul {
          border-top: none; } }
      .home__section.conditions ul li {
        width: 50%;
        padding: 40px 24px;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center; }
        @media all and (min-width: 768px) {
          .home__section.conditions ul li {
            width: 25%;
            border-top: none; } }
        .home__section.conditions ul li img {
          height: 48px;
          margin-bottom: 24px; }

.home__search {
  margin: 32px 0px; }
  @media all and (min-width: 992px) {
    .home__search {
      margin: 64px 0px; } }
  .home__search .form {
    width: 100%;
    position: relative; }
    .home__search .form .form--control {
      width: 100%;
      border: 1px solid #6c1d45;
      padding: 16px 32px;
      font-size: 24px;
      text-transform: uppercase;
      font-weight: 200;
      border-radius: 80px; }
      @media all and (min-width: 992px) {
        .home__search .form .form--control {
          padding: 24px 48px;
          font-size: 48px; } }
    .home__search .form .search-button {
      position: absolute;
      right: 24px;
      top: -4px;
      border: none;
      background: none;
      height: 100%;
      width: auto; }
      @media all and (min-width: 992px) {
        .home__search .form .search-button {
          right: 40px;
          top: -8px; } }
      .home__search .form .search-button .menu-icon {
        width: 40px; }
        @media all and (min-width: 992px) {
          .home__search .form .search-button .menu-icon {
            width: 80px; } }

.home__title {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .home__title h2 {
    margin-right: 24px; }
  .home__title .line {
    height: 1px;
    width: 100%;
    background-color: #6c1d45; }
  .home__title .link {
    min-width: 176px; }

/* NOVEDAD Y OFERTA */
.tags {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  row-gap: 16px;
  right: -16px;
  top: -16px;
  z-index: 2; }
  .tags .new-icon {
    width: 56px;
    max-width: 56px;
    height: auto;
    display: block;
    margin-bottom: 0px; }
  .tags .offer-icon {
    width: 56px;
    max-width: 56px;
    height: 56px;
    display: block;
    margin-bottom: 0px; }

.sales {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: flex-end;
  text-align: left;
  margin-bottom: 16px; }
  .sales del {
    text-decoration: line-through; }
  .sales h2, .sales h3 {
    margin-bottom: 0px; }

/* NOVEDAD Y OFERTA */
.pagination {
  justify-content: space-between; }
  @media all and (min-width: 768px) {
    .pagination {
      justify-content: flex-end; } }
  .pagination:nth-child(1) {
    display: none; }
    @media all and (min-width: 768px) {
      .pagination:nth-child(1) {
        display: flex; } }
  .pagination .page {
    padding: 0px 6px;
    color: var(--color-main); }

/* NOTICIAS */
.new {
  padding: 16px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto; }
  .new__title {
    border-bottom: none;
    text-align: center; }
  .new h2, .new h4 {
    text-align: center;
    font-weight: 400; }
  .new p {
    font-size: 18px;
    line-height: 24px; }
  .new .img-container {
    margin: 40px 0px;
    text-align: center; }
    .new .img-container img {
      max-width: 100%; }
  .new .social__list {
    display: flex;
    flex-direction: row;
    column-gap: 16px; }

/* NOTICIAS */
.catalog {
  /*
	.search--section {
		position: relative;
		a{
			display: flex;
			flex-direction: row;
			align-items: center;
			gap: 16px;
			justify-content: space-between;
			min-width: 200px;
			border-bottom: 1px solid $color-dark;
			opacity: 0.6;
		}

			.advanced--search_content {
				display: none;
				position: absolute;
				z-index: 99;
				top: 40px;
				background-color: white;
				border: 1px solid $color-primary;
				padding: 16px;
							min-width: 300px;
			}

			.advanced--search--img {
				margin-left: 8px;
			 }

			h2{
				margin-bottom: 16px;

				@include l {
					display: flex;
					flex-direction: row;
				}
			}

			fieldset {

				.form--control {
					width: 100%;
				}

				.form--group {
					margin-bottom: 16px;

					.btn {
						width: 100%;
					}

					.btn:not(:last-child) {
						margin-bottom: 16px;
					}
				}
			}

	}
  */ }
  .catalog .home__section .link:hover {
    background-color: #6c1d45; }
    .catalog .home__section .link:hover h2 {
      color: white; }
  @media all and (min-width: 992px) {
    .catalog aside {
      grid-column: span 2; 
      padding: 0px 80px 0px 0px;} }
  .catalog aside .materias--section {
    display: none; }
    @media all and (min-width: 992px) {
      .catalog aside .materias--section {
        display: block;
        padding: 0px 40px 32px 0px; } }
    .catalog aside .materias--section .tipos__item {
      position: relative;
      border-bottom: 1px solid #eeecee; }
      .catalog aside .materias--section .tipos__item p {
        margin-bottom: 0px;
        font-size: 16px;
        font-weight: 600; }
      .catalog aside .materias--section .tipos__item .tipos__link {
        width: 100%;
        padding: 8px 0px;
        border-bottom: 1px solid #eeecee; }
      .catalog aside .materias--section .tipos__item a:hover {
        color: #99255f; }
      .catalog aside .materias--section .tipos__item .materias li {
        padding: 8px; }
        .catalog aside .materias--section .tipos__item .materias li .link {
          font-size: 14px; }
  .catalog aside .calendar {
    padding-top: 32px; }
  .catalog .result {
    grid-column: span 6; }
    .catalog .result .title {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
      padding-bottom: 6px;
      border-bottom: 1px solid #bebebe; }
      @media all and (min-width: 768px) {
        .catalog .result .title {
          border-bottom: 1px solid #6c1d45;
          padding-bottom: unset; } }
      .catalog .result .title h1 {
        margin: 8px 0px; }
    .catalog .result .search--section {
      position: relative; }
      @media all and (min-width: 768px) {
        .catalog .result .search--section {
          padding: 0px 16px; } }
      .catalog .result .search--section a {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 16px;
        justify-content: flex-end;
        column-gap: 16px;
        opacity: 0.6; }
    .catalog .result .advanced--search_content {
      padding: 16px;
      border-bottom: 1px solid #6c1d45; }
      .catalog .result .advanced--search_content fieldset {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: flex-start;
        align-content: flex-start; }
        .catalog .result .advanced--search_content fieldset .form--group, .catalog .result .advanced--search_content fieldset .buttons {
          margin-bottom: 16px;
          width: 100%; }
          @media all and (min-width: 768px) {
            .catalog .result .advanced--search_content fieldset .form--group, .catalog .result .advanced--search_content fieldset .buttons {
              width: 50%; } }
          @media all and (min-width: 992px) {
            .catalog .result .advanced--search_content fieldset .form--group, .catalog .result .advanced--search_content fieldset .buttons {
              width: 33%; } }
          .catalog .result .advanced--search_content fieldset .form--group .btn, .catalog .result .advanced--search_content fieldset .buttons .btn {
            width: 100%; }
          .catalog .result .advanced--search_content fieldset .form--group .btn:not(:last-child), .catalog .result .advanced--search_content fieldset .buttons .btn:not(:last-child) {
            margin-bottom: 16px; }
        .catalog .result .advanced--search_content fieldset .form--control, .catalog .result .advanced--search_content fieldset .buttons {
          max-width: 284px; }
      .catalog .result .advanced--search_content .buttons {
        display: flex;
        column-gap: 16px; }
    .catalog .result .dropdown-menu {
      max-height: 300px;
      overflow: scroll; }
  .catalog .search__events {
    margin-top: 32px; }
    .catalog .search__events h3 {
      text-align: center;
      margin-bottom: 16px; }
      @media all and (min-width: 992px) {
        .catalog .search__events h3 {
          text-align: left; } }
    .catalog .search__events form {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      width: 100%; }
      @media all and (min-width: 992px) {
        .catalog .search__events form {
          justify-content: flex-start; } }
      .catalog .search__events form .form--control {
        width: 100%;
        max-width: 284px;
        margin-bottom: 16px; }
        @media all and (min-width: 992px) {
          .catalog .search__events form .form--control {
            max-width: 258px;
            margin-bottom: 0px; } }
  .catalog .order--section .book--order--fieldset {
    text-align: right;
    padding: 0px; }
    .catalog .order--section .book--order--fieldset .select {
      border: none;
      width: 100%;
      background-color: inherit;
      font-size: 14px;
      line-height: 24px;
      opacity: 0.6;
      -webkit-appearance: none;
      -moz-appearance: none;
      background: transparent;
      background-image: url("/static/img/icons/ic_chevron-down.svg");
      background-repeat: no-repeat;
      background-position-x: 100%;
      background-position-y: 0px;
      padding-right: 2rem; }
      @media all and (min-width: 768px) {
        .catalog .order--section .book--order--fieldset .select {
          min-width: 200px; } }
  .catalog__index {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    border-bottom: 1px solid #6c1d45; }
  .catalog .materias--section {
    width: 100%;
    border-right: none; }
  .catalog .index--item {
    /*width: 100%;*/
    padding: 8px 0px;
    position: relative; }
    @media all and (min-width: 768px) {
      .catalog .index--item {
        padding: 16px;
        border-bottom: none; } }
    .catalog .index--item .materias--title {
      margin-top: 20px; }
    .catalog .index--item a {
      color: #434343;
      font-size: 14px;
      text-decoration-line: none; }
    .catalog .index--item a .menu-icon {
      float: right; }
    .catalog .index--item .collapsible {
      display: none;
      padding-top: 20px; }
      @media all and (min-width: 768px) {
        .catalog .index--item .collapsible {
          display: block; } }
  .catalog .clearfix {
    display: none; }
    @media all and (min-width: 768px) {
      .catalog .clearfix {
        display: block;
        background-color: #f8f8f8;
        padding: 16px; } }
    .catalog .clearfix .submaterias {
      /* display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: space-between;
      column-count: 4;*/
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      grid-gap: 10px;
      row-gap: 16px; }
      .catalog .clearfix .submaterias li {
        /*flex-grow: 1;*/ }
  .catalog aside a {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-size: 16px; }
  .catalog h2 img {
    width: 32px;
    height: auto; }
  .catalog .pagination {
    justify-content: space-between; }
    @media all and (min-width: 768px) {
      .catalog .pagination {
        justify-content: flex-end; } }
    .catalog .pagination:nth-child(1) {
      display: none; }
      @media all and (min-width: 768px) {
        .catalog .pagination:nth-child(1) {
          display: flex; } }
    .catalog .pagination .page {
      margin-top: 0px;
      color: var(--color-main); }
      @media all and (min-width: 768px) {
        .catalog .pagination .page {
          padding: 0px 6px; } }
  .catalog .btn__comprar--form {
    margin-top: 16px;
    width: 100%; }

@media all and (min-width: 480px) {
  .list {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 40px; } }

.list .item {
  position: relative;
  flex-grow: 1;
  width: 100%;
  /*padding: 32px;*/
  padding: 32px 0px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-align: center; }
  @media all and (min-width: 480px) {
    .list .item {
      max-width: 45%;
      /*max-width: 292px;
			min-width: 250px;*/
      /*max-width: 248px;*/ } }
  @media all and (min-width: 576px) {
    .list .item {
      max-width: 47%;
      /*max-width: 292px;
			min-width: 250px;*/
      /*max-width: 248px;*/ } }
  @media all and (min-width: 768px) {
    .list .item {
      max-width: 30%; } }
  @media all and (min-width: 992px) {
    .list .item {
      max-width: 30%; } }
  @media all and (min-width: 1400px) {
    .list .item {
      max-width: 22%; } }
  .list .item__date {
    display: block;
    font-size: 16px;
    padding-bottom: 16px;
    text-align: center;
    color: #5f193c;
    align-self: flex-start; }
  .list .item__img {
    position: relative; }
    .list .item__img .img__container {
      display: block;
      text-align: center;
      width: auto; }
      .list .item__img .img__container .img {
        max-height: 300px;
        width: auto;
        /*	max-width: 200px; */
        max-width: 250px; }
    .list .item__img .wishlist {
      position: absolute;
      top: 0px;
      left: 0px; }
      .list .item__img .wishlist .btn {
        padding: 8px;
        background-color: #ffffff;
        border-radius: 50px;
        margin-top: 0px;
        opacity: 80%; }
        .list .item__img .wishlist .btn:hover {
          opacity: 100%; }
  .list .item__text {
    width: 100%;
    margin-top: 16px;
    flex-grow: 1;
    text-align: left !important;
    /*p {
				text-align: center !important;
			}*/ }
    .list .item__text--title {
      font-weight: 700;
      font-size: 14px;
      margin: 16px 0px;
      text-align: left;
      line-height: 20px;
      text-transform: uppercase;
      color: #434343; }
    .list .item__text--subtitle {
      color: #434343;
      font-size: 14px;
      text-align: left; }
    .list .item__text--author a {
      color: #6c1d45;
      font-size: 14px;
      text-align: left; }
    .list .item__text--pvp {
      font-weight: 500;
      color: #434343;
      font-size: 20px; }
    .list .item__text .availability {
      font-size: 14px; }
  .list .item__text.pvp {
    flex-grow: unset; }
  .list .item .btn {
    margin-top: 24px;
    width: 100%; }

.list .remove_from_wishlist {
  position: absolute;
  top: -8px;
  left: 0px;
  background-color: #eeecee;
  box-shadow: #efefef;
  border-radius: 50px;
  padding: 8px;
  z-index: 10; }

.list.eventos .item, .list.guias .item {
  max-width: 440px; }
  .list.eventos .item .pvp, .list.guias .item .pvp {
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 16px;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%; }
    .list.eventos .item .pvp h3, .list.guias .item .pvp h3 {
      color: #ffffff; }
  .list.eventos .item__img, .list.guias .item__img {
    position: relative; }
    .list.eventos .item__img .img__container, .list.guias .item__img .img__container {
      display: block;
      text-align: center;
      width: 100%;
      /*height: 100%;*/ }
      .list.eventos .item__img .img__container img, .list.guias .item__img .img__container img {
        max-height: 220px;
        height: 100%;
        max-width: 100%;
        width: inherit;
        border: 1px solid #efefef; }

.tags__list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 16px;
  margin: 80px 0px;
  width: 100%; }
  .tags__list .item {
    padding: 8px 16px;
    border: 1px solid #6c1d45;
    border-radius: 50px; }
    .tags__list .item a {
      display: block;
      width: max-content; }

/* BOOK DETAIL */
.breadcrumb {
  font-size: 12px;
  color: #bebebe; }
  .breadcrumb a {
    color: #bebebe; }

.detail {
  width: 100%;
  margin-bottom: 40px; }
  .detail h1 {
    padding-top: 16px;
    border-top: none; }
    @media all and (min-width: 768px) {
      .detail h1 {
        padding: 0px; } }
  .detail .img__container {
    position: sticky;
    top: 198px; }
    .detail .img__container .img {
      width: 100%; }
    .detail .img__container .img__gallery {
      margin-top: 24px;
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: flex-end;
      flex-wrap: wrap; }
      .detail .img__container .img__gallery div {
        width: 25%; }
        .detail .img__container .img__gallery div img {
          padding: 8px;
          width: 100%; }
          @media all and (min-width: 768px) {
            .detail .img__container .img__gallery div img {
              padding: 16px; } }
  .detail .img__container.event {
    position: static; }
    .detail .img__container.event .img {
      width: 100%; }
    .detail .img__container.event .img__gallery {
      margin-top: 24px;
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: flex-end;
      flex-wrap: wrap; }
      .detail .img__container.event .img__gallery div {
        width: 25%; }
        .detail .img__container.event .img__gallery div img {
          padding: 8px;
          width: 100%; }
          @media all and (min-width: 768px) {
            .detail .img__container.event .img__gallery div img {
              padding: 16px; } }
  .detail .author {
    color: #434343;
    display: inline-block; }
    @media all and (min-width: 768px) {
      .detail .author {
        margin-top: 16px; } }
  .detail .editorial {
    color: #bebebe;
    display: block; }
  .detail .rating {
    margin-top: 16px;
    margin-bottom: 16px;
    font-size: 14px; }
    @media all and (min-width: 768px) {
      .detail .rating {
        text-align: center;
        text-align: left;
        margin-top: 40px; } }
    .detail .rating a {
      color: #434343; }
    .detail .rating img {
      width: 80px;
      height: auto;
      margin-right: 8px; }
      @media all and (min-width: 768px) {
        .detail .rating img {
          width: 148px; } }
  .detail__img {
    position: relative; }
    @media all and (min-width: 768px) {
      .detail__img {
        padding: 40px; } }
    .detail__img .img__container .img {
      width: 100%;
      max-width: 300px; }
    .detail__img .wishlist {
      position: absolute;
      top: -8px;
      right: -8px; }
      .detail__img .wishlist .btn {
        padding: 16px;
        background-color: #6c1d45;
        border-radius: 50px; }
  @media all and (min-width: 768px) {
    .detail__info {
      grid-column: span 2;
      padding: 40px; }
      .detail__info .sides {
        display: flex;
        flex-direction: row;
        column-gap: 96px; }
        .detail__info .sides > * {
          flex: 1; } }
  .detail__info .detail__aside {
    background-color: #f8f8f8;
    padding: 16px; }
    @media all and (min-width: 768px) {
      .detail__info .detail__aside {
        background-color: unset;
        padding: unset; } }
    .detail__info .detail__aside .pvp {
      margin: 16px 0px; }
    .detail__info .detail__aside .wishlist {
      display: inline-block; }
      .detail__info .detail__aside .wishlist .btn {
        padding: 0px 8px; }
  .detail .datasheet {
    padding: 24px;
    background-color: #f8f8f8;
    width: fit-content; }
    .detail .datasheet .title {
      padding-bottom: 12px; }
    .detail .datasheet .list {
      display: block; }
      .detail .datasheet .list .item {
        display: block;
        padding: 4px 0px;
        text-align: left; }
  .detail .social {
    margin-top: 24px; }
    @media all and (min-width: 768px) {
      .detail .social {
        margin-top: 0px; } }
  .detail.articulo {
    display: grid; }
    .detail.articulo .detail__img {
      order: 3; }
      @media all and (min-width: 768px) {
        .detail.articulo .detail__img {
          order: 1; } }
    .detail.articulo .detail__info {
      order: 2; }
    .detail.articulo .detail__aside {
      order: 1; }
      @media all and (min-width: 768px) {
        .detail.articulo .detail__aside {
          order: 3; } }
  .detail .other--books .section--recommends {
    margin-top: 56px; }
  .detail.event .entradilla p {
    line-height: 28px; }
  .detail.event .img__related {
    max-width: 400px; }

/* BOOK DETAIL INFOTABS */
.infotabs {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%; }
  .infotabs .nav--pills {
    width: 100%;
    border-bottom: 1px solid #ddbbcf;
    display: flex;
    flex-direction: row; }
    .infotabs .nav--pills .tablink {
      background-color: white;
      width: fit-content; }
      .infotabs .nav--pills .tablink h3 {
        padding: 16px 24px;
        margin-bottom: 0px; }
    .infotabs .nav--pills .current--panel {
      border-bottom: 2px solid #6c1d45; }
  .infotabs .tabcontent {
    width: 100%;
    background-color: white;
    padding: 16px 0px; }
    @media all and (min-width: 768px) {
      .infotabs .tabcontent {
        margin-bottom: 40px; } }
  .infotabs .tabpanel {
    animation: opac 0.8s;
    background-color: var(--color-terciary-light); }
  .infotabs .tabpanel li {
    padding: 8px 0px; }
  .infotabs .tabpanel .change--data {
    padding: 16px 0px;
    display: flex;
    flex-direction: column; }
  .infotabs .tabpanel .change--data .list-inline-item {
    margin-bottom: 16px; }

@keyframes opac {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

/* BOOK DETAIL INFOTABS */
/* COMMENTS */
.comments {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto; }
  .comments h2 {
    margin-bottom: 24px;
    font-weight: 400; }
    .comments h2 a {
      color: var(--color-main);
      font-weight: 700; }
  .comments .form {
    display: flex;
    flex-direction: column; }
  .comments .form--group {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start; }
  .comments .form .form--group .form--control {
    width: 100%; }
  .comments .buttons .btn {
    margin: 16px 0px; }

/* COMMENTS */
/* BOOK DETAIL */
/* AUTHOR DETAIL */
.detail--author .materias--section {
  margin-top: 24px; }

.books-section.detail--author {
  background-color: var(--color-main-medium);
  padding: 40px 0px;
  position: relative;
  top: -72px; }

.books-section.detail--author .wrapper {
  display: flex;
  align-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  column-gap: 40px; }

/* AUTHOR DETAIL */
/* IMG ZOOM */
.img-zoom {
  max-width: 600px; }

.img-zoomed {
  width: 100%;
  cursor: pointer; }

/* IMG ZOOM */
/* ARTÍCULOS */
.carousel {
  padding-bottom: 24px; }

.carousel__item {
  padding: 24px 0px;
  text-align: center; }
  @media all and (min-width: 768px) {
    .carousel__item {
      display: flex;
      gap: 48px;
      align-items: flex-start; } }
  @media all and (min-width: 992px) {
    .carousel__item {
      display: grid;
      gap: unset; } }
  .carousel__item .item__text {
    grid-column: span 4;
    text-align: center; }
    @media all and (min-width: 768px) {
      .carousel__item .item__text {
        text-align: left; } }
  .carousel__item .img__container {
    margin-top: 24px;
    position: relative;
    max-height: 200px; }
    @media all and (min-width: 992px) {
      .carousel__item .img__container {
        max-height: 300px;
        width: 100%;
        max-width: 200px; } }
    .carousel__item .img__container .img {
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 24px;
      box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
      height: 200px;
      width: auto; }
      @media all and (min-width: 992px) {
        .carousel__item .img__container .img {
          width: 250px; } }
    @media all and (min-width: 768px) {
      .carousel__item .img__container {
        margin-top: 0px;
        max-height: 400px;
        max-width: unset;
        grid-column: span 4;
        width: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center; }
        .carousel__item .img__container .img {
          width: auto;
          height: 100%;
          box-shadow: -9px 10px 18px rgba(0, 0, 0, 0.31);
          margin-bottom: 0px;
          max-height: 300px; } }
  .carousel__item .btn--primary {
    display: inline-block;
    margin-left: auto;
    margin-right: auto; }
    @media all and (min-width: 992px) {
      .carousel__item .btn--primary {
        margin-left: unset;
        margin-right: unset; } }

@media all and (min-width: 768px) {
  .owl-3.carousel__list {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; } }

.owl-3.carousel__list .item {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  flex-grow: 1;
  min-width: 216px;
  width: 100%;
  height: 100%;
  max-width: 300px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  background-color: #ffffff; }
  .owl-3.carousel__list .item__img {
    position: relative;
    height: 250px;
    /*width: auto;
				max-width: 300px;*/ }
    .owl-3.carousel__list .item__img .img__container {
      display: block;
      text-align: center;
      margin-right: auto;
      margin-left: auto;
      width: auto;
      height: 250px;
      max-width: 200px; }
      .owl-3.carousel__list .item__img .img__container .img {
        width: 100%;
        max-width: 200px;
        height: inherit;
        margin-bottom: 16px; }
    .owl-3.carousel__list .item__img .hover {
      padding: 16px;
      position: absolute;
      top: 0px;
      left: 0px;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.6);
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      opacity: 0; }
      .owl-3.carousel__list .item__img .hover:hover {
        opacity: 100; }
    .owl-3.carousel__list .item__img .hover__wishlist {
      padding: 16px;
      position: absolute;
      top: 0px;
      left: 0px;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.6);
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      align-items: flex-end;
      opacity: 0; }
      .owl-3.carousel__list .item__img .hover__wishlist:hover {
        opacity: 100; }
      .owl-3.carousel__list .item__img .hover__wishlist .btn {
        padding: 8px;
        background-color: #6c1d45;
        border-radius: 50px;
        margin-top: 0px;
        opacity: 80%; }
        .owl-3.carousel__list .item__img .hover__wishlist .btn:hover {
          opacity: 100%; }
  .owl-3.carousel__list .item .pvp {
    margin-top: 16px; }
  .owl-3.carousel__list .item__text {
    width: 100%; }
    .owl-3.carousel__list .item__text--title {
      font-weight: 700;
      font-size: 16px;
      margin: 16px 0px;
      color: #ffffff;
      text-align: left; }
    .owl-3.carousel__list .item__text--subtitle {
      color: #ffffff;
      font-size: 14px;
      text-align: left; }
    .owl-3.carousel__list .item__text--author a {
      color: #ffffff;
      font-size: 14px;
      text-align: left; }
    .owl-3.carousel__list .item__text--sign {
      position: absolute; }
  .owl-3.carousel__list .item .btn {
    margin-top: 24px;
    max-width: 224px;
    margin-left: auto;
    margin-right: auto; }

.owl-3.carousel__list .guia {
  justify-content: flex-start;
  height: -webkit-fill-available;
  max-width: unset; }
  .owl-3.carousel__list .guia .item__text {
    margin-top: 16px;
    font-weight: 700;
    font-size: 16px;
    color: #434343; }

.owl-3.carousel__list .owl-stage {
  display: flex;
  flex-direction: row;
  /* flex-wrap: wrap;*/ }

.collection-link {
  position: relative;
  /*width: inherit;*/
  height: inherit;
  word-break: normal; }
  .collection-link a {
    color: black; }

.item-description-layer {
  position: absolute;
  top: 0px;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  overflow: hidden;
  transition: all 0.4s ease-in-out 0s;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  padding: 16px; }
  .item-description-layer:hover {
    opacity: 1; }
  .item-description-layer p {
    text-align: left;
    color: #ffffff;
    font-weight: 600; }

.owl-nav button span {
  font-size: 32px;
  padding: 0px 19px; }

.owl-prev,
.owl-next {
  position: absolute;
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
  background-color: white !important;
  border-radius: 50px !important;
  box-shadow: 0px 4px 17px rgba(0, 0, 0, 0.1); }

.owl-prev:hover,
.owl-next:hover {
  background-color: #99255f !important; }

.owl-prev {
  left: 0rem; }

.owl-next {
  right: 0rem; }

/* MY ACCOUNT */
.account .logged {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start; }

.account .logged .nav--pills .tablink {
  padding: 16px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  color: #6c1d45; }
  .account .logged .nav--pills .tablink a {
    color: #6c1d45; }

.account .logged .nav--pills .current--panel {
  background-color: #ffffff; }

.account .logged .nav--pills {
  /*box-shadow: 0px 4px 17px rgb(0 0 0 / 10%);*/
  z-index: 3;
  background-color: #f6f6f6; }

.account .logged .tabcontent {
  width: 100%;
  min-height: 316px;
  background-color: #ffffff; }

.account .logged .tabpanel {
  padding: 16px 32px;
  animation: opac 0.8s; }

.account .logged .tabpanel li {
  padding: 8px 0px; }

.account .logged .tabpanel li {
  padding: 8px 0px; }

.account .logged .tabpanel .change--data {
  padding: 16px 0px;
  display: flex;
  flex-direction: column; }
  @media all and (min-width: 992px) {
    .account .logged .tabpanel .change--data {
      padding: 16px 0px;
      display: flex;
      flex-direction: row; } }

.account .logged .tabpanel .change--data .list-inline-item {
  margin-bottom: 16px; }
  @media all and (min-width: 992px) {
    .account .logged .tabpanel .change--data .list-inline-item {
      margin-right: 16px;
      margin-bottom: 0px; } }

@keyframes opac {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

/* MY ACCOUNT */
.carro20 {
  margin-bottom: 40px;
  padding: 0px 16px;
  position: relative;
  top: 24px;
  /* STEPS */
  /* STEPS */
  /* LOGIN */
  /* LOGIN */
  /* CHECKOUT */
  /* CHECKOUT */
  /* PAYMENT */
  /* PAYMENT */ }
  @media all and (min-width: 576px) {
    .carro20 {
      top: 56px; } }
  @media all and (min-width: 768px) {
    .carro20 {
      top: 0px;
      padding: 0px; } }
  .carro20 .steps {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-bottom: 1px solid #bebebe;
    margin-bottom: 40px; }
    @media all and (min-width: 576px) {
      .carro20 .steps {
        justify-content: center; } }
    .carro20 .steps li {
      position: relative;
      display: inline-block;
      flex: 25%;
      margin: 0px;
      font-size: 8px;
      padding: 8px 0px;
      text-align: center; }
      @media all and (min-width: 768px) {
        .carro20 .steps li {
          font-size: 16px;
          padding: 24px 32px; } }
      .carro20 .steps li a {
        color: #434343;
        width: 100%;
        text-decoration: none; }
      .carro20 .steps li.active {
        color: #6c1d45;
        font-weight: 700;
        border-bottom: 2px solid #6c1d45; }
      .carro20 .steps li.check {
        color: #6c1d45;
        border-bottom: 2px solid #6c1d45; }
        .carro20 .steps li.check a {
          color: #6c1d45;
          width: 100%;
          text-decoration: none; }
  .carro20 .cart__grid {
    display: grid;
    grid-template-columns: 1fr;
    column-gap: 32px;
    padding: 0px 24px; }
    @media all and (min-width: 768px) {
      .carro20 .cart__grid {
        grid-template-columns: 3fr 2fr;
        column-gap: 32px; } }
  .carro20 button {
    margin-top: 40px;
    float: right; }
  .carro20 h2 {
    margin-bottom: 24px;
    align-self: flex-start; }
  .carro20 .form {
    padding: 16px 0px;
    width: 100%; }
    .carro20 .form ul {
      padding-left: 0px; }
    .carro20 .form li {
      padding: 24px;
      background-color: #ffffff;
      border-radius: 6px;
      box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
      margin-bottom: 24px;
      display: flex;
      flex-direction: row;
      justify-content: flex-start;
      align-items: center;
      column-gap: 24px; }
      .carro20 .form li input {
        margin-right: 16px; }
    .carro20 .form .form--group {
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      align-items: flex-start;
      margin-bottom: 16px; }
      .carro20 .form .form--group label {
        margin-bottom: 8px; }
    .carro20 .form .password--form {
      position: relative; }
    .carro20 .form .password--icon {
      position: absolute;
      z-index: 2;
      right: 16px;
      top: 8px; }
  .carro20 .login {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto; }
    .carro20 .login .form {
      width: 100%; }
      .carro20 .login .form .form--group .form--control {
        width: 100%; }
      .carro20 .login .form .form--group .password--form {
        width: 100%; }
      .carro20 .login .form button {
        width: 100%;
        margin-bottom: 16px; }
    .carro20 .login .forgot--password--link {
      margin-bottom: 16px; }
    .carro20 .login .btn--secondary {
      width: 100%;
      margin-bottom: 40px;
      color: #6c1d45; }
  .carro20 .checkout .title-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px; }
    .carro20 .checkout .title-container h2 {
      margin-bottom: 0px; }
  .carro20 .checkout .address .form {
    padding-top: 0px; }
  .carro20 .checkout .new--address {
    color: #6c1d45;
    text-decoration: underline; }
    .carro20 .checkout .new--address:hover {
      color: #ddbbcf; }
  .carro20 .checkout .form ul {
    margin-bottom: 24px; }
    .carro20 .checkout .form ul li {
      justify-content: space-between; }
      .carro20 .checkout .form ul li div:nth-child(1) {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center; }
      .carro20 .checkout .form ul li .edit {
        display: flex;
        flex-direction: column;
        justify-content: flex-start; }
        .carro20 .checkout .form ul li .edit .icon {
          margin-right: 8px; }
  .carro20 .checkout .billing {
    padding-top: 40px; }
  .carro20 .payment .form .payment--button {
    width: 100%;
    margin-top: 40px;
    display: flex;
    flex-direction: column; }
    @media all and (min-width: 768px) {
      .carro20 .payment .form .payment--button {
        flex-direction: row;
        align-items: center;
        float: right;
        margin-left: 40px; } }
    .carro20 .payment .form .payment--button span {
      background-color: #ddbbcf;
      padding: 12px;
      width: 100%;
      text-align: center; }
      .carro20 .payment .form .payment--button span h3 {
        display: inline-block;
        color: #434343; }
    .carro20 .payment .form .payment--button button {
      margin-top: 16px; }
      @media all and (min-width: 768px) {
        .carro20 .payment .form .payment--button button {
          margin-top: 0px;
          margin-left: 16px; } }
  .carro20 .payment .comments {
    width: 100%;
    max-width: unset; }
  .carro20 .payment .form li label {
    padding-left: 8px; }
  .carro20 .payment .form--coupon input {
    margin: 12px 16px 12px 0px; }
  .carro20 .payment textarea.form--control {
    margin: 8px 0px 24px 0px;
    min-width: 300px;
    min-height: 100px;
    padding: 16px;
    border-radius: 6px;
    max-width: 100%; }

/* MODAL AJAX CART */
.modal-content .cart--buttons {
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center; }

.modal-content .cart--buttons .btn--secondary {
  margin-bottom: 16px; }

.cart--modal {
  background-color: #07070767; }

.fade {
  transition: opacity .15s linear; }

.modal.fade .modal-dialog {
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(-50%, -50%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out; }

.modal-dialog {
  margin: 0px;
  width: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); }

.modal-content {
  width: 89vw;
  margin: 16px;
  padding: 16px;
  position: relative;
  max-height: 75vh;
  height: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: .3rem;
  outline: 0;
  overflow-y: scroll; }

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }

/* MODAL AJAX CART */
/* SHOP RESUME */
.delete-ic {
  height: 24px; }

.cart__list {
  width: 100%;
  background-color: inherit; }

.cart__img {
  width: 64px; }

.cart__item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  border-bottom: 1px solid #ddbbcf;
  padding: 16px 0px; }

.cart__info {
  padding-left: 16px;
  width: 100%; }
  .cart__info .cart__form {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    padding-top: 8px; }
    .cart__info .cart__form form {
      display: flex;
      flex-direction: row;
      justify-content: flex-start;
      width: unset; }
      .cart__info .cart__form form button {
        border: none;
        background-color: inherit;
        margin-top: 0px; }
      .cart__info .cart__form form fieldset {
        padding: 0px; }
    .cart__info .cart__form .form--control {
      width: 48px;
      padding: 8px; }

.cart--total {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0px; }

.cart--total:not(:last-child) {
  border-bottom: 1px solid #646464; }

.cart--iva {
  margin-top: 56px;
  background-color: #f8f8f8;
  border-radius: 6px;
  padding: 24px; }

.coupon {
  position: relative;
  width: 100%;
  margin: 40px 0px 24px 0px;
  background-color: #ffffff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  color: #e7e7e7; }
  @media all and (min-width: 768px) {
    .coupon {
      margin: 78px 0px 24px 0px; } }
  .coupon .banda {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #6c1d45;
    height: auto;
    width: 48px;
    padding: 16px; }
    @media all and (min-width: 768px) {
      .coupon .banda {
        width: 80px; } }
  .coupon h3 {
    color: #ffffff;
    font-weight: 700;
    transform: rotate(270deg); }
  .coupon .form {
    padding: 24px 32px; }
  .coupon .form--coupon {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center; }
    .coupon .form--coupon input {
      background-color: inherit;
      border: 2px dotted #bdbdbd;
      color: #434343;
      margin-top: 16px;
      max-width: 200px; }
      @media all and (min-width: 768px) {
        .coupon .form--coupon input {
          max-width: unset; } }
  .coupon .btn {
    margin-top: 16px; }

/* SHOP RESUME */
/* FORGOT PASSWORD */
.carro20 .forgot--password {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto; }

.carro20 .forgot--password .form {
  width: 100%; }

.carro20 .forgot--password .form--group .form--control {
  width: 100%; }

.carro20 .forgot--password .form button {
  width: 100%;
  margin-top: 0px; }

/* FORGOT PASSWORD */
/* NEW CUSTOMER */
.new--customer .form .form--group.billing {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center; }

.new--customer .form .form--group.billing input {
  margin-right: 16px; }

.new--customer .form .form--group .form--control {
  width: 100%;
  background-color: #ffffff; }

.new--customer .form .form--group .password--form {
  width: 100%; }

/* NEW CUSTOMER */
/* CART FORM SECTIONS */
.carro20 .form--section {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto; }

.form--section .form .form--group .form--control {
  width: 100%; }

.form--section .form button {
  width: 100%; }

/* CART FORM SECTIONS */
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .modal-content .cart--buttons {
    flex-direction: row;
    column-gap: 16px; }
  .modal-content .cart--buttons .btn--secondary {
    margin-bottom: 0px; } }

/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {
  .modal-content {
    width: 100%;
    margin: 0px; }
  .cart--iva {
    margin-top: 0px; } }

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .new-costumer-container {
    flex-direction: row; } }
