/* -------------------------------------------------------------------
 * ## Design System
 * ------------------------------------------------------------------- */
/* --- Colors ---*/
/* --- Typography ---*/
/* -------------------------------------------------------------------
 * ## Reset
 * ------------------------------------------------------------------- */
* {
  box-sizing: border-box;
}

body,
html,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
ul,
li,
figure {
  margin: 0;
  padding: 0;
  text-decoration: none;
}

button {
  padding: 0;
  border: none;
  padding-block: 0;
  padding-inline: 0;
  cursor: pointer;
  display: block;
}

a:active {
  color: unset;
}

ul {
  list-style: none;
}

@font-face {
  font-family: "SoraVariable";
  src: url("../fonts/Sora/Sora-VariableFont_wght.woff2") format("woff2 supports variations"), url("../fonts/Sora/Sora-VariableFont_wght.woff2") format("woff2-variations");
  font-weight: 100 1000;
}
/* @font-face {
     font-family: "SoraVariable";
     src: url("Sora-VariableFont_wght.woff2") format("woff2 supports variations"),
          url("Sora-VariableFont_wght.woff2") format("woff2-variations");
     font-weight: 100 1000;
} */ /*  */ /* May + alt + a */
* {
  box-sizing: border-box;
}

html:has(.articleLegal) {
  scroll-behavior: smooth;
}

