/* Import Swiper */
/* Import Bulma scss */
@-webkit-keyframes spinAround {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}
@keyframes spinAround {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}

.column {
  display: block;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  padding: 0.75rem;
}

.columns.is-mobile > .column.is-narrow {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.columns.is-mobile > .column.is-full {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 100%;
}

.columns.is-mobile > .column.is-three-quarters {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 75%;
}

.columns.is-mobile > .column.is-two-thirds {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 66.6666%;
}

.columns.is-mobile > .column.is-half {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 50%;
}

.columns.is-mobile > .column.is-one-third {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 33.3333%;
}

.columns.is-mobile > .column.is-one-quarter {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 25%;
}

.columns.is-mobile > .column.is-one-fifth {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 20%;
}

.columns.is-mobile > .column.is-two-fifths {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 40%;
}

.columns.is-mobile > .column.is-three-fifths {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 60%;
}

.columns.is-mobile > .column.is-four-fifths {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 80%;
}

.columns.is-mobile > .column.is-offset-three-quarters {
  margin-left: 75%;
}

.columns.is-mobile > .column.is-offset-two-thirds {
  margin-left: 66.6666%;
}

.columns.is-mobile > .column.is-offset-half {
  margin-left: 50%;
}

.columns.is-mobile > .column.is-offset-one-third {
  margin-left: 33.3333%;
}

.columns.is-mobile > .column.is-offset-one-quarter {
  margin-left: 25%;
}

.columns.is-mobile > .column.is-offset-one-fifth {
  margin-left: 20%;
}

.columns.is-mobile > .column.is-offset-two-fifths {
  margin-left: 40%;
}

.columns.is-mobile > .column.is-offset-three-fifths {
  margin-left: 60%;
}

.columns.is-mobile > .column.is-offset-four-fifths {
  margin-left: 80%;
}

.columns.is-mobile > .column.is-0 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 0%;
}

.columns.is-mobile > .column.is-offset-0 {
  margin-left: 0%;
}

.columns.is-mobile > .column.is-1 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 8.33333%;
}

.columns.is-mobile > .column.is-offset-1 {
  margin-left: 8.33333%;
}

.columns.is-mobile > .column.is-2 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 16.66667%;
}

.columns.is-mobile > .column.is-offset-2 {
  margin-left: 16.66667%;
}

.columns.is-mobile > .column.is-3 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 25%;
}

.columns.is-mobile > .column.is-offset-3 {
  margin-left: 25%;
}

.columns.is-mobile > .column.is-4 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 33.33333%;
}

.columns.is-mobile > .column.is-offset-4 {
  margin-left: 33.33333%;
}

.columns.is-mobile > .column.is-5 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 41.66667%;
}

.columns.is-mobile > .column.is-offset-5 {
  margin-left: 41.66667%;
}

.columns.is-mobile > .column.is-6 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 50%;
}

.columns.is-mobile > .column.is-offset-6 {
  margin-left: 50%;
}

.columns.is-mobile > .column.is-7 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 58.33333%;
}

.columns.is-mobile > .column.is-offset-7 {
  margin-left: 58.33333%;
}

.columns.is-mobile > .column.is-8 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 66.66667%;
}

.columns.is-mobile > .column.is-offset-8 {
  margin-left: 66.66667%;
}

.columns.is-mobile > .column.is-9 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 75%;
}

.columns.is-mobile > .column.is-offset-9 {
  margin-left: 75%;
}

.columns.is-mobile > .column.is-10 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 83.33333%;
}

.columns.is-mobile > .column.is-offset-10 {
  margin-left: 83.33333%;
}

.columns.is-mobile > .column.is-11 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 91.66667%;
}

.columns.is-mobile > .column.is-offset-11 {
  margin-left: 91.66667%;
}

.columns.is-mobile > .column.is-12 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 100%;
}

.columns.is-mobile > .column.is-offset-12 {
  margin-left: 100%;
}

@media screen and (max-width: 768px) {
  .column.is-narrow-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .column.is-full-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
  .column.is-three-quarters-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }
  .column.is-two-thirds-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.6666%;
  }
  .column.is-half-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }
  .column.is-one-third-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }
  .column.is-one-fifth-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 20%;
  }
  .column.is-two-fifths-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 40%;
  }
  .column.is-three-fifths-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 60%;
  }
  .column.is-four-fifths-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters-mobile {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-mobile {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-mobile {
    margin-left: 50%;
  }
  .column.is-offset-one-third-mobile {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-mobile {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-mobile {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-mobile {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-mobile {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-mobile {
    margin-left: 80%;
  }
  .column.is-0-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 0%;
  }
  .column.is-offset-0-mobile {
    margin-left: 0%;
  }
  .column.is-1-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 8.33333%;
  }
  .column.is-offset-1-mobile {
    margin-left: 8.33333%;
  }
  .column.is-2-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 16.66667%;
  }
  .column.is-offset-2-mobile {
    margin-left: 16.66667%;
  }
  .column.is-3-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }
  .column.is-offset-3-mobile {
    margin-left: 25%;
  }
  .column.is-4-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.33333%;
  }
  .column.is-offset-4-mobile {
    margin-left: 33.33333%;
  }
  .column.is-5-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 41.66667%;
  }
  .column.is-offset-5-mobile {
    margin-left: 41.66667%;
  }
  .column.is-6-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }
  .column.is-offset-6-mobile {
    margin-left: 50%;
  }
  .column.is-7-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 58.33333%;
  }
  .column.is-offset-7-mobile {
    margin-left: 58.33333%;
  }
  .column.is-8-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.66667%;
  }
  .column.is-offset-8-mobile {
    margin-left: 66.66667%;
  }
  .column.is-9-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }
  .column.is-offset-9-mobile {
    margin-left: 75%;
  }
  .column.is-10-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 83.33333%;
  }
  .column.is-offset-10-mobile {
    margin-left: 83.33333%;
  }
  .column.is-11-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 91.66667%;
  }
  .column.is-offset-11-mobile {
    margin-left: 91.66667%;
  }
  .column.is-12-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
  .column.is-offset-12-mobile {
    margin-left: 100%;
  }
}

@media screen and (min-width: 769px), print {
  .column.is-narrow, .column.is-narrow-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .column.is-full, .column.is-full-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
  .column.is-three-quarters, .column.is-three-quarters-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }
  .column.is-two-thirds, .column.is-two-thirds-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.6666%;
  }
  .column.is-half, .column.is-half-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }
  .column.is-one-third, .column.is-one-third-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter, .column.is-one-quarter-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }
  .column.is-one-fifth, .column.is-one-fifth-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 20%;
  }
  .column.is-two-fifths, .column.is-two-fifths-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 40%;
  }
  .column.is-three-fifths, .column.is-three-fifths-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 60%;
  }
  .column.is-four-fifths, .column.is-four-fifths-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters, .column.is-offset-three-quarters-tablet {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds, .column.is-offset-two-thirds-tablet {
    margin-left: 66.6666%;
  }
  .column.is-offset-half, .column.is-offset-half-tablet {
    margin-left: 50%;
  }
  .column.is-offset-one-third, .column.is-offset-one-third-tablet {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter, .column.is-offset-one-quarter-tablet {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth, .column.is-offset-one-fifth-tablet {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths, .column.is-offset-two-fifths-tablet {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths, .column.is-offset-three-fifths-tablet {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths, .column.is-offset-four-fifths-tablet {
    margin-left: 80%;
  }
  .column.is-0, .column.is-0-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 0%;
  }
  .column.is-offset-0, .column.is-offset-0-tablet {
    margin-left: 0%;
  }
  .column.is-1, .column.is-1-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 8.33333%;
  }
  .column.is-offset-1, .column.is-offset-1-tablet {
    margin-left: 8.33333%;
  }
  .column.is-2, .column.is-2-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 16.66667%;
  }
  .column.is-offset-2, .column.is-offset-2-tablet {
    margin-left: 16.66667%;
  }
  .column.is-3, .column.is-3-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }
  .column.is-offset-3, .column.is-offset-3-tablet {
    margin-left: 25%;
  }
  .column.is-4, .column.is-4-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.33333%;
  }
  .column.is-offset-4, .column.is-offset-4-tablet {
    margin-left: 33.33333%;
  }
  .column.is-5, .column.is-5-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 41.66667%;
  }
  .column.is-offset-5, .column.is-offset-5-tablet {
    margin-left: 41.66667%;
  }
  .column.is-6, .column.is-6-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }
  .column.is-offset-6, .column.is-offset-6-tablet {
    margin-left: 50%;
  }
  .column.is-7, .column.is-7-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 58.33333%;
  }
  .column.is-offset-7, .column.is-offset-7-tablet {
    margin-left: 58.33333%;
  }
  .column.is-8, .column.is-8-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.66667%;
  }
  .column.is-offset-8, .column.is-offset-8-tablet {
    margin-left: 66.66667%;
  }
  .column.is-9, .column.is-9-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }
  .column.is-offset-9, .column.is-offset-9-tablet {
    margin-left: 75%;
  }
  .column.is-10, .column.is-10-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 83.33333%;
  }
  .column.is-offset-10, .column.is-offset-10-tablet {
    margin-left: 83.33333%;
  }
  .column.is-11, .column.is-11-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 91.66667%;
  }
  .column.is-offset-11, .column.is-offset-11-tablet {
    margin-left: 91.66667%;
  }
  .column.is-12, .column.is-12-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
  .column.is-offset-12, .column.is-offset-12-tablet {
    margin-left: 100%;
  }
}

@media screen and (max-width: 1023px) {
  .column.is-narrow-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .column.is-full-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
  .column.is-three-quarters-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }
  .column.is-two-thirds-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.6666%;
  }
  .column.is-half-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }
  .column.is-one-third-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }
  .column.is-one-fifth-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 20%;
  }
  .column.is-two-fifths-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 40%;
  }
  .column.is-three-fifths-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 60%;
  }
  .column.is-four-fifths-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters-touch {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-touch {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-touch {
    margin-left: 50%;
  }
  .column.is-offset-one-third-touch {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-touch {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-touch {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-touch {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-touch {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-touch {
    margin-left: 80%;
  }
  .column.is-0-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 0%;
  }
  .column.is-offset-0-touch {
    margin-left: 0%;
  }
  .column.is-1-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 8.33333%;
  }
  .column.is-offset-1-touch {
    margin-left: 8.33333%;
  }
  .column.is-2-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 16.66667%;
  }
  .column.is-offset-2-touch {
    margin-left: 16.66667%;
  }
  .column.is-3-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }
  .column.is-offset-3-touch {
    margin-left: 25%;
  }
  .column.is-4-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.33333%;
  }
  .column.is-offset-4-touch {
    margin-left: 33.33333%;
  }
  .column.is-5-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 41.66667%;
  }
  .column.is-offset-5-touch {
    margin-left: 41.66667%;
  }
  .column.is-6-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }
  .column.is-offset-6-touch {
    margin-left: 50%;
  }
  .column.is-7-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 58.33333%;
  }
  .column.is-offset-7-touch {
    margin-left: 58.33333%;
  }
  .column.is-8-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.66667%;
  }
  .column.is-offset-8-touch {
    margin-left: 66.66667%;
  }
  .column.is-9-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }
  .column.is-offset-9-touch {
    margin-left: 75%;
  }
  .column.is-10-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 83.33333%;
  }
  .column.is-offset-10-touch {
    margin-left: 83.33333%;
  }
  .column.is-11-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 91.66667%;
  }
  .column.is-offset-11-touch {
    margin-left: 91.66667%;
  }
  .column.is-12-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
  .column.is-offset-12-touch {
    margin-left: 100%;
  }
}

