body {
  background: #1B3F72 url('../img/nuevo/FONDO -  SEMINARIO EVOLUCIÓN 2026.png') center/cover no-repeat fixed !important;
}

body,
.material-page,
.material-shell,
.material-hero-card,
.material-form-card {
  font-family: 'Montserrat', sans-serif;
}

.material-page {
  min-height: 100vh;
}

.material-shell {
  max-width: 1240px;
  padding-inline: 0.35rem;
}

.material-hero-card {
  /* background: linear-gradient(170deg, rgba(243, 246, 252, 0.95), rgba(231, 236, 244, 0.93)); */
  background: transparent;
  border: 1px solid rgba(148, 163, 184, 0.35);
  border-radius: 24px;
  box-shadow: 0 28px 60px rgba(15, 23, 42, 0.22);
  padding: 1.25rem;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.material-hero-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 12% 20%, rgba(42, 172, 226, 0.2), transparent 36%),
              radial-gradient(circle at 88% 85%, rgba(11, 103, 178, 0.18), transparent 40%);
  pointer-events: none;
}

.material-hero-badge {
  position: relative;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.78rem;
  font-weight: 700;
  color: #1B3F72;
  border: 1px solid rgba(11, 103, 178, 0.35);
  background: rgba(42, 172, 226, 0.2);
  border-radius: 999px;
  padding: 0.3rem 0.65rem;
  margin-bottom: 0.7rem;
  width: fit-content;
}

.material-hero-headline {
  position: relative;
  z-index: 3;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.88), rgba(241, 245, 249, 0.82));
  border: 1px solid rgba(148, 163, 184, 0.25);
  border-radius: 16px;
  padding: 0.75rem;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}

.material-hero-title,
.material-hero-subtitle,
.material-hero-data {
  position: relative;
  z-index: 3;
  width: 100%;
  object-fit: contain;
}

.material-hero-title {
  max-width: 100%;
  margin-inline: auto;
}

.material-hero-subtitle {
  max-width: min(96%, 420px);
  margin-inline: auto;
}

.material-hero-data {
  max-width: min(96%, 460px);
  margin-inline: auto;
}

.material-showcase-wrap {
  position: relative;
  z-index: 3;
  flex: 1;
  min-height: 300px;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(148, 163, 184, 0.25);
  /* background: linear-gradient(155deg, rgba(241, 245, 249, 0.96), rgba(226, 232, 240, 0.92)); */
  background: transparent;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5), 0 14px 30px rgba(15, 23, 42, 0.14);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1rem 0.85rem 0.7rem;
  gap: 0.45rem;
}

.material-showcase-title {
  width: min(94%, 390px);
  object-fit: contain;
  margin-bottom: 0.1rem;
  z-index: inherit;
}

.material-characters-zone {
  position: relative;
  width: 100%;
  min-height: 185px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.material-circle-bg {
  position: relative;
  width: min(92%, 400px);
  max-height: 210px;
  object-fit: contain;
  opacity: 1;
}

.material-character {
  display: none;
}

.material-character.left {
  margin-right: -0.8rem;
}

.material-character.right {
  margin-left: -0.8rem;
}

.material-bottom-accent {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.35rem;
}

.material-brush-accent {
  width: min(72%, 290px);
  opacity: 0.35;
}

.material-slash-accent {
  width: min(58%, 220px);
  opacity: 0.32;
}

.material-form-card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.96));
  border: 1px solid rgba(11, 103, 178, 0.22);
  border-radius: 24px;
  box-shadow: 0 30px 65px rgba(15, 23, 42, 0.25);
  padding: 1.3rem;
}

.material-form-card h3 {
  font-weight: 800;
  letter-spacing: 0.3px;
  color: #111827;
  margin-bottom: 0.35rem !important;
  font-size: clamp(1.22rem, 1rem + 0.9vw, 1.65rem);
}

.material-form-intro {
  color: #475569;
  font-size: 0.95rem;
  margin-bottom: 1rem;
}

.material-section-title {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.1px;
  color: #1B3F72;
  background: linear-gradient(90deg, rgba(42, 172, 226, 0.24), rgba(250, 168, 50, 0.18));
  border: 1px solid rgba(11, 103, 178, 0.25);
  border-radius: 999px;
  padding: 0.34rem 0.7rem;
  margin-bottom: 0.45rem;
}

.material-field-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.45rem 0.7rem;
}

.material-field-full {
  grid-column: 1 / -1;
}

.material-form-card .form-control {
  border-radius: 11px;
  border: 1px solid rgba(11, 103, 178, 0.28);
  background: #f8fafc;
  padding: 0.78rem 0.9rem;
  color: #0f172a;
  min-height: 46px;
}

