:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-3439169 */.grupo-superior {
  max-width: 980px;
  margin: 70px auto;
  padding: 0 24px;
}
.gs-header-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}
.gs-header-top span {
  display: block;
  color: #b00000;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.gs-header-top h2 {
  font-size: 30px;
  font-weight: 800;
  color: #111;
}
.gs-back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #b00000;
  font-size: 13.5px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  padding: 10px 18px;
  border: 1px solid #f0d5d5;
  border-radius: 50px;
  transition: .2s ease;
  flex: none;
  margin-top: 6px;
}
.gs-back:hover {
  background: #fff3f3;
  border-color: #b00000;
}
.gs-intro {
  color: #666;
  font-size: 15px;
  margin: 12px 0 30px;
}
.gs-search {
  position: relative;
  margin-bottom: 26px;
}
.gs-search i {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #999;
  font-size: 14px;
}
.gs-search input {
  width: 100%;
  padding: 16px 20px 16px 48px;
  border: 2px solid #eee;
  border-radius: 50px;
  font-size: 14.5px;
  font-family: inherit;
  transition: .25s ease;
  box-sizing: border-box;
}
.gs-search input:focus {
  outline: none;
  border-color: #b00000;
  box-shadow: 0 0 0 4px rgba(176,0,0,.08);
}
.gs-school-tabs {
  display: flex;
  gap: 10px;
  margin-bottom: 22px;
}
.gs-school-btn {
  flex: 1;
  padding: 14px;
  background: #f5f5f5;
  border: none;
  border-radius: 14px;
  font-size: 14px;
  font-weight: 700;
  color: #555;
  cursor: pointer;
  transition: .25s ease;
  font-family: inherit;
}
.gs-school-btn.active {
  background: #b00000;
  color: #fff;
}
.gs-school-panel {
  display: none;
}
.gs-school-panel.active {
  display: block;
}
.gs-sub-tabs {
  display: flex;
  gap: 8px;
  margin-bottom: 18px;
}
.gs-sub-btn {
  padding: 9px 18px;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 700;
  color: #666;
  cursor: pointer;
  transition: .2s ease;
  font-family: inherit;
}
.gs-sub-btn.active {
  background: #fff3f3;
  border-color: #b00000;
  color: #b00000;
}
.gs-list {
  display: none;
}
.gs-list.active {
  display: block;
}
.gs-table-wrap {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 16px;
  overflow: hidden;
  max-height: 520px;
  overflow-y: auto;
}
.gs-table-header {
  display: grid;
  grid-template-columns: 50px 160px 1fr;
  gap: 14px;
  padding: 14px 22px;
  background: #f8f8f8;
  font-size: 11.5px;
  font-weight: 800;
  text-transform: uppercase;
  color: #888;
  position: sticky;
  top: 0;
  z-index: 2;
}
.gs-row {
  display: grid;
  grid-template-columns: 50px 160px 1fr;
  gap: 14px;
  padding: 13px 22px;
  border-top: 1px solid #f2f2f2;
  font-size: 13.5px;
  color: #333;
  align-items: center;
}
.gs-row span:first-child {
  color: #999;
  font-size: 12px;
}
.gs-row span:nth-child(2) {
  color: #b00000;
  font-weight: 600;
  font-size: 13px;
}
.gs-no-results {
  display: none;
  padding: 30px;
  text-align: center;
  color: #999;
  font-size: 14px;
}
@media(max-width: 640px) {
  .gs-header-top {
    flex-direction: column;
  }
  .gs-table-header,
  .gs-row {
    grid-template-columns: 34px 100px 1fr;
    gap: 8px;
    font-size: 12.5px;
    padding: 12px 14px;
  }
  .gs-school-tabs {
    flex-direction: column;
  }
}/* End custom CSS */