/*!**********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!../../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!../../../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./public/selectors/d1/tarokina_d1.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
* {
  -webkit-font-smoothing: antialiased;
}

.tarokina-theme[data-tkina-theme=tarokina] *, .tarokina-theme[data-tkina-theme=tarokina] *::before, .tarokina-theme[data-tkina-theme=tarokina] *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.tarokina-theme[data-tkina-theme=tarokina] img, .tarokina-theme[data-tkina-theme=tarokina] svg, .tarokina-theme[data-tkina-theme=tarokina] video, .tarokina-theme[data-tkina-theme=tarokina] canvas {
  max-width: 100%;
  height: auto;
  display: block;
}
.tarokina-theme[data-tkina-theme=tarokina] button, .tarokina-theme[data-tkina-theme=tarokina] input, .tarokina-theme[data-tkina-theme=tarokina] select, .tarokina-theme[data-tkina-theme=tarokina] textarea {
  font: inherit;
}
.tarokina-theme[data-tkina-theme=tarokina] button, .tarokina-theme[data-tkina-theme=tarokina] input, .tarokina-theme[data-tkina-theme=tarokina] select, .tarokina-theme[data-tkina-theme=tarokina] textarea {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.tarokina-theme[data-tkina-theme=tarokina] h1, .tarokina-theme[data-tkina-theme=tarokina] h2, .tarokina-theme[data-tkina-theme=tarokina] h3, .tarokina-theme[data-tkina-theme=tarokina] h4, .tarokina-theme[data-tkina-theme=tarokina] h5, .tarokina-theme[data-tkina-theme=tarokina] h6, .tarokina-theme[data-tkina-theme=tarokina] p {
  margin: 0 0 1rem;
}
.tarokina-theme[data-tkina-theme=tarokina] ul, .tarokina-theme[data-tkina-theme=tarokina] ol {
  margin: 0 0 1rem 1.25rem;
  padding: 0 0 0 1.25rem;
}
.tarokina-theme[data-tkina-theme=tarokina] a {
  text-decoration: none;
}
.tarokina-theme[data-tkina-theme=tarokina] a:hover {
  text-decoration: underline;
}
.tarokina-theme[data-tkina-theme=tarokina] *:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.tarokina-theme[data-tkina-theme=tarokina] a:focus,
.tarokina-theme[data-tkina-theme=tarokina] button:focus,
.tarokina-theme[data-tkina-theme=tarokina] [role=button]:focus,
.tarokina-theme[data-tkina-theme=tarokina] [tabindex]:not([tabindex="-1"]):focus,
.tarokina-theme[data-tkina-theme=tarokina] input:focus,
.tarokina-theme[data-tkina-theme=tarokina] select:focus,
.tarokina-theme[data-tkina-theme=tarokina] textarea:focus,
.tarokina-theme[data-tkina-theme=tarokina] .tkna-focus-ring:focus {
  outline: none;
  outline-offset: 2px;
}
.tarokina-theme[data-tkina-theme=tarokina].use-shadow-focus a:focus,
.tarokina-theme[data-tkina-theme=tarokina].use-shadow-focus button:focus,
.tarokina-theme[data-tkina-theme=tarokina].use-shadow-focus [role=button]:focus,
.tarokina-theme[data-tkina-theme=tarokina].use-shadow-focus [tabindex]:not([tabindex="-1"]):focus,
.tarokina-theme[data-tkina-theme=tarokina].use-shadow-focus input:focus,
.tarokina-theme[data-tkina-theme=tarokina].use-shadow-focus select:focus,
.tarokina-theme[data-tkina-theme=tarokina].use-shadow-focus textarea:focus,
.tarokina-theme[data-tkina-theme=tarokina].use-shadow-focus .tkna-focus-ring:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 3px color-mix(in oklab, var(--tkna-focus-color, #6c5ce7) 35%, transparent);
  box-shadow: 0 0 0 3px color-mix(in oklab, var(--tkna-focus-color, #6c5ce7) 35%, transparent);
}

.is-hidden {
  display: none;
}

.parpadea {
  animation-name: parpadeo;
  animation-duration: 1.5s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  -webkit-animation-name: parpadeo;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
}

@-webkit-keyframes parpadeo {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes parpadeo {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.marcador {
  display: none;
  z-index: 9999;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-family: monospace;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 14px;
  background: #f8f8f8;
  color: #3a3a3a;
  -webkit-box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}
@media (max-width: 600px) {
  .marcador {
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
  }
}

.reference_flash {
  margin-bottom: 18px !important;
  display: inline-block;
  font-style: italic;
}

.flash {
  visibility: visible;
  color: #fff;
  opacity: 1;
  -webkit-animation-name: flashs;
  animation-name: flashs;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-iteration-count: 3;
  animation-iteration-count: 3;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

@-webkit-keyframes flashs {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flashs {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes d1FadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes d1FadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.mostrar {
  display: block;
  -webkit-animation: d1FadeIn 1s ease-in-out;
  animation: d1FadeIn 1s ease-in-out;
}

.flipTable {
  -webkit-transform: rotateY(190deg) rotateX(-180deg) !important;
  transform: rotateY(190deg) rotateX(-180deg) !important;
}

.flipSelector,
.f180 {
  -webkit-transform: rotate(-180deg) !important;
  transform: rotate(-180deg) !important;
}

.tab_result-toggle {
  display: none !important;
}

.bloq_list_references {
  margin: 60px 0 0 !important;
}
.bloq_list_references .meaningsTitles {
  margin-bottom: 25px;
}
.bloq_list_references ol {
  display: block;
  list-style-type: decimal;
  -webkit-margin-before: 1em;
  margin-block-start: 1em;
  -webkit-margin-after: 1em;
  margin-block-end: 1em;
  -webkit-margin-start: 0px;
  margin-inline-start: 0px;
  -webkit-margin-end: 0px;
  margin-inline-end: 0px;
  -webkit-padding-start: 40px;
  padding-inline-start: 40px;
  margin-left: 10px;
  padding-right: 20px;
}
.bloq_list_references ol li {
  -webkit-box-shadow: inset 0 -1px 0px 0px rgba(204, 204, 204, 0.3);
  box-shadow: inset 0 -1px 0px 0px rgba(204, 204, 204, 0.3);
  padding: 0 0 18px;
  margin: 0 0 18px;
}
@media (max-width: 400px) {
  .bloq_list_references ol li {
    padding: 0 0 8px;
    margin: 0 0 8px;
  }
}
.bloq_list_references ol li:last-child {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.loader2 {
  --tkina-loader2-size: 80px;
  width: var(--tkina-loader2-size);
  padding: calc(var(--tkina-loader2-size) * 0.16);
  aspect-ratio: 1;
  border-radius: 50%;
  --_m: conic-gradient(#0000 10%, #000), linear-gradient(#000 0 0) content-box;
  -webkit-mask: var(--_m);
  mask: var(--_m);
  -webkit-mask-composite: source-out;
  mask-composite: subtract;
  -webkit-animation: loader2 1s infinite linear;
  animation: loader2 1s infinite linear;
}

@-webkit-keyframes loader2 {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

@keyframes loader2 {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.start_button_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 60px 0 0 !important;
}

#readTarot,
#btn-re-throw {
  cursor: pointer;
  text-align: left;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  border-color: inherit !important;
}
#readTarot:hover,
#btn-re-throw:hover {
  -webkit-animation: none;
  animation: none;
}
#readTarot:focus svg, #readTarot:hover svg,
#btn-re-throw:focus svg,
#btn-re-throw:hover svg {
  color: inherit;
}
#readTarot svg,
#btn-re-throw svg {
  width: 40px;
  margin-right: 10px;
}

#cont_result {
  display: none;
  margin: 60px auto;
}

#bloq-re-throw,
.bloq-re-throw {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 60px 0 0 !important;
}

#bloq-re-throw.is-hidden,
.bloq-re-throw.is-hidden {
  display: none !important;
}

.tab_result {
  border-radius: 5px;
}
.tab_result .tab_result-item {
  -webkit-box-shadow: inset 0 -1px 0px 0px rgba(204, 204, 204, 0.3);
  box-shadow: inset 0 -1px 0px 0px rgba(204, 204, 204, 0.3);
  overflow: hidden;
  padding: 18px 0;
}
.tab_result .tab_result-item:last-child {
  border-bottom: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.tab_result .tab_result-item a {
  text-decoration: none !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.tab_result .tab_result-title {
  cursor: pointer;
  width: 100% !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
}
.tab_result .tab_result-title .tab_result-title-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
.tab_result .tab_result-title {
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.tab_result .tab_result-title h1 {
  margin: 0 !important;
  padding: 6px 0 !important;
}
.tab_result .tab_result-title h2 {
  margin: 0 !important;
  padding: 5px 0 !important;
}
.tab_result .tab_result-title h3 {
  margin: 0 !important;
  padding: 3px 0 !important;
}
.tab_result .tab_result-title h4 {
  margin: 0 !important;
  padding: 3px 0 !important;
}
.tab_result .tab_result-item a svg {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
.tab_result .tab_result-item a,
.tab_result .tab_result-item a:focus,
.tab_result .tab_result-item a:active {
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-tap-highlight-color: transparent;
}
.tab_result .tab_result-item a:focus-visible {
  outline: none !important;
  -webkit-box-shadow: inset 0 0 0 3px rgba(76, 159, 254, 0.35) !important;
  box-shadow: inset 0 0 0 3px rgba(76, 159, 254, 0.35) !important;
  border-radius: 2px;
}
.tab_result .tab_result-toggle {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.tab_result input:checked + a svg {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: center;
  transform-origin: center;
}
.tab_result input:checked + a {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.tab_result .tab_result-toggle:checked + a + .tab_result-content {
  display: block;
}
.tab_result .tab_result-content {
  display: none;
  padding: 15px 0;
  -webkit-animation: fadeIn 0.3s;
  animation: fadeIn 0.3s;
}
.tab_result .tab_result-content img {
  max-width: 130px !important;
  float: left;
  margin-right: 15px;
}
.tab_result .tab_result-content ul,
.tab_result .tab_result-content ol {
  overflow: hidden;
  padding-left: 40px;
  margin-left: 0;
}
.tab_result .tab_result-content ul li,
.tab_result .tab_result-content ol li {
  list-style-position: outside;
  padding-left: 0;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

:root {
  --translate-x: 0px;
  --translate-y: 0px;
  --rotate: 0deg;
}

.tablero_container {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: auto;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center center !important;
  border-radius: 4px;
}
.tablero_container .capaColor {
  position: absolute;
  top: 0;
  /* rtl:ignore */
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 4px;
}
.tablero_container .tarokina-card-container {
  width: 100%; /* Ajusta el ancho según tus necesidades */
  height: auto; /* Ajusta la altura según tus necesidades */
  position: relative;
}
.tablero_container .imgBorde {
  width: 100%;
  border-radius: 6px;
  position: absolute;
  top: 0;
  /* rtl:ignore */
  left: 0;
  opacity: 0;
  pointer-events: none;
  /* Al rotar la carta (p.ej., 4cards2), usamos el centro como origen para evitar desajustes del badge */
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-animation: moveCard 0.6s forwards, tableroFadeIn 0.6s forwards 0.6s;
  animation: moveCard 0.6s forwards, tableroFadeIn 0.6s forwards 0.6s;
  z-index: 9999;
}
.tablero_container .imgBorde::before {
  top: -12px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  /* rtl:ignore */
  -webkit-transform: rotate(calc(-1 * var(--rotate)));
  /* rtl:ignore */
  /* rtl:ignore */
  transform: rotate(calc(-1 * var(--rotate)));
  position: absolute;
  color: #333333;
  z-index: 1;
  display: inline-block;
  background: #f8f8f8;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  -webkit-box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}
.tablero_container .picture_tableroImgs.with-back {
  position: absolute;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.tablero_container .picture_tableroImgs {
  position: absolute;
  top: 0;
  /* rtl:ignore */
  left: 0;
  opacity: 0;
  -webkit-animation: moveCard 0.6s forwards, tableroFadeIn 0.6s forwards 1.2s;
  animation: moveCard 0.6s forwards, tableroFadeIn 0.6s forwards 1.2s;
  -webkit-transform-origin: center center;
  transform-origin: center center;
}
.tablero_container .picture_tableroImgs .tableroImgs {
  width: 100%;
  visibility: hidden;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  image-rendering: -webkit-optimize-contrast; /* Mejora el contraste en Safari */
  -ms-interpolation-mode: nearest-neighbor; /* Hace que las imágenes sean más nítidas en IE */
  z-index: 2;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform var(--tkna-flip-dur, 0.9s) var(--tkna-flip-ease, cubic-bezier(0.2, 0.6, 0.2, 1));
  transition: -webkit-transform var(--tkna-flip-dur, 0.9s) var(--tkna-flip-ease, cubic-bezier(0.2, 0.6, 0.2, 1));
  transition: transform var(--tkna-flip-dur, 0.9s) var(--tkna-flip-ease, cubic-bezier(0.2, 0.6, 0.2, 1));
  transition: transform var(--tkna-flip-dur, 0.9s) var(--tkna-flip-ease, cubic-bezier(0.2, 0.6, 0.2, 1)), -webkit-transform var(--tkna-flip-dur, 0.9s) var(--tkna-flip-ease, cubic-bezier(0.2, 0.6, 0.2, 1));
  -webkit-transform: var(--tkna-rotZ, rotate(0deg));
  transform: var(--tkna-rotZ, rotate(0deg));
}
.tablero_container .picture_tableroImgs .tableroImgs.is-flashing {
  -webkit-animation: flashs 0.3s ease-in-out 3;
  animation: flashs 0.3s ease-in-out 3;
}
.tablero_container .picture_tableroImgs .tableroImgs.is-confirmed {
  animation-name: tkna-flash-3;
  -webkit-animation-name: tkna-flash-3;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  will-change: opacity;
}
.tablero_container .picture_tableroImgs[style*="--tkna-back"],
.tablero_container .picture_tableroImgs.with-back {
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.tablero_container .picture_tableroImgs[style*="--tkna-back"]::before,
.tablero_container .picture_tableroImgs.with-back::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--tkna-back);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: var(--tkna-backRotY, rotateY(0deg));
  transform: var(--tkna-backRotY, rotateY(0deg));
  -webkit-transition: -webkit-transform var(--tkna-flip-dur, 0.9s) var(--tkna-flip-ease, cubic-bezier(0.2, 0.6, 0.2, 1));
  transition: -webkit-transform var(--tkna-flip-dur, 0.9s) var(--tkna-flip-ease, cubic-bezier(0.2, 0.6, 0.2, 1));
  transition: transform var(--tkna-flip-dur, 0.9s) var(--tkna-flip-ease, cubic-bezier(0.2, 0.6, 0.2, 1));
  transition: transform var(--tkna-flip-dur, 0.9s) var(--tkna-flip-ease, cubic-bezier(0.2, 0.6, 0.2, 1)), -webkit-transform var(--tkna-flip-dur, 0.9s) var(--tkna-flip-ease, cubic-bezier(0.2, 0.6, 0.2, 1));
  opacity: 1;
  z-index: 0;
}
.tablero_container .picture_tableroImgs[style*="--tkna-back"]:not(.is-flipped)::before,
.tablero_container .picture_tableroImgs.with-back:not(.is-flipped)::before {
  --tkna-backRotY: rotateY(0deg);
}
.tablero_container .picture_tableroImgs[style*="--tkna-back"].is-flipped::before,
.tablero_container .picture_tableroImgs.with-back.is-flipped::before {
  --tkna-backRotY: rotateY(180deg);
}
.tablero_container .picture_tableroImgs[style*="--tkna-back"] .tableroImgs,
.tablero_container .picture_tableroImgs.with-back .tableroImgs {
  visibility: hidden;
  -webkit-transform: var(--tkna-rotY, rotateY(0deg)) var(--tkna-rotZ, rotate(0deg));
  transform: var(--tkna-rotY, rotateY(0deg)) var(--tkna-rotZ, rotate(0deg));
}
.tablero_container .picture_tableroImgs[style*="--tkna-back"]:not(.is-flipped) .tableroImgs {
  --tkna-rotY: rotateY(180deg);
}
.tablero_container .picture_tableroImgs[style*="--tkna-back"].is-flipped .tableroImgs {
  --tkna-rotY: rotateY(0deg);
}
.tablero_container .picture_tableroImgs.with-back {
  -webkit-animation: moveCard 0.6s forwards, tableroFadeIn 0.6s forwards 0.6s;
  animation: moveCard 0.6s forwards, tableroFadeIn 0.6s forwards 0.6s;
}

._4cards2 #borde2::before,
._10cards1 #borde2::before,
._8cards2 #borde8::before,
._9cards1 #borde9::before,
._10cards2 #borde2::before {
  top: 50% !important;
  /* rtl:ignore */
  left: 50% !important;
  right: auto !important;
  /* rtl:ignore */
  -webkit-transform: translate(-50%, -50%) rotate(calc(-1 * var(--rotate))) !important;
  /* rtl:ignore */
  transform: translate(-50%, -50%) rotate(calc(-1 * var(--rotate))) !important;
}

