.elementor-47427 .elementor-element.elementor-element-e3a5534{width:var( --container-widget-width, 100% );max-width:100%;--container-widget-width:100%;--container-widget-flex-grow:0;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-29c16ce */.gyt-hero {
  max-width: 1180px;
  margin: 70px auto;
  padding: 0 24px;
}
.gyt-hero-top {
  display: flex;
  gap: 32px;
  align-items: center;
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 24px;
  padding: 44px;
  box-shadow: 0 20px 50px rgba(0,0,0,.06);
  position: relative;
  overflow: hidden;
  margin-bottom: 26px;
}
.gyt-hero-top::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: linear-gradient(90deg, #b00000, #b8860b);
}
.gyt-hero-seal {
  flex: none;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background: radial-gradient(circle, #fff8e8, #fdf1d0);
  border: 3px solid #b8860b;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gyt-hero-seal i {
  font-size: 44px;
  color: #b8860b;
}
.gyt-hero-text span {
  display: inline-block;
  color: #b00000;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 10px;
}
.gyt-hero-text h2 {
  font-size: 27px;
  font-weight: 800;
  color: #111;
  line-height: 1.3;
  margin-bottom: 12px;
}
.gyt-hero-text p {
  color: #555;
  font-size: 14.5px;
  line-height: 1.8;
}
.gyt-hero-stack {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.gyt-stack-item {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 16px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.gyt-stack-item i {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: #fff3f3;
  color: #b00000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}
.gyt-stack-item h4 {
  font-size: 14px;
  color: #111;
  margin-bottom: 4px;
}
.gyt-stack-item p {
  font-size: 12.5px;
  color: #666;
  line-height: 1.6;
}
@media(max-width: 900px) {
  .gyt-hero-top {
    flex-direction: column;
    text-align: center;
  }
  .gyt-hero-stack {
    grid-template-columns: repeat(2, 1fr);
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e3a5534 */.gyt-access {
  max-width: 1180px;
  margin: 70px auto;
  padding: 0 24px;
}
.gyt-access-header {
  text-align: center;
  margin-bottom: 40px;
}
.gyt-access-header span {
  display: inline-block;
  background: #fff3f3;
  color: #b00000;
  padding: 7px 16px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 14px;
}
.gyt-access-header h2 {
  font-size: 30px;
  font-weight: 800;
  color: #111;
}
.gyt-access-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.gyt-card {
  position: relative;
  background: #fff !important;
  border: 1px solid #ececec;
  border-radius: 18px;
  padding: 30px 26px;
  text-decoration: none;
  color: inherit !important;
  transition: .3s ease;
  overflow: hidden;
  width: 100%;
  text-align: left;
  font-family: inherit;
  cursor: pointer;
  display: block;
}
.gyt-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #b00000, #b8860b);
  transform: scaleX(0);
  transform-origin: left;
  transition: .3s ease;
}
.gyt-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 36px rgba(0,0,0,.07);
}
.gyt-card:hover::before {
  transform: scaleX(1);
}
.gyt-card-icon {
  width: 50px;
  height: 50px;
  border-radius: 14px;
  background: #fff3f3;
  color: #b00000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin-bottom: 18px;
}
.gyt-card h3 {
  font-size: 18px;
  color: #111 !important;
  margin-bottom: 8px;
}
.gyt-card p {
  font-size: 13.5px;
  color: #666 !important;
  line-height: 1.7;
  margin-bottom: 16px;
}
.gyt-card-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #b00000 !important;
  font-size: 13.5px;
  font-weight: 700;
}
.gyt-card-link i {
  font-size: 11px;
  transition: .2s ease;
}
.gyt-card:hover .gyt-card-link i {
  transform: translateX(4px);
}

/* 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;
  max-height: 85vh;
  overflow-y: auto;
}
@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: #fff3f3;
  color: #b00000;
  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;
}

/* MODAL VARIANTE: CONSTANCIAS */
.gyt-modal-box-const {
  max-width: 460px;
  text-align: left;
}
.gyt-modal-box-const .gyt-modal-icon,
.gyt-modal-box-const .gyt-modal-tag,
.gyt-modal-box-const h3 {
  text-align: center;
}
.gyt-modal-desc {
  color: #666;
  font-size: 14px;
  line-height: 1.8;
  margin: 14px 0 14px;
}
.gyt-modal-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #666;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 18px;
}
.gyt-modal-meta i {
  color: #b00000;
  font-size: 13px;
}
.gyt-modal-warning {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  background: #fff8e8;
  border: 1px solid #f3e6bb;
  border-radius: 12px;
  padding: 14px 16px;
  margin-bottom: 18px;
}
.gyt-modal-warning i {
  color: #b3860a;
  font-size: 13px;
  margin-top: 3px;
}
.gyt-modal-warning strong {
  display: block;
  color: #6b5312;
  font-size: 13px;
  margin-bottom: 4px;
}
.gyt-modal-warning p {
  color: #6b5312;
  font-size: 12.5px;
  line-height: 1.6;
  margin: 0;
}
.gyt-modal-email {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #fff3f3;
  border-radius: 12px;
  padding: 14px 16px;
  text-decoration: none !important;
  color: #b00000 !important;
  font-size: 13.5px;
  font-weight: 700;
}
.gyt-modal-email:hover {
  background: #ffe8e8;
}

@media(max-width: 900px) {
  .gyt-access-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-013b1a8 */.gyt-id-card {
  position: relative;
  max-width: 760px;
  margin: 70px auto;
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 20px;
  padding: 40px 44px 40px 34px;
  display: flex;
  align-items: center;
  gap: 30px;
  box-shadow: 0 16px 40px rgba(0,0,0,.07);
  overflow: hidden;
}
.gyt-id-ribbon {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 10px;
  background: linear-gradient(180deg, #b00000, #b8860b);
}
.gyt-id-photo {
  width: 140px;
  height: 140px;
  flex: none;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid #b8860b;
}
.gyt-id-photo img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block;
}
.gyt-id-info {
  flex: 1;
}
.gyt-id-label {
  display: inline-block;
  background: #fff3f3;
  color: #b00000;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: 50px;
  margin-bottom: 10px;
}
.gyt-id-info h2 {
  font-size: 24px;
  color: #111;
  font-weight: 800;
  margin-bottom: 8px;
}
.gyt-id-info a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #b00000;
  font-size: 14.5px;
  font-weight: 700;
  text-decoration: none;
  margin-bottom: 14px;
}
.gyt-id-info p {
  color: #555;
  font-size: 14.5px;
  line-height: 1.75;
  max-width: 480px;
}
@media(max-width: 700px) {
  .gyt-id-card {
    flex-direction: column;
    text-align: center;
    padding: 34px 24px;
  }
  .gyt-id-info a {
    justify-content: center;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4a1ec31 */.gyt-canal-page {
  max-width: 980px;
  margin: 70px auto;
  padding: 0 24px;
}
.gyt-canal-header-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}
.gyt-canal-header-top span {
  display: block;
  color: #b00000;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.gyt-canal-header-top h2 {
  font-size: 30px;
  font-weight: 800;
  color: #111;
}
.gyt-canal-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-canal-back:hover {
  background: #fff3f3;
  border-color: #b00000;
}
.gyt-canal-intro {
  color: #666;
  font-size: 15px;
  margin: 12px 0 30px;
}
.gyt-canal-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 12px 32px rgba(0,0,0,.05);
  margin-bottom: 24px;
}
.gyt-canal-item {
  background: #b00000;
  padding: 26px 24px;
  display: flex;
  gap: 14px;
  align-items: flex-start;
  border-right: 1px solid rgba(255,255,255,.15);
}
.gyt-canal-item:last-child {
  border-right: none;
}
.gyt-canal-icon {
  width: 42px;
  height: 42px;
  flex: none;
  border-radius: 12px;
  background: rgba(255,255,255,.15);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}
.gyt-canal-item h4 {
  color: #fff;
  font-size: 14.5px;
  margin-bottom: 4px;
}
.gyt-canal-item p {
  color: rgba(255,255,255,.85);
  font-size: 13px;
  margin: 0;
}
.gyt-canal-emails {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.gyt-email-card {
  display: flex;
  align-items: center;
  gap: 16px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 16px;
  padding: 22px;
  text-decoration: none !important;
  transition: .2s ease;
}
.gyt-email-card:hover {
  border-color: #b00000;
  transform: translateY(-3px);
  box-shadow: 0 12px 26px rgba(176,0,0,.08);
}
.gyt-email-icon {
  width: 46px;
  height: 46px;
  flex: none;
  border-radius: 13px;
  background: #fff3f3;
  color: #b00000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}
.gyt-email-card span {
  display: block;
  color: #999 !important;
  font-size: 12px;
  margin-bottom: 3px;
}
.gyt-email-card strong {
  color: #111 !important;
  font-size: 14px;
  word-break: break-all;
}
@media(max-width: 800px) {
  .gyt-canal-header-top {
    flex-direction: column;
  }
  .gyt-canal-grid {
    grid-template-columns: 1fr;
  }
  .gyt-canal-item {
    border-right: none;
    border-bottom: 1px solid rgba(255,255,255,.15);
  }
  .gyt-canal-emails {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */