body {
  font-family: "Squada One", sans-serif;
  margin: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
}

*:focus {
  outline: none;
}

* {
  -webkit-tap-highlight-color: transparent;
}

*:focus {
  outline: none;
}

::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}

::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.06);
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, rgba(96, 165, 250, 0.9), rgba(96, 165, 250, 0.55));
  border-radius: 999px;
  border: 3px solid transparent;
  background-clip: padding-box;
}

::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, rgba(96, 165, 250, 1), rgba(96, 165, 250, 0.75));
}

* {
  scrollbar-width: thin;
  scrollbar-color: rgba(96, 165, 250, 0.75) rgba(255, 255, 255, 0.06);
}

/* #region header | footer */
:is(header, .site-footer) {
  --bg: #ffffff;
  --ca: #00a99d1a;
  --b3: #00a99d1a;
  --t1: #0f172a;
  --t2: #475569;
  --g6: #666;
  --g7: #444;
  --g8: #334155;
  --wh: #ffffff;
  --c1: #00a99d;
  --ch: #108f96;
}

header,
footer {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.layout *,
.layout *::before,
.layout *::after {
  padding: 0;
  font-family: "Squada One", sans-serif;
  text-decoration: none;
}

.layout ul,
.layout li {
  list-style: none;
}

header {
  background-color: var(--bg);
  border-bottom: 1px solid #ccc;
  min-width: 320px;
  text-decoration: none;
  padding-inline: clamp(10px, 2.2vw, 22px);
  padding-bottom: 15px;
  padding-top: 15px;
  position: relative;
}

.header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo-icon {
  width: 250px;
  cursor: pointer;
}

nav ul {
  display: flex;
}

nav ul li {
  margin-right: 25px;
  cursor: pointer;
  font-size: 20px;
  text-transform: uppercase;
}

nav ul li:last-child {
  margin-right: 0px;
}

nav ul li a {
  color: var(--t1);
}

nav ul li:hover {
  background: #00a99d1a;
}

nav ul li img {
  height: 14px;
  margin-right: 5px;
}

.cta-button {
  display: flex;
  align-items: center;
  background-color: var(--c1);
  color: var(--wh);
  font-size: 20px;
  border-radius: 5px 5px 5px 0px;
  padding: 0.5rem 0.5rem;
  text-transform: uppercase;
  cursor: pointer;
}

.cta-button:hover {
  background-color: var(--ch);
}

.whatsapp-icon {
  width: 20px;
  margin-right: 5px;
}

.submenu {
  z-index: 99;
  margin-top: 33.75px;
  position: absolute;
  top: 100%;
  width: max-content;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition:
    max-height 0.5s ease,
    opacity 0.5s ease,
    padding 0.5s ease;
  padding: 0;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  background-color: var(--bg);
}

.submenu li {
  padding: 0;
  margin: 0;
}

.submenu li a {
  padding: 10px 15px;
  display: block;
  color: var(--t1);
  border-bottom: 1px solid #ccc;
}

.has-submenu {
  position: relative;
}

.has-submenu.show-submenu .submenu {
  max-height: 500px;
  opacity: 1;
  padding: 0;
}

.submenu-trigger {
  display: flex;
  align-items: center;
}

.toggle-submenu {
  position: relative;
  width: 20px;
  height: 20px;
  background: transparent;
  border: 1px solid #ccc;
  cursor: pointer;
  margin-left: 5px;
}

.toggle-submenu::before,
.toggle-submenu::after {
  content: "";
  background-color: var(--c1);
  position: absolute;
  transition: all 0.3s ease;
}

.toggle-submenu::before {
  width: 75%;
  height: 3px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.toggle-submenu::after {
  width: 3px;
  height: 75%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scaleY(1);
  transform-origin: center;
}

.has-submenu.show-submenu .toggle-submenu::after {
  transform: translate(-50%, -50%) scaleY(0);
}

.hamburgler {
  display: none;
}

.currency {
  display: flex;
  flex-direction: row;
  gap: 20px;
}

.currency-dropdown {
  position: relative;
  width: 130px;
}

.currency-selected {
  display: flex;
  align-items: center;
  padding: 0.75rem 1rem;
  background: var(--wh);
  border-radius: 6px;
  cursor: pointer;
  border: 1px solid #ccc;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
  transition: border-color 0.25s ease;
  gap: 0.6rem;
}

.currency-selected:hover {
  border-color: #00a99d;
}

.currency-selected img {
  width: 32px;
  height: 22px;
  border-radius: 3px;
  object-fit: cover;
  border: 1px solid #ccc;
}

.currency-selected span {
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--t1);
}

.currency-arrow {
  margin-left: auto;
  font-size: 0.95rem;
  color: var(--t2);
  transition: transform 0.25s ease;
}

.currency-dropdown.open .currency-arrow {
  transform: rotate(180deg);
}

.currency-list {
  position: absolute;
  width: 250px;
  background-color: var(--bg);
  border-radius: 0 0 6px 6px;
  border: 1px solid #ccc;
  border-top: none;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
  list-style: none;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  padding: 0;
  transition:
    max-height 0.5s ease,
    opacity 0.5s ease,
    padding 0.5s ease;
  z-index: 99;
  margin-top: 20.5px;
  left: 0px;
}

.currency-dropdown.open .currency-list {
  max-height: 800px;
  opacity: 1;
}

.currency-list li button {
  width: 100%;
  border: none;
  background: transparent;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding: 8px 12px;
  cursor: pointer;
  font: inherit;
  color: #111827;
  border-bottom: 1px solid #ccc;
}

.currency-list li:last-child button {
  border-bottom: none;
}

.currency-list li button img {
  width: 32px;
  height: 22px;
  border-radius: 3px;
  object-fit: cover;
  border: 1px solid #ccc;
}

.currency-list li button span {
  font-size: 1rem;
  color: var(--g8);
}

.currency-list li button:hover {
  background-color: var(--b3);
}

footer {
  min-width: 320px;
  padding: clamp(10px, 2.2vw, 22px);
}

.site-footer {
  background-color: var(--bg);
  color: var(--ca);
  font-size: 16px;
  text-align: center;
}

.footer-icons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 20px;
}

.footer-icons img {
  width: 32px;
  height: 32px;
  transition: transform 0.3s ease;
}

.footer-icons img:hover {
  transform: scale(1.3);
}

.footer-bottom {
  border-top: 1px solid #00000031;
  padding-top: 15px;
  font-size: 14px;
  color: var(--g6);
}

@media (max-width: 1024px) {
  .logo-icon {
    width: 180px;
  }

  .submenu {
    margin-top: 31px;
  }
}

@media (max-width: 940px) {
  nav ul li {
    margin-right: 10px;
  }

  .currency-dropdown {
    width: 120px;
  }

  .currency-selected {
    justify-content: space-between;
    padding: 0.5rem 0.5rem;
  }

  .cta-button {
    display: none;
  }

  .logo-container {
    order: 3;
  }

  .currency {
    order: 1;
  }

  .header-content nav {
    order: 2;
  }

  .logo-icon {
    width: 170px;
  }
}

@media (max-width: 800px) {
  header {
    box-shadow: none;
  }

  .header-content {
    flex-direction: column;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .logo-container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
    padding-top: 10px;
  }

  .logo-icon {
    width: 170px;
    margin-right: 0px;
  }

  nav {
    width: 100%;
    margin-top: 0px;
    top: 100%;
    position: absolute;
    z-index: 9999;
  }

  .menu {
    flex-direction: column;
    background-color: var(--bg);
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    padding: 0;
    transition:
      max-height 0.75s ease,
      opacity 0.75s ease,
      padding 0.75s ease;
  }

  .menu.open {
    max-height: 500px;
    opacity: 1;
    border-right: 0px;
    border-left: 0px;
  }

  .menu {
    margin: 0px;
    border: 1px solid #ccc;
  }

  .menu li {
    width: 100%;
  }

  .menu li a {
    display: inline-block;
    width: 100%;
    padding: 6px 0px;
    border-bottom: 1px solid #ccc;
    padding-inline: clamp(10px, 2.2vw, 22px);
  }

  .submenu {
    margin-top: 0px;
    box-shadow: none;
    width: 100%;
    position: static;
  }

  .cta-button {
    display: none;
  }

  .toggle-submenu {
    width: 34px;
    height: 34px;
    margin-left: 0px;
    border-top: 0;
    border-right: 0px;
  }

  .toggle-submenu::before {
    width: 60%;
  }

  .toggle-submenu::after {
    height: 50%;
  }

  .hamburgler {
    width: 25px;
    height: 25px;
    display: block;
    transition: 0.3s ease all;
    cursor: pointer;
  }

  .hamburgler.no-hamburgler {
    transform: rotate(-45deg);
  }

  .bun,
  .meat {
    display: block;
    background: var(--c1);
    height: 20%;
    transition: 0.3s ease all;
    border-radius: 50px;
  }

  .meat {
    margin: 20% 0;
  }

  .hamburgler.no-hamburgler .top {
    height: 38%;
    width: 20%;
    margin-left: 40%;
    border-radius: 50px 50px 0 0;
  }

  .hamburgler.no-hamburgler .bottom {
    height: 38%;
    width: 20%;
    margin-left: 40%;
    border-radius: 0 0 50px 50px;
  }

  .hamburgler.no-hamburgler .meat {
    margin: 2% 0;
  }

  .hamburgler {
    order: 3;
  }

  .order-header {
    display: flex;
    gap: 10px;
    align-items: center;
  }
}

@media (max-width: 800px) {
  .currency-dropdown {
    position: static;
  }

  .currency-list {
    width: 50vw;
    max-width: 100%;
    border-radius: 0;
    text-align: center;
    margin-top: 25.5px;
  }

  .order-header {
    order: 3;
  }

  .logo-container a {
    order: 2;
  }
}

@media (max-width: 800px) {
  .currency-dropdown {
    width: 100px;
  }

  .currency-selected {
    padding: 8px;
  }

  .menu {
    border-bottom: 0px;
  }
}

@media (max-width: 485px) {
  .currency-list {
    width: 100%;
  }

  .currency-selected {
    padding: 6px;
  }
}

@media (max-width: 400px) {
  .logo-icon {
    width: 160px;
  }
}

/* #endregion header | footer */

/* #region loader */
#loader-overlay {
  position: fixed;
  inset: 0;
  background: rgb(34, 34, 34);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2147483647;
}

#loader-logo {
  width: 100px;
  height: auto;
}

body.loading main {
  visibility: hidden;
}
/* #endregion loader */

/* #region portada */
.hero {
  background: #f6f7f8;
  color: #111;
  min-width: 320px;
  padding: clamp(10px, 2.2vw, 22px);
}

.hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.hero-content {
  width: 100%;
  min-width: 0;
}

.hero-tag {
  color: #00a99d;
  font-size: 14px;
  letter-spacing: 3px;
  margin-bottom: 14px;
}

.hero-title {
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 1.06;
  margin-bottom: 18px;
}

.hero-title span {
  color: #00a99d;
}

.hero-text {
  font-size: 1.05rem;
  line-height: 1.6;
  margin-bottom: 26px;
  color: #333;
}

.hero-actions {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-bottom: 0;
  flex-wrap: wrap;
}

.hero-btn {
  background: #00a99d;
  color: #fff;
  padding: 14px 34px;
  border-radius: 5px;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 2px;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    filter 0.2s ease;
  display: inline-block;
  white-space: nowrap;
  border: 1px solid rgba(0, 0, 0, 0.22);
}

.hero-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0px 10px 25px rgba(0, 169, 157, 0.35);
  filter: brightness(1.03);
}

