@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: 0.35em 0.75em 0.625em; }

/**
   * 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: #434343;
  text-decoration: none; }
  a:hover {
    color: #434343;
    text-decoration: underline; }

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;
  min-height: 100vh;
  position: relative; }
  @media all and (min-width: 992px) {
    body {
      margin: 58px;
      border: 2px solid #434343; } }
  body main {
    min-height: 100vh; }

.chess {
  display: none; }
  @media all and (min-width: 992px) {
    .chess__top {
      position: absolute;
      top: -42px;
      width: 100%;
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: space-around; }
      .chess__top span {
        transform: rotate(180deg); }
    .chess__right {
      position: absolute;
      right: -34px;
      height: 100%;
      display: flex;
      flex-direction: column;
      flex-wrap: nowrap;
      justify-content: space-around; }
      .chess__right span {
        transform: rotate(180deg); }
    .chess__bottom {
      position: absolute;
      bottom: -42px;
      width: 100%;
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: space-around; }
    .chess__left {
      position: absolute;
      left: -34px;
      height: 100%;
      display: flex;
      flex-direction: column;
      flex-wrap: nowrap;
      justify-content: space-around; } }

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

.wrapper {
  margin-right: auto;
  margin-left: auto;
  padding: 0px;
  width: 100%;
  max-width: 2000px;
  /*
  @include m {
    padding: 0px 24px;
  }
  @include l {
    padding: 0 56px;
  }
  */ }

