/* Start custom CSS for html, class: .elementor-element-61f2feb */.terminos-condiciones {
  max-width: 900px;
  margin: 40px auto;
  padding: 30px;
  background: #ffffff;
  border-radius: 8px;
  line-height: 1.8;
  font-family: "Helvetica Neue", Arial, sans-serif;
  color: #333;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.terminos-condiciones h1 {
  font-size: 2rem;
  color: #1a1a1a;
  margin-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.terminos-condiciones h2 {
  font-size: 1.4rem;
  margin-top: 30px;
  margin-bottom: 10px;
  color: #0056b3;
  border-left: 4px solid #0056b3;
  padding-left: 10px;
}

.terminos-condiciones p {
  margin-bottom: 15px;
  text-align: justify;
}

.terminos-condiciones ul,
.terminos-condiciones ol {
  margin: 15px 0 20px 30px;
  padding: 0;
}

.terminos-condiciones li {
  margin-bottom: 8px;
}

.terminos-condiciones a {
  color: #0056b3;
  text-decoration: none;
  transition: color 0.3s ease;
}

.terminos-condiciones a:hover {
  color: #ff6600;
  text-decoration: underline;
}/* End custom CSS */