@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 */
/* brial-colors*/
/* break points responsive */
/* break point adicional para el menu*/
/* espacios master*/
/*bordes redondeados generales */
/* Fonts */
@font-face {
  font-family: "Shuave";
  font-style: normal;
  font-weight: normal;
  font-stretch: normal;
  src: url("/fonts/brix-light.woff2") format("woff2"), url("/fonts/brix-light.woff") format("woff");
}
@font-face {
  font-family: "Shuave";
  font-style: normal;
  font-weight: bold;
  font-stretch: normal;
  src: url("/fonts/brix-medium.woff2") format("woff2"), url("/fonts/brix-medium.woff") format("woff");
}
@font-face {
  font-family: "Shuave";
  font-style: italic;
  font-weight: normal;
  font-stretch: normal;
  src: url("/fonts/brix-light-italic.woff2") format("woff2"), url("/fonts/brix-light-italic.woff") format("woff");
}
@font-face {
  font-family: "Shuave";
  font-style: italic;
  font-weight: bold;
  font-stretch: normal;
  src: url("/fonts/brix-medium-italic.woff2") format("woff2"), url("/fonts/brix-medium-italic.woff") format("woff");
}
/*-------------------*/
/*	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: -webkit-flex;
  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: #000;
}
.input.file label {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
          align-items: center;
  color: #000;
  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: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          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: #000;
    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 #000;
  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: #fbeb7a;
  box-shadow: inset 0 0 0 2px white;
}

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

input[type=checkbox]:checked + label:before {
  background-color: #fbeb7a;
  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: -webkit-flex;
    display: flex;
  }
  .doble > * + * {
    margin-left: 10px;
  }
}

[type=range] {
  -webkit-appearance: none;
  background: transparent;
  margin: 8px 0;
  width: 100%;
}
[type=range]::-moz-focus-outer {
  border: 0;
}
[type=range]:focus {
  outline: 0;
}
[type=range]:focus::-webkit-slider-runnable-track {
  background: #fcef93;
}
[type=range]:focus::-ms-fill-lower {
  background: #fbeb7a;
}
[type=range]:focus::-ms-fill-upper {
  background: #fcef93;
}
[type=range]::-webkit-slider-runnable-track {
  cursor: default;
  height: 2px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 100%;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.2), 0 0 0px rgba(13, 13, 13, 0.2);
  background: #fbeb7a;
  border: 0px solid white;
  border-radius: 5px;
}
[type=range]::-webkit-slider-thumb {
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.2), 0 0 0px rgba(13, 13, 13, 0.2);
  background: #fbeb7a;
  border: 5px solid #000;
  border-radius: 12px;
  box-sizing: border-box;
  cursor: default;
  height: 16px;
  width: 16px;
  -webkit-appearance: none;
  margin-top: -7px;
}
[type=range]::-moz-range-track {
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.2), 0 0 0px rgba(13, 13, 13, 0.2);
  cursor: default;
  height: 2px;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 100%;
  background: #fbeb7a;
  border: 0px solid white;
  border-radius: 5px;
  height: 1px;
}
[type=range]::-moz-range-thumb {
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.2), 0 0 0px rgba(13, 13, 13, 0.2);
  background: #fbeb7a;
  border: 5px solid #000;
  border-radius: 12px;
  box-sizing: border-box;
  cursor: default;
  height: 16px;
  width: 16px;
}
[type=range]::-ms-track {
  cursor: default;
  height: 2px;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 100%;
  background: transparent;
  border-color: transparent;
  border-width: 8px 0;
  color: transparent;
}
[type=range]::-ms-fill-lower {
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.2), 0 0 0px rgba(13, 13, 13, 0.2);
  background: #fae761;
  border: 0px solid white;
  border-radius: 10px;
}
[type=range]::-ms-fill-upper {
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.2), 0 0 0px rgba(13, 13, 13, 0.2);
  background: #fbeb7a;
  border: 0px solid white;
  border-radius: 10px;
}
[type=range]::-ms-thumb {
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.2), 0 0 0px rgba(13, 13, 13, 0.2);
  background: #fbeb7a;
  border: 5px solid #000;
  border-radius: 12px;
  box-sizing: border-box;
  cursor: default;
  height: 16px;
  width: 16px;
  margin-top: 0.5px;
}
[type=range]:disabled::-webkit-slider-thumb, [type=range]:disabled::-moz-range-thumb, [type=range]:disabled::-ms-thumb, [type=range]:disabled::-webkit-slider-runnable-track, [type=range]:disabled::-ms-fill-lower, [type=range]:disabled::-ms-fill-upper {
  cursor: not-allowed;
}

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

html,
body {
  height: 100%;
}

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

input, select, textarea, button {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  font-family: "Shuave", 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 img {
  transition: all 0.3s ease-out;
}
a .image {
  overflow: hidden;
  background-color: #fafafa;
}
a .image img {
  display: block;
  width: 100%;
  -webkit-transform: scale(1.005);
          transform: scale(1.005);
  mix-blend-mode: multiply;
}
@media (hover: hover) and (pointer: fine) {
  a:hover .image img {
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
}

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

h1, h2, h3, h4 {
  font-family: "Shuave", 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: #fbeb7a;
}
.txt-area ::selection {
  background: #fbeb7a;
}
.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: #fbeb7a;
  }
}

button,
.button,
.btn {
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: space-between;
          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: #fbeb7a;
  cursor: pointer;
  font-size: 13px;
  font-family: "Shuave", sans-serif;
}
button * + *,
.button * + *,
.btn * + * {
  margin-left: 10px;
}
button .ico,
.button .ico,
.btn .ico {
  width: 24px;
  height: 24px;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  font-size: 18px;
}
@media (hover: hover) and (pointer: fine) {
  button:hover,
.button:hover,
.btn:hover {
    background-color: #000;
    color: #fff;
  }
  button:hover .ico,
.button:hover .ico,
.btn:hover .ico {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
button-full,
.button-full,
.btn-full {
  background-color: #fbeb7a;
  color: #000;
  font-weight: 300;
  padding: 0px 30px;
}
button-ghost,
.button-ghost,
.btn-ghost {
  border: 2px solid #000;
  background-color: #fff;
  color: #000;
  font-weight: 300;
  padding: 0px 30px;
}
@media (hover: hover) and (pointer: fine) {
  button-ghost:hover,
.button-ghost:hover,
.btn-ghost:hover {
    background-color: #000;
    color: #fff;
  }
}
button-ico,
.button-ico,
.btn-ico {
  -webkit-justify-content: space-between;
          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 {
    -webkit-transform: scale(1.2);
            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: -webkit-inline-flex;
  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: -webkit-flex;
    display: flex;
    width: calc(100% - 5px);
    padding: 0px 10px;
    -webkit-justify-content: center;
            justify-content: center;
    background-color: #fbeb7a;
    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: #fbeb7a;
  position: absolute;
  right: 50%;
  top: 50%;
  -webkit-transform: translateX(50%) translateY(-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;
  -webkit-transform: rotate(-90deg);
          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 {
  -webkit-flex-direction: row-reverse;
          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;
  -webkit-transform: rotate(90deg);
          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: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: space-between;
          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 {
  -webkit-transform: rotate(180deg);
          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;
  background-color: #fbeb7a;
}
@media only screen and (max-width: 900px) {
  header {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    padding: 0;
  }
}
header .logo {
  margin-right: 25px;
}
@media only screen and (max-width: 900px) {
  header .logo {
    margin-right: 0;
    margin-left: 15px;
  }
}
header nav {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
}
@media only screen and (max-width: 900px) {
  header nav {
    -webkit-justify-content: space-between;
            justify-content: space-between;
    -webkit-flex: auto;
            flex: auto;
    margin-right: 10px;
  }
}
header nav .menu {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
}
@media only screen and (max-width: 900px) {
  header nav .menu {
    position: absolute;
    z-index: 5;
    left: 0;
    top: 50px;
    border-top: 1px solid #fff;
    background-color: #fbeb7a;
    display: block;
    width: 100%;
    padding: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    min-height: calc(100vh - 50px);
  }
}
header nav .menu li {
  margin-right: 25px;
}
header nav .menu li:last-child {
  margin-right: 0;
}
header nav .menu li span {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
}
@media only screen and (max-width: 900px) {
  header nav .menu li span {
    -webkit-justify-content: space-between;
            justify-content: space-between;
  }
}
header nav .menu li span a {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  text-decoration: none;
  height: 50px;
}
@media (hover: hover) and (pointer: fine) {
  header nav .menu li span a:hover {
    text-decoration: underline;
  }
}
@media only screen and (max-width: 900px) {
  header nav .menu li span a {
    padding: 0 20px;
  }
}
header nav .menu li span i {
  font-size: 11px;
  margin-left: 5px;
  position: relative;
  top: 1px;
}
@media only screen and (max-width: 900px) {
  header nav .menu li span i {
    border-left: 1px solid #fff;
    width: 50px;
    height: 50px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: center;
            justify-content: center;
  }
}
@media only screen and (max-width: 900px) {
  header nav .menu li {
    margin-right: 0;
  }
  header nav .menu li + li {
    border-top: 1px solid #fff;
  }
  header nav .menu li:last-child {
    border-bottom: 1px solid #fff;
  }
}
header nav .menu li:hover ul {
  display: -webkit-flex;
  display: flex;
}
@media only screen and (max-width: 900px) {
  header nav .menu li:hover ul {
    display: block;
  }
}
header nav .menu .menu-shop {
  background-color: white;
  position: absolute;
  z-index: 5;
  left: 0;
  top: 50px;
  width: 100%;
  padding: 0 20px 0 40px;
  display: none;
  -webkit-align-items: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media only screen and (max-width: 900px) {
  header nav .menu .menu-shop {
    padding: 0;
  }
}
header nav .menu .menu-shop li {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
}
@media only screen and (max-width: 900px) {
  header nav .menu .menu-shop li span {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
            justify-content: space-between;
  }
}
header nav .menu .menu-shop li:hover > ul {
  display: -webkit-flex;
  display: flex;
}
@media only screen and (max-width: 900px) {
  header nav .menu .menu-shop li:hover > ul {
    display: block;
  }
}
header nav .menu .menu-shop li span a {
  font-size: 14px;
}
header nav .menu .menu-shop li span:only-child i {
  display: none;
}
header nav .menu .menu-shop li ul {
  width: 100%;
  background-color: whitesmoke;
  position: absolute;
  left: 0;
  top: 50px;
  padding: 0 20px 0 60px;
  -webkit-align-items: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  display: none;
}
@media only screen and (max-width: 900px) {
  header nav .menu .menu-shop li ul {
    padding: 0 0px 0 20px;
  }
}
@media only screen and (max-width: 900px) {
  header nav .menu .menu-shop li ul li:last-child {
    border-bottom: none;
  }
}
header nav .menu .menu-shop li ul ul {
  padding-left: 80px;
  background-color: #ebebeb;
}
@media only screen and (max-width: 900px) {
  header nav .menu .menu-shop li ul ul {
    padding-left: 40px;
  }
}
header nav .menu .menu-shop li ul ul ul {
  padding-left: 100px;
  background-color: #e0e0e0;
}
@media only screen and (max-width: 900px) {
  header nav .menu .menu-shop li ul ul ul {
    padding-left: 60px;
  }
}
header nav .menu .menu-shop li ul ul ul ul {
  padding-left: 120px;
  background-color: #d6d6d6;
}
@media only screen and (max-width: 900px) {
  header nav .menu .menu-shop li ul ul ul ul {
    padding-left: 80px;
  }
}
header nav .menu-user {
  margin-left: auto;
  display: -webkit-flex;
  display: flex;
}
header nav .menu-user li a {
  height: 50px;
  width: 40px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  text-decoration: none;
}
header nav .menu-user li a i {
  font-size: 18px;
  transition: font-size 0.3s ease-out;
}
@media (hover: hover) and (pointer: fine) {
  header nav .menu-user li a:hover {
    background-color: #000;
    color: #fbeb7a;
  }
  header nav .menu-user li a:hover i {
    font-size: 22px;
  }
}
@media only screen and (max-width: 900px) {
  header nav.open .menu {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}

.show-menu {
  display: none;
}
@media only screen and (max-width: 900px) {
  .show-menu {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: center;
            justify-content: center;
    margin-left: auto;
    width: 50px;
    height: 50px;
    background-color: #000;
    color: #fbeb7a;
    font-size: 22px;
  }
  .show-menu i {
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    position: relative;
    top: 1px;
  }
  .show-menu.open i {
    -webkit-transform: rotate(-90deg) translateY(2px) translateX(2px);
            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 {
  transition: all 0s;
}
.tns-slider > .tns-item {
  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%;
  transition: opacity 0s, -webkit-transform 0s;
  transition: transform 0s, opacity 0s;
  transition: transform 0s, opacity 0s, -webkit-transform 0s;
}
.tns-gallery > .tns-slide-active {
  position: relative;
  left: auto !important;
}
.tns-gallery > .tns-moving {
  transition: all 0.25s;
}

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

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

.tns-ah {
  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: 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: 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: #fbeb7a;
}
.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: 168px;
  height: 15px;
  background: url("/img/logo-shuave.svg") no-repeat left top;
  background-size: 168px 15px;
  overflow: hidden;
  text-indent: -99999px;
}

.row {
  display: -webkit-flex;
  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: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
          align-items: flex-end;
}
.nav-tabs li {
  -webkit-flex: 1;
          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: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          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: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  margin-left: -10px;
}
.breadcrumb ol li {
  font-size: 12px;
  padding: 8px 10px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          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: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  width: 100%;
}
.paging * + * {
  margin-left: 10px;
}
.paging .page {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: 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: #fbeb7a;
}
@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: #000;
  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: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    -moz-text-align-last: left;
         text-align-last: left;
    -webkit-align-items: center;
            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;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: 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: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          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: #333;
  font-size: 20px;
  margin: -5px -5px 0 0;
}
.modal-body .input {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
          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: #333;
  font-size: 16px;
}
.modal-body .input input[type=range] {
  width: 100%;
  margin-top: 10px;
}
.modal-footer {
  margin-top: 30px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
@media only screen and (max-width: 500px) {
  .modal-footer {
    margin-top: 15px;
  }
}
.modal.show {
  display: -webkit-flex;
  display: flex;
}
.modal.simulator .cuota {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          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 {
  padding: 20px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}
.home-dest > div {
  width: 33.333%;
  height: calc(33.333vw - 20px);
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
}
.home-dest > div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-dest > div .title {
  font-size: 36px;
  margin-bottom: 5px;
}
@media only screen and (max-width: 800px) {
  .home-dest > div .title {
    font-size: 28px;
  }
}
.home-dest > div .title + .icons {
  margin-top: 10px;
}
.home-dest > div p {
  font-size: 28px;
}
@media only screen and (max-width: 800px) {
  .home-dest > div p {
    font-size: 22px;
  }
}
.home-dest > div p + .icons {
  margin-top: 10px;
}
.home-dest > div .txt {
  max-width: 260px;
}
.home-dest > div .txt p {
  font-size: 16px;
}
.home-dest > div .icons {
  font-size: 36px;
}
.home-dest > div .icons + p, .home-dest > div .icons + .title, .home-dest > div .icons + .txt {
  margin-top: 10px;
}
.home-dest > div:nth-child(2), .home-dest > div:nth-child(6), .home-dest > div:nth-child(8) {
  background-color: #fbeb7a;
  padding: 25px;
}
.home-dest > div:nth-child(3), .home-dest > div:nth-child(4), .home-dest > div:nth-child(9) {
  background-color: #c0e3ea;
  padding: 25px;
}
.home-dest > div:nth-child(2), .home-dest > div:nth-child(4) {
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
}
.home-dest > div:nth-child(3), .home-dest > div:nth-child(6) {
  -webkit-align-items: flex-end;
          align-items: flex-end;
  text-align: right;
}
.home-dest > div:nth-child(9) {
  -webkit-align-items: flex-end;
          align-items: flex-end;
  text-align: right;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
}
@media only screen and (max-width: 1100px) {
  .home-dest > div {
    width: 50%;
  }
  .home-dest > div:nth-child(1) {
    -webkit-order: 1;
            order: 1;
  }
  .home-dest > div:nth-child(2) {
    -webkit-order: 2;
            order: 2;
  }
  .home-dest > div:nth-child(3) {
    -webkit-order: 6;
            order: 6;
  }
  .home-dest > div:nth-child(4) {
    -webkit-order: 3;
            order: 3;
  }
  .home-dest > div:nth-child(5) {
    -webkit-order: 4;
            order: 4;
  }
  .home-dest > div:nth-child(6) {
    -webkit-order: 5;
            order: 5;
  }
  .home-dest > div:nth-child(7) {
    -webkit-order: 7;
            order: 7;
  }
  .home-dest > div:nth-child(8) {
    -webkit-order: 8;
            order: 8;
  }
  .home-dest > div:nth-child(9) {
    width: 100%;
    -webkit-order: 9;
            order: 9;
    height: auto;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-align-items: center;
            align-items: center;
    text-align: center;
  }
}
@media only screen and (max-width: 700px) {
  .home-dest > div {
    width: 100%;
    height: auto;
  }
  .home-dest > div:nth-child(1) {
    -webkit-order: 2;
            order: 2;
  }
  .home-dest > div:nth-child(2) {
    -webkit-order: 1;
            order: 1;
  }
  .home-dest > div:nth-child(9) {
    -webkit-align-items: flex-end;
            align-items: flex-end;
    text-align: right;
    -webkit-justify-content: flex-end;
            justify-content: flex-end;
  }
}

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;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
          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;
  -webkit-transform: translateZ(0);
          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: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  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 {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
          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;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

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

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  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;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0;
          transform-origin: 0;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-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 {
  -webkit-animation: fancybox-rotate 1s linear infinite;
          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;
}

@-webkit-keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            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;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}

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

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          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;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
          transform: scale3d(1.5, 1.5, 1.5);
}

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

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

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

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

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

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

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

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

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

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

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
          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: -webkit-flex;
  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: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-align-items: center;
          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: -webkit-flex;
  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: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
          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: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          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: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column-reverse;
          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: -webkit-flex;
  display: flex;
}
@media only screen and (max-width: 900px) {
  .producto-content article {
    -webkit-flex-direction: column;
            flex-direction: column;
  }
}
.producto-content article .images {
  -webkit-flex: 1;
          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;
    -webkit-order: 1;
            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: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: 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: #fbeb7a;
  }
}
.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 {
  -webkit-flex: 1;
          flex: 1;
}
@media only screen and (max-width: 900px) {
  .producto-content article .info {
    -webkit-order: 0;
            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: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          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 > * {
  -webkit-flex: 1;
          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 {
  -webkit-transform: scale(1.4);
          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: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: 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;
}

.prefooter {
  padding: 30px 100px;
  background-color: #fff;
}
@media only screen and (max-width: 1300px) {
  .prefooter {
    padding: 30px 60px;
  }
}
@media only screen and (max-width: 1100px) {
  .prefooter {
    padding: 30px 40px;
  }
}
@media only screen and (max-width: 500px) {
  .prefooter {
    padding: 20px 0;
  }
}
.prefooter .logos {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
@media only screen and (max-width: 900px) {
  .prefooter .logos {
    padding: 0 20px;
    display: block;
    overflow-Y: hiddden;
    overflow-X: scroll;
    white-space: nowrap;
  }
}
@media only screen and (max-width: 900px) {
  .prefooter .logos a {
    display: inline-block;
  }
  .prefooter .logos a + a {
    margin-left: 30px;
  }
}
.prefooter .logos a img {
  height: 50px;
}
@media only screen and (max-width: 500px) {
  .prefooter .logos a img {
    height: 45px;
  }
}

footer {
  background-color: #262626;
  color: #fff;
  position: relative;
}
footer a {
  color: #fff;
}
footer .box {
  display: -webkit-flex;
  display: flex;
  padding: 60px 100px;
}
@media only screen and (max-width: 1300px) {
  footer .box {
    padding: 40px 60px;
  }
}
@media only screen and (max-width: 1100px) {
  footer .box {
    padding: 30px 40px;
  }
}
@media only screen and (max-width: 900px) {
  footer .box {
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
@media only screen and (max-width: 500px) {
  footer .box {
    -webkit-flex-wrap: no-wrap;
            flex-wrap: no-wrap;
    -webkit-flex-direction: column;
            flex-direction: column;
    padding: 20px 20px 40px;
  }
}
footer .box .title {
  font-size: 24px;
  color: #fbeb7a;
  margin-bottom: 25px;
  letter-spacing: 0.4px;
}
@media only screen and (max-width: 500px) {
  footer .box .title {
    margin-bottom: 18px;
  }
}
footer .box .info {
  -webkit-flex: 0.6;
          flex: 0.6;
}
@media only screen and (max-width: 900px) {
  footer .box .info {
    -webkit-flex: auto;
            flex: auto;
    -webkit-order: 0;
            order: 0;
    width: 50%;
  }
}
@media only screen and (max-width: 500px) {
  footer .box .info {
    width: auto;
    -webkit-order: 1;
            order: 1;
  }
}
footer .box .info .logo {
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  margin-bottom: 40px;
}
@media only screen and (max-width: 500px) {
  footer .box .info .logo {
    position: absolute;
    top: 25px;
    left: 22px;
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
}
footer .box .info p {
  font-size: 13px;
  line-height: 220%;
}
@media only screen and (max-width: 500px) {
  footer .box .info p {
    font-size: 15px;
  }
}
footer .box .info p a {
  text-decoration: none;
}
footer .box .nav {
  -webkit-flex: 0.8;
          flex: 0.8;
  margin-left: 40px;
}
@media only screen and (max-width: 900px) {
  footer .box .nav {
    -webkit-flex: auto;
            flex: auto;
    margin-left: 0;
    -webkit-order: 2;
            order: 2;
    width: 100%;
  }
}
@media only screen and (max-width: 500px) {
  footer .box .nav {
    width: auto;
    -webkit-order: 2;
            order: 2;
    margin-top: 40px;
    margin-left: 0;
    display: -webkit-flex;
    display: flex;
  }
}
footer .box .nav ul li + li {
  margin-top: 15px;
}
@media only screen and (max-width: 500px) {
  footer .box .nav ul li + li {
    margin-top: 20px;
  }
}
footer .box .nav ul li a {
  text-decoration: none;
  font-size: 13px;
}
@media (hover: hover) and (pointer: fine) {
  footer .box .nav ul li a:hover {
    color: #fbeb7a;
  }
}
@media only screen and (max-width: 500px) {
  footer .box .nav ul li a {
    font-size: 15px;
  }
}
footer .box .nav .col + .col {
  margin-left: 80px;
}
@media only screen and (max-width: 500px) {
  footer .box .nav .col + .col {
    margin-left: 40px;
    margin-top: 0;
  }
}
footer .box .newsletter {
  -webkit-flex: 0.6;
          flex: 0.6;
}
@media only screen and (max-width: 900px) {
  footer .box .newsletter {
    width: 50%;
    -webkit-flex: auto;
            flex: auto;
    -webkit-order: 1;
            order: 1;
  }
}
@media only screen and (max-width: 500px) {
  footer .box .newsletter {
    width: auto;
    -webkit-order: 0;
            order: 0;
    padding-top: 95px;
    margin-bottom: 40px;
  }
}
footer .box .newsletter p {
  font-size: 13px;
}
footer .box .newsletter form {
  margin-top: 15px;
}
footer .box .newsletter form .mail-block {
  display: -webkit-flex;
  display: flex;
  margin-bottom: 8px;
}
footer .box .newsletter form .mail-block .input:first-child {
  width: 100%;
}
footer .box .newsletter form .mail-block .input:first-child input {
  border: none;
  background-color: #d9d9d9;
}
footer .box .newsletter form .mail-block .input.submit .btn {
  background-color: #fff;
  color: #333;
}
@media (hover: hover) and (pointer: fine) {
  footer .box .newsletter form .mail-block .input.submit .btn:hover {
    background-color: #fbeb7a;
  }
}
footer .box .newsletter form .checkbox label {
  font-size: 10px;
}
@media (hover: hover) and (pointer: fine) {
  footer .box .newsletter form .checkbox label a:hover {
    color: #fbeb7a;
  }
}
footer .box .newsletter form .checkbox input[type=radio] + label:before,
footer .box .newsletter form .checkbox input[type=checkbox] + label:before {
  border: 2px solid #fff;
  background-color: #333;
}
footer .box .newsletter form .checkbox input[type=checkbox]:checked + label:before {
  background-color: #fbeb7a;
  box-shadow: inset 2px 2px 0px #fff, inset -2px -2px 0px #fff, inset -2px 2px 0px #fff, inset 2px -2px 0px #fff;
}
footer .copy {
  padding: 13px 40px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  font-size: 11px;
}
@media only screen and (max-width: 500px) {
  footer .copy {
    -webkit-flex-direction: column;
            flex-direction: column;
    padding: 20px;
  }
}
footer .copy span {
  opacity: 0.3;
}
footer .copy span .dev {
  opacity: 1;
}
footer .copy span .dev:before {
  content: "|";
  margin: 0 15px;
}
footer .copy span .dev a {
  margin-left: 0;
}
@media only screen and (max-width: 500px) {
  footer .copy span .dev {
    opacity: 0.6;
    display: block;
    margin-top: 30px;
    margin-bottom: 5px;
  }
  footer .copy span .dev:before {
    display: none;
  }
}
@media only screen and (max-width: 500px) {
  footer .copy span:first-child {
    -webkit-order: 1;
            order: 1;
    opacity: 0.2;
  }
  footer .copy span:last-child {
    -webkit-order: 0;
            order: 0;
  }
  footer .copy span:last-child > a {
    font-size: 15px;
  }
  footer .copy span:last-child .dev a {
    font-size: 11px;
  }
}
footer .copy a {
  text-decoration: none;
}
@media (hover: hover) and (pointer: fine) {
  footer .copy a:hover {
    color: #fbeb7a;
  }
}
footer .copy a + a {
  margin-left: 15px;
}

.floating__contact {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 99999;
  padding: 0 20px 0 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
  -webkit-align-items: flex-end;
          align-items: flex-end;
}
@media only screen and (max-width: 500px) {
  .floating__contact {
    padding: 0 13.3333333333px 0 0;
  }
}
.floating__contact:before {
  display: none;
  content: "";
  position: fixed;
  left: 0;
  height: 0;
  width: 100%;
  height: 100%;
  transition: background-color 0.3s ease-out 0.6s;
  background-color: rgba(0, 0, 0, 0);
  z-index: 190;
}
.floating__contact .floating {
  position: relative;
  z-index: 191;
  margin-bottom: 10px;
}
@media only screen and (max-width: 900px) {
  .floating__contact .floating {
    height: 0;
    overflow: hidden;
    margin-bottom: 0;
  }
}
.floating__contact .floating .medio {
  background-color: #fbeb7a;
  color: #fff;
  padding: 16px 30px 16px 18px;
  border-radius: 100px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  margin-bottom: 10px;
  text-decoration: none;
  width: 50px;
  height: 50px;
  overflow: hidden;
  transition: all 0.3s ease-out;
  white-space: nowrap;
  overflow: hidden;
}
@media only screen and (max-width: 900px) {
  .floating__contact .floating .medio {
    width: 187px;
    opacity: 0;
    -webkit-transform: scale(0.2) translateY(20px);
            transform: scale(0.2) translateY(20px);
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
  }
  .floating__contact .floating .medio:nth-child(1) {
    transition-delay: 0.3s;
    -webkit-transform: scale(0.2) translateY(200px);
            transform: scale(0.2) translateY(200px);
  }
  .floating__contact .floating .medio:nth-child(2) {
    transition-delay: 0.2s;
    -webkit-transform: scale(0.2) translateY(160px);
            transform: scale(0.2) translateY(160px);
  }
  .floating__contact .floating .medio:nth-child(3) {
    transition-delay: 0.1s;
    -webkit-transform: scale(0.2) translateY(120px);
            transform: scale(0.2) translateY(120px);
  }
}
.floating__contact .floating .medio [class*=ico] {
  margin: 0 8px 0 -13px;
  font-size: 28px;
}
.floating__contact .floating .medio .info {
  color: #fff;
}
@media only screen and (max-width: 900px) {
  .floating__contact .floating .medio .info {
    opacity: 1;
  }
}
.floating__contact .floating .medio .info span {
  color: #000;
  opacity: 0.4;
  font-size: 13px;
}
@media (hover: hover) and (pointer: fine) {
  .floating__contact .floating a.medio:hover {
    background-color: #000;
  }
  .floating__contact .floating a.medio:hover .info {
    opacity: 0;
    color: #fff;
  }
  .floating__contact .floating a.medio:hover .info span {
    color: #fff;
  }
}
@media (hover: hover) and (pointer: fine) {
  @-webkit-keyframes show-fade {
    100% {
      opacity: 1;
    }
  }
  @keyframes show-fade {
    100% {
      opacity: 1;
    }
  }
  .floating__contact .floating:hover .medio {
    width: 187px;
  }
  .floating__contact .floating:hover .medio .info {
    -webkit-animation: show-fade 0.3s ease-out 0.3s 1 forwards;
            animation: show-fade 0.3s ease-out 0.3s 1 forwards;
  }
}
.floating__contact .fixed {
  position: relative;
  z-index: 191;
  width: 50px;
  height: 50px;
  border-radius: 100px;
  background-color: #fbeb7a;
  color: #fff;
  display: none;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  margin-left: auto;
  margin-bottom: 20px;
  cursor: pointer;
  transtion: background-color 0.3s ease-out;
}
@media (hover: hover) and (pointer: fine) {
  .floating__contact .fixed:hover {
    background-color: #000;
  }
}
@media only screen and (max-width: 900px) {
  .floating__contact .fixed {
    display: -webkit-flex;
    display: flex;
  }
}
@media only screen and (max-width: 500px) {
  .floating__contact .fixed {
    width: 50px;
    height: 50px;
    margin-bottom: 13.3333333333px;
    box-shadow: 0 0 15px rgba(0, 0, 100, 0.2);
  }
}
.floating__contact .fixed .ico {
  font-size: 26px;
  position: relative;
  top: -3px;
}
@media only screen and (max-width: 500px) {
  .floating__contact .fixed .ico {
    font-size: 28px;
    top: 0;
  }
}
.floating__contact .fixed.open .ico-contact {
  font-size: 20px;
  top: 0px;
}
.floating__contact .fixed.open .ico-contact:before {
  content: "";
}
.floating__contact.open {
  width: 100%;
  height: 100%;
}
.floating__contact.open:before {
  display: block;
  background-color: rgba(0, 0, 0, 0.6);
}
.floating__contact.open .floating {
  height: 180px;
}
.floating__contact.open .floating .medio {
  opacity: 1;
  -webkit-transform: scale(1) translateY(0);
          transform: scale(1) translateY(0);
}
