:root {
  --color-main-dark: #212529;
  --color-green: #11372b;
  --color-green-light: #007b73;
  --color-green-light-hover: #04948a;
  --color-gold-light: #ceb245;
  --gold-gradient: linear-gradient(90deg, #be953c 0%, #eed15e 100%);
  --gold-gradient-light: linear-gradient(90deg, #eabe2d 0%, #f9d462 100%);
  --green-gradient: linear-gradient(
    90deg,
    #0b3433 1.13%,
    #0c7177 99.13%,
    rgba(17, 55, 43, 0) 99.13%
  );
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

body {
  font-family: "Poppins", sans-serif;
}

/* Globals */
ul,
ol,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: #000;
}

a:hover {
  color: var(--color-gold-light) !important;
}

/** CUSTOM **/
/* Sizing */
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.py-40 {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.pt-16 {
  padding-top: 4rem;
}

.pt-20 {
  padding-top: 5rem;
}
@media (min-width: 992px) {
  .lg\:pt-20{
    padding-top: 5rem;
  }
}

.pt-24 {
  padding-top: 6rem;
}
@media (min-width: 992px) {
  .lg\:pt-24{
    padding-top: 6rem;
  }
}

.pt-28 {
  padding-top: 7rem;
}
@media (min-width: 992px) {
  .lg\:pt-28{
    padding-top: 7rem;
  }
}
@media (min-width: 1200px) {
  .xl\:pt-28{
    padding-top: 7rem;
  }
}

.pt-32 {
  padding-top: 8rem;
}
@media (min-width: 992px) {
  .lg\:pt-32{
    padding-top: 8rem;
  }
}
@media (min-width: 1200px) {
  .xl\:pt-32{
    padding-top: 8rem;
  }
}

.pt-36 {
  padding-top: 9rem;
}
@media (min-width: 992px) {
  .lg\:pt-36{
    padding-top: 9rem;
  }
}
@media (min-width: 1200px) {
  .xl\:pt-36{
    padding-top: 9rem;
  }
}

.pt-40 {
  padding-top: 10rem;
}
@media (min-width: 992px) {
  .lg\:pt-40{
    padding-top: 10rem;
  }
}
@media (min-width: 1200px) {
  .xl\:pt-40{
    padding-top: 10rem;
  }
}

.pt-44 {
  padding-top: 11rem;
}
@media (min-width: 992px) {
  .lg\:pt-44{
    padding-top: 11rem;
  }
}
@media (min-width: 1200px) {
  .xl\:pt-44{
    padding-top: 11rem;
  }
}

.pt-48 {
  padding-top: 12rem;
}
@media (min-width: 992px) {
  .lg\:pt-48{
    padding-top: 12rem;
  }
}
@media (min-width: 1200px) {
  .xl\:pt-48{
    padding-top: 12rem;
  }
}

.pt-60 {
  padding-top: 15rem;
}
@media (min-width: 992px) {
  .lg\:pt-60 {
    padding-top: 15rem;
  }
}

.pb-24 {
  padding-bottom: 6rem;
}

.mb-16 {
  margin-bottom: 4rem;
}

.mb-24 {
  margin-bottom: 6rem;
}

.mt-16 {
  margin-top: 4rem;
}
@media (min-width: 1200px) {
  .xl\:mt-16 {
    margin-top: 4rem !important;
  }
}

.mt-17 {
  margin-top: 5.28rem;
}
@media (min-width: 992px) {
  .lg\:mt-17 {
    margin-top: 5.28rem !important;
  }
}
@media (min-width: 1200px) {
  .xl\:mt-17 {
    margin-top: 5.28rem !important;
  }
}

.mt-40 {
  margin-top: 10rem;
}
@media (min-width: 1200px) {
  .xl\:mt-40 {
    margin-top: 10rem !important;
  }
}

.w-2 {
  width: 8px;
}
.w-3 {
  width: 12px;
}
.w-4 {
  width: 16px;
}
.w-10 {
  width: 40px;
}
.w-18 {
  width: 72px;
}
.w-20 {
  width: 80px;
}
.w-xs {
  width: 16rem;
}
.h-2 {
  height: 8px;
}
.h-3 {
  height: 12px;
}
.h-4 {
  height: 16px;
}
.h-10 {
  height: 40px;
}
.h-20 {
  height: 80px;
}

.h-52 {
  height: 13rem;
}

.border-t-10 {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

/* Colors */
.bg-green-base {
  background-color: var(--color-green);
}
.bg-green-base-light {
  background-color: var(--color-green-light);
}
.bg-green-base-90 {
  background-color:black;
}
.bg-gold-base-light {
  background-color: var(--color-gold-light);
}
.mm-nav-glow {
  position: relative;
  overflow: hidden;
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.55);
}

.mm-nav-glow::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(700px 220px at 12% 20%, rgba(212, 160, 70, 0.32), rgba(0, 0, 0, 0) 70%),
    radial-gradient(520px 180px at 92% 0%, rgba(238, 209, 94, 0.22), rgba(0, 0, 0, 0) 68%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.10), rgba(0, 0, 0, 0));
  opacity: 0.98;
}

.mm-nav-glow::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(212, 160, 70, 0), rgba(212, 160, 70, 0.55), rgba(238, 209, 94, 0.35), rgba(212, 160, 70, 0));
}
.bg-gradient-gold {
  background: var(--gold-gradient);
}
.bg-gradient-gold-light {
  background: var(--gold-gradient-light);
}
.bg-gray-ligh {
  background-color: #E4E4E7;
}

.text-main-dark {
  color: var(--color-main-dark);
}
.text-green-base {
  color: var(--color-green);
}
.text-green-base-light {
  color: var(--color-green-light);
}
.text-gold-light {
  color: var(--color-gold-light);
}
.text-gradient-green {
  background: linear-gradient(
    90deg,
    #0b3433 1.13%,
    #0c7177 99.13%,
    rgba(17, 55, 43, 0) 99.13%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.link-green-light {
  color: var(--color-green-light) !important;
}
.link-green-light:hover {
  color: var(--color-green-light-hover) !important;
}

.btn-green-light {
  background-color: var(--color-green-light);
}
.btn-green-light:hover {
  background-color: var(--color-green-light-hover);
}

.btn-icon {
  fill: var(--color-green-light);
}
.btn-icon:hover {
  fill: var(--color-green-light-hover);
}

.fill-close {
  fill: #6c757d;
}
.fill-close:hover {
  fill: #ef4444;
}

.font-black {
  font-weight: 900;
}

.flex-1 {
  flex: 1 1 0%;
}

.text-xs {
  font-size: 12px;
}

.text-sm {
  font-size: 14px;
}

.text-5xl {
  font-size: 48px;
}

.text-6xl {
  font-size: 60px;
}

.max-w-20 {
  max-width: 5rem;
}

.max-w-28 {
  max-width: 7rem;
}

.max-w-40 {
  max-width: 10rem;
}

.max-w-64 {
  max-width: 16rem;
}

.max-w-sx {
  max-width: 20rem !important;
}

.max-w-sm {
  max-width: 24rem;
}

.max-w-md {
  max-width: 28rem;
}

.max-w-xl {
  max-width: 36rem;
}

.max-w-3xl {
  max-width: 48rem;
}

.min-w-max {
  min-width: max-content;
}

.h-xs {
  height: 20rem;
}

.h-sm {
  height: 24rem;
}

.max-h-xs {
  max-height: 20rem;
}

.max-h-sm {
  max-height: 24rem;
}

.max-h-screen {
  max-height: 100vh;
}

.selected-none {
  user-select: none;
}

.cursor-pointer {
  cursor: pointer;
}

.divide-y {
  border-color: red;
  border-top-width: 1px;
  border-bottom-width: 0px;
}

.accent-green-light {
  accent-color: var(--color-green-light);
}

.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}

.aspect-square {
  aspect-ratio: 1 / 1;
}

.rounded-none {
  border-radius: 0px !important;
}

.video-item {
  background-color: transparent;
}
.video-item:hover {
  background-color: #eee;
}
.video-item.active {
  background-color: #eee;
}

.header-p {
  padding: 8px 0;
}

.mm-public-topbar__logo {
  width: 300px;
  height: 60px;
  object-fit: contain;
  display: block;
}

@media (max-width: 575px) {
  .mm-public-topbar__logo {
    width: 300px;
    height: 60px;
  }
}

@media (min-width: 1280px) {
  .header-p {
    padding: 40px 0;
  }
}

.hero-title {
  font-size: 40px;
  font-weight: 900;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.75);
}
@media (min-width: 1280px) {
  .hero-title {
    font-size: 64px;
  }
}

