@charset "UTF-8";
.eid-home {
  color: #1A1A1A;
  font-family: "Instrument Sans", system-ui, sans-serif;
}

.eid-home {
  color: #1A1A1A;
  font-family: "Instrument Sans", system-ui, sans-serif;
  background: #fff;
}
.eid-home h1, .eid-home h2, .eid-home h3, .eid-home .eid-display {
  font-family: "Instrument Serif", Georgia, serif;
  font-weight: 400;
  line-height: 1.1;
}

.eid-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.eid-section {
  padding: 64px 0;
}

.eid-section--cream {
  background: #F6F3F1;
}

.eid-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #1E3A6B;
  color: #fff;
  border: 1px solid #1E3A6B;
  padding: 12px 22px;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
}
.eid-btn:hover {
  background: #172d53;
  color: #fff;
}

.eid-btn-outline {
  background: transparent;
  color: #1E3A6B;
  border: 1px solid #1E3A6B;
}
.eid-btn-outline:hover {
  background: #1E3A6B;
  color: #fff;
}

.eid-btn-sm {
  padding: 8px 14px;
  font-size: 14px;
}

.eid-card {
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}
.eid-card:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}

.eid-card-media {
  position: relative;
  aspect-ratio: 16/10;
  background: #F6F3F1;
}

.eid-card-media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.eid-card-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  background: #8E1B2B;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 999px;
}

.eid-card-body {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}

.eid-card-title {
  color: #1A1A1A;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
}

.eid-card-teacher {
  color: #6b6b6b;
  font-size: 13px;
}

.eid-card-meta {
  display: flex;
  gap: 12px;
  color: #6b6b6b;
  font-size: 13px;
}

.eid-card-rate {
  color: #8E1B2B;
}

.eid-card-price {
  margin-top: auto;
  display: flex;
  align-items: baseline;
  gap: 8px;
}

.eid-price-now {
  font-weight: 700;
  font-size: 18px;
  color: #1A1A1A;
}

.eid-price-old {
  text-decoration: line-through;
  color: #9a9a9a;
  font-size: 14px;
}

.eid-topbar {
  background: #8E1B2B;
  color: #fff;
  font-size: 14px;
  overflow: hidden;
}

.eid-topbar-track {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
}

.eid-topbar-marquee {
  display: inline-flex;
  align-items: center;
  will-change: transform;
  animation: eidmarq 32s linear infinite;
}

.eid-topbar-item {
  display: inline-flex;
  align-items: center;
  padding: 10px 0;
  white-space: nowrap;
}

.eid-topbar-item::after {
  content: "·";
  margin: 0 28px;
  opacity: 0.6;
}

.eid-topbar:hover .eid-topbar-marquee {
  animation-play-state: paused;
}

@keyframes eidmarq {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.eid-hero {
  padding: 56px 0 40px;
}

.eid-hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 40px;
  align-items: center;
}

.eid-hero-text h1 {
  font-family: "Instrument Sans", system-ui, sans-serif;
  color: #1A1A1A;
  font-size: 60px;
  line-height: 1.03;
  letter-spacing: -0.025em;
  font-weight: 600;
  margin: 16px 0;
}

.eid-hero-text .h1-sub {
  font-family: "Instrument Serif", serif;
  font-weight: 400;
  font-style: italic;
  color: rgb(142, 27, 43);
  font-size: 64px;
  line-height: 1.03;
  letter-spacing: -0.025em;
}

.eid-lead {
  font-size: 18px;
  color: #444;
  max-width: 48ch;
}

.eid-badge-soft {
  display: inline-block;
  background: #F6F3F1;
  color: #8E1B2B;
  border: 1px solid rgba(142, 27, 43, 0.2);
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
}

.eid-hero-actions {
  display: flex;
  gap: 12px;
  margin: 24px 0;
  flex-wrap: wrap;
}

.eid-hero-media img {
  width: 100%;
  border-radius: 16px;
  -o-object-fit: cover;
     object-fit: cover;
}

.eid-stats-bar {
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  background: #F6F3F1;
}

.eid-stats-bar .eid-container {
  padding-top: 28px;
  padding-bottom: 28px;
}

.eid-stats {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.eid-stats li {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0 12px;
  border-right: 1px solid rgba(142, 27, 43, 0.15);
}

.eid-stats li:last-child {
  border-right: none;
}

.eid-stats h3 {
  font-size: 34px;
  color: #8E1B2B;
  font-family: "Instrument Serif", serif;
  line-height: 1.1;
}

.eid-stats span {
  font-size: 13px;
  color: #6b6b6b;
  margin-top: 4px;
}

.eid-section-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 24px;
}

