@charset "UTF-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* colors */
/* break points responsive */
/* break point adicional para el menu*/
/* espacios master*/
/*bordes redondeados generales */
/* Fonts */
@font-face {
  font-family: "qooqer";
  src: url("/fonts/basiersquare-regular-webfont.eot");
  src: url("/fonts/basiersquare-regular-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/basiersquare-regular-webfont.woff2") format("woff2"), url("/fonts/basiersquare-regular-webfont.woff") format("woff"), url("/fonts/basiersquare-regular-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "qooqer";
  src: url("/fonts/basiersquare-regularitalic-webfont.eot");
  src: url("/fonts/basiersquare-regularitalic-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/basiersquare-regularitalic-webfont.woff2") format("woff2"), url("/fonts/basiersquare-regularitalic-webfont.woff") format("woff"), url("/fonts/basiersquare-regularitalic-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "qooqer";
  src: url("/fonts/basiersquare-semibold-webfont.eot");
  src: url("/fonts/basiersquare-semibold-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/basiersquare-semibold-webfont.woff2") format("woff2"), url("/fonts/basiersquare-semibold-webfont.woff") format("woff"), url("/fonts/basiersquare-semibold-webfont.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "qooqer";
  src: url("/fonts/basiersquare-semibolditalic-webfont.eot");
  src: url("/fonts/basiersquare-semibolditalic-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/basiersquare-semibolditalic-webfont.woff2") format("woff2"), url("/fonts/basiersquare-semibolditalic-webfont.woff") format("woff"), url("/fonts/basiersquare-semibolditalic-webfont.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "qooqer";
  src: url("/fonts/basiersquare-bold-webfont.eot");
  src: url("/fonts/basiersquare-bold-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/basiersquare-bold-webfont.woff2") format("woff2"), url("/fonts/basiersquare-bold-webfont.woff") format("woff"), url("/fonts/basiersquare-bold-webfont.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "qooqer";
  src: url("/fonts/basiersquare-bolditalic-webfont.eot");
  src: url("/fonts/basiersquare-bolditalic-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/basiersquare-bolditalic-webfont.woff2") format("woff2"), url("/fonts/basiersquare-bolditalic-webfont.woff") format("woff"), url("/fonts/basiersquare-bolditalic-webfont.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
/*-------------------*/
/*	Fonts  */
/*-------------------*/
/*-------------------*/
/*	Font Awesome  */
/*-------------------*/
/*-------------------*/
/* micro elementos*/
/*-------------------*/
.input {
  position: relative;
}
.input label {
  display: none;
}
.input input[type=text],
.input input[type=text],
.input input[type=number],
.input input[type=email],
.input input[type=mail],
.input input[type=tel],
.input input[type=phone],
.input input[type=password],
.input select,
.input textarea {
  border: 1px solid #f2f2f2;
  width: 100%;
  padding: 0px 15px;
  height: 40px;
  background-color: #fff;
  color: #000;
  font-size: 13px;
  border-radius: 0;
}
@media (hover: hover) and (pointer: fine) {
  .input input[type=text]:hover,
.input input[type=text]:hover,
.input input[type=number]:hover,
.input input[type=email]:hover,
.input input[type=mail]:hover,
.input input[type=tel]:hover,
.input input[type=phone]:hover,
.input input[type=password]:hover,
.input select:hover,
.input textarea:hover {
    border: 1px solid #e6e6e6;
  }
}
.input input[type=text]:focus,
.input input[type=text]:focus,
.input input[type=number]:focus,
.input input[type=email]:focus,
.input input[type=mail]:focus,
.input input[type=tel]:focus,
.input input[type=phone]:focus,
.input input[type=password]:focus,
.input select:focus,
.input textarea:focus {
  outline: none;
  border: 1px solid #000;
}
.input textarea {
  min-height: 100px;
  padding-top: 7px;
}
.input select {
  background: url("/img/ico-chev-down.svg") no-repeat white;
  background-position: right 12px center;
  background-size: 10px;
  padding-right: 25px;
}
.input.file {
  display: flex;
}
.input.file input[type=file] {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  /* for Internet Explorer */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.input.file input[type=file]:focus + label span {
  border-color: #fff;
}
.input.file label {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #fff;
  cursor: pointer;
}
.input.file label span {
  background-color: #fff;
  border-radius: 100%;
  background-size: 50%;
  margin-right: 10px;
  border: 2px solid #fff;
  transition: border-color 0.3s ease-out, background-size 0.3s ease-out;
}
.input.file label i {
  height: 40px;
  display: flex;
  align-items: center;
  width: calc(100% - 50px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 400px;
}
@media only screen and (max-width: 500px) {
  .input.file label i {
    max-width: calc(100vw - 90px);
  }
}
@media (hover: hover) and (pointer: fine) {
  .input.file label:hover span {
    border-color: #fff;
    background-size: 40%;
  }
}
.input > .ico {
  position: absolute;
  right: 10px;
  bottom: 9px;
  width: 20px;
  height: 20px;
}

/* Radios and checkboxen */
input[type=radio] {
  position: absolute;
  top: auto;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  /* IE 6/7 */
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  white-space: nowrap;
}

input[type=checkbox] {
  position: absolute;
}

input[type=radio] + label,
input[type=checkbox] + label {
  display: block;
  padding: 5px;
  padding-left: 28px;
  cursor: pointer;
}

input[type=checkbox] + label {
  padding-top: 10px;
}

input[type=radio]:focus + label,
input[type=checkbox]:focus + label {
  font-weight: 500;
}

input[type=radio] + label:before,
input[type=checkbox] + label:before {
  content: "";
  border: 2px solid #fff;
  background-color: #fff;
  display: block;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  border-radius: 0px;
  margin-left: -28px;
  margin-top: 0.15em;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 0.1s ease-out;
  position: absolute;
  top: 0px;
}

input[type=checkbox] + label:before {
  margin-top: -4px;
}

input[type=radio] + label:before {
  border-radius: 100%;
}

input[type=radio]:disabled + label:before,
input[type=checkbox]:disabled + label:before {
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: rgba(0, 0, 0, 0.1);
}

input[type=radio]:disabled + label,
input[type=checkbox]:disabled + label {
  color: #ccc;
}

input[type=radio]:checked + label:before {
  background-color: #000;
  box-shadow: inset 0 0 0 2px white;
}

input[type=checkbox] + label:before {
  content: "";
  text-align: center;
  line-height: 24px;
  color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  top: calc(50% - 4px);
}

input[type=checkbox]:checked + label:before {
  background-color: #000;
  box-shadow: inset 2px 2px 0px #fff, inset -2px -2px 0px #fff, inset -2px 2px 0px #fff, inset 2px -2px 0px #fff;
}

input[type=checkbox]:disabled + label:before {
  color: rgba(255, 255, 255, 0);
}

input[type=checkbox]:checked:disabled + label:before {
  color: #bbb;
  text-shadow: 0.05em 0 0 #bbb, -0.05em 0 0 #bbb;
}

@media only screen and (min-width: 500px) {
  .doble {
    display: flex;
  }
  .doble > * + * {
    margin-left: 10px;
  }
}

/*-------------------*/
/*  General  */
/*-------------------*/
* {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

body {
  background-color: #fff;
  color: #000;
  font-size: 16px;
  font-size: 1rem;
  font-family: "qooqer", sans-serif;
  letter-spacing: 0.6px;
}

input, select, textarea, button {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  font-family: "qooqer", sans-serif;
  transition: color 0.3s ease-out, background-color 0.3s ease-out, border-color 0.3s ease-out;
}
input:focus, select:focus, textarea:focus, button:focus {
  outline: none;
}

li {
  list-style: none;
}

img {
  image-rendering: -webkit-optimize-contrast;
}

a {
  outline: none;
  color: #000;
  transition: color 0.3s ease-out, background-color 0.3s ease-out, border-color 0.3s ease-out, opacity 0.3s ease-out;
}
a video,
a img {
  transition: all 0.3s ease-out;
}
a .image {
  overflow: hidden;
  background-color: #fafafa;
}
a .image img, a .image video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.005);
}
@media (hover: hover) and (pointer: fine) {
  a:hover .image video,
a:hover .image img {
    transform: scale(1.08);
  }
}

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

h1, h2, h3, h4 {
  font-family: "qooqer", sans-serif;
  font-weight: normal;
}

p {
  line-height: 130%;
}
p + p {
  margin-top: 12px;
}
@media (hover: hover) and (pointer: fine) {
  p a:hover {
    opacity: 0.4;
  }
}

table tr td {
  padding: 12px 15px;
  font-size: 14px;
}
@media only screen and (max-width: 500px) {
  table tr td {
    padding: 8px 12px;
    font-size: 12px;
  }
}

.txt-area ::-moz-selection {
  background: #000;
}
.txt-area ::selection {
  background: #000;
}
.txt-area .image,
.txt-area h1,
.txt-area h2,
.txt-area h3,
.txt-area h4 {
  letter-spacing: 1px;
}
.txt-area .image + h1, .txt-area .image + h2, .txt-area .image + h3, .txt-area .image + h4, .txt-area .image + p, .txt-area .image + ul, .txt-area .image + ol, .txt-area .image + .image,
.txt-area h1 + h1,
.txt-area h1 + h2,
.txt-area h1 + h3,
.txt-area h1 + h4,
.txt-area h1 + p,
.txt-area h1 + ul,
.txt-area h1 + ol,
.txt-area h1 + .image,
.txt-area h2 + h1,
.txt-area h2 + h2,
.txt-area h2 + h3,
.txt-area h2 + h4,
.txt-area h2 + p,
.txt-area h2 + ul,
.txt-area h2 + ol,
.txt-area h2 + .image,
.txt-area h3 + h1,
.txt-area h3 + h2,
.txt-area h3 + h3,
.txt-area h3 + h4,
.txt-area h3 + p,
.txt-area h3 + ul,
.txt-area h3 + ol,
.txt-area h3 + .image,
.txt-area h4 + h1,
.txt-area h4 + h2,
.txt-area h4 + h3,
.txt-area h4 + h4,
.txt-area h4 + p,
.txt-area h4 + ul,
.txt-area h4 + ol,
.txt-area h4 + .image {
  margin-top: 10px;
}
.txt-area blockquote + h1, .txt-area blockquote + h2, .txt-area blockquote + h3, .txt-area blockquote + h4,
.txt-area p + h1,
.txt-area p + h2,
.txt-area p + h3,
.txt-area p + h4,
.txt-area ul + h1,
.txt-area ul + h2,
.txt-area ul + h3,
.txt-area ul + h4,
.txt-area ol + h1,
.txt-area ol + h2,
.txt-area ol + h3,
.txt-area ol + h4 {
  margin-top: 30px;
}
.txt-area blockquote + p, .txt-area blockquote + ul, .txt-area blockquote + ol, .txt-area blockquote + .image, .txt-area blockquote + blockquote,
.txt-area p + p,
.txt-area p + ul,
.txt-area p + ol,
.txt-area p + .image,
.txt-area p + blockquote,
.txt-area ul + p,
.txt-area ul + ul,
.txt-area ul + ol,
.txt-area ul + .image,
.txt-area ul + blockquote,
.txt-area ol + p,
.txt-area ol + ul,
.txt-area ol + ol,
.txt-area ol + .image,
.txt-area ol + blockquote {
  margin-top: 15px;
}
.txt-area ol, .txt-area li {
  font-size: 14px;
  line-height: 130%;
}
.txt-area li + li {
  margin-top: 8px;
}
.txt-area ol {
  counter-reset: li;
}
.txt-area ol li {
  position: relative;
  padding-left: 15px;
}
.txt-area ol li:before {
  counter-increment: li;
  content: counter(li) ".";
  position: absolute;
  left: 0;
  top: 0px;
  display: inline-block;
  margin-right: 4px;
}
.txt-area ul li {
  position: relative;
  padding-left: 15px;
}
.txt-area ul li:before {
  content: "→";
  position: absolute;
  left: -2px;
  top: -1px;
  display: inline-block;
  margin-right: 4px;
}
.txt-area h1 {
  font-size: 30px;
}
.txt-area h2 {
  font-size: 22px;
}
.txt-area h3 {
  font-size: 18px;
}
@media (hover: hover) and (pointer: fine) {
  .txt-area a:hover {
    color: #000;
  }
}

button,
.button,
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 15px;
  text-decoration: none;
  color: #000;
  border: none;
  height: 40px;
  min-width: 40px;
  font-weight: 400;
  border-radius: 0;
  background-color: #000;
  cursor: pointer;
  font-size: 13px;
  font-family: "qooqer", sans-serif;
}
button * + *,
.button * + *,
.btn * + * {
  margin-left: 10px;
}
button .ico,
.button .ico,
.btn .ico {
  width: 24px;
  height: 24px;
  transition: transform 0.3s ease-out;
  font-size: 18px;
}
@media (hover: hover) and (pointer: fine) {
  button:hover,
.button:hover,
.btn:hover {
    background-color: #fff;
    color: #fff;
  }
  button:hover .ico,
.button:hover .ico,
.btn:hover .ico {
    transform: scale(1.2);
  }
}
button-full,
.button-full,
.btn-full {
  background-color: #000;
  color: #fff;
  font-weight: 300;
  padding: 0px 30px;
}
button-ghost,
.button-ghost,
.btn-ghost {
  border: 2px solid #fff;
  background-color: #fff;
  color: #fff;
  font-weight: 300;
  padding: 0px 30px;
}
@media (hover: hover) and (pointer: fine) {
  button-ghost:hover,
.button-ghost:hover,
.btn-ghost:hover {
    background-color: #fff;
    color: #fff;
  }
}
button-ico,
.button-ico,
.btn-ico {
  justify-content: space-between;
}
button-ico * + *,
.button-ico * + *,
.btn-ico * + * {
  margin-left: 15px;
}
button-ico .ico,
.button-ico .ico,
.btn-ico .ico {
  width: 20px;
  height: 20px;
  font-size: 14px;
  margin-right: -5px;
}
button-notext,
.button-notext,
.btn-notext {
  padding: 0;
}
button-txt,
.button-txt,
.btn-txt {
  background-color: transparent;
  padding: 0px 0;
  letter-spacing: 2px;
  height: auto;
}
button-txt .ico,
.button-txt .ico,
.btn-txt .ico {
  width: 20px;
  height: 20px;
  border: 1px solid #fff;
  border-radius: 10px;
  margin-left: 10px;
  transition: all 0.3s ease-out;
  font-size: 13px;
}
button-txt .ico:before,
.button-txt .ico:before,
.btn-txt .ico:before {
  font-size: 9px;
  position: relative;
  left: 5px;
  top: 1px;
}
@media (hover: hover) and (pointer: fine) {
  button-txt:hover,
.button-txt:hover,
.btn-txt:hover {
    background-color: transparent;
    color: #fff;
  }
  button-txt:hover .ico,
.button-txt:hover .ico,
.btn-txt:hover .ico {
    transform: scale(1.2);
  }
}
button.button-lvl2,
.button.button-lvl2,
.btn.button-lvl2 {
  position: relative;
  border: none;
  font-size: 14px;
  padding: 0;
  border-radius: 0;
  border: none;
  display: inline-flex;
  width: auto;
}
button.button-lvl2 span,
.button.button-lvl2 span,
.btn.button-lvl2 span {
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 500px) {
  button.button-lvl2,
.button.button-lvl2,
.btn.button-lvl2 {
    display: flex;
    width: calc(100% - 5px);
    padding: 0px 10px;
    justify-content: center;
    background-color: #000;
    border-radius: 10px;
    height: 60px;
  }
}
button.button-lvl2:before,
.button.button-lvl2:before,
.btn.button-lvl2:before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background-color: #000;
  position: absolute;
  right: 50%;
  top: 50%;
  transform: translateX(50%) translateY(-50%);
  z-index: 0;
  transition: all 0.3s ease-out;
}
button.button-lvl2 svg,
.button.button-lvl2 svg,
.btn.button-lvl2 svg {
  height: 14px;
  transform: rotate(-90deg);
  margin-left: 10px;
  transition: all 0.3s ease-out;
}
button.button-lvl2 svg path,
.button.button-lvl2 svg path,
.btn.button-lvl2 svg path {
  stroke-width: 4;
}
@media (hover: hover) and (pointer: fine) {
  button.button-lvl2:hover,
.button.button-lvl2:hover,
.btn.button-lvl2:hover {
    background-color: transparent;
  }
  button.button-lvl2:hover svg,
.button.button-lvl2:hover svg,
.btn.button-lvl2:hover svg {
    margin-left: 10px;
  }
  button.button-lvl2:hover:before,
.button.button-lvl2:hover:before,
.btn.button-lvl2:hover:before {
    right: 8px;
    height: 30px;
    width: 30px;
  }
}
button.button-lvl2.left,
.button.button-lvl2.left,
.btn.button-lvl2.left {
  flex-direction: row-reverse;
}
button.button-lvl2.left svg,
.button.button-lvl2.left svg,
.btn.button-lvl2.left svg {
  margin-right: 10px;
  margin-left: 0;
  transform: rotate(90deg);
}
button.button-lvl2.left:before,
.button.button-lvl2.left:before,
.btn.button-lvl2.left:before {
  right: auto;
  left: 50%;
}
@media (hover: hover) and (pointer: fine) {
  button.button-lvl2.left:hover svg,
.button.button-lvl2.left:hover svg,
.btn.button-lvl2.left:hover svg {
    margin-left: 0px;
    margin-right: 10px;
  }
  button.button-lvl2.left:hover:before,
.button.button-lvl2.left:hover:before,
.btn.button-lvl2.left:hover:before {
    right: auto;
    left: -23px;
  }
}
button.disable,
.button.disable,
.btn.disable {
  pointer-events: none;
  cursor: default;
  opacity: 0.4;
}

.slide-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 500px) {
  .slide-title {
    margin-bottom: 0 !important;
  }
}
.slide-title i {
  font-size: 8px;
  margin-left: auto;
}
@media only screen and (min-width: 500px) {
  .slide-title i {
    display: none;
  }
}
@media only screen and (max-width: 500px) {
  .slide-title + .slider-box {
    display: none;
  }
}
.slide-title.open {
  margin-bottom: 10px !important;
}
.slide-title.open i {
  transform: rotate(180deg);
}
@media only screen and (max-width: 500px) {
  .slide-title.open + .slider-box {
    display: block;
  }
}

@media only screen and (min-width: 500px) {
  .desktop-hide {
    display: none;
  }
}

@media only screen and (max-width: 500px) {
  .mobile-hide {
    display: none;
  }
}

header {
  padding: 0 20px;
  color: #000;
  border-bottom: 2px solid #000;
}
@media only screen and (max-width: 900px) {
  header {
    display: flex;
    align-items: center;
    padding: 0;
  }
}
header .logo {
  position: relative;
}
@media only screen and (max-width: 900px) {
  header .logo {
    order: 1;
  }
}
header .logo:after {
  content: "Confort · Funcionality · Style";
  display: block;
  position: absolute;
  left: calc(100% + 8px);
  color: black;
  top: 8px;
  white-space: nowrap;
  text-transform: uppercase;
  font-size: 9px;
  letter-spacing: 1px;
}
@media only screen and (max-width: 500px) {
  header .logo:after {
    display: none;
  }
}
@media only screen and (max-width: 900px) {
  header .logo {
    margin-right: 0;
    margin-left: 15px;
  }
}
header nav {
  margin-left: auto;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 900px) {
  header nav {
    flex-wrap: wrap;
    justify-content: space-between;
    flex: auto;
    margin-right: 10px;
  }
}
header nav .menu {
  display: flex;
  align-items: center;
  margin-left: auto;
  /* @include tablet {
  	position: absolute;
  	z-index: 5;
  	left: 0;
  	top: 50px;
  	border-top: 1px solid $negro;
  	background-color: $blanco;
  	display: block;
  	width: 100%;
  	padding: 0;
  	transform: translateX(-100%);
  	transition: transform  0.3s ease-out;
  	min-height: calc(100vh - 50px);
  }*/
}
@media only screen and (max-width: 900px) {
  header nav .menu {
    order: 3;
    width: 100%;
    overflow-x: scroll;
    width: 100vw;
    padding: 0 10px;
  }
}
header nav .menu li {
  margin-right: 25px;
}
@media only screen and (max-width: 900px) {
  header nav .menu li {
    height: 90px;
    text-align: center;
    margin-right: 8px;
  }
}
header nav .menu li:last-child {
  margin-right: 0;
}
header nav .menu li a {
  display: flex;
  align-items: center;
  text-decoration: none;
  height: 50px;
  text-decoration: none;
}
@media (hover: hover) and (pointer: fine) {
  header nav .menu li a:hover {
    text-decoration: underline;
  }
}
@media only screen and (max-width: 900px) {
  header nav .menu li a {
    display: block;
  }
}
header nav .menu li .image {
  display: block;
  width: 65px;
  height: 65px;
  border-radius: 80px;
  overflow: hidden;
  border: 2px solid #000;
}
@media only screen and (min-width: 900px) {
  header nav .menu li .image {
    display: none;
  }
}
@media only screen and (max-width: 900px) {
  header nav .menu li .name {
    font-size: 12px;
  }
}
header nav .menu li:hover ul {
  display: flex;
}
header nav .menu-user {
  display: flex;
  margin-left: 10px;
}
@media only screen and (max-width: 900px) {
  header nav .menu-user {
    order: 2;
  }
}
@media only screen and (min-width: 900px) {
  header nav .menu-user li {
    margin-left: 10px;
  }
}
header nav .menu-user li a {
  height: 50px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
header nav .menu-user li a i {
  font-size: 26px;
  transition: font-size 0.3s ease-out;
}
@media (hover: hover) and (pointer: fine) {
  header nav .menu-user li a:hover {
    background-color: #fff;
    color: #000;
  }
  header nav .menu-user li a:hover i {
    font-size: 22px;
  }
}
@media only screen and (max-width: 900px) {
  header nav.open .menu {
    transform: translateX(0%);
  }
}

.show-menu {
  display: none;
}
@media only screen and (max-width: 900px) {
  .show-menu {
    display: none;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    width: 50px;
    height: 50px;
    background-color: #fff;
    color: #000;
    font-size: 22px;
  }
  .show-menu i {
    transition: transform 0.3s ease-out;
    position: relative;
    top: 1px;
  }
  .show-menu.open i {
    transform: rotate(-90deg) translateY(2px) translateX(2px);
  }
}

.tns-outer {
  padding: 0 !important;
  position: relative;
}
.tns-outer [hidden] {
  display: none !important;
}
.tns-outer [aria-controls], .tns-outer [data-action] {
  cursor: pointer;
}

.tns-slider {
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  transition: all 0s;
}
.tns-slider > .tns-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.tns-horizontal.tns-subpixel {
  white-space: nowrap;
}
.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}
.tns-horizontal.tns-no-subpixel:after {
  content: "";
  display: table;
  clear: both;
}
.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left;
}
.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%;
}

.tns-no-calc {
  position: relative;
  left: 0;
}

.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px;
}
.tns-gallery > .tns-item {
  position: absolute;
  left: -100%;
  -webkit-transition: transform 0s, opacity 0s;
  -moz-transition: transform 0s, opacity 0s;
  transition: transform 0s, opacity 0s;
}
.tns-gallery > .tns-slide-active {
  position: relative;
  left: auto !important;
}
.tns-gallery > .tns-moving {
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}

.tns-autowidth {
  display: inline-block;
}

.tns-lazy-img {
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  transition: opacity 0.6s;
  opacity: 0.6;
}
.tns-lazy-img.tns-complete {
  opacity: 1;
}

.tns-ah {
  -webkit-transition: height 0s;
  -moz-transition: height 0s;
  transition: height 0s;
}

.tns-ovh {
  overflow: hidden;
}

.tns-visually-hidden {
  position: absolute;
  left: -10000em;
}

.tns-transparent {
  opacity: 0;
  visibility: hidden;
}

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0;
}

.tns-normal, .tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}

