.elementor-342 .elementor-element.elementor-element-59d797b{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-342 .elementor-element.elementor-element-f534f4e{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-342 .elementor-element.elementor-element-966e0d5{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-342 .elementor-element.elementor-element-966e0d5:not(.elementor-motion-effects-element-type-background), .elementor-342 .elementor-element.elementor-element-966e0d5 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F5F7FA;}.elementor-342 .elementor-element.elementor-element-966e0d5.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-342 .elementor-element.elementor-element-b07f597{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-342 .elementor-element.elementor-element-2bec695{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-342 .elementor-element.elementor-element-2bec695:not(.elementor-motion-effects-element-type-background), .elementor-342 .elementor-element.elementor-element-2bec695 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}:root{--page-title-display:none;}@media(max-width:1024px) and (min-width:768px){.elementor-342 .elementor-element.elementor-element-966e0d5{--width:1122.4px;}}/* Start custom CSS for html, class: .elementor-element-6ed814c */@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@300;400;500;600;700&family=Red+Hat+Display:wght@300;400;500;600;700;900&display=swap');

:root {
  --blue:#132c4b; --blue-l:#1a3d6b; --blue-d:#091a2e;
  --white:#ffffff; --orange:#ff5b04; --orange-d:#d94c03;
  --ease:cubic-bezier(.22,1,.36,1);
}

#hero {
  padding-top: 60px;
  background: linear-gradient(150deg, var(--blue-d) 0%, var(--blue) 45%, var(--blue-l) 100%);
  position: relative; overflow: hidden;
  display: flex; flex-direction: column;
  font-family: 'IBM Plex Sans', system-ui, sans-serif !important;
}

/* Layer con fondo */
#hero .h-img {
  position: absolute; inset: 0; pointer-events: none;
   
  background-image: url('https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSeTZwf2yA4equ9yGikIHkpkbLAahYmhg8k_A&s'); 
  background-size: cover;
  background-position: center;
  mix-blend-mode: overlay; 
  opacity: 0.6;
  z-index: 1;
}

#hero .h-tex {
  position: absolute; inset: 0; pointer-events: none; z-index: 1;
  background-image:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,.7) 0%, transparent 100%);
}


#hero .h-glow {
  position: absolute; right: -100px; top: -100px;
  width: 500px; height: 500px; border-radius: 50%;
  background: radial-gradient(circle, rgba(255,91,4,.12), transparent 70%);
  pointer-events: none; z-index: 1;
}


#hero .h-glow-2 {
  position: absolute; left: -150px; bottom: -50px;
  width: 600px; height: 600px; border-radius: 50%;
  background: radial-gradient(circle, rgba(0,212,255,.08), transparent 65%);
  pointer-events: none; z-index: 1;
}

#hero .h-line {
  position: absolute; left: 6vw; top: 0; bottom: 0; width: 1px;
  background: linear-gradient(to bottom, transparent 5%, rgba(255,91,4,.32) 38%, rgba(255,91,4,.1) 72%, transparent);
  z-index: 1;
}

#hero .hero-body {
  max-width: 1200px; margin: 0 auto;
  padding: 80px 6vw 60px; 
  display: flex;
  flex-direction: column;
  align-items:center;
  width: 100%; position: relative; z-index: 2;
}

#hero .hero-badge {
  font-family: 'Red Hat Display', sans-serif !important;
  display: inline-flex; align-items: center; gap: 7px;
  background: rgba(255,91,4,.12); border: 1px solid rgba(255,91,4,.3);
  color: #fff; padding: 5px 14px; border-radius: 20px;
  font-size: .75rem; font-weight: 600; letter-spacing: .09em; text-transform: uppercase;
  margin-bottom: 1.6rem;
  backdrop-filter: blur(4px);
  opacity: 0; transform: translateY(12px);
  animation: heroFu .6s var(--ease) .2s forwards;
}

#hero .hero-badge-dot {
  width: 6px; height: 6px; border-radius: 50%; background: #ff5b04;
  box-shadow: 0 0 8px #ff5b04; 
}