.hero-subtitle {
  font-size: 24px;
  font-weight: 500;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.75);
}
@media (min-width: 1280px) {
  .hero-subtitle {
    font-size: 40px;
  }
}

.hero-p {
  font-size: 16px;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.75);
}
@media (min-width: 1280px) {
  .hero-p {
    font-size: 20px;
  }
}

/* Botones */
.button1 {
  display: inline-flex;
  padding: 24px 30px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 0px 100px 100px 50px;
  border: none;
  background: var(--gold-gradient);
  color: var(--color-green);
  font-weight: 500;
}
.button1:hover {
  background: var(--gold-gradient-light);
}
.button2 {
  padding: 16px;
  border-radius: 0px 100px 100px 50px;
  border: 2px solid #fff;
  background-color: transparent;
  color: white;
}
.button2:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
.login-button {
  display: inline-flex;
  padding: 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 0px 100px 100px 50px;
  border: none;
  background: var(--gold-gradient);
  color: var(--color-green);
  font-weight: 500;
}

.link {
  margin: 0;
  padding: 8px 12px;
  text-decoration: none;
  color: white;
}
.login-button:hover {
  background: var(--gold-gradient-light);
  color: var(--color-green) !important;
}

.mmg-header-access {
  height: 44px;
  padding: 0 18px;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #c7a269;
  color: #ffffff !important;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.2px;
  text-decoration: none !important;
  user-select: none;
  cursor: pointer;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.22);
  transition:
    transform 220ms ease,
    box-shadow 220ms ease,
    background-color 220ms ease,
    border-color 220ms ease,
    color 220ms ease,
    filter 220ms ease;
}

.mmg-header-access:hover,
.mmg-header-access:focus {
  color: #ffffff !important;
}

.mmg-header-access:focus-visible {
  outline: 0;
  box-shadow:
    0 0 0 3px rgba(206, 178, 69, 0.28),
    0 18px 44px rgba(0, 0, 0, 0.30);
}

@media (hover: hover) and (pointer: fine) {
  .mmg-header-access:hover {
    transform: translateY(-1px);
    background: #d2b07a;
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.26);
  }
}

.main-rounded {
  border-radius: 0px 2rem 2rem 2rem;
}

.hero {
  min-height: 75vh;
  height: auto;
  background-image: url("/img/bgtop.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}

.mmg-hero {
  min-height: 720px;
  overflow: hidden;
}

.mmg-hero__plans {
  width: 100%;
  max-width: 1280px;
  background: rgba(0, 0, 0, 0.58);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 18px;
  padding: 16px;
  box-shadow:
    0 26px 80px rgba(0, 0, 0, 0.48),
    0 0 0 1px rgba(206, 178, 69, 0.12);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.mmg-hero__plans-title {
  color: rgba(206, 178, 69, 0.95);
  font-weight: 900;
  font-size: 14px;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.mmg-hero__plans-grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 14px;
  overflow: visible;
  padding: 0;
}

@media (min-width: 768px) {
  .mmg-hero__plans-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .mmg-hero__plans-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
  }
}

.mmg-plan-card--compact {
  padding: 18px 16px 16px;
  min-height: 0;
  width: 100%;
}

.mmg-plan-card--compact .mmg-plan-card__amount {
  font-size: 32px;
}

.mmg-plan-card--compact .mmg-plan-card__name {
  font-size: 15px;
}

.mmg-plan-card--compact .mmg-plan-card__duration {
  margin-top: 8px;
  font-size: 11px;
}

.mmg-plan-card--compact .mmg-plan-card__list {
  margin-top: 10px;
}

.mmg-plan-card--compact .mmg-plan-card__list li {
  margin: 8px 0;
  font-size: 12px;
}

.mmg-plan-card--compact .mmg-plan-card__btn {
  margin-top: 14px;
}

@media (hover: hover) and (pointer: fine) {
  .mmg-plan-card--compact:hover {
    transform: translateY(-6px);
  }
}

.mmg-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(520px 360px at 52% 30%, rgba(255, 235, 190, 0.28), rgba(0, 0, 0, 0) 70%),
    radial-gradient(360px 260px at 54% 40%, rgba(255, 222, 150, 0.18), rgba(0, 0, 0, 0) 72%),
    linear-gradient(180deg, rgba(255, 230, 170, 0.12) 0%, rgba(0, 0, 0, 0) 55%);
  mix-blend-mode: screen;
  opacity: 0.95;
}

.mmg-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.62) 0%, rgba(0, 0, 0, 0.25) 55%, rgba(0, 0, 0, 0.60) 100%);
  z-index: 0;
}

.mmg-hero > * {
  position: relative;
  z-index: 2;
}

.mmg-hero .mmg-hero__cta,
.mmg-hero .mmg-hero__tsd {
  height: 54px;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 28px;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.2px;
  text-decoration: none !important;
  user-select: none;
  cursor: pointer;
  line-height: 1;
  transition:
    transform 220ms ease,
    box-shadow 220ms ease,
    background-color 220ms ease,
    border-color 220ms ease,
    color 220ms ease,
    filter 220ms ease;
}

.mmg-hero .mmg-hero__cta {
  min-width: 260px;
  border: 0;
  background: #c7a269;
  color: #ffffff !important;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.22);
}

.mmg-hero .mmg-hero__tsd {
  min-width: 92px;
  background: transparent;
  border: 1.5px solid rgba(255, 255, 255, 0.78);
  color: #ffffff !important;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.16);
  white-space: nowrap;
}

.mmg-hero .mmg-hero__cta:focus-visible,
.mmg-hero .mmg-hero__tsd:focus-visible {
  outline: 0;
  box-shadow:
    0 0 0 3px rgba(206, 178, 69, 0.28),
    0 18px 44px rgba(0, 0, 0, 0.30);
}

@media (hover: hover) and (pointer: fine) {
  .mmg-hero .mmg-hero__cta:hover {
    transform: translateY(-1px);
    background: #d2b07a;
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.26);
  }

  .mmg-hero .mmg-hero__tsd:hover {
    transform: translateY(-1px);
    border-color: rgba(255, 255, 255, 0.92);
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.22);
    color: #ffffff !important;
  }
}

@media (max-width: 576px) {
  .mmg-hero .mmg-hero__cta {
    min-width: 240px;
  }

  .mmg-hero .mmg-hero__tsd {
    min-width: 92px;
    padding: 0 18px;
  }
}

.mmg-hero__feature {
  position: relative;
  background: rgba(0, 0, 0, 0.46);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 14px;
  padding: 18px 18px;
  height: 100%;
  box-shadow:
    0 18px 44px rgba(0, 0, 0, 0.55),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  display: grid;
  grid-template-columns: 24px 1fr;
  grid-template-rows: auto auto;
  column-gap: 12px;
  transition:
    background 220ms ease,
    border-color 220ms ease,
    transform 220ms ease,
    box-shadow 220ms ease;
}

.mmg-hero__feature:hover {
  transform: translateY(-4px);
  background: linear-gradient(135deg, rgba(206, 178, 69, 0.88) 0%, rgba(182, 140, 72, 0.92) 100%);
  border-color: rgba(255, 255, 255, 0);
  box-shadow:
    0 24px 60px rgba(0, 0, 0, 0.62),
    0 10px 26px rgba(206, 178, 69, 0.18);
}

.mmg-hero__feature:hover .mmg-hero__feature-text,
.mmg-hero__feature:hover .mmg-hero__feature-icon,
.mmg-hero__feature:hover .mmg-hero__feature-title {
  color: rgba(0, 0, 0, 0.82) !important;
}

.mmg-hero__feature--accent {
  background: rgba(0, 0, 0, 0.66);
  border-color: rgba(255, 255, 255, 0.22);
  cursor: pointer;
}

.mmg-hero__feature--accent:hover {
  background: linear-gradient(135deg, rgba(206, 178, 69, 0.92) 0%, rgba(182, 140, 72, 0.96) 100%);
  border-color: rgba(255, 255, 255, 0);
}

.mmg-hero__feature--accent:hover .mmg-hero__feature-text,
.mmg-hero__feature--accent:hover .mmg-hero__feature-icon,
.mmg-hero__feature--accent:hover .mmg-hero__feature-title {
  color: rgba(0, 0, 0, 0.82) !important;
}

.mmg-hero__feature-text {
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  line-height: 1.5;
  grid-column: 1 / -1;
}