@media screen and (min-width: 1024px) {
  .column.is-narrow-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .column.is-full-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
  .column.is-three-quarters-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }
  .column.is-two-thirds-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.6666%;
  }
  .column.is-half-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }
  .column.is-one-third-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }
  .column.is-one-fifth-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 20%;
  }
  .column.is-two-fifths-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 40%;
  }
  .column.is-three-fifths-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 60%;
  }
  .column.is-four-fifths-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters-desktop {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-desktop {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-desktop {
    margin-left: 50%;
  }
  .column.is-offset-one-third-desktop {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-desktop {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-desktop {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-desktop {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-desktop {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-desktop {
    margin-left: 80%;
  }
  .column.is-0-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 0%;
  }
  .column.is-offset-0-desktop {
    margin-left: 0%;
  }
  .column.is-1-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 8.33333%;
  }
  .column.is-offset-1-desktop {
    margin-left: 8.33333%;
  }
  .column.is-2-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 16.66667%;
  }
  .column.is-offset-2-desktop {
    margin-left: 16.66667%;
  }
  .column.is-3-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }
  .column.is-offset-3-desktop {
    margin-left: 25%;
  }
  .column.is-4-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.33333%;
  }
  .column.is-offset-4-desktop {
    margin-left: 33.33333%;
  }
  .column.is-5-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 41.66667%;
  }
  .column.is-offset-5-desktop {
    margin-left: 41.66667%;
  }
  .column.is-6-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }
  .column.is-offset-6-desktop {
    margin-left: 50%;
  }
  .column.is-7-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 58.33333%;
  }
  .column.is-offset-7-desktop {
    margin-left: 58.33333%;
  }
  .column.is-8-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.66667%;
  }
  .column.is-offset-8-desktop {
    margin-left: 66.66667%;
  }
  .column.is-9-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }
  .column.is-offset-9-desktop {
    margin-left: 75%;
  }
  .column.is-10-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 83.33333%;
  }
  .column.is-offset-10-desktop {
    margin-left: 83.33333%;
  }
  .column.is-11-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 91.66667%;
  }
  .column.is-offset-11-desktop {
    margin-left: 91.66667%;
  }
  .column.is-12-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
  .column.is-offset-12-desktop {
    margin-left: 100%;
  }
}

@media screen and (min-width: 1216px) {
  .column.is-narrow-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .column.is-full-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
  .column.is-three-quarters-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }
  .column.is-two-thirds-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.6666%;
  }
  .column.is-half-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }
  .column.is-one-third-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }
  .column.is-one-fifth-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 20%;
  }
  .column.is-two-fifths-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 40%;
  }
  .column.is-three-fifths-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 60%;
  }
  .column.is-four-fifths-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters-widescreen {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-widescreen {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-widescreen {
    margin-left: 50%;
  }
  .column.is-offset-one-third-widescreen {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-widescreen {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-widescreen {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-widescreen {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-widescreen {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-widescreen {
    margin-left: 80%;
  }
  .column.is-0-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 0%;
  }
  .column.is-offset-0-widescreen {
    margin-left: 0%;
  }
  .column.is-1-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 8.33333%;
  }
  .column.is-offset-1-widescreen {
    margin-left: 8.33333%;
  }
  .column.is-2-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 16.66667%;
  }
  .column.is-offset-2-widescreen {
    margin-left: 16.66667%;
  }
  .column.is-3-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }
  .column.is-offset-3-widescreen {
    margin-left: 25%;
  }
  .column.is-4-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.33333%;
  }
  .column.is-offset-4-widescreen {
    margin-left: 33.33333%;
  }
  .column.is-5-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 41.66667%;
  }
  .column.is-offset-5-widescreen {
    margin-left: 41.66667%;
  }
  .column.is-6-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }
  .column.is-offset-6-widescreen {
    margin-left: 50%;
  }
  .column.is-7-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 58.33333%;
  }
  .column.is-offset-7-widescreen {
    margin-left: 58.33333%;
  }
  .column.is-8-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.66667%;
  }
  .column.is-offset-8-widescreen {
    margin-left: 66.66667%;
  }
  .column.is-9-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }
  .column.is-offset-9-widescreen {
    margin-left: 75%;
  }
  .column.is-10-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 83.33333%;
  }
  .column.is-offset-10-widescreen {
    margin-left: 83.33333%;
  }
  .column.is-11-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 91.66667%;
  }
  .column.is-offset-11-widescreen {
    margin-left: 91.66667%;
  }
  .column.is-12-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
  .column.is-offset-12-widescreen {
    margin-left: 100%;
  }
}

@media screen and (min-width: 1408px) {
  .column.is-narrow-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .column.is-full-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
  .column.is-three-quarters-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }
  .column.is-two-thirds-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.6666%;
  }
  .column.is-half-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }
  .column.is-one-third-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }
  .column.is-one-fifth-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 20%;
  }
  .column.is-two-fifths-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 40%;
  }
  .column.is-three-fifths-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 60%;
  }
  .column.is-four-fifths-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters-fullhd {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-fullhd {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-fullhd {
    margin-left: 50%;
  }
  .column.is-offset-one-third-fullhd {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-fullhd {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-fullhd {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-fullhd {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-fullhd {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-fullhd {
    margin-left: 80%;
  }
  .column.is-0-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 0%;
  }
  .column.is-offset-0-fullhd {
    margin-left: 0%;
  }
  .column.is-1-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 8.33333%;
  }
  .column.is-offset-1-fullhd {
    margin-left: 8.33333%;
  }
  .column.is-2-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 16.66667%;
  }
  .column.is-offset-2-fullhd {
    margin-left: 16.66667%;
  }
  .column.is-3-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }
  .column.is-offset-3-fullhd {
    margin-left: 25%;
  }
  .column.is-4-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.33333%;
  }
  .column.is-offset-4-fullhd {
    margin-left: 33.33333%;
  }
  .column.is-5-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 41.66667%;
  }
  .column.is-offset-5-fullhd {
    margin-left: 41.66667%;
  }
  .column.is-6-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }
  .column.is-offset-6-fullhd {
    margin-left: 50%;
  }
  .column.is-7-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 58.33333%;
  }
  .column.is-offset-7-fullhd {
    margin-left: 58.33333%;
  }
  .column.is-8-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.66667%;
  }
  .column.is-offset-8-fullhd {
    margin-left: 66.66667%;
  }
  .column.is-9-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }
  .column.is-offset-9-fullhd {
    margin-left: 75%;
  }
  .column.is-10-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 83.33333%;
  }
  .column.is-offset-10-fullhd {
    margin-left: 83.33333%;
  }
  .column.is-11-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 91.66667%;
  }
  .column.is-offset-11-fullhd {
    margin-left: 91.66667%;
  }
  .column.is-12-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
  .column.is-offset-12-fullhd {
    margin-left: 100%;
  }
}

.columns {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  margin-top: -0.75rem;
}

.columns:last-child {
  margin-bottom: -0.75rem;
}

.columns:not(:last-child) {
  margin-bottom: calc(1.5rem - 0.75rem);
}