.hero-price {
  font-size: 13px;
  color: #0f3d39;
  letter-spacing: 1.5px;
  background: rgba(0, 169, 157, 0.1);
  border: 1px solid rgba(0, 169, 157, 0.22);
  padding: 14px 34px;
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  line-height: 1;
}

.hero-price strong {
  color: #00a99d;
  letter-spacing: 1px;
  font-size: 14px;
}

.hero-price::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #00a99d;
  box-shadow: 0 0 0 4px rgba(0, 169, 157, 0.16);
}

.hero-image {
  display: flex;
  align-items: center;
}

.hero-image img {
  display: block;
  width: 100%;
  height: auto;
}

.title-slider {
  font-size: 16px;
  margin: 28px 0 10px;
  font-weight: 500;
  text-align: left;
  color: #666;
  letter-spacing: 2px;
}

.separator {
  height: 2px;
  background: linear-gradient(to right, #00a99d, #b1fffa);
  margin: 0 auto 12px;
}

.cont-princ-slider {
  overflow: hidden;
  margin: 0 auto;
  position: relative;
  cursor: grab;
  border-top: 1px solid #e0e0e0;
  padding-top: 18px;
  touch-action: pan-y;
}

.cont-princ-slider.dragging {
  cursor: grabbing;
}

.slier-prin {
  display: flex;
  transition: transform 0.5s ease;
  will-change: transform;
}

.slide-img {
  flex: 0 0 25%;
  height: 140px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 10px;
  text-align: center;
}

.slide-img img {
  width: 70px;
  height: 70px;
  object-fit: contain;
  display: block;
  user-select: none;
  pointer-events: none;
}

.slide-title {
  font-size: 13px;
  margin-top: 8px;
  color: #555;
  letter-spacing: 1px;
}

@media (max-width: 980px) {
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 10px;
    display: flex;
    flex-direction: column-reverse;
  }

  .hero-image {
    justify-content: center;
  }

  .slide-img {
    flex: 0 0 25%;
  }
}

@media (max-width: 768px) {
  .hero-actions {
    flex-direction: row;
    align-items: flex-start;
    gap: 12px;
  }

  .hero-image img {
    width: min(520px, 100%);
  }

  .slide-img {
    flex: 0 0 25%;
    height: 130px;
  }

  .slide-img img {
    width: 56px;
    height: 56px;
  }

  .title-slider {
    font-size: 14px;
  }

  .hero-price,
  .hero-btn {
    padding: 10px;
  }
}

@media (max-width: 768px) {
  .slide-title {
    display: none;
  }
}
/* #endregion portada */

/* #region planes */
.custom-slider-center {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 12vh;
  background: #ffffff;
  text-transform: uppercase;
}

.carousel-fade {
  transition: opacity 0.18s ease;
}

#custom-slider {
  display: flex;
  gap: 12px;
  font-size: 28px;
  flex-wrap: wrap;
  text-align: center;
  justify-content: center;
}

.slider-static {
  display: flex;
}

#custom-slider-value {
  color: #00a99d;
  font-weight: 500;
  display: flex;
  flex-wrap: wrap;
}

.letter-hidden {
  opacity: 0;
}

.letter-animation {
  animation: fade-in 0.3s forwards;
}

@keyframes fade-in {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

.text-hold-animation {
  animation: hold-visible 4s;
}

@keyframes hold-visible {
  0% {
    opacity: 1;
  }
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@media (max-width: 768px) {
  #custom-slider {
    font-size: 22px;
  }
}

@media (max-width: 480px) {
  #custom-slider {
    font-size: 18px;
    flex-direction: column;
    align-items: center;
  }
}

.pricing-section,
.pricing-section * {
  font-family: "Squada One", sans-serif;
}

.pricing-section {
  background: linear-gradient(135deg, #004f4b, #007a75);
  color: #ffffff;
  text-align: center;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  padding: 40px 0;
  position: relative;
  overflow: hidden;
}

.plans-wrapper {
  width: 100%;
  min-width: 320px;
  position: relative;
  padding: clamp(10px, 2.2vw, 22px);
}

.plans-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  align-items: stretch;
}

.plan {
  background-color: #007a75;
  border: 3px solid #004f4b;
  border-radius: 8px;
  box-shadow: 0 0 8px rgba(0, 169, 157, 0.6);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition:
    box-shadow 0.3s ease,
    transform 0.3s ease,
    background-color 0.3s ease;
  cursor: pointer;
}

.plan:hover {
  box-shadow: 0 10px 20px rgba(0, 169, 157, 0.9);
  background-color: #009688;
  transform: translateY(-10px);
}

.plan-header {
  background: rgba(0, 169, 157, 0.8);
  padding: 20px 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 500;
  font-size: 1.6em;
  margin: 0;
}

.plan-cost {
  padding: 0px 10px;
  text-align: right;
  position: relative;
}

.plan-from {
  position: absolute;
  top: 10px;
  left: 15px;
  font-weight: 500;
  font-size: 1em;
  text-transform: uppercase;
  opacity: 0.8;
}

.plan-price-original {
  text-decoration: line-through underline;
  font-size: 1.2em;
  color: #ff4c4c;
  display: block;
}

.plan-price-discount {
  color: #00ffcc;
  font-weight: 500;
  font-size: 2.5em;
  display: inline-block;
}

.plan-type {
  font-size: 1.5em;
  opacity: 0.8;
  text-transform: uppercase;
  margin-left: 5px;
}

.plan-features {
  list-style: none;
  padding: 0 10px;
  margin: 0;
  text-align: left;
  flex-grow: 1;
}

.plan-features li {
  padding: 8px 0 8px 30px;
  position: relative;
  font-weight: 500;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.plan-features li::before {
  position: absolute;
  left: 0;
  top: 8px;
  font-weight: 500;
}

.plan-features li.check::before {
  content: "✓";
  color: #00ffcc;
}

.plan-features li.cross::before {
  content: "✗";
  color: #ff4c4c;
}

.plan-features li:last-child {
  border-bottom: none;
}

.plan-select {
  padding: 0;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 10px;
}

.plan-select a {
  background-color: #004f4b;
  color: #ffffff;
  text-decoration: none;
  padding: 12px 18px;
  font-size: 0.75em;
  font-weight: 500;
  border-radius: 2px;
  text-transform: uppercase;
  letter-spacing: 4px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition:
    background-color 0.3s ease,
    transform 0.15s ease;
  border: 2px solid rgba(0, 255, 204, 0.22);
}

.plan-select a img {
  height: 20px;
  width: 20px;
}

.plan-select a:hover {
  background-color: #007a75;
  transform: translateY(-1px);
}

.plan-select a:active {
  transform: translateY(0);
}

@media (max-width: 1199px) {
  .plans-container {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    overflow-y: hidden;

    scroll-snap-type: x proximity;
    scroll-padding-left: 50%;
    scroll-padding-right: 50%;

    -webkit-overflow-scrolling: touch;
    padding: 10px 0;

    touch-action: pan-y;

    user-select: none;
    -webkit-user-select: none;

    cursor: grab;

    scrollbar-width: none;
  }

  .plans-container:active {
    cursor: grabbing;
  }

  .plans-container::-webkit-scrollbar {
    display: none;
  }

  .plans-container .plan,
  .plans-container .plan * {
    user-select: none;
    -webkit-user-select: none;
  }

  .plans-container img {
    user-select: none;
    -webkit-user-select: none;
    pointer-events: none;
  }

  .plans-container .plan {
    flex: 0 0 auto;
    scroll-snap-align: center;
    scroll-snap-stop: normal;
    height: auto;
  }

  .plans-container.is-dragging {
    scroll-snap-type: none !important;
    cursor: grabbing;
  }
}

@media (max-width: 1199px) and (min-width: 701px) {
  .plans-container .plan {
    flex-basis: clamp(320px, 42vw, 460px);
  }
}

@media (max-width: 700px) {
  .plans-container .plan {
    flex-basis: clamp(280px, 84vw, 420px);
  }
}

.carousel-arrows-bottom {
  display: none;
  gap: 12px;
  justify-content: center;
  align-items: center;
  margin-top: 18px;
}

.carousel-arrow {
  position: relative;
  top: auto;
  transform: none;

  z-index: 6;

  width: 44px;
  height: 44px;
  border-radius: 4px;
  border: 2px solid rgba(0, 255, 204, 0.35);
  background: rgba(0, 79, 75, 0.65);
  color: #ffffff;

  display: flex;
  align-items: center;
  justify-content: center;

  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;

  transition:
    transform 0.15s ease,
    background 0.2s ease,
    opacity 0.2s ease;
}

.carousel-arrow:hover {
  background: rgba(0, 122, 117, 0.75);
  transform: scale(1.05);
}

.carousel-arrow:active {
  transform: scale(0.98);
}

.carousel-arrow[disabled] {
  opacity: 0.35;
  cursor: not-allowed;
}

.carousel-fade {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 92px;
  z-index: 5;
  pointer-events: none;
  transition: opacity 0.2s ease;
}

.carousel-fade.left {
  left: 0;
  background: linear-gradient(90deg, rgba(0, 79, 75, 1), rgba(0, 79, 75, 0.65), rgba(0, 79, 75, 0));
}

.carousel-fade.right {
  right: 0;
  background: linear-gradient(270deg, rgba(0, 122, 117, 1), rgba(0, 122, 117, 0.65), rgba(0, 122, 117, 0));
}

@media (max-width: 1199px) {
  .carousel-arrows-bottom {
    display: flex;
  }
}

@media (min-width: 1200px) {
  .carousel-fade {
    display: none;
  }

  .carousel-arrows-bottom {
    display: none;
  }
}
/* #endregion planes*/

/* #region hosting */
.two-cards-wrap {
  display: grid;
  grid-template-columns: 25% 37.5% 37.5%;
  padding: 50px 0;
  min-width: 320px;
  padding: clamp(10px, 2.2vw, 22px);
}

.two-cards-wrap strong {
  color: #00a99d;
}

.hostinger-logo,
.hosting,
.plan-card {
  background: #fff;
  overflow: hidden;
  min-width: 0;
}

.hostinger-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #674cc4;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

.hostinger-logo img {
  width: 100%;
  max-width: 200px;
  height: auto;
  display: block;
}

.hosting {
  border: 1px solid #ddd;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  padding: 20px;
}

.hostinger-top {
  display: flex;
  gap: 20px;
}

.hostinger-main h2 {
  color: #673de6;
  margin: 0 0 8px;
}

.hostinger-main p {
  margin: 8px 0;
  line-height: 1.6;
}

.hostinger-bottom {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #eee;
}

.hostinger-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  background: #673de6;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  font-weight: 500;
}

.copy-section-hostinger {
  margin-top: 14px;
  display: flex;
  border-radius: 5px;
  overflow: hidden;
}