.mmg-hero__feature-icon {
  color: rgba(255, 255, 255, 0.86);
  font-size: 18px;
  grid-column: 1;
  grid-row: 1;
  margin-top: 2px;
}

.mmg-hero__feature--accent .mmg-hero__feature-icon {
  color: rgba(255, 255, 255, 0.86);
}

.bg-page.mmg-contact-page {
  background: radial-gradient(900px 540px at 50% 0%, rgba(206, 178, 69, 0.12), rgba(0, 0, 0, 0) 55%),
    #000000;
}

.bg-page.mmg-legal-page {
  background: radial-gradient(900px 540px at 50% 0%, rgba(206, 178, 69, 0.12), rgba(0, 0, 0, 0) 55%),
    #000000;
  padding-bottom: 80px;
}

.bg-page.mmg-about-page {
  background: radial-gradient(900px 540px at 50% 0%, rgba(206, 178, 69, 0.12), rgba(0, 0, 0, 0) 55%),
    #000000;
  padding-bottom: 80px;
}

.mmg-contact-page .page-banner-header {
  background: transparent !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.mmg-legal-page .page-banner-header {
  background: transparent !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.mmg-about-page .page-banner-header {
  background: transparent !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.mmg-contact-page .page-banner-header .section-overlay {
  background: transparent !important;
  padding-top: 18px;
  padding-bottom: 18px;
}

.mmg-legal-page .page-banner-header .section-overlay {
  background: transparent !important;
  padding-top: 18px;
  padding-bottom: 18px;
}

.mmg-about-page .page-banner-header .section-overlay {
  background: transparent !important;
  padding-top: 18px;
  padding-bottom: 18px;
}

.mmg-contact-page .page-banner-content {
  padding: 10px 0;
}

.mmg-legal-page .page-banner-content {
  padding: 10px 0;
}

.mmg-about-page .page-banner-content {
  padding: 10px 0;
}

.mmg-contact-page .page-banner-heading {
  font-weight: 900;
  letter-spacing: 0.4px;
  text-shadow: 0 14px 46px rgba(0, 0, 0, 0.55);
}

.mmg-legal-page .page-banner-heading {
  font-weight: 900;
  letter-spacing: 0.4px;
  text-shadow: 0 14px 46px rgba(0, 0, 0, 0.55);
}

.mmg-about-page .page-banner-heading {
  font-weight: 900;
  letter-spacing: 0.4px;
  text-shadow: 0 14px 46px rgba(0, 0, 0, 0.55);
}

.mmg-contact-page .breadcrumb {
  margin-top: 12px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.38);
  border: 1px solid rgba(206, 178, 69, 0.16);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.mmg-legal-page .breadcrumb {
  margin-top: 12px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.38);
  border: 1px solid rgba(206, 178, 69, 0.16);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.mmg-about-page .breadcrumb {
  margin-top: 12px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.38);
  border: 1px solid rgba(206, 178, 69, 0.16);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.mmg-contact-page .breadcrumb .breadcrumb-item,
.mmg-contact-page .breadcrumb .breadcrumb-item.active {
  color: rgba(255, 255, 255, 0.70) !important;
}

.mmg-legal-page .breadcrumb .breadcrumb-item,
.mmg-legal-page .breadcrumb .breadcrumb-item.active {
  color: rgba(255, 255, 255, 0.70) !important;
}

.mmg-about-page .breadcrumb .breadcrumb-item,
.mmg-about-page .breadcrumb .breadcrumb-item.active {
  color: rgba(255, 255, 255, 0.70) !important;
}

.mmg-contact-page .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: rgba(206, 178, 69, 0.70) !important;
}

.mmg-legal-page .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: rgba(206, 178, 69, 0.70) !important;
}

.mmg-about-page .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: rgba(206, 178, 69, 0.70) !important;
}

.mmg-contact-page .breadcrumb a {
  color: rgba(206, 178, 69, 0.92) !important;
  text-decoration: none !important;
  background: transparent !important;
  -webkit-tap-highlight-color: transparent;
}

.mmg-legal-page .breadcrumb a {
  color: rgba(206, 178, 69, 0.92) !important;
  text-decoration: none !important;
  background: transparent !important;
  -webkit-tap-highlight-color: transparent;
}

.mmg-about-page .breadcrumb a {
  color: rgba(206, 178, 69, 0.92) !important;
  text-decoration: none !important;
  background: transparent !important;
  -webkit-tap-highlight-color: transparent;
}

.mmg-contact-page .breadcrumb a:focus,
.mmg-contact-page .breadcrumb a:active,
.mmg-contact-page .breadcrumb a:focus-visible {
  outline: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
}

.mmg-legal-page .breadcrumb a:focus,
.mmg-legal-page .breadcrumb a:active,
.mmg-legal-page .breadcrumb a:focus-visible {
  outline: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
}

.mmg-about-page .breadcrumb a:focus,
.mmg-about-page .breadcrumb a:active,
.mmg-about-page .breadcrumb a:focus-visible {
  outline: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
}

@media (hover: hover) and (pointer: fine) {
  .mmg-contact-page .breadcrumb a:hover {
    color: rgba(255, 255, 255, 0.95) !important;
  }
}

@media (hover: hover) and (pointer: fine) {
  .mmg-legal-page .breadcrumb a:hover {
    color: rgba(255, 255, 255, 0.95) !important;
  }
}

@media (hover: hover) and (pointer: fine) {
  .mmg-about-page .breadcrumb a:hover {
    color: rgba(255, 255, 255, 0.95) !important;
  }
}

@media (min-width: 800px) {
  .bg-page.mmg-contact-page {
    padding-top: 150px;
  }
}

@media (min-width: 800px) {
  .bg-page.mmg-legal-page {
    padding-top: 150px;
  }
}

@media (min-width: 800px) {
  .bg-page.mmg-about-page {
    padding-top: 150px;
  }
}

@media (min-width: 1280px) {
  .bg-page.mmg-contact-page {
    padding-top: 220px;
  }
}

@media (min-width: 1280px) {
  .bg-page.mmg-legal-page {
    padding-top: 220px;
  }
}

@media (min-width: 1280px) {
  .bg-page.mmg-about-page {
    padding-top: 220px;
  }
}

.mmg-about-page .bg-white,
.mmg-about-page .bg-light,
.mmg-about-page .bg-page {
  background: transparent !important;
}

.mmg-about-page .section-heading,
.mmg-about-page .section-heading-img + div > h3,
.mmg-about-page .section-title h3 {
  color: rgba(255, 255, 255, 0.94) !important;
}

.mmg-about-page .section-sub-heading,
.mmg-about-page .section-title p {
  color: rgba(255, 255, 255, 0.70) !important;
}

.mmg-about-page p,
.mmg-about-page li,
.mmg-about-page .card-text {
  color: rgba(255, 255, 255, 0.78);
}