.columns.is-centered {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.columns.is-gapless {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}

.columns.is-gapless > .column {
  margin: 0;
  padding: 0 !important;
}

.columns.is-gapless:not(:last-child) {
  margin-bottom: 1.5rem;
}

.columns.is-gapless:last-child {
  margin-bottom: 0;
}

.columns.is-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.columns.is-multiline {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.columns.is-vcentered {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 769px), print {
  .columns:not(.is-desktop) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 1024px) {
  .columns.is-desktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.columns.is-variable {
  --columnGap: 0.75rem;
  margin-left: calc(-1 * var(--columnGap));
  margin-right: calc(-1 * var(--columnGap));
}

.columns.is-variable .column {
  padding-left: var(--columnGap);
  padding-right: var(--columnGap);
}

.columns.is-variable.is-0 {
  --columnGap: 0rem;
}

@media screen and (max-width: 768px) {
  .columns.is-variable.is-0-mobile {
    --columnGap: 0rem;
  }
}

@media screen and (min-width: 769px), print {
  .columns.is-variable.is-0-tablet {
    --columnGap: 0rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-0-tablet-only {
    --columnGap: 0rem;
  }
}

@media screen and (max-width: 1023px) {
  .columns.is-variable.is-0-touch {
    --columnGap: 0rem;
  }
}

@media screen and (min-width: 1024px) {
  .columns.is-variable.is-0-desktop {
    --columnGap: 0rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-0-desktop-only {
    --columnGap: 0rem;
  }
}

@media screen and (min-width: 1216px) {
  .columns.is-variable.is-0-widescreen {
    --columnGap: 0rem;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-0-widescreen-only {
    --columnGap: 0rem;
  }
}

@media screen and (min-width: 1408px) {
  .columns.is-variable.is-0-fullhd {
    --columnGap: 0rem;
  }
}

.columns.is-variable.is-1 {
  --columnGap: 0.25rem;
}

@media screen and (max-width: 768px) {
  .columns.is-variable.is-1-mobile {
    --columnGap: 0.25rem;
  }
}

@media screen and (min-width: 769px), print {
  .columns.is-variable.is-1-tablet {
    --columnGap: 0.25rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-1-tablet-only {
    --columnGap: 0.25rem;
  }
}

@media screen and (max-width: 1023px) {
  .columns.is-variable.is-1-touch {
    --columnGap: 0.25rem;
  }
}

@media screen and (min-width: 1024px) {
  .columns.is-variable.is-1-desktop {
    --columnGap: 0.25rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-1-desktop-only {
    --columnGap: 0.25rem;
  }
}

@media screen and (min-width: 1216px) {
  .columns.is-variable.is-1-widescreen {
    --columnGap: 0.25rem;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-1-widescreen-only {
    --columnGap: 0.25rem;
  }
}

@media screen and (min-width: 1408px) {
  .columns.is-variable.is-1-fullhd {
    --columnGap: 0.25rem;
  }
}

.columns.is-variable.is-2 {
  --columnGap: 0.5rem;
}

@media screen and (max-width: 768px) {
  .columns.is-variable.is-2-mobile {
    --columnGap: 0.5rem;
  }
}

@media screen and (min-width: 769px), print {
  .columns.is-variable.is-2-tablet {
    --columnGap: 0.5rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-2-tablet-only {
    --columnGap: 0.5rem;
  }
}

@media screen and (max-width: 1023px) {
  .columns.is-variable.is-2-touch {
    --columnGap: 0.5rem;
  }
}

@media screen and (min-width: 1024px) {
  .columns.is-variable.is-2-desktop {
    --columnGap: 0.5rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-2-desktop-only {
    --columnGap: 0.5rem;
  }
}

@media screen and (min-width: 1216px) {
  .columns.is-variable.is-2-widescreen {
    --columnGap: 0.5rem;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-2-widescreen-only {
    --columnGap: 0.5rem;
  }
}

@media screen and (min-width: 1408px) {
  .columns.is-variable.is-2-fullhd {
    --columnGap: 0.5rem;
  }
}

.columns.is-variable.is-3 {
  --columnGap: 0.75rem;
}

@media screen and (max-width: 768px) {
  .columns.is-variable.is-3-mobile {
    --columnGap: 0.75rem;
  }
}

@media screen and (min-width: 769px), print {
  .columns.is-variable.is-3-tablet {
    --columnGap: 0.75rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-3-tablet-only {
    --columnGap: 0.75rem;
  }
}

@media screen and (max-width: 1023px) {
  .columns.is-variable.is-3-touch {
    --columnGap: 0.75rem;
  }
}

@media screen and (min-width: 1024px) {
  .columns.is-variable.is-3-desktop {
    --columnGap: 0.75rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-3-desktop-only {
    --columnGap: 0.75rem;
  }
}

@media screen and (min-width: 1216px) {
  .columns.is-variable.is-3-widescreen {
    --columnGap: 0.75rem;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-3-widescreen-only {
    --columnGap: 0.75rem;
  }
}

@media screen and (min-width: 1408px) {
  .columns.is-variable.is-3-fullhd {
    --columnGap: 0.75rem;
  }
}

.columns.is-variable.is-4 {
  --columnGap: 1rem;
}

@media screen and (max-width: 768px) {
  .columns.is-variable.is-4-mobile {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 769px), print {
  .columns.is-variable.is-4-tablet {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-4-tablet-only {
    --columnGap: 1rem;
  }
}

@media screen and (max-width: 1023px) {
  .columns.is-variable.is-4-touch {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 1024px) {
  .columns.is-variable.is-4-desktop {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-4-desktop-only {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 1216px) {
  .columns.is-variable.is-4-widescreen {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-4-widescreen-only {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 1408px) {
  .columns.is-variable.is-4-fullhd {
    --columnGap: 1rem;
  }
}

.columns.is-variable.is-5 {
  --columnGap: 1.25rem;
}

@media screen and (max-width: 768px) {
  .columns.is-variable.is-5-mobile {
    --columnGap: 1.25rem;
  }
}

@media screen and (min-width: 769px), print {
  .columns.is-variable.is-5-tablet {
    --columnGap: 1.25rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-5-tablet-only {
    --columnGap: 1.25rem;
  }
}

@media screen and (max-width: 1023px) {
  .columns.is-variable.is-5-touch {
    --columnGap: 1.25rem;
  }
}

@media screen and (min-width: 1024px) {
  .columns.is-variable.is-5-desktop {
    --columnGap: 1.25rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-5-desktop-only {
    --columnGap: 1.25rem;
  }
}

@media screen and (min-width: 1216px) {
  .columns.is-variable.is-5-widescreen {
    --columnGap: 1.25rem;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-5-widescreen-only {
    --columnGap: 1.25rem;
  }
}

@media screen and (min-width: 1408px) {
  .columns.is-variable.is-5-fullhd {
    --columnGap: 1.25rem;
  }
}

.columns.is-variable.is-6 {
  --columnGap: 1.5rem;
}

@media screen and (max-width: 768px) {
  .columns.is-variable.is-6-mobile {
    --columnGap: 1.5rem;
  }
}

@media screen and (min-width: 769px), print {
  .columns.is-variable.is-6-tablet {
    --columnGap: 1.5rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-6-tablet-only {
    --columnGap: 1.5rem;
  }
}

@media screen and (max-width: 1023px) {
  .columns.is-variable.is-6-touch {
    --columnGap: 1.5rem;
  }
}

@media screen and (min-width: 1024px) {
  .columns.is-variable.is-6-desktop {
    --columnGap: 1.5rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-6-desktop-only {
    --columnGap: 1.5rem;
  }
}

@media screen and (min-width: 1216px) {
  .columns.is-variable.is-6-widescreen {
    --columnGap: 1.5rem;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-6-widescreen-only {
    --columnGap: 1.5rem;
  }
}

@media screen and (min-width: 1408px) {
  .columns.is-variable.is-6-fullhd {
    --columnGap: 1.5rem;
  }
}

.columns.is-variable.is-7 {
  --columnGap: 1.75rem;
}

@media screen and (max-width: 768px) {
  .columns.is-variable.is-7-mobile {
    --columnGap: 1.75rem;
  }
}

@media screen and (min-width: 769px), print {
  .columns.is-variable.is-7-tablet {
    --columnGap: 1.75rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-7-tablet-only {
    --columnGap: 1.75rem;
  }
}

@media screen and (max-width: 1023px) {
  .columns.is-variable.is-7-touch {
    --columnGap: 1.75rem;
  }
}

@media screen and (min-width: 1024px) {
  .columns.is-variable.is-7-desktop {
    --columnGap: 1.75rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-7-desktop-only {
    --columnGap: 1.75rem;
  }
}

@media screen and (min-width: 1216px) {
  .columns.is-variable.is-7-widescreen {
    --columnGap: 1.75rem;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-7-widescreen-only {
    --columnGap: 1.75rem;
  }
}

@media screen and (min-width: 1408px) {
  .columns.is-variable.is-7-fullhd {
    --columnGap: 1.75rem;
  }
}

.columns.is-variable.is-8 {
  --columnGap: 2rem;
}

@media screen and (max-width: 768px) {
  .columns.is-variable.is-8-mobile {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 769px), print {
  .columns.is-variable.is-8-tablet {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-8-tablet-only {
    --columnGap: 2rem;
  }
}

@media screen and (max-width: 1023px) {
  .columns.is-variable.is-8-touch {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 1024px) {
  .columns.is-variable.is-8-desktop {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-8-desktop-only {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 1216px) {
  .columns.is-variable.is-8-widescreen {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-8-widescreen-only {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 1408px) {
  .columns.is-variable.is-8-fullhd {
    --columnGap: 2rem;
  }
}

.tile {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: block;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  min-height: -webkit-min-content;
  min-height: -moz-min-content;
  min-height: min-content;
}

.tile.is-ancestor {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  margin-top: -0.75rem;
}

.tile.is-ancestor:last-child {
  margin-bottom: -0.75rem;
}

.tile.is-ancestor:not(:last-child) {
  margin-bottom: 0.75rem;
}

.tile.is-child {
  margin: 0 !important;
}

.tile.is-parent {
  padding: 0.75rem;
}

.tile.is-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.tile.is-vertical > .tile.is-child:not(:last-child) {
  margin-bottom: 1.5rem !important;
}

@media screen and (min-width: 769px), print {
  .tile:not(.is-child) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .tile.is-1 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 8.33333%;
  }
  .tile.is-2 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 16.66667%;
  }
  .tile.is-3 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }
  .tile.is-4 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.33333%;
  }
  .tile.is-5 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 41.66667%;
  }
  .tile.is-6 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }
  .tile.is-7 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 58.33333%;
  }
  .tile.is-8 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.66667%;
  }
  .tile.is-9 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }
  .tile.is-10 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 83.33333%;
  }
  .tile.is-11 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 91.66667%;
  }
  .tile.is-12 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
}

@charset "UTF-8";
/* Colors - NO MODIFICAR COLORES PORFAVOR!!!*/
/* Layouts sizes */
/* Breakpoints */
@font-face {
  font-family: 'hands';
  src: url("/static/header/fonts/hands-of-sean/handsean-webfont-webfont.woff2") format("woff2"), url("/static/header/fonts/hands-of-sean/handsean-webfont-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@media (min-width: 1000px) {
  /* imagen desktop contador - wincha  */
}

.full-container.breadrumbWrap {
  display: none !important;
}

#kampyleButtonContainer {
  display: none !important;
}

.block-widget {
  display: none !important;
}

.showTopBanner {
  /*&:not(.header-fixed) {
      #header {
         @media (max-width: $bp-medium) {
            height: 115.5px !important;
         }
      }
   }*/
}

.showTopBanner .bnt-countdown {
  display: block !important;
}

.showTopBanner .wincha {
  display: none !important;
}

.header-fixed .bnt-countdown {
  display: none !important;
}

.header-fixed #_winchaPromo {
  display: none !important;
}

.header-fixed .wincha {
  display: none !important;
}

.bnt-countdown {
  display: none !important;
}

#chat-widget {
  display: none !important;
}

@media (max-width: 1000px) {
  .newHeader {
    position: fixed !important;
    top: 0 !important;
    border-bottom: 0 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    z-index: 201 !important;
  }
}

.borderRadius15 {
  border-radius: 15px;
}

.borderRadius10 {
  border-radius: 10px;
}

#main {
  margin-top: 0 !important;
  background: #fff;
}

#main > .container {
  padding: 0;
  width: 100%;
}

#main > .container > .col-md-12 {
  padding: 0 !important;
}

#main .row {
  margin: 0;
}

#main .col {
  padding: 0 !important;
}

#main {
  font-family: 'Lato', medium-content-sans-serif-font, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  letter-spacing: .5px;
  font-style: normal;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: "liga"on;
  color: rgba(0, 0, 0, 0.84);
  font-size: 1.5em;
  /*line-height: 1.6;*/
  font-weight: 400;
}

#main p {
  font-size: .6em;
  line-height: 1.2em;
}

#main h1,
#main h2,
#main h3,
#main h4,
#main h5,
#main h6 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 300;
}

#main h4 {
  font-size: 2rem;
  line-height: 1.35;
  letter-spacing: -.08rem;
}

@media (min-width: 550px) {
  #main h4 {
    font-size: 3.0rem;
  }
}

#main h3 {
  font-size: 2.2rem;
  line-height: 1.3;
}

@media (min-width: 550px) {
  #main h3 {
    font-size: 3.6rem;
  }
}

#main h2 {
  font-size: 2.6rem;
  line-height: 1.25;
  letter-spacing: -.1rem;
}

@media (max-width: 800px) {
  #main h2 {
    font-size: 2.2rem;
  }
}

/* FIX POOR DEFAULT HEADER STYLES IN TABLET LANDSCAPE */
@media (min-width: 1024px) and (max-width: 1029px) {
  .newHeader #container {
    max-width: 106%;
  }
}

@media (min-width: 1024px) and (max-width: 1029px) {
  .search-box {
    margin-left: -52px !important;
  }
}

@media (min-width: 1024px) and (max-width: 1029px) {
  #header .zone-price {
    display: none !important;
  }
}

.is-presale #section-solo-por-horas,
.is-presale .section-latest-product,
.is-presale .section-best-seller,
.is-presale .icon-badge-category {
  display: none !important;
}

.title-section {
  text-align: center;
  color: #807979;
}

/* Colors - NO MODIFICAR COLORES PORFAVOR!!!*/
/* Layouts sizes */
/* Breakpoints */
.inline {
  display: inline-block !important;
}

.display-none {
  display: none !important;
}

.mw-none {
  max-width: none !important;
}

.img-fluid {
  width: 100% !important;
}

.width-auto {
  width: auto !important;
}

.width-19p {
  width: 19% !important;
}

.width-80p {
  width: 80% !important;
}

.m-auto {
  margin: auto;
}

.no-margin {
  margin: 0 !important;
}

.text-uppercase {
  text-transform: uppercase;
}

.rounded-3 {
  border-radius: 3px;
}

.bg-white {
  background: #fff;
}

.bg-brand-primary {
  background-color: #0072ce;
}

.bg-brand-pink {
  background: #fd2b73;
}

.cursor-auto {
  cursor: auto !important;
}

@media (max-width: 800px) {
  .img-resp-sm {
    /*  width: 100%;*/
    height: auto;
  }
}

.fz-2x {
  font-size: 2em;
  line-height: 1.12em;
}

.color-brand-event-primary {
  color: #333;
}

.color-secondary {
  color: #dd021d;
}

.color-brand-pink {
  color: #fd2b73;
}

.color-dark {
  color: #000;
}

.color-white {
  color: #fff !important;
}

.fz-3x {
  font-size: 3em;
  line-height: 2.1em;
}

.fz-1-5x {
  font-size: 1.5em;
}

.letter-spacing-1 {
  letter-spacing: 1px;
}

.fullh {
  height: 100%;
}

.fullw {
  width: 100%;
}

.no-decoration {
  text-decoration: none;
}

.no-decoration:hover {
  text-decoration: none;
}

.ul-no-style {
  padding: 0;
}

.ul-no-style, .ul-no-style li {
  list-style: none;
}

.text-left {
  text-align: left;
}

.text-justify {
  text-align: justify;
}

.pull-right {
  float: right;
}

.clearfix:before, .clearfix:after {
  content: '';
  display: table;
  clear: both;
}

.ml-auto {
  margin-left: auto;
}

.mb-8 {
  margin-bottom: 8px;
}

.mr-auto {
  margin-right: auto;
}

.height-inherit {
  height: inherit;
}

.bolder {
  font-weight: 900;
}

.ol-style-decimal {
  list-style: decimal;
}

.ol-style-decimal li {
  list-style: decimal;
  margin-left: 15px;
  padding-left: 4px;
  margin-bottom: 10px;
}

.font-hands {
  font-family: 'Hands';
}

.color-primary {
  color: #0072ce;
}

@media (min-width: 1000px) {
  .no-p-events-lg {
    pointer-events: none !important;
  }
}

.no-overflow {
  overflow: hidden !important;
}

.white-space-normal {
  white-space: normal;
}

.d-table {
  display: table;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.d-flex.d-flex-col-middle {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.d-table-cell {
  display: table-cell;
}

.valign-middle {
  vertical-align: middle;
}

.fade-content {
  display: none;
  height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: height 350ms ease-in-out, opacity 750ms ease-in-out;
  transition: height 350ms ease-in-out, opacity 750ms ease-in-out;
}

.fade-content.fade-in {
  display: block;
  height: auto;
  opacity: 1;
}

.block {
  display: block;
}

.posr {
  position: relative;
}

.marginTop30 {
  margin-top: 10px !important;
}

.marginBottom30 {
  margin-bottom: 30px;
}

.paddingBottom30 {
  padding-bottom: 30px;
}

.img-responsive {
  width: 100%;
}

@media (max-width: 800px) {
  .d-none-maxw-800 {
    display: none;
  }
  .d-block-maxw-800 {
    display: block;
  }
  .marginTop20 {
    margin-top: 20px;
  }
}

@media (min-width: 801px) {
  .d-none-minw-800 {
    display: none;
  }
  .d-block-minw-800 {
    display: block;
  }
}

@media (max-width: 1199px) {
  .d-none-maxw-1199 {
    display: none;
  }
}

@media (max-width: 1199px) {
  .d-none-maxw-1199 {
    display: none;
  }
  .d-block-maxw-1199 {
    display: block;
  }
}

@media (min-width: 1280px) {
  .d-none-minw-1199 {
    display: none;
  }
  .d-block-minw-1199 {
    display: block;
  }
}

@media (max-width: 500px) {
  .d-block-xs {
    display: block;
  }
  .d-block-sm {
    display: none;
  }
}

@media (min-width: 501px) {
  .d-block-xs {
    display: none;
  }
  .d-block-sm {
    display: block;
  }
}

.touch-mode .hide-on-touch-mode {
  display: none;
}

/* Colors - NO MODIFICAR COLORES PORFAVOR!!!*/
/* Layouts sizes */
/* Breakpoints */
@media (max-width: 768px) {
  .flex-grid-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.flex-grid-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-grid-col {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

.flex-grid-col.flex-grid-6 {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  width: 50%;
}

@media (min-width: 801px) {
  .flex-grid-col.flex-grid-sm-4 {
    -ms-flex-preferred-size: calc(100% / 3);
        flex-basis: calc(100% / 3);
    width: calc(100% / 3);
  }
}

@media (min-width: 1001px) {
  .flex-grid-col.flex-grid-md-3 {
    -ms-flex-preferred-size: calc(100% / 4);
        flex-basis: calc(100% / 4);
    width: calc(100% / 4);
  }
}

.section-our-benefits .flex-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  margin-bottom: 20px;
}

/* Colors - NO MODIFICAR COLORES PORFAVOR!!!*/
/* Layouts sizes */
/* Breakpoints */
/* Colors - NO MODIFICAR COLORES PORFAVOR!!!*/
/* Layouts sizes */
/* Breakpoints */
@media (min-width: 1024px) {
  .is-presale .navbar-slider__item {
    width: 9.09091%;
  }
}

.ie .navbar-slider__nav .c-icon-cat {
  width: 100%;
  margin-bottom: 5px;
  background-position: center;
  background-repeat: no-repeat;
}

.ie .navbar-slider__item__inner {
  display: block;
}

.navbar-slider__nav {
  width: 100%;
  font-size: .5em;
  line-height: 1.4em;
}

.navbar-slider__nav .c-icon-cat {
  width: 2.6em;
  height: 2.6em;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.navbar-slider__wrapper {
  /*justify-content: space-between;
    position: absolute;
    width: 98%;
    left: 1%;*/
  height: auto;
}

.navbar-slider__item {
  width: 22%;
  font-size: 1.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 10px;
  border-bottom: 0;
  height: 81px;
  background: #11182C;
  overflow: visible;
  -webkit-transition: ease-in-out 0.15s;
  transition: ease-in-out 0.15s;
}

.navbar-slider__item:hover {
  text-decoration: none;
}

@media (min-width: 1000px) {
  .navbar-slider__item:hover {
    background: #0072ce;
  }
}

@media (min-width: 481px) {
  .navbar-slider__item {
    width: 18%;
  }
}

@media (min-width: 768px) {
  .navbar-slider__item {
    width: 12%;
  }
}

@media (min-width: 1024px) {
  .navbar-slider__item {
    width: 8.33333%;
  }
}

@media (min-width: 1024px) {
  .navbar-slider__item:first-child {
    border-radius: 5px 0 0 5px;
  }
}

@media (min-width: 1024px) {
  .navbar-slider__item:last-child {
    border-radius: 0 5px 5px 0;
  }
}

.navbar-slider__item__label {
  font-size: .75em;
  margin-top: 3px;
  text-transform: uppercase;
}

@media (min-width: 1024px) {
  .navbar-slider__item__label {
    letter-spacing: 1px;
  }
}

.navbar-slider__item__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 87%;
  padding: 0 10px;
  text-shadow: 1px 0 4px rgba(47, 253, 255, 0.72);
  color: #fff;
  border-right: 1px solid rgba(145, 145, 145, 0.3);
}

.navbar-slider__item.active, .navbar-slider__item__active {
  background: #0072ce;
}

.navbar-slider__item.active .navbar-slider__item__label, .navbar-slider__item__active .navbar-slider__item__label {
  font-weight: 700;
}

.spinner-loading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  background: #fff;
  pointer-events: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: ease-in-out .35s;
  transition: ease-in-out .35s;
}

.spinner-loading.visible {
  opacity: 1;
}

.spinner-loading.no-bg {
  background: transparent !important;
}

.spinner {
  height: 40px;
  width: 40px;
  background: rgba(0, 0, 0, 0);
  border-radius: 50%;
  border-top: 2px solid #333;
  border-right: 2px solid transparent;
  -webkit-animation: spinner6 700ms linear infinite;
          animation: spinner6 700ms linear infinite;
  /*&:before {
        content: '';
        position: absolute;
        width: 4rem;
        height: 4rem;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        animation: spinner6 700ms infinite linear reverse;
        @extend .icon-sodimac;
    }*/
}

@-webkit-keyframes spinner6 {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spinner6 {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.simplemodal {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 205;
  opacity: 0;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 21px 80px -2px rgba(0, 0, 0, 0.88);
          box-shadow: 0 21px 80px -2px rgba(0, 0, 0, 0.88);
  -webkit-transition: ease .25s;
  transition: ease .25s;
}

.simplemodal__content {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0px) scale(0.2, 0.2);
          transform: translate3d(-50%, -50%, 0px) scale(0.2, 0.2);
  -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

@media (max-width: 480px) {
  .simplemodal__content {
    width: 100%;
    top: auto;
    bottom: 0;
    -webkit-transform: translate3d(-50%, 50%, 0px);
            transform: translate3d(-50%, 50%, 0px);
  }
}

.simplemodal__close {
  font-size: 2rem;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  line-height: 35px;
  background: #dd0021;
  position: absolute;
  color: #fff;
  right: -20px;
  top: -20px;
  z-index: 205;
}

@media (max-width: 480px) {
  .simplemodal__close {
    right: 10px;
  }
}

.simplemodal__open .simplemodal {
  opacity: 1;
  pointer-events: all;
}

.simplemodal__open .simplemodal__content {
  -webkit-transform: translate3d(-50%, -50%, 0px) scale(1, 1);
          transform: translate3d(-50%, -50%, 0px) scale(1, 1);
}

@media (max-width: 480px) {
  .simplemodal__open .simplemodal__content {
    -webkit-transform: translate3d(-50%, 0, 0px);
            transform: translate3d(-50%, 0, 0px);
  }
}

#main .btn {
  outline: 0;
  border: 0;
  letter-spacing: 1px;
  cursor: pointer;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transition: ease-in-out .15s;
  transition: ease-in-out .15s;
  /*
        &:hover {
            transform: scale(1.02, 1.13);
        }
        */
}

#main .btn-transparent {
  background: none;
}

#main .btn-text-white {
  color: #fff;
}

.hover-effect-default {
  opacity: 1;
  -webkit-transition: ease-in-out .3s;
  transition: ease-in-out .3s;
}

.hover-effect-default:hover {
  -webkit-filter: contrast(1.1);
          filter: contrast(1.1);
  opacity: .75 !important;
}

.button-back-to-top {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 58px;
  height: 58px;
  background-color: #0072ce;
  z-index: 2;
  -webkit-box-shadow: 0 0 20px -5px rgba(0, 0, 0, 0.63);
          box-shadow: 0 0 20px -5px rgba(0, 0, 0, 0.63);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: ease-in-out .25s;
  transition: ease-in-out .25s;
}

.button-back-to-top.is-visible {
  opacity: 1;
  pointer-events: all;
}

.button-back-to-top > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.button-back-to-top > span > span:before, .button-back-to-top > span > span:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 22px;
  background: #fff;
  top: 18px;
}

.button-back-to-top > span > span:before {
  left: 20px;
  -webkit-transform: rotate(50deg);
          transform: rotate(50deg);
}

.button-back-to-top > span > span:after {
  right: 20px;
  -webkit-transform: rotate(-50deg);
          transform: rotate(-50deg);
}

.ios .button-back-to-top {
  display: none !important;
}

.touch-mode .box-with-button {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
}

.touch-mode .box-with-button .box-button {
  background: rgba(221, 0, 33, 0.85);
  -webkit-transform: translateY(0);
          transform: translateY(0);
  width: 54%;
}

.box-with-button {
  -webkit-transition: ease-in-out .25s;
  transition: ease-in-out .25s;
}

.box-with-button a {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
}

.box-with-button:hover {
  -webkit-box-shadow: 0 0 10px -6px #000;
          box-shadow: 0 0 10px -6px #000;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
}

.box-with-button:hover .box-button {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.box-with-button .box-button {
  position: absolute;
  border-radius: 2px;
  background: #dd0021;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: .5em;
  -webkit-box-shadow: 0 0 6px -3px #000;
          box-shadow: 0 0 6px -3px #000;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: ease-in-out .25s;
  transition: ease-in-out .25s;
  padding: 5px 7px;
  left: 0;
  bottom: 0;
}

@media (min-width: 481px) {
  .box-with-button .box-button {
    font-size: .6em;
    left: 0px;
    bottom: 10px;
    padding: 7px 10px;
  }
}

@media (min-width: 481px) {
  .box-with-button-1 .box-button {
    left: 56%;
  }
}

/* Colors - NO MODIFICAR COLORES PORFAVOR!!!*/
/* Layouts sizes */
/* Breakpoints */
.section-heading {
  text-align: center;
}

.margin-section-menu-black {
  margin-top: 70px;
}

.marginTop15 {
  margin-top: 15px;
}

@media (min-width: 768px) {
  .marginTop45 {
    margin-top: 30px;
  }
  .marginTitle {
    margin-bottom: 15px;
  }
}

@media (max-width: 767px) {
  .marginTopmobile {
    margin-top: 20px !important;
  }
}

.section-title {
  letter-spacing: 1px !important;
  font-size: 30px !important;
  padding: 0px 30px;
  font-weight: 500 !important;
}

@media (max-width: 768px) {
  .section-title {
    font-size: 24px !important;
  }
}

.section-wrapper {
  max-width: 1280px;
  margin: auto !important;
  padding: 20px 0;
}

.section-container {
  max-width: 1280px;
  margin: auto;
}

@media (max-width: 999px) {
  .scrolling-up .section-navbar-sticky {
    top: 57px;
  }
}

@media (max-width: 1000px) {
  .htmlBodyHidden .section-navbar-sticky {
    z-index: 200;
  }
}

/* Section Daily deals */
/* Colors - NO MODIFICAR COLORES PORFAVOR!!!*/
/* Layouts sizes */
/* Breakpoints */
.ddeals-prod-panel-discount {
  background: rgba(51, 51, 51, 0.9);
  position: absolute;
  top: 0px;
  color: #fff;
  left: -5px;
  font-size: 12px !important;
  padding: 4px 5px;
  border-bottom-right-radius: 7px;
}

.ddeals-prod-panel-discount .fa-arrow-down {
  font-size: 10px;
}

@media (max-width: 375px) {
  .ddeals-prod-panel-discount {
    font-size: 11px !important;
  }
}

.ddeals-prod-panel-cart {
  display: none;
  width: 30px;
  height: 30px;
  background: #333;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 60%;
  border-radius: 20px;
  position: absolute;
  top: 5px;
  right: 5px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 60'%3E%3Cpath d='M59.1 12.3c-.4-.4-.9-.7-1.5-.7L11 9.5h-.1c-.3-.9-.9-1.7-1.6-2.2L3.6 3.6c-.9-.6-2.2-.4-2.8.5-.6.9-.3 2.1.6 2.7l5.7 3.7.1.1 7.3 24.8c.2.8.6 1.5 1.1 2.1l-2.7 5.2c-.6 1.2-.6 2.7.2 3.9.3.4.6.8 1 1.1-.5.9-.8 1.9-.8 3 0 3.3 2.8 6.1 6.2 6.1 3.4 0 6.2-2.7 6.2-6.1 0-.8-.2-1.5-.4-2.2h18.1c-.3.7-.4 1.4-.4 2.2 0 3.3 2.8 6.1 6.2 6.1 3.4 0 6.2-2.7 6.2-6.1 0-1-.2-1.9-.7-2.7.4-.4.7-.9.7-1.4 0-1.1-.9-1.9-2-1.9H16.5s-.1 0-.1-.1v-.1l2.4-4.8c.5.1 1 .2 1.5.2h.7l27.8-3.2c3.6-.4 6.5-3 7.2-6.5l3.3-16.3c.3-.6.1-1.2-.2-1.6zM49 48.5c1.2 0 2.3 1 2.3 2.2 0 1.2-1 2.2-2.3 2.2s-2.3-1-2.3-2.2c.1-1.2 1.1-2.2 2.3-2.2zm-29.6 0c1.2 0 2.3 1 2.3 2.2 0 1.2-1 2.2-2.3 2.2-1.2 0-2.3-1-2.3-2.2.1-1.2 1.1-2.2 2.3-2.2zm-4.8-26.6l-2.5-8.5 7.9.4 1.4 8.1h-6.8zm6 14c-1.1.1-2.1-.5-2.4-1.6l-2.5-8.6H22l1.7 9.9-3.1.3zm11.7-1.3l-4.6.5-1.7-9.4h6.2v8.9zm0-12.7h-6.9l-1.3-8 8.2.4v7.6zm10 11.6l-6.1.7v-8.4H43l-.7 7.7zm1.1-11.6h-7.1v-7.4l7.8.3-.7 7.1zm8.8 7.4c-.4 1.8-1.9 3.2-3.8 3.4l-2.1.3.7-7.3h6l-.8 3.6zm1.6-7.4h-6.4L48 15l7.1.3-1.3 6.6z' fill='%23fff'/%3E%3C/svg%3E");
}

@media (min-width: 801px) {
  .soloxhoras-1 {
    background: transparent !important;
    padding: 3px 12px 0;
  }
}

.section-news {
  text-align: center;
  position: relative;
  z-index: 22;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  pointer-events: all !important;
}

.swiper-container-news {
  width: 100%;
  margin: 0 auto;
}

.swiper-container-news .swiper-wrapper {
  height: auto;
}

.swiper-container-solohoras .swiper-wrapper {
  height: auto;
}

/*.swiper-container-news .swiper-custom-button {
    width: 18px;
    width: 20px;
}*/
.swiper-container-news .swiper-pagination-bullet-active {
  background: #0072ce;
}

.swiper-container-news .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
}

.ddeals-countdown-heading,
.ddals-quedan {
  z-index: 1;
}

.background-dailydeals {
  border: 15px;
  border-radius: 10px;
  margin-bottom: 20px;
}

@media (min-width: 1025px) {
  .section-dailydeals {
    width: 1280px;
    margin: auto;
  }
}

@media (max-width: 767px) {
  .section-dailydeals .swiper-pagination {
    text-align: center;
    position: relative;
    bottom: 30px !important;
    padding: 5px 0;
  }
  .section-dailydeals .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    background: #ddd !important;
    opacity: 0.8;
  }
  .section-dailydeals .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #dd0021 !important;
    opacity: 1;
  }
}

@media (min-width: 768px) {
  .section-baner-daily .section-news-banner {
    margin: 2px 2px;
  }
}

@media (max-width: 767px) {
  .section-baner-daily .section-news-banner {
    margin: 0px 1px;
  }
}

.section-baner-daily {
  margin: 16px 0px;
}

.section-baner-daily .flex-grid {
  text-align: center;
}

@media (min-width: 768px) {
  #section-dailydeals .swiper-button-prev-horas,
  #section-dailydeals .swiper-button-next-horas {
    display: none !important;
  }
}

.section-dailydeals {
  width: 100%;
}

@media (max-width: 800px) {
  .section-dailydeals {
    width: 100%;
  }
  .section-dailydeals .section-title {
    color: #000;
  }
}

@media (max-width: 800px) {
  .section-dailydeals .section-wrapper {
    padding-bottom: 12px;
  }
}

@media (min-width: 768px) {
  .section-dailydeals {
    width: 100%;
  }
  .section-dailydeals .section-baner-daily .swiper-container.swiper-custom-carousel .swiper-slide {
    width: calc(100%/4) !important;
  }
  .section-dailydeals .content-daily {
    margin-top: 15px;
  }
}

@media (max-width: 500px) {
  .section-dailydeals .swiper-container.swiper-custom-carousel .swiper-slide {
    width: 50% !important;
  }
}

.section-dailydeals .daily-deals-container {
  margin: 0 auto !important;
}

@media (min-width: 992px) {
  .section-dailydeals .daily-deals-container {
    width: 100%;
  }
}

.section-dailydeals .swiper-container {
  width: 100%;
  padding: 0 15px;
}

@media (min-width: 801px) {
  .content-daily-deals {
    border-radius: 3px;
  }
}

@media (max-width: 800px) {
  .content-daily-deals {
    border-left: 0;
    border-right: 0;
    width: 100%;
    margin: auto;
  }
  .content-daily-deals .daily-deals-container:nth-child(1) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    border-left: 0;
  }
  .content-daily-deals .daily-deals-container:nth-child(3) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    border-right: 0;
  }
}

.dynamic-grid__column__prod .daily-deals-container {
  min-height: auto;
}

.daily-deals-container {
  min-height: 231px;
  margin: 0px 5px;
  height: 100%;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  position: relative;
  padding: 0 5px;
  background: #fff;
}

@media (min-width: 801px) {
  .daily-deals-container .ddeals-btn-cta {
    opacity: 0;
    -webkit-transition: ease .2s;
    transition: ease .2s;
  }
}

.daily-deals-container:hover .ddeals-btn-cta {
  opacity: 1;
}

.daily-deals-container.is-loading .spinner-loading {
  opacity: 1;
}

@media (min-width: 801px) {
  .daily-deals-container {
    width: 100%;
  }
}

.ddeals-countdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #0072ce;
  color: #fff;
}

@media (max-width: 800px) {
  .ddeals-countdown {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.ddeals-countdown-time-box {
  display: inline-block;
  vertical-align: middle;
  margin-right: 3px;
}

.ddeals-countdown-time-separator {
  display: inline-block;
  vertical-align: top;
  font-weight: 700;
}

@media (min-width: 801px) {
  .ddeals-countdown-time-separator {
    padding: 10px 0 2px 0;
  }
}

.ddeals-countdown-time-value {
  display: inline-block;
  position: relative;
  z-index: 1;
  background: transparent;
  color: #333;
  background-color: #fff;
  padding: 0 4px;
  margin-right: -3px;
  -webkit-box-shadow: 0 2px 7px -1px rgba(0, 0, 0, 0.5);
          box-shadow: 0 2px 7px -1px rgba(0, 0, 0, 0.5);
  font-weight: 700;
}

@media (max-width: 800px) {
  .ddeals-countdown-time-value {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}

@media (min-width: 425px) {
  .ddeals-countdown-time-value {
    padding: 6px;
  }
}

@media (min-width: 801px) {
  .ddeals-countdown-time-value {
    font-size: 2.3rem;
    padding: 5px;
    display: inline-block;
    margin-right: -2px;
  }
}

.ddeals-countdown-time-value:before {
  content: '';
  display: none;
  position: absolute;
  left: -13%;
  top: 0;
  bottom: 0;
  width: 49%;
  background: #000;
  z-index: -1;
}

.ddeals-countdown-time-value:after {
  display: none;
  content: '';
  position: absolute;
  right: -13%;
  top: 0;
  bottom: 0;
  width: 49%;
  background: #000;
  z-index: -1;
}

.ddeals-countdown-time-measure {
  font-size: .85rem;
  line-height: .8rem;
  display: block;
  text-align: center;
  margin-top: 3px;
}

@media (min-width: 425px) {
  .ddeals-countdown-time-measure {
    line-height: 1.8rem;
  }
}

.ddeals-text-offerends {
  font-size: 1rem;
  line-height: 1.4rem;
  margin-bottom: 7px;
  vertical-align: middle;
}

@media (min-width: 481px) {
  .ddeals-text-offerends {
    width: auto;
    font-size: 1.4rem;
  }
}

@media (min-width: 801px) {
  .ddeals-text-offerends {
    margin-bottom: 5px;
  }
}

@media (min-width: 481px) {
  .ddeals-countdown-wrapper {
    width: auto;
  }
}

@media (min-width: 992px) {
  .ddeals-countdown-wrapper {
    padding: 0 2rem;
  }
}

.ddeals-text-hurryup {
  display: inline-block;
  vertical-align: middle;
}

@media (min-width: 481px) {
  .ddeals-text-hurryup {
    width: auto;
  }
}

.ddeals-countdown-heading {
  display: inline-block;
  font-size: 25px;
  display: inline-block;
  width: 100px;
}

.ddeals-countdown-heading img {
  width: 100% !important;
}

@media (min-width: 801px) {
  .ddeals-countdown-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
  }
  .ddeals-countdown-heading span:nth-child(1) {
    line-height: 3.2rem;
    display: inline-block;
  }
  .ddeals-countdown-heading span:nth-child(2) {
    line-height: 3.5rem;
    display: inline-block;
  }
}

@media (min-width: 768px) {
  .ddeals-countdown-heading {
    width: auto;
  }
}

@media (min-width: 992px) {
  .ddeals-countdown-heading {
    padding: 0 3rem;
  }
}

.daily-deals-countdown {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

@media (min-width: 768px) {
  .daily-deals-countdown {
    padding: 0px;
  }
}

@media (min-width: 992px) {
  .daily-deals-countdown {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (min-width: 1024px) {
  .daily-deals-countdown {
    margin-top: 0px;
  }
}

@media (min-width: 801px) {
  .ddeals-price-promo {
    font-size: 3rem;
  }
}

.ddeals-price-secondary {
  font-size: 1.1rem;
  line-height: 1.4rem;
}

.ddeals-wrapper {
  width: 100%;
}

.ddeals-name {
  font-size: 1.25rem;
  line-height: 1.7rem;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #000;
  display: inline;
  width: 160px;
  float: left;
  display: block;
  display: -webkit-box;
  line-height: 1.5rem;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding: 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (min-width: 768px) {
  .ddeals-name {
    width: 100%;
  }
}

.ddeals-price-promo-wrap {
  color: #000;
  border-radius: 0 12px 12px;
  width: 150px;
  margin-top: 20px !important;
}

.ddeals-content-image {
  overflow: hidden;
  padding: 15px 10px;
}

@media (min-width: 801px) {
  .ddeals-content-image {
    padding: 0;
  }
}

.ddeals-prod-panel-lastunits {
  text-transform: uppercase;
  font-size: 11px !important;
  color: #fff;
  font-weight: 900;
  padding: 5px;
  float: right;
  border-bottom-left-radius: 7px;
  background: #fd2b73;
}

@media (max-width: 375px) {
  .ddeals-prod-panel-lastunits {
    font-size: 9px !important;
  }
}

.ddeals-mt2-text {
  font-weight: 400;
}

.ddeals-mt2-text sup {
  font-size: 1.2rem;
}

.daily-deals-top-tags {
  position: absolute;
  left: 0;
  right: 0;
}

.daily-deals-top-tags .ddeals-prod-panel-discount {
  position: relative;
  float: left;
}

.content-daily {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ddeals-image {
  width: 120px;
  height: 120px;
}

@media (min-width: 480px) {
  .ddeals-image {
    width: auto;
    height: auto;
  }
}

.ddeals-content-info {
  text-align: center;
}

.ddeals-btn-cta {
  width: 100%;
  margin-top: 20px;
  border-radius: 2.5px;
}

@media (min-width: 801px) {
  .ddeals-btn-cta {
    width: auto;
    float: right;
  }
}

.ddeals-promo-badge span {
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  min-height: 30px;
}

.ddeals-promo-badge.is-cmr.is-combo .ddeals-promo-badge-combo {
  display: none;
}

.ddeals-promo-badge.is-cmr .ddeals-promo-badge-cmr {
  width: 75px;
  height: 15px;
  margin-right: 10px;
  background-image: url(/static/categorias/contenidoEstatico/landings/Lo-mas-nuevo/2.0/logo-imbatible.403fbbab320b2a8d51e8.svg);
}

.ddeals-promo-badge.is-combo .ddeals-promo-badge-combo {
  width: 69px;
  height: 19px;
  background-size: contain;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEUAAAATCAYAAADGWsDDAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ1IDc5LjE2MzQ5OSwgMjAxOC8wOC8xMy0xNjo0MDoyMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkU0QjFBMjAyNTU2OTExRTlBNzgxRDFDQjJDQ0ZERUY4IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkU0QjFBMjAzNTU2OTExRTlBNzgxRDFDQjJDQ0ZERUY4Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RTRCMUEyMDA1NTY5MTFFOUE3ODFEMUNCMkNDRkRFRjgiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6RTRCMUEyMDE1NTY5MTFFOUE3ODFEMUNCMkNDRkRFRjgiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4rbOR6AAADK0lEQVR42uxYz2vTUBz/vqS1KCq1hbrtJAriYedt+BfssurRgxcLjuFJKnjQMUZxgsiGpyFu01sRL7rOo95tL+IYHgZ6chuOtkQm62qWxO97yUvy0mRdQ6bd2BdeXpLv9/36vO/3+z4JGChwLLZQOGItL6HvIcDuo457I2SUGD/njgIwUiSAHDGJOYD0TiMg+eMAsjzFBETzB6TwAGBnzazDxin0DlIvxHokXPvgtl6d9bxgF3L+tpFOpTsbsPAMU0smuHxeNpjQei87HDwAkGnR9sKaIWUu2Xq8R5tFR4/3Lr3Zh9nOp+8Rq82CaOst4pjMjoJF33O9NX+aaCWYeHxwmZztIPVAuYRlCEsW4id6QJeLHBCQk6tok7VsSuwe33kXAbDd5wP8uP/I8ksCm4QWNia25WNyQHD1LwCaP6gtq/GZ9x874PC8zq7pZo7U6jU2IRWu2lpdvgO6IlHACGyUeaiBqnzCqd3AxykR5ZOTeJ1zAT7Q9lCEjSW0NcEW+mlWUDfo2sAyGAnWv/QvEhcHxJpkmQOAkuTv3HprmhdbexK8ZbyDKVS9/eBlxWOzYr0H6fCcCRha8aROd9nxEnmmbQizJJsYBji1HoqndLlUQf09wXYzfuadFZYBCTExzE8fqJ1dNj2gORYdKDuqWP9HIbA+xbxFZXloxh2WreGh5cxCQcQ2kvY1OlCeood+/ABw/0l3+MvurzG2yEAv8Tt9WFIvRgeKdhpgqwGQOtcVmNDvK6KuysFe0nr6gLr1fj8nVQvND5TnBYCeDMAQnl6Lbw8rc6+G/iD0lcoXse5MFJukCSzUpuWKzU1cnwTWHn+PEJR+8fRh9/1BNu095dpNvKSw1MNM5g2WPI1n5BfziM4Vh+HCEia/WWSvdylZMwkWi9csyxma8hr0sBiYp4+zWAwd0hgF/ueINCYZg6WEzeQrjs3+GW09XPwjEcOBs+wIVRWMaY0mwQpluIAZgeib33Cel02+wRknAqYpeaoTd/ZPgOd4dfSZkbCc/YyLdf/rofe4SWAy2O0Bt43B9LfuGfCqWIrARedZUtvjSxk9oyoutjv/vP0VYADnMa2einLTVwAAAABJRU5ErkJggg==);
}

.ddeals-link {
  display: block;
  height: 100%;
  position: relative;
  width: 100%;
}

.ddeals-link:hover {
  color: rgba(0, 0, 0, 0.6);
}

@media (max-width: 800px) {
  .section-imbatibles-combos .banner-promotional {
    margin: 0 !important;
    text-align: center;
  }
}

.content-daily-deals .ddeals-price-promo {
  color: #000;
}

.content-daily-deals .btn {
  width: 100%;
}

.content-daily-deals .btn-red:hover {
  background: #dd0021;
}

@media (max-width: 767px) {
  .content-daily-deals ::-webkit-scrollbar {
    width: 15px;
    height: 9px !important;
  }
  .content-daily-deals ::-webkit-scrollbar-thumb {
    background-color: #000;
  }
  .content-daily-deals ::-webkit-scrollbar-track {
    background-color: #0000005e;
  }
}

.content-daily-deals .ddals-quedan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 768px) {
  .content-daily-deals .ddals-quedan {
    border-radius: 5px;
    margin-left: 18px;
  }
}

@media (min-width: 992px) {
  .content-daily-deals .ddals-quedan {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media (min-width: 768px) {
  .content-daily-deals .ddeals-text-offerends,
  .content-daily-deals .ddeals-text-hurryup {
    font-size: 2rem;
  }
}

@media (min-width: 992px) {
  .content-daily-deals .ddeals-text-offerends,
  .content-daily-deals .ddeals-text-hurryup {
    font-size: 2.4rem;
  }
}

@media (min-width: 768px) {
  .flex-grid-1-combos {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media (max-width: 767px) {
  .flex-grid-1-combos {
    margin: 25px 0px;
  }
}

.section-novedades2 {
  position: relative;
  z-index: 1;
}

.banner-servicio {
  padding: 0 !important;
  margin: 4px 0px;
  width: 100%;
  position: relative;
  z-index: 33;
  -webkit-box-shadow: 0px -1px 5px 0px #858285;
          box-shadow: 0px -1px 5px 0px #858285;
}

.sec-bannerOther {
  padding: 15px 0;
}

@media (min-width: 768px) {
  .container-popups.section-wrapper {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media (max-width: 800px) {
  .content-daily-deals .daily-deals-container:nth-child(1) {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
    border-left: 0;
  }
  .content-daily-deals .swiper-slide-horas:last-child .daily-deals-container {
    border-radius: 0 7px 7px 0 !important;
  }
}

@media (min-width: 800px) {
  #daily-deals-countdown {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
  }
  .content-daily-deals .swiper-slide-horas:last-child .daily-deals-container {
    border-radius: 0 10px 10px 0 !important;
  }
}

.ddeals-price-promo-wrap span {
  font-size: 1.85rem;
}

#daily-deals-homecenter-1 {
  overflow: hidden;
  border-radius: 7px 0px 0px 7px;
  overflow: hidden;
}

.daily-deals-container {
  text-align: center;
}

.ddeals-btn-cta {
  /* margin-top: 20px; */
  opacity: 0;
  border-radius: 2.5px;
  position: absolute;
  left: 0;
  bottom: 2px;
  height: 60px;
  padding: 30px 0px;
  z-index: -1;
  border-radius: 0px 0px 10px 10px;
}

.btn-red {
  background: #dd0021;
}

.swiper-slide-horas:hover .ddeals-btn-cta {
  opacity: 1;
}

.ddeals-content-info {
  padding-bottom: 12px;
  padding-left: 7px;
  padding-right: 7px;
}

.btn-text-producto {
  margin-top: 40px;
  padding-bottom: 1px;
  z-index: -10;
  display: none;
}

@media (min-width: 768px) {
  .btn-text-producto {
    margin-top: 40px;
    display: block;
  }
  .swiper-slide-horas:hover .btn-text-producto {
    margin-top: 40px;
  }
}

.background-dailydeals .swiper-pagination-bullet {
  display: none;
}

@media (max-width: 768px) {
  .section-container-fluid.section-news.section-news-slider-banners {
    /* max-width: 700px; */
    height: auto;
    margin: auto;
  }
}

.img-banners-100 {
  width: 100%;
}

.contenedor-deals {
  position: relative;
  width: 100%;
  margin: auto !important;
}

@media (min-width: 768px) {
  .contenedor-deals {
    top: 20px;
  }
}

.wrapper-fondo-deals {
  max-width: 1280px;
  background: linear-gradient(35deg, #1f2848 20%, #0267b9 72%, #22b2ff 100%);
}

@media (min-width: 992px) {
  .wrapper-fondo-deals {
    border-radius: 10px;
  }
}

@media (min-width: 1320px) {
  .wrapper-fondo-deals {
    margin: 0 auto;
    position: relative;
  }
}

.fondo-deals {
  position: absolute;
  width: 100%;
  height: 95%;
}

.marginTopmobile {
  position: relative;
}

@media (min-width: 768px) {
  .content-daily-deals .ddals-quedan {
    margin-left: 0px !important;
  }
}

@media (max-width: 999px) and (min-width: 992px) {
  .hidden-sm,
  .hidden-xs {
    display: block;
  }
}

@media (min-width: 992px) and (max-width: 999px) {
  .hidden-lg,
  .hidden-md {
    display: none !important;
  }
}

.feed-products .daily-deals-container {
  border: 0;
  overflow: hidden;
  border-radius: 5px;
}

/* Colors - NO MODIFICAR COLORES PORFAVOR!!!*/
/* Layouts sizes */
/* Breakpoints */
#section-new-product {
  background: #eee;
}

@media (min-width: 992px) {
  #section-new-product {
    position: relative;
  }
}

#js-dg-products {
  background: #eee;
}

.columns {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: .3rem;
  margin-right: .3rem;
}

.column {
  padding: 0.4rem;
}

.icon-badge-category {
  display: inline-block;
  margin-right: 1rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
  width: 3rem;
  height: 3rem;
}

.section-promo .btn-see-more {
  color: #fff;
  background: #11182C;
  padding: 5px 10px;
  font-size: 1.2rem;
  text-transform: uppercase;
  border-radius: 5px;
}

.section-promo i.icon-arrow-right {
  font-style: normal;
  color: #fff;
}

.section-promo .link-section-promo {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (min-width: 481px) and (max-width: 800px) {
  .section-promo {
    padding: 0 3rem;
  }
}

.section-promo .no-padding {
  padding: 0 !important;
}

.section-promo:not(.section-latest-product):not(.section-recommended):not(.section-brands) .section-promo__content {
  min-height: 270px;
}

@media (min-width: 481px) and (max-width: 800px) {
  .section-promo:not(.section-latest-product):not(.section-recommended):not(.section-brands) .section-promo__content {
    min-height: 297px;
  }
}

@media (min-width: 801px) {
  .section-promo:not(.section-latest-product):not(.section-recommended):not(.section-brands) .section-promo__content {
    min-height: 569px;
  }
}

.section-promo:not(.section-latest-product):not(.section-recommended):not(.section-brands) .section-promo__content .spinner-loading {
  height: inherit;
}

@media (min-width: 801px) {
  .section-promo:not(.section-latest-product):not(.section-recommended):not(.section-brands) .section-promo__content .spinner-loading {
    height: inherit;
  }
}

.section-promo__content {
  position: relative;
}

.section-promo__keywords {
  padding: 10px 15px 0 15px;
}

@media (min-width: 992px) {
  .section-promo__keywords {
    margin-top: 7px;
    padding: 12px 15px 0 15px;
  }
}

.section-promo__keywords .keyword-heading {
  display: inline-block;
  margin-bottom: 5px !important;
  color: #333;
  font-size: 1.4rem !important;
  line-height: 1.4rem !important;
}

@media (min-width: 992px) {
  .section-promo__keywords .keyword-heading {
    font-size: 2rem !important;
    margin-bottom: 0 !important;
  }
}

.section-promo__keywords .text-bolder {
  font-weight: bolder;
}

.section-promo__heading {
  margin: 0 15px 1rem;
  border-radius: 5px;
}

.section-promo__heading h2 {
  position: relative;
  letter-spacing: .04rem !important;
  font-size: 1.8rem !important;
}

@media (max-width: 800px) {
  .section-promo__heading .text-uppercase_icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
        align-content: center;
  }
}

@media (min-width: 801px) {
  .section-promo__heading .text-uppercase_icon strong {
    display: inline-block;
    vertical-align: middle;
  }
}

@media (max-width: 800px) {
  .section-promo__heading .text-uppercase_icon strong {
    line-height: 1.4em;
  }
}

.cta-seemore {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  pointer-events: none;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  border-radius: 5px;
  -webkit-transition: ease .15s;
  transition: ease .15s;
  background: transparent;
  overflow: hidden;
}

.cta-seemore__label {
  color: #dd0021;
  font-size: 1.15rem;
  line-height: 1.15rem;
  font-weight: 900;
  margin-right: .5rem;
  text-transform: uppercase;
}

@media (min-width: 481px) {
  .cta-seemore__label {
    font-size: 1.3rem;
    line-height: 1.3rem;
  }
}

.cta-seemore__icon {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='59.2' height='22.3' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3Ebackground%3C/title%3E%3Cpath fill='none' d='M-1-1h5.7v3.394H-1z'/%3E%3Cg%3E%3Ctitle%3ELayer 1%3C/title%3E%3Cpath fill='%23dd0021' d='M48.83.444a1.112 1.112 0 0 0-1.587 0 1.12 1.12 0 0 0 0 1.571l8.047 8.047H28.736a1.106 1.106 0 0 0-1.111 1.112c0 .62.492 1.127 1.111 1.127H55.29l-8.047 8.032c-.429.444-.429 1.16 0 1.587a1.112 1.112 0 0 0 1.587 0l9.952-9.952a1.093 1.093 0 0 0 0-1.57L48.83.443z'/%3E%3Cpath stroke='null' fill-opacity='null' stroke-opacity='null' stroke-width='null' fill='%23dd0021' d='M.813 10.051h28.875v2.25H.813z'/%3E%3Cellipse stroke='null' ry='1.062' rx='.781' cy='11.239' cx='.781' fill-opacity='null' stroke-opacity='null' stroke-width='null' fill='%23dd0021'/%3E%3C/g%3E%3C/svg%3E");
  width: 2.5rem;
  height: 1.3rem;
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
}

.section-promo__image {
  width: 100%;
  max-width: 100%;
  border-radius: 5px;
}

@media (min-width: 801px) {
  .section-promo__image {
    max-width: none;
  }
}

.section-promo__card {
  border-radius: 5px;
  -webkit-box-shadow: 0 0px 1px 1px rgba(0, 0, 0, 0.14);
          box-shadow: 0 0px 1px 1px rgba(0, 0, 0, 0.14);
  -webkit-transition: ease .22s;
  transition: ease .22s;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.section-promo__card:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0 5px 12px -6px rgba(0, 0, 0, 0.45);
          box-shadow: 0 5px 12px -6px rgba(0, 0, 0, 0.45);
}

.section-promo__card:hover .cta-seemore__btn {
  opacity: 1;
}

.cta-seemore__btn {
  opacity: 0;
  padding: 1.2rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  overflow: hidden;
  /*background: rgba($colorWhite, .9);*/
}

.cta-seemore__btn:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-box-shadow: 0 -20px 75px 55px rgba(255, 255, 255, 0.99);
          box-shadow: 0 -20px 75px 55px rgba(255, 255, 255, 0.99);
  z-index: -1;
}

.dynamic-grid__item__catimg {
  position: relative;
  left: 50%;
  top: 50%;
  width: 100%;
  margin-left: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.dynamic-grid__item__bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-size: 115% auto;
  background-position: center;
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

.dynamic-grid__card-columns {
  margin: 0;
  border: none;
  border-radius: 7px;
}

@media (max-width: 999px) {
  .dynamic-grid__card-columns {
    overflow: hidden;
  }
}

.dynamic-grid__card-columns .ddeals-prod-panel-discount {
  left: 0;
}

.dynamic-grid__column__card {
  position: relative;
  -ms-flex-preferred-size: 16.667%;
      flex-basis: 16.667%;
  padding: 5px;
  width: 16.667%;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

@media (min-width: 801px) {
  .dynamic-grid__column__card {
    padding: 3px;
  }
}

@media (max-width: 767px) {
  .dynamic-grid__column__card {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    width: 50%;
    padding: 4px;
  }
}

@media (min-width: 768px) {
  .dynamic-grid__column__card {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    width: 25%;
  }
}

@media (min-width: 992px) {
  .dynamic-grid__column__card {
    -ms-flex-preferred-size: 16.666%;
        flex-basis: 16.666%;
    width: 16.666%;
  }
}

.dynamic-grid__column__card:hover {
  -webkit-transition: ease .35s;
  transition: ease .35s;
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
  z-index: 1;
}

.dynamic-grid__column__card:hover > div {
  -webkit-box-shadow: 0 0 18px -13px rgba(0, 0, 0, 0.76);
          box-shadow: 0 0 18px -13px rgba(0, 0, 0, 0.76);
}

.dynamic-grid__column__card > div {
  padding: 0;
  overflow: hidden;
  border-radius: 5px;
  min-height: 230px;
}

@media (min-width: 768px) {
  .dynamic-grid__column__card > div {
    min-height: 240px;
  }
}

.dynamic-grid__column__card.is-full .daily-deals-container {
  min-height: auto;
}

@media (min-width: 768px) {
  .dynamic-grid__column__card.is-full .daily-deals-container {
    min-height: 240px;
    height: 240px;
  }
}

@media (min-width: 992px) {
  .dynamic-grid__column__card.is-full .daily-deals-container {
    min-height: 250px;
    height: 250px;
  }
}

.dynamic-grid-carousel {
  height: auto;
  margin-right: .3rem;
  margin-left: .3rem;
  padding: .5rem .5rem;
}

.dynamic-grid-carousel.dynamic-grid-carousel__cards {
  height: 270px;
}

.dynamic-grid-carousel.dynamic-grid-carousel__cards .swiper-wrapper {
  height: 100% !important;
}

@media (min-width: 481px) {
  .dynamic-grid-carousel.dynamic-grid-carousel__cards {
    height: 300px;
  }
}

@media (min-width: 481px) and (max-width: 800px) {
  .dynamic-grid-carousel__cards {
    margin: 0 !important;
    padding: 0 !important;
  }
}

@media (max-width: 440px) {
  .dynamic-grid-carousel__cards {
    padding: 0 15px;
    margin: 0;
  }
}

.dynamic-grid-carousel__cards .dynamic-grid-carousel__item {
  border: 1px #eee solid;
  border-left: 0;
  border-right: 0;
  overflow: hidden;
}

.dynamic-grid-carousel__cards .dynamic-grid-carousel__item:first-child {
  border-left: 1px #eee solid;
  border-radius: 7px 0 0 7px;
}

.dynamic-grid-carousel__cards .dynamic-grid-carousel__item:last-child {
  border-radius: 0 7px 7px 0;
}

.dynamic-grid-carousel__cards .dynamic-grid-carousel__item__catcard > div {
  padding: 0;
}

@media (max-width: 480px) {
  .dynamic-grid-carousel__cards .dynamic-grid-carousel__item__catcard img {
    position: relative;
    left: 0;
    top: 0;
    margin-left: 0;
    width: 100%;
    height: 100%;
  }
}

.dynamic-grid-carousel .swiper-wrapper {
  height: auto;
}

.dynamic-grid-carousel__pagination {
  bottom: 9px !important;
}

@media (min-width: 801px) {
  .dynamic-grid-carousel__item {
    width: auto;
  }
}

.dynamic-grid-carousel__item .section-promo__image {
  width: 100%;
}

@media (min-width: 801px) {
  .dynamic-grid-carousel__item .section-promo__image {
    width: auto;
  }
}

@media (min-width: 768px) {
  .ddeals-image {
    width: 120px;
    height: 120px;
    margin: 10px;
  }
}

@media (min-width: 992px) {
  .ddeals-image {
    margin: 20px;
  }
}

#js-section-categories .title-category {
  font-size: .7em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-transform: uppercase;
  font-weight: bold;
}

@media (min-width: 768px) {
  #js-section-categories .title-category {
    font-size: .9em;
  }
}

@media (min-width: 992px) {
  #js-section-categories .title-category {
    font-size: .65em;
  }
}

#js-section-categories #swiper-categories {
  margin: 0px 0 30px 0;
  padding: 15px;
  width: 100%;
}

@media (min-width: 768px) {
  #js-section-categories #swiper-categories {
    padding: 0;
  }
}

#js-section-categories #swiper-categories .daily-deals-container {
  background: transparent;
  min-height: auto;
  padding: 0;
}

#js-section-categories #swiper-categories .daily-deals-container img {
  height: auto;
  width: 100%;
  padding: 0;
}

@media (min-width: 400px) {
  #js-section-categories #swiper-categories .daily-deals-container img {
    width: 115px;
  }
}

@media (min-width: 700px) {
  #js-section-categories #swiper-categories .daily-deals-container img {
    width: 100%;
    margin: 0;
  }
}

#js-section-categories #swiper-categories .ddeals-content-image {
  padding: 0;
}

#js-section-categories #swiper-categories .ddeals-content-descripcion {
  position: absolute;
  top: 10%;
  left: 50%;
  -webkit-transform: translate(-50%, -10%);
          transform: translate(-50%, -10%);
  color: #fff;
  width: 90%;
}