#hero .hero-h1 {
  font-family: 'Red Hat Display', sans-serif !important; 
  font-size: clamp(2.2rem, 5vw, 3.2rem); font-weight: 900;
  text-align: center;
  color: #fff; line-height: 1.1; letter-spacing: -.03em;
  max-width: 700px; margin-bottom: 1.2rem;
  text-shadow: 0 4px 24px rgba(9,26,46,0.5); 
  opacity: 0; transform: translateY(16px);
  animation: heroFu .75s var(--ease) .38s forwards;
}

#hero .hero-h1 em { font-style: normal; color: #ff5b04; position: relative; }

#hero .hero-p {
  font-family: 'IBM Plex Sans', system-ui, sans-serif !important;
  font-size: 1.05rem; font-weight: 400; line-height: 1.7;
  text-align: center;
  color: rgba(255,255,255,.75); max-width: 560px; 
  margin-bottom: 2rem;
  opacity: 0; transform: translateY(16px);
  animation: heroFu .75s var(--ease) .52s forwards;
}

#hero .hero-bc {
  font-family: 'IBM Plex Sans', system-ui, sans-serif !important;
  position: relative; z-index: 2;
  max-width: 1200px; margin: 0 auto;
  padding: 16px 6vw 24px;
  width: 100%;
  display: flex; align-items: center; gap: 8px;
  font-size: .78rem; font-weight: 500; color: rgba(255,255,255,.4);
  border-top: 1px solid rgba(255,255,255,.08);
}

#hero .hero-bc a { color: rgba(255,255,255,.4); text-decoration: none; transition: color .2s; }
#hero .hero-bc a:hover { color: #ff5b04; }
#hero .hero-bc-sep { color: rgba(255,255,255,.2); }
#hero .hero-bc-cur { color: #fff; font-weight: 600; }

#hero .wv { position: absolute; left: 0; right: 0; bottom: -1px; line-height: 0; pointer-events: none; z-index: 2; }
#hero .wv svg { display: block; width: 100%; }

@keyframes heroFu { to { opacity: 1; transform: translateY(0); } }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e82929d */:root{
    --blue:#132c4b;
    --orange:#ff5b04;
    --orange-d:#d94c03;
    --ease:cubic-bezier(.22,1,.36,1);
}

#paises{
    background-color: #fff;
    font-family: 'IBM Plex Sans', system-ui, sans-serif !important;
    padding: 88px 6vw;
    overflow: hidden;
    background-image: 
        linear-gradient(
            to bottom, 
            rgba(255, 255, 255, 1) 0%,      
            rgba(255, 255, 255, 0.85) 15%,   
            rgba(255, 255, 255, 0.75) 85%,   
            rgba(255, 255, 255, 1) 100%     
        ), 
        url('https://media.istockphoto.com/id/2161414453/es/vector/fondo-abstracto-de-color-blanco-y-gris-con-efecto-de-semitono-patr%C3%B3n-de-puntos-ilustraci%C3%B3n.jpg?s=612x612&w=0&k=20&c=rXqg_K1yikUR-Bkq81LQS3wzrfKTlNvyCPqljgp-5DQ='); 
    
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll; 
}

.paises-inner{
    max-width:1200px;
    margin:0 auto;
}

/* HEADER */

.section-head{
    margin-bottom:3.2rem;
}

.section-h2{
    font-family: 'Red Hat Display', sans-serif !important;
    font-size:clamp(1.65rem,2.8vw,2.35rem);
    font-weight:900;
    line-height:1.1;
    letter-spacing:-.025em;
    margin-bottom:.65rem;
    color: var(--blue) !important;
}

.section-lead{
    font-family: 'IBM Plex Sans', system-ui, sans-serif !important;
    font-size:.97rem;
    font-weight:300;
    line-height:1.7;
    color: var(--blue);
    max-width:480px;
}

/* GRID */

.paises-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:20px;
}

/* CARD */