.mmg-about-page .card,
.mmg-about-page .instructor-support-item,
.mmg-about-page .instructor-item {
  background: rgba(0, 0, 0, 0.62) !important;
  border: 1px solid rgba(255, 255, 255, 0.14) !important;
  box-shadow:
    0 18px 44px rgba(0, 0, 0, 0.55),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.mmg-about-page .card-title,
.mmg-about-page h6,
.mmg-about-page .history-year {
  color: rgba(255, 255, 255, 0.92) !important;
}

.mmg-legal-card {
  background: rgba(0, 0, 0, 0.62);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 18px;
  padding: 34px 30px;
  margin-bottom: 24px;
  box-shadow:
    0 18px 44px rgba(0, 0, 0, 0.55),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.mmg-legal-card,
.mmg-legal-card * {
  color: rgba(255, 255, 255, 0.82);
}

.mmg-legal-card h1,
.mmg-legal-card h2,
.mmg-legal-card h3,
.mmg-legal-card h4,
.mmg-legal-card h5,
.mmg-legal-card h6 {
  color: rgba(255, 255, 255, 0.94);
  font-weight: 800;
  letter-spacing: 0.2px;
}

.mmg-legal-card p,
.mmg-legal-card li {
  font-size: 14px;
  line-height: 1.8;
}

.mmg-legal-card a {
  color: rgba(206, 178, 69, 0.95);
  text-decoration: none;
}

@media (hover: hover) and (pointer: fine) {
  .mmg-legal-card a:hover {
    color: rgba(255, 255, 255, 0.96);
    text-decoration: underline;
    text-underline-offset: 3px;
  }
}

.mmg-legal-page .accordion-item {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.mmg-legal-page .accordion-button {
  background: rgba(0, 0, 0, 0.16);
  color: rgba(255, 255, 255, 0.92);
  font-weight: 700;
}

.mmg-legal-page .accordion-button:focus {
  box-shadow: 0 0 0 0.15rem rgba(206, 178, 69, 0.22);
  border-color: rgba(206, 178, 69, 0.30);
}

.mmg-legal-page .accordion-button:not(.collapsed) {
  background: linear-gradient(135deg, rgba(206, 178, 69, 0.18) 0%, rgba(182, 140, 72, 0.16) 100%);
  color: rgba(255, 255, 255, 0.96);
}

.mmg-legal-page .accordion-body {
  color: rgba(255, 255, 255, 0.76);
}

.mmg-contact-page .contact-page-area {
  padding-top: 56px;
  padding-bottom: 72px;
}

.mmg-contact-page .mmg-contact-card {
  background: rgba(0, 0, 0, 0.62);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 18px;
  padding: 34px 30px;
  box-shadow:
    0 30px 80px rgba(0, 0, 0, 0.40),
    0 0 0 1px rgba(206, 178, 69, 0.10);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.mmg-contact-page .mmg-contact-card .contact-form-title {
  color: rgba(255, 255, 255, 0.92);
}

.mmg-contact-page .mmg-contact-card p,
.mmg-contact-page .mmg-contact-card .contact-info-content p {
  color: rgba(255, 255, 255, 0.78);
}

.mmg-contact-page .mmg-contact-card .contact-icon-img-wrap {
  width: 46px;
  height: 46px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.10);
  border: 1px solid rgba(206, 178, 69, 0.18);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.24);
}

.mmg-contact-page .mmg-contact-card .contact-icon-img-wrap img {
  width: 22px;
  height: 22px;
  object-fit: contain;
  display: block;
  filter: brightness(1.2);
}

.mmg-contact-page .mmg-contact-card .form-control,
.mmg-contact-page .mmg-contact-card .form-select {
  background: rgba(0, 0, 0, 0.38);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 12px;
  color: rgba(255, 255, 255, 0.92);
  padding: 14px 16px;
}

.mmg-contact-page .mmg-contact-card .form-control::placeholder {
  color: rgba(255, 255, 255, 0.54);
}

.mmg-contact-page .mmg-contact-card .form-control:focus,
.mmg-contact-page .mmg-contact-card .form-select:focus {
  border-color: rgba(206, 178, 69, 0.72);
  box-shadow: 0 0 0 3px rgba(206, 178, 69, 0.18);
}

.mmg-contact-page .submitContactUs {
  height: 54px;
  border-radius: 12px;
  border: 0;
  background: #c7a269;
  color: #ffffff !important;
  box-shadow: 0 16px 44px rgba(0, 0, 0, 0.28);
}

@media (hover: hover) and (pointer: fine) {
  .mmg-contact-page .submitContactUs:hover {
    background: #d2b07a;
    box-shadow: 0 20px 56px rgba(0, 0, 0, 0.32);
  }
}

.mmg-contact-page .mmg-contact-map {
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(206, 178, 69, 0.18);
  box-shadow:
    0 30px 80px rgba(0, 0, 0, 0.38),
    0 0 0 1px rgba(206, 178, 69, 0.10);
}

.mmg-contact-page .mmg-contact-map iframe {
  width: 100%;
  height: 380px;
  display: block;
}

@media (max-width: 767px) {
  .mmg-contact-page .mmg-contact-card {
    padding: 26px 20px;
  }

  .mmg-contact-page .contact-page-left-side {
    margin-bottom: 28px;
  }

  .mmg-contact-page .mmg-contact-map iframe {
    height: 300px;
  }
}

.mmg-topic-strip {
  width: 100%;
  background: #000000;
  padding: 24px 0;
  margin-top: 80px;
  overflow: hidden;
}

.mmg-topic-strip__text {
  color: #ceb245;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-align: center;
  line-height: 1.2;
  white-space: nowrap;
  display: inline-block;
  padding-left: 100%;
  animation: scrollText 15s linear infinite;
}

@keyframes scrollText {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

.mmg-awaken {
  position: relative;
  background: #ffffff;
  padding: 200px 0;
}

.mmg-awaken__kicker {
  color: rgba(206, 178, 69, 0.9);
  font-size: 24px;
  letter-spacing: 2.4px;
}

.mmg-awaken__title {
  margin-top: 14px;
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: 0.2px;
}

.mmg-awaken__title-line {
  display: block;
  font-size: 62px;
  color: rgba(17, 17, 17, 0.92);
}

.mmg-awaken__title-line--gold {
  color: rgba(206, 178, 69, 0.95);
}

@media (min-width: 992px) {
  .mmg-awaken__title-line {
    font-size: 68px;
  }
}

.mmg-awaken__rule {
  margin-top: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.mmg-awaken__rule-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: rgba(206, 178, 69, 0.95);
}

.mmg-awaken__rule-line {
  width: 58px;
  height: 3px;
  border-radius: 999px;
  background: rgba(140, 175, 255, 0.8);
}

.mmg-awaken__text {
  margin-top: 18px;
  color: rgba(25, 25, 25, 0.68);
  font-size: 18px;
  line-height: 1.9;
  max-width: 520px;
}

.mmg-awaken__author {
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.mmg-awaken__avatar {
  width: 56px;
  height: 56px;
  border-radius: 999px;
  overflow: hidden;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.12);
}

.mmg-awaken__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mmg-awaken__author-name {
  font-weight: 800;
  font-size: 13px;
  color: rgba(17, 17, 17, 0.92);
}

.mmg-awaken__author-role {
  margin-top: 2px;
  font-size: 11px;
  letter-spacing: 1.2px;
  color: rgba(25, 25, 25, 0.55);
}

.mmg-awaken__art {
  width: 100%;
  max-width: 720px;
  margin-left: auto;
  background: #000000;
  border-radius: 12px;
  padding: 35px;
  aspect-ratio: 16 / 10;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.25);
}

.mmg-awaken__art img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

@media (max-width: 991px) {
  .mmg-awaken {
    padding: 64px 0;
  }

  .mmg-awaken__art {
    margin: 22px auto 0;
    max-width: 520px;
  }
}

.mmg-fab {
  display: none;
}

.mmg-fab:hover {
  filter: brightness(1.06);
}

.mmg-scrolltop {
  position: fixed;
  right: 22px;
  bottom: 22px;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 0;
  background: rgba(206, 178, 69, 0.95);
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow:
    0 14px 34px rgba(0, 0, 0, 0.30);
  z-index: 9999;
  opacity: 0;
  transform: translateY(10px) scale(0.98);
  pointer-events: none;

  transition:
    opacity 200ms ease,
    transform 200ms ease,
    box-shadow 200ms ease,
    background-color 200ms ease;
}

.mmg-scrolltop i {
  font-size: 18px;
  line-height: 1;
}

.mmg-scrolltop.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}

@media (hover: hover) and (pointer: fine) {
  .mmg-scrolltop:hover {
    background: rgba(206, 178, 69, 0.98);
    color: #ffffff;
    box-shadow:
      0 18px 44px rgba(0, 0, 0, 0.34);
    transform: translateY(-3px) scale(1.04);
  }
}

@media (max-width: 576px) {
  .mmg-scrolltop {
    right: 14px;
    bottom: 14px;
    width: 42px;
    height: 42px;
  }
}

.mmg-review-card,
.mmg-service-card,
.mmg-choose-card,
.mmg-team-card,
.mmg-plan-card {
  box-shadow:
    0 24px 70px rgba(0, 0, 0, 0.30),
    0 0 0 1px rgba(206, 178, 69, 0.12),
    0 0 32px rgba(206, 178, 69, 0.18);
}

@media (hover: hover) and (pointer: fine) {
  .mmg-review-card:hover,
  .mmg-service-card:hover,
  .mmg-choose-card:hover,
  .mmg-team-card:hover,
  .mmg-plan-card:hover {
    box-shadow:
      0 34px 98px rgba(0, 0, 0, 0.34),
      0 0 0 1px rgba(206, 178, 69, 0.18),
      0 0 54px rgba(206, 178, 69, 0.32);
  }
}

@media (max-width: 767px) {
  .mmg-hero {
    padding-top: 110px;
    padding-bottom: 260px;
  }

  .mmg-hero__features {
    bottom: 12px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .mmg-hero {
    padding-top: 110px;
  }
}

@media (min-width: 991px) {
  .hero {
    height: 100vh;
  }
}

@media (min-width: 576px) {
  .hero::before {
    height: 85%;
  }
}

@media (min-width: 991px) {
  .hero::before {
    left: unset;
    transform: translateX(0);
    right: 0;
  }
}

.hero2 {
  height: 45vh;
  background-image: url("/img/bg2.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}
@media (min-width: 768px) {
  .hero2 {
    height: 30vh;
  }
}

@media (min-width: 768px) {
  .hero2::before {
    height: 100%;
    width: 50%;
    left: 5%;
    bottom: unset;
    transform: translateX(0);
    background-position: left;
  }
}
@media (min-width: 991px) {
  .hero::before {
    left: unset;
    transform: translateX(0);
    right: 0;
  }
}

.hero3 {
  background-image: url("/img/bg3.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}

.section4 {
  max-width: 3168px;
  width: 100%;
  background-image: url("/img/bg4.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.section5 {
  width: 100%;
  background-image: url("/img/bg5.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.titles {
  font-weight: 900;
  font-size: 60px;
  line-height: normal;
}
.text-small {
  font-weight: 300;
  font-size: 10px;
  line-height: normal;
}
.text1 {
  font-weight: 400;
  font-size: 40px;
  line-height: normal;
  color: white;
}
.text2 {
  font-weight: 300;
  font-size: 25px;
  line-height: normal;
  color: white;
}
.border-box {
  box-sizing: border-box;
}
.h-screen {
  height: 100vh;
}
.iconos {
  margin-bottom: 32px;
}
.title-icons {
  color: var(--green, #11372b);
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 8px;
  line-height: normal;
}
.text-icons {
  color: var(--green, #11372b);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}
.nosotros {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.text-nosotros1 {
  color: #fff;
  font-size: 22px;
  font-weight: 400;
  line-height: normal;
}
.text-nosotros2 {
  color: var(--light_gold, #ceb245);
  font-size: 60px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}
.tarjetas {
  width: 362px;
  height: 208px;
  border-radius: 16px;
}
.w-tarjetas {
  width: 362px;
}

#nav {
  transition: all 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

#title-test {
  transition: all 0.2s ease-in-out;
}

.cont-logo {
  width: 400px;
}

.log {
  width: 200px;
}
@media (min-width: 992px) {
  .log {
    width: 400px;
  }
}

.btn-tab {
  position: relative;
  color: #6c757d;
  font-weight: 500;
}
.btn-tab.active {
  color: var(--color-main-dark);
}
.btn-tab::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background-color: transparent;
}
.btn-tab.active::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background-color: var(--color-green-light);
}

.search {
  position: absolute;
  right: 12px;
  top: 10px;
  width: 16px;
  height: 16px;
  color: #616161;
  z-index: 1;
}

.option-question {
  position: relative;
  width: 100%;
  user-select: none;
}

.option-question label {
  border: 2px solid #eee;
  padding: 16px 16px 16px 32px;
  border-radius: 12px;
  cursor: pointer;
  width: 100%;
  color: #616161;
  transition: all .3s;
  margin-top: -2px;
}

.option-question input[type="radio"] {
  position: absolute;
  left: 12px;
  top: 20px;
}

.option-question input[type="radio"]:checked + label {
  background-color: rgba(4, 148, 138, 0.10);
  border: 2px solid rgba(0, 123, 115, 0.50);
  color: var(--color-main-dark);
}

/* Swipper - No tocar */
.swiper-button-disabled {
  opacity: 0.3;
  cursor: default;
}

.mmg-learn {
  padding: 44px 28px 18px;
}

.mmg-learn__header {
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}

.mmg-learn__title {
  font-weight: 900;
  font-size: 44px;
  line-height: 1.1;
  color: rgba(17, 17, 17, 0.92);
  margin: 0;
}

.mmg-learn__title-gold {
  color: rgba(206, 178, 69, 0.95);
}

.mmg-learn__rule {
  width: 64px;
  height: 3px;
  border-radius: 999px;
  margin: 14px auto 0;
  background: var(--gold-gradient);
}

.mmg-learn__lead {
  margin-top: 18px;
  color: rgba(25, 25, 25, 0.65);
  font-size: 15px;
  line-height: 1.9;
}

.mmg-learn__sublead {
  margin-top: 18px;
  color: rgba(25, 25, 25, 0.82);
  font-size: 15px;
  line-height: 1.9;
  font-weight: 600;
}

.mmg-learn__grid {
  margin-top: 28px;
}

.mmg-learn__card {
  position: relative;
  background: #ffffff;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 14px;
  padding: 32px 30px 30px;
  height: 100%;
  box-shadow:
    0 26px 70px rgba(0, 0, 0, 0.10),
    0 10px 26px rgba(0, 0, 0, 0.06);
}

.mmg-learn__card--center {
  border-color: rgba(206, 178, 69, 0.55);
  box-shadow:
    0 34px 86px rgba(0, 0, 0, 0.12),
    0 14px 32px rgba(0, 0, 0, 0.08);
}

.mmg-learn__num {
  position: absolute;
  top: 10px;
  right: 18px;
  font-weight: 900;
  font-size: 64px;
  line-height: 1;
  letter-spacing: 1px;
  color: rgba(206, 178, 69, 0.22);
  pointer-events: none;
  user-select: none;
}

.mmg-learn__card-title {
  font-weight: 900;
  font-size: 20px;
  line-height: 1.25;
  color: rgba(17, 17, 17, 0.92);
  max-width: 420px;
}

.mmg-learn__card-text {
  margin-top: 12px;
  color: rgba(25, 25, 25, 0.62);
  font-size: 14px;
  line-height: 1.8;
  max-width: 520px;
}

.mmg-learn__list {
  margin-top: 18px;
  display: grid;
  gap: 14px;
}

.mmg-learn__item {
  display: grid;
  grid-template-columns: 22px 1fr;
  column-gap: 12px;
  align-items: start;
}

.mmg-learn__check {
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background: rgba(206, 178, 69, 0.95);
  color: rgba(0, 0, 0, 0.82);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 22px rgba(206, 178, 69, 0.22);
}

.mmg-learn__check i {
  font-size: 14px;
  line-height: 1;
}

.mmg-learn__item-body {
  color: rgba(25, 25, 25, 0.70);
  font-size: 13px;
  line-height: 1.75;
}

.mmg-learn__item-body strong {
  color: rgba(17, 17, 17, 0.92);
  font-weight: 800;
}

@media (min-width: 992px) {
  .mmg-learn {
    padding: 62px 40px 30px;
  }

  .mmg-learn__header {
    max-width: 1120px;
  }

  .mmg-learn__title {
    font-size: 52px;
  }

  .mmg-learn__lead,
  .mmg-learn__sublead {
    font-size: 16px;
  }

  .mmg-learn__card-title {
    font-size: 22px;
  }

  .mmg-learn__num {
    font-size: 72px;
  }
}

.mmg-promise {
  padding: 10px 8px 30px;
}

.mmg-promise__box {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #0c1331 0%, #0b1028 45%, #0a0f22 100%);
  border-radius: 14px;
  padding: 38px 22px;
  max-width: 1060px;
  margin: 22px auto 0;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.35);
}

.mmg-promise__box::before {
  content: "";
  position: absolute;
  inset: -30% -10% -30% -10%;
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.06) 40%, rgba(255, 255, 255, 0) 72%);
  transform: skewX(-18deg) translateX(-18%);
  pointer-events: none;
}

.mmg-promise__box::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(520px 220px at 18% 50%, rgba(206, 178, 69, 0.10), rgba(0, 0, 0, 0) 70%),
    radial-gradient(520px 220px at 86% 30%, rgba(206, 178, 69, 0.08), rgba(0, 0, 0, 0) 70%);
  pointer-events: none;
  opacity: 0.95;
}

.mmg-promise__title {
  position: relative;
  z-index: 1;
  text-align: center;
  font-weight: 800;
  font-size: 20px;
  letter-spacing: 0.2px;
  color: rgba(206, 178, 69, 0.95);
}

.mmg-promise__text {
  position: relative;
  z-index: 1;
  max-width: 820px;
  margin: 12px auto 0;
  text-align: center;
  font-size: 15px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.86);
}

.mmg-promise__pattern {
  margin: 34px auto 0;
  width: 100%;
  max-width: 1120px;
  height: 160px;
  border-radius: 0;
  background-image: url("/img/bg1.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: 0 16px 52px rgba(0, 0, 0, 0.25);
}

@media (min-width: 992px) {
  .mmg-promise {
    padding: 18px 12px 46px;
  }

  .mmg-promise__box {
    padding: 46px 34px;
    border-radius: 16px;
    max-width: 1180px;
  }

  .mmg-promise__title {
    font-size: 22px;
  }

  .mmg-promise__text {
    font-size: 16px;
  }

  .mmg-promise__pattern {
    height: 170px;
    max-width: 1240px;
  }
}

.mmg-truth {
  padding: 6px 8px 42px;
}

.mmg-truth__panel {
  position: relative;
  overflow: hidden;
  max-width: 1240px;
  margin: 26px auto 0;
  border-radius: 16px;
  padding: 62px 18px 46px;
  background: radial-gradient(1200px 520px at 50% 0%, rgba(255, 255, 255, 0.06), rgba(0, 0, 0, 0) 62%),
    linear-gradient(135deg, #0a0b12 0%, #0c1026 50%, #0a0b12 100%);
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(206, 178, 69, 0.12);
}

.mmg-truth__panel::before {
  content: "";
  position: absolute;
  inset: -140px -140px -140px -140px;
  pointer-events: none;
  background:
    radial-gradient(circle at 16% 20%, rgba(0, 0, 0, 0) 0 58%, rgba(206, 178, 69, 0.16) 58% 58.6%, rgba(0, 0, 0, 0) 58.6% 100%),
    radial-gradient(circle at 50% 18%, rgba(0, 0, 0, 0) 0 58%, rgba(206, 178, 69, 0.16) 58% 58.6%, rgba(0, 0, 0, 0) 58.6% 100%),
    radial-gradient(circle at 84% 20%, rgba(0, 0, 0, 0) 0 58%, rgba(206, 178, 69, 0.16) 58% 58.6%, rgba(0, 0, 0, 0) 58.6% 100%),
    radial-gradient(circle at 18% 78%, rgba(0, 0, 0, 0) 0 64%, rgba(206, 178, 69, 0.14) 64% 64.6%, rgba(0, 0, 0, 0) 64.6% 100%),
    radial-gradient(circle at 82% 78%, rgba(0, 0, 0, 0) 0 64%, rgba(206, 178, 69, 0.14) 64% 64.6%, rgba(0, 0, 0, 0) 64.6% 100%),
    radial-gradient(520px 520px at 16% 22%, rgba(206, 178, 69, 0.08), rgba(0, 0, 0, 0) 62%),
    radial-gradient(520px 520px at 84% 22%, rgba(206, 178, 69, 0.08), rgba(0, 0, 0, 0) 62%);
  opacity: 0.65;
}

.mmg-truth__kicker {
  color: rgba(206, 178, 69, 0.78);
  font-size: 12px;
  letter-spacing: 4px;
  font-weight: 700;
}

.mmg-truth__title {
  margin-top: 18px;
  font-size: 38px;
  font-weight: 900;
  line-height: 1.18;
  color: rgba(255, 255, 255, 0.94);
}

.mmg-truth__title-gold {
  color: rgba(206, 178, 69, 0.95);
}

.mmg-truth__lead {
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 14px;
  line-height: 1.9;
}

.mmg-truth__list {
  position: relative;
  z-index: 1;
  max-width: 1120px;
  margin: 34px auto 0;
  display: grid;
  gap: 22px;
}

.mmg-truth__q {
  position: relative;
  border-radius: 14px;
  padding: 28px 22px 28px 70px;
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.02) 42%, rgba(255, 255, 255, 0.03) 100%);
  border: 1px solid rgba(206, 178, 69, 0.22);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 18px 46px rgba(0, 0, 0, 0.35);
  transition:
    border-color 180ms ease,
    transform 180ms ease,
    box-shadow 180ms ease;
}

.mmg-truth__badge {
  position: absolute;
  left: 18px;
  top: 18px;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: rgba(206, 178, 69, 0.95);
  color: rgba(0, 0, 0, 0.88);
  font-weight: 900;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.35);
}

.mmg-truth__hl {
  color: rgba(206, 178, 69, 0.92);
}

.mmg-truth__q::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  border-radius: 14px 0 0 14px;
  background: rgba(206, 178, 69, 0.95);
  transform: scaleY(0);
  transform-origin: center;
  transition: transform 320ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.mmg-truth__q:hover,
.mmg-truth__q:focus-within {
  border-color: rgba(206, 178, 69, 0.65);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 22px 56px rgba(0, 0, 0, 0.42);
}

.mmg-truth__q:hover::before,
.mmg-truth__q:focus-within::before {
  transform: scaleY(1);
}

.mmg-truth__qtext {
  margin: 0;
  font-size: 14px;
  line-height: 1.9;
  color: rgba(255, 255, 255, 0.72);
}

.mmg-truth__dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 18px;
}

.mmg-truth__dot {
  width: 22px;
  height: 22px;
  border-radius: 999px;
  border: 1px solid rgba(206, 178, 69, 0.55);
  color: rgba(206, 178, 69, 0.85);
  font-size: 11px;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.12);
}

.mmg-truth__cta {
  position: relative;
  z-index: 1;
  margin: 30px auto 0;
  max-width: 1120px;
  border-radius: 14px;
  padding: 36px 18px;
  background: linear-gradient(115deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0.02) 55%, rgba(255, 255, 255, 0.03) 100%);
  border: 1px solid rgba(206, 178, 69, 0.22);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 18px 46px rgba(0, 0, 0, 0.35);
}

.mmg-truth__cta-text {
  text-align: center;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.92);
}