[dir=rtl] ._3cards3 #borde2::before {
  top: 0.5% !important;
  left: 50% !important;
  right: auto !important;
  -webkit-transform: translate(-50%, -50%) rotate(45deg) !important;
  transform: translate(-50%, -50%) rotate(45deg) !important;
}

[dir=rtl] ._6cards1 #borde6::before,
[dir=rtl] ._3cards3 #borde3::before {
  top: 0.5% !important;
  left: 50% !important;
  right: auto !important;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg) !important;
  transform: translate(-50%, -50%) rotate(-45deg) !important;
}

[dir=rtl] ._4cards2 #borde2::before,
[dir=rtl] ._10cards1 #borde2::before,
[dir=rtl] ._8cards2 #borde8::before,
[dir=rtl] ._9cards1 #borde9::before,
[dir=rtl] ._10cards2 #borde2::before {
  top: 50% !important;
  left: 25% !important;
  right: auto !important;
}

[dir=rtl] ._7cards1 #borde5::before,
[dir=rtl] ._7cards1 #borde4::before,
[dir=rtl] ._7cards1 #borde3::before,
[dir=rtl] ._7cards1 #borde2::before,
[dir=rtl] ._7cards1 #borde6::before,
[dir=rtl] ._7cards1 #borde7::before,
[dir=rtl] ._8cards1 #borde7::before,
[dir=rtl] ._8cards1 #borde8::before,
[dir=rtl] ._9cards1 #borde3::before,
[dir=rtl] ._9cards1 #borde2::before,
[dir=rtl] ._9cards1 #borde1::before,
[dir=rtl] ._9cards2 #borde5::before,
[dir=rtl] ._9cards2 #borde6::before,
[dir=rtl] ._9cards2 #borde7::before,
[dir=rtl] ._9cards2 #borde8::before,
[dir=rtl] ._9cards2 #borde9::before,
[dir=rtl] ._10cards2 #borde5::before,
[dir=rtl] ._10cards2 #borde6::before,
[dir=rtl] ._10cards2 #borde7::before,
[dir=rtl] ._10cards2 #borde8::before,
[dir=rtl] ._10cards2 #borde9::before,
[dir=rtl] ._10cards2 #borde10::before {
  top: 0.5% !important;
  left: 50% !important;
  right: auto !important;
}