.pais-card{
    background: var(--blue);
    border-radius:14px;
    overflow:hidden;
    border:1px solid rgba(255,255,255,.08); 
    display:flex;
    flex-direction:column;
    opacity:0;
    transform:translateY(22px);

    transition:
        transform .35s var(--ease),
        box-shadow .35s var(--ease),
        border-color .3s;
}

.pais-card.on{
    opacity:1;
    transform:translateY(0);
}

.pais-card:hover{
    transform:translateY(-5px);
    box-shadow: 0 20px 40px rgba(10, 20, 35, 0.45);
    border-color: rgba(255,91,4,.4); 
}

/* TOP BAR */

.pc-bar{
    height:3px;
    background:linear-gradient(
        90deg,
        var(--orange) 0%,
        rgba(255,91,4,.25) 100%
    );
}

/* BODY */

.pc-body{
    padding:22px 22px 16px;
    flex:1;
}

.pc-flag-row{
    display:flex;
    align-items:center;
    justify-content:space-between;
    margin-bottom:12px;
}

.pc-flag{
    font-family: 'Red Hat Display', sans-serif !important;
    font-size:1.85rem;
    line-height:1;
}

.pc-hq{
    font-family: 'Red Hat Display', sans-serif !important;
    background:var(--orange);
    color:#fff;
    font-size:.6rem;
    font-weight:800;
    padding:3px 9px;
    border-radius:4px;
    letter-spacing:.07em;
    text-transform:uppercase;
}

.pc-name{
    font-family: 'Red Hat Display', sans-serif !important;
    font-size:1rem;
    font-weight:900;
    color:white;
    margin-bottom:14px;
}

.pc-info{
    display:flex;
    flex-direction:column;
    gap:8px;
}

.pc-row{
    font-family: 'IBM Plex Sans', system-ui, sans-serif !important;
    display:flex;
    align-items:flex-start;
    gap:9px;
    font-size:.8rem;
    line-height:1.5;
    /*color textos dentro de las cards*/
    color:rgba(255, 255, 255, 0.75);
}

.pc-row a{
    color: inherit;
    text-decoration: none;
}

.pc-row a:hover{
    text-decoration: underline;
    opacity: 0.8;
    color: #ffffff;
}

.pc-ico{
    width:24px;
    height:24px;
    border-radius:5px;
    background: rgba(255, 255, 255, 0.08);
    display:flex;
    align-items:center;
    justify-content:center;
    flex-shrink:0;
}

/* ACTIONS */

.pc-actions{
    display:flex;
    flex-direction:column;
    gap:7px;
    padding:14px 22px 20px;
}

.pc-btn{
    font-family: 'IBM Plex Sans', system-ui, sans-serif !important;
    display:flex;
    justify-content:center;
    align-items:center;
    gap:7px;
    padding:9px 16px;
    border-radius:7px;
    text-decoration:none;
    font-size:.8rem;
    font-weight:600;
    transition:all .25s var(--ease);
}

.pc-btn-main{
    background:var(--orange);
    color:#fff;
    box-shadow:0 3px 12px rgba(255,91,4,.22);
}

.pc-btn-main:hover{
    background:var(--orange-d);
    transform:translateY(-1px);
}

.pc-btn-sec{
    background:transparent;
    color: rgba(255, 255, 255, 0.8);
    border: 1.5px solid rgba(255, 255, 255, 0.15);
}

.pc-btn-sec:hover{
    background:rgba(19,44,75,.03);
    border-color:rgba(19,44,75,.28);
    color: #ffffff;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b07f597 */:root {
  --dark: #152F52;        
  --dark-l: #4b5563;    
  --orange: #ff5b04;
  --orange-d: #d94c03;
  --orange-neon: #ff6a1a;
  --orange-light: rgba(255, 91, 4, 0.12);
  --bg-white: #ffffff;
  --ease: cubic-bezier(.22, 1, .36, 1);
}