.mmg-truth__cta-actions {
  margin-top: 22px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
}

.mmg-truth__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 26px;
  min-width: 220px;
  border-radius: 999px;
  background: rgba(206, 178, 69, 0.92);
  color: rgba(0, 0, 0, 0.88);
  font-weight: 900;
  font-size: 12px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.35);
}

.mmg-truth__btn:hover {
  color: rgba(0, 0, 0, 0.88) !important;
  filter: brightness(1.04);
}

@media (min-width: 992px) {
  .mmg-truth {
    padding: 10px 12px 64px;
  }

  .mmg-truth__panel {
    padding: 74px 48px 56px;
    border-radius: 18px;
  }

  .mmg-truth__title {
    font-size: 44px;
  }

  .mmg-truth__lead {
    font-size: 15px;
  }

  .mmg-truth__q {
    padding: 34px 32px 34px 88px;
  }

  .mmg-truth__badge {
    left: 26px;
    top: 26px;
    width: 38px;
    height: 38px;
    font-size: 15px;
  }

  .mmg-truth__qtext {
    font-size: 15px;
  }

  .mmg-truth__cta {
    padding: 46px 24px;
  }

  .mmg-truth__btn {
    padding: 16px 34px;
    min-width: 260px;
  }
}

.mmg-reviews {
  position: relative;
  padding: 96px 0 0;
  background-image: url("/img/acerca-nosotros.avif");
  background-size: 520px auto;
  background-position: center;
  background-repeat: repeat;
}

