.elementor-33875 .elementor-element.elementor-element-6d5e7e8{--display:flex;}/* Start custom CSS for html, class: .elementor-element-b3955a5 */:root {
  --bg-dark: #0f2a1b;
  --bg-light: #f6f8f6;
  --brand: #8bc34a;
  --accent: #ff8a00;
  --text-main: #2d2d2d;
  --text-muted: #6b6b6b;
  --radius: 12px;
  --shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}

.cookies-section {
  font-family: "Inter", "Segoe UI", sans-serif;
  color: var(--text-main);
  background: var(--bg-light);
  line-height: 1.7;
  overflow-x: hidden;
  padding-bottom: 4rem;
}

/* Hero */
.cookies-hero {
  background: linear-gradient(135deg, var(--bg-dark), #1e4d32);
  color: #fff;
  text-align: center;
  padding: 5rem 2rem;
  border-radius: 0 0 var(--radius) var(--radius);
  box-shadow: var(--shadow);
}

.cookies-hero h1 {
  font-size: 2.8rem;
  font-weight: 800;
  letter-spacing: -1px;
}

.cookies-hero .subtitle {
  font-size: 1.2rem;
  margin-top: 1rem;
  color: #d4e7d4;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

/* Contenido */
.cookies-content {
  max-width: 900px;
  margin: 3rem auto;
  padding: 2.5rem;
  background: #fff;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.cookies-content h2 {
  margin-top: 2rem;
  font-size: 1.5rem;
  color: var(--bg-dark);
  border-left: 4px solid var(--brand);
  padding-left: 0.75rem;
}

.cookies-content p {
  margin: 1rem 0;
  color: var(--text-muted);
  text-align: justify;
}

.cookies-content ul {
  list-style: none;
  margin: 1rem 0 1.5rem 0;
  padding: 0;
}

.cookies-content ul li {
  margin: 0.5rem 0;
  padding-left: 1.2rem;
  position: relative;
  color: var(--text-muted);
}

.cookies-content ul li::before {
  content: "•";
  color: var(--brand);
  position: absolute;
  left: 0;
  font-weight: bold;
}

.cookies-content a {
  color: var(--accent);
  text-decoration: none;
}

.cookies-content a:hover {
  text-decoration: underline;
}

.contact-info {
  margin: 2rem 0;
  text-align: center;
}

.contact-info a {
  color: var(--accent);
  font-weight: 600;
}

/* Footer */
.cookies-footer {
  text-align: center;
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid #eee;
  color: var(--text-muted);
  font-size: 0.9rem;
}

/* Responsive */
@media (max-width: 768px) {
  .cookies-hero h1 {
    font-size: 2.2rem;
  }

  .cookies-content {
    margin: 2rem 1rem;
    padding: 1.5rem;
  }
}/* End custom CSS */