.material-form-card .form-control:focus {
  border-color: #0B67B2;
  box-shadow: 0 0 0 0.22rem rgba(11, 103, 178, 0.2);
  background: #ffffff;
}

.material-form-card textarea.form-control {
  min-height: 95px;
}

.material-form-card .phone-input-group {
  display: flex;
  align-items: stretch;
}

.material-form-card .phone-flag-box {
  border-radius: 11px 0 0 11px;
  border: 1px solid rgba(11, 103, 178, 0.28);
  border-right: 0;
  background: #f1f5f9;
  min-width: 54px;
  height: auto;
  justify-content: center;
  padding-inline: 0.5rem;
}

.material-form-card .phone-flag-img {
  width: 24px;
  height: 16px;
  object-fit: cover;
  border-radius: 3px;
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.22);
}

.material-form-card #phone_code {
  max-width: 88px;
  border-radius: 0;
  border-right: 0;
  background-color: #f8fafc;
  font-weight: 600;
}

.material-form-card .phone-input-group #celular {
  border-radius: 0 11px 11px 0;
}

.material-form-card .phone-input-group:focus-within .phone-flag-box {
  border-color: #0B67B2;
  box-shadow: 0 0 0 0.22rem rgba(11, 103, 178, 0.15);
}

#cartBtn {
  background: linear-gradient(90deg, #1B3F72, #0B67B2) !important;
  border: 0 !important;
  min-width: 230px;
  box-shadow: 0 12px 28px rgba(11, 103, 178, 0.34);
  padding: 0.8rem 1.5rem;
  border-radius: 999px !important;
  min-height: 46px;
}

#cartBtn h6 {
  margin: 0;
  font-weight: 700;
  letter-spacing: 0.2px;
}

#cartBtn:hover:not(:disabled) {
  transform: translateY(-2px);
  box-shadow: 0 18px 28px rgba(11, 103, 178, 0.42);
}

#cartBtn:disabled {
  opacity: 0.7;
}

.material-home-banner {
  background: linear-gradient(170deg, rgb(243 246 252 / 0%), rgb(231 236 244 / 50%));
  border: 1px solid rgba(148, 163, 184, 0.32);
  border-radius: 22px;
  box-shadow: 0 20px 45px rgba(15, 23, 42, 0.2);
  padding: 1.2rem 1rem;
}

#logosFooter {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(241, 245, 249, 0.9)) !important;
  border: 1px solid rgba(148, 163, 184, 0.24);
  border-radius: 14px;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.1);
}

.material-home-main-title {
  max-width: 620px;
}

.material-home-subtitle {
  max-width: 360px;
}

.material-home-data {
  max-width: 500px;
}

.stream-card {
  border-radius: 20px !important;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.95), rgba(248, 250, 252, 0.9)) !important;
  border: 1px solid rgba(148, 163, 184, 0.22);
  box-shadow: 0 18px 34px rgba(15, 23, 42, 0.2) !important;
}

.stream-logo {
  max-height: 245px !important;
  object-fit: contain;
}

.btn-sala {
  background: linear-gradient(90deg, #0B67B2 0%, #2AACE2 100%) !important;
  box-shadow: 0 8px 20px rgba(11, 103, 178, 0.32) !important;
}

.btn-sala:hover {
  background: linear-gradient(90deg, #1B3F72 0%, #0B67B2 100%) !important;
}

@media (max-width: 991.98px) {
  .material-hero-card,
  .material-form-card,
  .material-home-banner {
    border-radius: 18px;
  }

  .material-showcase-wrap {
    min-height: 260px;
  }

  .material-characters-zone {
    min-height: 170px;
  }

  .material-character {
    max-height: 178px;
  }

  .material-field-grid {
    grid-template-columns: 1fr;
  }

  .material-home-main-title {
    max-width: 520px;
  }

  .material-home-subtitle {
    max-width: 320px;
  }

  .material-home-data {
    max-width: 430px;
  }
}

@media (max-width: 575.98px) {
  .material-hero-card,
  .material-form-card {
    padding: 1rem;
  }

  .material-showcase-wrap {
    min-height: 220px;
    padding: 0.65rem 0.55rem 0.4rem;
  }

  .material-characters-zone {
    min-height: 145px;
  }

  .material-circle-bg {
    width: min(96%, 290px);
    max-height: 150px;
  }

  .material-showcase-title {
    width: min(96%, 300px);
  }

  .material-hero-subtitle {
    max-width: min(96%, 300px);
  }

  .material-hero-data {
    max-width: min(96%, 320px);
  }

  .stream-logo {
    max-height: 180px !important;
  }

  .material-brush-accent,
  .material-slash-accent {
    display: none;
  }

  #cartBtn {
    width: 100%;
  }
}
