body {
  overflow: hidden;
  background-repeat: repeat;
  background-position: 0 0;
  background-attachment: fixed;
  background-color: #46424280;
  margin: 0;
  padding: 0;
  height: -moz-available;
}
.header {
  position: fixed;
  left: 0;
  width: 100%;
  background: rgba(251, 251, 251, 0.9);
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  line-height: 19.5px;
  color: #333;
  z-index: 100;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  top: 0;
}
.header h2 {
  font-size: 20px;
  margin: 10px auto;
  max-width: 250px;
  position: relative;
  color: #333;
  font-weight: 400;
}
.header form {
  font-size: 25px;
  position: relative;
}
.header form::after {
  content: "\f107";
  color: #333;
  font-family: "font awesome 5 free";
  font-weight: 900;
  position: absolute;
  right: 10px;
  top: 11px;
  font-size: 20px;
  pointer-events: none;
}
#logo {
  position: absolute;
  left: 15px;
  display: flex;
  align-items: center;
}
#products {
  position: relative;
  margin-right: 10px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 5px;
  padding: 0 10px;
  padding-right: 10px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  height: 42px;
  box-sizing: border-box;
  font-family: sans-serif;
  min-width: 160px;
}
#products h2::after {
  content: "\f107";
  color: #333;
  font-family: "font awesome 5 free";
  font-weight: 900;
  position: absolute;
  right: 0;
  pointer-events: none;
}
.selectProduct {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  font-size: 30px;
  background: 0 0;
  color: #fff;
  border: none;
  padding: 0;
  color: transparent;
  height: 41px;
}
#selectDate {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 8px 10px;
  padding-right: 10px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  padding-right: 30px;
  font-size: 20px;
  min-width: 160px;
  font-family: sans-serif;
  color: #333;
  height: 42px;
}
#selectDate option {
  color: #333;
  text-align: center;
  font-size: 20px;
}
.selectProduct option {
  color: #333;
  font-size: 20px;
}
.hidden {
  display: none;
}
.header form select {
  font-size: 20px;
}
#navlist {
  padding: 0;
  margin: 0;
  height: 100%;
  display: flex;
  list-style-type: none;
}
#navlist li {
  display: inline-block;
  list-style-type: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
