:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-9f9a55d */.tramites-page {
  max-width: 980px;
  margin: 70px auto;
  padding: 0 24px;
}
.tram-header-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}
.tram-header-top span {
  display: block;
  color: #b00000;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.tram-header-top h2 {
  font-size: 30px;
  font-weight: 800;
  color: #111;
}
.tram-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;
}
.tram-back:hover {
  background: #fff3f3;
  border-color: #b00000;
}
.tram-intro {
  color: #666;
  font-size: 15px;
  margin: 12px 0 22px;
}
.tram-mpv-box {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  background: #fff3f3;
  border: 1px solid #f5d9d9;
  border-radius: 14px;
  padding: 16px 20px;
  margin-bottom: 30px;
}
.tram-mpv-box i {
  color: #b00000;
  font-size: 15px;
  margin-top: 2px;
}
.tram-mpv-box p {
  color: #8a2c2c;
  font-size: 13.5px;
  line-height: 1.7;
  margin: 0;
}
.tram-mpv-box a {
  color: #b00000;
  font-weight: 700;
}
.tramites-page input {
  display: none;
}
.tram-level-tabs {
  display: flex;
  gap: 10px;
  margin-bottom: 24px;
}
.tram-level-tab {
  flex: 1;
  text-align: center;
  padding: 14px;
  background: #f5f5f5;
  border-radius: 14px;
  font-size: 14px;
  font-weight: 700;
  color: #555;
  cursor: pointer;
  transition: .2s ease;
}
#tram-pre:checked ~ .tram-level-tabs label[for="tram-pre"],
#tram-pos:checked ~ .tram-level-tabs label[for="tram-pos"] {
  background: #b00000;
  color: #fff;
}
.tram-level-panel {
  display: none;
}
#tram-pre:checked ~ .tram-panel-pre,
#tram-pos:checked ~ .tram-panel-pos {
  display: block;
}
.tram-accordion {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.tram-item {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 14px;
  overflow: hidden;
}
.tram-item-head {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 20px;
  background: #fff !important;
  cursor: pointer;
  color: inherit !important;
}
.tram-item input:checked ~ .tram-item-head {
  background: #fafafa !important;
}
.tram-item-icon {
  width: 38px;
  height: 38px;
  flex: none;
  border-radius: 10px;
  background: #fff3f3;
  color: #b00000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
}
.tram-item-title {
  flex: 1;
  font-size: 14.5px;
  font-weight: 700;
  color: #222 !important;
}
.tram-item-price {
  color: #b00000 !important;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
}
.tram-chevron {
  color: #999;
  font-size: 13px;
  transition: transform .25s ease;
}
.tram-item input:checked ~ .tram-item-head .tram-chevron {
  transform: rotate(180deg);
}
.tram-item-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height .3s ease;
  padding: 0 20px;
}
.tram-item input:checked ~ .tram-item-body {
  max-height: 900px;
  padding: 0 20px 22px;
}
.tram-item-body p {
  color: #555;
  font-size: 14px;
  line-height: 1.75;
  margin: 6px 0 12px;
}
.tram-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #888;
  font-size: 12.5px;
  margin-bottom: 14px;
}
.tram-meta i {
  color: #b00000;
}
.tram-item-body h5 {
  font-size: 12.5px;
  text-transform: uppercase;
  letter-spacing: .4px;
  color: #999;
  margin-bottom: 8px;
}
.tram-item-body ul {
  margin: 0 0 14px;
  padding-left: 18px;
}
.tram-item-body li {
  color: #555;
  font-size: 13.5px;
  line-height: 1.75;
}
.tram-warning {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  background: #fff8e8;
  border: 1px solid #f3e6bb;
  border-radius: 10px;
  padding: 12px 14px;
  margin-top: 10px;
  color: #6b5312;
  font-size: 12.5px;
  line-height: 1.6;
}
.tram-warning i {
  color: #b3860a;
  font-size: 13px;
  margin-top: 2px;
}
.tram-warning a {
  color: #6b5312;
  font-weight: 700;
}
@media(max-width: 700px) {
  .tram-header-top {
    flex-direction: column;
  }
  .tram-item-title {
    font-size: 13.5px;
  }
  .tram-item-price {
    display: none;
  }
}/* End custom CSS */