.copy-section-hostinger code {
  flex: 1 1 auto;
  background: #775fd8;
  color: #fff;
  padding: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.copy-section-hostinger button {
  background: #673de6;
  color: #fff;
  border: none;
  padding: 6px 12px;
  cursor: pointer;
  flex-shrink: 0;
}

.copy-section-hostinger button.copied {
  background: #000000;
}

.plan-card {
  padding: 30px;
  color: #fff;
  background: linear-gradient(135deg, #7b6df0, #6b4ce6);
  position: relative;
}

.plan-card h2 {
  margin: 0 0 10px;
  font-size: 2rem;
}

.plan-card p {
  font-size: 1.1rem;
  line-height: 1.6;
}

.plan-price {
  margin-top: 30px;
  font-size: 1.2rem;
}

.plan-price .old {
  text-decoration: line-through;
  opacity: 0.7;
}

.plan-price .new {
  font-size: 2.5rem;
  font-weight: 500;
}

.plan-arrow {
  position: absolute;
  bottom: 20px;
  right: 20px;
  font-size: 2.5rem;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
}

@media (max-width: 900px) {
  .two-cards-wrap {
    grid-template-columns: 1fr;
  }
}
/* #endregion hosting */

/* #region pago */
.paises-y-metodos-de-pago {
  background: #f1f1f1;
  padding: clamp(10px, 2.2vw, 22px);
  min-width: 320px;
  gap: 20px;
  display: flex;
  flex-direction: column;
}

.services-container {
  display: flex;
  margin: auto;
  background: #fafafa;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
  max-width: 100%;
}

.text-section {
  align-content: center;
  padding: clamp(10px, 2.2vw, 22px);
}

.text-section h2 {
  color: #00a99d;
}

.text-section p {
  color: #3a3a3a;
  font-size: 1rem;
  line-height: 1.5;
}

.flags-section,
.text-section,
.payments-section {
  width: 50%;
}

.flags-slider,
.payments-slider {
  width: 100%;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
  position: relative;
  user-select: none;
}

.flags-wrapper,
.payments-wrapper {
  display: flex;
  transition: 0.35s ease;
  will-change: transform;
}

.flags-page,
.payments-page {
  min-width: 100%;
}

.flags-grid,
.payments-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 15px;
  padding: 10px;
}

.flags-grid img,
.payments-grid img {
  width: 100%;
  object-fit: contain;
  pointer-events: none;
}

.flags-dots,
.payments-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  padding: 12px 0;
  position: absolute;
  width: 100%;
  bottom: 0px;
}

.flags-dots button,
.payments-dots button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: none;
  background: #00a99e31;
  cursor: pointer;
}

.flags-dots button.active,
.payments-dots button.active {
  background: #00a99d;
}

.slide-arrows {
  display: flex;
  justify-content: space-between;
  padding: 0px 10px 0px 10px;
  border-top: 1px solid #cccccc59;
}

.slider-arrow {
  width: 38px;
  height: 38px;
  background: transparent;
  cursor: pointer;
  z-index: 2;
  font-size: 28px;
  border: none;
}

.slider-arrow.prev {
  color: #00a99d;
}

.slider-arrow.next {
  color: #00a99d;
}

@media (max-width: 800px) {
  .services-container {
    flex-direction: column;
  }

  .services-container.uno {
    flex-direction: column-reverse;
  }

  .flags-section,
  .text-section,
  .payments-section {
    width: 100%;
  }
}
/* #endregion pago */

/* #region servicios */
.servicios {
  padding: clamp(10px, 2.2vw, 22px);
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #222222;
  gap: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: "Squada One", sans-serif;
}

.servicios-box {
  border: 2px solid #ffffff;
  color: #ffffff;
  padding: 10px 40px;
  font-size: 24px;
  width: 200px;
  text-align: center;
  transition: all 0.3s ease;
  cursor: pointer;
}

.servicios-box:hover {
  background-color: #ffffff;
  color: #222222;
}

.container {
  width: 100%;
  margin: 0 auto;
}

.card-cyan {
  --clr: #3cd6c7;
}

.card-pink {
  --clr: #d5d5d5;
}

.card-blue {
  --clr: #5b98eb;
}

.card-purple {
  --clr: #7d5fff;
}

.card-green {
  --clr: #6dd47e;
}

.card-orange {
  --clr: #f7a072;
}

.card__container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.card__bx {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #2e2e2e;
  transition: 0.5s ease-in-out;
  box-sizing: border-box;
  border-radius: 8px;
  min-height: 350px;
  text-align: center;
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.5);
}

.card__data {
  gap: 20px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
}

.card__icon {
  height: 80px;
  width: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #2e2e2e;
  color: var(--clr);
  box-shadow:
    0 0 0 4px #2e2e2e,
    0 0 0 6px var(--clr);
  transition: 0.5s ease-in-out;
}

.card__bx:hover .card__icon {
  color: #2e2e2e;
  background-color: var(--clr);
  box-shadow:
    0 0 0 4px #2e2e2e,
    0 0 0 300px var(--clr);
}

.card__content {
  padding-inline: 10px;
}

.card__content h3 {
  font-size: 1.4rem;
  font-weight: 500;
  color: #ffffff;
  transition: 0.5s ease-in-out;
}

.card__bx:hover .card__content h3 {
  color: #2e2e2e;
}

.card__content p {
  font-size: 0.9rem;
  color: #777777;
  transition: 0.5s ease-in-out;
}

.card__bx:hover .card__content p {
  color: #2e2e2e;
}

.card__data a {
  display: inline-flex;
  padding: 8px 15px;
  text-decoration: none;
  font-weight: 500;
  border: 2px solid var(--clr);
  color: #2e2e2e;
  background-color: var(--clr);
  transition: 0.5s ease-in-out;
}

.card__bx:hover .card__data a {
  color: var(--clr);
  background-color: #2e2e2e;
}

.card__bx:hover {
  background-color: var(--clr);
  transform: scale(1.05);
}

@media (max-width: 1024px) {
  .card__container {
    gap: 25px;
  }

  .card__content h3 {
    font-size: 1rem;
  }
}

@media (max-width: 879px) {
  .card__container {
    gap: 20px;
  }

  .card__bx {
    min-height: 280px;
  }
}

@media (max-width: 720px) {
  .card__content h3 {
    font-size: 0.75rem;
  }

  .card__content p {
    font-size: 0.7rem;
  }
}

@media (max-width: 600px) {
  .card__container {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .card__content h3 {
    font-size: 0.9rem;
  }

  .card__content p {
    font-size: 0.7rem;
  }

  .card__data a {
    padding: 4px 15px;
  }

  .card__bx {
    min-height: 300px;
  }
}

@media (max-width: 425px) {
  .card__content {
    padding-inline: 8px;
  }

  .card__content h3 {
    font-size: 0.8rem;
  }

  .card__content p {
    font-size: 0.7rem;
  }

  .card__bx {
    border-radius: 4px;
    min-height: 250px;
  }

  .card__data {
    gap: 10px;
  }

  .card__data a {
    font-size: 0.8rem;
  }
}

@media (max-width: 383px) {
  .card__content h3 {
    font-size: 0.65rem;
  }

  .card__content p {
    font-size: 0.6rem;
  }

  .card__data a {
    font-size: 0.65rem;
  }

  .card__container {
    gap: 10px;
  }

  .card__bx:hover {
    transform: scale(1.025);
  }

  .card__bx {
    border-radius: 4px;
    min-height: 220px;
  }
}
/* #endregion servicios */

/* #region FAQ */
.accordion-container {
  font-family: "Squada One", sans-serif;
  margin: 0 auto;
  padding: 20px 0;
  background-color: #161616;
  border-bottom: 1px solid #a1a1a1;
  min-width: 320px;
  padding: clamp(12px, 2.2vw, 22px);
}

.accordion-container strong {
  color: #00a99d;
}

.accordion-title-main {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 30px;
  color: #ffffff;
}

.accordion-item {
  margin: 10px auto;
  border: 1px solid #000000;
  border-radius: 8px;
  overflow: hidden;
  background-color: #1f1f1f;
}

.accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  cursor: pointer;
  background-color: #1f1f1f;
  border-bottom: 1px solid #000000;
  margin-bottom: -1px;
}

.accordion-title {
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
}

.icon {
  position: relative;
  width: 16px;
  height: 16px;
}

.icon span {
  position: absolute;
  background-color: #ffffff;
  transition: transform 0.6s ease;
}

.icon .horizontal {
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  transform: translateY(-50%);
}

.icon .vertical {
  left: 50%;
  top: 0;
  width: 2px;
  height: 100%;
  transform: translateX(-50%) scaleY(1);
  transform-origin: center;
}

.accordion-content {
  height: 0;
  overflow: hidden;
  transition: height 0.6s ease;
}

.accordion-content ul {
  list-style: disc;
}

.accordion-content ul li::marker {
  content: "- ";
}

.accordion-inner {
  padding: 16px;
  color: #e9e9e9;
  line-height: 1.6;
}

.accordion-item.active .vertical {
  transform: translateX(-50%) scaleY(0);
}

.note {
  background-color: #f1f5f9;
  border-left: 4px solid #3182ce;
  padding: 0.75rem;
  margin-top: 1rem;
  font-size: 0.95rem;
  color: #2a4365;
  border-radius: 4px;
}

@media (max-width: 600px) {
  .accordion-title {
    font-size: 14px;
  }

  .accordion-header {
    padding: 12px;
  }

  .accordion-inner {
    padding: 12px;
  }

  .accordion-title-main {
    font-size: 20px;
  }
}
/* #endregion FAQ */

/* #region portfolio */
.portfolio {
  --bg: #0b1020;
  --p1: rgba(15, 23, 42, 0.86);
  --p2: rgba(17, 27, 51, 0.72);
  --tx: #e5e7eb;
  --mu: #9ca3af;
  --ln: rgba(255, 255, 255, 0.12);
  --bl: #60a5fa;
  --pk: #fb7185;
  --gr: #34d399;
  --sh: 0 14px 38px rgba(0, 0, 0, 0.45);
  --ff: "Squada One", sans-serif;
}

.portfolio {
  padding: 0px;
  margin: 0px;
  margin: 0;
  font-family: var(--ff);
  color: var(--tx);
  background: radial-gradient(900px 520px at 15% 10%, rgba(96, 165, 250, 0.22), transparent 60%), radial-gradient(900px 520px at 85% 12%, rgba(50, 255, 255, 0.14), transparent 60%), var(--bg);
  overflow-x: hidden;
}

.portfolio input,
.portfolio select,
.portfolio option,
.portfolio button,
.portfolio a,
.portfolio textarea {
  font-family: var(--ff);
}

.portfolio {
  padding: clamp(10px, 2.2vw, 22px);
  min-width: 320px;
  margin: 0 auto;
}

.portfolio button,
.pj-btn,
.pj-mini {
  border-radius: 5px;
}

.pj-top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 14px;
}

.pj-top h1 {
  margin: 0;
  font-size: 18px;
}

.pj-top .sub {
  margin: 6px 0 0;
  color: var(--mu);
  font-size: 13px;
}

.pj-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  padding: 14px;
  border: 1px solid var(--ln);
  background: rgba(0, 0, 0, 0.18);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
  margin-bottom: 14px;
  min-width: 0;
}

.pj-bar .l {
  display: flex;
  flex-direction: row;
  gap: 10px;
}

.pj-bar .r {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  min-width: 0;
}

.pj-q {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.22);
  min-height: 42px;
  min-width: 0;
  flex: 1 1 320px;
}

.pj-q svg {
  width: 18px;
  height: 18px;
  color: var(--mu);
  flex: 0 0 auto;
}

.pj-q input {
  border: 0;
  outline: 0;
  font-size: 14px;
  width: 100%;
  min-width: 0;
  background: transparent;
  color: var(--tx);
}

.pj-sel {
  appearance: none;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 10px 40px 10px 12px;
  background: rgba(0, 0, 0, 0.22) url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23e5e7eb' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'/></svg>") no-repeat right 18px center;
  color: var(--tx);
  font-size: 14px;
  outline: none;
  min-height: 42px;
  cursor: pointer;
  min-width: 220px;
  flex: 1 1 220px;
}

.pj-sel option {
  background: #0a0f1f;
  color: var(--tx);
}

.pj-meta {
  font-size: 12px;
  color: var(--mu);
  padding: 0 2px;
  white-space: nowrap;
}

.pj-nores {
  grid-column: 1 / -1;
  height: 100vh;
  display: none;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 1px solid var(--ln);
  background: rgba(0, 0, 0, 0.18);
  color: var(--mu);
  font-size: 14px;
  box-shadow: var(--sh);
}

.pj-card {
  border: 1px solid var(--ln);
  background: linear-gradient(180deg, var(--p1), var(--p2));
  box-shadow: var(--sh);
  overflow: hidden;
  min-width: 0;
  max-width: 100%;
  flex-direction: column;
  display: flex;
}

.pj-hd {
  padding: 12px 14px;
  border-bottom: 1px solid var(--ln);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
  min-width: 0;
}

.pj-hd b {
  font-size: 14px;
  align-self: center;
}

.pj-tags {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-end;
  min-width: 0;
}

.pj-pill {
  padding: 6px 10px;
  border: 1px solid var(--ln);
  background: rgba(255, 255, 255, 0.04);
  color: var(--mu);
  font-size: 12px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}

.pj-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
}

.pj-dot.bl {
  background: var(--bl);
}

.pj-dot.gr {
  background: var(--gr);
}

.pj-bd {
  padding: 14px;
  min-width: 0;
  max-width: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.pj-url {
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.18);
  margin-bottom: 12px;
  min-width: 0;
}

.pj-win {
  display: flex;
  gap: 7px;
  flex: 0 0 auto;
}

.pj-win span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
}

.pj-win .r {
  background: var(--pk);
}

.pj-win .y {
  background: #fbbf24;
}

.pj-win .g {
  background: var(--gr);
}

.pj-link {
  flex: 1;
  min-width: 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
  color: var(--mu);
  padding: 6px 10px;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pj-view {
  position: relative;
  width: 100%;
  max-width: 100%;
  aspect-ratio: 1440/900;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: #0a0f1f;
  min-width: 0;
}

.pj-stage {
  width: 1440px;
  height: 900px;
  transform-origin: top left;
  will-change: transform;
  position: absolute;
  z-index: 0;
}

.pj-stage iframe {
  width: 1440px;
  height: 900px;
  border: 0;
  display: block;
  background: transparent;
}

.pj-lock iframe {
  pointer-events: none;
}

.pj-lock.on iframe {
  pointer-events: auto;
}

.pj-blocker {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: transparent;
  display: none;
  touch-action: pan-y;
}

.pj-lock:not(.on) .pj-blocker {
  display: block;
}

.pj-hint {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: none;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.18));
  cursor: pointer;
  user-select: none;
  padding: 12px;
  text-align: center;
}

.pj-lock.show .pj-hint,
.pj-lock:hover .pj-hint,
.pj-lock:focus-within .pj-hint {
  display: flex;
}

.pj-lock.on:hover .pj-hint {
  display: none;
}

.pj-hp {
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(0, 0, 0, 0.55);
  padding: 10px 12px;
  font-size: 13px;
  font-weight: 500;
  color: var(--tx);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.35);
  display: inline-flex;
  gap: 10px;
  align-items: center;
  max-width: 100%;
  flex-wrap: wrap;
  justify-content: center;
}

.pj-hp small {
  font-size: 12px;
  color: rgba(229, 231, 235, 0.85);
  font-weight: 500;
}

.pj-hp i {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(96, 165, 250, 0.95);
  box-shadow: 0 0 0 4px rgba(96, 165, 250, 0.18);
  display: inline-block;
}

.pj-tapbtn {
  display: none;
  width: 100%;
  margin-top: 0px;
  border: 1px solid var(--ln);
  background: rgba(255, 255, 255, 0.06);
  color: var(--tx);
  padding: 12px 12px;
  font-weight: 500;
  font-size: 13px;
  cursor: pointer;
}

.pj-tapbtn:hover {
  background: rgba(255, 255, 255, 0.1);
}

.pj-tapbtn.on {
  border-color: rgba(96, 165, 250, 0.45);
  background: rgba(96, 165, 250, 0.14);
}

.is-touch .pj-lock .pj-hint {
  display: none !important;
}

.is-touch .pj-tapbtn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.pj-sec p {
  margin: 0;
  color: var(--mu);
  font-size: 13px;
  line-height: 1.45;
}

.pj-box-h p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  overflow: hidden;
}

.pj-ttl {
  margin: 12px 0 8px;
  font-size: 12px;
  color: rgba(229, 231, 235, 0.92);
  font-weight: 500;
}

.pj-box {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.18);
  padding: 12px;
}

.pj-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.pj-chip {
  flex: 1 0 auto;
  padding: 8px 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
  font-size: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.pj-btns {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 12px;
}

.pj-btn {
  flex: 1;
  text-align: center;
  border: 1px solid var(--ln);
  background: rgba(255, 255, 255, 0.06);
  color: var(--tx);
  padding: 10px 12px;
  font-weight: 500;
  font-size: 13px;
  text-decoration: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  min-width: 160px;
}

.pj-btn.pri {
  border-color: rgba(96, 165, 250, 0.4);
  background: rgba(96, 165, 250, 0.14);
}

.pj-btn:hover {
  background: rgba(255, 255, 255, 0.1);
}

.pj-foot {
  margin-top: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 12px 14px;
  border: 1px solid var(--ln);
  background: rgba(0, 0, 0, 0.18);
  flex-wrap: wrap;
}

.pj-pager {
  display: flex;
  align-items: center;
  gap: 6px;
}

.pj-pbtn {
  width: 36px;
  height: 36px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.22);
  cursor: pointer;
  font-size: 13px;
  color: var(--tx);
}

.pj-pbtn[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}

.pj-pbox {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: var(--mu);
  padding: 0 6px;
  white-space: nowrap;
}

.pj-modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.58);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  overflow-x: hidden;
  padding: clamp(10px, 2.2vw, 22px);
}

.pj-modal {
  background: rgba(0, 0, 0, 0.62);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.pj-modal.act {
  display: flex;
}

.pj-mbox {
  max-height: 90dvh;
  overflow: auto;
  border: 1px solid var(--ln);
  background: linear-gradient(180deg, #002c29, #001d1b);
  box-shadow: var(--sh);
  min-width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

.pj-mhd {
  padding: 12px 14px;
  border-bottom: 1px solid var(--ln);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}

.pj-mleft {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  min-width: 0;
}

.pj-mtitle {
  font-weight: 500;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 70%;
}

.pj-x {
  border: 1px solid var(--ln);
  background: rgba(255, 255, 255, 0.06);
  color: var(--tx);
  padding: 8px 10px;
  font-weight: 500;
  font-size: 13px;
  cursor: pointer;
}

.pj-x:hover {
  background: rgba(255, 255, 255, 0.1);
}

.pj-mbd {
  padding: 14px;
}

.pj-mlay {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  align-items: start;
  min-width: 0;
}

.pj-mlay > * {
  min-width: 0;
}

.pj-tabs {
  display: flex;
  gap: 0;
  flex-wrap: wrap;
  margin: 12px 0 0;
  gap: 5px;
}

.pj-tab {
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(0, 0, 0, 0.22);
  color: var(--mu);
  padding: 10px;
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.22);
  user-select: none;
  flex: 1 1 auto;
  justify-content: center;
}

.pj-tab:hover {
  color: var(--tx);
  background: rgba(0, 0, 0, 0.3);
}

.pj-tab.on {
  color: var(--tx);
  border-color: rgba(96, 165, 250, 0.55);
  background: rgba(96, 165, 250, 0.12);
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.32);
}

.pj-pan {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.18);
  padding: 12px;
  display: none;
  margin-top: 10px;
}

.pj-pan.on {
  display: block;
}

.pj-pan h3 {
  margin: 0 0 8px;
  font-size: 13px;
}

.pj-pan ul {
  margin: 0;
  padding-left: 18px;
  color: var(--mu);
  font-size: 13px;
  line-height: 1.45;
}

.pj-row {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 8px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 12px;
}

.pj-row:last-child {
  border-bottom: 0;
}

.pj-k {
  color: var(--mu);
}

.pj-v {
  font-weight: 500;
}

