#ft-floating-toolbar {
  animation: none !important;
  bottom: 10px !important;
  left: 10px !important;
  position: fixed !important;
  transition: none !important;
}
.center-align {
  text-align: center;
}
.ButtonImage {
  display: none !important;
}
.ButtonText {
  background-color: #ededed !important;
  border: 0.5625rem solid #ededed !important;
  -webkit-border-radius: 62.5rem !important;
  border-radius: 63.5rem !important;
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
  color: #000 !important;
  display: inline-block !important;
  font-size: 1.04125rem !important;
  line-height: 1.4rem !important;
  margin-top: 7px !important;
  padding: 0 1.125rem !important;
  text-decoration: none !important;
  vertical-align: top !important;
  width: auto !important;
}
.ButtonText:active,
.ButtonText:focus,
.ButtonText:hover {
  background-color: #ff4f4f !important;
  border-color: #ff4f4f !important;
  color: #fff !important;
}
.Clues {
  font-size: clamp(1.15rem, 1rem + 0.9vw, 1.5rem) !important;
  line-height: 1.65;
}
.CCPuzAlphabet {
  --key-max-cols: 10;
  --key-gap: clamp(6px, 1.2vw, 14px);
  --key-radius: clamp(10px, 3vw, 14px);
  --key-font-size: clamp(16px, 2.6vw, 20px);
  --keyboard-pad: clamp(8px, 4vw, 18px);
  --key-size: calc((100% - (var(--key-max-cols) - 1) * var(--key-gap)) / var(--key-max-cols));
  align-items: center;
  display: flex !important;
  flex-direction: column;
  margin: 13px auto 10px 0 !important;
  row-gap: clamp(10px, 3vw, 18px);
  width: 100% !important;
}
.CCPuzRow {
  display: flex;
  flex-wrap: nowrap;
  gap: var(--key-gap);
  justify-content: center;
  margin: 0;
  width: 100%;
}
.CCPuzRow--extra {
  margin-top: 0;
}
.AlphabetLetter {
  align-items: center;
  background: linear-gradient(180deg, #313844, #1c2129);
  border: 1px solid #3a414d;
  border-radius: var(--key-radius);
  box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.05), 0 3px 12px rgba(0, 0, 0, 0.45);
  color: #f5f6f8;
  display: flex;
  flex: 0 0 var(--key-size);
  font: 600 var(--key-font-size) / 1 system-ui, -apple-system, Segoe UI, Roboto, Arial, Noto Sans;
  font-size: 20px !important;
  height: 40px !important;
  justify-content: center;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
  max-width: 33px !important;
  touch-action: manipulation;
  transition: transform 0.06s ease, box-shadow 0.06s ease, background 0.2s ease;
  width: 33px !important;
}
.AlphabetLetter:hover {
  background: linear-gradient(180deg, #3d4654, #242a34);
}
.AlphabetLetter:active {
  box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.12), 0 1px 0 rgba(0, 0, 0, 0.45),
    0 4px 12px rgba(0, 0, 0, 0.55);
  transform: translateY(2px);
}
.crucigrama-detail__header {
  margin-bottom: 20px;
  text-align: center;
}
.crucigrama-detail__meta {
  font-size: 1.1rem;
  margin-bottom: 8px;
}
.crucigrama-detail__autosave-notice {
  font-size: 1.1rem;
}
.solution-card {
  margin-bottom: 32px;
}
.solution-heading {
  font-size: 1.7rem;
}
.solution-heading,
.solution-intro {
  margin-bottom: 12px;
}
.solution-summary {
  margin-bottom: 8px;
}
.solution-secondary {
  margin-bottom: 16px;
}
.inactive-info-card {
  margin-bottom: 32px;
}
.inactive-info-card__title {
  font-size: 1.6rem;
  margin-bottom: 12px;
}
.inactive-info-card__lead {
  margin-bottom: 8px;
}
.inactive-info-card__text {
  margin-bottom: 16px;
}
.legal-content ul ul {
  list-style: circle;
}
.legal-content ol ol,
.legal-content ol ul,
.legal-content ul ol,
.legal-content ul ul {
  margin-left: 1.4em;
  padding-left: 1.6em;
}
.legal-content ul ul ul {
  list-style: square;
}
.legal-content {
  color: var(--text);
  font-size: 0.95rem;
  line-height: 1.6;
}
.legal-content h1,
.legal-content h2,
.legal-content h3,
.legal-content h4,
.legal-content h5,
.legal-content h6 {
  color: #4c6da3;
  font-weight: 700;
  line-height: 1.25;
  margin: 10px 0 8px;
}
.legal-content p {
  margin: 6px 0 10px;
}
.legal-content a {
  color: var(--brand);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.legal-content hr {
  background: #e5e7eb;
  border: 0;
  height: 1px;
  margin: 12px 0;
}
.legal-content ul {
  list-style: disc;
}
.legal-content ol,
.legal-content ul {
  margin: 8px 0 10px 1.2em;
  padding-left: 1em;
}
.legal-content ol {
  list-style: decimal;
}
.legal-content li {
  list-style: inherit;
  margin: 4px 0;
}
.legal-content table {
  border-collapse: collapse;
  margin: 10px 0;
  width: 100%;
}
.legal-content td,
.legal-content th {
  border: 1px solid #e5e7eb;
  padding: 8px;
  text-align: left;
  vertical-align: top;
}
.legal-content thead th {
  background: #f3f5f9;
  font-weight: 700;
}
.legal-content tr:nth-child(2n) {
  background: #fafafa;
}
:root {
  --brand: #4c6da3;
  --brand-2: #ff7a18;
  --text: #111;
  --muted: #6b7280;
  --card: #fff;
  --bg: #f6f7fb;
  --r: 18px;
  --shadow: 0 8px 28px rgba(0, 0, 0, 0.08);
  --foot-bg: #f3f5f9;
  --foot-text: #3b4556;
  --foot-muted: #6b7280;
  --foot-border: #e5e9f2;
}
.navbar-bottom .row .col a svg {
  background-color: #53709d;
  border-radius: 6px;
  color: #fff;
  padding: 4px;
}
button {
  appearance: button;
  -webkit-appearance: button;
  color: inherit;
  cursor: pointer;
  font: inherit;
  margin: 0;
  text-transform: none;
  -webkit-tap-highlight-color: transparent;
}
button,
hr {
  overflow: visible;
}
hr {
  box-sizing: content-box;
  height: 0;
}
.slider .indicators .indicator-item {
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  height: 15px;
  margin: 0 8px;
  position: relative;
  transition: background-color 0.3s;
  width: 15px;
  z-index: 1000;
}
a {
  -webkit-text-decoration-skip: objects;
  background-color: transparent;
  color: #171717;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}
html [type="button"] {
  appearance: button;
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
[type="button"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
footer,
menu,
section {
  display: block;
}
a:active,
a:hover {
  outline: 0;
}
h2 {
  font-size: 26px;
  margin: 0;
}
h2,
h4 {
  color: var(--text);
  font-family: sans-serif;
  font-weight: 400;
  line-height: 110%;
  padding: 0;
}
h4 {
  font-size: 22px;
  margin: 1.14rem 0 0.912rem;
}
html {
  -ms-text-size-adjust: 100%;
  color: rgba(0, 0, 0, 0.87);
  font-family: sans-serif;
  font-weight: 400;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
.row .col,
html {
  box-sizing: border-box;
}
.row .col {
  float: left;
  min-height: 1px;
  padding: 0 0.75rem;
}
.modal {
  background-color: #fafafa;
  border-radius: 2px;
  box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
  display: none;
  left: 0;
  margin: auto;
  max-height: 70%;
  overflow-y: auto;
  padding: 0;
  position: fixed;
  right: 0;
  width: 55%;
  will-change: top, opacity;
}
.row {
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}
.row .col.s2 {
  left: auto;
  margin-left: auto;
  right: auto;
  width: 50%;
}
.container .row {
  margin-left: 0;
  margin-right: 0;
}
.row .col.s3 {
  width: 25%;
}
.row .col.s3,
.row .col.s4 {
  left: auto;
  margin-left: auto;
  right: auto;
}
.row .col.s4 {
  width: 33.3333333333%;
}
.slider.fullscreen ul.slides {
  height: 100%;
}
.slider-content h4 {
  font-size: 15px;
}
.slider-content h4,
body {
  font-family: Source Sans Pro, sans-serif;
}
body {
  background: #fff;
  color: #333;
  font-size: 13px;
  margin: 0 auto;
  max-width: 480px;
  padding: 0;
}
@media only screen and (min-width: 992px) {
  html {
    font-size: 14.5px;
  }
}
@media only screen and (min-width: 1200px) {
  html {
    font-size: 15px;
  }
}
h2 a,
h4 a {
  font-weight: inherit;
}
.slider .slides li.active {
  z-index: 2;
}
@media only screen and (min-width: 993px) {
  .container {
    width: 70%;
  }
}
.modal h2,
.modal h4 {
  margin-top: 0;
}
.modal .modal-content {
  padding: 24px;
}
button:focus {
  background-color: #2ab7a9;
  outline: 0;
}
@media only screen and (max-width: 992px) {
  .modal {
    width: 80%;
  }
}
.slider.fullscreen {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.slider.fullscreen ul.indicators {
  bottom: 30px;
  z-index: 2;
}
.slider .indicators {
  bottom: 50px;
  left: 0;
  margin: 0;
  position: relative;
  right: 0;
  text-align: center;
  z-index: 95;
}
.about-us-foot,
.copyright span {
  text-align: center;
}
.menus .button-link {
  cursor: pointer;
}
.button-default a {
  color: #fff;
}
.portfolio ul li {
  color: #999;
  cursor: pointer;
  display: inline-block;
  padding: 5px 4px;
}
.site-brand {
  display: inline-block;
  width: 330px;
}
.section-head {
  margin: 0 auto 8px;
}
.button-default:hover {
  background: var(--card) !important;
  border: 1px solid var(--text);
  box-shadow: 0 7px 15px rgba(30, 111, 217, 0.3);
  color: var(--text);
  opacity: 0.9;
}
.about-us-foot span {
  color: #191919;
}
.portfolio img {
  float: left;
  height: 100%;
  width: 100%;
}
.menus {
  background: #fff !important;
}
.menus .close-icon {
  background: transparent;
  border: 2px solid #666;
  border-radius: 50%;
  color: inherit;
  cursor: pointer;
  display: block;
  font-size: 20px;
  height: 35px;
  line-height: 30px;
  margin: 15px auto 25px;
  padding-left: 1px;
  text-align: center;
  width: 35px;
}
.menus .close-icon:focus {
  outline: 2px solid #ffd400;
  outline-offset: 2px;
}
.menus .menu-link {
  border: 1px solid #ddd;
  padding: 10px 8px;
  text-align: center;
}
.menus .menu-link .icon {
  font-size: 28px;
}
.portfolio ul .active p {
  color: #4c6da3;
}
.menus .menu-link a {
  font-size: 14px;
}
.menus .button-link:hover {
  opacity: 0.9;
}
.slider .indicators .indicator-item.active {
  background: #4c6da3;
}
.quote h4 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 12px;
}
.portfolio ul {
  background-color: #f5f5f5;
  list-style: none;
  margin: 10px auto;
  padding: 3px;
  text-align: right;
}
.portfolio ul li p {
  color: #555;
  font-size: 14px;
  margin: 0;
  padding: inherit;
}
.portfolio .row {
  margin: 0;
  padding: 0;
}
.portfolio .row .col {
  margin: 0;
  padding: 10px 4px 15px 5px;
}
.footer {
  background: var(--foot-bg);
  border-top: 1px solid var(--foot-border);
  box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.6);
  color: var(--foot-text);
  padding: 6px 0 9px;
}
.copyright {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 6px 0 0;
  text-align: center;
}
img {
  border: 0;
}
::-webkit-input-placeholder {
  color: #999;
  opacity: 0.54;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
*,
:after,
:before {
  box-sizing: inherit;
}
ul {
  padding: 0;
}
ul,
ul li {
  list-style-type: none;
}
.container {
  margin: 0 auto;
  max-width: 480px !important;
  padding: 0 !important;
  width: 100% !important;
}
.section {
  padding: 25px 0;
}
.row:after {
  clear: both;
  content: "";
  display: table;
}
@media only screen and (min-width: 0) {
  html {
    font-size: 14px;
  }
}
::-moz-placeholder {
  color: #999;
}
.slider {
  height: 300px !important;
  position: relative;
  width: 100%;
}
.slider .slides {
  background-color: #9e9e9e;
  height: 300px !important;
  margin: 0;
}
.slider .slides li {
  height: inherit;
  left: 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.slider .slides li:first-child {
  opacity: 1;
}
.slider .slides li img {
  background-position: 50%;
  background-size: cover;
  height: 100%;
  width: 100%;
}
.slider .slides li .caption {
  color: #fff;
  left: 15%;
  opacity: 0;
  position: absolute;
  top: 15%;
  width: 70%;
}
.slider .slides li:first-child .caption {
  opacity: 1;
}
body::-webkit-scrollbar {
  display: none;
}
p {
  margin: 5px 0;
}
.bg-second {
  background: #eee;
}
.button-default {
  background: var(--brand) !important;
  border: 1px solid var(--brand);
  border-radius: 999px;
  box-shadow: 0 5px 12px rgba(30, 111, 217, 0.22);
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  line-height: 32px;
  margin: 10px 0;
  padding: 10px 20px;
  transition: transform 0.06s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}
.navbar-top {
  height: 115px;
  margin-top: 60px;
  padding: 12px 7px;
}
.navbar-bottom,
.navbar-top {
  backdrop-filter: saturate(180%) blur(8px);
  background: hsla(0, 0%, 100%, 0.92);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.06);
  left: 0;
  margin: 0 auto;
  max-width: 480px;
  right: 0;
  text-align: center;
  width: 100%;
  z-index: 99;
}
.navbar-bottom {
  border-bottom: solid #53709d;
  height: 60px;
  padding: 10px 0;
  position: fixed;
  top: 0;
}
.slider-content {
  flex-shrink: 0;
  left: 0 !important;
  margin: 10px auto;
  padding: 0 20px;
  position: relative;
  right: 0 !important;
  top: 15% !important;
  width: 100% !important;
}
.slider .slides li:before {
  background-color: hsla(0, 0%, 87%, 0.42);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.15) 45%, transparent);
  content: "";
  height: 100%;
  left: 0;
  overflow: hidden;
  right: 0;
  top: 0;
  inset: 0;
  pointer-events: none;
  position: absolute;
  width: 100%;
}
.slider-content h2 {
  color: #4c6da3;
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 8px;
}
.slider-content .button-default {
  background: 0 0;
  margin: 10px 0;
}
.features .content {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.09), 0 1px 5px 0 rgba(0, 0, 0, 0.12),
    0 3px 1px -2px transparent;
  margin-bottom: 20px;
  min-height: 100px;
  padding: 15px;
}
.features .content:last-child {
  margin-bottom: 0;
}
.features .icon {
  color: #4c6da3;
  float: left;
  margin-right: 10px;
}
.features .post {
  overflow: visible;
}
.features .post h3 {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 8px;
}
.quote {
  background: #f7f7f7;
}
.caption.slider-content {
  background: hsla(0, 0%, 100%, 0.9);
  border-radius: 10px;
  display: inline-block;
  max-width: 90%;
  padding: 15px 20px 5px 15px;
}
.filtr-container .filtr-item img {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 500px;
  width: 100%;
}
@media only screen and (min-width: 601px) {
  .container {
    width: 100%;
  }
}
.section-head h4 {
  color: #4c6da3;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
}
h1 {
  color: var(--text);
  line-height: 110%;
}
.slider .slides li .caption p {
  color: #444;
  font-size: 16px;
}
.menu-link {
  color: #06c;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 0;
  padding: 0 5px 2px;
}
.juego-card {
  align-items: center;
  background: var(--card);
  border-radius: 22px;
  box-shadow: var(--shadow);
  color: inherit;
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 14px 10px;
  text-align: center;
  text-decoration: none;
  transition: transform 0.15s ease, box-shadow 0.2s ease, filter 0.2s ease;
  width: 100%;
}
.juego-card p {
  color: #374151;
  font-size: 0.98rem;
  letter-spacing: 0.35px;
  line-height: 1.35;
  margin: 0;
  padding: 4px 4px 10px;
}
.juego-card button {
  background-color: #4a6ba1;
  border: 0;
  border-radius: 6px !important;
  color: #fff;
  font-size: 18px;
  text-align: center;
  width: 100%;
}
.juego-card h1 {
  background: linear-gradient(180deg, #fff 60%, #eee 150%);
  color: var(--text);
  font-size: 1.08rem;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 8px 0 4px;
  padding: 0 5px 2px;
}
.section .container > h4 {
  font-weight: 700;
  letter-spacing: 0.2px;
}
.button-default:active {
  transform: translateY(1px);
}
.button-default:focus-visible {
  outline: 3px solid var(--brand-2);
  outline-offset: 2px;
}
.navbar-bottom .row .col a:active {
  transform: translateY(1px);
}
.caption.slider-content h2 {
  font-weight: 600;
}
.caption.slider-content p {
  line-height: 1.45;
  margin: 0 0 12px;
  opacity: 0.95;
}
.caption.slider-content .button-default {
  backdrop-filter: blur(4px);
  background: rgba(30, 111, 217, 0.95);
}
.features.section {
  background: var(--bg);
  padding: 22px 0;
}
.features .container > .content {
  align-items: flex-start;
  background: var(--card);
  border-radius: var(--r);
  box-shadow: var(--shadow);
  display: flex;
  gap: 12px;
  margin-bottom: 12px;
  padding: 14px 16px;
}
.features .content .icon {
  flex: 0 0 72px;
}
.features .content .icon img {
  height: 68px;
  width: 68px;
}
.features .content .post p {
  color: #374151;
  font-size: 1.1rem;
  line-height: 1.5;
  margin: 0 0 10px;
}
.section.quote.bg-second {
  background: linear-gradient(0deg, #eef4ff, #f7faff);
  border-radius: var(--r);
  box-shadow: var(--shadow);
  padding: 18px;
}
.section.quote .button-default {
  margin-top: 8px;
}
.simplefilter {
  display: flex;
  gap: 8px;
  overflow: auto;
  padding: 8px;
  -webkit-overflow-scrolling: touch;
}
.simplefilter li {
  list-style: none;
}
.simplefilter li p {
  border: 1px solid #e5e7eb;
  color: #111;
  font-size: 0.95rem;
  font-weight: 700;
  margin: 0;
  padding: 10px 16px;
  white-space: nowrap;
}
.simplefilter li.active p {
  background: #4c6da3;
  border-color: transparent;
  color: #fff;
}
.juego-card:hover {
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.14);
  transform: translateY(-2px);
}
.juego-card img {
  border-radius: 16px;
  height: 96px;
  width: 96px;
}
.juego-card hr {
  background: var(--brand);
  border: 0;
  border-radius: 3px;
  height: 3px;
  margin: 6px 0;
  width: 26px;
}
.menus .modal-content .menu-link {
  background: #fff;
  border-radius: 16px;
  box-shadow: var(--shadow);
  padding: 12px;
  text-align: center;
  transition: transform 0.12s ease, box-shadow 0.2s ease;
}
.menus .modal-content .menu-link:hover {
  transform: translateY(-2px);
}
.menus .modal-content .menu-link .icon img {
  height: 72px;
  width: 72px;
}
.footer .about-us-foot {
  margin: 0 auto 4px;
  max-width: 560px;
}
.footer .about-us-foot h2 {
  margin-bottom: 4px;
}
.footer .about-us-foot p {
  font-size: 0.9rem;
  line-height: 1.4;
}
.footer .about-us-foot img {
  max-width: 220px;
}
.footer .about-us-foot:after {
  margin: 10px auto 6px;
  width: 38px;
}
.footer .copyright {
  gap: 6px;
  padding: 0;
}
.footer .copyright span {
  font-size: 0.95rem;
  margin-bottom: 0;
}
.privacy-link-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
}
.privacy-link-wrapper a {
  color: var(--brand);
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.visually-hidden {
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  clip: rect(0, 0, 0, 0);
  border: 0;
  white-space: nowrap;
}
.page-sudoku .Timer {
  background: linear-gradient(135deg, #e3f2fd, #bbdefb) !important;
  border: 2px solid #1976d2 !important;
  border-radius: 8px !important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) !important;
  color: #1976d2 !important;
  cursor: default !important;
  display: inline-block !important;
  font-family: Courier New, monospace !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  letter-spacing: 1px !important;
  margin-top: 0 !important;
  min-width: 80px !important;
  opacity: 1 !important;
  padding: 8px 16px !important;
  text-align: center !important;
  transition: all 0.3s ease !important;
}
.page-sudoku .Timer:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15) !important;
  transform: translateY(-1px) !important;
}
.page-sopas .CluesDirec {
  width: 100% !important;
}
.page-sopas .ClueList {
  border-radius: 8px;
  display: grid;
  font-family: Arial, sans-serif;
  font-size: 13px !important;
  font-weight: 700 !important;
  gap: 5px 1px;
  grid-template-columns: repeat(auto-fill, minmax(24%, 1fr));
  height: auto !important;
  margin-top: -20px !important;
  margin: 20px auto;
  max-width: 700px;
  padding: 10px;
  text-align: center;
  width: 100%;
}
.page-sopas .PuzzleCopyright {
  top: 7px !important;
}
.page-sopas .ClueList li {
  text-align: center !important;
}
.page-sopas .modal-instrucciones {
  border-radius: 8px;
  left: 50% !important;
  margin: 0 !important;
  max-width: 500px;
  position: fixed !important;
  top: 50% !important;
  transform: translate(-50%, -50%) !important;
}
.page-sopas .modal-instrucciones .modal-content {
  padding: 30px 24px 20px;
  text-align: center;
}
.page-sopas .modal-instrucciones h4 {
  color: #333;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
}
.page-sopas .modal-instrucciones p {
  color: #555;
  font-size: 16px;
  line-height: 1.6;
}
.page-sopas .modal-instrucciones .modal-footer {
  padding: 10px 24px 20px;
  text-align: center;
}
.page-sopas .modal-instrucciones .modal-footer a {
  background-color: #26a69a;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  padding: 12px 30px;
  text-decoration: none;
  transition: background-color 0.3s;
}
.page-sopas .modal-instrucciones .modal-footer a:hover {
  background-color: #2bbbad;
}
.page-sopas .modal-instrucciones.open {
  display: block !important;
  opacity: 1 !important;
}
.page-sopas .modal-overlay {
  background-color: rgba(0, 0, 0, 0.7) !important;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
}
.page-cruzapalabra .cruzapalabra-wordlist {
  display: block;
}
.page-cruzapalabra .cruzapalabra-wordlist__section {
  margin-bottom: 20px;
}
.page-cruzapalabra .cruzapalabra-wordlist__heading {
  border-bottom: 2px solid #e0e0e0;
  color: #424242;
  font-size: 0.95rem;
  font-weight: 600;
  margin: 0 0 10px;
  padding-bottom: 5px;
}
.page-cruzapalabra .cruzapalabra-wordlist__words {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.page-cruzapalabra .cruzapalabra-wordlist__item {
  background: #fafafa;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  color: #424242;
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
  font-size: 0.85rem;
  line-height: 1;
  padding: 6px 12px;
  transition: background 0.2s ease, color 0.2s ease, transform 0.1s ease;
}
.page-cruzapalabra .cruzapalabra-wordlist__item:hover {
  background: #eceff1;
  transform: translateY(-1px);
}
.page-cruzapalabra .cruzapalabra-wordlist__item.is-crossed {
  background: #ffebee;
  border-color: #f44336;
  color: #c62828;
  text-decoration: line-through;
  text-decoration-thickness: 2px;
}
.page-alfagrama .CCPuzAlphabet {
  width: 100% !important;
}
.page-alfagrama .alfagrama-layout {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.page-alfagrama .alfagrama-definitions-panel {
  height: auto;
  margin: 6px 0 10px;
  overflow: auto;
  padding: 10px;
}
.page-alfagrama .alfagrama-definitions-intro {
  color: #616161;
  font-size: 0.9rem;
  margin: 0 0 8px;
  text-align: center;
}
.page-alfagrama .alfagrama-wordlist {
  display: flex;
  flex-wrap: wrap;
  gap: 0 8px;
  justify-content: center;
}
.page-alfagrama .alfagrama-wordlist__column {
  list-style: none;
  margin: 0;
  min-width: 140px;
  padding: 0;
}
.page-alfagrama .alfagrama-wordlist__item {
  background: #fafafa;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  color: #424242;
  cursor: pointer;
  display: inline-block;
  font-size: 0.85rem;
  margin-bottom: 4px;
  padding: 3px 2px;
  text-align: left;
  transition: background 0.2s ease, color 0.2s ease, text-decoration-color 0.2s ease;
  width: 100%;
}
.page-alfagrama .alfagrama-wordlist__item:hover {
  background: #eceff1;
}
.page-alfagrama .alfagrama-wordlist__item.is-manual,
.page-alfagrama .alfagrama-wordlist__item.is-solved {
  background: #ffebee;
  border-color: #f44336;
  color: #c62828;
  text-decoration: line-through;
  text-decoration-thickness: 2px;
}
.page-alfagrama .alfagrama-wordlist__item[data-locked="true"],
.page-alfagrama .alfagrama-wordlist__item[disabled] {
  cursor: default;
}
.page-contacto .pages-head {
  margin-bottom: 30px;
  text-align: center;
}
.page-contacto .pages-head h2 {
  color: #1976d2;
  font-size: 2rem;
  margin-bottom: 10px;
}
.page-contacto .contact-form {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  padding: 20px;
}
.page-contacto .form-group {
  margin-bottom: 20px;
}
.page-contacto .form-group label {
  color: #333;
  display: block;
  font-weight: 500;
  margin-bottom: 8px;
}
.page-contacto .form-group input,
.page-contacto .form-group textarea {
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 16px;
  padding: 12px;
  transition: border-color 0.3s;
  width: 100%;
}
.page-contacto .form-group textarea {
  min-height: 150px;
  resize: vertical;
}
.page-contacto .form-group input:focus,
.page-contacto .form-group textarea:focus {
  border-color: #1976d2;
  outline: none;
}
.page-contacto .button-default {
  background-color: #1976d2 !important;
  font-size: 16px;
  font-weight: 700;
  padding: 12px 24px;
  width: 100%;
}
.page-contacto .button-default:hover {
  background-color: #1565c0 !important;
}
.page-contacto .card-panel {
  border-radius: 8px;
  margin-bottom: 20px;
  padding: 20px;
}
.page-contacto .card-panel i {
  margin-right: 10px;
}
.page-contacto .g-recaptcha {
  margin: 20px 0;
}
.page-contacto .alert {
  align-items: center;
  animation: slideIn 0.3s ease-out;
  border-left: 4px solid;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  display: flex;
  margin-bottom: 20px;
  padding: 16px 50px;
  position: relative;
}
@keyframes slideIn {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.page-contacto .alert i.fa {
  font-size: 24px;
  margin-right: 12px;
}
.page-contacto .alert strong {
  margin-right: 8px;
}
.page-contacto .alert-success {
  background-color: #d4edda;
  border-left-color: #28a745;
  color: #155724;
}
.page-contacto .alert-success i {
  color: #28a745;
}
.page-contacto .alert-error {
  background-color: #f8d7da;
  border-left-color: #dc3545;
  color: #721c24;
}
.page-contacto .alert-error i {
  color: #dc3545;
}
.page-contacto .alert-close {
  background: none;
  border: none;
  color: inherit;
  cursor: pointer;
  font-size: 20px;
  opacity: 0.6;
  padding: 5px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 0.3s;
}
.page-contacto .alert-close:hover {
  opacity: 1;
}
@media only screen and (max-width: 600px) {
  .page-contacto .pages-head h2 {
    font-size: 1.5rem;
  }
}
.CCPuzContainer {
  justify-content: center !important;
  margin: 0 auto !important;
}
#CrosswordCompilerPuz {
  flex-direction: column-reverse !important;
  min-height: 0 !important;
  height: auto !important;
  margin-bottom: 0 !important;
}
.AutodefClueHint {
  align-items: center !important;
  background: #fff !important;
  border: 1px solid #000 !important;
  box-sizing: border-box !important;
  display: block !important;
  grid-area: cluehint !important;
  margin-bottom: 6px;
  min-height: 33px !important;
  max-width: 100% !important;
  overflow: hidden !important;
  padding: 2px 8px 2px 2px !important;
  width: auto !important;
}
.AutodefClueHint,
.AutodefClueHint p {
  font-size: 15px !important;
  line-height: 1.1 !important;
  text-align: center !important;
}
.AutodefClueHint p {
  border: 1 solid transparent !important;
  color: #000 !important;
  margin-top: 10px !important;
  overflow-wrap: break-word !important;
  padding-bottom: 1px !important;
  padding-left: 1px !important;
  width: 100% !important;
}
.AutodefClueHint .ClueText {
  color: #000 !important;
  display: inline !important;
  font-weight: 400 !important;
}
@media only screen and (max-width: 600px) {
  .AutodefClueHint {
    min-height: 30px !important;
    padding: 2px 6px 2px 2px !important;
  }
  .AutodefClueHint,
  .AutodefClueHint p {
    font-size: 15px !important;
  }
}
.ClueHint {
  margin-bottom: 6px !important;
}

/* Aumentar tamaño de letra en celdas de definición del caótico */
.page-caotico .ClueCell {
  font-size: 9px !important;
  line-height: 1.15 !important;
}