.tns-vpfix {
  white-space: nowrap;
}
.tns-vpfix > div, .tns-vpfix > li {
  display: inline-block;
}

.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden;
}
.tns-t-ct {
  width: 2333.3333333333%;
  width: -webkit-calc(100% * 70 / 3);
  width: -moz-calc(100% * 70 / 3);
  width: calc(100% * 70 / 3);
  position: absolute;
  right: 0;
}
.tns-t-ct:after {
  content: "";
  display: table;
  clear: both;
}
.tns-t-ct > div {
  width: 1.4285714286%;
  width: -webkit-calc(100% / 70);
  width: -moz-calc(100% / 70);
  width: calc(100% / 70);
  height: 10px;
  float: left;
}

.tns-controls button {
  outline: 0;
  width: 40px;
  padding: 0;
  min-width: 0;
  height: 40px;
  border-radius: 20px;
  z-index: 3;
  color: transparent;
  background: #fff;
  overflow: hidden;
  position: relative;
}
.tns-controls button:before {
  transition: color 0.3s ease-out;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  content: "";
  color: #000;
  font-size: 16px;
  position: absolute;
  left: 12px;
}
.tns-controls button:hover {
  background-color: #000;
}
.tns-controls button[data-controls=prev]:before {
  content: "";
}
.tns-controls button[disabled] {
  cursor: default;
  pointer-events: none;
}
.tns-controls button[disabled]:before {
  color: #bfbfbf;
}