.pj-act {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.pj-mini {
  border: 1px solid var(--ln);
  background: rgba(255, 255, 255, 0.06);
  color: var(--tx);
  padding: 10px 12px;
  font-weight: 500;
  font-size: 13px;
  cursor: pointer;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex: 1;
  min-width: 180px;
}

.pj-mini.pri {
  border-color: rgba(96, 165, 250, 0.4);
  background: rgba(96, 165, 250, 0.14);
}

.pj-mini:hover {
  background: rgba(255, 255, 255, 0.1);
}

.pj-fs {
  position: fixed;
  inset: 0;
  background: #000;
  display: none;
  z-index: 2000;
  overflow: hidden;
}

.pj-fs.act {
  display: block;
}

.pj-fbox {
  width: 100%;
  height: 100%;
  border: 0;
  background: #000;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.pj-fhd {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  background: rgba(0, 0, 0, 0.72);
}

.pj-ft {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.pj-ftxt {
  font-weight: 500;
  font-size: 13px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 70%;
  color: var(--tx);
}

.pj-fx {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.06);
  color: var(--tx);
  font-weight: 500;
  font-size: 18px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.pj-fx:hover {
  background: rgba(255, 255, 255, 0.12);
}

.pj-fbd {
  flex: 1;
  padding: 0;
  background: #000;
}

.pj-fbd iframe {
  width: 100%;
  height: 100%;
  border: 0;
  background: #000;
}

.pj-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  min-width: 0;
}

@media (hover: none) and (pointer: coarse) {
  .pj-hp small {
    display: none;
  }

  .pj-hp {
    font-size: 14px;
    padding: 12px 14px;
  }
}

@media (min-width: 1100px) {
  .pj-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1025px) {
  .pj-mlay {
    grid-template-columns: 1.2fr 0.8fr;
  }
}

@media (max-width: 1024px) {
  body.portfolio > main {
    width: 100%;
  }

  .pj-mlay {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 942px) {
  .l {
    order: 1;
    width: 49%;
  }

  .r {
    order: 2;
    width: 49%;
  }

  .pj-q {
    order: 3;
  }
}

@media (max-width: 900px) {
  .pj-card .pj-ttl,
  .pj-card .pj-box,
  .pj-card .pj-chips {
    display: none !important;
  }
}

@media (max-width: 800px) {
  .pj-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .pj-bar .l,
  .pj-bar .r {
    width: 100%;
  }

  .pj-meta {
    white-space: normal;
  }
}

@media (max-width: 520px) {
  .pj-q,
  .pj-sel {
    width: 100%;
    min-width: 0;
    flex: 1 1 100%;
  }

  .pj-mini {
    min-width: 100%;
    box-sizing: border-box;
  }

  .pj-tags {
    width: 100%;
    justify-content: flex-start;
  }
}

/* #endregion portfolio */

/* #region contacto */
.page_wrapper,
.page_wrapper *,
.page_wrapper *::before,
.page_wrapper *::after {
  box-sizing: border-box;
  padding: 0;
  font-family: "Squada One", sans-serif;
  text-decoration: none;
}

.page_wrapper {
  background-color: #0a0a0a;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 20px;
}

.form_wrapper {
  background: #1a1a1a;
  color: #ffffff;
  width: 100%;
  max-width: 500px;
  padding: 25px;
  margin: 0 auto;
  border-top: 5px solid #00a99d;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
  border-radius: 8px;
  font-size: 16px;
  transition: all 0.3s ease;
}

.title_container {
  text-align: center;
  padding-bottom: 15px;
  color: #ffffff;
}

.input_field {
  position: relative;
  margin-bottom: 20px;
}

.input_field > span {
  position: absolute;
  left: 0;
  top: 0;
  width: 35px;
  height: 100%;
  border-right: 1px solid #444;
  color: #ccc;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}

.input_field input,
.input_field textarea {
  width: 100%;
  padding: 10px 10px 10px 40px;
  border: 1px solid #444;
  background: transparent;
  color: #eee;
  outline: none;
  transition: 0.3s ease;
  font-size: 16px;
  border-radius: 4px;
}

.input_field input::placeholder,
.input_field textarea::placeholder {
  color: #888;
}

.input_field input:focus,
.input_field textarea:focus {
  border: 1px solid #00a99d;
  box-shadow: 0 0 5px 2px rgba(26, 245, 234, 0.6);
  background: #222222;
  color: #ffffff;
}

.input_field textarea {
  resize: vertical;
  height: 80px;
  padding-left: 10px;
}

.input_field input[type="submit"] {
  background: #00a99d;
  color: #ffffff;
  border: none;
  height: 40px;
  cursor: pointer;
  transition: 0.3s ease;
  width: 100%;
  border-radius: 4px;
  font-weight: 500;
  font-size: 16px;
  padding-left: 0;
}

@media (max-width: 480px) {
  .form_wrapper {
    padding: 20px;
    font-size: 15px;
  }

  .input_field input,
  .input_field textarea {
    font-size: 15px;
  }

  .title_container h2 {
    font-size: 20px;
  }
}
/* #endregion contacto */

/* #region diseño-grafico */
.diseño-grafico *,
.diseño-grafico *::before,
.diseño-grafico *::after {
  box-sizing: border-box;
  padding: 0;
  font-family: "Squada One", sans-serif;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  -moz-tap-highlight-color: transparent;
}

.diseño-grafico {
  background-color: #222222;
}

.diseño-grafico ul,
.diseño-grafico li {
  list-style: none;
}

.diseño-grafico-contenedor {
  padding: clamp(10px, 2.2vw, 22px);
  min-width: 320px;
  gap: 40px;
  display: flex;
  flex-direction: column;
}

.fondo-portada-ds {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(/img/diseñoGraficoFondo.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 60vw;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 1rem;
  box-sizing: border-box;
}

.fondo-portada-ds h1 {
  font-size: clamp(2.5rem, 8vw, 5rem);
  color: #5b98eb;
  font-weight: 500;
  line-height: 1.2;
  text-shadow:
    1px 1px 0 #4776b8,
    2px 2px 0 #406fad,
    3px 3px 0 #3a66a2,
    4px 4px 0 #345e98,
    5px 5px 0 #2f578e,
    6px 6px 0 #2a5085,
    7px 7px 0 #25487b,
    8px 8px 0 #1f4072,
    9px 9px 0 #1a3968,
    10px 10px 6px rgba(0, 0, 0, 0.3);
}

@media (max-width: 600px) {
  .fondo-portada-ds h1 {
    text-shadow:
      1px 1px 0 #4776b8,
      2px 2px 0 #406fad,
      3px 3px 0 #3a66a2,
      4px 4px 0 #345e98,
      5px 5px 4px rgba(0, 0, 0, 0.25);
  }
}

.diseño-grafico-ai {
  display: flex;
  align-items: stretch;
  justify-content: center;
  border-radius: 10px;
  box-shadow: 0px 1px 10px #000000;
  overflow: hidden;
}

.segundo-ai {
  flex-direction: row-reverse;
}

.slider {
  flex: 1;
  position: relative;
  overflow: hidden;
}

.slides img:first-child {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
  opacity: 1;
  animation: fadeOut 12s infinite;
  z-index: 1;
  position: relative;
}

.slides img:nth-child(2) {
  width: 100%;
  height: auto;
  object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  animation: fadeIn 12s infinite;
  z-index: 2;
}

@keyframes fadeOut {
  0%,
  40% {
    opacity: 1;
  }

  55%,
  90% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0%,
  40% {
    opacity: 0;
  }

  55%,
  90% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.diseño-grafico-ai > div:last-child {
  flex: 1;
  padding: 1.25rem;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.primer-ai > div:last-child {
  background: linear-gradient(135deg, #330000, #ff9a00);
}

.segundo-ai > div:last-child {
  background: linear-gradient(135deg, #31a8ff, #001e36);
}

.diseño-grafico-ai h1 {
  font-size: 2.25rem;
  margin-bottom: 1rem;
}

.diseño-grafico-ai p {
  font-size: 1.25rem;
  line-height: 1.6;
}

@media (max-width: 1000px) {
  .diseño-grafico-ai h1 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }

  .diseño-grafico-ai p {
    font-size: 1rem;
    line-height: 1.6;
  }
}

@media (max-width: 768px) {
  .diseño-grafico-ai {
    flex-direction: column;
  }

  .diseño-grafico-ai > div:last-child {
    padding: 1rem;
    text-align: center;
  }
}

@media (max-width: 425px) {
  .diseño-grafico-ai h1 {
    font-size: 1.2rem;
    margin-bottom: 1rem;
  }

  .diseño-grafico-ai p {
    font-size: 0.8rem;
    line-height: 1.6;
  }

  .diseño-grafico-ai > div:last-child {
    padding: 1rem;
  }
}

.galleryContainer {
  position: relative;
}

.gallery-track {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.25rem;
  padding: 0.25rem;
  will-change: transform;
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
}

.card {
  aspect-ratio: 1 / 1;
  overflow: hidden;
  position: relative;
}

.card img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 130%;
  object-fit: cover;
  will-change: transform;
  cursor: pointer;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  justify-content: center;
  align-items: center;
}

.modal.visible {
  display: flex;
}

.modal img {
  max-width: 90%;
  max-height: 80vh;
  border-radius: 10px;
}

.controls {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  padding: 0 30px;
}

.controls button,
.close-btn {
  background: none;
  border: none;
  color: #ffffff;
  font-size: 3rem;
  cursor: pointer;
  transition: transform 0.2s;
}

.controls button:hover,
.close-btn:hover {
  transform: scale(1.1);
}

.close-btn {
  top: 20px;
  right: 30px;
  position: absolute;
  font-size: 2rem;
}

@media (max-width: 800px) {
  .gallery-track {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 550px) {
  .gallery-track {
    grid-template-columns: repeat(2, 1fr);
  }
}
/* #endregion diseño-grafico */

/* #region mantenimiento */
.wrap-mantenimiento * {
  -webkit-tap-highlight-color: transparent;
  -moz-tap-highlight-color: transparent;
}

.wrap-mantenimiento,
.wrap-mantenimiento *,
.wrap-mantenimiento *::before,
.wrap-mantenimiento *::after {
  box-sizing: border-box;
  padding: 0;
  font-family: "Squada One", sans-serif;
  text-decoration: none;
}

.wrap-mantenimiento strong {
  font-weight: 500;
  color: #3b82f6;
}

.wrap-mantenimiento {
  background: radial-gradient(900px 420px at 12% 0%, rgba(59, 130, 246, 0.22), transparent 60%), radial-gradient(900px 420px at 12% 35%, rgba(59, 130, 246, 0.22), transparent 60%), #020617;
  color: #e5e7eb;
}

.wrap-mantenimiento {
  padding: clamp(10px, 2.2vw, 22px);
}

.hero-mantenimiento {
  border: 1px solid #2a2f3a;
  background: linear-gradient(180deg, #0f131a, transparent);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  padding: 18px;
}

.heroTop-mantenimiento {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}

.title-mantenimiento {
  margin: 0;
  font-size: 20px;
  letter-spacing: 0.2px;
}

.sub-mantenimiento {
  margin: 6px 0 0;
  color: #9ca3af;
  font-size: 13px;
  line-height: 1.35;
  max-width: 72ch;
}

.ctaRow-mantenimiento {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 14px;
}

.btn-mantenimiento {
  border: 1px solid #2a2f3a;
  background: #0b0f16;
  color: #e5e7eb;
  padding: 10px 12px;
  cursor: pointer;
  font-size: 13px;
  border-radius: 5px;
}

.btn-mantenimiento:hover {
  background: #111827;
}

.btnPrimary-mantenimiento {
  background: #3b82f6;
  border-color: rgba(59, 130, 246, 0.55);
  color: #fff;
}

.btnPrimary-mantenimiento:hover {
  background: #2563eb;
}

.grid-mantenimiento {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 16px;
  margin-top: 14px;
}

@media (max-width: 900px) {
  .grid-mantenimiento {
    grid-template-columns: 1fr;
  }
}

.card-mantenimiento {
  border: 1px solid #2a2f3a;
  background: #161a22;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.14);
  padding: 14px;
}

.cardTitle-mantenimiento {
  margin: 0 0 10px;
  font-size: 14px;
}

.tabs-mantenimiento {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin: 10px 0 12px;
}

.tab-mantenimiento {
  padding: 8px 10px;
  border: 1px solid #2a2f3a;
  background: #0b0f16;
  color: #9ca3af;
  cursor: pointer;
  font-size: 12px;
  border-radius: 5px;
}

.tab-mantenimiento[aria-selected="true"] {
  color: #fff;
  border-color: rgba(59, 130, 246, 0.6);
  background: rgba(59, 130, 246, 0.12);
}

.panel-mantenimiento {
  display: none;
}

.panelActive-mantenimiento {
  display: block;
}

.list-mantenimiento {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

@media (max-width: 650px) {
  .list-mantenimiento {
    grid-template-columns: 1fr;
  }
}

.item-mantenimiento {
  border: 1px solid #2a2f3a;
  background: #0b0f16;
  padding: 12px;
}

.item-mantenimiento b {
  display: block;
  font-size: 13px;
  margin-bottom: 4px;
}

.item-mantenimiento p {
  margin: 0;
  color: #9ca3af;
  font-size: 12.5px;
  line-height: 1.35;
}

.pill-mantenimiento {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #2a2f3a;
  background: #0b0f16;
  padding: 8px 10px;
  font-size: 12px;
  color: #9ca3af;
}

.dot-mantenimiento {
  width: 8px;
  height: 8px;
  background: #22c55e;
  box-shadow: 0 0 0 4px rgba(34, 197, 94, 0.14);
}

.tag-mantenimiento {
  font-size: 11px;
  border: 1px solid rgba(229, 231, 235, 0.16);
  background: #1f2937;
  padding: 6px 8px;
  display: inline-block;
}

.row-mantenimiento {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.mini-mantenimiento {
  color: #9ca3af;
  font-size: 12px;
}

.hint-mantenimiento {
  font-size: 12px;
  color: #9ca3af;
  line-height: 1.35;
}

.form-mantenimiento {
  display: grid;
  gap: 10px;
  margin-top: 10px;
}

.field-mantenimiento {
  display: grid;
  gap: 6px;
}

.label-mantenimiento {
  font-size: 12px;
  color: #9ca3af;
}

.input-mantenimiento,
.textarea-mantenimiento,
.select-mantenimiento {
  width: 100%;
  border: 1px solid #2a2f3a;
  background: #0b0f16;
  color: #e5e7eb;
  padding: 10px 12px;
  font-size: 13px;
  outline: none;
}

.textarea-mantenimiento {
  min-height: 110px;
  resize: vertical;
}

.toast-mantenimiento {
  margin-top: 10px;
  border: 1px solid #2a2f3a;
  background: #0f131a;
  padding: 10px 12px;
  display: none;
  white-space: pre-wrap;
}

.toastShow-mantenimiento {
  display: block;
}

.toastOk-mantenimiento {
  border-color: rgba(34, 197, 94, 0.4);
}

.toastWarn-mantenimiento {
  border-color: rgba(245, 158, 11, 0.45);
}

.faq-mantenimiento {
  display: grid;
  gap: 8px;
  margin-top: 10px;
}

.details-mantenimiento {
  border: 1px solid #2a2f3a;
  background: #0b0f16;
  padding: 10px 12px;
}

.summary-mantenimiento {
  cursor: pointer;
  font-size: 13px;
}

.details-mantenimiento p {
  margin: 8px 0 0;
  color: #9ca3af;
  font-size: 12.5px;
  line-height: 1.45;
}

.supportBox-mantenimiento {
  display: grid;
  gap: 10px;
}

.kpi-mantenimiento {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

@media (max-width: 900px) {
  .kpi-mantenimiento {
    grid-template-columns: 1fr;
  }
}

.kpi-mantenimiento .item-mantenimiento {
  padding: 12px;
}

.kpiSmall-mantenimiento {
  color: #9ca3af;
  font-size: 11px;
  display: block;
  margin-top: 4px;
}

.steps-mantenimiento {
  display: grid;
  gap: 8px;
}

.step-mantenimiento {
  border: 1px solid #2a2f3a;
  background: #0b0f16;
  padding: 10px 12px;
  font-size: 12.5px;
  color: #9ca3af;
  line-height: 1.35;
}

.step-mantenimiento b {
  color: #e5e7eb;
}

.prices-mantenimiento {
  display: grid;
  gap: 8px;
}

.priceRow-mantenimiento {
  border: 1px solid #2a2f3a;
  background: #0b0f16;
  padding: 10px 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.priceRow-mantenimiento strong {
  font-size: 13px;
}

.priceRow-mantenimiento span {
  color: #9ca3af;
  font-size: 12px;
}

.badge-mantenimiento {
  font-size: 11px;
  padding: 6px 8px;
  border: 1px solid rgba(229, 231, 235, 0.16);
  background: #1f2937;
  white-space: nowrap;
}

.mt10-mantenimiento {
  margin-top: 10px;
}

.mt14-mantenimiento {
  margin-top: 14px;
}

.mt2-mantenimiento {
  margin-top: 2px;
}

.m4_0_8_fs13-mantenimiento {
  margin: 4px 0 8px;
  font-size: 13px;
}

.kpiP-mantenimiento {
  margin: 6px 0 0;
  color: #9ca3af;
  font-size: 12.5px;
  line-height: 1.35;
}

.priceWarnBorder-mantenimiento {
  border-color: rgba(245, 158, 11, 0.45);
}

.hintMargin10_0_0-mantenimiento {
  margin: 10px 0 0;
}

/* #endregion mantenimiento */

/* #region bloques */
.bc-wrap-main {
  color: #d0d6de;
  background: #1a1a1a;
  font-family: "Squada One", sans-serif;
  padding: clamp(10px, 2.2vw, 22px);
}

.bc-wrap {
  box-sizing: border-box;
}

.bc-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}

.bc-brand {
  display: flex;
  align-items: center;
  gap: 10px;
}

.bc-logo {
  width: 38px;
  height: 38px;
  background: linear-gradient(135deg, #60a5fa, #22c55e);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
}

.bc-brand h1 {
  font-size: 16px;
  margin: 0;
  line-height: 1.1;
  color: #d0d6de;
}

.bc-brand p {
  margin: 0;
  font-size: 12px;
  color: #9aa6b2;
}

.bc-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  border: 1px solid #2a2f39;
  background: #0f131a;
  font-size: 12px;
  color: #9aa6b2;
}

.bc-dot {
  width: 8px;
  height: 8px;
  background: #16a34a;
  box-shadow: 0 0 0 4px rgba(22, 163, 74, 0.12);
}

.bc-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  padding: 14px;
  border: 1px solid #2a2f39;
  background: #0f131a;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
  margin-bottom: 14px;
}

.bc-controls .bc-left,
.bc-controls .bc-right {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.bc-field {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 12px;
  border: 1px solid #2a2f39;
  background: #0b0f16;
  min-height: 42px;
  box-sizing: border-box;
}

.bc-field input {
  border: 0;
  outline: 0;
  font-size: 14px;
  width: 260px;
  background: transparent;
  color: #d0d6de;
  font-family: "Squada One", sans-serif;
}

.bc-field svg {
  width: 18px;
  height: 18px;
  color: #9aa6b2;
  flex: 0 0 auto;
}

.bc-select {
  appearance: none;
  border: 1px solid #2a2f39;
  padding: 10px 40px 10px 12px;
  background: #0b0f16 url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23e5e7eb' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'/></svg>") no-repeat right 18px center;
  color: #d0d6de;
  font-size: 14px;
  outline: none;
  min-height: 42px;
  cursor: pointer;
  font-family: "Squada One", sans-serif;
}

.bc-select.bc-open {
  background: #0b0f16 url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23e5e7eb' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 15 12 9 18 15'/></svg>") no-repeat right 18px center;
}

.bc-meta {
  font-size: 12px;
  color: #9aa6b2;
  padding: 0 2px;
}

.bc-footerbar {
  margin-top: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 12px 14px;
  border: 1px solid #2a2f39;
  background: #0f131a;
}

.bc-pager {
  display: flex;
  align-items: center;
  gap: 6px;
}

.bc-pagebtn {
  width: 36px;
  height: 36px;
  border: 1px solid #2a2f39;
  background: #0b0f16;
  cursor: pointer;
  font-size: 13px;
  color: #d0d6de;
  font-family: "Squada One", sans-serif;
}

.bc-pagebtn[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}

.bc-pagebox {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: #9aa6b2;
  padding: 0 6px;
  white-space: nowrap;
}

@media (max-width: 760px) {
  .bc-field input {
    width: 180px;
  }
}

@media (max-width: 480px) {
  .bc-field {
    width: 100%;
  }

  .bc-field input {
    width: 100%;
  }
}

.bloques-frames {
  font-family: "Squada One", sans-serif;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px 20px;
  box-sizing: border-box;
  background: #1a1a1a;
}

.proyecto-contenedor {
  box-sizing: content-box;
  border: 1px solid #2a2f39;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
  background: #101319;
}

.proyecto {
  position: relative;
  width: 100%;
  aspect-ratio: 1024 / 600;
  overflow: hidden;
  border: none;
  box-shadow: none;
  transform-style: preserve-3d;
  backface-visibility: hidden;
}

.proyecto iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 1024px;
  height: 600px;
  transform-origin: top left;
  border: none;
  box-shadow: none;
  pointer-events: auto;
  will-change: transform;
}

.info-proyecto {
  color: #d0d6de;
  border-bottom: 1px solid #2a2f39;
  padding: 10px 15px;
  width: 100%;
  box-sizing: border-box;
  background-color: #101319;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}

.info-proyecto a:first-child {
  text-decoration: none;
  color: #d0d6de;
  font-size: 1.2em;
  white-space: nowrap;
  flex-grow: 1;
}

.boton-proyecto {
  display: inline-flex;
  align-items: stretch;
  text-decoration: none;
  font-size: 1em;
  background-color: #1a1f29;
  color: #d0d6de;
  border-radius: 0;
  overflow: hidden;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.45);
  transition:
    background-color 0.3s,
    transform 0.2s;
}

.boton-proyecto:hover {
  background-color: #202634;
  transform: translateY(-1px);
}

.icono-boton {
  background-color: #242b3a;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  border-right: 1px solid #3a4354;
}

.icono-boton img {
  width: 20px;
  height: 20px;
}

.texto-boton {
  padding: 5px 10px;
  display: flex;
  align-items: center;
}

@media (max-width: 1024px) {
  .bloques-frames {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 670px) {
  .bloques-frames {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (max-width: 450px) {
  .bloques-frames {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }

  .info-proyecto a:first-child {
    font-size: 1em;
  }

  .icono-boton {
    padding: 0 5px;
  }

  .texto-boton {
    padding: 5px 5px;
  }

  .info-proyecto {
    padding: 10px 10px;
    gap: 0;
  }
}

/* #endregion bloques */

/* #region migración */
.main-migration strong {
  font-weight: 500;
  color: #00a99d;
}

.main-migration * {
  -webkit-tap-highlight-color: transparent;
  -moz-tap-highlight-color: transparent;
}

.main-migration,
.main-migration *,
.main-migration *::before,
.main-migration *::after {
  box-sizing: border-box;
  padding: 0;
  font-family: "Squada One", sans-serif;
  text-decoration: none;
}

.main-migration ul,
.main-migration li {
  list-style: none;
}

.main-migration {
  color: #e5e7eb;
  background: radial-gradient(900px 420px at 12% 0%, rgba(59, 130, 246, 0.22), transparent 60%), radial-gradient(900px 420px at 12% 35%, rgba(59, 130, 246, 0.22), transparent 60%), #020617;
}

.aio-shell {
  padding: clamp(10px, 2.2vw, 22px);
  min-width: 320px;
}

.aio-head {
  display: grid;
  grid-template-columns: 0.68fr 1.92fr;
  gap: 28px;
  padding: clamp(10px, 2.2vw, 22px);
  border-radius: 0;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: linear-gradient(180deg, #0b1220, #020617);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.55);
}

.aio-badge {
  display: inline-block;
  padding: 6px 12px;
  border-radius: 0;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: #7dd3fc;
  background: rgba(59, 130, 246, 0.15);
  border: 1px solid rgba(59, 130, 246, 0.35);
  margin-bottom: 12px;
}

.icon-plugin-aiowmab {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0;
  background-color: #ffffff;
  aspect-ratio: 1 / 1;
}

.icon-plugin-aiowmab img {
  width: 90%;
}

.aio-title {
  margin: 0 0 10px;
  font-size: 36px;
  letter-spacing: -0.02em;
}

.aio-sub {
  margin: 0;
  color: #c7d2fe;
  line-height: 1.6;
  font-size: 15px;
}

.aio-sub-aviso {
  margin: 0;
  padding: 12px 14px;
  border-radius: 0;
  border: 1px solid rgba(251, 191, 36, 0.35);
  background: rgba(251, 191, 36, 0.12);
  color: #fde68a;
  line-height: 1.6;
  font-size: 14px;
}

.aio-cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 14px;
  text-align: left;
}

.aio-version small {
  display: block;
  font-size: 12px;
  color: #9ca3af;
}

.aio-version strong {
  font-size: 22px;
  color: #e0f2fe;
}

.aio-btn {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 10px;
  border-radius: 5px;
  background: linear-gradient(180deg, #22c55e, #16a34a);
  color: #052e16;
  font-weight: 500;
  text-decoration: none;
  box-shadow: 0 16px 44px rgba(34, 197, 94, 0.35);
  transition:
    transform 0.15s ease,
    box-shadow 0.15s ease;
  align-items: flex-start;
}

.aio-btn span {
  font-size: 12px;
  font-weight: 500;
  color: #dcfce7;
}

.aio-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 60px rgba(34, 197, 94, 0.45);
}

.aio-note {
  color: #94a3b8;
  font-size: 12px;
  line-height: 1.4;
}

.wporg-layout {
  margin-top: 18px;
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 16px;
  align-items: start;
}

.wporg-main {
  position: sticky;
  top: 18px;
  align-self: start;
}

.wporg-right {
  position: sticky;
  top: 18px;
  align-self: start;
}

.wporg-tabs {
  display: flex;
  gap: 18px;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  padding: 0 6px;
}

.wporg-tab {
  border: 0;
  border-radius: 5px;
  background: transparent;
  color: #cbd5e1;
  padding: 12px 10px;
  font-weight: 500;
  cursor: pointer;
  position: relative;
}

.wporg-tab.is-active {
  color: #e5e7eb;
}

.wporg-tab.is-active::after {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 4px;
  height: 3px;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 999px;
}

.aio-panels {
  margin-top: 14px;
}

.aio-panel {
  display: none;
  padding: clamp(10px, 2.2vw, 22px);
  border-radius: 0;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.03);
}

.aio-panel.is-active {
  display: block;
}

.wporg-content {
  padding: clamp(10px, 2.2vw, 22px);
  border-radius: 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(2, 6, 23, 0.55);
  line-height: 1.7;
  font-size: 14px;
  color: #cbd5e1;
}

.wporg-content b {
  color: #e5e7eb;
}

.aio h3,
b {
  font-weight: 500;
}

.wporg-h3 {
  margin: 0 0 10px;
  font-size: 16px;
  letter-spacing: -0.01em;
  color: #e5e7eb;
}

.wporg-ul,
.wporg-ol {
  margin: 0;
  padding-left: 18px;
}

.wporg-ul li,
.wporg-ol li {
  margin: 8px 0;
}

.wporg-p {
  margin: 0;
  color: #cbd5e1;
  font-size: 14px;
  line-height: 1.65;
}

.wporg-hrline {
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  margin: 16px 0;
}

.wporg-right .wporg-box {
  position: sticky;
  top: 18px;
  padding: clamp(10px, 2.2vw, 22px);
  border-radius: 0;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(2, 6, 23, 0.45);
}

.wporg-meta {
  display: grid;
  gap: 0px;
  font-size: 12.5px;
  color: #cbd5e1;
}

.wporg-meta div {
  display: flex;
  justify-content: space-between;
  gap: 0px;
  padding: 10px 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.02);
}

.wporg-meta span {
  color: #94a3b8;
}

.wporg-meta b {
  color: #e5e7eb;
}

.wporg-links {
  margin-top: 12px;
  display: grid;
  gap: 0px;
}

.wporg-links a {
  color: #7dd3fc;
  text-decoration: none;
  font-weight: 500;
  font-size: 13px;
}

.wporg-links a:hover {
  text-decoration: underline;
}

.wporg-hr {
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin: 14px 0;
}

.wporg-h {
  margin: 0 0 8px;
  font-size: 14px;
  font-weight: 500;
  color: #ebe5e5;
}

.wporg-stars {
  font-size: 16px;
  letter-spacing: 0.08em;
  color: #fbbf24;
}

.wporg-stars span {
  letter-spacing: normal;
  color: #e5e7eb;
  font-weight: 500;
  margin-left: 8px;
}

.wporg-muted {
  margin: 6px 0 0;
  font-size: 12px;
  color: #94a3b8;
  line-height: 1.4;
}

.wporg-breakdown {
  margin-top: 10px;
  display: grid;
  gap: 0px;
}

.wporg-breakdown div {
  display: flex;
  justify-content: space-between;
  gap: 0px;
  padding: 8px 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.02);
  color: #cbd5e1;
  font-size: 13px;
}

.wporg-breakdown b {
  color: #e5e7eb;
}

.wporg-shots {
  display: grid;
  gap: 12px;
  grid-template-columns: 1fr 1fr;
}

.wporg-shot {
  margin: 0;
  border-radius: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.02);
}

.wporg-shot img {
  width: 100%;
  display: block;
}

.wporg-shot figcaption {
  padding: 10px 12px;
  font-size: 12px;
  color: #94a3b8;
}

.aio-muted {
  color: #94a3b8;
  font-size: 13px;
  line-height: 1.5;
  margin: 12px 0 0;
}

@media (max-width: 1100px) {
  .aio-shell {
    max-width: 100%;
  }
}

@media (max-width: 980px) {
  .aio-head {
    grid-template-columns: 0.9fr 1.1fr;
  }

  .aio-sub.dos {
    display: none;
  }

  .wporg-tabs {
    position: static;
  }

  .wporg-main {
    position: static;
  }

  .wporg-layout {
    grid-template-columns: 1fr;
  }

  .wporg-right .wporg-box {
    position: relative;
    top: auto;
  }
}

@media (max-width: 700px) {
  .aio-head {
    grid-template-columns: 1fr;
  }

  .wporg-shots {
    grid-template-columns: 1fr;
  }
}

.service-offer {
  color: #e5e7eb;
  background: transparent;
}

.service-shell {
  padding: clamp(10px, 2.2vw, 22px);
  min-width: 320px;
}

.service-card {
  display: grid;
  grid-template-columns: 1.55fr 0.95fr;
  gap: 16px;
  padding: clamp(10px, 2.2vw, 22px);
  border-radius: 0;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: linear-gradient(180deg, rgba(30, 41, 59, 0.35), rgba(2, 6, 23, 0.35));
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.45);
  position: relative;
  overflow: hidden;
}

.service-card::before {
  content: "";
  position: absolute;
  inset: -120px -160px auto auto;
  width: 360px;
  height: 360px;
  pointer-events: none;
}

.service-pill {
  display: inline-block;
  padding: clamp(10px, 2.2vw, 22px);
  border-radius: 0;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: #86efac;
  border: 1px solid rgba(34, 197, 94, 0.35);
  background: rgba(34, 197, 94, 0.12);
  margin-bottom: 10px;
}

.service-title {
  margin: 0 0 10px;
  font-size: 30px;
  letter-spacing: -0.02em;
  line-height: 1.15;
}

.service-price {
  color: #a7f3d0;
  text-shadow: 0 0 24px rgba(34, 197, 94, 0.25);
}

.service-sub {
  margin: 0 0 14px;
  color: #c7d2fe;
  line-height: 1.6;
  font-size: 15px;
}

.service-list {
  margin: 0;
  padding-left: 18px;
  color: #cbd5e1;
  line-height: 1.7;
  font-size: 14px;
}

.service-list li {
  margin: 6px 0;
}

.service-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 16px;
}

.service-btn {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 12px 14px;
  border-radius: 5px;
  background: linear-gradient(180deg, #22c55e, #16a34a);
  color: #052e16;
  font-weight: 500;
  text-decoration: none;
  border: 0;
  cursor: pointer;
  box-shadow: 0 16px 44px rgba(34, 197, 94, 0.3);
  transition:
    transform 0.15s ease,
    box-shadow 0.15s ease;
  align-items: flex-start;
}

.service-btn span {
  font-size: 12px;
  font-weight: 500;
  color: #dcfce7;
}

.service-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 60px rgba(34, 197, 94, 0.4);
}

.service-btn.ghost {
  background: rgba(59, 130, 246, 0.1);
  color: #e5e7eb;
  border: 1px solid rgba(59, 130, 246, 0.35);
  box-shadow: none;
}

.service-btn.ghost span {
  color: #bfdbfe;
}

.service-requirements {
  margin-top: 14px;
  padding: 14px;
  border-radius: 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(2, 6, 23, 0.55);
  font-size: 13px;
  color: #cbd5e1;
  line-height: 1.6;
}

.service-requirements h4 {
  margin: 0 0 8px;
  font-size: 13px;
  font-weight: 500;
  color: #e5e7eb;
}

.service-requirements ul {
  margin: 0;
  padding-left: 18px;
}

.service-requirements p {
  margin: 8px 0 0;
  font-size: 12px;
  color: #94a3b8;
}

.service-note {
  margin: 12px 0 0;
  font-size: 12px;
  color: #94a3b8;
  line-height: 1.45;
}

.service-right {
  display: grid;
  gap: 12px;
  align-content: start;
}

.service-mini {
  padding: 14px;
  border-radius: 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(2, 6, 23, 0.45);
}

.mini-title {
  margin: 0 0 10px;
  font-size: 14px;
  font-weight: 500;
  color: #e5e7eb;
}

.mini-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.mini-item {
  padding: 10px;
  border-radius: 0;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  display: grid;
  gap: 4px;
}

.mini-item b {
  font-size: 13px;
  color: #e5e7eb;
}

.mini-item small {
  font-size: 12px;
  color: #94a3b8;
  line-height: 1.35;
}

.mini-form {
  display: grid;
  gap: 10px;
}

.mini-form label span {
  display: block;
  font-size: 12px;
  color: #94a3b8;
  margin-bottom: 6px;
  font-weight: 500;
}

.mini-form input {
  width: 100%;
  border-radius: 0;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(15, 23, 42, 0.55);
  color: #e5e7eb;
  padding: 10px 12px;
  outline: none;
}

.mini-form input:focus {
  border-color: rgba(34, 197, 94, 0.45);
  box-shadow: 0 0 0 3px rgba(34, 197, 94, 0.12);
}

.mini-form textarea {
  width: 100%;
  border-radius: 0;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(15, 23, 42, 0.55);
  color: #e5e7eb;
  padding: 10px 12px;
  outline: none;
  resize: vertical;
  min-height: 210px;
}

.mini-form textarea:focus {
  border-color: rgba(34, 197, 94, 0.45);
  box-shadow: 0 0 0 3px rgba(34, 197, 94, 0.12);
}

.mini-send {
  border: 0;
  border-radius: 5px;
  padding: 10px 12px;
  background: rgba(251, 191, 36, 0.14);
  color: #fde68a;
  font-weight: 500;
  cursor: pointer;
  border: 1px solid rgba(251, 191, 36, 0.3);
}

.mini-send:hover {
  filter: brightness(1.08);
}

.mini-small {
  margin: 0;
  font-size: 12px;
  color: #94a3b8;
  line-height: 1.4;
}

@media (max-width: 1100px) {
  .service-shell {
    max-width: 100%;
  }
}

@media (max-width: 980px) {
  .service-card {
    grid-template-columns: 1fr;
  }

  .mini-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 520px) {
  .service-title {
    font-size: 26px;
  }

  .mini-grid {
    grid-template-columns: 1fr;
  }
}

/* #endregion migración */

/* #region plugins */
.plugins-all {
  background-color: #222222;
}

.plugins-all strong {
  font-weight: 500;
}

.plugins-all * {
  -webkit-tap-highlight-color: transparent;
  -moz-tap-highlight-color: transparent;
}

.plugins-all,
.plugins-all *,
.plugins-all *::before,
.plugins-all *::after {
  box-sizing: border-box;
  padding: 0;
  font-family: "Squada One", sans-serif;
  text-decoration: none;
}

.price-plugins strong span[data-currency] {
  color: #3b82f6;
}

.plugins-all {
  color: #e5e7eb;
  background: linear-gradient(135deg, #0b1324, #0f3a44);
  padding: clamp(10px, 2.2vw, 22px);
}

.topbar-plugins {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}

.brand-plugins {
  display: flex;
  align-items: center;
  gap: 10px;
}

.logo-plugins {
  width: 38px;
  height: 38px;
  background: linear-gradient(135deg, #60a5fa, #22c55e);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.brand-plugins h1 {
  font-size: 16px;
  margin: 0;
  line-height: 1.1;
}

.brand-plugins p {
  margin: 0;
  font-size: 12px;
  color: #9ca3af;
}

.pill-plugins {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  border: 1px solid #2a2f3a;
  background: #0f131a;
  font-size: 12px;
  color: #9ca3af;
}

.dot-plugins {
  width: 8px;
  height: 8px;
  background: #16a34a;
  box-shadow: 0 0 0 4px rgba(22, 163, 74, 0.12);
}

.controls-plugins {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  padding: 14px;
  border: 1px solid #2a2f3a;
  background: #0f131a;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
  margin-bottom: 14px;
}

.controls-plugins .left-plugins,
.controls-plugins .right-plugins {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.field-plugins {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0px 12px;
  border: 1px solid #2a2f3a;
  background: #0b0f16;
  min-height: 42px;
}

.field-plugins input {
  border: 0;
  outline: 0;
  font-size: 14px;
  width: 260px;
  background: transparent;
  color: #e5e7eb;
}

.field-plugins svg {
  width: 18px;
  height: 18px;
  color: #9ca3af;
}

.select-plugins {
  appearance: none;
  border: 1px solid #2a2f3a;
  padding: 10px 40px 10px 12px;
  background: #0b0f16 url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23e5e7eb' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'/></svg>") no-repeat right 18px center;
  color: #e5e7eb;
  font-size: 14px;
  outline: none;
  min-height: 42px;
  cursor: pointer;
}

.select-plugins.open {
  background: #0b0f16 url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23e5e7eb' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 15 12 9 18 15'/></svg>") no-repeat right 18px center;
}

.meta-plugins {
  font-size: 12px;
  color: #9ca3af;
  padding: 0 2px;
}

.grid-plugins {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  position: relative;
}

.empty-plugins {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #9ca3af;
  text-transform: uppercase;
  letter-spacing: 1px;
}

@media (max-width: 1050px) {
  .grid-plugins {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .grid-plugins {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .field-plugins input {
    width: 180px;
  }
}

@media (max-width: 480px) {
  .grid-plugins {
    grid-template-columns: 1fr;
  }

  .field-plugins {
    width: 100%;
  }

  .field-plugins input {
    width: 100%;
  }
}

.card-plugins {
  background: #161a22;
  border: 1px solid #2a2f3a;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 230px;
}

.card-top-plugins {
  display: flex;
  gap: 12px;
  padding: 14px 14px 10px;
}

.thumb-plugins {
  width: 56px;
  height: 56px;
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.14), rgba(34, 197, 94, 0.1)), repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.04) 0 6px, rgba(255, 255, 255, 0) 6px 12px);
  border: 1px solid rgba(255, 255, 255, 0.06);
  flex: 0 0 auto;
  position: relative;
}

.thumb-plugins::after {
  content: "";
  position: absolute;
  inset: 10px;
  border: 1px dashed rgba(229, 231, 235, 0.25);
}

.title-row-plugins {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
}

.card-plugins h3 {
  margin: 0;
  font-size: 14px;
  line-height: 1.25;
  letter-spacing: 0.2px;
}

.vendor-plugins {
  margin: 3px 0 0;
  font-size: 12px;
  color: #9ca3af;
}

.badge-plugins {
  font-size: 11px;
  padding: 6px 8px;
  color: #ffffff;
  white-space: nowrap;
}

.badge-free-plugins {
  background: #16a34a;
}

.badge-paid-plugins {
  background: #3b82f6;
}

.desc-plugins {
  padding: 0 14px 10px;
  color: #9ca3af;
  font-size: 12.5px;
  line-height: 1.35;
  min-height: 44px;
}

.category-plugins {
  padding: 0 14px 10px;
  font-size: 12px;
  color: #93c5fd;
}

.chips-plugins {
  padding: 0 14px 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.chip-plugins {
  font-size: 11px;
  padding: 6px 8px;
  border: 1px solid #2a2f3a;
  background: #0b0f16;
  color: #e5e7eb;
}

.card-bottom-plugins {
  margin-top: auto;
  padding: 12px 14px;
  border-top: 1px solid #2a2f3a;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.03), transparent);
}

.price-plugins {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.price-plugins strong {
  font-size: 14px;
}

.price-plugins span {
  font-size: 11px;
  color: #9ca3af;
}

.actions-plugins {
  display: flex;
  gap: 8px;
  align-items: center;
}

.btn-plugins {
  border: 1px solid #2a2f3a;
  background: #0b0f16;
  padding: 9px 10px;
  font-size: 12px;
  cursor: pointer;
  color: #e5e7eb;
}

.btn-plugins:hover {
  background: #111827;
}

.btn-primary-plugins {
  background: #3b82f6;
  border-color: rgba(59, 130, 246, 0.55);
  color: #fff;
}

.btn-primary-plugins:hover {
  background: #2563eb;
}

.footerbar-plugins {
  margin-top: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 12px 14px;
  border: 1px solid #2a2f3a;
  background: #0f131a;
}

.pager-plugins {
  display: flex;
  align-items: center;
  gap: 6px;
}

.pagebtn-plugins {
  width: 36px;
  height: 36px;
  border: 1px solid #2a2f3a;
  background: #0b0f16;
  cursor: pointer;
  font-size: 13px;
  color: #e5e7eb;
}

.pagebtn-plugins[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}

.pagebox-plugins {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: #9ca3af;
  padding: 0 6px;
}

.modal-plugins {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: clamp(10px, 2.2vw, 22px);
}

.modal-plugins.is-open {
  display: flex;
}

.modal-overlay-plugins {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.62);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.modal-panel-plugins {
  position: relative;
  width: min(860px, 100%);
  max-height: min(84vh, 760px);
  overflow: auto;
  background: #0f131a;
  border: 1px solid #2a2f3a;
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.45);
}

.modal-header-plugins {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 14px 10px;
  border-bottom: 1px solid #2a2f3a;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent);
}

.modal-title-plugins {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.modal-thumb-plugins {
  width: 54px;
  height: 54px;
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.18), rgba(34, 197, 94, 0.12)), repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.05) 0 6px, rgba(255, 255, 255, 0) 6px 12px);
  border: 1px solid rgba(255, 255, 255, 0.06);
  flex: 0 0 auto;
  position: relative;
}

.modal-thumb-plugins::after {
  content: "";
  position: absolute;
  inset: 9px;
  border: 1px dashed rgba(229, 231, 235, 0.25);
}

.modal-title-plugins h2 {
  margin: 0;
  font-size: 16px;
  line-height: 1.1;
  max-width: 100%;
  word-break: break-word;
}

.modal-sub-plugins {
  margin-top: 4px;
  font-size: 12px;
  color: #9ca3af;
}

.modal-close-plugins {
  border: 1px solid #2a2f3a;
  background: #0b0f16;
  width: 38px;
  height: 38px;
  cursor: pointer;
  color: #e5e7eb;
  font-size: 18px;
  line-height: 1;
}

.modal-close-plugins:hover {
  background: #111827;
}

.modal-body-plugins {
  padding: 14px;
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 14px;
}

@media (max-width: 760px) {
  .modal-body-plugins {
    grid-template-columns: 1fr;
  }
}

.modal-section-plugins {
  border: 1px solid #2a2f3a;
  background: #0b0f16;
  padding: 12px;
}

.modal-section-plugins h4 {
  margin: 0 0 8px 0;
  font-size: 13px;
  letter-spacing: 0.3px;
  color: #e5e7eb;
}

.modal-section-plugins p {
  margin: 0;
  font-size: 12.5px;
  line-height: 1.4;
  color: #9ca3af;
}

.modal-list-plugins {
  margin: 8px 0 0 0;
  padding: 0 0 0 16px;
  color: #9ca3af;
  font-size: 12.5px;
  line-height: 1.4;
}

.modal-kv-plugins {
  display: grid;
  gap: 8px;
}

.kv-row-plugins {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 8px 10px;
  border: 1px solid #2a2f3a;
  background: #0f131a;
  font-size: 12px;
  color: #e5e7eb;
}

.kv-row-plugins span {
  color: #9ca3af;
}

.modal-footer-plugins {
  padding: 12px 14px;
  border-top: 1px solid #2a2f3a;
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.03), transparent);
}

/* #endregion plugins */

/* #region form-index */
#lead-msg {
  display: none;
  margin-top: 16px;
  padding: 12px;
  border-radius: 6px;
  text-align: center;
  font-size: 13px;
}

#lead-msg.ok {
  background: #e6f7f5;
  color: #065f5b;
  border: 1px solid #9de3dc;
}

#lead-msg.err {
  background: #fdecec;
  color: #7a1f1f;
  border: 1px solid #f5bcbc;
}

.lead-section {
  padding: clamp(10px, 2.2vw, 22px);
  font-family: system-ui;
  background: #08302a;
}

.botones-form-index {
  display: flex;
  flex-direction: row;
  gap: 10px;
}

.lead-section input[type="radio"] {
  width: auto;
  height: auto;
  accent-color: #1d8b83;
}

.lead-section input:focus,
.lead-section textarea:focus {
  outline: none;
  border-color: #00a99d;
  box-shadow: 0 0 0 2px rgba(0, 169, 157, 0.2);
}

.lead-section .lead-box {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 24px;
}

.lead-section .lead-form {
  padding: clamp(10px, 2.2vw, 22px);
  box-shadow: 0 16px 40px rgba(0, 169, 157, 0.15);
  background: url(/img/formulario-fondo2.jpg) center/cover no-repeat;
}

.lead-section .section-title {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 6px;
}

.lead-section .accent-line {
  width: 4px;
  height: 30px;
  background: #00a89d;
}

.lead-section .lead-desc {
  margin-bottom: 20px;
  color: #134e4a;
  font-size: 13px;
}

.lead-section .grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.lead-section input,
.lead-section textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #cdeeed;
  font-size: 13px;
  background: #fff;
}