.mmg-reviews::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.70);
  pointer-events: none;
}

.mmg-reviews > * {
  position: relative;
  z-index: 1;
}

.mmg-reviews__head {
  text-align: center;
  margin: 0 auto 46px;
  max-width: 720px;
}

.mmg-reviews__kicker {
  color: rgba(206, 178, 69, 0.82);
  font-weight: 700;
  letter-spacing: 4px;
  font-size: 12px;
}

.mmg-reviews__title {
  margin-top: 10px;
  font-size: 40px;
  line-height: 1.15;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.96);
}

.mmg-reviews__rule {
  width: 54px;
  height: 3px;
  border-radius: 999px;
  margin: 14px auto 0;
  background: var(--gold-gradient);
}

.mmg-reviews__slider {
  position: relative;
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 24px;
}

.mmg-reviews__viewport {
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scrollbar-width: none;
  scroll-snap-type: x mandatory;
  scroll-padding: 0;
  padding: 0;
}

.mmg-reviews__viewport::-webkit-scrollbar {
  display: none;
}

.mmg-reviews__track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(280px, 84%);
  gap: 28px;
  align-items: stretch;
  padding: 0;
}

@media (min-width: 992px) {
  .mmg-reviews__track {
    grid-auto-columns: calc((100% - 56px) / 3);
  }
}

.mmg-reviews__track [data-clone="1"] {
  pointer-events: none;
  overflow: hidden;
}

