.elementor-3704 .elementor-element.elementor-element-7a9e427{--display:flex;clip-path:none(20% 0, 100% 15%, 100% 100%, 0 100%, 0 15%);--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-3704 .elementor-element.elementor-element-7a9e427.tc-container-advanced-hover{animation:fadeOut 1s;}.elementor-3704 .elementor-element.elementor-element-7a9e427.tcg-container-adv-hover-active{animation:fadeIn 1s;}.elementor-3704 .elementor-element.elementor-element-756ebb5{margin:50px 0px calc(var(--kit-widget-spacing, 0px) + 50px) 0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-756ebb5 */<link href="https://fonts.googleapis.com/css2?family=Manrope:wght@400;600;700;800&display=swap" rel="stylesheet">
<style>
/* ════════════════════════════════════════════
   TODAS las reglas viven dentro de #ifc-form
   No hay ningún .elementor-3704 .elementor-element.elementor-element-756ebb5 global ni reset con *
════════════════════════════════════════════ */
 
#ifc-form {
  font-family: 'Manrope', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  width: 100%;
  padding: 40px 16px;
  box-sizing: border-box;
  background: #F0F5FF;
}
 
/* ── Wrapper ── */
#ifc-form .ifc-wrap {
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
  padding: 0;
  background: #fff;
  border-radius: 22px;
  box-shadow: 0 8px 40px rgba(21,96,189,.18);
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  box-sizing: border-box;
}
 
/* ── Panel izquierdo ── */
#ifc-form .ifc-panel {
  background: linear-gradient(155deg, #0D2A6E 0%, #1560BD 55%, #2979FF 100%);
  padding: 52px 36px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}
#ifc-form .ifc-panel::before {
  content: '';
  position: absolute;
  width: 300px; height: 300px;
  border-radius: 50%;
  border: 55px solid rgba(255,255,255,.07);
  top: -80px; left: -100px;
  pointer-events: none;
}
#ifc-form .ifc-panel::after {
  content: '';
  position: absolute;
  width: 180px; height: 180px;
  border-radius: 50%;
  background: rgba(41,121,255,.22);
  bottom: -55px; right: -55px;
  pointer-events: none;
}
 
/* Badge */
#ifc-form .ifc-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(255,255,255,.15);
  border: 1px solid rgba(255,255,255,.25);
  color: #fff;
  font-family: 'Manrope', sans-serif;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  padding: 5px 13px;
  border-radius: 100px;
  margin: 0;
  width: fit-content;
  box-sizing: border-box;
}
#ifc-form .ifc-badge-dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: #7DFFCB;
  display: inline-block;
  flex-shrink: 0;
}
 
/* Título y descripción del panel */
#ifc-form .ifc-panel-title {
  font-family: 'Manrope', sans-serif;
  font-size: 24px;
  font-weight: 800;
  color: #fff;
  line-height: 1.22;
  margin: 18px 0 0 0;
  padding: 0;
}
#ifc-form .ifc-panel-title span { color: #7DFFCB; }
#ifc-form .ifc-panel-desc {
  font-family: 'Manrope', sans-serif;
  font-size: 13px;
  color: rgba(255,255,255,.75);
  line-height: 1.65;
  margin: 10px 0 0 0;
  padding: 0;
}
 
/* Filas de iconos */
#ifc-form .ifc-icon-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0; padding: 0;
}
#ifc-form .ifc-icon-circle {
  width: 40px; height: 40px;
  border-radius: 50%;
  background: rgba(255,255,255,.13);
  border: 1px solid rgba(255,255,255,.22);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
#ifc-form .ifc-icon-label {
  font-family: 'Manrope', sans-serif;
  font-size: 12px;
  color: rgba(255,255,255,.85);
  line-height: 1.45;
  margin: 0;
}
#ifc-form .ifc-icon-label strong {
  color: #fff;
  font-weight: 700;
}
 
/* Divisor */
#ifc-form .ifc-divider {
  border: none;
  border-top: 1px solid rgba(255,255,255,.15);
  margin: 4px 0;
}
 
/* Caja de contacto */
#ifc-form .ifc-contact-box {
  background: rgba(0,196,140,.12);
  border: 1px solid rgba(0,196,140,.30);
  border-radius: 10px;
  padding: 12px 15px;
  font-family: 'Manrope', sans-serif;
  font-size: 11.5px;
  color: rgba(255,255,255,.85);
  line-height: 1.55;
  position: relative;
  z-index: 1;
}
#ifc-form .ifc-contact-box a {
  color: #7DFFCB;
  text-decoration: none;
}
#ifc-form .ifc-contact-box strong { color: #fff; }
 
/* ── Panel derecho ── */
#ifc-form .ifc-right {
  padding: 48px 40px;
  box-sizing: border-box;
}
 
#ifc-form .ifc-doc-title {
  font-family: 'Manrope', sans-serif;
  font-size: 20px;
  font-weight: 800;
  color: #0D1B2A;
  margin: 0 0 4px 0;
  padding: 0;
}
#ifc-form .ifc-doc-url {
  font-family: 'Manrope', sans-serif;
  font-size: 12px;
  color: #7A90B0;
  margin: 0 0 24px 0;
  padding: 0;
}
#ifc-form .ifc-doc-url a {
  color: #2979FF;
  text-decoration: none;
}
 
/* Secciones */
#ifc-form .ifc-section {
  margin: 0 0 22px 0;
}
#ifc-form .ifc-section-title {
  font-family: 'Manrope', sans-serif;
  font-size: 13px;
  font-weight: 800;
  color: #1560BD;
  letter-spacing: .06em;
  text-transform: uppercase;
  margin: 0 0 8px 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 7px;
}
#ifc-form .ifc-section-title::before {
  content: '';
  display: inline-block;
  width: 3px; height: 14px;
  background: #2979FF;
  border-radius: 2px;
  flex-shrink: 0;
}
#ifc-form .ifc-body {
  font-family: 'Manrope', sans-serif;
  font-size: 13.5px;
  color: #3D5170;
  line-height: 1.7;
  margin: 0; padding: 0;
}
 
/* Lista con puntos azules */
#ifc-form .ifc-list {
  margin: 8px 0 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
#ifc-form .ifc-list li {
  font-family: 'Manrope', sans-serif;
  font-size: 13.5px;
  color: #3D5170;
  line-height: 1.6;
  padding-left: 18px;
  position: relative;
}
#ifc-form .ifc-list li::before {
  content: '';
  position: absolute;
  left: 0; top: 8px;
  width: 7px; height: 7px;
  background: #2979FF;
  border-radius: 50%;
}
 
/* Separador horizontal */
#ifc-form .ifc-sep {
  border: none;
  border-top: 1px solid #E6EDF8;
  margin: 0 0 22px 0;
}
 
/* Nota final */
#ifc-form .ifc-footer-note {
  background: #F0F5FF;
  border-radius: 10px;
  padding: 12px 16px;
  font-family: 'Manrope', sans-serif;
  font-size: 12px;
  color: #7A90B0;
  line-height: 1.55;
}
#ifc-form .ifc-footer-note strong { color: #3D5170; }
#ifc-form .ifc-footer-note a {
  color: #2979FF;
  text-decoration: none;
}
 
/* ── Responsive ── */
@media (max-width: 720px) {
  #ifc-form .ifc-wrap    { grid-template-columns: 1fr; }
  #ifc-form .ifc-panel   { padding: 36px 24px; }
  #ifc-form .ifc-right   { padding: 32px 22px; }
  #ifc-form .ifc-panel-title { font-size: 20px; }
}
</style>/* End custom CSS */