@media (min-width: 1024px) {
  #js-section-categories .swiper-button-prev {
    left: -50px;
  }
}

@media (min-width: 1024px) {
  #js-section-categories .swiper-button-next {
    right: -50px;
  }
}

#js-section-categories .container-swiper-button {
  width: 90%;
  margin: 0 auto;
}

@media (min-width: 768px) {
  #js-section-categories .container-swiper-button {
    width: 65%;
  }
}

@media (min-width: 1024px) {
  #js-section-categories .container-swiper-button {
    top: 42%;
    position: absolute;
    width: 100%;
  }
}

#js-section-categories .section-promo__content {
  position: relative;
  width: 100%;
  padding: 5px;
  margin: 0 auto;
}

@media (min-width: 1024px) {
  #js-section-categories .section-promo__content {
    width: 80%;
  }
}

#section-recommended .wrapper-card {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* flex-direction: row; */
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 360px;
  margin: 0 auto;
  padding: 0 15px;
}

@media (min-width: 768px) {
  #section-recommended .wrapper-card {
    display: block;
    max-width: none;
    padding: 0;
    max-height: 250px;
    border-radius: 10px;
  }
}

@media (min-width: 992px) {
  #section-recommended .wrapper-card {
    max-height: 290px;
  }
}

#section-recommended .ddeals-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#section-recommended .dynamic-grid__column__card {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media (min-width: 768px) {
  #section-recommended .section-promo {
    position: relative;
    top: -35;
  }
}