#navlist li i {
  padding-left: 15px;
  padding-right: 15px;
  font-size: 30px;
  vertical-align: middle;
  color: #333;
}
#navlist li:nth-child(3) {
  cursor: default;
}
#navlist li:not(:first-of-type) {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
#pageNums {
  text-decoration: none;
  font-size: 18px;
  font-family: sans-serif;
  color: #333;
  width: 100%;
  padding-top: 2px;
  cursor: default;
}
#footer {
  position: fixed;
  left: 50%;
  bottom: 10px;
  background: rgba(251, 251, 251, 0.9);
  line-height: 48px;
  height: 50px;
  color: #fff;
  text-align: center;
  z-index: 99;
  border-radius: 500px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  transform: translateX(-50%);
  width: 100%;
  max-width: 448px;
}
#navcontainer {
  height: 100%;
}
#slider {
  position: fixed;
  bottom: 65px;
  width: 250px;
}
#slider-bar {
  position: fixed;
  bottom: 45px;
  left: 50%;
  margin-left: -165px;
  width: 330px;
  display: block;
}
* html #footer {
  position: absolute;
  top: expression(
    (
        0- (footer.offsetHeight)+
          (
            document.documentElement.clientHeight ?
              document.documentElement.clientHeight: document.body.clientHeight
          )+ (ignoreMe=document.documentElement.scrollTop ?
              document.documentElement.scrollTop: document.body.scrollTop)
      )+"px"
  );
}
.magazine-viewport .container {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 998px;
  height: 650px;
  margin: auto;
}
.magazine-viewport .magazine {
  width: 998px;
  height: 650px;
  left: -499px;
  top: -325px;
}
.magazine-viewport .page {
  width: 499px;
  height: 650px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.magazine-viewport .zoomer .region {
  display: none;
}
.magazine .region {
  position: absolute;
  overflow: hidden;
  background: #06f;
  opacity: 0.2;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  cursor: pointer;
  -ms-filter: "alpha(opacity=20)";
  filter: alpha(opacity=20);
}
.magazine .region:hover {
  opacity: 0.5;
  -ms-filter: "alpha(opacity=50)";
  filter: alpha(opacity=50);
}
.magazine .region.zoom {
  opacity: 0.01;
  -ms-filter: "alpha(opacity=1)";
  filter: alpha(opacity=1);
}
.magazine .region.zoom:hover {
  opacity: 0.2;
  -ms-filter: "alpha(opacity=20)";
  filter: alpha(opacity=20);
}
.magazine .page {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.magazine-viewport .page img {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 0;
  cursor: move;
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
.magazine-viewport .page img:active {
  cursor: grabbing;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
.magazine .even .gradient {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: zoom-in;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0.95, rgba(0, 0, 0, 0)),
    color-stop(1, rgba(0, 0, 0, 0.2))
  );
  background-image: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0) 95%,
    rgba(0, 0, 0, 0.2) 100%
  );
  background-image: -moz-linear-gradient(
    left,
    rgba(0, 0, 0, 0) 95%,
    rgba(0, 0, 0, 0.2) 100%
  );
  background-image: -ms-linear-gradient(
    left,
    rgba(0, 0, 0, 0) 95%,
    rgba(0, 0, 0, 0.2) 100%
  );
  background-image: -o-linear-gradient(
    left,
    rgba(0, 0, 0, 0) 95%,
    rgba(0, 0, 0, 0.2) 100%
  );
  background-image: linear-gradient(
    left,
    rgba(0, 0, 0, 0) 95%,
    rgba(0, 0, 0, 0.2) 100%
  );
}
.magazine .odd .gradient {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: zoom-in;
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    color-stop(0.95, rgba(0, 0, 0, 0)),
    color-stop(1, rgba(0, 0, 0, 0.15))
  );
  background-image: -webkit-linear-gradient(
    right,
    rgba(0, 0, 0, 0) 95%,
    rgba(0, 0, 0, 0.15) 100%
  );
  background-image: -moz-linear-gradient(
    right,
    rgba(0, 0, 0, 0) 95%,
    rgba(0, 0, 0, 0.15) 100%
  );
  background-image: -ms-linear-gradient(
    right,
    rgba(0, 0, 0, 0) 95%,
    rgba(0, 0, 0, 0.15) 100%
  );
  background-image: -o-linear-gradient(
    right,
    rgba(0, 0, 0, 0) 95%,
    rgba(0, 0, 0, 0.15) 100%
  );
  background-image: linear-gradient(
    right,
    rgba(0, 0, 0, 0) 95%,
    rgba(0, 0, 0, 0.15) 100%
  );
}
.magazine-viewport .zoom-in .even .gradient,
.magazine-viewport .zoom-in .odd .gradient {
  display: none;
}
.magazine-viewport .loader {
  background-image: url(../img/pics/loader.gif);
  width: 22px;
  height: 22px;
  position: absolute;
  top: 314px;
  left: 238px;
}
.magazine-viewport .shadow {
  -webkit-transition: -webkit-box-shadow 0.5s;
  -moz-transition: -moz-box-shadow 0.5s;
  -o-transition: -webkit-box-shadow 0.5s;
  -ms-transition: -ms-box-shadow 0.5s;
  -webkit-box-shadow: 0 0 20px #ccc;
  -moz-box-shadow: 0 0 20px #ccc;
  -o-box-shadow: 0 0 20px #ccc;
  -ms-box-shadow: 0 0 20px #ccc;
  box-shadow: 0 0 20px #ccc;
}
.magazine-viewport .next-button,
.magazine-viewport .previous-button {
  width: 22px;
  height: 650px;
  position: absolute;
  top: 0;
}
.magazine-viewport .next-button {
  right: -22px;
  -webkit-border-radius: 0 15px 15px 0;
  -moz-border-radius: 0 15px 15px 0;
  -ms-border-radius: 0 15px 15px 0;
  -o-border-radius: 0 15px 15px 0;
  border-radius: 0 15px 15px 0;
}
.magazine-viewport .previous-button {
  left: -22px;
  -webkit-border-radius: 15px 0 0 15px;
  -moz-border-radius: 15px 0 0 15px;
  -ms-border-radius: 15px 0 0 15px;
  -o-border-radius: 15px 0 0 15px;
  border-radius: 15px 0 0 15px;
}
.magazine-viewport .previous-button-hover,
.magazine-viewport .next-button-hover {
  background-color: rgba(0, 0, 0, 0.2);
}
.magazine-viewport .previous-button-hover,
.magazine-viewport .previous-button-down {
  background-image: url(../img/pics/arrows.png);
  background-position: -4px 325px;
  background-repeat: no-repeat;
}
.magazine-viewport .previous-button-down,
.magazine-viewport .next-button-down {
  background-color: rgba(0, 0, 0, 0.4);
}
.magazine-viewport .next-button-hover,
.magazine-viewport .next-button-down {
  background-image: url(../img/pics/arrows.png);
  background-position: -38px 325px;
  background-repeat: no-repeat;
}
.magazine-viewport .zoom-in .next-button,
.magazine-viewport .zoom-in .previous-button {
  display: none;
}
.animated {
  -webkit-transition: margin-left 0.5s;
  -moz-transition: margin-left 0.5s;
  -ms-transition: margin-left 0.5s;
  -o-transition: margin-left 0.5s;
  transition: margin-left 0.5s;
}
.thumbnails {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 140px;
  z-index: 99;
}
.thumbnails > div {
  width: 1050px;
  height: 100px;
  margin: 20px auto;
}
.thumbnails ul {
  margin: 0;
  padding: 0;
  text-align: center;
  -webkit-transform: scale3d(0.5, 0.5, 1);
  -moz-transform: scale3d(0.5, 0.5, 1);
  -o-transform: scale3d(0.5, 0.5, 1);
  -ms-transform: scale3d(0.5, 0.5, 1);
  transform: scale3d(0.5, 0.5, 1);
  -webkit-transition: -webkit-transform ease-in-out 100ms;
  -moz-transition: -moz-transform ease-in-out 100ms;
  -ms-transition: -ms-transform ease-in-out 100ms;
  -o-transition: -o-transform ease-in-out 100ms;
  transition: transform ease-in-out 100ms;
}
.thumbanils-touch ul {
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
}
.thumbnails-hover ul {
  -webkit-transform: scale3d(0.6, 0.6, 1);
  -moz-transform: scale3d(0.6, 0.6, 1);
  -o-transform: scale3d(0.6, 0.6, 1);
  -ms-transform: scale3d(0.6, 0.6, 1);
  transform: scale3d(0.6, 0.6, 1);
}
.thumbnails li {
  list-style: none;
  display: inline-block;
  margin: 0 5px;
  -webkit-box-shadow: 0 0 10px #ccc;
  -moz-box-shadow: 0 0 10px #ccc;
  -ms-box-shadow: 0 0 10px #ccc;
  -o-box-shadow: 0 0 10px #ccc;
  box-shadow: 0 0 10px #ccc;
  -webkit-transition: -webkit-transform 60ms;
  -moz-transition: -webkit-transform 60ms;
  -o-transition: -webkit-transform 60ms;
  -ms-transition: -webkit-transform 60ms;
  transition: -webkit-transform 60ms;
}
.thumbnails li span {
  display: none;
}
.thumbnails .current {
  -webkit-box-shadow: 0 0 10px red;
  -moz-box-shadow: 0 0 10px red;
  -ms-box-shadow: 0 0 10px red;
  -o-box-shadow: 0 0 10px red;
  box-shadow: 0 0 10px red;
}
.thumbnails .thumb-hover {
  -webkit-transform: scale3d(1.3, 1.3, 1);
  -moz-transform: scale3d(1.3, 1.3, 1);
  -o-transform: scale3d(1.3, 1.3, 1);
  -ms-transform: scale3d(1.3, 1.3, 1);
  transform: scale3d(1.3, 1.3, 1);
  -webkit-box-shadow: 0 0 10px #666;
  -moz-box-shadow: 0 0 10px #666;
  -ms-box-shadow: 0 0 10px #666;
  -o-box-shadow: 0 0 10px #666;
  box-shadow: 0 0 10px #666;
}
.thumbanils-touch .thumb-hover {
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
}
.thumbnails .thumb-hover span {
  position: absolute;
  bottom: -30px;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 30px;
  font: 700 15px arial;
  line-height: 30px;
  color: #666;
  display: block;
  cursor: default;
}
.thumbnails img {
  float: left;
}
.exit-message {
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  height: 40px;
  z-index: 10000;
}
.exit-message > div {
  width: 140px;
  height: 30px;
  margin: auto;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  font: 12px arial;
  line-height: 30px;
  color: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}