.current {
  font-weight: 700; }
  .current a {
    color: #ca2208; }

.grey {
  background-color: #f6f6f6; }

.form--control {
  padding: 8px 16px;
  border-radius: 6px;
  width: 100%;
  margin: 16px 0px; }

fieldset {
  padding: 0px; }

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

/* FONTS */
h1 {
  font-size: 32px;
  color: #ca2208;
  margin: 0px;
  grid-column: span 8;
  width: 100%;
  padding: 16px; }
  @media all and (min-width: 992px) {
    h1 {
      font-size: 40px;
      padding: 16px 40px; } }

h2 {
  font-size: 24px;
  font-weight: 700;
  color: #ca2208; }

h3 {
  font-size: 20px;
  font-weight: 400;
  color: #ca2208; }

h4 {
  font-size: 12px;
  font-weight: 400;
  color: #434343; }

p {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 0px;
  color: #434343; }

/* FONTS */
/* BUTTONS */
.btn {
  width: 100%;
  padding: 24px; }
  .btn--terciary {
    background-color: inherit;
    color: #434343;
    border-radius: 0px;
    border: none;
    border-top: 2px solid #e7978b; }
    .btn--terciary:hover {
      background-color: #ca2208;
      color: #ffffff; }
  .btn--secondary {
    background-color: inherit;
    background-color: #ffffff;
    color: #434343;
    border-radius: 0px;
    border: 2px solid #e7978b; }
    .btn--secondary:hover {
      background-color: #e7978b;
      border: 2px solid #e7978b;
      text-decoration: none; }
      .btn--secondary:hover p {
        color: #ffffff; }
  .btn--primary {
    background-color: #ca2208;
    color: #ffffff;
    border: none;
    border-radius: 0px; }
    .btn--primary:hover {
      background-color: #e7978b; }

/* BUTTONS */
/* HEADER */
.sticky {
  position: fixed;
  top: 0;
  width: 100%; }
  @media all and (min-width: 992px) {
    .sticky {
      width: calc(100% - 120px); } }

.sticky.main {
  padding-top: 168px;
  position: unset;
  width: unset; }

.sticky.footer {
  /* padding-top: 168px; */
  position: unset;
  width: unset; }

.header {
  z-index: 100;
  background-color: #ffffff;
  /* DESPLEGABLES HEADER */
  /* DESPLEGABLES HEADER */
  /* Large devices (desktops, 992px and up) */ }
  .header .menu {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    height: 100%;
    /*padding: 0px 24px;*/ }
    @media all and (min-width: 992px) {
      .header .menu {
        flex-direction: column-reverse;
        /* padding: 0px 56px;*/ } }
    .header .menu__list {
      display: none; }
      @media all and (min-width: 992px) {
        .header .menu__list {
          display: flex;
          flex-direction: row;
          justify-content: space-around;
          width: 100%;
          position: static;
          margin-bottom: 0px;
          border-top: 2px solid #e7978b;
          border-bottom: 2px solid #e7978b; } }
      @media all and (min-width: 992px) {
        .header .menu__list ul {
          display: flex;
          flex-direction: row;
          justify-content: space-between;
          width: 100%; } }
      .header .menu__list.list__active {
        position: fixed;
        top: 0px;
        left: 0px;
        padding-top: 16px;
        width: 100vw;
        height: 100vh;
        overflow-y: scroll;
        z-index: 3;
        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: #ca2208;
          font-weight: 700;
          font-size: 24px;
          text-transform: capitalize; }
        .header .menu__list.list__active li {
          padding: 24px;
          width: 100%;
          border-bottom: 2px solid #e7978b; }
        .header .menu__list.list__active .close {
          padding: 0px 24px 24px 24px;
          width: 100%; }
    .header .menu #cart_header a {
      position: relative; }
      .header .menu #cart_header a .length {
        width: 16px;
        height: 16px;
        font-size: 10px;
        position: absolute;
        background-color: #ca2208;
        color: white;
        border-radius: 50px;
        right: -4px;
        top: -4px;
        text-align: center; }
        @media all and (min-width: 768px) {
          .header .menu #cart_header a .length {
            font-size: 16px;
            width: 24px;
            height: 24px; } }
    .header .menu__item {
      padding: 8px;
      /* BASE CART */
      /* BASE CART */ }
      .header .menu__item a {
        font-size: 18px; }
      @media all and (min-width: 992px) {
        .header .menu__item {
          padding: 16px 24px; } }
      .header .menu__item .menu_collapsible {
        display: none;
        position: absolute;
        z-index: 100;
        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: 106px; } }
      .header .menu__item #cart_content {
        display: none;
        z-index: 100;
        background-color: #ffffff;
        color: #ffffff;
        height: 100vh;
        top: 0px;
        left: 0px;
        text-align: left;
        padding: 0px; }
        @media all and (min-width: 768px) {
          .header .menu__item #cart_content {
            background-color: rgba(0, 0, 0, 0.5);
            top: 106px;
            height: 97vh; } }
        .header .menu__item #cart_content .close {
          padding: 16px; }
        .header .menu__item #cart_content .cart__list {
          width: 100%;
          height: 88%;
          overflow-y: scroll;
          max-width: 450px;
          background-color: #ffffff;
          display: flex;
          flex-direction: column;
          margin-right: unset;
          padding: 24px; }
          @media all and (min-width: 992px) {
            .header .menu__item #cart_content .cart__list {
              height: 91%; } }
          .header .menu__item #cart_content .cart__list .btn {
            display: block; }
          .header .menu__item #cart_content .cart__list .cart__item {
            width: 100%;
            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: 80px; }
          .header .menu__item #cart_content .cart__list .btn--primary {
            margin-top: 24px;
            margin-bottom: 24px; }
          .header .menu__item #cart_content .cart__list .pvp {
            color: #ca2208; }
      .header .menu__item.desplegable {
        position: relative; }
        .header .menu__item.desplegable .collapsible {
          display: none;
          position: absolute;
          background-color: white;
          padding: 24px;
          border: 2px solid #e7978b;
          flex-direction: column;
          width: unset;
          min-width: 226px;
          top: 56px;
          z-index: 99; }
          .header .menu__item.desplegable .collapsible li {
            padding: 8px 0px; }
      .header .menu__item a.current {
        font-weight: 700;
        color: #ca2208; }
      .header .menu__item .form-input-group {
        position: relative;
        margin-bottom: 16px; }
      .header .menu__item .form--control.form-search {
        border-radius: 6px;
        width: 100%;
        max-width: 500px; }
      .header .menu__item .search-button {
        position: absolute;
        background-color: inherit;
        border: none;
        right: 16px;
        top: 22px; }
      .header .menu__item .menu-icon {
        height: 24px;
        width: auto; }
      .header .menu__item .advanced-search {
        padding-left: 16px; }
      .header .menu__item .search--form {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap; }
      .header .menu__item #user_content {
        top: 106px; }
        .header .menu__item #user_content .user--form {
          max-width: 450px;
          margin-left: auto;
          margin-right: auto;
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center; }
          .header .menu__item #user_content .user--form .form--control {
            margin-bottom: 8px; }
        .header .menu__item #user_content .register {
          max-width: 450px;
          margin-left: auto;
          margin-right: auto; }
        .header .menu__item #user_content .user--logged {
          width: 100%;
          display: flex;
          flex-direction: column; }
          @media all and (min-width: 768px) {
            .header .menu__item #user_content .user--logged {
              flex-direction: row;
              justify-content: center;
              align-items: center;
              flex-wrap: wrap; } }
          .header .menu__item #user_content .user--logged li a {
            width: 280px; }
          .header .menu__item #user_content .user--logged li:not(:last-child) {
            margin-bottom: 16px; }
            @media all and (min-width: 768px) {
              .header .menu__item #user_content .user--logged li:not(:last-child) {
                margin-bottom: 0px;
                margin-right: 16px; } }
    .header .menu__utils {
      width: 100%;
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
      padding: 16px 0px; }
      @media all and (min-width: 768px) {
        .header .menu__utils .logo {
          position: relative;
          left: 36px; } }
      .header .menu__utils .logo__img {
        max-width: 100px; }
        @media all and (min-width: 768px) {
          .header .menu__utils .logo__img {
            max-width: 216px; } }
      .header .menu__utils :nth-child(3) {
        display: flex;
        flex-direction: row;
        align-items: center; }
    .header .menu__icon {
      width: auto;
      height: 24px; }
      @media all and (min-width: 768px) {
        .header .menu__icon {
          height: 40px; } }
  .header #search_content {
    padding-bottom: 24px; }
  .header #search_content .wrapper, .header #user_content .wrapper {
    margin: 0px auto 0px auto;
    width: 100%; }
  @media (min-width: 992px) {
    .header {
      /* HEADER */
      /* DESPLEGABLES HEADER */
      /* DESPLEGABLES HEADER */
      /* HEADER */ }
      .header #search_content, .header #user_content, .header #cart_content {
        display: none;
        padding-bottom: 24px;
        border-bottom: none;
        left: 0px; }
      .header .menu__item .user_header--mobile {
        display: none; }
      .header .menu__item .form-input-group {
        position: relative;
        margin-bottom: 0px; }
      .header .menu__item .form--control.form-search {
        border-radius: 6px; }
      .header .menu__item .search-button {
        position: absolute;
        background-color: inherit;
        border: none;
        right: 16px;
        top: 22px; }
      .header .menu__item .menu-icon {
        height: 24px;
        width: auto; }
      .header .menu__item .advanced-search {
        padding-left: 16px; }
      .header .menu__item .user--form .form--control {
        /*margin-bottom: 0px;*/ } }