@media (min-width: 992px) {
  #section-recommended .section-promo {
    top: 0;
  }
}

#section-recommended .content-daily {
  overflow: hidden;
}

@media (min-width: 768px) {
  #section-recommended .content-daily {
    overflow: visible;
  }
}

#section-recommended .dynamic-grid__column__card:hover {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#section-recommended .dynamic-grid__column__card:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#section-recommended .dynamic-grid__column__card:hover .ddeals-link {
  border: 2px solid #0072ce;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#section-recommended .section-promo__content {
  min-height: 200px;
}

@media (min-width: 768px) {
  #section-recommended .section-promo__content {
    position: relative;
    top: 70px;
  }
}

@media (min-width: 800px) {
  #section-recommended .section-promo__content {
    min-height: 250px;
    top: 70px;
  }
}

@media (min-width: 992px) {
  #section-recommended .section-promo__content {
    min-height: 221px;
    position: relative;
    top: -30px;
  }
}

#section-recommended .title-section_bold {
  font-weight: bolder;
  padding-left: 5px;
}

@media (min-width: 768px) {
  #section-recommended .title-section_mb {
    display: none;
  }
}

#section-recommended .title-section_tb {
  display: none;
}

@media (min-width: 768px) {
  #section-recommended .title-section_tb {
    display: inline;
  }
}