#navlist li.zoom-icon.mobile {
  display: none;
}

#navlist li.zoom-icon {
  padding: 0 15px;
}
#navlist li.zoom-icon i {
  font-size: 23px;
  vertical-align: middle;
  padding: 2px;
  border: solid transparent;
}
.zoom-icon-in .fa-compress-arrows-alt {
  display: none;
}
.zoom-icon-out .fa-expand-arrows-alt {
  display: none;
}
.bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.adlateral1 {
  display: block;
  position: fixed;
  width: 160px;
  height: 600px;
  top: 180px;
  left: 0;
  border: 1px solid #2196f3;
  z-index: -99999;
}
.adlateral1 img {
  height: 599px;
  width: 161px;
}
.adlateral2 {
  display: block;
  position: fixed;
  width: 160px;
  height: 600px;
  top: 180px;
  right: 0;
  border: 1px solid #2196f3;
  z-index: -99999;
}
.adlateral2 img {
  height: 599px;
  width: 161px;
}
@media only screen and (max-width: 1000px) {
  .adlateral1 {
    display: none !important;
  }
  .adlateral2 {
    display: none !important;
  }
}
@media only screen and (max-width: 1000px) {
  .error {
    background: red;
  }
}
#footer.mobile {
  max-width: 412px;
  width: calc(100% - 20px);
}