#formulario {
  background-color: var(--bg-white);
  padding: 120px 6vw;
  position: relative;
  overflow: hidden;
  font-family: 'IBM Plex Sans', system-ui, sans-serif !important;
  box-sizing: border-box;
  background-image: 
  linear-gradient(
      rgba(255,255,255,0.7),
      rgba(255,255,255,0.9)
    ),
   
    url("https://img.freepik.com/vector-gratis/diseno-creativo-fondo-forma-hexagono-azul-perspectiva_1017-55411.jpg?semt=ais_hybrid&w=740&q=80");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
h2{
    font-family: 'Red Hat Display', sans-serif !important;
    color: var(--dark-l) !important;
}

.form-bg-overlay {
  position: absolute;
  inset: 0;
  background-size: 80px 140px;
  background-position: 0 0, 0 0, 40px 70px, 40px 70px, 0 0, 40px 70px;
  pointer-events: none;
  opacity: 0.6;
}

.form-glow-bubble-1 {
  position: absolute;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(21, 47, 82, 0.04) 0%, transparent 75%);
  top: 10%;
  right: -5%;
  pointer-events: none;
}

.form-glow-bubble-2 {
  position: absolute;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(255, 91, 4, 0.03) 0%, transparent 75%);
  bottom: -15%;
  left: -10%;
  pointer-events: none;
}

.form-inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}

.form-layout {
  display: grid;
  grid-template-columns: 1fr 1.35fr;
  gap: 5rem;
  align-items: center;
}

/* col izquierda*/
#formulario .tag {
  font-family: 'Red Hat Display', sans-serif !important;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--orange);
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-bottom: 1.2rem;
}

#formulario .tag::before {
  content: '';
  width: 14px;
  height: 2px;
  background: var(--orange);
  border-radius: 2px;
}

.form-left-title {
  font-family: 'Red Hat Display', sans-serif !important;
  font-size: clamp(2rem, 3.5vw, 2.8rem);
  font-weight: 900;
  line-height: 1.15;
  margin-bottom: 1rem;
  color: var(--dark);
  letter-spacing: -.02em;
}

.form-left-title em {
  color: var(--orange);
  font-style: normal;
}

.form-left-desc {
  font-family: 'IBM Plex Sans', system-ui, sans-serif !important;
  font-size: 1rem;
  line-height: 1.7;
  color: var(--dark-l);
  margin-bottom: 2.5rem;
  font-weight: 400;
}

.form-trust {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.fi-trust {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 4px 0;
}

.fi-trust-ico {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255, 91, 4, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  flex-shrink: 0;
  color: var(--orange);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03);
}

.fi-trust-content {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.fi-trust-title {
  font-family: 'Red Hat Display', sans-serif !important;
  font-size: .95rem;
  font-weight: 700;
  color: var(--dark);
}

.fi-trust-sub {
  font-family: 'IBM Plex Sans', system-ui, sans-serif !important;
  font-size: .82rem;
  color: var(--dark-l);
  font-weight: 400;
}

.form-box {
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.06), 
              inset 0 1px 0 rgba(255, 255, 255, 0.9);
  padding: 45px 40px;
}

.fb-title {
  font-family: 'Red Hat Display', sans-serif !important;
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--dark);
  margin-bottom: 6px;
  letter-spacing: -.01em;
}

.fb-sub {
  font-family: 'IBM Plex Sans', system-ui, sans-serif !important;
  font-size: .8rem;
  color: var(--dark-l);
  margin-bottom: 2.2rem;
}

.f-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.f-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.f-group.full {
  grid-column: 1 / -1;
}

.f-label {
  font-family: 'IBM Plex Sans', system-ui, sans-serif !important;
  font-size: .68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: var(--dark-l);
}

.f-input,
.f-select,
.f-textarea {
  width: 100%;
  padding: 12px 14px;
  border-radius: 10px;
  border: 1.5px solid rgba(21, 47, 82, 0.1);
  background: rgba(255, 255, 255, 0.7);
  color: var(--dark);
  font-family: 'IBM Plex Sans', system-ui, sans-serif !important;
  font-size: .92rem;
  transition: all .25s var(--ease);
  box-sizing: border-box;
}

.f-input::placeholder,
.f-textarea::placeholder {
  color: rgba(21, 47, 82, 0.4);
}