[dir=rtl] ._7cards1 #borde5::before {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg) !important;
  transform: translate(-50%, -50%) rotate(-45deg) !important;
}

[dir=rtl] ._7cards1 #borde4::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg) !important;
  transform: translate(-50%, -50%) rotate(45deg) !important;
}

[dir=rtl] ._7cards1 #borde3::before {
  -webkit-transform: translate(-50%, -50%) rotate(-90deg) !important;
  transform: translate(-50%, -50%) rotate(-90deg) !important;
}

[dir=rtl] ._7cards1 #borde2::before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg) !important;
  transform: translate(-50%, -50%) rotate(90deg) !important;
}

[dir=rtl] ._7cards1 #borde6::before {
  -webkit-transform: translate(-50%, -50%) rotate(135deg) !important;
  transform: translate(-50%, -50%) rotate(135deg) !important;
}

[dir=rtl] ._7cards1 #borde7::before {
  -webkit-transform: translate(-50%, -50%) rotate(-135deg) !important;
  transform: translate(-50%, -50%) rotate(-135deg) !important;
}

[dir=rtl] ._8cards1 #borde7::before {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg) !important;
  transform: translate(-50%, -50%) rotate(-45deg) !important;
}

[dir=rtl] ._8cards1 #borde8::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg) !important;
  transform: translate(-50%, -50%) rotate(45deg) !important;
}