.logo {
  display: block;
  width: 120px;
  height: 22px;
  background: url("/img/logo-quchillo.svg") no-repeat left top;
  background-size: contain;
  color: transparent;
}

.row {
  display: flex;
}
@media only screen and (max-width: 500px) {
  .row {
    display: block;
  }
}
.row .col + .col {
  margin-left: 40px;
}
@media only screen and (max-width: 500px) {
  .row .col + .col {
    margin-left: 0;
    margin-top: 20px;
  }
}

.nav-tabs {
  display: flex;
  align-items: flex-end;
}
.nav-tabs li {
  flex: 1;
}
.nav-tabs li a {
  border: 1px solid #e6e6e6;
  border-bottom: none;
  text-decoration: none;
  display: block;
  padding: 15px 20px;
  background-color: #e6e6e6;
}
.nav-tabs li a.active {
  background-color: #fff;
  cursor: default;
  pointer-events: none;
  padding: 20px 20px 15px;
}
.nav-tabs li + li a {
  border-left: none;
}

.tab-content .tab-pane {
  display: none;
}
.tab-content .tab-pane.active {
  display: block;
}

.social {
  display: flex;
  align-items: center;
}
.social li + li {
  margin-left: 15px;
}
.social li:last-child {
  margin-left: 25px;
}
.social li a .ico {
  font-size: 20px;
}
.social li a p {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  /* for Internet Explorer */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

@media only screen and (max-width: 500px) {
  .breadcrumb {
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: scroll;
  }
}
.breadcrumb ol {
  display: flex;
  align-items: center;
  margin-left: -10px;
}
.breadcrumb ol li {
  font-size: 12px;
  padding: 8px 10px;
  display: flex;
  align-items: center;
  color: #999999;
}
.breadcrumb ol li + li:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  content: "";
  display: block;
  color: #999999;
  font-size: 8px;
  margin: 0 5px 0 -13px;
  position: relative;
  top: 2px;
}
.breadcrumb ol li a {
  color: #999999;
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  .breadcrumb ol li a:hover {
    color: #000;
  }
}