.footer {
  text-align: center; }
  .footer__menu {
    background-color: #ca2208; }
    .footer__menu .item {
      padding: 0px 24px; }
      .footer__menu .item a {
        color: white; }
  .footer .menu {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 16px;
    padding-bottom: 16px; }
    @media all and (min-width: 768px) {
      .footer .menu {
        text-align: left;
        flex-direction: row;
        justify-content: space-between; } }
    .footer .menu__item {
      padding: 24px 24px 32px 24px; }
      @media all and (min-width: 768px) {
        .footer .menu__item {
          padding: 40px;
          width: 25%;
          padding-bottom: 0px; } }
      .footer .menu__item .methods {
        display: flex;
        flex-direction: row;
        justify-content: space-between; }
        .footer .menu__item .methods img {
          width: 72px;
          height: auto; }
      .footer .menu__item img {
        width: 100%;
        max-width: 340px;
        margin-top: 16px; }
      .footer .menu__item .form--control {
        margin: 16px 0px; }
      .footer .menu__item .social {
        display: flex;
        flex-direction: row; }
        .footer .menu__item .social img {
          margin-right: 16px;
          width: 40px;
          height: auto; }

.hero {
  height: 280px;
  background-size: cover; }
  @media all and (min-width: 768px) {
    .hero {
      height: 416px; } }
  .hero .wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-left: unset;
    margin-right: unset;
    padding: 24px; }
    @media all and (min-width: 768px) {
      .hero .wrapper {
        height: 100%;} }
    .hero .wrapper h2 {
      color: white;
      font-size: 24px; }
      @media all and (min-width: 768px) {
        .hero .wrapper h2 {
          font-size: 40px;
          font-weight: 700; } }
    .hero .wrapper h3 {
      color: white;
      font-size: 16px; }
      @media all and (min-width: 768px) {
        .hero .wrapper h3 {
          font-size: 32px;
          font-weight: 300; } }
}