[dir=rtl] ._9cards1 #borde3::before {
  -webkit-transform: translate(-50%, -50%) rotate(-22.5deg) !important;
  transform: translate(-50%, -50%) rotate(-22.5deg) !important;
}

[dir=rtl] ._9cards1 #borde2::before {
  -webkit-transform: translate(-50%, -50%) rotate(0deg) !important;
  transform: translate(-50%, -50%) rotate(0deg) !important;
}

[dir=rtl] ._9cards1 #borde1::before {
  -webkit-transform: translate(-50%, -50%) rotate(22.5deg) !important;
  transform: translate(-50%, -50%) rotate(22.5deg) !important;
}

[dir=rtl] ._9cards2 #borde5::before {
  -webkit-transform: translate(-50%, -50%) rotate(-90deg) !important;
  transform: translate(-50%, -50%) rotate(-90deg) !important;
}

[dir=rtl] ._9cards2 #borde6::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg) !important;
  transform: translate(-50%, -50%) rotate(45deg) !important;
}

[dir=rtl] ._9cards2 #borde7::before {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg) !important;
  transform: translate(-50%, -50%) rotate(-45deg) !important;
}

[dir=rtl] ._9cards2 #borde8::before {
  -webkit-transform: translate(-50%, -50%) rotate(135deg) !important;
  transform: translate(-50%, -50%) rotate(135deg) !important;
}

