.elementor-77 .elementor-element.elementor-element-aa93da8{width:var( --container-widget-width, 2355.05px );max-width:2355.05px;--container-widget-width:2355.05px;--container-widget-flex-grow:0;}.elementor-77 .elementor-element.elementor-element-aa93da8.elementor-element{--flex-grow:0;--flex-shrink:0;}@media(max-width:767px){.elementor-77 .elementor-element.elementor-element-aa93da8{width:var( --container-widget-width, 805px );max-width:805px;--container-widget-width:805px;--container-widget-flex-grow:0;}}/* Start custom CSS for html, class: .elementor-element-aa93da8 *//* ==========================================================================
   0. FIX ELEMENTOR — Eliminar gap lateral blanco
   ========================================================================== */
/* ==========================================================================
   0. FIX SINATRA — Eliminar límite de ancho del tema para esta landing
   ========================================================================== */
div.si-container {
  max-width: 100% !important;
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.elementor-section.elementor-top-section,
.e-con.e-parent {
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  max-width: 100% !important;
  width: 100% !important;
}

.elementor-section > .elementor-container,
.elementor-container {
  max-width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* ==========================================================================
   1. RESET BÁSICO Y CONTROL DE FLUJO STRUCTURAL
   ========================================================================== */
* {
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  max-width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  overflow-x: hidden !important;
  font-family: Inter, Arial, sans-serif;
  background: #f7f9fd;
  color: #172033;
  line-height: 1.6;
}

img {
  display: block;
  max-width: 100%;
}

.tdm-page {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

.tdm-hero,
.tdm-section,
.tdm-cta {
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.tdm-container {
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
  padding-left: 24px !important;
  padding-right: 24px !important;
}

/* ==========================================================================
   2. HERO & COMPORTAMIENTO DE IMAGEN
   ========================================================================== */
.tdm-hero {
  min-height: 100vh;
  min-height: 100svh;
  padding: 80px 0;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.tdm-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(9,35,66,.92) 0%, rgba(9,35,66,.78) 45%, rgba(1,74,173,.55) 100%);
  z-index: 1;
}

.tdm-hero-content {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: center;
  gap: 48px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  text-align: left;
  color: #ffffff;
}

.tdm-hero h1,
.tdm-hero p,
.tdm-hero .tdm-badge,
.tdm-hero .tdm-trust {
  grid-column: 1;
}

.tdm-hero .tdm-actions {
  grid-column: 1;
  justify-content: flex-start;
}

.tdm-hero .tdm-trust {
  justify-content: flex-start;
}

.tdm-hero h1 {
  font-size: clamp(32px, 5vw, 54px);
}

.tdm-hero h1 em {
  color: #59d6ff;
  font-style: normal;
}

.tdm-hero p {
  max-width: 520px;
  margin: 0 0 32px;
  color: rgba(255,255,255,.92);
  font-size: 18px;
}

.tdm-hero-media {
  grid-column: 2;
  grid-row: 1 / span 6;
  display: flex;
  justify-content: center;
}

.tdm-hero-image-wrap {
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 24px 64px rgba(0,0,0,.4), 0 0 0 3px rgba(255,255,255,.25);
  animation: tdmFloatImage 4.5s ease-in-out infinite;
}

.tdm-hero-image {
  width: 100%;
  height: auto;
  display: block;
}

@keyframes tdmFloatImage {
  0%, 100% { transform: translateY(0) scale(1); }
  50%       { transform: translateY(-12px) scale(1.01); }
}

/* ==========================================================================
   3. BOTONES DE ALTA VISIBILIDAD (ESTÁTICOS)
   ========================================================================== */
.tdm-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin: 0 0 24px;
}

.tdm-btn {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 14px 28px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 800;
  text-decoration: none;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease, color .25s ease;
}

.tdm-btn:hover {
  transform: translateY(-2px);
}

.tdm-btn-primary {
  color: #ffffff !important;
  background: #0da4e8 !important;
  box-shadow: 0 8px 28px rgba(13, 164, 232, 0.4);
}

.tdm-btn-primary:hover {
  background: #058ed0 !important;
}

.tdm-btn-secondary {
  color: #092342 !important;
  background: #ffffff !important;
  border: 2px solid #ffffff !important;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.1);
}

.tdm-btn-secondary:hover {
  color: #ffffff !important;
  background: #092342 !important;
  border-color: #092342 !important;
}

/* ==========================================================================
   4. ESTILOS DE COMPONENTES INTERNOS
   ========================================================================== */
.tdm-badge,
.tdm-section-label {
  display: inline-block;
  margin-bottom: 12px;
  color: #014aad;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.tdm-badge {
  display: inline-block;
  width: fit-content;
  padding: 8px 18px;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 999px;
  color: #9fe7ff;
  background: rgba(255,255,255,.12);

}

.tdm-hero h1,
.tdm-section h2,
.tdm-cta h2 {
  margin: 0 0 16px;
  color: inherit;
  font-weight: 900;
  line-height: 1.15;
}

.tdm-trust {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 28px;
  color: rgba(255,255,255,.78);
  font-size: 14px;
  font-weight: 700;
}

.tdm-section {
  padding: 80px 0;
}

.tdm-white { background: #ffffff; }
.tdm-soft { background: #eef5ff; }

.tdm-section h2,
.tdm-cta h2 {
  color: #172033;
  font-size: clamp(28px, 4vw, 38px);
}

.tdm-section-text {
  width: 100%;
  max-width: 680px;
  margin: 0 0 40px;
  color: #546179;
  font-size: 16px;
}

.tdm-services-grid,
.tdm-steps-grid,
.tdm-testimonials-grid,
.tdm-faq-grid,
.tdm-university-grid {
  display: grid;
  gap: 24px;
  width: 100%;
}

.tdm-services-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.tdm-steps-grid, .tdm-university-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }

.tdm-card,
.tdm-step,
.tdm-testimonials-grid article {
  border: 1px solid #d7e5f7;
  border-radius: 12px;
  background: #eef5ff;
}

.tdm-card {
  padding: 28px;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.tdm-card:hover {
  transform: translateY(-6px);
  border-color: #014aad;
  box-shadow: 0 16px 36px rgba(1,74,173,.1);
}

.tdm-card-featured {
  color: #ffffff;
  background: #014aad;
  border-color: #014aad;
}

.tdm-icon {
  margin-bottom: 14px;
  font-size: 36px;
  line-height: 1;
}

.tdm-card h3,
.tdm-step h3,
.tdm-why-grid h3 {
  margin: 0 0 8px;
  color: #014aad;
  font-size: 19px;
  line-height: 1.3;
}

.tdm-card-featured h3 { color: #9fe7ff; }

.tdm-card p,
.tdm-card li,
.tdm-step p,
.tdm-why-grid p,
.tdm-testimonials-grid p,
.tdm-faq-grid p {
  color: #546179;
  font-size: 15px;
}

.tdm-card-featured p,
.tdm-card-featured li {
  color: rgba(255,255,255,.84);
}

.tdm-card ul {
  display: grid;
  gap: 6px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.tdm-card li { display: flex; gap: 8px; }
.tdm-card li::before { content: "✓"; color: #014aad; font-weight: 900; }
.tdm-card-featured li::before { color: #9fe7ff; }

.tdm-step { padding: 28px 20px; text-align: center; }
.tdm-step span {
  display: inline-flex; width: 48px; height: 48px; align-items: center; justify-content: center;
  margin-bottom: 16px; border-radius: 50%; color: #ffffff; background: #014aad; font-size: 20px; font-weight: 900;
}

/* Universidades */
.tdm-universities {
  color: #ffffff;
  background: linear-gradient(135deg, #014aad 0%, #0969c8 100%);
}
.tdm-universities .tdm-section-label { color: #9fe7ff; }
.tdm-universities h2 { color: #ffffff; }

.tdm-university-grid article {
  min-height: 150px; display: flex; align-items: center; justify-content: center;
  flex-direction: column; gap: 12px; padding: 20px 16px; border: 1px solid rgba(255,255,255,.18);
  border-radius: 10px; background: rgba(255,255,255,.1); text-align: center;
}
.tdm-university-grid img { max-width: 120px; max-height: 64px; object-fit: contain; }

/* Sección Por Qué */
.tdm-why {
  position: relative; overflow: hidden; color: #ffffff;
  background: linear-gradient(135deg, rgba(1,74,173,.96), rgba(9,35,66,.98)), url("https://mexico.tesisdominicanas.com/wp-content/uploads/2026/06/young-woman-college-student-2026-01-08-06-32-16-utc-scaled.jpg") center / cover;
}
.tdm-why::before {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(255,255,255,.09) 1px, transparent 1px), linear-gradient(0deg, rgba(255,255,255,.08) 1px, transparent 1px);
  background-size: 52px 52px; opacity: .14; animation: tdmGridMove 16s linear infinite;
}
@keyframes tdmGridMove {
  from { background-position: 0 0; }
  to   { background-position: 52px 52px; }
}

.tdm-why .tdm-container { position: relative; z-index: 1; }
.tdm-why .tdm-section-label { color: #9fe7ff; }
.tdm-why h2 { color: #ffffff; }
.tdm-why .tdm-section-text { color: rgba(255,255,255,.84); }

.tdm-why-layout { display: grid; grid-template-columns: 1fr 1.3fr; gap: 32px; width: 100%; }
.tdm-proof { padding: 32px; border: 1px solid rgba(255,255,255,.2); border-radius: 16px; background: rgba(255,255,255,.12); }
.tdm-proof strong {
  display: block; margin-bottom: 12px; color: #9fe7ff; font-size: clamp(54px, 8vw, 84px);
  line-height: .9; animation: tdmPulseGlow 2.8s ease-in-out infinite;
}
@keyframes tdmPulseGlow {
  0%, 100% { text-shadow: 0 0 0 rgba(159,231,255,0); }
  50%       { text-shadow: 0 0 24px rgba(159,231,255,.5); }
}

.tdm-why-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.tdm-why-grid article { padding: 24px; border: 1px solid rgba(255,255,255,.44); border-radius: 14px; background: rgba(255,255,255,.96); box-shadow: 0 12px 32px rgba(0,0,0,.1); }
.tdm-why-grid span {
  display: inline-flex; width: 44px; height: 44px; align-items: center; justify-content: center;
  margin-bottom: 12px; border-radius: 10px; background: #e7f6ff; font-size: 22px;
}

/* Testimonios y Acordeón */
.tdm-testimonials-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.tdm-testimonials-grid article { padding: 28px; background: #ffffff; }
.tdm-testimonials-grid div { margin-bottom: 12px; color: #014aad; letter-spacing: 1px; }
.tdm-testimonials-grid p { margin: 0 0 16px; font-style: italic; }
.tdm-testimonials-grid strong, .tdm-testimonials-grid span { display: block; }
.tdm-testimonials-grid span { color: #546179; font-size: 13px; }

.tdm-faq-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.tdm-faq-item { border: 1px solid #d7e5f7; border-radius: 12px; background: #eef5ff; overflow: hidden; }
.tdm-faq-summary {
  width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 12px;
  padding: 18px 24px; background: none; border: none; cursor: pointer; text-align: left;
  color: #172033; font-size: 15px; font-weight: 800; line-height: 1.4; transition: color .2s, background .2s;
}
.tdm-faq-summary:hover { color: #014aad; background: rgba(1,74,173,.04); }
.tdm-faq-icon { flex-shrink: 0; width: 26px; height: 26px; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; background: #014aad; color: #ffffff; font-size: 18px; line-height: 1; transition: transform .3s; }
.tdm-faq-open .tdm-faq-icon { background: #0da4e8; transform: rotate(45deg); }
.tdm-faq-body { padding: 0 24px 20px; }

/* CTA */
.tdm-cta { padding: 80px 24px; color: #ffffff; background: linear-gradient(135deg, #092342 0%, #014aad 60%, #058ed0 100%); text-align: center; }
.tdm-cta h2 { color: #ffffff; }
.tdm-cta p { margin: 0 0 24px; color: rgba(255,255,255,.84); font-size: 18px; }

/* ==========================================================================
   5. RESPONSIVE MEDIA QUERIES GENERALES
   ========================================================================== */
@media (max-width: 1024px) {
  .tdm-services-grid,
  .tdm-testimonials-grid,
  .tdm-steps-grid,
  .tdm-university-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .tdm-why-layout { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 900px) {
  .tdm-hero-content {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .tdm-hero h1,
  .tdm-hero p,
  .tdm-hero .tdm-badge,
  .tdm-hero .tdm-trust,
  .tdm-hero .tdm-actions,
  .tdm-hero-media {
    grid-column: 1;
  }
  .tdm-hero p {
    margin-left: auto;
    margin-right: auto;
  }
  .tdm-hero .tdm-actions,
  .tdm-hero .tdm-trust {
    justify-content: center;
  }
  .tdm-hero-media {
    grid-row: auto;
    order: -1;
  }
}

@media (max-width: 768px) {
  .tdm-hero { padding: 48px 0; }
  .tdm-actions { flex-direction: column; }
  .tdm-btn { width: 100%; }
  .tdm-section { padding: 56px 0; }
  .tdm-services-grid,
  .tdm-steps-grid,
  .tdm-university-grid,
  .tdm-why-grid,
  .tdm-testimonials-grid,
  .tdm-faq-grid,
  .tdm-why-layout {
    grid-template-columns: 1fr;
  }
}
```

Este es el CSS completo y coherente con el HTML que ya tienes (fondo del Zócalo + imagen de la estudiante a un lado)./* End custom CSS */