.lead-section textarea {
  margin-top: 14px;
  resize: vertical;
}

.lead-section .group {
  margin-top: 20px;
  border: 1px solid #cdeeed;
  padding: 14px;
}

.lead-section .group legend {
  padding: 0 6px;
  font-size: 13px;
  color: #0f766e;
}

.lead-section .options {
  margin-top: 10px;
  display: grid;
  gap: 8px;
}

.lead-section .options.two-cols {
  grid-template-columns: repeat(3, 1fr);
}

.lead-section .options label {
  border: 1px solid #cdeeed;
  padding: 8px 10px;
  display: flex;
  gap: 6px;
  background: #fff;
  cursor: pointer;
  font-size: 13px;
}

.lead-section button {
  margin-top: 24px;
  width: 100%;
  padding: 12px;
  background: #007f76;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.lead-section small {
  display: block;
  margin-top: 10px;
  font-size: 11px;
  color: #134e4a;
}

.lead-section .lead-info {
  background: #fff;
  padding: clamp(10px, 2.2vw, 22px);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.05);
}

.lead-section .info-cards {
  display: grid;
  gap: 12px;
  margin: 18px 0;
}

.lead-section .card-index {
  display: grid;
  grid-template-columns: 10px 1fr;
  gap: 12px;
  padding: 14px;
  background: #f4fbfa;
}