[dir=rtl] ._9cards2 #borde9::before {
  -webkit-transform: translate(-50%, -50%) rotate(-135deg) !important;
  transform: translate(-50%, -50%) rotate(-135deg) !important;
}

[dir=rtl] ._10cards2 #borde5::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg) !important;
  transform: translate(-50%, -50%) rotate(45deg) !important;
}

[dir=rtl] ._10cards2 #borde6::before {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg) !important;
  transform: translate(-50%, -50%) rotate(-45deg) !important;
}

[dir=rtl] ._10cards2 #borde7::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg) !important;
  transform: translate(-50%, -50%) rotate(45deg) !important;
}

[dir=rtl] ._10cards2 #borde8::before {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg) !important;
  transform: translate(-50%, -50%) rotate(-45deg) !important;
}

[dir=rtl] ._10cards2 #borde9::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg) !important;
  transform: translate(-50%, -50%) rotate(45deg) !important;
}

[dir=rtl] ._10cards2 #borde10::before {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg) !important;
  transform: translate(-50%, -50%) rotate(-45deg) !important;
}

/* RTL: el centrado horizontal funciona igual; solo se aplica contra-rotación ya incluida arriba */
/* No se requieren overrides adicionales para RTL */
/* Eliminadas excepciones de centrado vertical: todas las cartas usan centrado superior */
/* Asegurar el valor base de top/left ya definido arriba */
/* Eliminadas reglas por data-badge-side: ahora todas en top-center */
@-webkit-keyframes tableroFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes tableroFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes moveCard {
  from {
    -webkit-transform: translate(0, 0) rotate(0deg);
    transform: translate(0, 0) rotate(0deg);
  }
  to {
    -webkit-transform: translate(var(--translate-x), var(--translate-y)) rotate(var(--rotate));
    transform: translate(var(--translate-x), var(--translate-y)) rotate(var(--rotate));
  }
}
@keyframes moveCard {
  from {
    -webkit-transform: translate(0, 0) rotate(0deg);
    transform: translate(0, 0) rotate(0deg);
  }
  to {
    -webkit-transform: translate(var(--translate-x), var(--translate-y)) rotate(var(--rotate));
    transform: translate(var(--translate-x), var(--translate-y)) rotate(var(--rotate));
  }
}
@-webkit-keyframes tkna-flash-3 {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
@keyframes tkna-flash-3 {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
@media (prefers-reduced-motion: reduce) {
  .tablero .tableroImgs.is-confirmed {
    -webkit-animation: none !important;
    animation: none !important;
  }
}
.tkina-title-spread,
.tkina-subtitle-spread {
  position: relative;
  text-wrap: pretty;
  z-index: 2;
}

.tkina-title-spread {
  position: relative;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.tkina-title-spread h1, .tkina-title-spread h2, .tkina-title-spread h3, .tkina-title-spread h4 {
  margin-bottom: 10px !important;
}

.tkina-subtitle-spread {
  padding: 0 5% !important;
  position: relative;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#tablero.tablero-d3 .picture_tableroImgs:not(.is-locked):not(.is-revealed),
#tablero.tablero-d3 .picture_tableroImgs:not(.is-locked):not(.is-revealed) .tableroImgs {
  cursor: pointer;
}
#tablero.tablero-d3 .picture_tableroImgs.is-locked,
#tablero.tablero-d3 .picture_tableroImgs.is-revealed,
#tablero.tablero-d3 .picture_tableroImgs.is-locked .tableroImgs,
#tablero.tablero-d3 .picture_tableroImgs.is-revealed .tableroImgs {
  cursor: default;
}

#loader_bloq {
  margin: 20px 0;
}

.selector_container_d1 {
  display: inline-block;
  width: 100%;
  height: auto;
}
.selector_container_d1.is-hidden {
  display: none;
}
.selector_container_d1 .selector {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 12px;
  grid-template-columns: repeat(var(--tkna-cols, 12), 1fr);
  gap: var(--tkna-gap, 12px);
  padding: 2px;
}
.selector_container_d1 .selector .pict_img {
  position: relative;
  border-radius: 3px;
  cursor: pointer;
  -webkit-transition: outline-color 150ms ease, -webkit-box-shadow 150ms ease;
  transition: outline-color 150ms ease, -webkit-box-shadow 150ms ease;
  transition: box-shadow 150ms ease, outline-color 150ms ease;
  transition: box-shadow 150ms ease, outline-color 150ms ease, -webkit-box-shadow 150ms ease;
  background: none !important;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  will-change: transform;
}
.selector_container_d1 .selector .pict_img::before {
  content: "";
  position: absolute;
  inset: 0;
  /* Usa la variable como en d2; si no existe, hereda el background-image del contenedor */
  background-image: var(--tkna-back, inherit);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  border-radius: 3px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: var(--tkna-backRotY, rotateY(0deg));
  transform: var(--tkna-backRotY, rotateY(0deg));
  -webkit-transition: opacity 0.15s ease, -webkit-transform 0.9s cubic-bezier(0.2, 0.6, 0.2, 1);
  transition: opacity 0.15s ease, -webkit-transform 0.9s cubic-bezier(0.2, 0.6, 0.2, 1);
  transition: transform 0.9s cubic-bezier(0.2, 0.6, 0.2, 1), opacity 0.15s ease;
  transition: transform 0.9s cubic-bezier(0.2, 0.6, 0.2, 1), opacity 0.15s ease, -webkit-transform 0.9s cubic-bezier(0.2, 0.6, 0.2, 1);
  z-index: 0;
  opacity: 1;
}
.selector_container_d1 .selector .pict_img .pict_img.is-confirmed {
  -webkit-animation: tkna-flash-3 0.5s cubic-bezier(0.2, 0.6, 0.2, 1) 3;
  animation: tkna-flash-3 0.5s cubic-bezier(0.2, 0.6, 0.2, 1) 3;
  will-change: opacity;
}
.selector_container_d1 .selector .pict_img:hover, .selector_container_d1 .selector .pict_img:focus-visible {
  outline: 2px solid var(--tkina_outline_card, #444);
  -webkit-box-shadow: 0 4px 14px rgba(0, 0, 0, 0.18);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.18);
}
.selector_container_d1 .selector .pict_img.is-flipped::before {
  --tkna-backRotY: rotateY(180deg);
}
.selector_container_d1 .selector .pict_img:not(.is-flipped)::before {
  --tkna-backRotY: rotateY(0deg);
}
.selector_container_d1 .selector .tkina_picture {
  position: relative;
  height: auto;
  display: block;
  border-radius: 3px;
  -webkit-transition: outline 0.1s ease-in-out;
  transition: outline 0.1s ease-in-out;
  z-index: 2;
}
.selector_container_d1 .selector .tkina_picture img.selectorCard {
  width: 100%;
  position: relative;
  height: auto;
  border-radius: 3px;
  display: block;
  z-index: 2;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.9s cubic-bezier(0.2, 0.6, 0.2, 1);
  transition: -webkit-transform 0.9s cubic-bezier(0.2, 0.6, 0.2, 1);
  transition: transform 0.9s cubic-bezier(0.2, 0.6, 0.2, 1);
  transition: transform 0.9s cubic-bezier(0.2, 0.6, 0.2, 1), -webkit-transform 0.9s cubic-bezier(0.2, 0.6, 0.2, 1);
  -webkit-transform: var(--tkna-rotY, rotateY(0deg)) var(--tkna-rotZ, rotate(0deg));
  transform: var(--tkna-rotY, rotateY(0deg)) var(--tkna-rotZ, rotate(0deg));
}
.selector_container_d1 .selector .pict_img:not(.is-flipped) img.selectorCard {
  --tkna-rotY: rotateY(180deg);
}
.selector_container_d1 .selector .pict_img.is-flipped img.selectorCard {
  --tkna-rotY: rotateY(0deg);
}
.selector_container_d1 .selector img.selectorCard.flipSelector {
  --tkna-rotZ: rotate(180deg);
}
.selector_container_d1 .selector .pict_img.is-confirmed {
  -webkit-animation: tkna-flash-3 0.4s ease-in-out 3;
  animation: tkna-flash-3 0.4s ease-in-out 3;
  will-change: opacity;
}

@media (prefers-reduced-motion: reduce) {
  .selector_container_d1 .selector .tkina_picture {
    -webkit-transition: none !important;
    transition: none !important;
  }
}
.loader_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  width: 100%;
}

@keyframes tkna-flash-3 {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
#tkna_preloader,
.tkna-preloader {
  overflow: hidden;
  content-visibility: auto;
  position: relative;
}

.tarokina-theme .selector_container_d1 {
  margin: 60px 0 0 !important;
}

.spread-wrap {
  position: relative;
}
.spread-wrap > .tkina-loader-bloq {
  position: absolute;
  inset: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 1000;
  pointer-events: none;
}

/*# sourceMappingURL=tarokina_d1.css.map*/