.eid-section-head h2 {
  font-size: 30px;
}

.eid-link {
  color: #1E3A6B;
  font-weight: 600;
  text-decoration: none;
}

.eid-courses-swiper {
  padding-bottom: 8px;
}

.eid-swiper-prev, .eid-swiper-next {
  color: #8E1B2B;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.eid-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 28px;
}

.eid-step {
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 12px;
  padding: 22px;
}

.eid-step-tag {
  color: #8E1B2B;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.08em;
}

.eid-step h3 {
  font-family: "Instrument Serif", serif;
  font-size: 24px;
  margin-top: 8px;
}

.eid-plans {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 28px;
}

.eid-plan {
  position: relative;
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 12px;
  padding: 24px;
  text-align: center;
}

.eid-plan--popular {
  border-color: #8E1B2B;
  box-shadow: 0 8px 24px rgba(142, 27, 43, 0.12);
}

.eid-plan-qty {
  color: #6b6b6b;
}

.eid-plan-price {
  font-size: 26px;
  font-weight: 700;
  color: #8E1B2B;
  margin: 12px 0;
  font-family: "Instrument Serif", serif;
}

.eid-note {
  margin-top: 18px;
  color: #6b6b6b;
  font-size: 14px;
}

.eid-prof-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 32px;
  align-items: center;
}

.eid-prof-photo {
  width: 100%;
  border-radius: 16px;
  -o-object-fit: cover;
     object-fit: cover;
}

.eid-quotes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 24px;
}

.eid-quote {
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 12px;
  padding: 22px;
  margin: 0;
  font-size: 15px;
}

.eid-quote cite {
  display: block;
  margin-top: 12px;
  color: #8E1B2B;
  font-style: normal;
  font-weight: 600;
}

.eid-faq details {
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 10px;
  padding: 14px 18px;
  margin-top: 12px;
}

.eid-faq summary {
  cursor: pointer;
  font-weight: 600;
}

.eid-faq details p {
  margin: 10px 0 0;
  color: #555;
}

.eid-temas-label {
  display: block;
  margin-bottom: 6px;
}

.eid-temas-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 186px;
  gap: 14px;
  margin-top: 28px;
}

.eid-tema {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  text-decoration: none;
  color: #fff;
  padding: 22px;
}

.eid-tema--wide {
  grid-column: span 2;
}

.eid-tema--wine {
  background: linear-gradient(135deg, #8E1B2B 0%, #4A1120 100%);
}

.eid-tema--blue {
  background: linear-gradient(180deg, #1E3A6B 0%, #0C1426 100%);
}

.eid-tema h3 {
  font-size: 20px;
  color: #fff;
  margin: 0 0 4px;
}

.eid-tema--wide h3 {
  font-size: 24px;
}

.eid-tema p {
  margin: 0;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.82);
}

.eid-tema-count {
  display: inline-block;
  margin-top: 12px;
  background: rgba(255, 255, 255, 0.94);
  color: #8E1B2B;
  font-size: 13px;
  font-weight: 600;
  padding: 7px 14px;
  border-radius: 999px;
}

.eid-news {
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
}

.eid-news-form {
  display: flex;
  gap: 10px;
  margin-top: 18px;
  justify-content: center;
  flex-wrap: wrap;
}

.eid-news-form input {
  flex: 1;
  min-width: 240px;
  padding: 12px 14px;
  border: 1px solid #ccc;
  border-radius: 8px;
}

@media (max-width: 991px) {
  .eid-hero-grid, .eid-prof-grid {
    grid-template-columns: 1fr;
  }
  .eid-steps, .eid-plans, .eid-quotes {
    grid-template-columns: 1fr;
  }
  .eid-temas-grid {
    grid-template-columns: 1fr;
  }
  .eid-tema--wide {
    grid-column: span 1;
  }
}
.eid-home .section-title {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-family: "Instrument Sans", system-ui, sans-serif;
  color: #8E1B2B;
}

h3.webinar-title {
  font-family: "Instrument Sans", system-ui, sans-serif !important;
}

.categoria-card {
  margin: 0px 0px 6px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgb(142, 27, 43) !important;
}

.btn-cta-blue {
  background: linear-gradient(180deg, #1E3A6B 0%, #0C1426 100%);
  color: #fff;
  border: none;
  padding: 12px 24px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  box-shadow: 0 4px 15px rgb(12, 20, 38);
  transition: all 0.3s ease;
}