.f-select option {
  background: var(--bg-white);
  color: var(--dark);
}

.f-input:focus,
.f-select:focus,
.f-textarea:focus {
  outline: none;
  border-color: var(--orange);
  box-shadow: 0 0 0 4px rgba(255, 91, 4, 0.1);
  background: var(--bg-white);
}

.f-textarea {
  resize: vertical;
  min-height: 110px;
}

.radio-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 2px;
}

.radio-pill {
  font-family: 'IBM Plex Sans', system-ui, sans-serif !important;
  padding: 8px 16px;
  border-radius: 8px;
  border: 1.5px solid rgba(21, 47, 82, 0.1);
  background: rgba(255, 255, 255, 0.5);
  color: var(--dark-l);
  cursor: pointer;
  font-size: .85rem;
  font-weight: 500;
  transition: all 0.25s var(--ease);
}

.radio-pill input {
  display: none;
}

.radio-pill:hover {
  border-color: rgba(21, 47, 82, 0.2);
  background: rgba(255, 255, 255, 0.8);
}

.radio-pill.sel {
  border-color: var(--orange);
  background: var(--orange-light);
  color: var(--orange-d);
  box-shadow: inset 0 0 10px rgba(255, 91, 4, 0.05);
  font-weight: 600;
}

.f-submit {
  font-family: 'IBM Plex Sans', system-ui, sans-serif !important;
  width: 100%;
  padding: 15px;
  margin-top: 20px;
  border: none;
  border-radius: 12px;
  background: var(--orange) !important;
  color: #fff !important;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: 0 6px 20px rgba(255, 91, 4, 0.3) !important;
  display: flex !important;
  position: relative;
  overflow: hidden;
  transition: all .3s var(--ease);
  animation: formPulse 2s infinite ease-in-out;
}

.f-submit:hover {
  background: var(--orange-d) !important;
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(255, 91, 4, 0.45) !important;
  animation-play-state: paused;
}

/*Btn whatsapp*/

.f-actions{
  display:flex;
  gap:12px;
  margin-top:20px;
}

.f-actions > *{
  flex:1;
}

.f-whatsapp{
  font-family: 'IBM Plex Sans', system-ui, sans-serif !important;
  display:flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
  background: #0B1E35 !important;
  color:white;
  border-radius:12px;
  font-weight:700;
  transition:.3s;
}

.f-whatsapp:hover{
  transform:translateY(-2px);
  background:#1ebe5d;
  color:white;
}

.f-actions{
  display:flex;
  gap:12px;
  margin-top:20px;
  align-items:stretch;
}

.f-actions > *{
  flex:1;
  min-height:56px;
}

/* BOTÓN ENVIAR */
.f-submit{
  display:flex;
  align-items:center;
  justify-content:center;
  height:56px;
  padding:0 20px;
  margin:0;
  box-sizing:border-box;
}

/* BOTÓN WHATSAPP */
.f-whatsapp{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;

  height:56px;
  padding:0 20px;

  box-sizing:border-box;
  text-decoration:none;
}

@keyframes formPulse {
  0% {
    box-shadow: 0 6px 20px rgba(255, 91, 4, 0.3), 0 0 0 0px rgba(255, 91, 4, 0.4);
  }
  70% {
    box-shadow: 0 6px 20px rgba(255, 91, 4, 0.2), 0 0 0 15px rgba(255, 91, 4, 0);
  }
  100% {
    box-shadow: 0 6px 20px rgba(255, 91, 4, 0.3), 0 0 0 0px rgba(255, 91, 4, 0);
  }
}

.f-success {
  display: none;
  text-align: center;
  padding: 3rem 1.5rem;
}

.f-success.show {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.f-success-ico {
  font-size: 3.5rem;
  margin-bottom: 16px;
}

.f-success-title {
  font-family: 'Red Hat Display', sans-serif !important;
  font-size: 1.4rem;
  font-weight: 900;
  color: var(--dark);
  margin-bottom: 8px;
}

.f-success-sub {
  font-family: 'IBM Plex Sans', system-ui, sans-serif !important;
  font-size: .95rem;
  color: var(--dark-l);
  line-height: 1.5;
  max-width: 360px;
}

/* animaciones lista item */
#formulario .form-rv {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.85s var(--ease), transform 0.85s var(--ease);
}