.bodyP {
  margin: 0;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (width > 600px) {
  .bodyP {
    min-height: 100dvh;
  }
}

.cAccent {
  color: #3A29F5 !important;
}

p {
  color: #2A2E30;
  font-size: 12px;
  font-weight: 400;
  /*     line-height: 1.40; */
  font-family: "SoraVariable", sans-serif;
  line-height: normal;
}

.boldBlack16 {
  font-size: 16px;
  font-weight: 700;
  color: #2A2E30;
  line-height: 1.4;
  font-family: "SoraVariable", sans-serif;
}

.boldBlack14 {
  font-size: 14px;
  font-weight: 700;
  color: #2A2E30;
  line-height: 1.4;
  font-family: "SoraVariable", sans-serif;
}

.normalBlack14 {
  font-size: 14px;
  font-weight: 400;
  color: #2A2E30;
  line-height: 1.4;
  font-family: "SoraVariable", sans-serif;
}

/* <span class="returnArrow"><i class="icon-arrow-left"></i> <p>Volver y continuar con la compra</p></span> */
.returnArrow {
  height: 34px;
  display: flex;
  align-items: center;
  -moz-column-gap: 13px;
       column-gap: 13px;
  cursor: pointer;
}
.returnArrow i {
  border-radius: 15px;
  background-color: #3B64F6;
  color: #FFFFFF;
  filter: drop-shadow(0px 1px 4px rgba(0, 0, 0, 0.25));
  aspect-ratio: 1/1;
  font-weight: 600;
  font-size: 16px;
  padding: 7px;
}
.returnArrow:active i, .returnArrow:hover i {
  background-color: #0B0D80;
}

.headerP {
  background-color: #FFFFFF;
  height: 55px;
  box-shadow: 0px 4px 4px 0px rgba(219, 219, 219, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 5;
}
@media (width > 600px) {
  .headerP {
    padding: 0;
  }
}

.innerHeaderP {
  width: 100%;
  max-width: 1550px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.innerHeaderP .logoHeaderP {
  width: 127px;
  display: flex;
  padding-left: 24px;
}
.innerHeaderP .logoHeaderP img {
  width: 100%;
  aspect-ratio: 32/5;
}
.innerHeaderP .navHeaderP {
  display: flex;
  padding: 15px 24px;
  background-color: transparent;
}
.innerHeaderP .navHeaderP img {
  aspect-ratio: 25/16;
  height: 12px;
}
.innerHeaderP .navHeaderP.hideP {
  display: none;
}

.headerP.legal .innerHeaderP {
  justify-content: center;
}
.headerP.legal .logoHeaderP {
  padding: 0;
}
.headerP.legal .logoHeaderP a {
  display: flex;
}

.bodyP {
  background-color: #F7F9FD;
  font-family: "SoraVariable", sans-serif;
}

.mainP {
  display: flex;
  justify-content: center;
  margin-top: 55px;
  flex-direction: column;
  align-items: center;
  min-height: 100dvh;
}
@media (width < 600px) {
  .mainP.addNavBottom .navBottom {
    display: flex;
  }
}
@media (width < 600px) {
  .mainP.addNavBottom .articleP {
    margin-bottom: 70px;
  }
}
.mainP .articleP {
  width: 100%;
  max-width: 600px;
}
.mainP .articleP .containerP {
  padding: 10px 10px 30px;
  display: flex;
  flex-direction: column;
  row-gap: 19px;
  min-height: calc(100dvh - 55px);
  height: 100%;
}
@media (width > 600px) {
  .mainP .articleP .containerP {
    min-height: unset;
    padding: 10px 0 30px;
  }
}
.mainP .articleP .containerP > button.btnPrimary {
  margin-top: auto;
}

.mainP:has(.articleLegal) {
  margin-top: 0;
  padding-top: 55px;
}

.mainP:has(.contentNav) footer {
  margin-top: 100px;
}

.articleLegal {
  width: 100%;
  max-width: 990px;
}

.articleLegal .sectionLegal {
  padding: 20px 20px 40px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media (width > 600px) {
  .articleLegal .sectionLegal {
    /*      min-height: calc(100dvh - 55px); */
    padding: 30px 25px;
  }
}
.articleLegal .sectionLegal p.title {
  font-family: "SoraVariable", sans-serif;
  font-size: 28px;
  color: #0B0D80;
  font-weight: 400;
}
@media (width > 600px) {
  .articleLegal .sectionLegal p.title {
    font-size: 36px;
  }
}
.articleLegal .sectionLegal .textInfo {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.sectionLegal .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sectionLegal .header .openClose {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  cursor: pointer;
}
.sectionLegal .header .openClose span.open {
  display: flex;
}
.sectionLegal .header .openClose span.close {
  display: none;
}
.sectionLegal .header .openClose i {
  font-size: 26px;
}
@media (width > 600px) {
  .sectionLegal .header .openClose {
    pointer-events: none;
  }
  .sectionLegal .header .openClose span.close,
  .sectionLegal .header .openClose span.open {
    display: none;
  }
}

.sectionLegal .contentNav {
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  transition: grid-template-rows 200ms;
}
.sectionLegal .contentNav ul.inner {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
  gap: 15px;
}
.sectionLegal .contentNav ul.inner li {
  background-color: #f2f2f2;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  border-radius: 12px;
}
.sectionLegal .contentNav ul.inner li a {
  font-size: 16px;
  font-family: "SoraVariable", sans-serif;
  font-weight: 700;
  /*                 padding: 8.5px calc(24px + 19px); */
  padding: 8.5px 30px 8.5px 40px;
  color: #2A2E30;
  display: flex;
  height: 100%;
  align-items: center;
  /*              text-indent: -19px; */
  width: 100%;
  text-indent: -26px;
}
.sectionLegal .contentNav ul.inner li:nth-last-of-type(1) {
  margin-bottom: 45px;
}
.sectionLegal .contentNav.active {
  grid-template-rows: 1fr;
}

.contentInfoLegal {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.contentInfoLegal .itemLegal {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.itemLegal > .titleInf {
  scroll-margin-top: 70px;
  font-family: "SoraVariable", sans-serif;
  font-size: 19px;
  color: #2A2E30;
  font-weight: 600;
}
.itemLegal > .titleInf.small {
  font-size: 17px;
}
.itemLegal > .titleInf.xSmall {
  font-size: 15px;
}

.itemLegal > .textInf {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.itemLegal > .textInf > p {
  font-family: "SoraVariable", sans-serif;
  font-size: 14px;
  color: #2A2E30;
  font-weight: 400;
}
.itemLegal > .textInf > ul {
  list-style: unset !important;
  padding-left: 38px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.itemLegal > .textInf > ul > li > p {
  font-family: "SoraVariable", sans-serif;
  font-size: 14px;
  color: #2A2E30;
  font-weight: 400;
  margin-bottom: 0.5rem;
}
.itemLegal > .textInf > ul > li > p:last-child {
  margin-bottom: 0;
}
.itemLegal > .textInf > ol {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.itemLegal > .textInf > ol > li > p, .itemLegal > .textInf > ol > li::marker {
  font-family: "SoraVariable", sans-serif;
  font-size: 14px;
  color: #2A2E30;
  font-weight: 400;
}

.btnScrollTop {
  display: none;
  position: fixed;
  right: 15px;
  top: 92dvh;
  border-radius: 50%;
  filter: drop-shadow(0px 1px 4px rgba(0, 0, 0, 0.25));
}
@media (width > 1000px) {
  .btnScrollTop {
    right: calc(50% - 495px);
  }
}
.btnScrollTop > a {
  transform: rotate(-90deg);
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  aspect-ratio: 1/1;
  -o-object-position: center;
     object-position: center;
}
.btnScrollTop > a > i.icon-arrow-right {
  display: flex;
  color: white;
  background-color: #3B64F6;
  font-weight: 600;
  font-size: 16px;
  padding: 7px;
  aspect-ratio: 1/1;
}
.btnScrollTop:active a i, .btnScrollTop:hover a i {
  background-color: #0B0D80;
}

.blockCopyright {
  display: flex;
  align-self: center;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  margin-top: 100px;
  margin-bottom: 40px;
}
@media (width > 600px) {
  .blockCopyright {
    align-content: flex-end;
    margin-top: auto;
  }
}/*# sourceMappingURL=legal.css.map */