html,
body,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif;
}
.w3-sidebar {
  z-index: 3;
  width: 250px;
  top: 43px;
  bottom: 0;
  height: inherit;
}

body {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  background-color: #f9f9f9;
  color: #333;
  /* line-height: 1.6; */
}
.row-full-height {
  height: calc(100vh - 43px); /*menos alto footer */
}
.container {
  /*max-width: 900px;
  margin: 0 auto;*/
  background: #fff;
  padding: 2rem;
  border-radius: 12px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

h2 {
  font-size: 1.6rem;
  /*color: #1e4c82;*/
  margin-bottom: 1rem;
}

h3 {
  font-size: 1.4rem;
  color: #2c3e50;
  margin-top: 2rem;
}
table {
  background-color: white;
  width: 100%;
  border-collapse: collapse;
  margin-top: 1rem;
}

table th,
table td {
  border: 1px solid #ccc;
  padding: 0.75rem;
  text-align: left;
}

table thead {
  background-color: #f0f4f8;
}

.section {
  margin-bottom: 2rem;
}
.glossary-term {
  margin-bottom: 1.5rem;
}

.w3-padding-32-lr {
  padding-left: 32px !important;
  padding-right: 32px !important;
}
.ml-45 {
  margin-left: 45px;
}

@media (max-width: 992px) {
  .ml-45 {
    margin-left: 0;
  }
  .w3-padding-32-lr {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}
