/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */
@import url(https://fonts.googleapis.com/css2?family=Chathura&display=swap);
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
@font-face {
  font-family: DinBoldAlternate;
  src: url(../fonts/din_alternate_bold-webfont.eot);
  src: url(../fonts/din_alternate_bold-webfont.eot?#iefix)
      format("embedded-opentype"),
    url(../fonts/din_alternate_bold-webfont.woff2) format("woff2"),
    url(../fonts/din_alternate_bold-webfont.woff) format("woff"),
    url(../fonts/din_alternate_bold-webfont.ttf) format("truetype"),
    url(../fonts/din_alternate_bold-webfont.svg#DinBoldAlternate) format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: HelveticaRegular;
  src: url(../fonts/Helvetica-Regular.eot);
  src: url(../fonts/Helvetica-Regular.eot?#iefix) format("embedded-opentype"),
    url(../fonts/Helvetica-Regular.woff2) format("woff2"),
    url(../fonts/Helvetica-Regular.woff) format("woff"),
    url(../fonts/Helvetica-Regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: DIN-BoldAlternate;
  src: url(../fonts/DIN-BoldAlternate.eot);
  src: url(../fonts/DIN-BoldAlternate.eot?#iefix) format("embedded-opentype"),
    url(../fonts/DIN-BoldAlternate.woff2) format("woff2"),
    url(../fonts/DIN-BoldAlternate.woff) format("woff"),
    url(../fonts/DIN-BoldAlternate.ttf) format("truetype"),
    url(../fonts/DIN-BoldAlternate.svg#DIN-BoldAlternate) format("svg");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
*,
:after,
:before {
  background-repeat: no-repeat;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
* {
  outline: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent;
}
:root {
  --color0: #000000;
  --color1: #efefef;
  --color2: #ffd700;
  --color3: #ff6600;
  --color4: #fe139e;
  --color5: #ff99ff;
  --color6: #8d45ff;
  --color7: #3637f6;
  --color8: #37fec1;
  --color9: #73cf7b;
  --color10: #ffffff;
  --color11: #a7a7a7;
  --color12: #384797;
}
body,
html {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
}
body {
  font-family: DinBoldAlternate;
  font-size: 16px;
  overflow: hidden;
  background-color: var(--color0);
}
@media (max-width: 768px) {
  body {
    font-size: 14px;
  }
}
a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  color: var(--color0-raya);
  text-decoration: none;
}
ul {
  padding: 0;
  margin: 0;
}
img {
  max-width: 100%;
}
.hidden,
[hidden] {
  display: none !important;
}
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.clearfix::after,
.clearfix::before {
  content: " ";
  display: table;
}
.clearfix::after {
  clear: both;
}
@media print {
  *,
  ::after,
  ::before {
    background: #fff !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]::after {
    content: " (" attr(href) ")";
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  blockquote,
  pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  img,
  tr {
    page-break-inside: avoid;
  }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
.listSocial {
  position: fixed;
  top: 43%;
  left: 1.5rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 999999;
  opacity: 0;
}
@media (max-width: 768px) {
  .listSocial {
    left: 0.5rem;
  }
}
.listSocial ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.listSocial .itemSocial {
  display: block;
  width: 100%;
  text-align: center;
}
.listSocial .itemSocial span {
  color: #fff;
  font-family: DinBoldAlternate;
  text-transform: uppercase;
  -webkit-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: tb-rl;
  white-space: nowrap;
  font-size: 13px;
}
.listSocial .itemSocial img {
  width: 30px;
}
.listSocial .itemSocial a:hover {
  opacity: 0.7;
}
.listSocial li + li {
  margin-top: 10px;
}
.loader {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.loader.show {
  opacity: 1;
  visibility: visible;
}
.loader .wait {
  position: absolute;
  width: 0%;
  background-color: #fff;
  height: 2px;
  bottom: 80px;
  left: 0;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .loader .wait {
    bottom: 30px;
  }
}

.loader .wait > span {
  bottom: 10px;
  color: var(--color10);
  position: absolute;
  width: 100%;
  text-align: right;
  font-size: 15px;
  padding-right: 15px;
}

.loader > picture {
  position: absolute;
  width: 100%;
  height: 100%;
}
.loader > picture > img {
  position: absolute;
  width: 100%;
  max-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  top: 0;
  left: 0;
}
.loader .ctx {
  position: absolute;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.loader .ctx .logo {
  position: relative;
  width: 220px;
  display: block;
  -webkit-animation: loaderOpacity 1s infinite;
  animation: loaderOpacity 1s infinite;
}
/* @media (max-width: 768px) {
  .loader .ctx .logo {
    width: 200px;
  }
} */
.loader .ctx .logo > img {
  display: block;
}
@media (max-width: 768px) {
  .loader .ctx .logo > img {
    width: 60px;
    margin: 0 auto;
  }
}
.loader .ctx .info {
  font-family: DinBoldAlternate;
  color: #fff;
  width: 100%;
  position: relative;
  font-size: 12px;
  text-align: center;
}
.loader .ctx .info span {
  font-size: 9px;
  line-height: 10px;
}

@media (max-width: 768px) {
  .loader .ctx .info {
    position: relative;
    left: inherit;
    display: block;
    text-align: center;
  }
}

.loader .ctx .moveSpritePlant {
  position: relative;
  width: 113px;
  height: 210px;
  margin: 0 auto;
  background-image: url("../img/loading-ajustado.png");
  background-repeat: no-repeat;
  -webkit-animation: moveSpritePlant 2s steps(6) infinite;
  -moz-animation: moveSpritePlant 2s steps(6) infinite;
  -o-animation: moveSpritePlant 2s steps(6) infinite;
  animation: moveSpritePlant 2s steps(6) infinite;
}
/* @keyframes moveSpritePlant {
  from {
    transform: translate3d(0px, 0, 0);
  }
  to {
    transform: translate3d(-100%, 0, 0);
  }
} */

@-webkit-keyframes moveSpritePlant {
  from {
    background-position: 0px;
  }
  to {
    background-position: -678px;
  }
}
@-moz-keyframes moveSpritePlant {
  from {
    background-position: 0px;
  }
  to {
    background-position: -678px;
  }
}
@-o-keyframes moveSpritePlant {
  from {
    background-position: 0px;
  }
  to {
    background-position: -678px;
  }
}
@keyframes moveSpritePlant {
  from {
    background-position: 0px;
  }
  to {
    background-position: -678px;
  }
}

.loader .ctx .info .logoPiranhaLoader {
  width: 120px;
}
@-webkit-keyframes loaderOpacity {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes loaderOpacity {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
.wrapper {
  position: relative;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  overflow: hidden;
  -webkit-filter: blur(30px);
  filter: blur(30px);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.wrapper.show {
  -webkit-filter: blur(0);
  filter: blur(0);
}
.logoPiranha {
  position: fixed;
  width: 120px;
  top: 1.5rem;
  left: 1.5rem;
  z-index: 999999;
  opacity: 0;
}
@media (max-width: 768px) {
  .logoPiranha {
    width: 90px;
    top: 0.5rem;
    left: 0.5rem;
  }
}
.textArte {
  position: absolute;
  top: 60px;
  left: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  z-index: 999999;
  overflow: hidden;
  font-size: 14px;
}
@media (max-width: 768px) {
  .textArte {
    top: 40px;
    left: 0.2rem;
  }
}
.textArte > span {
  -webkit-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: tb-rl;
  white-space: nowrap;
  color: #fff;
  line-height: normal;
  opacity: 0;
}
.visual {
  position: fixed;
  top: 1.5rem;
  right: 1.5rem;
  z-index: 999999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  opacity: 0;
  display: none;
}
.visual .dFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.visual .dayNow {
  font-size: 16px;
  color: var(--color10);
  text-transform: uppercase;
  opacity: 0;
}
.visual .icon {
  position: relative;
  width: 31px;
  height: 31px;
  margin-left: 0.5rem;
  background: transparent url(../img/visual.png) no-repeat 0 center;
  background-size: cover;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  z-index: 1;
}
.visual .icon.hide {
  background: transparent url(../img/visual.png) no-repeat -31px center;
  background-size: cover;
}
.visual .titDay {
  color: var(--color10);
  text-transform: uppercase;
  -webkit-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: tb-rl;
  white-space: nowrap;
  font-size: 13px;
  margin-top: 0.5rem;
  margin-right: 5px;
  opacity: 0;
}
.numDay {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: var(--color10);
  border-radius: 6px;
  z-index: 2;
}
.numDay > span {
  display: block;
}
.bgTime {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.bgTime .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.bgTime .bg.active {
  opacity: 1;
  visibility: visible;
}
.bgTime .bg > img {
  max-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.bgTime .bgAnimate {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.bgTime .bgAnimate.active {
  opacity: 1;
  visibility: visible;
}
.bgTime .bgAnimate.blur {
  -webkit-filter: blur(15px);
  filter: blur(15px);
}
.bgTime .bgAnimate > img {
  max-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.multiplePoints {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: transparent url(../img/plus.png) repeat center center;
}
.multiplePoints.hide {
  opacity: 0;
  visibility: hidden;
}
.multiplePoints .btnItemInfo {
  position: absolute;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
}
.multiplePoints .btnItemInfo.show .sliderProduct {
  opacity: 1;
  visibility: visible;
}
.multiplePoints .btnItemInfo .sliderProduct {
  position: absolute;
  width: 320px;
  background-color: var(--color10);
  left: 20px;
  border-radius: 10px;
  padding: 10px;
  cursor: default;
  opacity: 0;
  visibility: visible;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.multiplePoints .btnItemInfo .sliderProduct .infoClose {
  position: absolute;
  top: 0;
  right: 10px;
  color: #000;
  font-size: 24px;
  text-decoration: none;
  line-height: normal;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 10;
}
.multiplePoints .btnItemInfo .sliderProduct .infoClose:hover {
  opacity: 0.7;
}
.multiplePoints
  .btnItemInfo
  .sliderProduct
  .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 0;
  -webkit-transform: initial;
  transform: initial;
  white-space: nowrap;
  right: 0;
  margin: auto;
}
.multiplePoints .btnItemInfo .sliderProduct .swiper-pagination {
  position: relative;
  bottom: 0;
  margin-top: 10px;
}
.multiplePoints
  .btnItemInfo
  .sliderProduct
  .swiper-pagination
  .swiper-pagination-bullet {
  margin: 0 5px;
  background: #000;
  opacity: 0.5;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.multiplePoints
  .btnItemInfo
  .sliderProduct
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active,
.multiplePoints
  .btnItemInfo
  .sliderProduct
  .swiper-pagination
  .swiper-pagination-bullet:hover {
  opacity: 1;
  background: #000;
}
.multiplePoints .btnItemInfo .iconPlus {
  position: absolute;
  width: 25px;
  height: 25px;
  padding: 5px;
  color: var(--color0);
  background-color: var(--color10);
  border-radius: 50%;
  border: none;
  cursor: pointer;
  -webkit-transition: -webkit-box-shadow 0.4s cubic-bezier(0.2, 0, 0.7, 1),
    -webkit-transform 0.2s cubic-bezier(0.2, 0, 0.7, 1);
  transition: -webkit-box-shadow 0.4s cubic-bezier(0.2, 0, 0.7, 1),
    -webkit-transform 0.2s cubic-bezier(0.2, 0, 0.7, 1);
  transition: box-shadow 0.4s cubic-bezier(0.2, 0, 0.7, 1),
    transform 0.2s cubic-bezier(0.2, 0, 0.7, 1);
  transition: box-shadow 0.4s cubic-bezier(0.2, 0, 0.7, 1),
    transform 0.2s cubic-bezier(0.2, 0, 0.7, 1),
    -webkit-box-shadow 0.4s cubic-bezier(0.2, 0, 0.7, 1),
    -webkit-transform 0.2s cubic-bezier(0.2, 0, 0.7, 1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.multiplePoints .btnItemInfo .iconPlus:hover {
  -webkit-box-shadow: 0 0 1px 5px rgba(255, 255, 255, 0.7),
    0 0 1px 10px rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 1px 5px rgba(255, 255, 255, 0.7),
    0 0 1px 10px rgba(255, 255, 255, 0.5);
}
.multiplePoints .btnItemInfo .boxInfoProd {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.multiplePoints .btnItemInfo .boxInfoProd .image {
  width: 115px;
  margin-right: 15px;
}
.multiplePoints .btnItemInfo .boxInfoProd .info > * {
  margin-top: 0;
  margin-bottom: 6px;
  display: block;
  text-transform: uppercase;
}
.multiplePoints .btnItemInfo .boxInfoProd .info .tit {
  font-size: 14px;
  font-family: DIN-BoldAlternate;
}
.multiplePoints .btnItemInfo .boxInfoProd .info .price {
  font-family: DIN-BoldAlternate;
  font-size: 12px;
  color: var(--color9);
  display: none;
}
.multiplePoints .btnItemInfo .boxInfoProd .info .verProduct {
  font-family: DIN-BoldAlternate;
  display: block;
  color: var(--color0);
  background-color: var(--color9);
  border-radius: 6px;
  font-size: 13px;
  display: inline-block;
  padding: 6px 10px;
  text-decoration: none;
  margin-bottom: 0;
}
.multiplePoints .btnItemInfo .boxInfoProd .info .verProduct:hover {
  opacity: 0.6;
}
.ctxDay {
  position: absolute;
  width: 185px;
  height: auto;
  color: #fff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) !important;
  transform: translate(-50%, -50%) !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}
.ctxDay.show {
  opacity: 1;
  visibility: visible;
}
.ctxDay .boxDay {
  opacity: 0;
}
.ctxDay .dayText {
  color: #fff;
  font-family: DinBoldAlternate;
  text-transform: uppercase;
  -webkit-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: tb-rl;
  white-space: nowrap;
  font-size: 16px;
  padding-right: 20px;
}
.ctxDay .dayNum {
  position: relative;
  width: 100%;
  display: block;
  font-size: 250px;
  text-align: left;
  font-family: Chathura, sans-serif;
  line-height: 140px;
  margin-left: -7px !important;
  margin-top: -17px;
}
.ctxDay .btnDay {
  position: relative;
  width: 90px;
  height: 40px;
  padding: 1px;
  color: var(--color0);
  /* background-color: var(--color10);*/
  border-radius: 50%;
  border: none;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 1rem;
}
.ctxDay .btnDay:hover {
  opacity: 0.8;
}

.gridRow {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: none;
}
.gridRow.hide {
  opacity: 0;
  visibility: hidden;
}
.gridRow .hs {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.gridRow .hs .item,
.gridRow .hs > li {
  width: 120px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.gridRow .hs .item .numLineaDay,
.gridRow .hs > li .numLineaDay {
  width: 100%;
  height: 100px;
  font-family: Chathura, sans-serif;
  font-size: 46px;
  color: #fff;
  border-top: 2px solid rgba(255, 255, 255, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.gridRow .hs .item + .item,
.gridRow .hs li + li {
  border-left: 2px solid rgba(255, 255, 255, 0.5);
}
.rangeDay {
  position: absolute;
  width: 100%;
  bottom: 40px;
  right: 0;
  left: 0;
  z-index: 1;
  margin: 0 auto;
  opacity: 0;
}
@media (max-width: 768px) {
  .rangeDay {
    width: 100%;
  }
}
.rangeDay .range {
  width: 100%;
  height: 40px;
  border-radius: 10px;
  cursor: pointer;
}
.rangeDay .sliderValue {
  position: relative;
  width: 100%;
}
.rangeDay .sliderValue span {
  position: absolute;
  height: 45px;
  width: 45px;
  -webkit-transform: translateX(-70%) scale(0);
  transform: translateX(-70%) scale(0);
  font-weight: 500;
  top: -40px;
  line-height: 55px;
  z-index: 2;
  color: #fff;
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  text-align: center;
  font-weight: 700;
}
.rangeDay .sliderValue span.show {
  -webkit-transform: translateX(-70%) scale(1);
  transform: translateX(-70%) scale(1);
}
.rangeDay .sliderValue span:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: #664aff;
  border: 3px solid #fff;
  z-index: -1;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  border-bottom-left-radius: 50%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}
.rangeDay .field {
  position: relative;
  display: block;
}
.rangeDay .field .value {
  position: absolute;
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  display: none;
}
.rangeDay .field .value.left {
  left: -22px;
}
.rangeDay .field .value.right {
  right: -43px;
}
.rangeDay .range input {
  -webkit-appearance: none;
  width: 100%;
  height: 1px;
  background-color: #fff;
  border-radius: 5px;
  outline: 0;
  border: none;
  z-index: 2222;
  display: flex;
  align-items: center;
}

.rangeDay .range input.inpRange:after {
  content: "Desliza";
  width: 30px;
  height: 10px;
  color: #fff;
  position: absolute;
  top: -30px;
  font-size: 12px;
  left: 7px;
  display: none;
}
.rangeDay .range input.inpRange.show:after {
  display: block;
}

.rangeDay .range input::-webkit-slider-runnable-track {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  width: 100%;
  /* background-color: #fff; */
  /* height: 2px; */
}
.rangeDay .range input::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 55px;
  height: 18px;
  /* margin-top: -16.5px; */
  background: transparent url(../img/moveRange.png) no-repeat;
  background-size: contain;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* .rangeDay .range input[type="range"]::-webkit-slider-thumb:after {
  content: "Desliza";
  position: absolute;
  top: -20px;
  width: 100px;
  height: 100px;
  display: block;
} */

/* .rangeDay .range input::-moz-range-thumb {
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  background: red;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #fff;
  cursor: pointer;
} */

.rangeDay .range input::-moz-range-thumb {
  -webkit-appearance: none;
  width: 55px;
  height: 18px;
  background: transparent url(../img/moveRange.png) no-repeat;
  background-size: contain;
  cursor: pointer;
  border-color: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.rangeDay .range input::-moz-range-progress {
  background: #fff;
}
.rangeDay .range .datalist {
  position: relative;
  display: flex;
  justify-content: space-between;
  height: auto;
  bottom: -22px;
  padding: 0 35px;
  font-size: 13px;
  color: #fff;
}
.rangeDay .range .datalist div.active {
  color: #fff;
  font-weight: 700;
  border: 1px solid;
  border-radius: 10px;
  width: 20px;
  height: 30px;
  text-align: center;
  padding-top: 4px;
}
.rangeDay .range .rs-label {
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  margin-top: 8px;
  margin-left: -15px;
  color: #fff;
  font-style: normal;
  line-height: 25px;
  font-size: 13px;
}
.modalInfo {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.modalInfo.show {
  opacity: 1;
  visibility: visible;
}
.modalInfo .ctxInfo {
  position: absolute;
  width: 600px;
  height: 100%;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .modalInfo .ctxInfo {
    width: 90%;
  }
}
.modalInfo .ctxInfo .closeModalInfo {
  position: absolute;
  width: 25px;
  height: 25px;
  top: 60px;
  right: -40px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-radius: 100%;
  background-color: #fff;
  text-align: center;
  font-size: 32px;
  text-decoration: none;
  color: #000;
  line-height: 20px;
}
@media (max-width: 768px) {
  .modalInfo .ctxInfo .closeModalInfo {
    left: 20%;
    right: inherit;
    z-index: 1;
  }
}
.modalInfo .ctxInfo .closeModalInfo:hover {
  opacity: 0.65;
}
.modalInfo .ctxInfo .day span {
  position: relative;
  width: 100%;
  display: block;
  font-family: DinBoldAlternate;
  float: right;
  text-align: right;
}
.modalInfo .ctxInfo .day span:nth-child(1) {
  -webkit-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: tb-rl;
  white-space: nowrap;
}
.modalInfo .ctxInfo .day span:nth-child(2) {
  font-size: 256px;
  text-align: right;
  font-family: Chathura, sans-serif;
  line-height: 140px;
  margin-right: -8px;
}
@media (max-width: 768px) {
  .modalInfo .ctxInfo .day span:nth-child(2) {
    font-size: 124px;
    line-height: 100px;
    margin-right: -2px;
  }
}
.modalInfo .ctxInfo .etapa {
  text-align: right;
  margin-bottom: 2rem;
}
.modalInfo .ctxInfo .celsius,
.modalInfo .ctxInfo .humedad {
  font-family: DinBoldAlternate;
  border-radius: 100%;
  border: 1px solid #fff;
  width: 120px;
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  margin-left: auto;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .modalInfo .ctxInfo .celsius,
  .modalInfo .ctxInfo .humedad {
    width: 90px;
    height: 90px;
  }
}
.modalInfo .ctxInfo .celsius span,
.modalInfo .ctxInfo .humedad span {
  position: relative;
  display: block;
}
.modalInfo .ctxInfo .numGrado,
.modalInfo .ctxInfo .numHumedad {
  font-family: Chathura, sans-serif;
  font-size: 54px;
  line-height: 30px;
}
@media (max-width: 768px) {
  .modalInfo .ctxInfo .numGrado,
  .modalInfo .ctxInfo .numHumedad {
    font-size: 32px;
  }
}
.modalInfo .ctxInfo .imgSingle {
  max-width: 100%;
  height: auto;
  display: block;
  margin-bottom: 2rem;
}
.modalInfo .ctxInfo .textSingle {
  font-family: HelveticaRegular;
  font-size: 14px;
}
@media (max-width: 768px) {
  .modalInfo .ctxInfo .textSingle {
    font-size: 13px;
  }
}
/* .modalInfo .ctxInfo .textSingle div.cont-animate,
.modalInfo .ctxInfo .textSingle p {
  opacity: 0;
  margin-bottom: 0;
} */
.modalInfo .ctxInfo .boxInfoProd {
  position: relative;
  /* background-color: var(--color10); */
  /* border-radius: 10px; */
  /* margin-top: 20px;
  margin-bottom: 20px; */
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  left: 0;
}
.modalInfo .ctxInfo .boxInfoProd * {
  opacity: 1 !important;
}
.modalInfo .ctxInfo .boxInfoProd .infoClose {
  position: absolute;
  top: 0;
  right: 10px;
  color: #000;
  font-size: 24px;
  text-decoration: none;
  line-height: normal;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.modalInfo .ctxInfo .boxInfoProd .infoClose:hover {
  opacity: 0.7;
}
.modalInfo .ctxInfo .boxInfoProd .image {
  width: 100px;
  margin-right: 15px;
}
.modalInfo .ctxInfo .boxInfoProd .info > * {
  color: #000;
  margin-top: 0;
  margin-bottom: 6px;
  display: block;
  text-transform: uppercase;
}
.modalInfo .ctxInfo .boxInfoProd .info .tit {
  font-size: 16px;
  font-family: DIN-BoldAlternate;
  margin-bottom: 0;
}
.modalInfo .ctxInfo .boxInfoProd .info .price {
  font-size: 16px;
  color: var(--color9);
  font-family: DIN-BoldAlternate;
  display: none;
}
.modalInfo .ctxInfo .boxInfoProd .info .verProduct {
  display: block;
  color: var(--color0);
  background-color: var(--color9);
  border-radius: 6px;
  font-size: 14px;
  font-family: DIN-BoldAlternate;
  display: inline-block;
  padding: 6px 10px;
  text-decoration: none;
  margin-bottom: 0;
}
.modalInfo .ctxInfo .boxInfoProd .info .verProduct:hover {
  opacity: 0.6;
}
.modalInfo .box {
  position: relative;
  padding: 1rem;
  display: inline-block;
}
@media (max-width: 768px) {
  .modalInfo .box {
    padding: 10px;
  }
}
.modalInfo .box.bar-left {
  width: 30%;
  border-right: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 768px) {
  .modalInfo .box.bar-left {
    width: 40%;
  }
}
.modalInfo .box.info-right {
  width: 70%;
  height: 100%;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 768px) {
  .modalInfo .box.info-right {
    width: 60%;
  }
}
.modalInfo .box .item {
  opacity: 0;
}
@media (max-width: 768px) {
  .modalInfo .box .item {
    float: right;
  }
}
.modalIntro {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.modalIntro.show {
  opacity: 1;
  visibility: visible;
}
.modalIntro .ctx {
  opacity: 0;
}
.modalIntro .infoIntro {
  width: 280px;
}
@media (max-width: 768px) {
  .modalIntro .infoIntro {
    width: 220px;
  }
}
.modalIntro .infoIntro .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.modalIntro .infoIntro .swiper-slide .boxText {
  color: var(--color10);
  font-size: 16px;
  background-color: var(--color0);
  padding: 10px;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .modalIntro .infoIntro .swiper-slide .boxText {
    font-size: 13px;
  }
}
.modalIntro .infoIntro .swiper-slide .boxText p {
  margin-top: 0;
  min-height: 70px;
  text-transform: uppercase;
}
.modalIntro .infoIntro .swiper-slide .boxText a.btnAvanzar,
.modalIntro .infoIntro .swiper-slide .boxText a.btnComenzar {
  color: #000;
  background-color: #73cf7b;
  text-decoration: none;
  width: 100%;
  padding: 6px;
  border-radius: 6px;
  display: block;
  text-transform: uppercase;
}
.modalIntro .infoIntro .swiper-pagination {
  position: relative;
  bottom: 0;
  opacity: 0;
}
.modalIntro .infoIntro .swiper-pagination-bullet {
  opacity: 0.5;
  background-color: #fff;
}
.modalIntro .infoIntro .swiper-pagination-bullet-active {
  opacity: 1;
}
.wrapLoader {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.wrapLoader.show {
  opacity: 1;
  visibility: visible;
}
.wrapLoader .logo-loader > img {
  max-width: 100%;
}
.bgLoop {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
}
.bgLoop.show {
  opacity: 1;
}
.bgLoop .bgInfinite {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
  visibility: hidden;
}
.bgLoop .bgInfinite.show {
  opacity: 1;
  visibility: visible;
}

/* EDITAR WILSON */

.hasta {
  display: none;
}

a.btnDay.oculto {
  opacity: 0;
  visibility: visible;
}

.modalInfo .ctxInfo .boxInfoProd .image {
  width: 100px;
  margin-right: 15px;
  margin-left: 15px;
}

.modalInfo .ctxInfo .numGrado,
.modalInfo .ctxInfo .numHumedad {
  font-family: Chathura, sans-serif;
  font-size: 25px;
  line-height: 25px;

  font-family: HelveticaRegular;
  font-size: 17px;
  line-height: 17px;
}

.ver-productos {
  display: none;
}

.ver-tips {
  position: absolute;
  top: 42px;
  right: 20px;
  text-transform: uppercase;
  z-index: 10;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  writing-mode: tb-rl;
  white-space: nowrap;
}
.ver-tips:hover {
  color: #fff;
  opacity: 0.8;
}
.ver-tips:after {
  content: "";
  position: absolute;
  right: -3px;
  top: -30px;
  width: 20px;
  height: 20px;
  background: transparent url(../img/icono-info.png) no-repeat center center;
  background-size: contain;
}

@media (max-width: 480px) {
  .hasta {
    font-size: 15px;
    text-align: right;
    position: relative;
    display: block;
    margin-top: -10px;
    margin-bottom: 20px;
  }

  .bgTime {
    height: 100%;
  }

  .wrapper {
    height: 100%;
  }

  body,
  html {
    height: 100%;
  }

  /*	.logoPiranha {
	    width: 90px;
	    top: 6px;
	    left: 8px;
	    position: absolute;
	}
*/
  .textArte {
    position: fixed;
    top: 33px;
    left: 0.3rem;
  }

  .listSocial li + li {
    margin-top: 5px;
  }
  .listSocial .itemSocial img {
    width: 25px;
  }

  .listSocial .itemSocial span {
    font-size: 10px;
    padding-right: 12px;
  }

  #tickmarks {
    display: none;
  }
  .rangeDay {
    bottom: 30px;
  }

  .ctxDay .dayNum {
    font-size: 180px;
    line-height: 110px;
    margin-left: 0px;
  }

  .multiplePoints .btnItemInfo .iconPlus {
    /*display: none;*/
    opacity: 0;
    visibility: hidden;
  }

  .ctxDay {
    margin-left: 10px;
    width: 160px;
  }

  .ctxDay .btnDay {
    margin-left: 0px;
  }

  .ctxDay .dayText {
    padding-right: 20px;
  }

  .rangeDay {
    bottom: 20px;
    position: fixed !important;
    outline: 0;
  }

  .rangeDay .range {
    height: 25px;
  }

  .multiplePoints .btnItemInfo .sliderProduct {
    display: none;
  }

  .modalInfo {
    z-index: 1000000000000;
  }

  .modalInfo .box.bar-left {
    width: 30%;
  }
  .modalInfo .box.info-right {
    width: 70%;
  }
  .modalInfo .ctxInfo .day span {
    width: 80%;
  }

  .modalInfo .ctxInfo .celsius,
  .modalInfo .ctxInfo .humedad {
    width: 80px;
    height: 80px;
    font-size: 10px;
  }
  .modalInfo .ctxInfo .textSingle {
    font-size: 10.5px;
    width: 98%;
  }

  .modalInfo .ctxInfo .boxInfoProd .image {
    width: 60px;
    margin-right: 5px;
  }
  .modalInfo .ctxInfo .boxInfoProd .info .tit {
    font-size: 10px;
  }
  .modalInfo .ctxInfo .boxInfoProd .info .price {
    font-size: 10px;
  }

  .modalInfo .ctxInfo .boxInfoProd .info .verProduct {
    font-size: 9px;
    padding: 3px 7px;
  }

  .modalInfo .ctxInfo .numGrado,
  .modalInfo .ctxInfo .numHumedad {
    font-family: Chathura, sans-serif;
    font-size: 21px;
    line-height: 25px;
  }

  .modalInfo .ctxInfo .boxInfoProd .image {
    width: 70px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .modalInfo .ctxInfo .textSingle div.cont-animate,
  .modalInfo .ctxInfo .textSingle p {
    opacity: 0;
    margin-bottom: 0;
    line-height: 11px;
  }

  .ver-productos.show {
    display: block;
    position: absolute;
    top: 10px;
    right: 50px;
    background: #fff;
    z-index: 10;
    text-align: center;
    padding: 5px 10px;
    border-radius: 10px;
    font-size: 11px;
    text-decoration: none;
    color: #000;
  }

  input[type="range"]::-webkit-slider-thumb,
  input[type="range"]::-webkit-media-slider-thumb {
    border: none !important;
    outline: none;
  }

  .swiper-product .swiper-button-prev {
    left: -5px;
  }
  .swiper-product .swiper-button-next {
    right: -5px;
  }
}

/* EDITAR DANI */
.swiper-product {
  --swiper-navigation-color: #000;
}
.swiper-product .swiper-button-prev {
  left: 0;
}
.swiper-product .swiper-button-next {
  right: 0;
}
.swiper-product .swiper-pagination {
  position: relative;
  bottom: 0;
  margin-top: 10px;
}
.swiper-product .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 0;
  -webkit-transform: initial;
  transform: initial;
  white-space: nowrap;
  right: 0;
  margin: auto;
  margin-bottom: 10px;
}
.swiper-product .swiper-pagination .swiper-pagination-bullet {
  margin: 0 5px;
  background: #000;
  opacity: 0.5;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.swiper-product
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active,
.swiper-product .swiper-pagination .swiper-pagination-bullet:hover {
  opacity: 1;
  background: #000;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-size: 26px;
}
.multiplePoints .btnItemInfo .sliderProduct {
  width: 340px;
}
.multiplePoints .btnItemInfo .boxInfoProd {
  width: 320px;
  justify-content: center;
}

.modalInfo .ctxInfo .textSingle div.cont-animate,
.modalInfo .ctxInfo .textSingle p {
  opacity: 0;
  margin-bottom: 0;
}
.modalInfo .ctxInfo .textSingle {
  width: 100%;
}
.textSingle .sliderProduct {
  position: relative;
  width: 100%;
  display: block;
  background-color: var(--color10);
  border-radius: 10px;
  margin-top: 20px;
}