.paging {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.paging * + * {
  margin-left: 10px;
}
.paging .page {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  font-size: 16px;
  text-decoration: none;
  transition: all 0.3s ease-out;
  cursor: pointer;
}
@media (hover: hover) and (pointer: fine) {
  .paging .page:hover {
    background-color: #f2f2f2;
  }
}
.paging .page .ico {
  position: relative;
  left: -3px;
}
.paging .page.prev, .paging .page.next {
  font-size: 10px;
  border-radius: 30px;
  background-color: #000;
}
@media (hover: hover) and (pointer: fine) {
  .paging .page.prev:hover, .paging .page.next:hover {
    background-color: #f2f2f2;
  }
}
.paging .page.actual {
  background-color: #f2f2f2;
}
.paging .page.disable {
  display: none;
}

.alert,
.badge {
  display: inline-block;
  padding: 8px 10px;
  font-size: 13px;
  border-radius: 4px;
  background-color: #e6e6e6;
  color: #fff;
  margin-bottom: 10px;
}
.alert-danger,
.badge-danger {
  background-color: #ffcccc;
}
.alert-warning,
.badge-warning {
  background-color: #ffedcc;
}
.alert.bright, .alert-info,
.badge.bright,
.badge-info {
  background-color: #ebebff;
}

.suscribe-box {
  background-color: #c0e3ea;
  padding: 20px;
  white-space: nowrap;
  text-align: right;
  text-decoration: none;
  display: block;
}
@media (hover: hover) and (pointer: fine) {
  .suscribe-box:hover {
    background-color: #000;
    color: #fff;
  }
}
@media only screen and (max-width: 900px) {
  .suscribe-box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    text-align-last: left;
    align-items: center;
  }
}
.suscribe-box .title {
  font-size: 18px;
}
.suscribe-box p {
  font-size: 12px;
  margin-top: 3px;
}
.suscribe-box .icons {
  margin-top: 15px;
}
@media only screen and (max-width: 900px) {
  .suscribe-box .icons {
    margin-top: 0;
  }
}
.suscribe-box .icons i {
  font-size: 26px;
}