.mmg-review-card {
  background: #ffffff;
  border-radius: 4px;
  padding: 26px 22px 20px;
  min-height: 420px;
  box-shadow:
    0 26px 70px rgba(0, 0, 0, 0.45);
  display: flex;
  flex-direction: column;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

.mmg-review-card__avatar {
  width: 92px;
  height: 92px;
  border-radius: 999px;
  overflow: hidden;
  margin: 0 auto;
}

.mmg-review-card__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.mmg-review-card__body {
  margin-top: 18px;
  color: rgba(25, 25, 25, 0.62);
  font-size: 12px;
  line-height: 1.75;
  text-align: center;
  flex: 1;
}

.mmg-review-card__stars {
  margin-top: 18px;
  text-align: center;
  color: #0d6efd;
}

.mmg-review-card__stars i {
  font-size: 13px;
  margin: 0 1px;
}

.mmg-review-card__name {
  margin-top: 10px;
  text-align: center;
  font-weight: 900;
  font-size: 11px;
  color: rgba(0, 0, 0, 0.88);
  letter-spacing: 0.4px;
}

.mmg-review-card__link {
  margin-top: 4px;
  text-align: center;
  font-size: 11px;
  color: #0d6efd;
}

.mmg-reviews__nav {
  position: absolute;
  top: 62%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  border-radius: 999px;
  border: 1px solid rgba(206, 178, 69, 0.55);
  background: rgba(0, 0, 0, 0.55);
  color: rgba(206, 178, 69, 0.95);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.45);
}

.mmg-reviews__nav:hover {
  filter: brightness(1.08);
}

.mmg-reviews__nav--prev {
  left: 10px;
}

.mmg-reviews__nav--next {
  right: 10px;
}

.mmg-reviews__progress {
  width: 42px;
  height: 3px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  margin: 18px auto 0;
  overflow: hidden;
}

.mmg-reviews__progress-bar {
  height: 100%;
  width: 33%;
  background: rgba(206, 178, 69, 0.95);
  border-radius: 999px;
}

@media (max-width: 991px) {
  .mmg-reviews {
    padding: 68px 0 0;
  }

  .mmg-reviews__title {
    font-size: 34px;
  }

  .mmg-reviews__slider {
    padding: 0 20px;
  }
}

.mmg-services {
  position: relative;
  padding: 118px 0 144px;
  background-image: url("/img/servicios.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: -1px;
  filter: brightness(1.12) contrast(1.03) saturate(1.08);
}

.mmg-services::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(980px 520px at 50% 18%, rgba(255, 255, 255, 0.14), rgba(0, 0, 0, 0) 64%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.56) 0%, rgba(0, 0, 0, 0.44) 42%, rgba(0, 0, 0, 0.62) 100%);
  pointer-events: none;
}

.mmg-services > * {
  position: relative;
  z-index: 1;
}

.mmg-services__head {
  text-align: center;
  max-width: 860px;
  margin: 0 auto 52px;
}

.mmg-services__kicker {
  color: rgba(255, 255, 255, 0.74);
  font-weight: 700;
  letter-spacing: 4px;
  font-size: 12px;
  text-transform: uppercase;
}

.mmg-services__title {
  margin-top: 10px;
  font-size: 48px;
  line-height: 1.12;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.96);
}

.mmg-services__rule {
  width: 62px;
  height: 3px;
  border-radius: 999px;
  margin: 14px auto 0;
  background: linear-gradient(90deg, rgba(84, 179, 255, 0) 0%, rgba(84, 179, 255, 0.95) 35%, rgba(84, 179, 255, 0.95) 65%, rgba(84, 179, 255, 0) 100%);
}

.mmg-services__grid {
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  gap: 36px;
  grid-template-columns: 1fr;
}

.mmg-service-card {
  background: #ffffff;
  border-radius: 4px;
  padding: 34px 32px 30px;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.45);
  border: 1px solid rgba(0, 0, 0, 0.08);
  position: relative;
  transform: translateZ(0);
  transition:
    transform 240ms cubic-bezier(0.2, 0.8, 0.2, 1),
    box-shadow 240ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.mmg-service-card__icon {
  width: 48px;
  height: 48px;
  border-radius: 999px;
  overflow: hidden;
  margin-bottom: 16px;
  background: transparent;
}

.mmg-service-card__icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.mmg-service-card__title {
  margin: 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.25;
  color: rgba(0, 0, 0, 0.86);
}

.mmg-service-card__text {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 1.7;
  color: rgba(0, 0, 0, 0.56);
}

.mmg-service-card__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 14px;
  font-size: 12px;
  color: #0d6efd;
  font-weight: 600;
}

.mmg-service-card__arrow {
  font-size: 14px;
  line-height: 1;
}

@media (hover: hover) and (pointer: fine) {
  .mmg-service-card:hover {
    z-index: 2;
    transform: translateY(-12px) scale(1.05);
    box-shadow: 0 44px 120px rgba(0, 0, 0, 0.48);
  }
}

.mmg-service-card:focus-within {
  z-index: 2;
  transform: translateY(-10px) scale(1.04);
  box-shadow: 0 44px 120px rgba(0, 0, 0, 0.48);
}

@media (min-width: 768px) {
  .mmg-services__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 36px;
  }
}

@media (min-width: 992px) {
  .mmg-services {
    padding: 132px 0 160px;
  }

  .mmg-services__title {
    font-size: 52px;
  }

  .mmg-service-card {
    padding: 36px 34px 32px;
  }

  .mmg-service-card__title {
    font-size: 15px;
  }
}

.mmg-choose {
  position: relative;
  padding: 140px 0 150px;
  background-image:
    linear-gradient(180deg, rgba(120, 83, 24, 0.66) 0%, rgba(120, 83, 24, 0.54) 40%, rgba(120, 83, 24, 0.66) 100%),
    url("/img/biblioteca.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.mmg-choose::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(920px 480px at 50% 18%, rgba(255, 255, 255, 0.26), rgba(0, 0, 0, 0) 64%),
    radial-gradient(1200px 520px at 50% 110%, rgba(0, 0, 0, 0.22), rgba(0, 0, 0, 0) 70%);
  pointer-events: none;
  opacity: 0.8;
}

.mmg-choose > * {
  position: relative;
  z-index: 1;
}

.mmg-choose__head {
  text-align: center;
  max-width: 980px;
  margin: 0 auto 56px;
}

.mmg-choose__kicker {
  color: rgba(255, 255, 255, 0.70);
  font-weight: 800;
  letter-spacing: 4px;
  font-size: 12px;
  text-transform: uppercase;
}

.mmg-choose__title {
  margin-top: 14px;
  font-weight: 900;
  font-size: 40px;
  line-height: 1.18;
  color: rgba(255, 255, 255, 0.96);
}

.mmg-choose__rule {
  position: relative;
  width: 86px;
  height: 3px;
  border-radius: 999px;
  margin: 16px auto 0;
  background: rgba(84, 179, 255, 0.95);
}

.mmg-choose__rule::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: rgba(206, 178, 69, 0.95);
  transform: translate(-50%, -50%);
  box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.18);
  animation: mmg-choose-rule-dot 1800ms ease-in-out infinite alternate;
}

@keyframes mmg-choose-rule-dot {
  0% {
    left: 12%;
    transform: translate(-50%, -50%) scale(1);
  }
  100% {
    left: 88%;
    transform: translate(-50%, -50%) scale(1.08);
  }
}

.mmg-choose__panel {
  max-width: 1240px;
  margin: 0 auto;
  border-radius: 16px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(0, 0, 0, 0.08);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 34px 90px rgba(0, 0, 0, 0.35);
}

.mmg-choose__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.mmg-choose-card {
  padding: 40px 26px 34px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.10);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 18px 50px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  position: relative;
  transform: translateZ(0);
  transition:
    transform 260ms cubic-bezier(0.2, 0.8, 0.2, 1),
    box-shadow 260ms cubic-bezier(0.2, 0.8, 0.2, 1),
    background-color 260ms cubic-bezier(0.2, 0.8, 0.2, 1),
    border-color 260ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.mmg-choose-card__icon {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px;
  color: rgba(255, 255, 255, 0.96);
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(0, 0, 0, 0.14);
}

.mmg-choose-card__icon i {
  font-size: 24px;
  line-height: 1;
}

.mmg-choose-card__title {
  margin: 0;
  text-align: center;
  font-weight: 900;
  font-size: 16px;
  letter-spacing: 0.2px;
  line-height: 1.3;
  color: rgba(255, 255, 255, 0.98);
}

.mmg-choose-card__text {
  margin-top: 14px;
  margin-bottom: 0;
  text-align: center;
  font-size: 13px;
  line-height: 1.85;
  color: rgba(255, 255, 255, 0.82);
}

