:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-be34ea0 */.gyt-nivel-page {
  max-width: 1020px;
  margin: 70px auto;
  padding: 0 24px;
}
.gyt-nivel-header-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}
.gyt-nivel-header-top span {
  display: block;
  color: #b00000;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.gyt-nivel-header-top h2 {
  font-size: 30px;
  font-weight: 800;
  color: #111;
}
.gyt-nivel-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;
}
.gyt-nivel-back:hover {
  background: #fff3f3;
  border-color: #b00000;
}
.gyt-nivel-intro {
  color: #666;
  font-size: 15px;
  margin: 12px 0 30px;
}
.gyt-nivel-page input {
  display: none;
}
.gyt-nivel-tabs-nav {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-bottom: 4px;
}
.gyt-nivel-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;
}
.gyt-nivel-tab i {
  font-size: 19px;
  color: #b00000;
}
.gyt-nivel-tab span {
  font-size: 13px;
  font-weight: 700;
  color: #555;
}
#ntp-1:checked ~ .gyt-nivel-tabs-nav label[for="ntp-1"],
#ntp-2:checked ~ .gyt-nivel-tabs-nav label[for="ntp-2"],
#ntp-3:checked ~ .gyt-nivel-tabs-nav label[for="ntp-3"] {
  background: linear-gradient(135deg, #b00000, #8a0000);
  border-color: #b00000;
}
#ntp-1:checked ~ .gyt-nivel-tabs-nav label[for="ntp-1"] i,
#ntp-1:checked ~ .gyt-nivel-tabs-nav label[for="ntp-1"] span,
#ntp-2:checked ~ .gyt-nivel-tabs-nav label[for="ntp-2"] i,
#ntp-2:checked ~ .gyt-nivel-tabs-nav label[for="ntp-2"] span,
#ntp-3:checked ~ .gyt-nivel-tabs-nav label[for="ntp-3"] i,
#ntp-3:checked ~ .gyt-nivel-tabs-nav label[for="ntp-3"] span {
  color: #fff;
}
.gyt-nivel-panel {
  display: none;
  background: #fff;
  border: 1px solid #eee;
  border-top: 4px solid #b00000;
  border-radius: 0 0 20px 20px;
  padding: 40px;
}
#ntp-1:checked ~ .gyt-nivel-panel-1,
#ntp-2:checked ~ .gyt-nivel-panel-2,
#ntp-3:checked ~ .gyt-nivel-panel-3 {
  display: block;
}
.gyt-sub-tabs {
  display: flex;
  gap: 10px;
  margin-bottom: 26px;
}
.gyt-sub-tab {
  padding: 10px 20px;
  background: #f5f5f5;
  border-radius: 50px;
  font-size: 13.5px;
  font-weight: 700;
  color: #666;
  cursor: pointer;
  transition: .2s ease;
}
#pob-1:checked ~ .gyt-sub-tabs label[for="pob-1"],
#pob-2:checked ~ .gyt-sub-tabs label[for="pob-2"],
#ptt-1:checked ~ .gyt-sub-tabs label[for="ptt-1"],
#ptt-2:checked ~ .gyt-sub-tabs label[for="ptt-2"] {
  background: #fff3f3;
  color: #b00000;
}
.gyt-sub-panel {
  display: none;
}
#pob-1:checked ~ .gyt-sub-panel-pob1,
#pob-2:checked ~ .gyt-sub-panel-pob2,
#ptt-1:checked ~ .gyt-sub-panel-ptt1,
#ptt-2:checked ~ .gyt-sub-panel-ptt2 {
  display: block;
}
.gyt-nivel-panel h4 {
  font-size: 20px;
  color: #111;
  font-weight: 800;
  margin-bottom: 14px;
}
.gyt-desc {
  color: #555;
  font-size: 14.5px;
  line-height: 1.85;
  margin-bottom: 22px;
}
.gyt-bullet-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 24px;
}
.gyt-bullet {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #444;
  font-size: 14px;
  line-height: 1.7;
}
.gyt-bullet i {
  color: #b00000;
  font-size: 13px;
  margin-top: 4px;
  flex: none;
}
.gyt-nivel-panel h5 {
  font-size: 14.5px;
  color: #b00000;
  font-weight: 700;
  margin-bottom: 12px;
}
.gyt-req-list {
  margin: 0 0 22px;
  padding-left: 22px;
}
.gyt-req-list li {
  color: #444;
  font-size: 14px;
  line-height: 1.85;
  margin-bottom: 6px;
}
.gyt-req-list a {
  color: #b00000;
  font-weight: 600;
}
.gyt-note {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  background: #fff8e8;
  border: 1px solid #f3e6bb;
  border-radius: 12px;
  padding: 14px 18px;
  margin-bottom: 20px;
}
.gyt-note i {
  color: #b3860a;
  font-size: 14px;
  margin-top: 2px;
}
.gyt-note p {
  color: #6b5312;
  font-size: 13px;
  line-height: 1.6;
  margin: 0;
}
.gyt-note a {
  color: #6b5312;
  font-weight: 700;
}
.gyt-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #b00000 !important;
  color: #fff !important;
  text-decoration: none !important;
  font-size: 14px;
  font-weight: 700;
  padding: 13px 22px;
  border-radius: 50px;
  transition: .2s ease;
  border: none;
  cursor: pointer;
  font-family: inherit;
}
.gyt-cta-btn:hover {
  background: #8a0000 !important;
}
.gyt-cta-small {
  padding: 10px 18px;
  font-size: 13px;
}
.gyt-empty-state {
  text-align: center;
  padding: 40px 20px;
  background: #faf8f8;
  border: 1px dashed #e0d0d0;
  border-radius: 16px;
}
.gyt-empty-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 16px;
  border-radius: 50%;
  background: #fff3f3;
  color: #b00000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}