#footer.mobile #navlist li i {
    padding-left: 8px;
    padding-right: 8px;
}

.header.mobile {
  flex-direction: column;
  height: auto;
  gap: 2.1px;
}
#slider-bar.mobile {
  display: none;
}
.header.mobile #logo {
  position: initial;
  zoom: 0.6;
}
.header .selects {
  display: flex;
}
.mobile .magazine-viewport {
    margin-top: 0px !important;
}
.share {
  position: relative;
}
#btn-share {
  border: none;
  background: 0 0;
  cursor: pointer;
}
#list-share {
  position: absolute;
  bottom: 100%;
  left: 0;
  opacity: 0;
  transition: transform 0.6s, opacity 0.4s 0.2s;
  background: rgba(251, 251, 251, 0.9);
  color: #333;
  border-radius: 5px;
  overflow: hidden;
  transform: scaleY(0.01);
  z-index: -11;
  padding: 10px;
  margin-bottom: 5px;
  transform-origin: bottom;
}
#list-share.show {
  opacity: 1;
  transform: scaleY(1);
  transition: transform 0.4s, opacity 0.2s;
}
#list-share li {
  display: inline-flex;
  align-items: center;
  border: none !important;
  width: 100%;
  gap: 5px;
}
#list-share li i {
  padding: 0;
  font-size: 16px;
}
#footer:not(.mobile) #list-share .whatsappMovil {
  display: none;
}
#footer.mobile #list-share .whatsappDesktop {
  display: none;
}