@media (hover: hover) and (pointer: fine) {
  .mmg-choose-card:hover {
    z-index: 2;
    transform: translateY(-12px) scale(1.04);
    background: rgba(0, 0, 0, 0.55);
    border-color: rgba(0, 0, 0, 0.55);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.08),
      0 40px 110px rgba(0, 0, 0, 0.48);
  }
}

.mmg-choose-card:focus-within {
  z-index: 2;
  transform: translateY(-10px) scale(1.03);
  background: rgba(0, 0, 0, 0.55);
  border-color: rgba(0, 0, 0, 0.55);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 40px 110px rgba(0, 0, 0, 0.48);
}

@media (min-width: 992px) {
  .mmg-choose {
    padding: 156px 0 164px;
  }

  .mmg-choose__title {
    font-size: 44px;
  }

  .mmg-choose__panel {
    padding: 22px;
  }

  .mmg-choose__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
  }

  .mmg-choose-card {
    padding: 54px 30px 44px;
  }

  .mmg-choose-card__icon {
    margin-bottom: 22px;
  }

  .mmg-choose-card__title {
    font-size: 16px;
  }
}

.mmg-team {
  padding: 78px 0 104px;
  background: #f4f4f4;
}

.mmg-team__banner {
  max-width: 1120px;
  margin: 0 auto 40px;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.18);
}

.mmg-team__banner-inner {
  position: relative;
  padding: 34px 18px 28px;
  text-align: center;
  background-image: url("/img/servicios.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.mmg-team__banner-inner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.64);
  pointer-events: none;
}

.mmg-team__banner-inner > * {
  position: relative;
  z-index: 1;
}

.mmg-team__kicker {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
}

.mmg-team__title {
  margin-top: 10px;
  font-size: 38px;
  font-weight: 900;
  line-height: 1.15;
  color: rgba(255, 255, 255, 0.96);
}

.mmg-team__rule {
  position: relative;
  width: 78px;
  height: 3px;
  border-radius: 999px;
  margin: 14px auto 0;
  background: rgba(84, 179, 255, 0.95);
}

.mmg-team__rule::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: rgba(206, 178, 69, 0.95);
  transform: translate(-50%, -50%);
  box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.18);
  animation: mmg-team-rule-dot 1800ms ease-in-out infinite alternate;
}

@keyframes mmg-team-rule-dot {
  0% {
    left: 12%;
    transform: translate(-50%, -50%) scale(1);
  }
  100% {
    left: 88%;
    transform: translate(-50%, -50%) scale(1.08);
  }
}

.mmg-team__grid {
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}

.mmg-team-card {
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(206, 178, 69, 0.48);
  box-shadow: 0 26px 86px rgba(0, 0, 0, 0.18);
  transform: translateZ(0);
  transition: transform 240ms cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 240ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.mmg-team-card__media {
  height: 360px;
  background: #111;
}

.mmg-team-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.mmg-team-card__social {
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  background: rgba(206, 178, 69, 0.90);
  color: rgba(0, 0, 0, 0.86);
}

.mmg-team-card__social a {
  color: rgba(0, 0, 0, 0.86);
  width: 34px;
  height: 34px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.10);
}

.mmg-team-card__social a:hover {
  color: rgba(0, 0, 0, 0.92) !important;
  background: rgba(255, 255, 255, 0.22);
}

.mmg-team-card__social i {
  font-size: 18px;
  line-height: 1;
}

.mmg-team-card__body {
  text-align: center;
  padding: 18px 14px 16px;
}

.mmg-team-card__name {
  font-weight: 900;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.86);
}

.mmg-team-card__role {
  margin-top: 4px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(206, 178, 69, 0.95);
}

@media (hover: hover) and (pointer: fine) {
  .mmg-team-card:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 46px 130px rgba(0, 0, 0, 0.26);
  }
}

@media (min-width: 768px) {
  .mmg-team__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 32px;
  }
}

@media (min-width: 992px) {
  .mmg-team {
    padding: 90px 0 120px;
  }

  .mmg-team__title {
    font-size: 42px;
  }

  .mmg-team-card__media {
    height: 400px;
  }
}

.mmg-plans {
  padding: 66px 0 92px;
  background: #ffffff;
}

.mmg-plans__banner {
  max-width: 1120px;
  margin: 0 auto 0;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.18);
}

.mmg-plans__banner-inner {
  position: relative;
  padding: 30px 18px 28px;
  text-align: center;
  background-image: url("/img/biblioteca.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.mmg-plans__banner-inner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.62);
  pointer-events: none;
}

.mmg-plans__banner-inner > * {
  position: relative;
  z-index: 1;
}

.mmg-plans__title {
  margin: 0;
  font-weight: 900;
  font-size: 30px;
  line-height: 1.18;
  color: rgba(255, 255, 255, 0.96);
}

.mmg-plans__rule {
  width: 58px;
  height: 3px;
  border-radius: 999px;
  margin: 14px auto 0;
  background: rgba(206, 178, 69, 0.92);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.32);
}

.mmg-plans__panel {
  max-width: 1120px;
  margin: 18px auto 0;
  padding: 22px;
  border-radius: 10px;
  background: #efe2cb;
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.16);
}

.mmg-plans__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.mmg-plan-card {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  background: #0b0b0b;
  border: 1px solid rgba(206, 178, 69, 0.55);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.40);
  padding: 30px 20px 22px;
  min-height: 430px;
  display: flex;
  flex-direction: column;
  transform: translateZ(0);
  transition: transform 240ms cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 240ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.mmg-plan-card::after {
  content: "";
  position: absolute;
  right: -56px;
  top: -10px;
  width: 250px;
  height: 120%;
  background-image: url("/img/bg2.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.55;
  filter: saturate(1.1) contrast(1.05);
  pointer-events: none;
}

.mmg-plan-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.94) 0%, rgba(0, 0, 0, 0.94) 56%, rgba(0, 0, 0, 0.60) 100%),
    radial-gradient(220px 220px at 18% 12%, rgba(206, 178, 69, 0.12), rgba(0, 0, 0, 0) 62%);
  pointer-events: none;
}

.mmg-plan-card > * {
  position: relative;
  z-index: 1;
}

.mmg-plan-card__price {
  display: flex;
  align-items: flex-end;
  gap: 4px;
  color: rgba(255, 255, 255, 0.95);
}

.mmg-plan-card__currency {
  font-weight: 800;
  font-size: 13px;
  transform: translateY(-8px);
}

.mmg-plan-card__amount {
  font-weight: 900;
  font-size: 40px;
  letter-spacing: 0.2px;
}

.mmg-plan-card__usd {
  font-weight: 800;
  font-size: 11px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  opacity: 0.9;
  transform: translateY(-8px);
}

.mmg-plan-card__name {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.96);
  font-weight: 900;
  font-size: 18px;
}

.mmg-plan-card__duration {
  margin-top: 10px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.72);
}

.mmg-plan-card__list {
  list-style: none;
  padding: 0;
  margin: 14px 0 0;
}

.mmg-plan-card__list li {
  position: relative;
  padding-left: 14px;
  margin: 10px 0;
  font-size: 12px;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.80);
}

.mmg-plan-card__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 6px;
  height: 2px;
  border-radius: 999px;
  background: rgba(206, 178, 69, 0.92);
}

.mmg-plan-card__btn {
  margin-top: auto;
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  height: 38px;
  padding: 0 18px 0 12px;
  border-radius: 999px;
  background: rgba(206, 178, 69, 0.90);
  color: rgba(0, 0, 0, 0.86);
  font-weight: 900;
  font-size: 11px;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  box-shadow: 0 16px 44px rgba(0, 0, 0, 0.40);
}

.mmg-plan-card__btn-ico {
  width: 24px;
  height: 24px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.18);
  font-size: 15px;
  line-height: 1;
}

@media (hover: hover) and (pointer: fine) {
  .mmg-plan-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 86px rgba(0, 0, 0, 0.50);
  }

  .mmg-plan-card__btn:hover {
    filter: brightness(1.06);
  }
}

@media (min-width: 768px) {
  .mmg-plans__panel {
    padding: 26px;
  }

  .mmg-plans__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }
}

@media (min-width: 992px) {
  .mmg-plans {
    padding: 74px 0 110px;
  }

  .mmg-plans__banner-inner {
    padding: 34px 18px 30px;
  }

  .mmg-plans__title {
    font-size: 34px;
  }

  .mmg-plans__panel {
    margin-top: 20px;
    padding: 28px;
  }

  .mmg-plans__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
  }

  .mmg-plan-card {
    padding: 34px 22px 24px;
    min-height: 460px;
  }
}