/* Reset y base */
body.bg-white {
  background-color: #fff;
  color: #1f2937; /* gris oscuro */
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  line-height: 1.6;
  margin: 0;
  padding: 0;
}

section#psicologia-trading {
  background-color: #fff;
  padding: 4rem 1rem; /* py-16 = 64px, px-4 = 16px */
  max-width: 1280px; /* max-w-5xl ~ 80rem */
  margin: 0 auto;
}

@media (min-width: 768px) {
  section#psicologia-trading {
    padding-left: 5rem;  /* md:px-20 = 80px */
    padding-right: 5rem;
  }
}

h2 {
  font-size: 2.25rem; /* text-4xl */
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 1rem;
}

p {
  font-size: 1.125rem; /* text-lg */
  color: #4b5563; /* text-gray-600 */
  margin-bottom: 2.5rem;
}

p strong {
  font-weight: 600;
  color: #1f2937;
}

h3 {
  font-size: 1.5rem; /* text-2xl */
  font-weight: 600;
  color: #1f2937;
  margin-bottom: 0.5rem;
}

.space-y-12 > div + div {
  margin-top: 3rem;
}

.text-gray-700 {
  color: #374151;
}

.text-gray-600 {
  color: #4b5563;
}

ul.list-disc {
  list-style-type: disc;
}

ul.list-inside {
  padding-left: 0;
  margin-left: 1.25rem; /* 20px */
}

.space-y-2 > li + li {
  margin-top: 0.5rem;
}

table {
  border-collapse: collapse;
  width: 100%;
  margin-top: 1rem;
  font-size: 0.875rem; /* text-sm */
  color: #374151;
}

thead {
  background-color: #f3f4f6; /* bg-gray-100 */
}

th, td {
  border: 1px solid #d1d5db; /* border-gray-300 */
  padding: 0.5rem 1rem;
  text-align: left;
}

.bg-gray-100 {
  background-color: #f3f4f6;
}

.bg-gray-100.p-6 {
  padding: 1.5rem;
  background-color: #f3f4f6;
  border-radius: 1rem; /* rounded-xl */
  text-align: center;
  margin-top: 3rem;
}

.text-xl {
  font-size: 1.25rem;
}

.text-sm {
  font-size: 0.875rem;
}

.italic {
  font-style: italic;
}

.font-semibold {
  font-weight: 600;
}

.font-bold {
  font-weight: 700;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.rounded-xl {
  border-radius: 1rem;
}