.bloque {
  padding: 20px;
}
.bloque .title {
  font-size: 32px;
  margin-bottom: 15px;
}

.modal {
  display: none;
  position: fixed;
  z-index: 999999999;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
}
.modal-dialog {
  max-width: 400px;
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 500px) {
  .modal-dialog {
    padding: 15px;
  }
}
.modal-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media only screen and (max-width: 500px) {
  .modal-header {
    margin-bottom: 15px;
  }
}
.modal-header .modal-title {
  font-weight: normal;
  font-size: 20px;
}
.modal-header .modal-title small {
  display: block;
  font-size: 13px;
  color: #bfbfbf;
  margin-top: 5px;
}
.modal-header button {
  margin-left: 30px;
  background-color: transparent;
  padding: 0;
  color: #000;
  font-size: 20px;
  margin: -5px -5px 0 0;
}
.modal-body .input {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.modal-body .input label {
  display: block;
  width: 70%;
  font-size: 12px;
}
.modal-body .input input {
  width: 30%;
}
.modal-body .input input:not([type=range]) {
  padding: 0;
  text-align: right;
  border: none;
  color: #000;
  font-size: 16px;
}
.modal-body .input input[type=range] {
  width: 100%;
  margin-top: 10px;
}
.modal-footer {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 500px) {
  .modal-footer {
    margin-top: 15px;
  }
}
.modal.show {
  display: flex;
}
.modal.simulator .cuota {
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  padding: 20px;
  margin: 20px -20px -20px;
}
@media only screen and (max-width: 500px) {
  .modal.simulator .cuota {
    margin: 15px -15px -15px;
  }
}
.modal.simulator .cuota small {
  font-size: 12px;
  opacity: 0.5;
}
.modal.simulator .cuota span {
  font-size: 16px;
}

.home-dest {
  height: calc(70vh - 120px);
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  grid-template-areas: "uno dos cuatro" "uno tres cuatro";
  border-bottom: 2px solid #000;
}
@media only screen and (max-width: 500px) {
  .home-dest {
    height: calc(100vh - 100px);
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr;
    grid-template-areas: "uno cuatro" "uno cuatro" "dos dos" "tres tres";
  }
}
.home-dest > a {
  display: block;
  overflow: hidden;
}
.home-dest .uno {
  grid-area: uno;
  border-right: 2px solid #000;
}
.home-dest .dos {
  grid-area: dos;
  border-bottom: 2px solid #000;
}
@media only screen and (max-width: 500px) {
  .home-dest .dos {
    border-top: 2px solid #000;
    border-bottom: none;
  }
}
.home-dest .tres {
  grid-area: tres;
}
@media only screen and (max-width: 500px) {
  .home-dest .tres {
    border-top: 2px solid #000;
  }
}
.home-dest .cuatro {
  grid-area: cuatro;
  border-left: 2px solid #000;
}
@media only screen and (max-width: 500px) {
  .home-dest .cuatro {
    border-left: none;
  }
}

.promo-carousel,
.insta-carousel {
  border-bottom: 2px solid #000;
  padding-bottom: 0;
  overflow: hidden;
  cursor: default;
  padding: 15px 0;
}
.promo-carousel .item-wrap,
.insta-carousel .item-wrap {
  transform: translateX(0px);
  width: 400%;
  position: relative;
  white-space: nowrap;
  display: flex;
}
@media only screen and (max-width: 900px) {
  .promo-carousel .item-wrap,
.insta-carousel .item-wrap {
    width: 200%;
  }
}
.promo-carousel .item-wrap .item,
.insta-carousel .item-wrap .item {
  text-align: left;
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center;
}
.promo-carousel .item-wrap .item span,
.insta-carousel .item-wrap .item span {
  font-size: 18px;
  display: inline-block;
  padding-right: 90px;
  background: url("/img/ico-quchillo.svg") right 16px center no-repeat;
  background-size: 50px auto;
}

.insta-box {
  position: relative;
  border-bottom: 2px solid #000;
}
.insta-box .insta-carousel {
  background-color: #000;
  color: #fff;
  position: absolute;
  top: calc(50% - 20px);
  z-index: 2;
  width: calc(100vw - 16px);
}
@media only screen and (max-width: 500px) {
  .insta-box .insta-carousel {
    top: 50%;
    width: 100%;
  }
}
.insta-box .insta-carousel .item-wrap .item span {
  background-image: url("/img/ico-quchillo-w.svg");
}
.insta-box .insta-carousel .item-wrap .item span a {
  color: #fff;
}
.insta-box .insta-images {
  display: flex;
  height: 20vw;
}
@media only screen and (max-width: 500px) {
  .insta-box .insta-images {
    flex-wrap: wrap;
    height: 100vw;
  }
}
.insta-box .insta-images > a {
  display: block;
  overflow: hidden;
  position: relative;
  flex: 1;
  border-right: 2px solid #000;
}
.insta-box .insta-images > a:last-child {
  border-right: none;
}
@media only screen and (max-width: 500px) {
  .insta-box .insta-images > a {
    flex: auto;
    width: 50%;
    height: 50vw;
  }
  .insta-box .insta-images > a:nth-child(5n) {
    display: none;
  }
}
.insta-box .insta-images > a .info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
  padding: 15px;
}
.insta-box .insta-images > a .info .number {
  display: flex;
  justify-content: flex-end;
  font-size: 13px;
}
.insta-box .insta-images > a .info .number i {
  font-size: 16px;
  margin-left: 8px;
}
.insta-box .insta-images > a .info .txt {
  margin-top: 10px;
  font-size: 11px;
  display: none;
}
@media (hover: hover) and (pointer: fine) {
  .insta-box .insta-images > a:hover {
    background-color: #000;
  }
  .insta-box .insta-images > a:hover .image {
    background-color: #000;
  }
  .insta-box .insta-images > a:hover .image img {
    opacity: 0.3;
  }
  .insta-box .insta-images > a:hover .txt {
    display: block;
  }
}

