/* [project]/src/app/terminos_y_condiciones/terminoscondiciones.css [app-client] (css) */
.terms-container {
  color: #333;
  background-color: #f9f9f9;
  border-radius: 12px;
  margin: 0 auto;
  padding: 2rem;
  font-family: Segoe UI, Tahoma, Geneva, Verdana, sans-serif;
  line-height: 1.7;
  box-shadow: 0 4px 20px rgba(0, 0, 0, .05);
}

.terms-header {
  text-align: center;
  border-bottom: 2px solid #e0e0e0;
  margin-bottom: 2.5rem;
  padding-bottom: 1.5rem;
}

.terms-header h1 {
  color: #1a1a1a;
  margin: 0;
  font-size: 2.2rem;
  font-weight: 700;
}

.last-updated {
  color: #666;
  margin-top: .5rem;
  font-size: .95rem;
}

.terms-section {
  margin-bottom: 2.5rem;
}

.terms-section h2 {
  color: #2c3e50;
  border-left: 4px solid #3498db;
  margin-bottom: 1.2rem;
  padding-left: .7rem;
  font-size: 1.8rem;
}

.terms-section h3 {
  color: #2c3e50;
  margin: 1.5rem 0 .8rem;
  font-size: 1.4rem;
}

.terms-section p {
  margin-bottom: 1rem;
  font-size: 1.05rem;
}

.terms-list {
  margin-bottom: 1.5rem;
  padding-left: 1.5rem;
}

.terms-list li {
  margin-bottom: .8rem;
  font-size: 1.05rem;
}

.terms-list li strong {
  color: #2c3e50;
}

.terms-link {
  color: #3498db;
  font-weight: 600;
  text-decoration: none;
  transition: color .2s;
}

.terms-link:hover {
  color: #2980b9;
  text-decoration: underline;
}

.payment-logos {
  flex-wrap: wrap;
  gap: 1rem;
  margin: 1rem 0 1.5rem;
  display: flex;
}

.payment-icon {
  color: #333;
  background-color: #f0f0f0;
  border: 1px solid #ddd;
  border-radius: 20px;
  padding: .5rem 1rem;
  font-size: .9rem;
  font-weight: 600;
}

.disclaimer {
  background-color: #ecf0f1;
  border-left: 4px solid #e74c3c;
  border-radius: 8px;
  margin: 1.5rem 0;
  padding: 1.2rem;
  font-size: 1rem;
}

.disclaimer strong {
  color: #e74c3c;
}

.terms-footer {
  text-align: center;
  color: #666;
  border-top: 1px solid #e0e0e0;
  margin-top: 3rem;
  padding-top: 2rem;
  font-size: .9rem;
}

@media (max-width: 768px) {
  .terms-container {
    padding: 1.5rem;
  }

  .terms-header h1 {
    font-size: 1.8rem;
  }

  .terms-section h2 {
    font-size: 1.6rem;
  }

  .terms-section h3 {
    font-size: 1.3rem;
  }

  .payment-logos {
    justify-content: center;
  }

  .payment-icon {
    padding: .4rem .8rem;
    font-size: .85rem;
  }
}

/*# sourceMappingURL=src_app_terminos_y_condiciones_terminoscondiciones_a676ea46.css.map*/