#formulario .form-rv.on {
  opacity: 1;
  transform: translateY(0);
}

.f-actions{
  display:flex;
  gap:12px;
  margin-top:20px;
}

.f-actions > *{
  flex:1;
}

/* BOTÓN ENVIAR */

.f-submit{
  font-family: 'IBM Plex Sans', system-ui, sans-serif !important;
  width:100%;
  padding:15px;
  border:none;
  border-radius:16px;
  background:var(--orange) !important;
  color:#fff !important;
  font-size:1rem;
  font-weight:700;
  text-transform:uppercase;
  cursor:pointer;
  position:relative;
  overflow:hidden;

  box-shadow:
    0 6px 20px rgba(255,91,4,.30);

  transition:all .3s var(--ease);

  animation:
    formFloat 3s ease-in-out infinite,
    formPulse 2.5s ease-in-out infinite;
}

.f-submit:hover{
  background:var(--orange-d) !important;
  transform:translateY(-3px);
  box-shadow:
    0 12px 30px rgba(255,91,4,.40);
}

/* BOTÓN WHATSAPP */

.f-whatsapp{
  font-family: 'IBM Plex Sans', system-ui, sans-serif !important;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;

  text-decoration:none;
  border-radius:12px;

  background:#25D366;
  color:#fff !important;

  font-size:1rem;
  font-weight:700;

  padding:15px;

  transition:all .3s var(--ease);

  box-shadow:
    0 6px 20px rgba(37,211,102,.25);
}

.f-whatsapp:hover{
  background:#1ebe5d;
  transform:translateY(-3px);
  box-shadow:
    0 12px 30px rgba(37,211,102,.35);
}

.f-whatsapp svg{
  width:22px;
  height:22px;
  fill:currentColor;
  flex-shrink:0;
}

/* ANIMACIÓN FLOTANTE */

@keyframes formFloat{
  0%{
    transform:translateY(0);
  }

  50%{
    transform:translateY(-4px);
  }

  100%{
    transform:translateY(0);
  }
}

/* ANIMACIÓN GLOW */

@keyframes formPulse{

  0%{
    box-shadow:
      0 6px 20px rgba(255,91,4,.30),
      0 0 0 0 rgba(255,91,4,.25);
  }

  70%{
    box-shadow:
      0 6px 20px rgba(255,91,4,.20),
      0 0 0 14px rgba(255,91,4,0);
  }

  100%{
    box-shadow:
      0 6px 20px rgba(255,91,4,.30),
      0 0 0 0 rgba(255,91,4,0);
  }
}

@media(max-width:576px){

  .f-actions{
    flex-direction:column;
  }

}

/* responsive */
@media(max-width: 992px) {
  .form-layout {
    grid-template-columns: 1fr;
    gap: 4rem;
  }
  .form-left {
    text-align: center;
  }
  #formulario .tag {
    justify-content: center;
  }
  .fi-trust {
    text-align: left;
    justify-content: center;
  }
}

@media(max-width: 576px) {
  #formulario {
    padding: 80px 4vw;
  }
  .form-box {
    padding: 30px 20px;
    border-radius: 20px;
  }
  .f-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .radio-wrap {
    flex-direction: column;
  }
  .radio-pill {
    text-align: center;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-db77a51 */#cta-final{
    position:relative;
    overflow:hidden;
    font-family: 'IBM Plex Sans', system-ui, sans-serif !important;
    background:linear-gradient(
        145deg,
        var(--blue-d) 0%,
        var(--blue) 45%,
        var(--blue-l) 100%
    );

    padding:110px 6vw;
}

/* Glow */

.cta-bg{
    position:absolute;
    inset:0;
    pointer-events:none;
}

