:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-8a86877 */.matricula-tabs {
  max-width: 1020px;
  margin: 70px auto;
  padding: 0 24px;
}
.mat-header-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}
.mat-header-top span {
  display: block;
  color: #b00000;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.mat-header-top h2 {
  font-size: 30px;
  font-weight: 800;
  color: #111;
}
.mat-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;
}
.mat-back:hover {
  background: #fff3f3;
  border-color: #b00000;
}
.mat-intro {
  color: #666;
  font-size: 15px;
  margin: 12px 0 30px;
}
.matricula-tabs input {
  display: none;
}
.mat-tabs-nav {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-bottom: 4px;
}
.mat-tab {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  text-align: center;
  padding: 18px 12px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 16px 16px 0 0;
  cursor: pointer;
  transition: .2s ease;
}
.mat-tab i {
  font-size: 19px;
  color: #b00000;
}
.mat-tab span {
  font-size: 12.5px;
  font-weight: 700;
  color: #555;
}
.mat-tab:hover {
  background: #fafafa;
}
#mat-1:checked ~ .mat-tabs-nav label[for="mat-1"],
#mat-2:checked ~ .mat-tabs-nav label[for="mat-2"],
#mat-3:checked ~ .mat-tabs-nav label[for="mat-3"],
#mat-4:checked ~ .mat-tabs-nav label[for="mat-4"] {
  background: #b00000;
  border-color: #b00000;
}
#mat-1:checked ~ .mat-tabs-nav label[for="mat-1"] i,
#mat-1:checked ~ .mat-tabs-nav label[for="mat-1"] span,
#mat-2:checked ~ .mat-tabs-nav label[for="mat-2"] i,
#mat-2:checked ~ .mat-tabs-nav label[for="mat-2"] span,
#mat-3:checked ~ .mat-tabs-nav label[for="mat-3"] i,
#mat-3:checked ~ .mat-tabs-nav label[for="mat-3"] span,
#mat-4:checked ~ .mat-tabs-nav label[for="mat-4"] i,
#mat-4:checked ~ .mat-tabs-nav label[for="mat-4"] span {
  color: #fff;
}
.mat-panel {
  display: none;
  background: #fff;
  border: 1px solid #eee;
  border-top: 4px solid #b00000;
  border-radius: 0 0 20px 20px;
  padding: 40px;
  animation: matFade .3s ease;
}
@keyframes matFade {
  from { opacity: 0; transform: translateY(6px); }
  to { opacity: 1; transform: translateY(0); }
}
#mat-1:checked ~ .mat-panel-1,
#mat-2:checked ~ .mat-panel-2,
#mat-3:checked ~ .mat-panel-3,
#mat-4:checked ~ .mat-panel-4 {
  display: block;
}
.mat-tag {
  display: inline-block;
  background: #fff3f3;
  color: #b00000;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .5px;
  padding: 7px 16px;
  border-radius: 50px;
  margin-bottom: 22px;
}
.mat-group-title {
  font-size: 15px;
  color: #111;
  font-weight: 700;
  margin: 26px 0 12px;
}
.mat-group-title:first-child {
  margin-top: 0;
}
.mat-sub {
  color: #888;
  font-size: 13px;
  margin: -6px 0 12px;
}
.mat-doc-list {
  display: flex;
  flex-direction: column;
  border: 1px solid #eee;
  border-radius: 14px;
  overflow: hidden;
}
.mat-doc {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 15px 20px;
  text-decoration: none;
  color: #333;
  border-bottom: 1px solid #f2f2f2;
  transition: .2s ease;
}
.mat-doc:last-child {
  border-bottom: none;
}
.mat-doc:hover {
  background: #fff8f8;
}
.mat-doc i:first-child {
  color: #b00000;
  font-size: 16px;
}
.mat-doc span {
  flex: 1;
  font-size: 14px;
  font-weight: 600;
}
.mat-doc-arrow {
  font-size: 12px;
  color: #b00000;
  opacity: 0;
  transition: .2s ease;
}
.mat-doc:hover .mat-doc-arrow {
  opacity: 1;
}
.mat-simple-table {
  background: #faf8f8;
  border: 1px solid #f0e4e4;
  border-radius: 14px;
  overflow: hidden;
  margin-bottom: 18px;
}
.mat-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 22px;
  border-bottom: 1px solid #f2e6e6;
  flex-wrap: wrap;
}
.mat-row:last-child {
  border-bottom: none;
}
.mat-row span {
  color: #555;
  font-size: 14px;
}
.mat-row strong {
  color: #b00000;
  font-size: 14px;
  font-weight: 700;
}
.mat-note {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px 18px;
  background: #f0f6ff;
  border-radius: 12px;
  border: 1px solid #d9e6fb;
  margin-bottom: 8px;
}
.mat-note i {
  color: #1a5fb4;
  font-size: 14px;
  margin-top: 2px;
}
.mat-note p {
  color: #345580;
  font-size: 13px;
  line-height: 1.6;
  margin: 0;
}
.mat-note a {
  color: #1a5fb4;
  font-weight: 700;
}
.mat-table-wrap {
  overflow-x: auto;
  border: 1px solid #eee;
  border-radius: 14px;
  margin-bottom: 8px;
}
.mat-datatable {
  width: 100%;
  border-collapse: collapse;
  font-size: 13.5px;
}
.mat-datatable thead th {
  background: #f8f8f8;
  color: #888;
  font-size: 11.5px;
  font-weight: 800;
  text-transform: uppercase;
  padding: 12px 16px;
  text-align: left;
  white-space: nowrap;
}
.mat-datatable tbody td {
  padding: 10px 16px;
  border-top: 1px solid #f2f2f2;
  color: #444;
}
.mat-datatable tbody tr:hover {
  background: #fafafa;
}
.mat-guide-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #b00000;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  padding: 13px 22px;
  border-radius: 50px;
  margin-top: 8px;
  transition: .2s ease;
}
.mat-guide-btn:hover {
  background: #8a0000;
  color: #fff;
}
@media(max-width: 800px) {
  .mat-header-top {
    flex-direction: column;
  }
  .mat-tabs-nav {
    grid-template-columns: repeat(2, 1fr);
  }
  .mat-tab span {
    font-size: 11px;
  }
  .mat-panel {
    padding: 26px 18px;
  }
  .mat-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }
}/* End custom CSS */