.elementor-14238 .elementor-element.elementor-element-2a9f029{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-14238 .elementor-element.elementor-element-2a9f029:not(.elementor-motion-effects-element-type-background), .elementor-14238 .elementor-element.elementor-element-2a9f029 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFF6F6;}body.elementor-page-14238:not(.elementor-motion-effects-element-type-background), body.elementor-page-14238 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://tuacademiadeeducacion.com/wp-content/uploads/2023/06/fondo-contacto.svg");background-position:center center;background-repeat:repeat-x;background-size:cover;}:root{--page-title-display:none;}@media(min-width:1025px){body.elementor-page-14238:not(.elementor-motion-effects-element-type-background), body.elementor-page-14238 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-attachment:scroll;}}/* Start custom CSS *//* ===== LANDING OPOS PREMIUM ===== */
:root{
  --opo-bg:#f7f4ef;
  --opo-surface:#ffffff;
  --opo-text:#1f1f1f;
  --opo-muted:#5f6168;
  --opo-primary:#d8b07a;
  --opo-primary-dark:#bf9560;
  --opo-whatsapp:#25D366;
  --opo-border:rgba(31,31,31,.08);
  --opo-shadow:0 20px 60px rgba(31,31,31,.08);
  --opo-radius:24px;
}

.opo-wrap{
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color:var(--opo-text);
}

.opo-section{
  padding: 90px 20px;
}

.opo-container{
  max-width: 1180px;
  margin: 0 auto;
}

.opo-hero{
  position:relative;
  overflow:hidden;
}

.opo-hero-box{
  display:grid;
  grid-template-columns: 1.05fr .95fr;
  gap:48px;
  align-items:center;
  background:linear-gradient(135deg, #fffaf4 0%, #f8f1e7 100%);
  border:1px solid var(--opo-border);
  border-radius:32px;
  padding:64px;
  box-shadow:var(--opo-shadow);
  position:relative;
}

.opo-hero-box::before{
  content:"";
  position:absolute;
  top:-80px;
  right:-60px;
  width:260px;
  height:260px;
  background:rgba(216,176,122,.18);
  border-radius:50%;
  filter:blur(10px);
}

.opo-kicker{
  display:inline-flex;
  align-items:center;
  gap:8px;
  background:rgba(255,255,255,.7);
  border:1px solid rgba(31,31,31,.08);
  border-radius:999px;
  padding:10px 16px;
  font-size:14px;
  font-weight:600;
  color:#534638;
  margin-bottom:22px;
  backdrop-filter: blur(8px);
}

.opo-title{
  font-size: clamp(2.2rem, 4vw, 4.2rem);
  line-height:1.05;
  letter-spacing:-0.04em;
  margin:0 0 20px;
  font-weight:800;
}

.opo-title span{
  color:var(--opo-primary-dark);
}

.opo-sub{
  font-size:18px;
  line-height:1.7;
  color:var(--opo-muted);
  max-width: 620px;
  margin:0 0 30px;
}

.opo-cta-row{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
  margin-bottom:24px;
}

.opo-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  min-height:56px;
  padding:0 24px;
  border-radius:16px;
  text-decoration:none;
  font-weight:700;
  font-size:15px;
  transition:.25s ease;
}

.opo-btn-primary{
  background:var(--opo-text);
  color:#fff;
  box-shadow:0 14px 30px rgba(31,31,31,.16);
}

.opo-btn-primary:hover{
  transform:translateY(-2px);
  background:#111;
}

.opo-btn-secondary{
  background:#fff;
  color:var(--opo-text);
  border:1px solid rgba(31,31,31,.10);
}

.opo-btn-secondary:hover{
  transform:translateY(-2px);
  border-color:rgba(31,31,31,.18);
}

.opo-mini-proof{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
}

.opo-pill{
  display:inline-flex;
  align-items:center;
  gap:8px;
  background:rgba(255,255,255,.8);
  border:1px solid rgba(31,31,31,.08);
  border-radius:999px;
  padding:10px 14px;
  font-size:14px;
  color:#4f535a;
}

.opo-visual{
  position:relative;
}

.opo-photo-card{
  background:#fff;
  border:1px solid var(--opo-border);
  border-radius:28px;
  padding:16px;
  box-shadow:var(--opo-shadow);
  position:relative;
  z-index:2;
}

.opo-photo-card img{
  width:100%;
  display:block;
  border-radius:22px;
  object-fit:cover;
  min-height:460px;
}

.opo-floating{
  position:absolute;
  background:#fff;
  border:1px solid rgba(31,31,31,.08);
  border-radius:20px;
  padding:16px 18px;
  box-shadow:var(--opo-shadow);
  z-index:3;
}

.opo-floating strong{
  display:block;
  font-size:15px;
  margin-bottom:4px;
}

.opo-floating span{
  font-size:14px;
  color:var(--opo-muted);
}

.opo-floating.one{
  left:-24px;
  bottom:28px;
}

.opo-floating.two{
  right:-20px;
  top:36px;
}

@media (max-width: 1024px){
  .opo-hero-box{
    grid-template-columns:1fr;
    padding:38px;
  }

  .opo-photo-card img{
    min-height:360px;
  }

  .opo-floating.one,
  .opo-floating.two{
    position:static;
    margin-top:14px;
  }

  .opo-visual{
    display:flex;
    flex-direction:column;
  }
}

@media (max-width: 767px){
  .opo-section{
    padding:56px 16px;
  }

  .opo-hero-box{
    padding:24px;
    border-radius:24px;
    gap:28px;
  }

  .opo-sub{
    font-size:16px;
  }

  .opo-btn{
    width:100%;
  }

  .opo-mini-proof{
    flex-direction:column;
  }
}/* End custom CSS */