@font-face {
  font-family: Ambit;
  src: url('../../Ambit/Ambit-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: Ambit;
  src: url('../../Ambit/Ambit-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: Ambit;
  src: url('../../Ambit/Ambit-Regular.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: Ambit;
  src: url('../../Ambit/Ambit-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: Ambit;
  src: url('../../Ambit/Ambit-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section {
  background-color: #70ae8f;
  background-image: linear-gradient(45deg, #70ae8f 0%, #d02185 100%);
  background-repeat: no-repeat;
  min-width: 500px;
  height: 100svh;
  z-index: 0;
  position: relative;
  box-shadow: 0 2px 5px #0003;
}

.section.blanco {
  background-color: transparent;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 500px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.section.blanco.calendario-page {
  box-sizing: border-box;
  min-height: calc(100svh + 18svh);
  height: auto;
  overflow-y: auto;
  overflow-x: hidden;
  padding-bottom: 18svh;
  -webkit-overflow-scrolling: touch;
}

.div-block {
  z-index: 5;
  justify-content: center;
  align-items: center;
  padding-top: 5svh;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.div-block.terminos {
  position: static;
}

.image {
  height: 6.5svh;
}

.div-block-2 {
  z-index: 3;
  opacity: .7;
  background-image: url('../images/93911f7bb46710aec7e66d5672488dcc26e01cf6.png');
  background-position: 20% 0;
  background-size: auto;
  position: absolute;
  inset: 0%;
}

.div-block-3 {
  z-index: 4;
  position: absolute;
  inset: 10vh auto auto 0%;
  overflow: hidden;
}

.div-block-3.puntuacion {
  z-index: 5;
  top: 20vh;
}

.image-2 {
  height: 25svh;
  position: relative;
  left: -50%;
}

.image-2.puntuacion {
  left: -70%;
}

.balondr {
  z-index: 4;
  position: absolute;
  inset: 58.5svh 0% auto auto;
  overflow: hidden;
}

.balondr.puntuacion {
  z-index: 5;
}

.image-3 {
  height: 25svh;
  position: relative;
  right: -50%;
}

.image-3.puntuacion {
  right: -70%;
}

.div-block-4 {
  z-index: 5;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 35svh 0% auto;
}

.image-4 {
  max-width: 90%;
  height: 20svh;
  position: static;
}

.body {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  min-height: 100svh;
  display: flex;
}

.body.terminos {
  background-color: #fff;
}

.div-block.terminos,
.div-block-6,
.code-embed,
.paragraph,
.paragraph-2,
.paragraph-3,
.heading,
.paragraph-4,
.div-block-9,
.form-block,
.tabs,
.select-field,
.link-block,
.text-block,
.nav-shop-icon,
.download-button,
.download-button__text,
.terminos-scroll,
.terminos-section-title,
.terminos-section-text,
.terminos-table,
.terminos-table__row,
.terminos-table__cell,
.text-block-3,
.text-block-4 {
  position: relative;
  z-index: 2;
}

.div-block-5 {
  z-index: 7;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 500px;
  display: flex;
  position: fixed;
  left: 50%;
  bottom: 5svh;
  transform: translateX(-50%);
}

.div-block-6 {
  background-color: rgba(255, 255, 255, .14);
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 15svh;
  justify-content: space-around;
  align-items: center;
  width: 90%;
  height: auto;
  padding: 2svh;
  display: flex;
  box-shadow: 0 14px 34px #00000040;
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

.code-embed {
  color: #c9c9c9;
  width: 5svh;
  height: 5svh;
}

.code-embed.actual, .code-embed-2, .code-embed-3, .code-embed-4 {
  color: #fff;
}

.icono {
  color: rgba(255, 255, 255, .55);
}

.icono.actual {
  color: #fff;
}

.div-block-7 {
  z-index: 5;
  color: #fff;
  font-family: Ambit, sans-serif;
  font-weight: 400;
  position: absolute;
  inset: auto auto 20svh 3svh;
}

.paragraph {
  font-size: 1.5svh;
  line-height: 1.8svh;
}

.div-block-8 {
  z-index: 1;
  opacity: .3;
  background-image: url('../images/Agrupar.png');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  inset: 0%;
}

.paragraph-2 {
  color: #fff;
  text-align: justify;
  max-width: 80%;
  font-family: Ambit, sans-serif;
  font-size: 1.9svh;
  line-height: 2.4svh;
}

.paragraph-3 {
  color: #fff;
  text-align: center;
  max-width: 100%;
  font-family: Ambit, sans-serif;
  font-size: 1.7svh;
  line-height: 2.1svh;
}

.heading {
  color: #fff;
  text-align: center;
  max-width: 100%;
  font-family: Ambit, sans-serif;
  font-size: 4.3svh;
  font-weight: 600;
  line-height: 4.3svh;
}

.paragraph-4 {
  width: 80%;
  margin-top: 10svh;
  font-family: Ambit, sans-serif;
  font-size: 2svh;
  font-weight: 600;
  line-height: 2.2svh;
}

.div-block-9 {
  background-color: #000;
  background-image: linear-gradient(rgba(0, 0, 0, .60), rgba(0, 0, 0, .60)), url(../images/Tribuna.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: local, local;
  border-radius: 3.5svh;
  width: 75%;
  height: 55svh;
  margin-top: 2svw;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-y: contain;
  touch-action: pan-y;
  scrollbar-gutter: stable;
}

.div-block-10 {
  display: none;
}

.form-block {
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  display: flex;
}

.calendar-toolbar {
  justify-content: space-between;
  align-items: flex-start;
  width: 80%;
  margin-top: 2svh;
  gap: 2svh;
  display: flex;
  position: relative;
  z-index: 2;
}

.tabs {
  width: 80%;
}

.calendar-slider-shell {
  width: 100%;
  margin-top: 2.2svh;
  position: relative;
  z-index: 2;
}

.calendar-slider-shell .w-tab-content,
.calendar-slider-shell .w-tab-pane,
.calendar-simple-view {
  width: 100%;
}

.calendar-simple-view {
  margin-top: 2.2svh;
  display: none;
  position: relative;
  z-index: 2;
}

.calendar-controls {
  justify-content: center;
  align-items: center;
  gap: 1.6svh;
  width: 100%;
  margin-top: 2svh;
  display: flex;
  position: relative;
  z-index: 2;
}

.calendar-arrow {
  color: #fff;
  background-color: #000;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 5.5svh;
  height: 5.5svh;
  padding: 0;
  font-family: Ambit, sans-serif;
  font-size: 3svh;
  line-height: 1;
  display: flex;
}

.calendar-arrow-right {
  flex: none;
}

.calendar-arrow:disabled {
  opacity: .35;
  cursor: default;
}

.calendar-view-toggle {
  color: #fff;
  background-color: #000;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: .8svh;
  justify-content: center;
  align-items: center;
  min-width: 18svh;
  height: 5.5svh;
  padding: 0 2.2svh;
  font-family: Ambit, sans-serif;
  font-size: 1.5svh;
  font-weight: 500;
  line-height: 1.5svh;
  display: flex;
}

.calendar-month-frame {
  background-color: #fff;
  border-radius: 2.4svh;
  padding: 1.4svh;
  width: 100%;
  margin: 0 auto;
  box-shadow: 0 10px 24px #00000024;
}

.calendar-month-image {
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
}

.calendar-simple-image {
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
}

.tabs-menu {
  display: none;
}

.select-field {
  color: #fff;
  background-color: #000;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: .8svh;
  min-height: 4.2svh;
  margin-bottom: 0;
  padding: 1.1svh 3.2svh 1.1svh 1.6svh;
  font-family: Ambit, sans-serif;
  font-size: 1.2svh;
  font-weight: 400;
  line-height: 1.2svh;
  height: 5.5svh;
}

.link-block {
  color: #fff;
  background-color: #000;
  border-radius: 3.5svh;
  text-decoration: none;
}

.calendar-toolbar .link-block {
  position: relative;
  z-index: 2;
  flex: none;
  width: 18svh;
  margin-bottom: 0;
  background-color: #000;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: .8svh;
  min-height: 3svh;
  height: 5.5svh;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

.calendar-toolbar .text-block {
  width: 100%;
  padding: 0 1.6svh;
  font-size: 1.35svh;
  font-weight: 500;
  line-height: 1.35svh;
  text-align: center;
}

.text-block {
  padding: 1.5svh 2svh 1.5vh;
  font-family: Ambit, sans-serif;
  font-size: 2svh;
  font-weight: 500;
  line-height: 2svh;
}

.nav-shop-icon {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.download-button {
  color: #fff;
  background-color: #2a2c68;
  border: 1px solid #2a2c68;
  border-radius: 3.5svh;
  justify-content: center;
  align-items: center;
  width: 80%;
  max-width: 42svh;
  margin-top: 3svh;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease, color .2s ease;
  display: flex;
}

.download-button:hover {
  color: #fff;
  background-color: #232556;
  transform: translateY(-2px);
}

.download-button__text {
  text-align: center;
  padding: 1.7svh 2.6svh;
  font-family: Ambit, sans-serif;
  font-size: 1.7svh;
  font-weight: 600;
  line-height: 1.9svh;
}

.terminos-scroll {
  align-items: center;
  width: 90%;
  height: 53dvh;
  margin-top: 2svh;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 3svh;
  background-color: rgba(42, 44, 104, .24);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08);
  padding: 0 1.2svh 2svh;
  overflow-x: hidden;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, .7) rgba(255, 255, 255, .14);
}

.terminos-section-title {
  color: #fff;
  width: 80%;
  margin-top: 3svh;
  margin-bottom: 1svh;
  font-family: Ambit, sans-serif;
  font-size: 2svh;
  font-weight: 700;
  line-height: 2.4svh;
}

.terminos-section-text {
  color: rgba(255, 255, 255, .9);
  text-align: justify;
  width: 80%;
  margin-bottom: 1.4svh;
  font-family: Ambit, sans-serif;
  font-size: 1.8svh;
  line-height: 2.3svh;
}

.terminos-table {
  width: 80%;
  margin-top: 1svh;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 2svh;
  background-color: rgba(255, 255, 255, .08);
  display: block;
  overflow: hidden;
}

.terminos-table__row {
  background-color: rgba(255, 255, 255, .08);
  grid-template-columns: .7fr 1.3fr 1fr;
  width: 100%;
  display: grid;
}

.terminos-table--vertical .terminos-table__row {
  grid-template-columns: .9fr 1.1fr;
}

.terminos-table--vertical .terminos-table__cell {
  min-height: 6.5svh;
}

.terminos-table__row--head {
  background-color: rgba(255, 255, 255, .18);
}

.terminos-table__cell {
  color: #fff;
  border-right: 1px solid rgba(255, 255, 255, .12);
  border-bottom: 1px solid rgba(255, 255, 255, .12);
  justify-content: center;
  align-items: center;
  min-height: 8svh;
  padding: 1.4svh;
  font-family: Ambit, sans-serif;
  text-align: center;
  font-size: 1.5svh;
  line-height: 1.9svh;
  display: flex;
}

.terminos-scroll::-webkit-scrollbar,
.div-block-9::-webkit-scrollbar {
  width: 10px;
}

.terminos-scroll::-webkit-scrollbar-track,
.div-block-9::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, .12);
  border-radius: 999px;
  margin-block: 2.65dvh;
}

.terminos-scroll::-webkit-scrollbar-thumb,
.div-block-9::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, rgba(255, 255, 255, .9) 0%, rgba(112, 174, 143, .9) 100%);
  border: 2px solid transparent;
  border-radius: 999px;
  background-clip: padding-box;
}

.terminos-scroll::-webkit-scrollbar-thumb:hover,
.div-block-9::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, #fff 0%, #70ae8f 100%);
  border: 2px solid transparent;
  background-clip: padding-box;
}

.terminos-table__row .terminos-table__cell:last-child {
  border-right: none;
}

.terminos-table__row:last-child .terminos-table__cell {
  border-bottom: none;
}

.terminos-incentive-list {
  width: 80%;
  margin-top: 1svh;
  display: flex;
  flex-direction: column;
  gap: 1.2svh;
}

.terminos-incentive-item {
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 2svh;
  background-color: rgba(255, 255, 255, .08);
  padding: 1.6svh 1.8svh;
}

.terminos-incentive-label {
  color: rgba(255, 255, 255, .72);
  margin-bottom: .8svh;
  font-family: Ambit, sans-serif;
  font-size: 1.4svh;
  font-weight: 600;
  line-height: 1.7svh;
}

.terminos-incentive-value {
  color: #fff;
  margin-bottom: 0;
  font-family: Ambit, sans-serif;
  font-size: 1.7svh;
  line-height: 2.2svh;
}

.text-block-2 {
  z-index: 7;
  color: #fff;
  text-align: center;
  width: 80%;
  margin-top: 2svh;
  font-family: Ambit, sans-serif;
  font-size: 3svh;
  font-weight: 400;
  line-height: 3.2svh;
  position: relative;
  left: 10%;
}

.grid {
  z-index: 7;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr .5fr;
  width: 80%;
  margin-bottom: 5svh;
  position: relative;
  top: 3svh;
  left: 15%;
}

.text-block-3 {
  color: #fff;
  font-family: Ambit, sans-serif;
  font-size: 1.9svh;
  font-weight: 700;
  line-height: 2.1svh;
}

.text-block-4 {
  color: #fff;
  font-family: Ambit, sans-serif;
  font-size: 1.8svh;
  font-weight: 400;
  line-height: 2.1svh;
}

@media screen and (max-width: 991px) {
  .section {
    min-width: 100svw;
  }
}

@media screen and (max-width: 479px) {
  .section {
    background-color: #000;
    width: 100svw;
    height: 100svh;
  }

  .div-block {
    z-index: 5;
  }

  .image {
    height: 6.5svh;
  }

  .div-block-2 {
    opacity: .7;
    background-image: url('../images/93911f7bb46710aec7e66d5672488dcc26e01cf6.png');
    background-position: 20% 0;
    background-size: auto;
  }
}