#section-recommended .daily-deals-container {
  border: none;
  min-height: 320px;
  overflow: visible;
}

@media (min-width: 768px) {
  #section-recommended .daily-deals-container {
    min-height: auto;
    border-radius: 5px;
  }
}

@media (min-width: 992px) {
  #section-recommended .daily-deals-container {
    min-height: 215px;
  }
}

@media (min-width: 768px) {
  #section-recommended .daily-deals-container .ddeals-link {
    border-radius: 5px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #fbfbfb;
    -webkit-box-shadow: 0 0 18px -13px rgba(0, 0, 0, 0.76);
            box-shadow: 0 0 18px -13px rgba(0, 0, 0, 0.76);
  }
}

@media (min-width: 992px) {
  #section-recommended .daily-deals-container .ddeals-link {
    max-height: 290px;
  }
}

#section-recommended .daily-deals-container .ddeals-content-image {
  overflow: visible;
  position: relative;
  padding: 0;
  margin-top: 80px;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  #section-recommended .daily-deals-container .ddeals-content-image {
    margin: 0;
  }
}

@media (min-width: 992px) {
  #section-recommended .daily-deals-container .ddeals-content-image {
    bottom: 130px;
    top: inherit;
  }
}

#section-recommended .daily-deals-container .ddeals-content-info {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#section-recommended .daily-deals-container .ddeals-content-info:after {
  content: 'ver m\E1s';
  color: #fff;
  background-color: #333;
  padding: 0 10px;
  top: 100%;
  left: 50%;
  position: absolute;
  border-radius: 5px;
  width: 100px;
  line-height: 29px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (min-width: 768px) {
  #section-recommended .daily-deals-container .ddeals-content-info:after {
    display: none;
  }
}