.cta-bg::before{
    content:'';
    position:absolute;
    width:500px;
    height:500px;
    right:-120px;
    top:-120px;

    border-radius:50%;

    background:
    radial-gradient(
        circle,
        rgba(255,91,4,.10),
        transparent 70%
    );
}

/* Container */

.cta-inner{
    max-width:900px;
    margin:0 auto;

    text-align:center;

    position:relative;
    z-index:2;
}

/* Tag */

.cta-tag{
    font-family: 'Red Hat Display', sans-serif !important;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:5px 16px;
    border-radius:20px;
    background:rgba(255,91,4,.10);
    border:1px solid rgba(255,91,4,.18);
    color:rgba(255,255,255,.85);
    font-size:.72rem;
    font-weight:700;
    letter-spacing:.08em;
    text-transform:uppercase;
    margin-bottom:1.3rem;
}

/* Title */
.cta-title{
    font-family: 'Red Hat Display', sans-serif !important;
    font-size:clamp(2rem,4vw,3.4rem);
    line-height:1.05;
    font-weight:900;
    color:white !important; 
    letter-spacing:-.04em;
    margin-bottom:1rem;
}

/* Description */

.cta-desc{
    font-family: 'IBM Plex Sans', system-ui, sans-serif !important;
    max-width:650px;
    margin:0 auto 2rem;
    font-size:1rem;
    line-height:1.8;
    color:rgba(255,255,255,.60);
}

/* Buttons */

.cta-actions{
    display:flex;
    justify-content:center;
    gap:14px;
    flex-wrap:wrap;
}

.cta-btn-main{
    font-family: 'IBM Plex Sans', system-ui, sans-serif !important;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:13px 28px;
    border-radius:8px;
    background:var(--orange);
    color:#fff;
    text-decoration:none;
    font-weight:700;
    transition:.3s;
}

.cta-btn-main:hover{
    background: #ff7324 !important;
    transform:translateY(-3px);
    box-shadow:0 10px 30px rgba(255,91,4,.28);
}

.cta-btn-sec{
    font-family: 'IBM Plex Sans', system-ui, sans-serif !important;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:13px 28px;
    border-radius:8px;
    text-decoration:none;
    color:#fff;
    font-weight:700;
    border:1px solid rgba(255,255,255,.18);
    background:rgba(255,255,255,.04);
    transition:.3s;
}

.cta-btn-sec:hover {
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.6);
    color: #ffffff !important; 
    transform: translateY(-3px); 
    box-shadow: 0 12px 20px rgba(255, 255, 255, 0.05); 
}

@keyframes ctaRevealUp {
    0% {
        opacity: 0;
        transform: translateY(40px) scale(0.98);
    }
    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes ctaPulseGlow {
    0% { transform: scale(0.8); opacity: 0.5; }
    50% { transform: scale(1.2); opacity: 1; }
    100% { transform: scale(0.8); opacity: 0.5; }
}

.cta-tag,
.cta-title,
.cta-desc,
.cta-actions > a {
    opacity: 0;
    animation-duration: 1.2s;
    animation-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
    animation-fill-mode: forwards; /* Mantiene el estado final */
}

/* Activación de animaciones al cargar la sección */
#cta-final .cta-tag {
    animation-name: ctaRevealUp;
    animation-delay: 0.1s;
}

#cta-final .cta-title {
    animation-name: ctaRevealUp;
    animation-delay: 0.25s;
}

#cta-final .cta-desc {
    animation-name: ctaRevealUp;
    animation-delay: 0.4s;
}

/* Animación escalonada para los botones */
#cta-final .cta-btn-main {
    animation-name: ctaRevealUp;
    animation-delay: 0.55s;
}

#cta-final .cta-btn-sec {
    animation-name: ctaRevealUp;
    animation-delay: 0.65s;
}

/* Animación de fondo */
.cta-bg::before {
    animation: ctaPulseGlow 8s ease-in-out infinite;
}

@media(max-width:768px){

    #cta-final{
        padding:80px 6vw;
    }

    .cta-actions{
        flex-direction:column;
    }

    .cta-btn-main,
    .cta-btn-sec{
        width:100%;
    }

}/* End custom CSS */