.lead-section .dot {
  width: 10px;
  height: 10px;
  margin-top: 6px;
  background: #00a99d;
  border-radius: 50%;
}

.lead-section .card-index p {
  margin: 4px 0 0;
  font-size: 12px;
  color: #134e4a;
}

.lead-section .process {
  margin-top: 20px;
}

.lead-section .process h4 {
  margin-bottom: 8px;
  color: #0f766e;
  font-size: 14px;
}

.lead-section .process ol {
  padding-left: 16px;
  font-size: 12px;
  color: #134e4a;
}

.lead-section .info-box {
  margin-top: 20px;
  padding: 14px;
  background: #e6f7f5;
  text-align: center;
  font-size: 13px;
}

@media (max-width: 900px) {
  .lead-section .lead-box {
    grid-template-columns: 1fr;
  }

  .lead-section .grid,
  .lead-section .options.two-cols {
    grid-template-columns: 1fr;
  }
}

/* #endregion form-index */

/* #region marquee */
.marquee {
  width: 100%;
  overflow: hidden;
  background-color: rgb(14, 145, 123);
  padding: 1rem 0;
  color: #fff;
}

.marquee__track {
  display: flex;
  width: max-content;
  animation: marquee 22s linear infinite;
}

.marquee:hover .marquee__track {
  animation-play-state: paused;
}

.marquee__item {
  flex-shrink: 0;
  white-space: nowrap;
  padding-right: 3rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.marquee__icon {
  width: 18px;
  height: 18px;
  object-fit: contain;
}

.marquee__item a {
  color: #fff;
  text-decoration: none;
}

.marquee__item a:hover {
  text-decoration: underline;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

/* #endregion marquee */
