.elementor-81 .elementor-element.elementor-element-9e36e8b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-81 .elementor-element.elementor-element-8534f9a{--display:flex;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-81 .elementor-element.elementor-element-8ba2d8d img{width:38%;max-width:29%;}.elementor-81 .elementor-element.elementor-element-3cd90ed{--display:flex;--min-height:0px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--overlay-opacity:0.5;--margin-top:-19px;--margin-bottom:-8px;--margin-left:0px;--margin-right:0px;}.elementor-81 .elementor-element.elementor-element-3cd90ed::before, .elementor-81 .elementor-element.elementor-element-3cd90ed > .elementor-background-video-container::before, .elementor-81 .elementor-element.elementor-element-3cd90ed > .e-con-inner > .elementor-background-video-container::before, .elementor-81 .elementor-element.elementor-element-3cd90ed > .elementor-background-slideshow::before, .elementor-81 .elementor-element.elementor-element-3cd90ed > .e-con-inner > .elementor-background-slideshow::before, .elementor-81 .elementor-element.elementor-element-3cd90ed > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{--background-overlay:'';}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-81 .elementor-element.elementor-element-63b2189{text-align:center;}.elementor-81 .elementor-element.elementor-element-63b2189 .elementor-heading-title{font-family:"Poppins", Sans-serif;font-size:46px;font-weight:600;color:#0C0000;}.elementor-81 .elementor-element.elementor-element-f7486e1{--display:flex;}.elementor-81 .elementor-element.elementor-element-4e59ea8 > .elementor-widget-container{margin:-38px 0px 0px 0px;}.elementor-81 .elementor-element.elementor-element-4e59ea8.elementor-element{--align-self:center;}body.elementor-page-81:not(.elementor-motion-effects-element-type-background), body.elementor-page-81 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;background-image:url("https://saltaapp.com/wp-content/uploads/2025/05/ChatGPT-Image-3-may-2025-07_37_51-p.m.webp");background-size:cover;}@media(max-width:767px){.elementor-81 .elementor-element.elementor-element-8ba2d8d img{width:53%;max-width:72%;}.elementor-81 .elementor-element.elementor-element-63b2189 .elementor-heading-title{font-size:34px;}.elementor-81 .elementor-element.elementor-element-4e59ea8 > .elementor-widget-container{margin:-33px 0px 0px 0px;}}@media(min-width:768px){.elementor-81 .elementor-element.elementor-element-3cd90ed{--content-width:1202px;}}@media(min-width:1025px){body.elementor-page-81:not(.elementor-motion-effects-element-type-background), body.elementor-page-81 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-attachment:fixed;}}/* Start custom CSS *//* Letras blancas en todo el panel */
.saltaapp-box,
.saltaapp-box *,
.saltaapp-table,
.saltaapp-table * {
  color: white !important;
}

/* Estilo de enlaces blancos con efecto hover */
.saltaapp-table a {
  color: white !important;
  text-decoration: underline;
  transition: color 0.3s ease;
}

.saltaapp-table a:hover {
  color: #f28e2b !important;
}

/* Caja de resumen transparente */
.saltaapp-box {
  background: rgba(255, 255, 255, 0.05);
  padding: 20px;
  border-radius: 12px;
  text-align: center;
  margin-bottom: 20px;
  box-shadow: 0 2px 8px rgba(255, 255, 255, 0.05);
}

/* Tabla moderna con fondo transparente y texto blanco */
.saltaapp-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
  font-size: 14px;
  color: white;
  overflow-x: auto;
  display: block;
}

.saltaapp-table thead {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.saltaapp-table tbody {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.saltaapp-table th {
  background-color: rgba(255, 255, 255, 0.1);
  color: white;
  padding: 12px;
  text-align: left;
}

.saltaapp-table td {
  padding: 12px;
  background: rgba(255, 255, 255, 0.05);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  animation: fadeInUp 0.6s ease forwards;
  opacity: 0;
  transform: translateY(10px);
  word-break: break-word;
}

/* Botón de copiar al lado del enlace corto */
.shortlink-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.copy-btn {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: white;
  padding: 6px 14px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.copy-btn:hover {
  background: rgba(255, 255, 255, 0.25);
  color: #1C244B;
  font-weight: bold;
}

/* Animación fade in hacia arriba */
@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Delay progresivo de animación para cada fila */
.saltaapp-table tbody tr:nth-child(1) td { animation-delay: 0.1s; }
.saltaapp-table tbody tr:nth-child(2) td { animation-delay: 0.2s; }
.saltaapp-table tbody tr:nth-child(3) td { animation-delay: 0.3s; }
.saltaapp-table tbody tr:nth-child(4) td { animation-delay: 0.4s; }
.saltaapp-table tbody tr:nth-child(5) td { animation-delay: 0.5s; }
/* Puedes seguir agregando más si hay más filas */

/* Botón Crear Enlace personalizado - compacto, opaco, con brillo en hover */
.crear-enlace-link {
  display: inline-block;
  background: rgba(255, 255, 255, 0.08);
  color: white !important;
  padding: 8px 20px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 2px 6px rgba(255, 255, 255, 0.05);
  transition: all 0.3s ease;
}

.crear-enlace-link:hover {
  background: rgba(255, 255, 255, 0.9);
  color: #1C244B !important;
  transform: translateY(-1px);
  box-shadow: 0 6px 12px rgba(255, 255, 255, 0.2);
}

/* 🔁 RESPONSIVE: Optimización para pantallas pequeñas */
@media (max-width: 768px) {
  .saltaapp-box {
    padding: 15px;
    font-size: 14px;
  }

  .saltaapp-table th,
  .saltaapp-table td {
    padding: 10px 8px;
    font-size: 13px;
  }

  .crear-enlace-link {
    padding: 10px 16px;
    font-size: 14px;
    display: block;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }

  .saltaapp-box h3 {
    font-size: 16px;
  }

  .saltaapp-box p {
    font-size: 24px;
  }

  .shortlink-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
}/* End custom CSS */