#section-recommended .daily-deals-container .daily-deals-top-tags {
  display: none;
  position: absolute;
  left: 50%;
  width: auto;
  top: 94%;
  -webkit-transform: translate(-50%, -94%);
          transform: translate(-50%, -94%);
}

@media (min-width: 768px) {
  #section-recommended .daily-deals-container .ddeals-content-info {
    position: relative;
    top: -60px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (min-width: 992px) {
  #section-recommended .daily-deals-container .ddeals-content-info {
    bottom: 130px;
    top: inherit;
  }
}

#section-recommended .ddeals-image {
  width: 50vmin;
  height: auto;
  padding: 0px;
}

@media (min-width: 640px) {
  #section-recommended .ddeals-image {
    width: 30vmin;
  }
}

@media (min-width: 768px) {
  #section-recommended .ddeals-image {
    width: 140px;
    height: auto;
    position: relative;
    top: -60px;
    z-index: 5;
    margin: 0;
  }
}

@media (min-width: 992px) {
  #section-recommended .ddeals-image {
    width: 100%;
    top: 0;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}

@media (min-width: 1024px) {
  #section-recommended .ddeals-image {
    width: 90%;
  }
}

@media (min-width: 768px) {
  #section-recommended .container-heading {
    width: 85%;
    margin: 0 auto;
    position: absolute;
    width: 100%;
    top: 23%;
    left: 0;
  }
}

