.elementor-493 .elementor-element.elementor-element-9c67dda{--display:flex;}body.elementor-page-493:not(.elementor-motion-effects-element-type-background), body.elementor-page-493 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#0D1B2A;}/* Start custom CSS for html, class: .elementor-element-ae49c16 *//* Contenedor Principal de la Página Legal */
.contenedor-legal {
  background-color: #0d1b2a; /* Fondo azul oscuro premium de tu marca */
  padding: 60px 20px;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* Tarjeta Central que contiene el Texto */
.tarjeta-legal {
  background-color: #14243b; /* Un tono sutilmente más claro para contrastar */
  max-width: 850px;
  width: 100%;
  padding: 50px;
  border-radius: 16px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.05);
}

/* Encabezados y Títulos */
.categoria-legal {
  color: #00b4d8; /* Azul claro brillante */
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
}

.titulo-legal {
  color: #ffffff;
  font-size: 32px;
  line-height: 1.3;
  margin: 0 0 10px 0;
}

.actualizacion-legal {
  color: #8d99ae;
  font-size: 14px;
  margin: 0;
  font-style: italic;
}

.linea-separadora {
  height: 2px;
  background: linear-gradient(90deg, #00b4d8, transparent);
  margin: 30px 0;
}

/* Estilos para el Cuerpo del Texto */
.cuerpo-legal {
  color: #e0e1dd;
  font-size: 16px;
  line-height: 1.7;
}

.cuerpo-legal p {
  margin-bottom: 25px;
}

.cuerpo-legal h2 {
  color: #ffffff;
  font-size: 20px;
  margin-top: 40px;
  margin-bottom: 15px;
  border-left: 3px solid #00b4d8;
  padding-left: 12px;
}

/* Listas ordenadas/desordenadas */
.cuerpo-legal ul {
  margin-bottom: 25px;
  padding-left: 20px;
}

.cuerpo-legal li {
  margin-bottom: 10px;
  position: relative;
  list-style-type: none;
}

.cuerpo-legal li::before {
  content: "•";
  color: #00b4d8;
  font-weight: bold;
  display: inline-block; 
  width: 1em;
  margin-left: -1em;
}

/* Botón de regreso */
.pie-legal {
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.enlace-volver {
  color: #00b4d8;
  text-decoration: none;
  font-weight: bold;
  font-size: 15px;
  transition: color 0.3s ease;
}

.enlace-volver:hover {
  color: #0096c7;
}

/* Adaptación para Celulares */
@media (max-width: 768px) {
  .tarjeta-legal {
    padding: 30px 20px;
  }
  
  .titulo-legal {
    font-size: 24px;
  }
  
  .cuerpo-legal h2 {
    font-size: 18px;
  }
}/* End custom CSS */