/* Start custom CSS for html, class: .elementor-element-5ab9c99 *//* ==========================================
   ESTILOS PÁGINA LEGAL / POLÍTICA DE COOKIES
   ========================================== */

.legal-page-container {
  max-width: 860px;
  margin: 0 auto;
  padding: 40px 20px;
  color: #2b2b2b;
  font-family: inherit;
  line-height: 1.7;
}

.legal-header {
  margin-bottom: 35px;
  border-bottom: 2px solid #e8edf2;
  padding-bottom: 20px;
}

.legal-header h1 {
  font-size: 2.2rem;
  color: #0741d3;
  margin-bottom: 8px;
  font-weight: 700;
}

.legal-updated {
  font-size: 0.9rem;
  color: #666;
  margin: 0;
}

.legal-section {
  margin-bottom: 32px;
}

.legal-section h2 {
  font-size: 1.4rem;
  color: #111;
  margin-top: 0;
  margin-bottom: 14px;
  font-weight: 600;
}

.legal-section h3 {
  font-size: 1.1rem;
  color: #0741d3;
  margin-top: 18px;
  margin-bottom: 8px;
  font-weight: 600;
}

.legal-section p {
  margin-bottom: 14px;
  font-size: 1rem;
}

.legal-section ul {
  padding-left: 20px;
  margin-bottom: 16px;
}

.legal-section li {
  margin-bottom: 8px;
}

.legal-section a {
  color: #0741d3;
  text-decoration: underline;
  transition: color 0.2s ease;
}

.legal-section a:hover {
  color: #002ca0;
}

/* Tabla de cookies */
.table-responsive {
  width: 100%;
  overflow-x: auto;
  margin-top: 15px;
  margin-bottom: 20px;
}

.cookies-table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  font-size: 0.95rem;
  background-color: #ffffff;
  border: 1px solid #e8edf2;
  border-radius: 6px;
  overflow: hidden;
}

.cookies-table th, 
.cookies-table td {
  padding: 12px 16px;
  border-bottom: 1px solid #e8edf2;
}

.cookies-table th {
  background-color: #e8edf2;
  color: #0741d3;
  font-weight: 600;
}

.cookies-table tr:last-child td {
  border-bottom: none;
}

.cookies-table code {
  background-color: #f1f4f8;
  padding: 2px 6px;
  border-radius: 4px;
  color: #d63384;
  font-size: 0.85em;
}

/* Enlaces de navegadores */
.browser-links {
  list-style-type: square;
}

/* Responsive */
@media (max-width: 768px) {
  .legal-page-container {
    padding: 20px 15px;
  }
  
  .legal-header h1 {
    font-size: 1.8rem;
  }
  
  .cookies-table th, 
  .cookies-table td {
    padding: 10px;
    font-size: 0.88rem;
  }
}/* End custom CSS */