@media (min-width: 992px) {
  #section-recommended .container-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 90%;
  }
}

@media (min-width: 1024px) {
  #section-recommended .container-heading {
    width: 65%;
  }
}

@media (min-width: 1024px) and (max-width: 1366px) {
  #section-recommended .container-heading {
    width: 80%;
  }
}

@media (min-width: 1024px) {
  #section-recommended .container-heading {
    width: 90%;
  }
}

#section-recommended .section-heading {
  padding: 10px 15px;
  display: none;
}

#section-recommended .section-heading_title {
  color: #807979;
}

@media (min-width: 768px) {
  #section-recommended .section-heading_title {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    display: none;
  }
  #section-recommended .section-heading_title h2 {
    text-align: left;
    margin-bottom: 10px;
  }
}

@media (min-width: 992px) {
  #section-recommended .section-heading_title {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    display: block;
  }
}

#section-recommended .section-heading_text p {
  color: #fff;
  font-size: 2rem;
  line-height: 2rem;
  width: 100%;
  padding: 15px;
}

@media (min-width: 992px) {
  #section-recommended .section-heading_text p {
    font-size: 1.45rem;
    color: #333;
  }
}

@media (min-width: 992px) {
  #section-recommended .section-heading_text {
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
  }
}

@media (min-width: 768px) {
  #section-recommended .section-heading_text {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  #section-recommended .section-heading_text p {
    text-align: center;
  }
}

@media (min-width: 992px) {
  #section-recommended .section-heading_text {
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
  }
  #section-recommended .section-heading_text p {
    text-align: left;
  }
}

@media (min-width: 768px) {
  #section-recommended .section-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 70%;
    margin: 0 auto;
  }
}

@media (min-width: 992px) {
  #section-recommended .section-heading {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 40%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (min-width: 992px) {
  #section-recommended .section-body {
    width: 60%;
  }
}

#section-recommended .column.is-full .daily-deals-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#section-recommended .column.is-full .ddeals-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#section-recommended .column.is-full .ddeals-content-image,
#section-recommended .column.is-full .ddeals-content-info {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

#section-recommended .ddeals-name {
  padding: 0;
  min-height: 45px;
  -webkit-line-clamp: 3;
  width: 100%;
}

@media (min-width: 640px) {
  #section-recommended .ddeals-name {
    width: 100%;
  }
}

@media (min-width: 768px) {
  #section-recommended .ddeals-name {
    padding: 15px;
    min-height: 50px;
    height: 50px;
    line-height: 1.8rem;
    font-size: 1.5rem;
    width: 100%;
  }
}

@media (min-width: 992px) {
  #section-recommended .ddeals-name {
    min-height: 70px;
    -webkit-line-clamp: 3;
    height: 70px;
  }
}

#section-recommended .swiper-wrapper {
  width: 100%;
}

#section-recommended .dynamic-grid-carousel.dynamic-grid-carousel__cards {
  width: 100%;
}

#section-recommended .dynamic-grid-carousel__pagination {
  bottom: 20px !important;
}

@media (min-width: 768px) {
  #section-recommended .dynamic-grid-carousel__pagination {
    display: none;
  }
}

#section-recommended .dynamic-grid-carousel.dynamic-grid-carousel__cards {
  min-height: auto;
  height: auto;
  overflow: visible;
}

#section-recommended .dynamic-grid-carousel__cards .dynamic-grid-carousel__item:first-child {
  border: none;
}

#section-recommended .swiper-container {
  margin: 0;
  padding: 0;
  overflow: hidden;
}

#section-recommended .daily-deals-container {
  padding: 0;
}

#section-recommended .ddeals-content-info {
  width: 150px;
}

#section-recommended .swiper-slide {
  border-radius: 0 !important;
}

@media (min-width: 768px) {
  #section-recommended .swiper-slide {
    border-radius: 10px !important;
    border: none;
  }
}

#section-recommended .swiper-slide:nth-child(1) .daily-deals-container {
  background: #CBC6AF;
}

@media (min-width: 768px) {
  #section-recommended .swiper-slide:nth-child(1) .daily-deals-container {
    background: #fff;
  }
}

#section-recommended .swiper-slide:nth-child(2) .daily-deals-container {
  background: #8ECDFF;
}

@media (min-width: 768px) {
  #section-recommended .swiper-slide:nth-child(2) .daily-deals-container {
    background: #fff;
  }
}

#section-recommended .swiper-slide:nth-child(3) .daily-deals-container {
  background: #FFDBFF;
}

@media (min-width: 768px) {
  #section-recommended .swiper-slide:nth-child(3) .daily-deals-container {
    background: #fff;
  }
}

#section-recommended .swiper-button-next,
#section-recommended .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: 50%;
  background-repeat: no-repeat;
}

#section-recommended .swiper-button-next,
#section-recommended .swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
  width: 100%;
}

#section-recommended .swiper-custom-button {
  margin-top: calc(-2.5rem - 15px);
  width: 5rem;
  height: 5rem;
  border-radius: 5rem;
  background: #eee;
  -webkit-box-shadow: 0 3px 18px -5px rgba(0, 0, 0, 0.6);
          box-shadow: 0 3px 18px -5px rgba(0, 0, 0, 0.6);
  z-index: 2;
  border: none;
}

@media (min-width: 768px) {
  #section-recommended .swiper-custom-button {
    display: none;
  }
}

#section-recommended .swiper-custom-button.swiper-custom-button-prev {
  left: -2.5rem;
}

#section-recommended .swiper-custom-button.swiper-custom-button-prev:after {
  left: 2.5rem;
}

#section-recommended .swiper-custom-button.swiper-custom-button-next {
  right: -2.5rem;
}

#section-recommended .swiper-custom-button.swiper-custom-button-next:after {
  right: 2.5rem;
}

#section-recommended .dynamic-grid-carousel__item {
  border: none;
  overflow: visible;
}

@media (min-width: 768px) {
  #section-recommended .swiper-container {
    width: 90% !important;
    margin: 0 auto !important;
  }

}

@media (min-width: 992px) {
  #section-recommended .swiper-container {
    width: 100% !important;
  }
}

.wrapper-text_intro {
  z-index: 15;
  position: absolute;
  top: 5%;
  left: 50%;
  transform: translate(-50%, -5%);
  -webkit-transform: translate(-50%, -5%);
  color: #fff;
  font-size: 2.0rem;
  text-align: center;
  width: 150px;
  height: auto;
  margin-top: 0;
}

@media screen and (min-width: 768px) {
  .wrapper-text_intro {
    width: 40%;
    padding: 20px;
    height: auto;
    left: 50%;
    -webkit-transform: translate(-50%, -10%);
    transform: translate(-50%, -10%);
  }
}

@media screen and (min-width: 992px) {
  .wrapper-text_intro {
    position: absolute;
    top: 30%;
    left: 20%;
    -webkit-transform: translate(-15%, -35%);
    transform: translate(-20%, -30%);
    color: #fff;
    font-size: 4rem;
    text-align: center;
    z-index: 200;
    padding: 20px;
    width: 19%;
  }
}

.wrapper-text_intro img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .wrapper-text_intro img {
    width: 100%;
  }
}

@media screen and (min-width: 992px) {
  .wrapper-text_intro img {
    width: 100%;
  }
}

.wrapper-text_intro .title-main {
  font-family: 'hands';
  font-size: 3.5rem !important;
  padding-bottom: 12px;
}

@media screen and (min-width: 1024px) {
  .wrapper-text_intro .title-main {
    font-size: 4.5rem !important;
  }
}

@media screen and (min-width: 992px) {
  .wrapper-text_intro .title-main {
    padding-bottom: 8px;
  }
}

.wrapper-text_intro .text-main {
  font-size: 1.8rem !important;
  line-height: 2.2rem !important;
}

@media screen and (min-width: 1024px) {
  .wrapper-text_intro .text-main {
    font-size: 2rem !important;
  }
}

.fas.fa-star {
  padding: 3px;
  font-size: 2rem;
  color: #0072ce;
}

.wrapper_tagStart {
  margin: 10px;
}

.contenedor-imagen-slider .imagen-slider {
  width: 100%;
  height: auto;
}

#vitrinas .wrapper-imagen-slider .contenedor-imagen-slider {
  display: none;
}

@media (min-width: 768px) {
  #vitrinas .wrapper-imagen-slider .contenedor-imagen-slider {
    display: block;
  }
}

#vitrinas .section-wrapper {
  padding: 0 !important;
}

@media (max-width: 800px) and (min-width: 481px) {
  #vitrinas .section-wrapper .section-promo {
    padding: 0;
  }
}

@media (min-width: 768px) {
  #vitrinas .enlace-slider {
    min-height: 660px;
  }
}

@media (min-width: 992px) {
  #vitrinas .enlace-slider {
    min-height: auto;
  }
}

@media screen and (min-width: 992px) {
  #swiper-slider-intro .wrapper-imagen-slider {
    padding-top: 0;
    height: 295px;
  }
  #swiper-slider-intro .contenedor-imagen-slider {
    height: 100%;
    width: 100%;
    z-index: -1;
    top: 0;
    display: block;
    white-space: nowrap;
  }
  #swiper-slider-intro .contenedor-imagen-slider .imagen-slider {
    display: block;
    margin: auto;
    z-index: 5;
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    max-height: none;
    max-width: none;
    min-height: 100%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    height: 100%;
  }
  #swiper-slider-intro .swiper-slide {
    display: inline-block;
    height: 100%;
    left: 0;
    overflow: hidden;
    top: 0;
    width: 100%;
  }
}

@media screen and (min-width: 1024px) {
  #swiper-slider-intro .wrapper-imagen-slider {
    padding-top: 0;
    height: 320px;
  }
  #swiper-slider-intro .contenedor-imagen-slider .imagen-slider {
    width: auto;
    height: auto;
  }
}

#section-other .wrapper-other-categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 768px) {
  #section-other .wrapper-other-categories {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

#section-other .wrapper-other-categories .item-other-categories {
  padding: 5px;
}

#section-other .section-promo__content {
  position: relative;
  width: 100%;
  padding: 0px;
  margin: 0 auto;
}

@media (min-width: 1024px) {
  #section-other .section-promo__content {
    width: 80%;
  }
}

/*.swiper-container {
    &.swiper-custom-carousel {
        @include swiperCustomCarousel();
    }
}*/
.swiper-button-disabled {
  opacity: .38;
}

.swiper-pagination-bullets {
  width: 100%;
  position: relative;
}

.swiper-button-prev, .swiper-button-next {
  top: 0;
  position: relative;
}

.swiper-container-outer {
  position: relative;
}

.swiper-custom-button {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 5rem;
  background: #fff;
  z-index: 2;
  border: 2px solid #0071ce;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.swiper-custom-button.swiper-custom-button-prev:after, .swiper-custom-button.swiper-custom-button-next:after {
  content: '';
  position: absolute;
  top: 50%;
  width: 1.4rem;
  background-size: cover;
  margin-top: -.6rem;
  background-repeat: no-repeat;
  height: 1.2rem;
}

.swiper-custom-button.swiper-custom-button-prev:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  background-position: center;
  background-size: contain;
}

.swiper-custom-button.swiper-custom-button-next {
  float: right;
}

.swiper-custom-button.swiper-custom-button-next:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  background-size: contain;
  background-position: center;
}

.swiper-pagination-bullet {
  opacity: 1;
  background: #919191;
  border: 2px #eee solid;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin: 0 2px;
  width: 12px;
  height: 12px;
}

.swiper-pagination-bullet-active {
  background: #0072ce;
}

