.elementor-58401 .elementor-element.elementor-element-320fd517{--display:flex;--min-height:241px;--margin-top:-181px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0em;--padding-bottom:0em;--padding-left:0em;--padding-right:0em;}.elementor-58401 .elementor-element.elementor-element-320fd517:not(.elementor-motion-effects-element-type-background), .elementor-58401 .elementor-element.elementor-element-320fd517 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(180deg, #3F3F3F 0%, #A5A5A5 100%);}.elementor-58401 .elementor-element.elementor-element-e6f353f{--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;--gap:4em 4em;--row-gap:4em;--column-gap:4em;--padding-top:4em;--padding-bottom:6em;--padding-left:0em;--padding-right:0em;}.elementor-58401 .elementor-element.elementor-element-e6f353f:not(.elementor-motion-effects-element-type-background), .elementor-58401 .elementor-element.elementor-element-e6f353f > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-58401 .elementor-element.elementor-element-b24e6bc .elementor-heading-title{font-family:"owners-wide", Sans-serif;font-size:2.5em;font-weight:600;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}@media(min-width:2400px){.elementor-58401 .elementor-element.elementor-element-e6f353f{--content-width:1400px;}}@media(max-width:1366px){.elementor-58401 .elementor-element.elementor-element-e6f353f{--padding-top:4em;--padding-bottom:4em;--padding-left:2em;--padding-right:2em;}}@media(max-width:1200px){.elementor-58401 .elementor-element.elementor-element-e6f353f{--gap:2em 2em;--row-gap:2em;--column-gap:2em;--padding-top:4em;--padding-bottom:4em;--padding-left:2em;--padding-right:2em;}.elementor-58401 .elementor-element.elementor-element-b24e6bc .elementor-heading-title{font-size:2.4em;}}@media(max-width:767px){.elementor-58401 .elementor-element.elementor-element-e6f353f{--padding-top:1em;--padding-bottom:1em;--padding-left:1em;--padding-right:1em;}}/* Start custom CSS for text-editor, class: .elementor-element-10c4e175 */.elementor-58401 .elementor-element.elementor-element-10c4e175{
    font-family: "owners-text", sans-serif;
}



.financiacion__intro {
  margin: 0 auto 2.5rem;
  text-align: left;
}

.financiacion__eyebrow {
  font-size: 0.88rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #6f6f6f;
}

.financiacion__intro h1 {
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1.05;
}

.financiacion__intro p:last-child {
  margin-bottom: 0;
}

.financiacion__bloque {
  margin-top: 1.25rem;
  padding: 1.5rem;
  border: 1px solid #ebebeb;
  border-radius: 1em;
  background: #fff;
}

.financiacion__bloque--split {
  display: grid;
  grid-template-columns: 1.3fr 0.9fr;
  gap: 1.5rem;
  align-items: center;
}

.financiacion__logo,
.financiacion__banner,
.financiacion__media img,
.financiacion__contacto-img {
  display: block;
  max-width: 100%;
  height: auto;
}

.financiacion__logo {
  margin: 0 auto;
}

.financiacion__logo--cx {
  max-width: 260px;
  margin-bottom: 1rem;
}

.financiacion__banner {
  margin: 0 auto 1rem;
  border-radius: 0.75rem;
}

.financiacion__bloque h2 {
  margin: 0 0 0.9rem;
  font-size: clamp(1.35rem, 2vw, 1.9rem);
  line-height: 1.15;
}

.financiacion__bloque h3 {
  margin: 1.25rem 0 0.75rem;
  font-size: 1.05rem;
}

.financiacion__bloque p,
.financiacion__bloque li {
  color: #303030;
  line-height: 1.6;
}

.financiacion__bloque ul {
  margin: 0.75rem 0 0;
  padding-left: 1.15rem;
}

.financiacion__sublead {
  margin-top: 1rem;
  font-size: 1rem;
}

.financiacion__meses {
  display: grid;
  gap: 1rem;
  margin-top: 1.25rem;
}

.financiacion__meses--tres {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.financiacion__meses--dos {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.financiacion__mes {
  padding: 1.25rem;
  border: 1px solid #ebebeb;
  border-radius: 1em;
  text-align: center;
  background: #fff;
}

.financiacion__mes-num {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1;
  font-weight: 600;
}

.financiacion__mes-label {
  margin: 0.45rem 0 0.85rem;
  font-size: 0.85rem;
  letter-spacing: 0.08em;
}

.financiacion__mes p:last-child {
  margin-bottom: 0;
}

.financiacion__contacto {
  text-align: center;
}

.financiacion__contacto-img {
  margin: 0 auto 1rem;
  border-radius: 0.75rem;
}

.financiacion__contacto-label {
  margin: 1rem 0 0.3rem;
  color: #6a6a6a;
}

.financiacion__telefono {
  margin: 0;
  font-size: 1.2rem;
  font-weight: 600;
}

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

.financiacion__telefono a:hover {
  text-decoration: underline;
}

@media (max-width: 900px) {
  .financiacion__bloque--split,
  .financiacion__meses--tres,
  .financiacion__meses--dos {
    grid-template-columns: 1fr;
  }

  .financiacion__bloque {
    padding: 1.2rem;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-e6f353f */.elementor-58401 .elementor-element.elementor-element-e6f353f{
        font-family: "owners-text", Sans-serif;
}

.elementor-58401 .elementor-element.elementor-element-e6f353f h2,
.elementor-58401 .elementor-element.elementor-element-e6f353f h3,
.elementor-58401 .elementor-element.elementor-element-e6f353f h4,
.elementor-58401 .elementor-element.elementor-element-e6f353f h5{
  font-weight: 600;
}/* End custom CSS */