/*! modern-normalize | MIT License | https://github.com/sindresorhus/modern-normalize */

/* Document
   ========================================================================== */

/**
 * Use a better box model (opinionated).
 */

html {
	box-sizing: border-box;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

/**
 * Use a more readable tab size (opinionated).
 */

:root {
	-moz-tab-size: 4;
	tab-size: 4;
}

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
 */

body {
	font-family:
		-apple-system,
		BlinkMacSystemFont,
		'Segoe UI',
		Roboto,
		Helvetica,
		Arial,
		sans-serif,
		'Apple Color Emoji',
		'Segoe UI Emoji',
		'Segoe UI Symbol';
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct height in Firefox.
 */

hr {
	height: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Add the correct text decoration in Chrome, Edge, and Safari.
 */

abbr[title] {
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp,
pre {
	font-family: SFMono-Regular, Consolas, 'Liberation Mono', Menlo, Courier, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Remove the inheritance of text transform in Edge and Firefox.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type='button'],
[type='reset'],
[type='submit'] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * Remove the padding so developers are not caught out when they zero out `fieldset` elements in all browsers.
 */

legend {
	padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome and Firefox.
 */

progress {
	vertical-align: baseline;
}

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type='search'] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type='search']::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Chrome and Safari.
 */

summary {
	display: list-item;
}

@charset "UTF-8";
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "\2190";
}
[dir=rtl] .slick-prev:before {
  content: "\2192";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "\2192";
}
[dir=rtl] .slick-next:before {
  content: "\2190";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\2022";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/*PADDING BOTTOM*/
.pb-40 {
  padding-bottom: 20px;
}

.pb-60 {
  padding-bottom: 20px;
}
@media screen and (min-width: 1200px) {
  .pb-60 {
    padding-bottom: 60px !important;
  }
}

.pb-80 {
  padding-bottom: 20px;
}
@media screen and (min-width: 1200px) {
  .pb-80 {
    padding-bottom: 80px;
  }
}

.pb-100 {
  padding-bottom: 20px;
}
@media screen and (min-width: 1200px) {
  .pb-100 {
    padding-bottom: 100px;
  }
}

.pb-120 {
  padding-bottom: 20px;
}
@media screen and (min-width: 1200px) {
  .pb-120 {
    padding-bottom: 120px;
  }
}

.pb-140 {
  padding-bottom: 60px;
}
@media screen and (min-width: 1200px) {
  .pb-140 {
    padding-bottom: 140px;
  }
}

/*PADDING TOP*/
.pt-40 {
  padding-top: 20px;
}

.pt-60 {
  padding-top: 20px;
}
@media screen and (min-width: 1200px) {
  .pt-60 {
    padding-top: 60px !important;
  }
}

.pt-80 {
  padding-top: 20px;
}
@media screen and (min-width: 1200px) {
  .pt-80 {
    padding-top: 80px;
  }
}

.pt-100 {
  padding-top: 20px;
}
@media screen and (min-width: 1200px) {
  .pt-100 {
    padding-top: 100px;
  }
}

.pt-120 {
  padding-top: 20px;
}
@media screen and (min-width: 1200px) {
  .pt-120 {
    padding-top: 120px;
  }
}

.pt-140 {
  padding-top: 60px;
}
@media screen and (min-width: 1200px) {
  .pt-140 {
    padding-top: 140px;
  }
}

.section-pretitle.e-paragraph-base {
  color: #FFF;
  font-size: clamp(12px, 1vw, 14px);
  font-weight: 600;
  line-height: 110%;
  letter-spacing: 0.17px;
  text-transform: uppercase;
  border-radius: 10px;
  background: #004194;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 11px;
}
@media screen and (max-width: 767px) {
  .section-pretitle.e-paragraph-base {
    letter-spacing: 0.12px;
  }
}

.section-title.elementor-widget.elementor-widget-heading .elementor-heading-title, .section-title.e-heading-base {
  font-size: clamp(26px, 3vw, 40px);
  line-height: 110%;
  letter-spacing: 0.4px;
  font-weight: 700;
  padding: 14px 0;
}
@media screen and (max-width: 767px) {
  .section-title.elementor-widget.elementor-widget-heading .elementor-heading-title, .section-title.e-heading-base {
    letter-spacing: 0.26px;
  }
}

.section-text.elementor-widget.elementor-widget-text-editor {
  font-size: 16px;
  line-height: 110%;
  letter-spacing: 0.16px;
}
.section-text.elementor-widget.elementor-widget-text-editor p {
  margin: 0;
}

.text-s.elementor-widget.elementor-widget-text-editor {
  font-size: 15px;
  line-height: 24px;
}
.text-s.elementor-widget.elementor-widget-text-editor p {
  margin: 0;
}

.text-m.elementor-widget.elementor-widget-text-editor {
  font-size: clamp(14px, 1vw, 16px);
  line-height: clamp(18px, 1.5vw, 22px);
  letter-spacing: 0.16px;
}
.text-m.elementor-widget.elementor-widget-text-editor p {
  margin: 0;
}

body {
  background-color: #fff;
  color: #051325;
}
body strong {
  font-weight: 700;
}
body a {
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
body p:last-child {
  margin-bottom: 0;
}

.btn-tipo.elementor-widget.elementor-widget-button .elementor-button {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.5px;
  border-radius: 10px;
  padding: 13px 26px;
}
.btn-tipo.elementor-widget.elementor-widget-button .elementor-button-icon {
  font-size: 20px;
  margin-right: 6px;
}
.btn-tipo.elementor-widget.elementor-widget-button.white .elementor-button {
  background-color: #FFF;
  color: #004194;
}
.btn-tipo.elementor-widget.elementor-widget-button.white .elementor-button:hover {
  background-color: #2D79B4;
  color: #FFF;
}
.btn-tipo.elementor-widget.elementor-widget-button.red .elementor-button {
  background-color: #E2361F;
}
.btn-tipo.elementor-widget.elementor-widget-button.red .elementor-button:hover {
  background-color: #2D79B4;
  color: #FFF;
}

div {
  scroll-margin-top: 100px;
}

.blue-text.e-paragraph-base {
  color: #FFF;
  font-size: clamp(12px, 1vw, 17px);
  font-weight: 600;
  line-height: 110%;
  letter-spacing: 0.17px;
  text-transform: uppercase;
  border-radius: 10px;
  background: #004194;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 11px;
}
@media screen and (max-width: 767px) {
  .blue-text.e-paragraph-base {
    letter-spacing: 0.12px;
  }
}

.red {
  color: #E2361F;
}

.header-landing.e-flex {
  background-color: #004194;
}
.header-landing.e-flex .e-con-inner {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  padding: 5px 0;
}
.header-landing.e-flex .col-left {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.header-landing.e-flex .col-right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 767px) {
  .header-landing.e-flex .col-right {
    position: fixed;
    bottom: 0;
    background: #004194;
    left: 0;
    width: 100%;
    z-index: 9;
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 14px 10px;
  }
}
@media screen and (max-width: 767px) {
  .header-landing.e-flex .e-image-base {
    max-width: 116px;
  }
}
.header-landing.e-flex .btn-tipo.elementor-widget.elementor-widget-button .elementor-button {
  padding: 9px 20px;
}

footer {
  position: relative;
  z-index: 99;
}

.footer-landing.e-flex {
  background-color: #EBF0F5;
  padding: 40px 20px;
}
.footer-landing.e-flex .e-con-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
  gap: 20px;
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}
@media screen and (max-width: 991px) {
  .footer-landing.e-flex .elementor-widget.elementor-widget-button {
    width: 100%;
  }
  .footer-landing.e-flex .elementor-widget.elementor-widget-button .elementor-button {
    width: 100%;
  }
}
.footer-landing.e-flex .elementor-widget.elementor-widget-icon-box {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 380px !important;
}
.footer-landing.e-flex .elementor-widget.elementor-widget-icon-box .elementor-icon-box-wrapper {
  gap: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.footer-landing.e-flex .elementor-widget.elementor-widget-icon-box .elementor-icon {
  font-size: 20px;
}
.footer-landing.e-flex .elementor-widget.elementor-widget-icon-box .elementor-icon svg {
  fill: #2D79B4;
}
.footer-landing.e-flex .elementor-widget.elementor-widget-icon-box .elementor-icon-box-title {
  margin: 0 0 5px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}
.footer-landing.e-flex .elementor-widget.elementor-widget-icon-box .elementor-icon-box-description {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin-left: -25px;
}
.footer-landing.e-flex .elementor-widget.elementor-widget-icon-list .elementor-icon-list-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer-landing.e-flex .elementor-widget.elementor-widget-icon-list .elementor-icon-list-items .elementor-icon-list-text {
  font-size: 16px;
  font-weight: 400;
}

.footer-legal-landing.e-flex {
  background-color: #004194;
}
.footer-legal-landing.e-flex .e-con-inner {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  padding: 15px 0;
}
.footer-legal-landing.e-flex .e-paragraph-base {
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.footer-legal-landing.e-flex .elementor-widget.elementor-widget-icon-list .elementor-icon-list-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.footer-legal-landing.e-flex .elementor-widget.elementor-widget-icon-list .elementor-icon-list-items .elementor-icon-list-text {
  color: #FFF;
  font-size: 16px;
  font-weight: 600;
}

.landing-hero.e-flex {
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 1199px) {
  .landing-hero.e-flex {
    padding: 20px 10px;
  }
}
@media screen and (min-width: 1200px) {
  .landing-hero.e-flex {
    height: 895px;
  }
}
.landing-hero.e-flex .e-con-inner {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}
.landing-hero.e-flex .col-left .e-heading-base {
  color: #F1F1F1;
  font-size: clamp(30px, 4vw, 58px);
  font-weight: 700;
  line-height: 110%;
  letter-spacing: 0.58px;
  padding-top: 14px;
}
@media screen and (max-width: 767px) {
  .landing-hero.e-flex .col-left .e-heading-base {
    letter-spacing: 0.3px;
  }
}
.landing-hero.e-flex .col-left .elementor-widget.elementor-widget-text-editor {
  color: #F1F1F1;
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 400;
  line-height: 110%;
  letter-spacing: 0.24px;
  max-width: 615px;
}
@media screen and (min-width: 768px) {
  .landing-hero.e-flex .col-left .elementor-widget.elementor-widget-text-editor {
    padding: 0 0 40px;
  }
}
.landing-hero.e-flex .col-right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.landing-hero.e-flex .landing-hero-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 0;
  gap: 15px;
}
@media screen and (max-width: 767px) {
  .landing-hero.e-flex .landing-hero-btns {
    display: none;
  }
}
.landing-hero.e-flex .landing-hero-form-content {
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.7);
  padding: 40px 60px;
}
@media screen and (max-width: 1199px) {
  .landing-hero.e-flex .landing-hero-form-content {
    padding: 25px;
  }
}
@media screen and (min-width: 768px) {
  .landing-hero.e-flex .landing-hero-form-content {
    max-width: 550px;
  }
}
.landing-hero.e-flex .landing-hero-form-content .elementor-widget.elementor-widget-heading .elementor-heading-title {
  font-size: clamp(18px, 2vw, 25px);
  font-weight: 700;
  line-height: 110%;
}
.landing-hero.e-flex .landing-hero-form-content .elementor-widget.elementor-widget-form {
  padding-top: 20px;
}
.landing-hero.e-flex .landing-hero-form-content .elementor-widget.elementor-widget-form .elementor-field.elementor-size-sm {
  height: 50px;
  border-radius: 10px;
  border-color: #051325;
  font-size: 15px;
}
.landing-hero.e-flex .landing-hero-form-content .elementor-widget.elementor-widget-form .elementor-field.elementor-size-sm:focus {
  border-color: #2D79B4;
}
.landing-hero.e-flex .landing-hero-form-content .elementor-widget.elementor-widget-form .elementor-field-label {
  font-size: 14px;
  line-height: 24px;
}
.landing-hero.e-flex .landing-hero-form-content .elementor-widget.elementor-widget-form .elementor-field-type-acceptance {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding-top: 15px;
}
.landing-hero.e-flex .landing-hero-form-content .elementor-widget.elementor-widget-form .elementor-field-type-acceptance .elementor-field-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.landing-hero.e-flex .landing-hero-form-content .elementor-widget.elementor-widget-form .elementor-field-type-acceptance .elementor-field.elementor-size-md.elementor-acceptance-field {
  height: auto;
}
.landing-hero.e-flex .landing-hero-form-content .elementor-widget.elementor-widget-form .elementor-field-type-acceptance label {
  font-size: 12px;
  line-height: 20px;
}
.landing-hero.e-flex .landing-hero-form-content .elementor-widget.elementor-widget-form .elementor-field-type-acceptance label a {
  color: #004194;
  text-decoration: underline;
}
.landing-hero.e-flex .landing-hero-form-content .elementor-widget.elementor-widget-form .elementor-field-type-acceptance label a:hover {
  text-decoration: none;
}
.landing-hero.e-flex .landing-hero-form-content .elementor-widget.elementor-widget-form input[type=checkbox] {
  -webkit-appearance: none;
  height: 20px !important;
  min-width: 42px;
  min-height: auto;
  border: 1px solid #fff;
  position: relative;
  border-radius: 100px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-color: #fff !important;
  outline: 0;
  border: 1px solid #FFF;
}
.landing-hero.e-flex .landing-hero-form-content .elementor-widget.elementor-widget-form input[type=checkbox]:before {
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #aaa;
  position: absolute;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  top: 50%;
  left: 3px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.landing-hero.e-flex .landing-hero-form-content .elementor-widget.elementor-widget-form input[type=checkbox]:checked {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #2D79B4;
}
.landing-hero.e-flex .landing-hero-form-content .elementor-widget.elementor-widget-form input[type=checkbox]:checked:before {
  left: auto;
  right: 3px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #2D79B4;
}
.landing-hero.e-flex .landing-hero-form-content .elementor-widget.elementor-widget-form .elementor-field-type-submit {
  padding-top: 10px;
  margin: 0;
}
.landing-hero.e-flex .landing-hero-form-content .elementor-widget.elementor-widget-form .elementor-field-type-submit .elementor-button {
  color: #FFF;
  border-radius: 10px;
  background-color: #E2361F;
  font-size: clamp(16px, 2vw, 20px);
  padding: 20px;
  font-weight: 700;
  cursor: pointer;
}
.landing-hero.e-flex .landing-hero-form-content .elementor-widget.elementor-widget-form .elementor-field-type-submit .elementor-button:hover {
  background-color: #2D79B4;
}

.landing-trust.e-flex .e-con-inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  gap: clamp(10px, 2vw, 20px);
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
  padding: 10px;
}
.landing-trust.e-flex .elementor-widget.elementor-widget-image-box {
  background-color: #2D79B4;
  border-radius: 10px;
  padding: 15px 10px;
}
@media screen and (max-width: 575px) {
  .landing-trust.e-flex .elementor-widget.elementor-widget-image-box {
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .landing-trust.e-flex .elementor-widget.elementor-widget-image-box {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 22px 10px;
  }
}
.landing-trust.e-flex .elementor-widget.elementor-widget-image-box .elementor-image-box-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 10px;
}
@media screen and (max-width: 1199px) {
  .landing-trust.e-flex .elementor-widget.elementor-widget-image-box .elementor-image-box-wrapper .elementor-image-box-content {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (min-width: 1200px) {
  .landing-trust.e-flex .elementor-widget.elementor-widget-image-box .elementor-image-box-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.landing-trust.e-flex .elementor-widget.elementor-widget-image-box .elementor-image-box-img {
  height: 50px;
  width: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1199px) {
  .landing-trust.e-flex .elementor-widget.elementor-widget-image-box .elementor-image-box-img {
    height: 30px;
    width: 30px;
    margin: 0 !important;
  }
}
.landing-trust.e-flex .elementor-widget.elementor-widget-image-box .elementor-image-box-title {
  margin: 0;
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: 0.16px;
}

@media screen and (min-width: 1600px) {
  .landing-how.e-flex .col-left {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (min-width: 1300px) {
  .landing-how.e-flex .col-right {
    padding-left: 110px;
  }
}
@media screen and (min-width: 1600px) {
  .landing-how.e-flex .col-right {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.landing-how.e-flex .landing-how-items {
  padding: 5px 0 0;
}
.landing-how.e-flex .landing-how-items .landing-how-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-bottom: 30px;
  gap: clamp(10px, 1vw, 15px);
}
.landing-how.e-flex .landing-how-items .landing-how-item::after {
  content: "";
  width: 2px;
  height: 100%;
  border-right: 2px solid #2D79B4;
  position: absolute;
  left: 20px;
  top: 0;
}
@media screen and (max-width: 767px) {
  .landing-how.e-flex .landing-how-items .landing-how-item::after {
    left: 15px;
  }
}
.landing-how.e-flex .landing-how-items .num {
  min-width: 41px;
  height: 41px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #2D79B4;
  color: #FFF;
  font-size: clamp(14px, 1vw, 18px);
  font-weight: 700;
  letter-spacing: 0.18px;
  position: relative;
  z-index: 9;
}
@media screen and (max-width: 767px) {
  .landing-how.e-flex .landing-how-items .num {
    min-width: 31px;
    height: 31px;
  }
}
.landing-how.e-flex .landing-how-items h3 {
  margin: 10px 0;
  font-size: clamp(16px, 1vw, 18px);
  font-weight: 700;
  line-height: 110%;
  letter-spacing: 0.18px;
}
@media screen and (max-width: 767px) {
  .landing-how.e-flex .landing-how-items h3 {
    margin: 7px 0;
  }
}
.landing-how.e-flex .landing-how-items p {
  margin: 0;
  font-size: clamp(14px, 1vw, 16px);
  line-height: 110%;
  letter-spacing: 0.16px;
}
.landing-how.e-flex .landing-how-items .elementor-widget.elementor-widget-text-editor:last-child .landing-how-item {
  padding-bottom: 5px;
}
.landing-how.e-flex .landing-how-items .elementor-widget.elementor-widget-text-editor:last-child .landing-how-item:after {
  border-right: 2px dashed #2D79B4;
}

.landing-why.e-flex {
  overflow: hidden;
}
.landing-why.e-flex .landing-why-banners {
  padding: 0;
}
@media screen and (max-width: 1199px) {
  .landing-why.e-flex .e-n-carousel {
    width: 85%;
    margin: 0;
    overflow: visible;
  }
}
.landing-why.e-flex .e-n-carousel .swiper-wrapper {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.landing-why.e-flex .elementor-widget.elementor-widget-call-to-action {
  border-radius: 12px;
  overflow: hidden;
}
.landing-why.e-flex .elementor-widget.elementor-widget-call-to-action .elementor-cta__content {
  min-height: clamp(370px, 30vw, 440px);
}
@media screen and (max-width: 767px) {
  .landing-why.e-flex .elementor-widget.elementor-widget-call-to-action .elementor-cta__content {
    padding: 30px 15px;
  }
}
.landing-why.e-flex .elementor-widget.elementor-widget-call-to-action .elementor-cta__title {
  color: #FFF;
  font-size: clamp(16px, 1vw, 18px);
  font-weight: 700;
  line-height: 110%;
  letter-spacing: 0.18px;
  margin: 0 0 10px;
}
.landing-why.e-flex .elementor-widget.elementor-widget-call-to-action .elementor-cta__description {
  color: #FFF;
  font-size: clamp(14px, 1vw, 16px);
  font-weight: 400;
  line-height: 110%;
  letter-spacing: 0.16px;
}
.landing-why.e-flex .btn-tipo.red.elementor-widget.elementor-widget-button {
  padding: 20px 10px;
}
@media screen and (max-width: 767px) {
  .landing-why.e-flex .btn-tipo.red.elementor-widget.elementor-widget-button {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .landing-brands.e-flex .col-left {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (min-width: 1300px) {
  .landing-brands.e-flex .col-left {
    width: 54%;
  }
}
@media screen and (min-width: 1300px) {
  .landing-brands.e-flex .col-right {
    width: 46%;
    padding-left: 100px;
  }
}
.landing-brands.e-flex .landing-brands-logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px 35px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .landing-brands.e-flex .landing-brands-logos {
    overflow: auto;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-bottom: 10px;
    gap: 15px 25px;
  }
  .landing-brands.e-flex .landing-brands-logos::-webkit-scrollbar {
    height: 3px;
  }
  .landing-brands.e-flex .landing-brands-logos::-webkit-scrollbar-track {
    background: #eee;
  }
  .landing-brands.e-flex .landing-brands-logos::-webkit-scrollbar-thumb {
    background-color: #051325;
    border-radius: 20px;
  }
}
@media screen and (max-width: 1299px) {
  .landing-brands.e-flex .landing-brands-logos img {
    width: 100px;
  }
}

.landing-four-things.e-flex .landing-four-things-points {
  padding: 50px 0 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(10px, 2vw, 20px);
}
@media screen and (max-width: 767px) {
  .landing-four-things.e-flex .landing-four-things-points {
    grid-template-columns: 1fr;
    padding: 20px 0 0;
  }
}
.landing-four-things.e-flex .landing-four-things-points .elementor-widget.elementor-widget-text-editor {
  border-radius: 10px;
  background: #EBF0F5;
  padding: 30px 65px;
}
@media screen and (max-width: 1199px) {
  .landing-four-things.e-flex .landing-four-things-points .elementor-widget.elementor-widget-text-editor {
    padding: 20px 15px;
  }
}
.landing-four-things.e-flex .landing-four-things-points .landing-four-things-point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.landing-four-things.e-flex .landing-four-things-points .num {
  min-width: 41px;
  height: 41px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #2D79B4;
  color: #FFF;
  font-size: clamp(14px, 1vw, 18px);
  font-weight: 700;
  letter-spacing: 0.18px;
  position: relative;
  z-index: 9;
}
@media screen and (max-width: 767px) {
  .landing-four-things.e-flex .landing-four-things-points .num {
    min-width: 31px;
    height: 31px;
  }
}
.landing-four-things.e-flex .landing-four-things-points h3 {
  margin: 10px 0;
  font-size: clamp(16px, 1vw, 18px);
  font-weight: 700;
  line-height: 110%;
  letter-spacing: 0.18px;
}
@media screen and (max-width: 767px) {
  .landing-four-things.e-flex .landing-four-things-points h3 {
    margin: 7px 0;
  }
}
.landing-four-things.e-flex .landing-four-things-points p {
  margin: 0;
  font-size: clamp(14px, 1vw, 16px);
  line-height: 110%;
  letter-spacing: 0.16px;
}

.landing-faq.e-flex {
  margin: 100px 0;
  padding: 100px 10px;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 1199px) {
  .landing-faq.e-flex {
    margin: 40px 0;
    padding: 40px 10px;
  }
}
@media screen and (min-width: 1400px) {
  .landing-faq.e-flex .col-left {
    width: 38%;
  }
}
@media screen and (min-width: 1400px) {
  .landing-faq.e-flex .col-right {
    width: 62%;
  }
}
.landing-faq.e-flex .section-title.e-heading-base {
  color: #fff;
  padding: 14px 0 25px;
}
.landing-faq.e-flex .elementor-widget.elementor-widget-n-accordion .e-n-accordion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 11px;
}
.landing-faq.e-flex .elementor-widget.elementor-widget-n-accordion .e-n-accordion-item {
  border-radius: 10px;
  background: #FFF;
}
.landing-faq.e-flex .elementor-widget.elementor-widget-n-accordion .e-n-accordion-item-title {
  padding: 30px;
}
@media screen and (max-width: 1199px) {
  .landing-faq.e-flex .elementor-widget.elementor-widget-n-accordion .e-n-accordion-item-title {
    padding: 20px;
  }
}
.landing-faq.e-flex .elementor-widget.elementor-widget-n-accordion .e-n-accordion-item-title-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
}
.landing-faq.e-flex .elementor-widget.elementor-widget-n-accordion .e-con-full.e-flex.e-con.e-child {
  padding: 0 25px 30px;
  margin-top: -20px;
}
@media screen and (max-width: 1199px) {
  .landing-faq.e-flex .elementor-widget.elementor-widget-n-accordion .e-con-full.e-flex.e-con.e-child {
    padding: 0 20px 25px;
    margin-top: -10px;
  }
}
.landing-faq.e-flex .elementor-widget.elementor-widget-n-accordion .elementor-widget.elementor-widget-text-editor {
  font-size: clamp(14px, 1vw, 16px);
  font-weight: 300;
  line-height: 140%;
}
.landing-faq.e-flex .elementor-widget.elementor-widget-n-accordion .elementor-widget.elementor-widget-text-editor p {
  margin: 0;
}

.landing-presu.e-flex .landing-presu-content {
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  overflow: hidden;
  padding: 55px 20px;
}
.landing-presu.e-flex .section-title.e-heading-base {
  padding: 0;
  color: #fff;
}
@media screen and (min-width: 992px) {
  .landing-presu.e-flex .section-title.e-heading-base {
    max-width: 860px;
    margin: auto;
    text-align: center;
  }
}
.landing-presu.e-flex .section-text.elementor-widget.elementor-widget-text-editor {
  color: #fff;
  padding: 15px 0px;
}
@media screen and (min-width: 992px) {
  .landing-presu.e-flex .section-text.elementor-widget.elementor-widget-text-editor {
    text-align: center;
    padding: 15px 0 35px;
  }
}
.landing-presu.e-flex .landing-presu-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  padding: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 992px) {
  .landing-presu.e-flex .landing-presu-btns {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.landing-reviews.e-flex .e-con-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}
.landing-reviews.e-flex .section-title.e-heading-base {
  width: 100%;
}
.landing-reviews.e-flex .landing-reviews-static {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 15px 0;
}
.landing-reviews.e-flex .landing-reviews-static .e-div-block-base {
  width: 100%;
  background-color: #f4f4f4;
  border-radius: 12px;
  padding: 22px;
}
@media screen and (min-width: 992px) {
  .landing-reviews.e-flex .landing-reviews-static .e-div-block-base {
    width: 630px;
  }
}
.landing-reviews.e-flex .elementor-widget.elementor-widget-image-box .elementor-image-box-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
}
@media screen and (max-width: 1199px) {
  .landing-reviews.e-flex .elementor-widget.elementor-widget-image-box .elementor-image-box-img {
    max-width: 40px;
  }
}
.landing-reviews.e-flex .elementor-widget.elementor-widget-image-box .elementor-image-box-title {
  font-weight: 600;
  margin: 0;
}
.landing-reviews.e-flex .landing-reviews-google {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.landing-reviews.e-flex .landing-reviews-google-logo {
  position: absolute;
  right: 20px;
  top: 15px;
}
.landing-reviews.e-flex .landing-reviews-stars {
  margin: 14px 0;
}
.landing-reviews.e-flex .e-paragraph-base {
  font-size: clamp(14px, 1vw, 16px);
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.16px;
}
.landing-reviews.e-flex .landing-reviews-btn {
  padding: 15px 0;
}
.landing-reviews.e-flex .landing-reviews-btn .elementor-widget.elementor-widget-button .elementor-button {
  background-color: transparent;
  border-radius: 0;
  border-bottom: 1px solid #004194;
  color: #004194;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.5px;
  padding: 14px 0;
}
.landing-reviews.e-flex .landing-reviews-btn .elementor-widget.elementor-widget-button .elementor-button:hover {
  border-color: #E2361F;
}
.landing-reviews.e-flex .landing-reviews-btn .elementor-widget.elementor-widget-button .elementor-button-icon svg {
  height: auto;
  width: 26px;
}

.typ.e-flex {
  min-height: clamp(60vh, 50vw, 80vh);
  text-align: center;
}
.typ.e-flex .e-con-inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  max-width: 640px;
}
@media screen and (max-width: 1199px) {
  .typ.e-flex .e-image-base {
    max-width: 70px;
  }
}
.typ.e-flex .elementor-widget.elementor-widget-icon .elementor-icon {
  font-size: clamp(60px, 5vw, 80px);
}
.typ.e-flex .elementor-widget.elementor-widget-icon .elementor-icon svg {
  fill: #2D79B4;
}
.typ.e-flex .e-heading-base {
  font-size: clamp(30px, 4vw, 50px);
  line-height: clamp(36px, 4.5vw, 54px);
  padding-top: 20px;
}
.typ.e-flex .e-paragraph-base {
  font-size: clamp(16px, 1vw, 18px);
  font-weight: 400;
  line-height: clamp(22px, 1.5vw, 26px);
  padding: 20px 0 30px;
}
.typ.e-flex .btn-arrow.elementor-widget.elementor-widget-button .elementor-button {
  padding: 10px 40px 10px 12px;
}

.legal.e-flex .e-con-inner {
  max-width: 1000px;
  font-size: clamp(14px, 1vw, 16px);
  line-height: clamp(20px, 1.5vw, 26px);
}
.legal.e-flex h3, .legal.e-flex h2 {
  margin: 40px 0 0;
}
.legal.e-flex a {
  color: #0d6efd;
}

.badge-label.elementor-widget.elementor-widget-heading .elementor-heading-title {
  display: inline-block;
  background: #004194;
  color: #FFF;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.14px;
  text-transform: uppercase;
  padding: 10px;
  border-radius: 10px;
  line-height: 1.1;
}

.section-titulo.elementor-widget.elementor-widget-heading .elementor-heading-title {
  font-size: clamp(28px, 2.6vw, 40px);
  line-height: 1.1;
  letter-spacing: 0.4px;
  font-weight: 700;
  color: #051325;
}

.section-texto.elementor-widget.elementor-widget-text-editor p {
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.16px;
  color: #051325;
}

.btn-blanco .elementor-button {
  background: #FFF;
  color: #004194;
  border: 1px solid #FFF;
  border-radius: 10px;
  padding: 9px 19px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.5px;
  height: 50px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: background 0.2s, color 0.2s;
  transition: background 0.2s, color 0.2s;
}
.btn-blanco .elementor-button:hover {
  background: rgb(234.6, 234.6, 234.6);
}

.btn-rojo .elementor-button {
  background: #E2361F;
  color: #FFF;
  border: none;
  border-radius: 10px;
  padding: 9px 19px;
  font-size: 16px;
  font-weight: 600;
  height: 50px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
.btn-rojo .elementor-button:hover {
  background: rgb(191.4181818182, 44.4363636364, 24.7818181818);
}

.lp-hero.e-con {
  position: relative;
  min-height: 900px;
  background: url("/wp-content/uploads/2026/06/hero-bg-1.jpg") center center/cover no-repeat;
  overflow: hidden;
}
.lp-hero.e-con::before {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(5, 19, 37, 0.65)), to(rgba(5, 19, 37, 0.2)));
  background: linear-gradient(to right, rgba(5, 19, 37, 0.65) 0%, rgba(5, 19, 37, 0.2) 100%);
  z-index: 0;
}
.lp-hero.e-con > .e-con-inner {
  position: relative;
  z-index: 1;
}
.lp-hero.e-con .col-left.e-con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 14px;
  max-width: 615px;
  padding: 106px 0 106px 150px;
}
.lp-hero.e-con .hero-titulo.elementor-widget-heading .elementor-heading-title {
  font-size: clamp(34px, 3.8vw, 58px);
  font-weight: 700;
  color: #FFF;
  line-height: 1.1;
  letter-spacing: 0.58px;
}
.lp-hero.e-con .hero-texto.elementor-widget-text-editor p {
  font-size: 24px;
  line-height: 1.1;
  color: #FFF;
  letter-spacing: 0.24px;
}
.lp-hero.e-con .hero-ctas.e-con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.lp-hero.e-con .col-right.e-con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 106px 150px 106px 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.lp-hero.e-con .form-contacto.elementor-widget-form {
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
  border-radius: 10px;
  padding: 40px 20px;
  width: 100%;
  max-width: 543px;
}
.lp-hero.e-con .form-titulo.elementor-widget-heading .elementor-heading-title {
  font-size: 25px;
  font-weight: 700;
  color: #051325;
  line-height: 1.1;
  margin-bottom: 10px;
}
.lp-hero.e-con .form-titulo.elementor-widget-heading .elementor-heading-title span {
  color: #E2361F;
}
.lp-hero.e-con .elementor-field-group label {
  font-size: 14px;
  font-weight: 400;
  color: #051325;
  margin-bottom: 4px;
}
.lp-hero.e-con .elementor-field,
.lp-hero.e-con .elementor-field-textual {
  background: #FFF;
  border: 1px solid #051325;
  border-radius: 10px;
  height: 50px;
  font-size: 14px;
  color: #051325;
  padding: 0 16px;
  width: 100%;
}
.lp-hero.e-con select.elementor-field {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}
.lp-hero.e-con .elementor-button-wrapper .elementor-button {
  background: #E2361F;
  color: #FFF;
  border-radius: 10px;
  font-size: 20px;
  font-weight: 700;
  height: 57px;
  width: 100%;
  border: none;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
.lp-hero.e-con .elementor-button-wrapper .elementor-button:hover {
  background: rgb(191.4181818182, 44.4363636364, 24.7818181818);
}
.lp-hero.e-con .form-rgpd.elementor-widget-text-editor {
  font-size: 12px;
  color: rgba(5, 19, 37, 0.7);
  line-height: 1.6;
}
.lp-hero.e-con .form-rgpd.elementor-widget-text-editor a {
  color: #004194;
}
@media screen and (max-width: 1024px) {
  .lp-hero.e-con {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .lp-hero.e-con .col-left.e-con {
    padding: 80px 24px 40px;
    max-width: 100%;
  }
  .lp-hero.e-con .col-right.e-con {
    padding: 0 24px 80px;
  }
}

.bloque-stats.e-con {
  background: transparent;
  padding: 0 150px;
  gap: 20px;
}
.bloque-stats.e-con > .e-con-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
.bloque-stats.e-con .stat-card.e-con {
  background: #2D79B4;
  border-radius: 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 200px;
          flex: 1 1 200px;
  min-height: 125px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px;
  text-align: center;
}
.bloque-stats.e-con .stat-card.e-con p {
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0.16px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .bloque-stats.e-con {
    padding: 0 24px;
  }
  .bloque-stats.e-con .stat-card.e-con {
    -ms-flex-preferred-size: calc(50% - 10px);
        flex-basis: calc(50% - 10px);
  }
}

.bloque-como-trabajamos.e-con {
  padding: 0 150px;
  gap: 115px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bloque-como-trabajamos.e-con .col-left.e-con {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 869px;
  max-width: 54%;
}
.bloque-como-trabajamos.e-con .col-left.e-con .img-como img {
  width: 100%;
  height: 551px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.bloque-como-trabajamos.e-con .col-right.e-con {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.bloque-como-trabajamos.e-con .section-titulo.elementor-widget-heading .elementor-heading-title {
  color: #051325;
}
.bloque-como-trabajamos.e-con .pasos-lista.e-con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
}
.bloque-como-trabajamos.e-con .paso.e-con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 15px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 12px 0;
}
.bloque-como-trabajamos.e-con .paso-numero.elementor-widget-text-editor .paso-num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  border-radius: 50%;
  background: #2D79B4;
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.18px;
  line-height: 1.1;
  margin: 0;
  text-align: center;
}
.bloque-como-trabajamos.e-con .paso-texto.e-con {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.bloque-como-trabajamos.e-con .paso-titulo.elementor-widget-heading .elementor-heading-title {
  font-size: 18px;
  font-weight: 700;
  color: #051325;
  letter-spacing: 0.18px;
  line-height: 1.1;
}
.bloque-como-trabajamos.e-con .paso-desc.elementor-widget-text-editor p {
  font-size: 16px;
  color: #051325;
  letter-spacing: 0.16px;
  line-height: 1.1;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .bloque-como-trabajamos.e-con {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 24px;
    gap: 40px;
  }
  .bloque-como-trabajamos.e-con .col-left.e-con {
    width: 100%;
    max-width: 100%;
  }
  .bloque-como-trabajamos.e-con .col-left img {
    height: 300px;
  }
}

.bloque-por-que-davofrio.e-con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 150px;
  gap: 30px;
}
.bloque-por-que-davofrio.e-con .bloque-cabecera.e-con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
  max-width: 615px;
}
.bloque-por-que-davofrio.e-con .bloque-tarjetas-foto.e-con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.bloque-por-que-davofrio.e-con .tarjeta-foto.e-con {
  position: relative;
  width: calc(25% - 0px);
  height: 440px;
  overflow: hidden;
  border-radius: 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.bloque-por-que-davofrio.e-con .tarjeta-foto.e-con + .tarjeta-foto.e-con {
  margin-left: 20px;
}
.bloque-por-que-davofrio.e-con .tarjeta-foto.e-con .tarjeta-foto-img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bloque-por-que-davofrio.e-con .tarjeta-foto.e-con::after {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 65, 148, 0)), color-stop(74%, rgba(0, 65, 148, 0.8)));
  background: linear-gradient(to bottom, rgba(0, 65, 148, 0) 0%, rgba(0, 65, 148, 0.8) 74%);
  pointer-events: none;
}
.bloque-por-que-davofrio.e-con .tarjeta-foto.e-con .tarjeta-foto-overlay.e-con {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.bloque-por-que-davofrio.e-con .tarjeta-foto.e-con .tarjeta-foto-titulo.elementor-widget-heading .elementor-heading-title {
  font-size: 18px;
  font-weight: 700;
  color: #FFF;
  letter-spacing: 0.18px;
  line-height: 1.1;
}
.bloque-por-que-davofrio.e-con .tarjeta-foto.e-con .tarjeta-foto-texto.elementor-widget-text-editor p {
  font-size: 16px;
  color: #FFF;
  letter-spacing: 0.16px;
  line-height: 1.1;
  margin: 0;
}
.bloque-por-que-davofrio.e-con .bloque-cta-tel.e-con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 1024px) {
  .bloque-por-que-davofrio.e-con {
    padding: 0 24px;
  }
  .bloque-por-que-davofrio.e-con .bloque-tarjetas-foto.e-con {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .bloque-por-que-davofrio.e-con .tarjeta-foto.e-con {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 10px);
            flex: 0 0 calc(50% - 10px);
  }
  .bloque-por-que-davofrio.e-con .tarjeta-foto.e-con + .tarjeta-foto.e-con {
    margin-left: 0;
  }
  .bloque-por-que-davofrio.e-con .tarjeta-foto.e-con:nth-child(odd) {
    margin-right: 10px;
  }
  .bloque-por-que-davofrio.e-con .tarjeta-foto.e-con:nth-child(even) {
    margin-left: 10px;
  }
  .bloque-por-que-davofrio.e-con .tarjeta-foto.e-con:nth-child(n+3) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 600px) {
  .bloque-por-que-davofrio.e-con .tarjeta-foto.e-con {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin: 0 0 20px !important;
  }
}

.bloque-marcas.e-con {
  padding: 0 150px;
  gap: 125px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bloque-marcas.e-con .col-left.e-con {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 869px;
          flex: 0 0 869px;
  max-width: 54%;
}
.bloque-marcas.e-con .bloque-logos.e-con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px 44px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.bloque-marcas.e-con .logo-marca.e-con {
  width: 184px;
  height: 92px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 9px;
  overflow: hidden;
}
.bloque-marcas.e-con .logo-marca-img img {
  max-width: 100%;
  max-height: 70px;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.bloque-marcas.e-con .col-right.e-con {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
}
@media screen and (max-width: 1024px) {
  .bloque-marcas.e-con {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 0 24px;
    gap: 40px;
  }
  .bloque-marcas.e-con .col-left.e-con {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    max-width: 100%;
  }
  .bloque-marcas.e-con .logo-marca.e-con {
    width: calc(33% - 20px);
  }
}

.bloque-incluido.e-con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 150px;
  gap: 30px;
}
.bloque-incluido.e-con .bloque-cabecera.e-con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
  max-width: 615px;
}
.bloque-incluido.e-con .bloque-cards-info.e-con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.bloque-incluido.e-con .info-card.e-con {
  background: #EBF0F5;
  border-radius: 10px;
  width: calc(50% - 10px);
  min-height: 175px;
  padding: 32px 62px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 900px) {
  .bloque-incluido.e-con .info-card.e-con {
    width: 100%;
  }
}
.bloque-incluido.e-con .info-card-num.elementor-widget-text-editor p {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #2D79B4;
  color: #EBF0F5;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.18px;
  margin: 0;
  text-align: center;
}
.bloque-incluido.e-con .info-card-titulo.elementor-widget-heading .elementor-heading-title {
  font-size: 18px;
  font-weight: 700;
  color: #051325;
  letter-spacing: 0.18px;
  line-height: 1.1;
}
.bloque-incluido.e-con .info-card-texto.elementor-widget-text-editor p {
  font-size: 16px;
  color: #051325;
  letter-spacing: 0.16px;
  line-height: 1.1;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .bloque-incluido.e-con {
    padding: 0 24px;
  }
}

.bloque-faq.e-con {
  position: relative;
  background: #2D79B4;
  padding: 118px 164px;
  gap: 16px;
  overflow: hidden;
}
.bloque-faq.e-con::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("/wp-content/uploads/2026/06/hero-bg-1.jpg") center/cover no-repeat;
  opacity: 0.12;
  pointer-events: none;
}
.bloque-faq.e-con .col-left.e-con {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 615px;
          flex: 0 0 615px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 27px;
  position: relative;
  z-index: 1;
}
.bloque-faq.e-con .section-titulo.elementor-widget-heading .elementor-heading-title {
  color: #FFF;
}
.bloque-faq.e-con .col-right.e-con {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  z-index: 1;
}
.bloque-faq.e-con .faq-accordion.elementor-widget-accordion .elementor-accordion-item {
  background: #FFF;
  border-radius: 10px;
  margin-bottom: 11px;
  border: none;
  overflow: hidden;
}
.bloque-faq.e-con .faq-accordion.elementor-widget-accordion .elementor-tab-title {
  font-size: 16px;
  font-weight: 500;
  color: #051325;
  padding: 27px 30px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.4;
  border: none;
}
.bloque-faq.e-con .faq-accordion.elementor-widget-accordion .elementor-tab-title.elementor-active {
  font-weight: 600;
}
.bloque-faq.e-con .faq-accordion.elementor-widget-accordion .elementor-tab-title .elementor-accordion-icon {
  font-size: 30px;
  font-weight: 300;
  color: #051325;
}
.bloque-faq.e-con .faq-accordion.elementor-widget-accordion .elementor-tab-content {
  font-size: 16px;
  color: rgba(5, 19, 37, 0.75);
  padding: 0 30px 27px;
  line-height: 1.6;
  border: none;
}
@media screen and (max-width: 1200px) {
  .bloque-faq.e-con {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 80px 24px;
  }
  .bloque-faq.e-con .col-left.e-con {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}

.bloque-cta-banner.e-con {
  position: relative;
  background: #2D79B4;
  border-radius: 10px;
  margin: 0 150px;
  min-height: 321px;
  padding: 59px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 14px;
  overflow: hidden;
  text-align: center;
}
.bloque-cta-banner.e-con::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 40%;
  background: url("/wp-content/uploads/2026/06/aire-acondicionado-tecnico-1.jpg") center right/cover no-repeat;
  opacity: 0.35;
}
.bloque-cta-banner.e-con > * {
  position: relative;
  z-index: 1;
}
.bloque-cta-banner.e-con .banner-titulo.elementor-widget-heading .elementor-heading-title {
  font-size: clamp(28px, 2.6vw, 40px);
  font-weight: 700;
  color: #FFF;
  line-height: 1.1;
  letter-spacing: 0.4px;
  max-width: 850px;
  text-align: center;
}
.bloque-cta-banner.e-con .banner-texto.elementor-widget-text-editor p {
  font-size: 16px;
  color: #FFF;
  letter-spacing: 0.16px;
  line-height: 1.1;
  margin: 0;
}
.bloque-cta-banner.e-con .banner-ctas.e-con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1024px) {
  .bloque-cta-banner.e-con {
    margin: 0 24px;
  }
  .bloque-cta-banner.e-con::after {
    display: none;
  }
}

.bloque-resenas.e-con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 150px;
  gap: 30px;
}
.bloque-resenas.e-con .section-titulo.elementor-widget-heading .elementor-heading-title {
  max-width: 615px;
}
.bloque-resenas.e-con .bloque-resenas-fila.e-con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 25px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.bloque-resenas.e-con .resena-card.e-con {
  background: #EBF0F5;
  border: 1px solid #EBF0F5;
  border-radius: 10px;
  padding: 28px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
.bloque-resenas.e-con .resena-grande.e-con {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 631px;
          flex: 0 0 631px;
  min-height: 261px;
}
.bloque-resenas.e-con .resena-pequena.e-con {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 303px;
          flex: 0 0 303px;
  min-height: 261px;
}
.bloque-resenas.e-con .resena-texto.elementor-widget-text-editor p {
  font-size: 16px;
  line-height: 1.375;
  letter-spacing: 0.16px;
  color: #051325;
  margin: 0;
}
.bloque-resenas.e-con .resena-nota.elementor-widget-text-editor strong {
  font-size: 20px;
  font-weight: 700;
  color: #051325;
}
.bloque-resenas.e-con .link-ver-todas .elementor-button {
  background: transparent;
  color: #004194;
  border: none;
  border-bottom: 1px solid #004194;
  padding: 4px 0;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.5px;
  border-radius: 0;
}
.bloque-resenas.e-con .link-ver-todas .elementor-button:hover {
  opacity: 0.75;
}
@media screen and (max-width: 1200px) {
  .bloque-resenas.e-con {
    padding: 0 24px;
  }
  .bloque-resenas.e-con .bloque-resenas-fila.e-con {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .bloque-resenas.e-con .resena-grande.e-con, .bloque-resenas.e-con .resena-pequena.e-con {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
}

.lp-footer.e-con {
  background: #EBF0F5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.lp-footer.e-con .lp-footer-main.e-con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 52px 150px;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.lp-footer.e-con .lp-footer-main.e-con .logo-davofrio img {
  height: 46px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.lp-footer.e-con .lp-footer-legal.e-con {
  background: #004194;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 13px 148px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
  min-height: 50px;
}
.lp-footer.e-con .footer-copy.elementor-widget-text-editor p {
  font-size: 16px;
  color: #FFF;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}
.lp-footer.e-con .footer-legal-links.e-con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
}
.lp-footer.e-con .link-legal .elementor-button {
  background: transparent;
  color: #FFF;
  border: none;
  padding: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  border-radius: 0;
}
.lp-footer.e-con .link-legal .elementor-button:hover {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .lp-footer.e-con .lp-footer-main.e-con {
    padding: 40px 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .lp-footer.e-con .lp-footer-legal.e-con {
    padding: 16px 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.bloque-stats.e-con,
.bloque-como-trabajamos.e-con,
.bloque-por-que-davofrio.e-con,
.bloque-marcas.e-con,
.bloque-incluido.e-con,
.bloque-resenas.e-con {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (min-width: 1200px) {
  .bloque-stats.e-con,
  .bloque-como-trabajamos.e-con,
  .bloque-por-que-davofrio.e-con,
  .bloque-marcas.e-con,
  .bloque-incluido.e-con,
  .bloque-resenas.e-con {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.bloque-faq.e-con {
  padding-top: 118px;
  padding-bottom: 118px;
}

.bloque-cta-banner {
  margin-top: 0;
  margin-bottom: 0;
}
