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