.products-box .title {
  border-bottom: 2px solid #000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 54px;
  padding: 0 20px;
}
.products-box .title .name {
  font-size: 22px;
}
.products-box .title a {
  text-decoration: none;
  font-size: 13px;
}
.products-box .title a i {
  margin-left: 4px;
}
.products-box .list-products {
  display: flex;
  flex-wrap: wrap;
}
.products-box .list-products a {
  width: 25%;
  display: block;
  border-right: 1px solid #000;
  border-left: 1px solid #000;
  text-decoration: none;
}
.products-box .list-products a:nth-child(4n) {
  border-right: none;
}
.products-box .list-products a:nth-child(4n+1) {
  border-left: none;
}
@media only screen and (max-width: 500px) {
  .products-box .list-products a {
    width: 50%;
  }
  .products-box .list-products a:nth-child(2n) {
    border-right: none;
  }
  .products-box .list-products a:nth-child(2n+1) {
    border-left: none;
  }
}
.products-box .list-products a article {
  border-bottom: 2px solid #000;
}
.products-box .list-products a article .image {
  border-bottom: 2px solid #000;
}
.products-box .list-products a article .txt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 44px;
  padding: 0 20px;
}
@media only screen and (max-width: 500px) {
  .products-box .list-products a article .txt {
    padding: 0 10px;
  }
  .products-box .list-products a article .txt .name {
    font-size: 12px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .products-box .list-products a:hover {
    background-color: #eaeaea;
  }
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}
.fancybox-button * + * {
  margin-left: 0;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #bdcd00;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: 0;
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

/* Caption */
.fancybox-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
  }
}
.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }

  .fancybox-slide--image {
    padding: 6px 0;
  }

  .fancybox-close-small {
    right: -6px;
  }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }

  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }

  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
}
/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
.category-content {
  padding: 20px;
}
.category-content .category-head {
  display: flex;
}
@media only screen and (max-width: 900px) {
  .category-content .category-head {
    display: block;
  }
}
.category-content .category-head .header {
  margin-right: 20px;
}
@media only screen and (max-width: 900px) {
  .category-content .category-head .header {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.category-content .category-head .header h1 {
  font-size: 28px;
  margin-bottom: 5px;
}
.category-content .category-head .header h2 {
  line-height: 130%;
}
.category-content .category-tools {
  margin: 20px 0;
  background-color: #f7f7f7;
  padding: 0px 0px 0px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 500px) {
  .category-content .category-tools {
    display: block;
    padding: 0;
  }
}
.category-content .category-tools .products-showed {
  font-size: 11px;
  opacity: 0.7;
}
@media only screen and (max-width: 500px) {
  .category-content .category-tools .products-showed {
    display: none;
  }
}
.category-content .category-tools .filters {
  display: flex;
}
@media only screen and (max-width: 500px) {
  .category-content .category-tools .filters {
    display: block;
  }
}
.category-content .category-tools .filters select {
  background-color: transparent;
  border: none;
}
@media only screen and (max-width: 500px) {
  .category-content .category-tools .filters .select + .select {
    border-top: 2px solid #fff;
  }
}

.products-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.products-list article {
  width: calc(20% - 12px);
  margin-bottom: 20px;
}
@media only screen and (max-width: 1400px) {
  .products-list article {
    width: calc(25% - 11.25px);
  }
}
@media only screen and (max-width: 800px) {
  .products-list article {
    width: calc(33.333% - 10px);
  }
}
@media only screen and (max-width: 600px) {
  .products-list article {
    width: calc(50% - 7.5px);
  }
}
@media only screen and (max-width: 500px) {
  .products-list article {
    width: 100%;
  }
}
.products-list article a {
  display: block;
  text-decoration: none;
}
.products-list article a .info {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  margin-top: 10px;
}
.products-list article a .info .price {
  text-align: right;
  margin-left: 15px;
}
.products-list article a .info .price .actual {
  font-weight: bold;
}
.products-list article a .info .price.onsale {
  display: flex;
  flex-direction: column-reverse;
}
.products-list article a .info .price.onsale .actual {
  text-decoration: line-through;
  font-weight: normal;
}
.products-list article a .info .price.onsale .sale {
  font-weight: bold;
}

.producto-content {
  padding: 20px;
}
.producto-content article {
  display: flex;
}
@media only screen and (max-width: 900px) {
  .producto-content article {
    flex-direction: column;
  }
}
.producto-content article .images {
  flex: 1;
  margin-right: 20px;
  position: relative;
  max-width: 800px;
}
@media only screen and (max-width: 900px) {
  .producto-content article .images {
    margin-right: 0px;
    margin-top: 20px;
    order: 1;
  }
}
.producto-content article .images .slider .image img {
  max-width: none;
  width: 100%;
}
.producto-content article .images .tns-nav {
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.producto-content article .images .tns-nav button {
  width: 12px;
  height: 12px;
  border-radius: 10px;
  padding: 0;
  min-width: 0;
  background-color: #fff;
}
@media (hover: hover) and (pointer: fine) {
  .producto-content article .images .tns-nav button:hover {
    background-color: #000;
  }
}
.producto-content article .images .tns-nav button + button {
  margin-left: 5px;
}
.producto-content article .images .tns-nav button.tns-nav-active {
  background-color: #000;
}
.producto-content article .images .tns-controls button {
  position: absolute;
  top: calc(50% - 20px);
  left: 10px;
}
.producto-content article .images .tns-controls button:last-child {
  left: auto;
  right: 10px;
}
.producto-content article .info {
  flex: 1;
}
@media only screen and (max-width: 900px) {
  .producto-content article .info {
    order: 0;
  }
}
.producto-content article .info h1 {
  font-size: 32px;
  margin-top: 15px;
  margin-bottom: 5px;
}
@media only screen and (max-width: 500px) {
  .producto-content article .info h1 {
    font-size: 28px;
  }
}
.producto-content article .info .buy-block {
  margin: 20px 0;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 900px) {
  .producto-content article .info .buy-block {
    position: fixed;
    z-index: 4;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 20px;
    background-color: #fff;
    margin: 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  }
}
.producto-content article .info .buy-block > * {
  flex: 1;
}
.producto-content article .info .buy-block .select {
  margin-right: 10px;
}
.producto-content article .info .buy-block .select select {
  border-width: 2px;
}
.producto-content article .info .buy-block button {
  border: 2px solid #000;
}
.producto-content article .info .buy-block button i {
  transform: scale(1.4);
}
.producto-content article .info .tags {
  margin-bottom: 20px;
}
.producto-content article .info .tags a {
  font-size: 11px;
}

.page-error {
  min-height: calc(100vh);
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-error .box-error {
  max-width: 400px;
  text-align: center;
  padding: 30px;
}
.page-error .box-error img {
  width: 120px;
  margin: 0 auto 10px;
}
.page-error .box-error .title, .page-error .box-error h1, .page-error .box-error h2, .page-error .box-error h3, .page-error .box-error h4 {
  font-size: 30px;
  margin-bottom: 20px;
  letter-spacing: 1px;
}
@media only screen and (max-width: 500px) {
  .page-error .box-error .title, .page-error .box-error h1, .page-error .box-error h2, .page-error .box-error h3, .page-error .box-error h4 {
    font-size: 22px;
  }
}
.page-error .box-error p {
  font-size: 14px;
  margin-bottom: 30px;
}
.page-error .box-error form {
  margin-bottom: 50px;
}

@media only screen and (min-width: 500px) {
  footer .pre {
    display: flex;
  }
}
footer .pre > div {
  flex: 1;
  padding: 40px 20px 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media only screen and (max-width: 500px) {
  footer .pre > div {
    padding: 20px 10px;
    position: relative;
  }
}
@media only screen and (min-width: 500px) {
  footer .pre > div + div {
    border-left: 2px solid #000;
  }
}
@media only screen and (max-width: 500px) {
  footer .pre > div + div {
    border-top: 2px solid #000;
  }
}
footer .pre > div .icon {
  width: 90px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 500px) {
  footer .pre > div .icon {
    position: absolute;
    right: 10px;
    top: 20px;
  }
}
footer .pre > div ul {
  display: flex;
}
@media only screen and (max-width: 500px) {
  footer .pre > div ul {
    display: block;
  }
}
footer .pre > div ul + ul {
  margin-top: 10px;
}
@media only screen and (max-width: 500px) {
  footer .pre > div ul + ul {
    margin-top: 15px;
  }
}
footer .pre > div ul li + li {
  margin-left: 20px;
}
@media only screen and (max-width: 500px) {
  footer .pre > div ul li + li {
    margin-left: 0;
    margin-top: 15px;
  }
}
footer .pre > div ul li a {
  text-decoration: none;
}
footer .pre .suscribe {
  text-align: right;
}
footer .pre .suscribe label {
  display: block;
  margin-bottom: 10px;
}
footer .pre .suscribe .group {
  display: flex;
}
footer .pre .suscribe .group input {
  text-align: right;
  border: none;
}
footer .pre .suscribe .group button {
  background-color: #fff;
}
@media (hover: hover) and (pointer: fine) {
  footer .pre .suscribe .group button:hover {
    background-color: #000;
    color: #fff;
  }
}
footer .copy {
  background-color: #000;
  color: #fff;
  padding: 10px 20px;
}
@media only screen and (min-width: 500px) {
  footer .copy {
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 500px) {
  footer .copy {
    padding: 10px;
    text-align: center;
  }
}
footer .copy p {
  font-size: 11px;
}
footer .copy small {
  font-size: 9px;
}
footer .copy small a {
  color: #fff;
  text-decoration: none;
}