.gyt-empty-state h5 {
  color: #111 !important;
  font-size: 16px;
  margin-bottom: 8px;
}
.gyt-empty-state p {
  color: #777;
  font-size: 13.5px;
  margin-bottom: 20px;
}
.gyt-sust-group {
  margin-bottom: 28px;
}
.gyt-sust-group:last-child {
  margin-bottom: 0;
}
.gyt-sust-group h5 {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #111 !important;
  font-size: 15px;
  margin-bottom: 12px;
}
.gyt-sust-group h5 i {
  color: #b00000;
}
.gyt-doc-list {
  display: flex;
  flex-direction: column;
  border: 1px solid #eee;
  border-radius: 14px;
  overflow: hidden;
}
.gyt-doc-list a {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 18px;
  text-decoration: none !important;
  color: #333 !important;
  border-bottom: 1px solid #f2f2f2;
  font-size: 13.5px;
  font-weight: 600;
  transition: .2s ease;
}
.gyt-doc-list a:last-child {
  border-bottom: none;
}
.gyt-doc-list a:hover {
  background: #fff8f8 !important;
}
.gyt-doc-list a i:first-child {
  color: #b00000 !important;
  font-size: 14px;
}
.gyt-doc-arrow {
  margin-left: auto;
  font-size: 11px;
  color: #b00000 !important;
  opacity: 0;
  transition: .2s ease;
}
.gyt-doc-list a:hover .gyt-doc-arrow {
  opacity: 1;
}
.gyt-modal-overlay {
  display: none;
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.6);
  z-index: 9999;
  align-items: center;
  justify-content: center;
  padding: 24px;
}
.gyt-modal-overlay.activo {
  display: flex;
}
.gyt-modal-box {
  position: relative;
  background: #fff;
  border-radius: 24px;
  max-width: 420px;
  width: 100%;
  padding: 44px 36px;
  text-align: center;
  animation: gytModalIn .3s ease;
}
@keyframes gytModalIn {
  from { opacity: 0; transform: translateY(20px) scale(.97); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}
.gyt-modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  background: #f4f4f4 !important;
  border: none !important;
  width: 34px !important;
  height: 34px !important;
  min-width: 34px;
  padding: 0 !important;
  margin: 0;
  border-radius: 50% !important;
  font-size: 18px;
  color: #555 !important;
  cursor: pointer;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
.gyt-modal-close:hover {
  background: #b00000 !important;
  color: #fff !important;
}
.gyt-modal-icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 18px;
  border-radius: 50%;
  background: #fff8e8;
  color: #b8860b;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
}
.gyt-modal-tag {
  display: inline-block;
  background: #fff3f3;
  color: #b00000;
  font-size: 11.5px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 50px;
  margin-bottom: 14px;
}
.gyt-modal-box h3 {
  font-size: 19px;
  color: #111;
  margin-bottom: 10px;
}
.gyt-modal-box p {
  color: #666;
  font-size: 14px;
  line-height: 1.7;
}
@media(max-width: 800px) {
  .gyt-nivel-header-top {
    flex-direction: column;
  }
  .gyt-nivel-tabs-nav {
    grid-template-columns: 1fr;
  }
  .gyt-nivel-panel {
    padding: 26px 20px;
  }
  .gyt-sub-tabs {
    flex-wrap: wrap;
  }
}/* End custom CSS */