@import url("../fonts.css");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.Legal-secciones {
  padding: 60px 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.legal-section {
  margin-bottom: 60px;
  padding-bottom: 40px;
  border-bottom: 1px solid #e0e0e0;
}

.legal-section:last-child {
  border-bottom: none;
}

.legal-title {
  font-family: "Montserrat-Bold";
  color: #143da5;
  font-size: 2rem;
  margin-bottom: 1.5rem;
}

.legal-subtitle {
  font-family: "Montserrat-Bold";
  color: #143da5;
  font-size: 1.5rem;
  margin: 1.8rem 0 1rem;
}

.legal-text {
  font-family: "Poppins-Regular";
  color: #333333;
  line-height: 1.7;
  margin-bottom: 1rem;
}

.legal-list {
  margin-left: 1.5rem;
  margin-bottom: 1.5rem;
}

.legal-list li {
  margin-bottom: 0.8rem;
  line-height: 1.6;
}

.legal-highlight {
  background-color: #f5f8ff;
  padding: 20px;
  border-left: 4px solid #143da5;
  margin: 20px 0;
  border-radius: 4px;
}

.legal-contact {
  margin-top: 30px;
  padding: 20px;
  background-color: #f9f9f9;
  border-radius: 8px;
}

.back-to-top {
  display: inline-block;
  margin-top: 20px;
  color: #143da5;
  text-decoration: none;
  font-family: "Poppins-Regular";
  font-weight: 600;
}

.back-to-top:hover {
  text-decoration: underline;
}

.legal-table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
}

.legal-table th,
.legal-table td {
  border: 1px solid #ddd;
  padding: 12px 15px;
  text-align: left;
}

.legal-table th {
  background-color: #f2f2f2;
  font-family: "Montserrat-Bold";
}

.legal-table tr:nth-child(even) {
  background-color: #f9f9f9;
}

@media (max-width: 768px) {
  .Legal-secciones {
    padding: 30px 15px;
  }

  .legal-title {
    font-size: 1.7rem;
  }

  .legal-subtitle {
    font-size: 1.3rem;
  }

  .legal-table {
    display: block;
    overflow-x: auto;
  }
}
