:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-adf6e8b */.gyt-manuales {
  max-width: 900px;
  margin: 70px auto;
  padding: 0 24px;
}
.gyt-man-header-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}
.gyt-man-header-top span {
  display: block;
  color: #b00000;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.gyt-man-header-top h2 {
  font-size: 30px;
  font-weight: 800;
  color: #111;
}
.gyt-man-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-man-back:hover {
  background: #fff3f3;
  border-color: #b00000;
}
.gyt-man-intro {
  color: #666;
  font-size: 15px;
  margin: 12px 0 32px;
}
.gyt-man-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.gyt-man-item {
  display: flex;
  align-items: center;
  gap: 18px;
  background: #fff !important;
  border: 1px solid #eee;
  border-radius: 16px;
  padding: 20px 24px;
  text-decoration: none;
  color: inherit !important;
  cursor: pointer;
  width: 100%;
  text-align: left;
  font-family: inherit;
  transition: .2s ease;
}
.gyt-man-item:hover {
  border-color: #f0d5d5;
  background: #fff8f8 !important;
  transform: translateY(-2px);
}
.gyt-man-icon {
  width: 48px;
  height: 48px;
  flex: none;
  border-radius: 13px;
  background: #fff3f3;
  color: #b00000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 19px;
}
.gyt-man-info {
  flex: 1;
}
.gyt-man-info h3 {
  font-size: 16px;
  color: #111 !important;
  margin-bottom: 4px;
}
.gyt-man-info p {
  font-size: 13.5px;
  color: #666 !important;
  margin: 0;
  line-height: 1.6;
}
.gyt-man-arrow {
  color: #b00000 !important;
  font-size: 13px;
  flex: none;
}

/* MODAL BASE */
.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;
}

/* MODAL VARIANTE: LISTA DE LINKS */
.gyt-modal-box-list {
  max-width: 460px;
  text-align: left;
}
.gyt-modal-box-list .gyt-modal-icon,
.gyt-modal-box-list .gyt-modal-tag,
.gyt-modal-box-list h3 {
  text-align: center;
}
.gyt-modal-icon-blue {
  background: #edf3fc;
  color: #1a5fb4;
}
.gyt-modal-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 20px;
}
.gyt-modal-links a {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #faf8f8;
  border: 1px solid #f0e4e4;
  border-radius: 12px;
  padding: 14px 16px;
  text-decoration: none !important;
  color: #333 !important;
  font-size: 13.5px;
  font-weight: 600;
  transition: .2s ease;
}
.gyt-modal-links a:hover {
  background: #fff3f3;
  border-color: #b00000;
}
.gyt-modal-links a i {
  color: #b00000 !important;
  font-size: 15px;
  flex: none;
}

@media(max-width: 700px) {
  .gyt-man-header-top {
    flex-direction: column;
  }
}/* End custom CSS */