@charset "UTF-8";
@import '../../assets/fonts/fontello/css/fontello.css';
:root {
  --capa1: 0;
  --capa2: 20;
  --capa3: 40;
  --capa4: 60;
  --capa5: 80;
  --capa6: 100;
  --wd100: 100%;
  --wd90: 90%;
  --wd80: 80%;
  --wd50: 50%;
  --transition1: 0.3s ease-in-out all;
  --transition2: 0.6s ease-in-out all;
  --transition3: 1s ease-in-out all;
  --H_navMobil: 45px;
  --H_navPc: 105px;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.menu_web {
  position: fixed;
  top: 0;
  width: var(--wd100);
  max-height: var(--H_navMobil);
  background-color: #fff;
  opacity: 1;
  z-index: var(--capa6);
}

.page_web {
  width: 100%;
  margin: 0px auto;
  overflow: hidden;
}
.page_web .separator_blank {
  width: var(--wd100);
  height: 50px;
  background-color: transparent;
}
.page_web .contenido_web {
  position: relative;
  width: var(--wd100);
  margin: 0px auto;
  overflow: hidden;
}
.page_web .pie_web {
  width: var(--wd100);
  margin: 20px auto;
}

@media (min-width: 480px) {
  .menu_web {
    width: var(--wd80);
    left: 10%;
    max-height: var(--H_navPc);
  }
  .page_web {
    width: 80%;
  }
  .page_web .separator_blank {
    height: 110px;
  }
  .page_web .contenido_web {
    width: var(--wd80);
  }
  .page_web .pie_web {
    width: var(--wd80);
  }
}
.notifyemi1 {
  position: absolute;
  top: 50%;
  width: 90%;
  left: 5%;
  padding: 10px 12px;
  border: 1px solid #fff;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  transition: var(--transition1);
  -webkit-transition: var(--transition1);
  -moz-transition: var(--transition1);
  -ms-transition: var(--transition1);
  -o-transition: var(--transition1);
  z-index: var(--capa6);
}
.notifyemi1 > div {
  text-align: center;
}
.notifyemi1 > p {
  text-align: center;
  font-size: 1.2rem;
}

.notifyAnime {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  animation: notifyAnimation 0.7s linear forwards;
  -webkit-animation: notifyAnimation 0.7s linear forwards;
}

@keyframes notifyAnimation {
  0% {
    max-height: 0;
    opacity: 0;
  }
  100% {
    max-height: 250px;
    opacity: 1;
  }
}
.notify2 {
  position: absolute !important;
  min-width: 300px !important;
  overflow: hidden;
  animation: notifyAnimation 0.8s linear forwards;
  -webkit-animation: notifyAnimation 0.8s linear forwards;
  padding: 4px;
}
.notify2 .tip-success {
  --ic: "✔";
  --fclr: #005e38;
  --fclr1: #03a65a;
  --fclr2: #03a65a40;
}
.notify2 .tip-warning {
  --ic: "?";
  --fclr: #c24914;
  --fclr2: #fc8621;
  --fclr3: #fc862140;
}
.notify2 .tip-danger {
  --ic: "✖";
  --fclr: #851d41;
  --fclr2: #db3056;
  --fclr3: #db305640;
}
.notify2 .tip-information {
  --ic: "!";
  --fclr: #05478a;
  --fclr2: #0070e0;
  --fclr3: #0070e040;
}
.notify2 .notify-item {
  position: relative;
  padding: 20px;
  min-width: 300px;
  background: linear-gradient(90deg, #1f2333, #22232b);
  transition: var(--transition1);
  -webkit-transition: var(--transition1);
  -moz-transition: var(--transition1);
  -ms-transition: var(--transition1);
  -o-transition: var(--transition1);
  color: #fff;
  font-weight: 600;
}
.notify2 .notify-item::before {
  content: var(--ic);
  position: absolute;
  font-size: 2rem;
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  text-align: center;
  top: calc(50% - 1.5rem);
  left: 20px;
  color: #fff;
  border-radius: 50%;
  background: radial-gradient(circle at 0% 50%, var(--fclr), rgba(255, 255, 255, 0) 5rem), radial-gradient(circle at -50% 50%, var(--fclr2), rgba(255, 255, 255, 0) 5rem);
  opacity: 0.5;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.notify2 .notify-item h3 {
  text-align: start;
  font-size: 1.35rem;
  margin: 0 4rem 0 5rem;
  line-height: 1.35rem;
  font-weight: 300;
}
.notify2 .notify-item p {
  text-align: start;
  text-wrap: wrap;
  font-size: 0.95rem;
  margin: 0 4rem 0 5rem;
}
.notify2 .notify-item .notify-close {
  position: absolute;
  top: 5px;
  right: 10px;
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  font-size: 1rem;
  text-align: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  cursor: pointer;
}
.notify2 .notify-item .notify-close:hover {
  background-color: #0070e0;
}

.btoReturnActions {
  display: block;
  position: absolute;
  transform: translateX(-200px);
  -webkit-transform: translateX(-200px);
  -moz-transform: translateX(-200px);
  -ms-transform: translateX(-200px);
  -o-transform: translateX(-200px);
  padding: 10px 30px;
  background-color: #005e38;
  color: #fff;
  z-index: 150;
  border-color: orange;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  animation: myAnim 8s linear forwards;
  -webkit-animation: myAnim 8s linear forwards;
  animation-delay: 1.6s;
}
.btoReturnActions:hover {
  cursor: pointer;
  background-color: #03a65a;
  border-color: blue;
}

@keyframes myAnim {
  0% {
    transform: translateX(-200px);
    -webkit-transform: translateX(-200px);
    -moz-transform: translateX(-200px);
    -ms-transform: translateX(-200px);
    -o-transform: translateX(-200px);
  }
  10% {
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
  }
  90% {
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
  }
  100% {
    transform: translateX(-200px);
    -webkit-transform: translateX(-200px);
    -moz-transform: translateX(-200px);
    -ms-transform: translateX(-200px);
    -o-transform: translateX(-200px);
  }
}
.modalsT1 {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: var(--capa6);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: hsla(0, 0%, 8%, 0.308);
  animation: animateForms;
  -webkit-animation: animateForms;
  transition: var(--transition3);
  -webkit-transition: var(--transition3);
  -moz-transition: var(--transition3);
  -ms-transition: var(--transition3);
  -o-transition: var(--transition3);
}
.modalsT1 .emergentConfirm {
  min-width: 380px;
  background-color: orange;
  color: #fff;
  padding: 1rem;
}
.modalsT1 .emergentConfirm::before {
  content: "?";
  display: inline-block;
  font-size: 1.5rem;
  color: #fff;
  background-color: orangered;
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  text-align: center;
  -webkit-clip-path: circle(50%);
          clip-path: circle(50%);
}
.modalsT1 .emergentConfirm > div:first-of-type {
  display: inline-block;
  padding: 2px 20px;
}
.modalsT1 .emergentConfirm > div:last-of-type {
  padding-right: 10px;
  text-align: right;
}
.modalsT1 .emergentConfirm > div:last-of-type .confirm_bto {
  font-size: 0.8rem;
  padding: 3px 6px;
  cursor: pointer;
  background-color: hsl(39, 92%, 76%);
  border-color: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.modalsT1 .emergentConfirm > div:last-of-type .confirm_bto:hover {
  scale: 1.05;
}

/* estilos para mi loader */
.loader {
  z-index: 150;
  background-color: rgba(255, 255, 255, 0.801);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.loader_centered {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
}

.loader_p, .loader_m {
  position: absolute;
}

.loader .pieza-loader {
  width: 120px;
  height: 120px;
  border: 16px solid gray;
  border-top-color: rgb(88, 209, 88);
  border-right-color: solid rgb(88, 209, 88);
  border-radius: 100%;
  animation: loader 1s linear infinite;
}

.loader_p .pieza-loader {
  width: 30px;
  height: 30px;
  border: 4px solid gray;
  border-top-color: rgb(88, 209, 88);
  border-right-color: solid rgb(88, 209, 88);
  border-radius: 100%;
  animation: loader 1s linear infinite;
}

.loader_m .pieza-loader {
  width: 60px;
  height: 60px;
  border: 8px solid gray;
  border-top-color: rgb(88, 209, 88);
  border-right-color: solid rgb(88, 209, 88);
  border-radius: 100%;
  animation: loader 1s linear infinite;
}

.loader p {
  text-align: center;
  font-size: 18px;
  font-weight: 800;
}

.loader_m p {
  text-align: center;
  font-size: 9px;
  font-weight: 800;
}

.loader_p p {
  text-align: center;
  font-size: 12px;
  font-weight: 800;
}

@keyframes loader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.notificacionResultado {
  position: absolute !important;
  min-width: 300px !important;
  top: 30%;
  margin: 0 auto;
  overflow: hidden;
  animation: bounce-in-top 1.5s linear forwards;
  -webkit-animation: bounce-in-top 1.5s linear forwards;
  padding: 4px;
}
.notificacionResultado .tip-success {
  --ic: "✔";
  --fclr: #005e38;
  --fclr1: #03a65a;
  --fclr2: #03a65a40;
}
.notificacionResultado .tip-warning {
  --ic: "?";
  --fclr: #c24914;
  --fclr2: #fc8621;
  --fclr3: #fc862140;
}
.notificacionResultado .tip-danger {
  --ic: "✖";
  --fclr: #851d41;
  --fclr2: #db3056;
  --fclr3: #db305640;
}
.notificacionResultado .tip-information {
  --ic: "!";
  --fclr: #05478a;
  --fclr2: #0070e0;
  --fclr3: #0070e040;
}
.notificacionResultado .notify-item {
  position: relative;
  padding: 20px;
  min-width: 300px;
  background: linear-gradient(90deg, #1f2333, #22232b);
  transition: var(--transition1);
  -webkit-transition: var(--transition1);
  -moz-transition: var(--transition1);
  -ms-transition: var(--transition1);
  -o-transition: var(--transition1);
  color: #fff;
  font-weight: 600;
}
.notificacionResultado .notify-item::before {
  content: var(--ic);
  position: absolute;
  font-size: 2rem;
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  text-align: center;
  top: calc(50% - 1.5rem);
  left: 20px;
  color: #fff;
  border-radius: 50%;
  background: radial-gradient(circle at 0% 50%, var(--fclr), rgba(255, 255, 255, 0) 5rem), radial-gradient(circle at -50% 50%, var(--fclr2), rgba(255, 255, 255, 0) 5rem);
  opacity: 0.5;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.notificacionResultado .notify-item h3 {
  text-align: start;
  font-size: 1.35rem;
  margin: 0 4rem 0 5rem;
  line-height: 1.35rem;
  font-weight: 300;
}
.notificacionResultado .notify-item p {
  text-align: start;
  text-wrap: wrap;
  font-size: 0.95rem;
  margin: 0 4rem 0 5rem;
}
.notificacionResultado .notify-item .notify-close {
  position: absolute;
  top: 5px;
  right: 10px;
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  font-size: 1rem;
  text-align: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  cursor: pointer;
}
.notificacionResultado .notify-item .notify-close:hover {
  background-color: #0070e0;
}

.notifiScale {
  bottom: 0;
}

.notificacionConfirmar {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: var(--capa6);
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 10px;
  align-items: center;
  background-color: hsla(0, 94%, 14%, 0.308);
  animation: animateForms;
  -webkit-animation: animateForms;
  transition: var(--transition3);
  -webkit-transition: var(--transition3);
  -moz-transition: var(--transition3);
  -ms-transition: var(--transition3);
  -o-transition: var(--transition3);
}
.notificacionConfirmar .notify-item {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  background: rgba(0, 0, 0, 0.5882352941);
  box-shadow: 4px 4px 8px #bebebe, -4px -4px 8px rgba(0, 0, 0, 0.5882352941);
  animation: bounce-in-top 1.5s linear forwards;
  -webkit-animation: bounce-in-top 1.5s linear forwards;
  background-color: orange;
  color: #fff;
  padding: 10px 40px;
}
.notificacionConfirmar .notify-item > div {
  text-align: right;
}

.stoper {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: hsla(0, 25%, 100%, 0.5);
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 10px;
  align-items: center;
}
.stoper .loader_p {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 5px;
  align-items: center;
}
.stoper p {
  text-align: center;
  font-size: 15px;
  text-shadow: 1px 1px 2px gray;
}

.drop_desplegable_lateral {
  position: absolute;
  padding: 10px;
  top: 0;
  right: 0;
  max-width: 0;
  width: 100%;
  height: 100vh;
  background-color: #0070e0;
  color: #fff;
  height: 100vh;
  overflow-y: auto;
  transition: var(--transition1);
  -webkit-transition: var(--transition1);
  -moz-transition: var(--transition1);
  -ms-transition: var(--transition1);
  -o-transition: var(--transition1);
  z-index: var(--capa6);
  animation: lateralPop 0.7s linear forwards;
  -webkit-animation: lateralPop 0.7s linear forwards;
}
.drop_desplegable_lateral::-webkit-scrollbar {
  -webkit-appearance: none;
}
.drop_desplegable_lateral::-webkit-scrollbar:vertical {
  width: 0px;
}
.drop_desplegable_lateral::-webkit-scrollbar-button:increment, .drop_desplegable_lateral::-webkit-scrollbar-button {
  display: none;
}
.drop_desplegable_lateral::-webkit-scrollbar:horizontal {
  height: 0px;
}
.drop_desplegable_lateral::-webkit-scrollbar-thumb {
  background-color: #797979;
  border-radius: 20px;
  border: 2px solid #f1f2f3;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.drop_desplegable_lateral::-webkit-scrollbar-track {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

@keyframes lateralPop {
  0% {
    max-width: 0;
  }
  100% {
    max-width: 380px;
  }
}
@media (min-width: 500px) {
  .notifiScale {
    scale: 0.75;
    left: -20%;
  }
}
.chk_drop {
  display: none;
}

.chk_drop:checked + .navegador_lateral {
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
}

.chk_drop:checked ~ .main .icon-menu {
  display: none;
}

.hover_drop:hover ~ .encogido {
  opacity: 1;
  visibility: visible;
  height: auto;
}

.chk_drop:checked ~ .encogido {
  opacity: 1;
  visibility: visible;
  height: auto;
}

.chk_drop:checked + label .icon-right-open {
  transform: rotateZ(90deg);
  -webkit-transform: rotateZ(90deg);
  -moz-transform: rotateZ(90deg);
  -ms-transform: rotateZ(90deg);
  -o-transform: rotateZ(90deg);
}

.chk_drop:checked ~ .switch_rotate {
  transform: rotateZ(180deg);
  -webkit-transform: rotateZ(180deg);
  -moz-transform: rotateZ(180deg);
  -ms-transform: rotateZ(180deg);
  -o-transform: rotateZ(180deg);
}

.chk_drop:checked + .switch_color {
  opacity: 1;
  box-shadow: 2px 2px 6px #000;
}

.encogido {
  opacity: 0;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.scrollable {
  height: 100%;
  overflow-y: auto;
}
.scrollable::-webkit-scrollbar {
  -webkit-appearance: none;
}
.scrollable::-webkit-scrollbar:vertical {
  width: 0px;
}
.scrollable::-webkit-scrollbar-button:increment, .scrollable::-webkit-scrollbar-button {
  display: none;
}
.scrollable::-webkit-scrollbar:horizontal {
  height: 0px;
}
.scrollable::-webkit-scrollbar-thumb {
  background-color: #797979;
  border-radius: 20px;
  border: 2px solid #f1f2f3;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.scrollable::-webkit-scrollbar-track {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.swicher {
  position: relative;
  display: inline-block;
  width: 36px;
  height: 18px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  background-color: lightgray;
  cursor: pointer;
}
.swicher span {
  position: absolute;
  top: 1px;
  left: 2px;
  display: block;
  width: 16px;
  height: 16px;
  background-color: #fff;
  transition: all 1s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.enchufe:checked ~ .swicher {
  background-color: hsl(120, 100%, 25%);
}

.enchufe:checked ~ .swicher > span {
  transform: translateX(16px);
  -webkit-transform: translateX(16px);
  -moz-transform: translateX(16px);
  -ms-transform: translateX(16px);
  -o-transform: translateX(16px);
}

.enchufe:checked ~ .emerg {
  height: 300px;
  width: 100%;
  visibility: visible;
}

.emerg {
  visibility: hidden;
  overflow: hidden;
  padding-left: 15px;
  transition: all 1s ease-out;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  height: 0;
}

.navheader {
  position: relative;
  width: 100%;
  border-bottom: 2px solid gray;
}
.navheader .interior_nav {
  padding: 10px 20px;
  font-size: 1.2rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 10px;
  align-items: center;
}
.navheader .interior_nav i {
  cursor: pointer;
}
.navheader .interior_nav .header_left {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: nowarap;
  gap: 10px;
}
.navheader .interior_nav .header_left .left_logo {
  display: none;
}
.navheader .interior_nav .header_left .left_logo img {
  height: 100px;
}
.navheader .interior_nav .header_left .left_lst {
  position: absolute;
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  top: 0;
  left: -80vw;
  padding: 25px 50px;
  width: 80vw;
  height: 100vh;
  background-color: orange;
  color: #fff;
  z-index: var(--capa5);
}
.navheader .interior_nav .header_left .left_lst .icon-cancel {
  display: block;
  text-align: right;
  cursor: pointer;
}
.navheader .interior_nav .header_left .left_lst ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.navheader .interior_nav .header_left .left_lst ul a {
  text-decoration: none;
  color: #fff;
}
.navheader .interior_nav .header_right {
  position: relative;
}
.navheader .interior_nav .header_right .cuentaActiva {
  position: absolute;
  width: 140px;
  left: -70px;
  height: auto;
  overflow: hidden;
  padding: 8px;
  background-color: #eee;
  transition: var(--transition1);
  -webkit-transition: var(--transition1);
  -moz-transition: var(--transition1);
  -ms-transition: var(--transition1);
  -o-transition: var(--transition1);
}
.navheader .interior_nav .header_right .cuentaActiva > div:first-of-type {
  position: relative;
  text-align: center;
  background-color: #fff;
  height: 50px;
}
.navheader .interior_nav .header_right .cuentaActiva > div:first-of-type h4 {
  font-size: 14px;
}
.navheader .interior_nav .header_right .cuentaActiva > div:first-of-type .ic-account {
  position: absolute;
  top: 20px;
  left: 40px;
  height: 50px;
  width: 50px;
  line-height: 50px;
  -webkit-clip-path: circle(50%);
          clip-path: circle(50%);
  background-color: #fff;
}
.navheader .interior_nav .header_right .cuentaActiva > div:first-of-type .ic-account .icon-user {
  color: green;
  font-size: 30px;
  vertical-align: middle;
}
.navheader .interior_nav .header_right .cuentaActiva > div:last-of-type {
  padding: 30px 10px 5px 10px;
}
.navheader .interior_nav .header_right .cuentaActiva > div:last-of-type .lzd {
  font-size: 14px;
  cursor: pointer;
  margin-bottom: 8px;
}
.navheader .interior_nav .header_right .cuentaActiva > div:last-of-type .lzd:hover {
  scale: 1.07;
}
.navheader .interior_nav .header_right .reverseCuenta {
  max-height: 400px;
  opacity: 1;
}
.navheader .interior_nav .header_right .length_compra {
  position: absolute;
  top: -10px;
  right: -10px;
  height: 20px;
  width: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 12px;
  -webkit-clip-path: circle();
          clip-path: circle();
  background-color: hsl(240, 98%, 51%);
  color: #FFF;
}

@media (min-width: 480px) {
  .navheader .interior_nav {
    padding: 0px 100px;
  }
  .navheader .interior_nav .header_left .left_menu {
    display: none;
  }
  .navheader .interior_nav .header_left .left_logo {
    display: block;
  }
  .navheader .interior_nav .header_left .left_lst {
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    position: relative;
    left: 0px !important;
    height: auto;
    width: auto;
    background-color: transparent;
  }
  .navheader .interior_nav .header_left .left_lst .icon-cancel {
    display: none;
  }
  .navheader .interior_nav .header_left .left_lst ul {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: nowrap;
    gap: 20px;
    align-items: center;
  }
  .navheader .interior_nav .header_left .left_lst ul a {
    display: inline-block;
    color: #000;
  }
  .navheader .interior_nav .header_left .left_lst ul a:hover {
    border-bottom: 2px solid blue;
  }
  .navheader .interior_nav .header_right i {
    font-size: 1.5rem;
  }
}
.main_page .clip {
  padding: 10px 0px;
  text-align: center;
  max-height: 350px;
  overflow: hidden;
}
.main_page .clip video {
  width: 100vw;
  -o-object-fit: cover;
     object-fit: cover;
}
.main_page .potsits_informativos {
  display: flex;
  flex-direction: column;
  justify-content: flex_start;
  flex-wrap: wrap;
  gap: 10px;
  align-items: baseline;
  padding: 0 20px;
}
.main_page .potsits_informativos .potsit {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 10px;
  align-items: center;
  width: 100%;
  padding: 10px 0;
  background: linear-gradient(hsl(120, 90%, 65%), #fff);
  box-shadow: inset 3px -1px 4px green;
  border-radius: 15px;
  height: 80px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}
.main_page .potsits_informativos .potsit svg {
  display: inline-block;
  width: 50px;
  fill: #000;
}
.main_page h3 {
  text-align: center;
  text-decoration: underline;
}
.main_page .muestra_seccions {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}
.main_page .muestra_seccions .productos-si {
  border: 1px solid gray;
  position: relative;
  max-width: 50%;
  width: 45%;
  opacity: 0.85;
}
.main_page .muestra_seccions .productos-si img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main_page .muestra_seccions .productos-si .nomenclatura {
  position: absolute;
  bottom: 20px;
  left: 10%;
  background-color: #fff;
  padding: 8px 0px;
  width: 80%;
  text-align: center;
}
.main_page .muestra_seccions .productos-si .nomenclatura a {
  text-decoration: none;
  color: #000;
}
.main_page .muestra_seccions .productos-si:hover {
  opacity: 1;
  cursor: pointer;
}
.main_page .muestra_seccions .productos-si:hover .nomenclatura {
  background-color: gray;
}

@media (min-width: 480px) {
  .main_page .potsits_informativos {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: nowrap;
    gap: 10px;
    padding: 20px 0px;
  }
  .main_page .potsits_informativos .potsit {
    width: 30%;
  }
  .main_page .muestra_seccions {
    justify-content: flex-start;
  }
  .main_page .muestra_seccions .productos-si {
    max-width: 25%;
    width: 24%;
  }
}
.contenedor_cards_products {
  display: flex;
  flex-direction: row;
  justify-content: start;
  flex-wrap: wrap;
  gap: 20px 6.6%;
  padding-top: 20px;
}

.card-product1 {
  position: relative;
  width: 90%;
  margin: 0 auto;
  opacity: 0.8;
  background-color: rgb(233, 230, 225);
  overflow: hidden;
  box-shadow: 0.2px 0.2px 1px 0.15px gray;
}
.card-product1 .widgets img {
  max-height: 246px;
  width: 100%;
}
.card-product1 .detall-infor {
  padding: 10px;
}
.card-product1 .detall-infor h3, .card-product1 .detall-infor p {
  color: #605A42;
}
.card-product1 .detall-infor .preus > div {
  display: inline-block;
}
.card-product1 .detall-infor .preus .price-product {
  text-align: center;
  font-size: 20px;
  font-weight: 800;
  line-height: 40px;
  text-decoration: line-through;
}
.card-product1 .detall-infor .preus .prou {
  color: red;
  text-align: center;
  font-size: 25px;
  font-weight: 800;
}
.card-product1 .detall-infor a {
  position: relative;
  display: block;
  border: none;
  background-color: #DE9149;
  color: #fff;
  width: 80%;
  margin: 10px auto;
  padding: 12px 0;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  font-weight: 900;
}
.card-product1 .detall-infor a:active {
  background-color: rgba(124, 69, 17, 0.7450980392);
  color: rgb(55, 189, 55);
}
.card-product1 .detall-infor a .tooltip-card {
  position: absolute;
  top: 0;
  width: 100%;
  max-height: 0;
  visibility: hidden;
  overflow: hidden;
  color: #fff;
  background-color: #000;
  padding: 5px 10px;
  transition: var(--transition1);
  -webkit-transition: var(--transition1);
  -moz-transition: var(--transition1);
  -ms-transition: var(--transition1);
  -o-transition: var(--transition1);
}
.card-product1 .detall-infor a .tooltip-parpadea {
  max-height: 100px;
  visibility: visible;
  transform: translateY(-40px);
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  -o-transform: translateY(-40px);
  animation-name: anime-tooltip-card;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  -webkit-animation-name: anime-tooltip-card;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
}
.card-product1 .detall-infor a {
  text-decoration: none;
}
.card-product1 .detall-infor .cantidad-btn {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  flex-wrap: nowrap;
  gap: 10px;
  align-items: center;
  margin-bottom: 1.2rem;
}
.card-product1 .detall-infor .cantidad-btn button {
  border: none;
  background-color: transparent;
}
.card-product1 .detall-infor .cantidad-btn .btn-menos {
  opacity: 0.7;
}
.card-product1 .detall-infor .cantidad-btn .btn-mas {
  opacity: 0.7;
}
.card-product1 .detall-infor .enu-price {
  height: 80px;
  width: 80px;
  position: absolute;
  top: 5px;
  left: 5px;
  border: none;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background-color: rgba(108, 108, 243, 0.877);
  color: #fff;
  font-size: 20px;
  font-weight: 800;
  text-align: center;
  line-height: 80px;
  font-style: italic;
}
.card-product1 .detall-infor .enu_disponibilidad {
  position: absolute;
  top: 50%;
  left: 0;
  padding: 20px 0px;
  width: 100%;
  background-color: hsla(0, 0%, 100%, 0.801);
  text-align: center;
  color: red;
  font-weight: 800;
  font-size: 1.4rem;
}
.card-product1:hover {
  scale: 1.05;
  opacity: 1;
  background-color: hsl(39, 51%, 88%);
}

@keyframes anime-tooltip-card {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@media (min-width: 500px) {
  .card-product1 {
    margin: 0;
    width: 20%;
  }
  .card-product1 .widgets img {
    height: 170px !important;
  }
  .card-product1 .widgets {
    max-height: 333.39px;
  }
}
.cabecera_productos {
  position: fixed;
  top: var(--H_navMobil);
  width: var(--wd100);
  z-index: var(--capa2);
  background-color: #FFF;
}
.cabecera_productos .enunciado_productos {
  text-align: center;
}
.cabecera_productos .filtrado_productos {
  text-align: right;
  padding: 4px 20px 4px 0px;
}
.cabecera_productos .filtrado_productos input {
  display: none;
}
.cabecera_productos .filtrado_productos input:checked ~ label .desplegable {
  height: auto;
  visibility: visible;
  opacity: 1;
}
.cabecera_productos .filtrado_productos input:checked ~ label .permut-icon .icon-down-open {
  display: none;
}
.cabecera_productos .filtrado_productos input:checked ~ label .permut-icon .icon-up-open {
  display: inline;
}
.cabecera_productos .filtrado_productos label {
  position: relative;
  display: inline-block;
  padding: 5px 8px;
  border: 0.5px solid gray;
}
.cabecera_productos .filtrado_productos label span {
  display: inline-block;
}
.cabecera_productos .filtrado_productos label span .icon-up-open {
  display: none;
}
.cabecera_productos .filtrado_productos label .desplegable {
  width: 100%;
  padding: 10px 8px;
  position: absolute;
  left: 0;
  background-color: #FFF;
  opacity: 0;
  visibility: hidden;
  text-align: start;
  height: 0;
  overflow: hidden;
  z-index: var(--capa3);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.cabecera_productos .filtrado_productos label .desplegable ul, .cabecera_productos .filtrado_productos label .desplegable li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cabecera_productos .filtrado_productos label .desplegable li {
  margin-bottom: 8px;
}
.cabecera_productos .filtrado_productos label .desplegable li:hover {
  background-color: gray;
}
.cabecera_productos .filtrado_productos a {
  text-decoration: none;
  color: green;
}
.cabecera_productos .seleccion_categoria {
  background-color: #000;
  opacity: 0.7;
  color: #FFF;
  padding: 8px 0px;
  text-align: center;
}

.separator {
  width: var(--wd80);
  height: 100px;
}

@media (min-width: 480px) {
  .cabecera_productos {
    width: var(--wd80);
    top: var(--h_navPc);
    left: 10%;
  }
}
.toggeder_card {
  width: var(--wd90);
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 10px;
}
.toggeder_card .card_product {
  width: 32.5%;
  padding: 8px;
  border: 1px solid gray;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.toggeder_card .card_product .images-gallery {
  position: relative;
}
.toggeder_card .card_product .images-gallery .enu_descuento {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background-color: blue;
  color: #FFF;
  font-size: 0.85rem;
}
.toggeder_card .card_product .images-gallery .enu_descuento img {
  vertical-align: middle;
  width: 5px;
  fill: #fff;
}
.toggeder_card .card_product .images-gallery img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
.toggeder_card .card_product .product_descrip {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 10px;
  align-items: center;
}
.toggeder_card .card_product .product_descrip h3 {
  font-size: 1rem;
  font-weight: 700;
  text-transform: capitalize;
}
.toggeder_card .card_product .product_descrip .enu_price {
  margin-top: 15px;
}
.toggeder_card .card_product .product_descrip .enu_price .crossed-out-price {
  font-weight: 700;
  text-decoration: line-through;
  color: hsl(220, 14%, 75%);
}
.toggeder_card .card_product .product_descrip .enu_price .price {
  color: green;
}
.toggeder_card .card_product .product_descrip .call-to-action {
  height: 0;
  overflow: hidden;
}
.toggeder_card .card_product .product_descrip .call-to-action a {
  display: inline-block;
  text-decoration: none;
  padding: 5px 15px;
  width: 100%;
  outline: transparent;
  cursor: pointer;
  color: #FFF;
  font-weight: 700;
  background-color: hsla(39, 85%, 73%, 0.87);
  box-shadow: 1px 1px 4px rgb(146, 95, 1);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.toggeder_card .card_product .product_descrip .call-to-action a svg {
  vertical-align: middle;
  margin-right: 5px;
}
.toggeder_card .card_product:hover {
  scale: 1.02;
  box-shadow: 1px 1px 6px gray;
  background-color: hsl(0, 26%, 96%);
}
.toggeder_card .card_product:hover > .product_descrip .call-to-action {
  height: 40px;
}
.toggeder_card .card_product .out_stock {
  font-size: 1.4rem;
  width: 95%;
  height: 90%;
  line-height: 150px;
  top: 5%;
  left: 2.5%;
  text-align: center;
  color: red;
  font-weight: 700;
  background-color: hsla(0, 0%, 100%, 0.726);
  box-shadow: 1px 1px 3px gray;
}

/*
============
Product Section
============
*/
.seccion_productos {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 10px;
}
.seccion_productos .product-component {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  border: 0.5px solid gray;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  padding: 8px 0px;
}
.seccion_productos .product-component .images-gallery .main-image {
  position: relative;
  cursor: pointer;
}
.seccion_productos .product-component .images-gallery .main-image > button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: hsl(0, 0%, 100%);
  border: transparent;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: grid;
  place-content: center;
  cursor: pointer;
}
.seccion_productos .product-component .images-gallery .main-image > button img {
  pointer-events: none;
}
.seccion_productos .product-component .images-gallery .main-image .prev-btn {
  left: 1rem;
}
.seccion_productos .product-component .images-gallery .main-image .next-btn {
  right: 1rem;
}
.seccion_productos .product-component .images-gallery .main-image img {
  width: 100%;
}
.seccion_productos .product-component .images-gallery .images-thumbnails {
  display: none;
}
.seccion_productos .product-component .product-description {
  padding: 0px 10px 0px 10px;
}
.seccion_productos .product-component .product-description .company {
  text-transform: uppercase;
  font-size: 0.8rem;
  color: hsl(26, 100%, 55%);
  margin-bottom: 1rem;
}
.seccion_productos .product-component .product-description .product-name {
  color: hsl(0, 0%, 0%);
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.2;
  text-transform: capitalize;
}
.seccion_productos .product-component .product-description .description {
  padding: 1.2rem 0;
  color: hsl(219, 9%, 45%);
  line-height: 1.5;
}
.seccion_productos .product-component .product-description .product-offer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 10px;
  align-items: center;
}
.seccion_productos .product-component .product-description .product-offer .price {
  color: hsl(0, 0%, 0%);
  font-weight: 700;
  font-size: 1.7rem;
  display: inline-flex;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.seccion_productos .product-component .product-description .product-offer .crossed-out-price {
  color: hsl(220, 14%, 75%);
  text-decoration: line-through;
  font-weight: 700;
}
.seccion_productos .product-component .product-description .call-to-action {
  margin-top: 1.2rem;
}
.seccion_productos .product-component .product-description .call-to-action .quantity-button {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 10px;
  align-items: center;
  margin-bottom: 1.2rem;
}
.seccion_productos .product-component .product-description .call-to-action .quantity-button .minus, .seccion_productos .product-component .product-description .call-to-action .quantity-button .plus {
  border: none;
  background-color: transparent;
}
.seccion_productos .product-component .product-description .call-to-action .quantity-button .minus:hover {
  opacity: 0.7;
}
.seccion_productos .product-component .product-description .call-to-action .quantity-button .plus:hover {
  opacity: 0.7;
}
.seccion_productos .product-component .product-description .call-to-action .btn[type=submit] {
  display: inline-flex;
  justify-content: center;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  width: 100%;
  box-shadow: 0 20px 25px -5px rgba(255, 125, 26, 0.25), 0 10px 10px -5px rgba(255, 125, 26, 0.05);
  outline: transparent;
}
.seccion_productos .product-component .product-description .call-to-action .btn[type=submit] svg {
  fill: #ffffff;
}
.seccion_productos .product-component .product-description .call-to-action .btn {
  padding: 1rem 0;
  border-radius: 0.7rem;
  border: transparent;
  background: hsl(26, 100%, 55%);
  font-size: 1rem;
  font-family: inherit;
  text-transform: capitalize;
  font-weight: 700;
  color: hsl(223, 64%, 98%);
  letter-spacing: 0.5px;
  cursor: pointer;
  transition: var(--transition1);
  -webkit-transition: var(--transition1);
  -moz-transition: var(--transition1);
  -ms-transition: var(--transition1);
  -o-transition: var(--transition1);
  -webkit-border-radius: 0.7rem;
  -moz-border-radius: 0.7rem;
  -ms-border-radius: 0.7rem;
  -o-border-radius: 0.7rem;
}

.foot_page {
  width: 100%;
  background-image: url(../../assets/imagenes/madera.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px 10px;
}
.foot_page .capaTranspa {
  background-color: hsla(36, 100%, 90%, 0.82);
}
.foot_page .peu-web {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0px;
}
.foot_page .peu-web svg {
  vertical-align: middle;
  height: 24px;
}
.foot_page .peu-web a {
  text-decoration: none;
  color: hsl(60, 69%, 20%);
}
.foot_page .peu-web > div {
  width: 80%;
  padding: 0 20px;
  background-color: transparent;
  color: hsl(60, 69%, 20%);
  font-size: calc(10px + 0.390625v);
  font-weight: bold;
  margin-bottom: 20px;
}
.foot_page .peu-web .infoHrs {
  width: auto;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 5px 10px;
  font-weight: bold;
  font-size: small;
  text-align: center;
  background-color: orange;
  border-radius: 10px;
}

@media (min-width: 480px) {
  .peu-web {
    flex-direction: row !important;
    align-items: baseline !important;
  }
}
.seccionsForm {
  position: fixed;
  top: 100px;
  right: -90%;
  width: 90vw;
  max-width: 400px;
  height: auto;
  max-height: 80vh;
  box-sizing: border-box;
  padding: 10px 20px 40px 20px;
  font-size: 0.75rem;
  background-color: var(--blancoA);
  border: 0.5px solid gray;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.2), 0 10px 10px rgba(0, 0, 0, 0.2);
  animation: 0.5s showImplementForm;
  -webkit-animation: 0.5s showImplementForm;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  overflow: hidden;
  z-index: var(--capa6);
  background-color: #8cf3b8;
}

@keyframes showImplementForm {
  0% {
    left: 100%;
  }
  100% {
    right: 0.5%;
  }
}
@keyframes hiddeImplementForm {
  0% {
    right: 0.5%;
  }
  100% {
    left: 100%;
  }
}
/****** nuevo carrito ******/
.seccionCarrito .icon-cancel {
  font-size: 18px;
  cursor: pointer;
}
.seccionCarrito .scrollable {
  max-height: 60vh;
}
.seccionCarrito .scrollable::-webkit-scrollbar {
  -webkit-appearance: none;
}
.seccionCarrito .scrollable::-webkit-scrollbar:vertical {
  width: 8px;
}
.seccionCarrito .scrollable::-webkit-scrollbar-button:increment, .seccionCarrito .scrollable::-webkit-scrollbar-button {
  display: block;
}
.seccionCarrito .scrollable::-webkit-scrollbar:horizontal {
  height: 100%;
}
.seccionCarrito .scrollable::-webkit-scrollbar-thumb {
  background-color: #1f6e3a;
  border-radius: 10px;
  border: 2px solid #f1f2f3;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.seccionCarrito .scrollable::-webkit-scrollbar-track {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.seccionCarrito .lin-carrito {
  font-family: Poppins, sans-serif;
  border: none;
  padding-top: 8px;
  border-bottom: 1px solid gray;
}
.seccionCarrito .lin-carrito img, .seccionCarrito .lin-carrito svg {
  height: 60px;
  vertical-align: middle;
}
.seccionCarrito .lin-carrito img, .seccionCarrito .lin-carrito span, .seccionCarrito .lin-carrito svg {
  display: inline-block;
  margin-left: 20px;
  font-size: 14px;
}
.seccionCarrito .lin-carrito .remove-ajust {
  text-align: right;
}
.seccionCarrito .lin-carrito .remove-ajust a {
  display: inline;
  background-color: transparent;
}
.seccionCarrito .lin-carrito .remove-ajust .icon-trash {
  fill: #000;
  cursor: pointer;
}
.seccionCarrito .lin-carrito .remove-ajust .icon-trash:hover {
  font-size: 18px;
}
.seccionCarrito .lin-carrito .lin-carrito-prese {
  border: none;
}
.seccionCarrito .lin-carrito .lin-carrito-calcs {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 10px;
  text-align: right;
  font-size: 18px;
  color: #269C59;
  border: none;
}
.seccionCarrito .lin-carrito .lin-carrito-calcs button {
  padding: 4px;
  font-size: 1rem;
  line-height: 1rem;
  text-align: center;
  border: none;
  background-color: var(--blancoB);
  font-weight: bolder;
  cursor: pointer;
}
.seccionCarrito .lin-carrito .lin-carrito-calcs button:hover {
  background-color: #eee;
}
.seccionCarrito .lin-carrito .lin-carrito-calcs button:active {
  scale: 1.1;
}
.seccionCarrito .seccionCarrito .resum-carro {
  margin-top: 15px;
  text-align: right;
  background-color: var(--blancoB);
}
.seccionCarrito .seccionCarrito .resum-carro span {
  font-size: 1.1rem;
  font-weight: bold;
}
.seccionCarrito .carrito-fin {
  text-align: center;
  padding: 20px 0px;
}
.seccionCarrito .carrito-fin a {
  display: inline-block;
  padding: 3px 10px;
  border: 0.5px solid gray;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
}
.seccionCarrito .carrito-fin a:hover {
  background-color: #eee;
}

.frmPopup {
  z-index: var(--capa6);
  position: fixed;
  top: 5vh;
  left: 2.5vw;
  width: 95vw;
  height: 90vh;
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  animation: coveringAnimate 1s ease-out forwards;
  -webkit-animation: coveringAnimate 1s ease-out forwards;
}
.frmPopup .txt_r {
  text-align: right;
}
.frmPopup .w100 {
  width: 100%;
}
.frmPopup .inblock {
  display: inline-block;
}
.frmPopup .misma_linea {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 10px;
}
.frmPopup .misma_linea input {
  max-width: 48%;
}
.frmPopup .frsw {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 10px;
}
.frmPopup .fccn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 10px;
}
.frmPopup .fcsw {
  display: flex;
  flex-direction: column;
  justify-content: start;
  flex-wrap: wrap;
  gap: 10px;
  width: 100%;
}
.frmPopup .chk_hide {
  display: none;
}
.frmPopup .abroad_frm {
  width: 100%;
  height: 100%;
  background-color: hsla(0, 25%, 100%, 0.708);
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 10px;
  gap: 10px;
  align-items: center;
}
.frmPopup .abroad_frm form {
  position: relative;
  width: 95vw;
  height: auto;
  max-height: 80vh;
  padding-bottom: 20px;
  background-color: #fff;
  box-shadow: inset 4px -2px 5px gray, 0.5px 0px 1px gray;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  padding: 20px;
}
.frmPopup .abroad_frm form .cerrador {
  cursor: pointer;
  text-align: right;
}
.frmPopup .abroad_frm form input {
  outline: none;
  border: 0.5px solid rgb(200, 200, 200);
  font-size: 14px;
  padding: 3px 0px;
  line-height: 20px;
}
.frmPopup .abroad_frm form input:focus {
  border-color: blue;
}
.frmPopup .abroad_frm form input:valid {
  border-color: green;
  background: linear-gradient(to right, rgba(187, 242, 181, 0.6745098039), rgba(248, 248, 248, 0.6352941176));
}
.frmPopup .abroad_frm form button {
  padding: 6px 40px;
  width: 90%;
  margin: 0 auto;
  background-color: rgba(255, 166, 0, 0.84);
  color: white;
  border: none;
}
.frmPopup .abroad_frm form button:hover {
  color: #000;
  background-color: orange;
  border: 0.5px solid white;
  cursor: pointer;
}

.sheetConditions .cerrador {
  cursor: pointer;
  text-align: right;
}
.sheetConditions .abroad_frm > div:first-of-type {
  width: 95vw;
  height: auto;
  max-height: 90vh;
  overflow: hidden;
  padding-bottom: 20px;
  background-color: #fff;
  box-shadow: inset 4px -2px 5px gray, 0.5px 0px 1px gray;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  padding: 20px;
  padding-bottom: 40px;
}
.sheetConditions .abroad_frm > div:first-of-type .scrollable {
  height: 80vh;
  overflow-y: auto;
}
.sheetConditions .abroad_frm > div:first-of-type .scrollable::-webkit-scrollbar {
  -webkit-appearance: none;
}
.sheetConditions .abroad_frm > div:first-of-type .scrollable::-webkit-scrollbar:vertical {
  width: 0px;
}
.sheetConditions .abroad_frm > div:first-of-type .scrollable::-webkit-scrollbar-button:increment, .sheetConditions .abroad_frm > div:first-of-type .scrollable::-webkit-scrollbar-button {
  display: none;
}
.sheetConditions .abroad_frm > div:first-of-type .scrollable::-webkit-scrollbar:horizontal {
  height: 0px;
}
.sheetConditions .abroad_frm > div:first-of-type .scrollable::-webkit-scrollbar-thumb {
  background-color: #797979;
  border-radius: 20px;
  border: 2px solid #f1f2f3;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.sheetConditions .abroad_frm > div:first-of-type .scrollable::-webkit-scrollbar-track {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.frmlogin form > div:first-of-type {
  text-align: right;
  margin-bottom: 10px;
}
.frmlogin form h2 {
  text-align: start;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  letter-spacing: 0.2px;
  color: darkgreen;
  margin-bottom: 8px;
}
.frmlogin form a {
  text-align: center;
  color: blue;
  font-weight: bolder;
}
.frmlogin form a:first-of-type {
  text-decoration: none;
  font-size: 14px;
  font-weight: 200;
  color: red;
}
.frmlogin form .forgot_pass:hover {
  scale: 1.07;
  cursor: pointer;
}
.frmlogin form .create_register:hover {
  scale: 1.07;
  cursor: pointer;
}
.frmlogin form .frm_login > div:last-of-type {
  display: flex;
  flex-direction: column;
  justify-content: start;
  flex-wrap: wrap;
  gap: 20px;
}

.frmmail form {
  height: 80%;
  overflow-y: auto;
}
.frmmail form::-webkit-scrollbar {
  -webkit-appearance: none;
}
.frmmail form::-webkit-scrollbar:vertical {
  width: 0px;
}
.frmmail form::-webkit-scrollbar-button:increment, .frmmail form::-webkit-scrollbar-button {
  display: none;
}
.frmmail form::-webkit-scrollbar:horizontal {
  height: 0px;
}
.frmmail form::-webkit-scrollbar-thumb {
  background-color: #797979;
  border-radius: 20px;
  border: 2px solid #f1f2f3;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.frmmail form::-webkit-scrollbar-track {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.frmmail form .sup {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 10px;
  margin-bottom: 20px;
}
.frmmail form .sup .icon-mail {
  fill: green;
  font-size: 20px;
}
.frmmail form p:not(.p_noti) {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  letter-spacing: 0.3px;
  color: darkgreen;
  font-weight: bold;
  padding: 0 20px;
  margin-bottom: 20px;
}
.frmmail form .inf {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 10px;
  align-items: center;
}
.frmmail form .inf .part_left {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 20px;
}
.frmmail form .inf .part_left .logo {
  height: 125px;
  line-height: 125px;
}
.frmmail form .inf .part_left .logo img {
  vertical-align: middle;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100px;
}
.frmmail form .inf .part_left .info_part {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  flex-wrap: nowrap;
  gap: 10px;
}
.frmmail form .inf .part_left .info_part .icon-shop, .frmmail form .inf .part_left .info_part .icon-phone {
  font-size: 20px;
}
.frmmail form .inf .part_left .info_part .icon-ubica {
  height: 25px;
}
.frmmail form .inf .part_right {
  width: 100%;
  text-align: center;
}
.frmmail form .inf .part_right > div {
  margin-bottom: 10px;
}
.frmmail form .inf .part_right > div input,
.frmmail form .inf .part_right > div textarea {
  display: inline-block;
  width: 100%;
}
.frmmail form .botonera {
  text-align: center;
  margin-top: 15px;
}

.frmregistro form {
  height: 80vh;
  overflow-y: auto;
}
.frmregistro form .dt_reg > div {
  margin-bottom: 8px;
}
.frmregistro form::-webkit-scrollbar {
  -webkit-appearance: none;
}
.frmregistro form::-webkit-scrollbar:vertical {
  width: 0px;
}
.frmregistro form::-webkit-scrollbar-button:increment, .frmregistro form::-webkit-scrollbar-button {
  display: none;
}
.frmregistro form::-webkit-scrollbar:horizontal {
  height: 0px;
}
.frmregistro form::-webkit-scrollbar-thumb {
  background-color: #797979;
  border-radius: 20px;
  border: 2px solid #f1f2f3;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.frmregistro form::-webkit-scrollbar-track {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.frmregistro form .options {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 14px;
  border-bottom: 1px solid lightblue;
}
.frmregistro form .options .enu_option {
  display: inline-block;
  width: 80%;
}
.frmregistro form .options .podrit {
  position: relative;
  display: inline-block;
  width: 36px;
  height: 18px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  background-color: lightgray;
  cursor: pointer;
}
.frmregistro form .options .podrit span {
  position: absolute;
  top: 1px;
  left: 2px;
  display: block;
  width: 16px;
  height: 16px;
  background-color: #fff;
  transition: all 1s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.frmregistro form .options .emerg {
  transition: var(--transition2);
  max-height: 0px;
  height: auto;
  visibility: hidden;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: var(--transition2);
  -moz-transition: var(--transition2);
  -ms-transition: var(--transition2);
  -o-transition: var(--transition2);
}
.frmregistro form .options .emerg .emerg_dir {
  position: relative;
  margin-top: 15px;
  overflow: hidden;
  height: 150px;
  background-image: url(../../sobre1.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.frmregistro form .options .emerg .emerg_dir > div {
  position: absolute;
  top: 20px;
  left: 10%;
  width: 80%;
  /* imputs direccion drop*/
}
.frmregistro form .options .emerg .items-pago {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 10px;
}
.frmregistro form .options .emerg .items-pago > div {
  position: relative;
  width: 90px;
  height: 90px;
  overflow: hidden;
  border: 1px solid gray;
  text-align: center;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  font-size: 12px;
  font-weight: bold;
}
.frmregistro form .options .emerg .items-pago > div .chk_radio_pago, .frmregistro form .options .emerg .items-pago > div .svg_check {
  position: absolute;
  top: 5px;
  right: 5px;
}
.frmregistro form .options .emerg .items-pago > div .chk_radio_pago:checked ~ .svg_check {
  display: block;
}
.frmregistro form .options .emerg .items-pago > div .chk_radio_pago:checked ~ .label_option {
  background-color: #00AAE4;
  border: 1px solid blue;
}
.frmregistro form .options .emerg .items-pago > div .label_option {
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 15px;
  text-align: center;
}
.frmregistro form .options .emerg .items-pago > div .label_option svg {
  height: 32px;
}
.frmregistro form .options .emerg .items-pago > div .svg_check {
  height: 14px;
  width: 14px;
  line-height: 14px;
  text-align: center;
  background-color: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.frmregistro form .options .emerg .items-pago > div .svg_check svg {
  height: 10px;
  vertical-align: middle;
}
.frmregistro form .options .enchufe:checked ~ .emerg {
  max-height: 500px;
  visibility: visible;
  opacity: 1;
}
.frmregistro form .options .enchufe:checked ~ .podrit {
  background-color: green;
}
.frmregistro form .options .enchufe:checked ~ .podrit > span {
  transform: translateX(16px);
  -webkit-transform: translateX(16px);
  -moz-transform: translateX(16px);
  -ms-transform: translateX(16px);
  -o-transform: translateX(16px);
}
.frmregistro form .botonera > div {
  text-align: center;
  margin-top: 15px;
}

.restablecimiento_pass .reset {
  width: 350px;
  overflow: hidden;
  height: auto;
  max-height: 80vh;
  padding: 15px;
  background-color: #fff;
  box-shadow: inset 4px -2px 5px gray, 0.5px 0px 1px gray;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.restablecimiento_pass .reset .cerrador {
  cursor: pointer;
  text-align: right;
}
.restablecimiento_pass .reset .stepAcceso {
  display: grid;
  grid-template-columns: 15% 60% 25%;
  grid-template-rows: 40px auto;
  align-items: center;
  padding: 0px 10px;
  overflow: hidden;
}
.restablecimiento_pass .reset .stepAcceso i {
  display: none;
  color: green;
}
.restablecimiento_pass .reset .stepAcceso span {
  display: inline-block;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
  -webkit-clip-path: circle(50%);
          clip-path: circle(50%);
  background-color: blue;
  color: #fff;
}
.restablecimiento_pass .reset .stepAcceso > form {
  background-color: transparent;
  box-shadow: none;
  grid-row: 2;
  grid-column: 1/3;
  text-align: center;
}
.restablecimiento_pass .reset .stepAcceso > form P {
  margin-bottom: 4px;
}
.restablecimiento_pass .reset .stepAcceso > form P label, .restablecimiento_pass .reset .stepAcceso > form P input {
  display: inline-block;
}
.restablecimiento_pass .reset .stepAcceso > form input[type=submit] {
  margin-top: 8px;
  width: 33%;
}
.restablecimiento_pass .reset .stepAcceso > form input[type=submit]:hover {
  cursor: pointer;
  background-color: #eee;
}
.restablecimiento_pass .reset .stepAcceso > form input[type=submit]:active {
  scale: 1.08;
}
.restablecimiento_pass .reset .stepAcceso > form input[name=codigo] {
  width: 50px;
}
.restablecimiento_pass .reset .stepAcceso > form input[name=telefono] {
  width: 100px;
}
.restablecimiento_pass .reset .stepAcceso .step2, .restablecimiento_pass .reset .stepAcceso .step3 {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.7s linear;
  -webkit-transition: all 0.7s linear;
  -moz-transition: all 0.7s linear;
  -ms-transition: all 0.7s linear;
  -o-transition: all 0.7s linear;
}
.restablecimiento_pass .reset .stepAcceso .stepHabilitado {
  max-height: 400px;
  opacity: 1;
}
.restablecimiento_pass .reset .stepOk {
  background-color: lightgreen;
}
.restablecimiento_pass .reset .stepOk i {
  display: inline-block;
  color: green;
}

.frmlogeado form .frm_logeado {
  transition: var(--transition1);
  -webkit-transition: var(--transition1);
  -moz-transition: var(--transition1);
  -ms-transition: var(--transition1);
  -o-transition: var(--transition1);
}
.frmlogeado form .frm_logeado .primi {
  position: relative;
  text-align: center;
  background-color: #eee;
  height: 50px;
}
.frmlogeado form .frm_logeado .primi h4 {
  padding-top: 4px;
  font-size: 14px;
  color: green;
}
.frmlogeado form .frm_logeado .primi .ic-account {
  position: absolute;
  top: 20px;
  left: calc(50% - 25px);
  height: 50px;
  width: 50px;
  line-height: 50px;
  -webkit-clip-path: circle(50%);
          clip-path: circle(50%);
  background-color: #eee;
}
.frmlogeado form .frm_logeado .primi .ic-account .icon-user {
  color: green;
  font-size: 30px;
  vertical-align: middle;
}
.frmlogeado form .frm_logeado > div:last-of-type {
  padding: 30px 10px 5px 10px;
}
.frmlogeado form .frm_logeado > div:last-of-type .lzd {
  font-size: 14px;
  cursor: pointer;
  margin-bottom: 8px;
}
.frmlogeado form .frm_logeado > div:last-of-type .lzd:hover {
  scale: 1.07;
}

@keyframes coveringAnimate {
  0% {
    scale: 0;
  }
  100% {
    scale: 1;
  }
}
@media (min-width: 500px) {
  .abroad_frm form {
    width: 400px !important;
  }
}
.text-shadow-drop-center {
  background-color: #53646f;
  color: #fff;
  animation: text-shadow-drop-center 0.6s infinite both;
}
@keyframes text-shadow-drop-center {
  0% {
    font-size: 0.85rem;
    text-shadow: 0 0 0 #fff;
  }
  100% {
    font-size: 1rem;
    text-shadow: 0 0 18px #000;
  }
}
@keyframes bounce-in-top {
  0% {
    transform: translateY(0);
    animation-timing-function: ease-out;
  }
  50% {
    transform: translateY(50%);
    animation-timing-function: ease-out;
  }
  65% {
    transform: translateY(25%);
    animation-timing-function: ease-out;
    -moz-transform: translateY(25%);
    -ms-transform: translateY(25%);
    -o-transform: translateY(25%);
  }
  75% {
    transform: translateY(50%);
    animation-timing-function: ease-out;
  }
  90% {
    transform: translateY(25%);
    animation-timing-function: ease-out;
    -moz-transform: translateY(25%);
    -ms-transform: translateY(25%);
    -o-transform: translateY(25%);
  }
  100% {
    transform: translateY(50%);
    animation-timing-function: ease-out;
  }
  /*  0% {

       -webkit-transform: translateY(50%);
       transform: translateY(50%);
       -webkit-animation-timing-function: ease-out;
       animation-timing-function: ease-out;
       opacity: 0;  
       }
   38% {
       -webkit-transform: translateY(0);
               transform: translateY(0);
       -webkit-animation-timing-function: ease-out;
               animation-timing-function: ease-out;
       opacity: 1;
   }
   55% {
       -webkit-transform: translateY(-48%);
       transform: translateY(-48%);
       -webkit-animation-timing-function: ease-in;
       animation-timing-function: ease-in;
   } */
  /*    72% {
         -webkit-transform: translateY(0);
                 transform: translateY(0);
         -webkit-animation-timing-function: ease-out;
                 animation-timing-function: ease-out;
     }
     81% {
         -webkit-transform: translateY(-49%);
         transform: translateY(-49%);
         -webkit-animation-timing-function: ease-in;
         animation-timing-function: ease-in;
     }
     90% {
         -webkit-transform: translateY(0);
                 transform: translateY(0);
         -webkit-animation-timing-function: ease-out;
                 animation-timing-function: ease-out;
     }
     95% {
         -webkit-transform: translateY(-49.5%);
         transform: translateY(-49.5%);
         -webkit-animation-timing-function: ease-in;
         animation-timing-function: ease-in;
     }
     100% {
         -webkit-transform: translateY(50%);
         transform: translateY(50%);
         -webkit-animation-timing-function: ease-out;
         animation-timing-function: ease-out;

     } */
}
.envolvente-pay {
  margin: 0px auto 10px auto;
}
.envolvente-pay input[type=text], .envolvente-pay input[type=password], .envolvente-pay select, .envolvente-pay input[type=email], .envolvente-pay input[type=tel], .envolvente-pay input[type=date], .envolvente-pay textarea {
  border: 1px solid #ddd;
  background-color: #fff;
  color: #959595;
  width: 100%;
  padding: 5px 10px;
  font-size: 12px;
  margin: 7px 0 10px 0;
}
.envolvente-pay input[name=check-direcc]:checked ~ .ocult-altern {
  visibility: visible;
  height: auto;
}
.envolvente-pay label {
  font-size: 14px;
}
.envolvente-pay select {
  height: 37px;
}
.envolvente-pay input[type=checkbox] {
  margin: 5px 10px 5px 0px;
}
.envolvente-pay input[type=checkbox] + p, .envolvente-pay input[type=radio] + p {
  font-size: 15px;
  padding: 0 5px;
  display: inline;
  color: #959595;
}
.envolvente-pay input[type=radio] + p {
  font-size: 13px;
  padding: 0 0 0 20px;
}
.envolvente-pay input[type=submit] {
  padding: 10px 20px;
  color: #fff;
  background-color: #000;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
}
.envolvente-pay input[type=submit]:hover {
  background-color: #D6544E;
  border: none;
}
.envolvente-pay textarea:hover, .envolvente-pay input:hover {
  border: 1px solid #D6544E;
  background-color: #fff;
}
.envolvente-pay textarea:active, .envolvente-pay input:active {
  border: 1px solid #D6544E;
  background-color: #f5f5f5;
}
.envolvente-pay textarea:focus, .envolvente-pay input:focus {
  border: 1px solid #000;
  background-color: #f5f5f5;
}
.envolvente-pay label:not(.notes):after {
  content: "*";
  color: red;
  padding-left: 5px;
}
.envolvente-pay h2, .envolvente-pay h3, .envolvente-pay h4, .envolvente-pay h5, .envolvente-pay h6 {
  text-transform: uppercase;
  font-weight: 900;
  color: #000;
}
.envolvente-pay h2 {
  font-size: 28px;
}
.envolvente-pay h3 {
  font-size: 16px;
  position: relative;
}
.envolvente-pay h4 {
  font-size: 12px;
}
.envolvente-pay h5 {
  font-size: 14px;
}
.envolvente-pay h6 {
  font-size: 13px;
}
.envolvente-pay p {
  font-size: 13px;
  padding: 20px 0;
}
.envolvente-pay a {
  color: #D6544E;
  font-size: 13px;
  text-decoration: none;
}
.envolvente-pay a:hover {
  color: #000;
}
.envolvente-pay .pay-header {
  text-align: center;
  text-transform: uppercase;
}
.envolvente-pay .white-space {
  height: 20px;
  border-bottom: 1px solid #ddd;
  box-shadow: 0px 12px 14px -10px #DDDDDD;
  -webkit-box-shadow: 0px 12px 14px -10px #DDDDDD;
  -moz-box-shadow: 0px 12px 14px -10px #DDDDDD;
  -o-box-shadow: 0px 12px 14px -10px #DDDDDD;
}
.envolvente-pay .row {
  margin-bottom: 5px;
}
.envolvente-pay .row .info-bar {
  min-height: 56px;
  background-color: #f5f5f5;
  margin: 15px auto;
  padding: 10px 4px 0px 4px;
}
.envolvente-pay .row .info-bar .refLogin_pay {
  display: block;
  text-align: center;
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: bold;
  color: red;
  cursor: pointer;
}
.envolvente-pay .row .info-bar .refLogin_pay::after {
  content: none;
}
.envolvente-pay .row .info-bar .chk_desplegable {
  display: none;
}
.envolvente-pay .row .info-bar .chk_desplegable:checked ~ .show_login {
  max-height: 500px;
  visibility: visible;
  opacity: 1;
}
.envolvente-pay .row .info-bar .show_login {
  max-height: 0;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  transition: var(--transition1);
  -webkit-transition: var(--transition1);
  -moz-transition: var(--transition1);
  -ms-transition: var(--transition1);
  -o-transition: var(--transition1);
}
.envolvente-pay .row .info-bar .show_login form > div {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}
.envolvente-pay .row .info-bar .show_login form > div > div {
  max-width: 48%;
}
.envolvente-pay .row .info-bar .show_login form input[type=submit] {
  max-width: 150px;
  margin-left: calc(50% - 75px);
}
.envolvente-pay .row .info-bar .show_login a {
  max-width: 150px;
  margin-left: calc(50% - 75px);
}
.envolvente-pay .wrapper form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}
.envolvente-pay .wrapper form > div {
  max-width: 95%;
}
.envolvente-pay .wrapper form > div .new_pass {
  max-height: 0;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  transition: var(--transition1);
  -webkit-transition: var(--transition1);
  -moz-transition: var(--transition1);
  -ms-transition: var(--transition1);
  -o-transition: var(--transition1);
}
.envolvente-pay .wrapper form > div #create_new_account:checked ~ .new_pass {
  max-height: 80px;
  opacity: 1;
  visibility: visible;
}
.envolvente-pay .wrapper form .topborder {
  margin-top: 0;
}
.envolvente-pay .wrapper form .topborder:before {
  content: "";
  display: block;
  border-top: 1px solid #c2c2c2;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  z-index: 1;
}
.envolvente-pay .wrapper form .topborder span {
  background: #fff;
  padding: 0 10px 0 0;
  position: relative;
  z-index: 5;
  font-size: 12px;
}
.envolvente-pay .wrapper form .misma_linea {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}
.envolvente-pay .wrapper form .misma_linea > div {
  max-width: 48%;
}
.envolvente-pay .wrapper form .order {
  border: 8px solid #f5f5f5;
  padding: 10px 30px;
  margin-top: 28px;
}
.envolvente-pay .wrapper form .order .cnt-lst-pago .lin-carrito {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  font-family: Poppins, sans-serif;
  border: none;
}
.envolvente-pay .wrapper form .order .cnt-lst-pago .lin-carrito img {
  height: 30px;
  vertical-align: middle;
}
.envolvente-pay .wrapper form .order .cnt-lst-pago .lin-carrito img, .envolvente-pay .wrapper form .order .cnt-lst-pago .lin-carrito span {
  display: inline-block;
  margin-left: 20px;
  font-size: 14px;
}
.envolvente-pay .wrapper form .order .cnt-lst-pago .lin-carrito-prese {
  width: 100%;
  border: none;
}
.envolvente-pay .wrapper form .order .cnt-lst-pago .lin-carrito-calcs {
  width: 100%;
  text-align: right;
  font-size: 18px;
  color: #269C59;
  border: none;
}
.envolvente-pay .wrapper form .order .redbutton {
  background-color: #D6544E;
  padding: 13px 30px;
  font-size: 14px;
  font-weight: 100;
  margin-top: 25px;
}
.envolvente-pay .wrapper form .order .redbutton:hover {
  background-color: #000;
  border: none;
}
.envolvente-pay .wrapper form .order a {
  display: block;
}
.envolvente-pay .wrapper form .order p {
  padding: 0;
  line-height: 20px;
}
.envolvente-pay .wrapper form .order h4, .envolvente-pay .wrapper form .order h5 {
  padding: 0;
}
.envolvente-pay .wrapper form .order div:nth-child(6) {
  border: none;
}
.envolvente-pay .wrapper form .order .items-pago > div {
  width: 100%;
  padding: 5px 0px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 10px;
  align-items: center;
}
.envolvente-pay .wrapper form .order .items-pago > div .meollo, .envolvente-pay .wrapper form .order .items-pago > div .parraf {
  display: inline-block;
}
.envolvente-pay .wrapper form .order .items-pago > div .meollo {
  width: 30%;
  position: relative;
  width: 80px;
  height: 80px;
  overflow: hidden;
  border: 1px solid gray;
  text-align: center;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  font-size: 10px;
  font-weight: bold;
}
.envolvente-pay .wrapper form .order .items-pago > div .meollo .svg_check {
  display: none;
}
.envolvente-pay .wrapper form .order .items-pago > div .meollo .chk_radio_pago, .envolvente-pay .wrapper form .order .items-pago > div .meollo .svg_check {
  position: absolute;
  top: 5px;
  right: 5px;
}
.envolvente-pay .wrapper form .order .items-pago > div .meollo .chk_radio_pago:checked ~ .svg_check {
  display: block;
}
.envolvente-pay .wrapper form .order .items-pago > div .meollo .chk_radio_pago:checked ~ .label_option {
  background-color: #00AAE4;
  border: 1px solid blue;
}
.envolvente-pay .wrapper form .order .items-pago > div .meollo .label_option {
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 15px;
  text-align: center;
}
.envolvente-pay .wrapper form .order .items-pago > div .meollo .label_option svg {
  height: 32px;
}
.envolvente-pay .wrapper form .order .items-pago > div .meollo .svg_check {
  height: 14px;
  width: 14px;
  line-height: 14px;
  text-align: center;
  background-color: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.envolvente-pay .wrapper form .order .items-pago > div .meollo .svg_check svg {
  height: 10px;
  vertical-align: middle;
}
.envolvente-pay .wrapper form .order .items-pago > div .parraf {
  width: 80%;
}
.envolvente-pay .notes {
  display: block;
  padding-top: 20px;
}

@media (min-width: 500px) {
  .row .info-bar .show_login form > div {
    justify-content: center !important;
  }
  .wrapper form {
    flex-direction: row !important;
    flex-wrap: nowrap !important;
  }
  .wrapper form > div {
    max-width: 50% !important;
  }
}
.fact-simply {
  width: 100%;
  height: 100%;
  background-color: hsla(0, 25%, 100%, 0.708);
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 10px;
  align-items: center;
}
.fact-simply .content-simplificada {
  width: 95vw;
  height: auto;
  max-height: 80vh;
  overflow: hidden;
  padding: 10px 3px;
  font-family: monospace;
  font-size: 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 15px;
  align-items: center;
}
.fact-simply .content-simplificada img {
  height: 64px;
  vertical-align: middle;
}
.fact-simply .content-simplificada > div {
  width: 100%;
  background-color: #fff;
  /* @include neoformismo(0px, #fff, 5px);*/
  box-shadow: inset 4px -2px 5px gray, 0.5px 0px 1px gray;
}
.fact-simply .content-simplificada .menu-impresion {
  text-align: center;
  padding: 8px 0px;
}
.fact-simply .content-simplificada > div:last-of-type {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 10px;
  padding-bottom: 10px;
}
.fact-simply .content-simplificada > div:last-of-type p, .fact-simply .content-simplificada > div:last-of-type .identificador, .fact-simply .content-simplificada > div:last-of-type h4 {
  text-align: center;
}
.fact-simply .content-simplificada .tickect > div:first-of-type {
  line-height: 64px;
  text-align: center;
}
.fact-simply .content-simplificada .tickect > div:first-of-type img {
  height: 32px;
  vertical-align: middle;
}
.fact-simply .content-simplificada .tickect > div:first-of-type span {
  font-size: 12px;
  text-shadow: 1px 1px 1px gray;
  letter-spacing: 1px;
  font-weight: bold;
}
.fact-simply .content-simplificada .tickect p {
  text-align: center;
}
.fact-simply .content-simplificada .tickect table {
  border-collapse: collapse;
  margin: 10px auto;
  width: 95%;
  overflow: hidden;
}
.fact-simply .content-simplificada .tickect table thead th {
  border: 1px dotted gray;
  border-left: none;
  border-right: none;
}
.fact-simply .content-simplificada .tickect table tbody td {
  padding: 5px;
  max-width: 120px;
}
.fact-simply .content-simplificada .tickect table tbody td:nth-child(1) {
  text-align: center;
}
.fact-simply .content-simplificada .tickect table tbody td:nth-child(2) {
  text-align: center;
}
.fact-simply .content-simplificada .tickect table tbody td:nth-child(3) {
  text-align: center;
}
.fact-simply .content-simplificada .tickect table tbody td:nth-child(5) {
  text-align: right;
}
.fact-simply .content-simplificada .tickect table tfoot tr {
  background-color: #eee;
}
.fact-simply .content-simplificada .tickect table tfoot tr td:last-of-type {
  font-size: 14px;
  font-weight: bold;
}
.fact-simply .content-simplificada .tickect table tfoot th, .fact-simply .content-simplificada .tickect table tfoot td {
  text-align: right;
  padding: 3px 0px;
}
.fact-simply .content-simplificada .tipus-pago, .fact-simply .content-simplificada .identificador {
  text-align: center;
}
.fact-simply .content-simplificada .foot_simplificada {
  padding: 8px 12px;
  background-color: lightgoldenrodyellow;
}

@media (min-width: 500px) {
  body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 10px;
    align-items: center;
  }
  body .ticket-impresion {
    margin: 0 auto;
    background-color: green;
  }
  .content-simplificada {
    width: 400px !important;
  }
}
@media print {
  body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 10px;
    align-items: center;
  }
  body .ticket-impresion {
    background-color: green;
    max-width: 33vw;
    font-family: monospace;
    font-size: 12px;
  }
  body .ticket-impresion .tickect > div:first-of-type {
    line-height: 64px;
    text-align: center;
  }
  body .ticket-impresion .tickect > div:first-of-type img {
    height: 32px;
    vertical-align: middle;
  }
  body .ticket-impresion .tickect > div:first-of-type span {
    font-size: 12px;
    text-shadow: 1px 1px 1px gray;
    letter-spacing: 1px;
    font-weight: bold;
  }
  body .ticket-impresion .tickect p {
    text-align: center;
  }
  body .ticket-impresion .tickect table {
    border-collapse: collapse;
    margin: 10px auto;
    width: 95%;
    overflow: hidden;
  }
  body .ticket-impresion .tickect table thead th {
    border: 1px dotted gray;
    border-left: none;
    border-right: none;
  }
  body .ticket-impresion .tickect table tbody td {
    padding: 5px;
    max-width: 120px;
  }
  body .ticket-impresion .tickect table tbody td:nth-child(1) {
    text-align: center;
  }
  body .ticket-impresion .tickect table tbody td:nth-child(2) {
    text-align: center;
  }
  body .ticket-impresion .tickect table tbody td:nth-child(3) {
    text-align: center;
  }
  body .ticket-impresion .tickect table tbody td:nth-child(5) {
    text-align: right;
  }
  body .ticket-impresion .tickect table tfoot tr {
    background-color: #eee;
  }
  body .ticket-impresion .tickect table tfoot tr td:last-of-type {
    font-size: 14px;
    font-weight: bold;
  }
  body .ticket-impresion .tickect table tfoot th, body .ticket-impresion .tickect table tfoot td {
    text-align: right;
    padding: 3px 0px;
  }
  body .ticket-impresion .tipus-pago, body .ticket-impresion .identificador {
    text-align: center;
  }
}
.cookie-banner {
  /*background: #26262b;*/
  background: rgba(0, 0, 255, 0.603);
  border-radius: 10px;
  bottom: 12px;
  color: #fff;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  left: 50%;
  padding: 40px 14px;
  position: fixed;
  transform: translateX(-50%);
  width: calc(100% - 24px);
  z-index: 110;
}

.cookie-banner__text {
  font-size: 16px;
  line-height: 1.67;
  margin-right: 12px;
}

.btn {
  /*background-color: transparent;*/
  border: 1px solid transparent;
  border-radius: 6px;
  display: inline-block;
  font-family: Avenir Next, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, sans-serif;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 1.5;
  padding: 12px 30px;
  text-align: center;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}

.btn:not(:disabled):not(.btn_disabled) {
  cursor: pointer;
}

.btn_secondary {
  background-color: #fff;
  border-color: #fff;
  color: #26262b;
}

.btn_secondary:focus:not(:disabled):not(.btn_disabled),
.btn_secondary:hover:not(:disabled):not(.btn_disabled) {
  background-color: #f1f1f2;
  border-color: #fff;
}

.btn_secondary:active:not(:disabled):not(.btn_disabled) {
  background-color: #ebebec;
  border-color: #ebebec;
}

.btn_secondary.btn_disabled,
.btn_secondary:disabled {
  opacity: 0.5;
}

.btn_sm {
  font-size: 0.875rem;
  line-height: 1.4289;
  padding: 5px 22px;
}

.link {
  color: #e6842e;
  text-decoration: none;
}

.link:hover {
  text-decoration: underline;
}

@media (min-width: 740px) {
  .cookie-banner {
    align-items: center;
    padding: 80px 20px;
  }
}
.confeccion {
  width: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0px;
  align-items: baseline;
}
.confeccion .step_forma {
  width: 100%;
}
.confeccion .step_forma .numStep {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  -webkit-clip-path: circle(50%);
          clip-path: circle(50%);
  background-color: #56ba47;
  color: #fff;
  font-weight: bold;
  margin-right: 10px;
}
.confeccion .step_forma .stepTitle {
  display: inline-block;
  width: calc(100% - 70px);
  line-height: 50px;
  padding: 0px 10px;
  border: 1px solid gray;
  background-color: #56ba47;
  font-weight: bold;
  color: #fff;
}
.confeccion .step_forma .content_forma {
  padding: 10px 0px;
  text-align: center;
}
.confeccion .slc_items {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: nowarp;
  gap: 0px;
  align-items: center;
}
.confeccion .slc_items .card_thumb_product {
  max-width: 25%;
  width: 25%;
  padding: 5px;
  text-align: center;
}
.confeccion .slc_items .card_thumb_product > label {
  padding: 5px 0px;
  cursor: pointer;
  display: inline-block;
  position: relative;
  border: 1px solid gray;
}
.confeccion .slc_items .card_thumb_product > label img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 52px;
}
.confeccion .slc_items .card_thumb_product > label .palometa {
  display: none;
  position: absolute;
  top: 5px;
  right: 5px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  -webkit-clip-path: circle(50%);
          clip-path: circle(50%);
  background-color: lightgreen;
}
.confeccion .slc_items .card_thumb_product > label .palometa svg {
  vertical-align: middle;
}
.confeccion .slc_items .card_thumb_product > label input {
  display: none;
  width: 60%;
  margin: 0 auto;
}
.confeccion .slc_items .card_thumb_product .chk_item {
  display: none;
}
.confeccion .slc_items .card_thumb_product .chk_item:checked ~ label .palometa {
  display: block;
}
.confeccion .slc_items .card_thumb_product .chk_item:checked ~ label > input {
  display: block;
}

@media (min-width: 500px) {
  .step_forma {
    width: 33% !important;
  }
}/*# sourceMappingURL=estilos.css.map */