.hero .banners img {
}
@media (min-width: 300px) {
      .hero .banners img {
        height: 160px;
        width:auto !important;
      }
}
@media  (min-width: 500px) {
      .hero .banners img {
        height: 200px;
        width:auto;
      }
}
@media  (min-width: 800px) {
      .hero .banners img {
        height: 300px;
        width:auto;
      }
}
@media  (min-width: 1280px) {
      .hero .banners img {
        height: 400px;
        width:auto;
      }
}
.home__section {
  padding: 24px;
  grid-column: span 8;
  border-top: 2px solid #e7978b; }
  @media all and (min-width: 768px) {
    .home__section {
      padding: 0px;
      display: flex;
      flex-direction: row;
      justify-content: space-around;
      flex-wrap: wrap; } }
  .home__section article {
    padding: 24px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-top: 2px solid #e7978b; }
    @media all and (min-width: 768px) {
      .home__section article {
        padding: 40px;
        width: 25%;
        border-top: none; }
        .home__section article:not(:last-child) {
          border-right: 2px solid #e7978b; } }
    .home__section article .tag {
      margin-top: 0px;
      color: #434343; }
    .home__section article .img__container {
      width: 100%;
      margin-bottom: 16px;
      max-height: 210px;
      overflow: hidden; }
      .home__section article .img__container img {
        width: inherit; }
    .home__section article a {
      display: block;
      margin-top: 40px; }
  .home__section.links {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0px; }
    @media all and (min-width: 768px) {
      .home__section.links {
        border-top: none; } }
    .home__section.links .link {
      width: 50%;
      padding: 24px 8px;
      text-align: center;
      display: flex;
      flex-direction: column;
      justify-content: space-around;
      align-items: center;
      border-top: 2px solid #e7978b; }
      .home__section.links .link:nth-child(odd) {
        border-right: 2px solid #e7978b; }
      @media all and (min-width: 768px) {
        .home__section.links .link {
          padding: 24px 40px;
          width: 25%;
          border-top: none; }
          .home__section.links .link:not(:last-child) {
            border-right: 2px solid #e7978b; } }
      .home__section.links .link img {
        width: 48px;
        margin-top: 24px; }
  .home__section .video {
    padding-bottom: 24px;
    text-align: center; }
    @media all and (min-width: 768px) {
      .home__section .video {
        padding: 40px;
        width: 50%;
        border-top: none; }
        .home__section .video:not(:last-child) {
          border-right: 2px solid #e7978b; } }
    .home__section .video video {
      width: 100%;
      max-width: 100%;
      margin: 24px 0px; }
    .home__section .video .btn {
      display: block;
      margin-top: 24px; }
  .home__section .banners {
    overflow: hidden; }
    @media all and (min-width: 768px) {
      .home__section .banners {
        width: 75%; } }
    .home__section .banners img {
      width: 100%;
      height: auto;
      max-height: 400px; }
  .home__section .newsletter {
    padding: 24px; }
    @media all and (min-width: 768px) {
      .home__section .newsletter {
        padding: 40px;
        width: 25%;
        border-right: 2px solid #e7978b; } }
    .home__section .newsletter .form--control {
      margin: 16px 0px; }
  .home__section .home__title {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 24px; }
    @media all and (min-width: 768px) {
      .home__section .home__title {
        padding: 24px 40px; } }
    .home__section .home__title a {
      display: flex;
      flex-direction: row;
      align-items: center;
      gap: 16px; }
      .home__section .home__title a h4 {
        margin-bottom: 0px; }

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

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

/* NOVEDAD Y OFERTA */
.tags {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  row-gap: 16px;
  right: 8px;
  top: 8px;
  z-index: 2; }
  .tags #new-icon {
    width: 56px;
    max-width: 56px;
    height: auto;
    display: block;
    margin-bottom: 0px; }
  .tags #offer-icon {
    width: 64px;
    max-width: 64px;
    height: 64px;
    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 */
/* ITEM PORTADA */
.catalog__list {
  grid-column: span 8;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }
  .catalog__list .item {
    position: relative;
    width: 50%;
    padding: 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    background-color: #ffffff;
    border-top: 2px solid #e7978b; }
    .catalog__list .item:not(:nth-child(2n)) {
      border-right: 2px solid #e7978b; }
    @media all and (min-width: 768px) {
      .catalog__list .item {
        padding: 40px; } }
    @media all and (min-width: 992px) {
      .catalog__list .item {
        width: 33.3%; }
        .catalog__list .item:not(:nth-child(3n)) {
          border-right: 2px solid #e7978b; } }
    .catalog__list .item .img-container {
      display: block;
      width: 100%;
      text-align: center; }
      .catalog__list .item .img-container .item__img {
        width: 146px;
        height: auto;
        margin-bottom: 16px; }
        @media all and (min-width: 768px) {
          .catalog__list .item .img-container .item__img {
            width: auto;
            max-height: 286px;
            max-width: 100%; } }
    .catalog__list .item__text {
      width: 100%; }
      .catalog__list .item__text--title {
        font-weight: 700;
        color: var(--color-main);
        font-size: 16px;
        margin-bottom: 16px; }
      .catalog__list .item__text--subtitle {
        color: #434343;
        font-size: 14px; }
      .catalog__list .item__text--author a {
        color: var(--color-terciary-dark);
        font-size: 14px; }
      .catalog__list .item__text--pvp {
        color: var(--color-main); }
    .catalog__list .item form {
      width: 100%; }
    .catalog__list .item .btn {
      width: 100%; }

@media all and (min-width: 768px) {
  .home__list {
    grid-column: span 8;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; } }

.home__list .item {
  position: relative;
  width: 100%;
  padding: 24px 0px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  background-color: #ffffff;
  border-top: 2px solid #e7978b; }
  @media all and (min-width: 768px) {
    .home__list .item {
      padding: 40px;
      width: 50%; }
      .home__list .item:not(:last-child) {
        border-right: 2px solid #e7978b; } }
  @media all and (min-width: 992px) {
    .home__list .item {
      width: 25%; } }
  .home__list .item .img-container {
    display: block;
    width: 100%;
    text-align: center; }
    .home__list .item .img-container img {
      width: 146px;
      height: auto;
      margin-bottom: 16px; }
      @media all and (min-width: 768px) {
        .home__list .item .img-container img {
          width: auto;
          max-height: 286px;
          max-width: 100%; } }
  .home__list .item__text {
    width: 100%; }
    .home__list .item__text--title {
      font-weight: 700;
      color: var(--color-main);
      font-size: 16px;
      margin-bottom: 16px; }
    .home__list .item__text--subtitle {
      color: #434343;
      font-size: 14px; }
    .home__list .item__text--author a {
      color: var(--color-terciary-dark);
      font-size: 14px; }
    .home__list .item__text--pvp {
      color: var(--color-main); }
  .home__list .item form {
    width: 100%; }
  .home__list .item .btn {
    width: 100%; }

/* ITEM PORTADA */
/* CATÁLOGOS (LIBROS, OBJETOS, MATERIAS, AUTORES, EDITORIALES, ETC */
.catalog .home__section .link:hover {
  background-color: #ca2208; }
  .catalog .home__section .link:hover h2 {
    color: white; }

.catalog aside {
  grid-column: span 2; }
  @media all and (min-width: 768px) {
    .catalog aside {
      border-right: 2px solid #e7978b; } }
  .catalog aside .search--section .advanced--search_content {
    display: none; }
    @media all and (min-width: 768px) {
      .catalog aside .search--section .advanced--search_content {
        display: block; } }
  .catalog aside .search--section .advanced--search--img {
    margin-left: 8px; }
  .catalog aside .search--section h2 {
    margin-bottom: 16px; }
    @media all and (min-width: 992px) {
      .catalog aside .search--section h2 {
        display: flex;
        flex-direction: row; } }
  .catalog aside .search--section .advanced--search--fieldset .form--control {
    width: 100%; }
  .catalog aside .search--section .advanced--search--fieldset .form--group {
    margin-bottom: 16px; }
    .catalog aside .search--section .advanced--search--fieldset .form--group .btn:not(:last-child) {
      margin-bottom: 16px; }
  .catalog aside .materias--section {
    /* padding: 24px 40px;*/
    display: none;
    border-top: 2px solid #e7978b; }
    .catalog aside .materias--section .materias--title {
      padding: 24px 40px; }
    @media all and (min-width: 992px) {
      .catalog aside .materias--section {
        display: block; } }
    .catalog aside .materias--section .materias--item {
      position: relative;
      border-bottom: 1px solid #eeecee; }
      .catalog aside .materias--section .materias--item p {
        margin-bottom: 0px; }
      .catalog aside .materias--section .materias--item a {
        width: 100%;
        padding: 16px 40px; }
      .catalog aside .materias--section .materias--item a:hover {
        color: var(--color-main-medium); }
    .catalog aside .materias--section .submaterias {
      position: absolute;
      background: #fff none repeat scroll 0 0;
      border: 2px solid #e7978b;
      left: 100%;
      padding: 24px 20px 20px;
      top: 0;
      z-index: 15;
      opacity: 100%;
      overflow: hidden;
      -webkit-transition: all .3s ease 0s;
      transition: all .3s ease 0s;
      box-shadow: rgba(0, 0, 0, 0.15) 3.4px 3.4px 6.2px; }
      .catalog aside .materias--section .submaterias ul {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 5rem;
        -moz-column-gap: 5rem;
        column-gap: 5rem; }
        .catalog aside .materias--section .submaterias ul li {
          -webkit-column-break-inside: avoid;
          -moz-column-break-inside: avoid;
          -moz-page-break-inside: avoid;
          page-break-inside: avoid;
          break-inside: avoid-column;
          border-bottom: 1px solid #eeecee; }
          .catalog aside .materias--section .submaterias ul li .link {
            display: block;
            padding: 16px; }

.catalog .result {
  grid-column: span 6; }

.catalog__index {
  display: flex;
  flex-direction: column; }
  @media all and (min-width: 768px) {
    .catalog__index {
      flex-direction: row;
      flex-wrap: wrap;
      align-items: center;
      grid-column: span 8; } }

.catalog .index--item {
  width: 100%;
  padding: 8px 16px;
  position: relative;
  border-top: 2px solid #e7978b; }
  @media all and (min-width: 768px) {
    .catalog .index--item {
      padding: 24px 40px;
      width: 50%; }
      .catalog .index--item:not(:last-child) {
        border-right: 2px solid #e7978b; }
      .catalog .index--item.search--section {
        width: 100%;
        border-right: none; }
      .catalog .index--item.materias--section {
        width: 100%;
        border-right: none; } }
  .catalog .index--item a {
    color: #434343;
    font-size: 16px;
    text-decoration-line: none; }
  .catalog .index--item a .menu-icon {
    float: right; }
  .catalog .index--item .collapsible {
    display: none;
    padding-top: 24px; }
    @media all and (min-width: 768px) {
      .catalog .index--item .collapsible {
        display: block; } }

.catalog .clearfix {
  display: none; }
  @media all and (min-width: 768px) {
    .catalog .clearfix {
      border-top: 2px solid #e7978b;
      display: block;
      padding: 24px 40px; } }
  .catalog .clearfix .submaterias {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    column-count: 4;
    column-gap: 5rem;
    row-gap: 16px; }

.catalog .order--section .fieldset {
  text-align: right; }
  .catalog .order--section .fieldset .select {
    border: none;
    width: 100%;
    background-color: inherit;
    font-size: 16px;
    color: #434343;
    -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; }

.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: 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 {
    padding: 0px 6px;
    color: var(--color-main); }

.catalog .btn__comprar--form {
  margin-top: 16px;
  width: 100%; }

.verde {
  color: green; }

.rojo {
  color: red; }

.naranja {
  color: orange; }

.noresult {
  padding: 8px 16px; }
  @media all and (min-width: 768px) {
    .noresult {
      padding: 24px 40px; } }

/* CATÁLOGOS (LIBROS, OBJETOS, MATERIAS, AUTORES, EDITORIALES, ETC */
/* NOTICIAS */

.fichaNoticia img {
    max-width:100% !important;
    height:auto !important;
  }


.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 */
/* FLATPAGES */
.flatpage .text {
  margin: 40px; }

/* FLATPAGES */
.social {
  margin-top: 40px; }
  .social .social__list {
    display: flex;
    margin-top: 16px; }
    .social .social__list .facebook {
      margin-right: 16px; }

.carousel__item {
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center; }
  @media all and (min-width: 768px) {
    .carousel__item {
      padding: 40px; } }
  .carousel__item img {
    max-height: 260px;
    width: auto; }

/* BOOK DETAIL */
.detail {
  width: 100%; }
  .detail h1 {
    padding: 0px;
    padding-bottom: 24px;
    border-bottom: 2px solid #e7978b;
    border-top: none; }
  .detail .img__container {
    position: relative; }
    .detail .img__container .img {
      width: 100%;
      margin-bottom: 16px; }
    .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 .author {
    color: #6d6c6c;
    margin-top: 40px; }
  .detail .rating {
    text-align: center; }
    @media all and (min-width: 768px) {
      .detail .rating {
        text-align: left; } }
    .detail .rating img {
      width: 148px;
      height: auto;
      margin-right: 8px; }
  .detail__img {
    padding: 24px; }
    @media all and (min-width: 768px) {
      .detail__img {
        border-right: 2px solid #e7978b;
        padding: 40px; } }
  .detail__info {
    padding: 24px; }
    @media all and (min-width: 768px) {
      .detail__info {
        border-right: 2px solid #e7978b;
        grid-column: span 2;
        padding: 40px; } }
  .detail__aside {
    padding: 24px;
    background-color: #f6f6f6; }
    @media all and (min-width: 768px) {
      .detail__aside {
        padding: 40px; } }
    .detail__aside .buy--product {
      margin: 40px 0px; }
    .detail__aside .buy--product.mobile {
      margin: 0px 0px 40px 0px; }
    .detail__aside .buy--product h2 {
      padding-top: 24px; }
    .detail__aside .ebook {
      margin-top: 40px;
      padding-top: 40px;
      border-top: 2px solid #e7978b; }
  .detail .datasheet {
    padding: 24px;
    background-color: #f6f6f6;
    width: fit-content; }
    .detail .datasheet .title {
      padding-bottom: 12px; }
    .detail .datasheet .item {
      padding: 4px 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; }

/* 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 var(--color-main);
    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 #e7978b; }
  .infotabs .tabcontent {
    width: 100%;
    background-color: white;
    margin-bottom: 40px;
    padding: 16px 24px; }
  .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 {
  position: relative;
  max-width: 600px;
  margin: 0 auto;
  overflow: hidden;

  .img-main {
    display: block;
    max-width: 100%;
    height: auto;
  }

  .img-zoomed {
    position: absolute;
    opacity: 0;
    left: 100%;
    top: 100%;
    transform: translate(50%, 50%);
    transition: opacity .5s linear;
    cursor: pointer;
  }
}

.img-zoom:hover .img-zoomed {
  opacity: 1;
}

*/
.img-zoom {
  max-width: 600px; }

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

/* IMG ZOOM */
/* ARTÍCULOS */
/* 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: #ca2208; }

.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;
  /* STEPS */
  /* STEPS */
  /* LOGIN */
  /* LOGIN */
  /* CHECKOUT */
  /* CHECKOUT */
  /* PAYMENT */
  /* PAYMENT */ }
  @media all and (min-width: 992px) {
    .carro20 {
      padding: 0px; } }
  .carro20 .steps {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-bottom: 1px solid #d8d8d8;
    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: #ca2208;
        font-weight: 700;
        border-bottom: 2px solid #ca2208; }
      .carro20 .steps li.check {
        color: #ca2208;
        border-bottom: 2px solid #ca2208; }
  .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: 22px; }
  .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; }
  .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: #ca2208; }
    .carro20 .checkout .new--address:hover {
      color: #e7978b; }
  .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;
    align-items: center;
    float: right;
    margin-left: 40px; }
    .carro20 .payment .form .payment--button span {
      background-color: #e7978b;
      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: 0px;
      margin-left: 16px; }
  .carro20 .payment .comments {
    width: 100%;
    max-width: unset; }
  .carro20 .payment .comments textarea {
    width: 100%; }
  .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; }

/* 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: 32px; }

.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 #e7978b;
  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;
  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--control {
  width: 56px;
  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: 48px 0px 24px 0px;
  background-color: #ffffff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 10px;
  overflow: hidden;
  display: flex; }
  .coupon .banda {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #e7978b;
    height: auto;
    width: 80px;
    padding: 16px; }
  .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: #ffffff;
      margin-top: 16px; }
  .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; } }

.flatpage {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto; }
  .flatpage .title {
    column-gap: 40px;
    border-top: none;
    border-bottom: 2px solid #e7978b;
    text-align: center; }
  .flatpage .home__section {
    display: block; }
    .flatpage .home__section .img-container {
      width: 50%;
      display: flex;
      flex-direction: column;
      align-items: center; }
      .flatpage .home__section .img-container img {
        padding: 32px 16px;
        max-width: 450px;
        text-align: center;
        height: auto; }
    .flatpage .home__section ul {
      padding: 0px 40px; }
      .flatpage .home__section ul li {
        list-style-type: circle; }
    .flatpage .home__section .quote {
      text-align: right; }
    .flatpage .home__section .team {
      width: 50%;
      padding: 32px 16px; }
    .flatpage .home__section .gallery {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: center;
      width: 100%;
      border-top: 2px solid #e7978b; }
      .flatpage .home__section .gallery img {
        padding: 32px 16px;
        height: auto;
        width: 33.3%; }
  .flatpage .info {
    width: 100%;
    padding: 40px; }
    .flatpage .info.ambit {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: space-between;
      padding: 24px 0px;
      border-top: none; }
      .flatpage .info.ambit li {
        padding: 0px 8px;
        width: 50%;
        height: 160px;
        list-style-type: none; }
        @media all and (min-width: 992px) {
          .flatpage .info.ambit li {
            width: 20%; } }
        .flatpage .info.ambit li a {
          display: block;
          position: relative;
          height: inherit;
          overflow: hidden; }
          .flatpage .info.ambit li a img {
            height: 100%;
            width: auto;
            object-fit: cover; }
          .flatpage .info.ambit li a span {
            position: absolute;
            bottom: 8px;
            left: 8px;
            z-index: 10;
            color: #ffffff; }
        .flatpage .info.ambit li .overlay {
          display: block;
          position: absolute;
          top: 0px;
          left: 0px;
          width: 100%;
          height: 100%;
          background: black;
          background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 0) 65%, rgba(0, 0, 0, 0.732) 88%); }



