/*! 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: 40px;
}

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

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

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

.pb-120 {
  padding-bottom: 40px;
}
@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: 40px;
}

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

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

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

.pt-120 {
  padding-top: 40px;
}
@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;
  }
}

body {
  background-color: #fff;
  color: #051D2A;
}
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;
}

.section-title {
  font-size: clamp(28px, 3vw, 50px);
  line-height: clamp(34px, 3.5vw, 60px);
}

.section-text.elementor-widget.elementor-widget-text-editor {
  font-size: clamp(16px, 1vw, 18px);
  line-height: clamp(20px, 1.5vw, 26px);
  font-weight: 400;
}
.section-text.elementor-widget.elementor-widget-text-editor p {
  color: #051D2A;
}

.btn-tipo.elementor-widget.elementor-widget-button .elementor-button {
  padding: 20px;
  background-color: #009AED;
  color: #F7FCFF;
  border-radius: 100px;
  font-size: clamp(14px, 1vw, 18px);
}
.btn-tipo.elementor-widget.elementor-widget-button .elementor-button:hover {
  background-color: #F7FCFF;
  color: #009AED;
}
.btn-tipo.elementor-widget.elementor-widget-button .elementor-button-content-wrapper {
  gap: 10px;
}

.header-web.e-flex {
  background: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  z-index: 9;
}
@media screen and (max-width: 767px) {
  .header-web.e-flex {
    max-height: 46px;
  }
}
.header-web.e-flex .col-left {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .header-web.e-flex .col-left {
    padding: 0 10px;
  }
}
.header-web.e-flex .col-right {
  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-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .header-web.e-flex .col-right {
    padding: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .header-web.e-flex .elementor-widget.elementor-widget-theme-site-logo.elementor-widget-image {
    max-width: 104px;
  }
}
@media screen and (max-width: 767px) {
  .header-web.e-flex .elementor-widget-button {
    display: none;
  }
}
.header-web.e-flex .elementor-widget-button .elementor-button-link {
  font-size: 18px;
  border-radius: 100px;
  border: 1px solid #009AED;
  padding: 14px 20px;
}
.header-web.e-flex .btn-phone.elementor-widget-button .elementor-button-link {
  background-color: transparent;
  color: #009AED;
}
.header-web.e-flex .btn-phone.elementor-widget-button .elementor-button-link:hover {
  background-color: #009AED;
  color: #F7FCFF;
}
.header-web.e-flex .btn-call-you.elementor-widget-button .elementor-button-link {
  background-color: #009AED;
  color: #F7FCFF;
}
.header-web.e-flex .btn-call-you.elementor-widget-button .elementor-button-link:hover {
  background-color: transparent;
  color: #009AED;
}

/*SELECTOR IDIOMA*/
.elementor-nav-menu--dropdown.elementor-nav-menu__container {
  margin-top: 0 !important;
  background-color: transparent;
}
.elementor-nav-menu--dropdown.elementor-nav-menu__container .elementor-nav-menu--dropdown {
  background-color: transparent;
}

.elementor-nav-menu--dropdown .elementor-item.highlighted, .elementor-nav-menu--dropdown .elementor-item:focus, .elementor-nav-menu--dropdown .elementor-item:hover {
  background-color: transparent !important;
}

.wpml-ls-item .elementor-item.has-submenu {
  padding: 0 !important;
}
.wpml-ls-item .wpml-ls-flag {
  border-radius: 4px;
}
.wpml-ls-item .sub-arrow {
  display: none !important;
}
.wpml-ls-item .sub-menu.elementor-nav-menu--dropdown.sm-nowrap {
  max-width: -webkit-fit-content !important;
  max-width: -moz-fit-content !important;
  max-width: fit-content !important;
  background: transparent;
}
.wpml-ls-item .elementor-sub-item {
  padding: 10px 0 0 !important;
  -webkit-border-start: none !important;
          border-inline-start: none !important;
  background: transparent !important;
}

.landing-footer-contact.e-flex {
  z-index: 99;
  background-color: #fff;
}
.landing-footer-contact.e-flex .col-left, .landing-footer-contact.e-flex .col-center, .landing-footer-contact.e-flex .col-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(10px, 1vw, 15px);
}
@media screen and (min-width: 768px) {
  .landing-footer-contact.e-flex .col-left, .landing-footer-contact.e-flex .col-center, .landing-footer-contact.e-flex .col-right {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.landing-footer-contact.e-flex .e-paragraph-base {
  font-size: clamp(14px, 1vw, 16px);
  line-height: 20px;
}
@media screen and (min-width: 768px) {
  .landing-footer-contact.e-flex .e-paragraph-base {
    text-align: center;
  }
}
.landing-footer-contact.e-flex .btn-tipo.elementor-widget.elementor-widget-button .elementor-button {
  background-color: transparent;
  border: 1px solid #009AED;
  color: #009AED;
  padding: 13px 16px;
}
.landing-footer-contact.e-flex .btn-tipo.elementor-widget.elementor-widget-button .elementor-button:hover {
  background-color: #009AED;
  color: #fff;
}

.landing-footer-copyright.e-flex {
  background-color: #009AED;
  padding: 10px;
  z-index: 99;
}
.landing-footer-copyright.e-flex .e-con-inner {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
  color: #F7FCFF;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .landing-footer-copyright.e-flex .e-con-inner {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
    gap: 15px;
  }
}
.landing-footer-copyright.e-flex .elementor-widget.elementor-widget-icon-list .elementor-icon-list-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .landing-footer-copyright.e-flex .elementor-widget.elementor-widget-icon-list .elementor-icon-list-item {
    text-align: center;
  }
}
.landing-footer-copyright.e-flex .elementor-widget.elementor-widget-icon-list .elementor-icon-list-item a, .landing-footer-copyright.e-flex .elementor-widget.elementor-widget-icon-list .elementor-icon-list-item .elementor-icon-list-text {
  color: #F7FCFF;
}
.landing-footer-copyright.e-flex .elementor-widget.elementor-widget-icon-list .elementor-icon-list-item a:hover, .landing-footer-copyright.e-flex .elementor-widget.elementor-widget-icon-list .elementor-icon-list-item .elementor-icon-list-text:hover {
  color: #051D2A;
}

.landing-footer-contact-mobile.e-flex {
  background: rgba(243, 243, 243, 0.4);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  padding: 5px 0;
  z-index: 9;
}
.landing-footer-contact-mobile.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: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  gap: 10px;
}
.landing-footer-contact-mobile.e-flex .elementor-widget-button .elementor-button-link {
  font-size: 14px;
  border-radius: 100px;
  border: 1px solid #009AED;
  padding: 14px 20px;
}
.landing-footer-contact-mobile.e-flex .btn-phone.elementor-widget-button .elementor-button-link {
  background-color: transparent;
  color: #009AED;
}
.landing-footer-contact-mobile.e-flex .btn-phone.elementor-widget-button .elementor-button-link:hover {
  background-color: #009AED;
  color: #F7FCFF;
}
.landing-footer-contact-mobile.e-flex .btn-call-you.elementor-widget-button .elementor-button-link {
  background-color: #009AED;
  color: #F7FCFF;
}
.landing-footer-contact-mobile.e-flex .btn-call-you.elementor-widget-button .elementor-button-link:hover {
  background-color: transparent;
  color: #009AED;
}

.landing-hero.e-flex {
  background-size: cover;
  background-position: center;
  padding-top: 150px;
  margin-top: -90px;
}
@media screen and (min-width: 1200px) {
  .landing-hero.e-flex {
    height: 940px;
    padding-top: 120px;
  }
}
.landing-hero.e-flex .col-left {
  padding-top: 100px;
}
.landing-hero.e-flex .col-left .hero-title {
  color: #F7FCFF;
  font-size: clamp(30px, 4vw, 60px);
  font-weight: 400;
  line-height: clamp(34px, 4.5vw, 64px);
  max-width: 660px;
}
.landing-hero.e-flex .col-left .elementor-widget.elementor-widget-heading {
  max-width: 540px;
  padding: 5px 0 0;
}
@media screen and (min-width: 768px) {
  .landing-hero.e-flex .col-left .elementor-widget.elementor-widget-heading {
    padding: 20px 0 5px;
  }
}
.landing-hero.e-flex .col-left .elementor-widget.elementor-widget-heading .elementor-heading-title {
  color: #F7FCFF;
  font-size: clamp(20px, 3vw, 40px);
  line-height: clamp(24px, 3.5vw, 44px);
  font-style: italic;
  font-weight: 400;
}
.landing-hero.e-flex .col-left .elementor-widget.elementor-widget-heading .elementor-heading-title strong {
  font-weight: 600;
}
.landing-hero.e-flex .col-left .elementor-widget.elementor-widget-text-editor {
  color: #fff;
  font-size: clamp(14px, 1vw, 16px);
  font-weight: 400;
  line-height: clamp(18px, 1.5vw, 22px);
  max-width: 635px;
}
.landing-hero.e-flex .col-right {
  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-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.landing-hero.e-flex .hero-form-content {
  border-radius: 12px;
  border: 1px solid rgba(247, 252, 255, 0.1019607843);
  background: rgba(62, 62, 62, 0.4);
  -webkit-backdrop-filter: blur(28.5px);
          backdrop-filter: blur(28.5px);
  padding: 30px;
  max-width: 660px;
}
@media screen and (min-width: 1200px) {
  .landing-hero.e-flex .hero-form-content {
    padding: 34px 50px;
  }
}
.landing-hero.e-flex .hero-form-content .e-heading-base {
  color: #F7FCFF;
  font-size: clamp(22px, 3vw, 32px);
  font-weight: 400;
  line-height: clamp(26px, 3.5vw, 44px);
}
.landing-hero.e-flex .hero-form-content .elementor-widget.elementor-widget-text-editor {
  color: #fff;
  font-size: clamp(16px, 1vw, 18px);
  line-height: clamp(20px, 1.5vw, 22px);
  font-weight: 400;
  padding: 12px 0 30px;
}
.landing-hero.e-flex .hero-form-content .elementor-widget.elementor-widget-text-editor p {
  margin: 0;
}
.landing-hero.e-flex .elementor-form .elementor-field, .landing-hero.e-flex .elementor-form select {
  height: 50px;
  font-size: clamp(14px, 1vw, 16px);
  color: #051D2A;
}
.landing-hero.e-flex .elementor-form .elementor-field::-webkit-input-placeholder, .landing-hero.e-flex .elementor-form select::-webkit-input-placeholder {
  opacity: 0.6;
}
.landing-hero.e-flex .elementor-form .elementor-field::-moz-placeholder, .landing-hero.e-flex .elementor-form select::-moz-placeholder {
  opacity: 0.6;
}
.landing-hero.e-flex .elementor-form .elementor-field:-ms-input-placeholder, .landing-hero.e-flex .elementor-form select:-ms-input-placeholder {
  opacity: 0.6;
}
.landing-hero.e-flex .elementor-form .elementor-field::-ms-input-placeholder, .landing-hero.e-flex .elementor-form select::-ms-input-placeholder {
  opacity: 0.6;
}
.landing-hero.e-flex .elementor-form .elementor-field::placeholder, .landing-hero.e-flex .elementor-form select::placeholder {
  opacity: 0.6;
}
.landing-hero.e-flex .elementor-form textarea.elementor-field {
  border-radius: 20px !important;
  height: 100px;
}
.landing-hero.e-flex .elementor-form select {
  color: #69777f;
}
.landing-hero.e-flex .elementor-form .elementor-field-type-acceptance {
  padding: 15px 0;
}
.landing-hero.e-flex .elementor-form .elementor-field-type-acceptance .elementor-field-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
}
.landing-hero.e-flex .elementor-form .elementor-field-type-acceptance .elementor-field {
  height: auto;
}
.landing-hero.e-flex .elementor-form .elementor-field-type-acceptance label {
  color: #F7FCFF;
  font-size: 12px;
  font-weight: 400;
}
.landing-hero.e-flex .elementor-form .elementor-field-type-acceptance a {
  color: #F7FCFF;
  text-decoration: underline;
}
.landing-hero.e-flex .elementor-form .elementor-field-type-acceptance a:hover {
  text-decoration: none;
}
.landing-hero.e-flex .elementor-form .elementor-field-type-html {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.landing-hero.e-flex .elementor-form .elementor-field-type-html p {
  color: #F7FCFF;
  font-family: "Montserrat";
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
}
.landing-hero.e-flex .elementor-form .elementor-field-type-submit .elementor-button {
  height: 60px;
  background-color: #009AED;
  color: #F7FCFF;
  font-size: clamp(16px, 1vw, 18px);
  font-weight: 400;
  cursor: pointer;
}
.landing-hero.e-flex .elementor-form .elementor-field-type-submit .elementor-button:hover {
  background-color: #F7FCFF;
  color: #009AED !important;
}

.landing-video.e-flex {
  display: none;
}
@media screen and (min-width: 768px) {
  .landing-video.e-flex .col-left {
    width: 40%;
  }
}
.landing-video.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;
}
@media screen and (min-width: 768px) {
  .landing-video.e-flex .col-right {
    width: 60%;
  }
}
.landing-video.e-flex .e-youtube-base {
  width: 100%;
  max-width: 925px;
  border-radius: 12px;
  overflow: hidden;
}
.landing-video.e-flex .section-text.elementor-widget.elementor-widget-text-editor {
  max-width: 550px;
}

.landing-plataformas.e-flex {
  padding-top: 40px;
}
@media screen and (min-width: 1200px) {
  .landing-plataformas.e-flex {
    padding-top: 120px;
  }
}
.landing-plataformas.e-flex .e-con-inner {
  border-radius: 12px;
  background: #F3FAFC;
  padding: 30px;
}
@media screen and (min-width: 768px) {
  .landing-plataformas.e-flex .e-con-inner {
    padding: 44px 50px;
  }
}
.landing-plataformas.e-flex .e-heading-base {
  max-width: 500px;
  font-size: clamp(22px, 2vw, 30px);
  line-height: clamp(26px, 2.5vw, 36px);
}
.landing-plataformas.e-flex .col-right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .landing-plataformas.e-flex .col-right {
    gap: 25px 0;
  }
}
@media screen and (min-width: 1600px) {
  .landing-plataformas.e-flex .col-right {
    gap: 25px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media screen and (max-width: 991px) {
  .landing-plataformas.e-flex .e-image-base {
    max-width: 130px;
  }
}

.landing-steps.e-flex {
  padding: 30px 10px;
  background-size: cover;
  background-position: center;
}
@media screen and (min-width: 1200px) {
  .landing-steps.e-flex {
    padding: 90px 10px;
  }
}
.landing-steps.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-steps.e-flex .col-right .elementor-widget.elementor-widget-text-editor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 15px;
  padding-bottom: 30px;
}
.landing-steps.e-flex .col-right .elementor-widget.elementor-widget-text-editor:after {
  content: "";
  width: 0.1px;
  height: 100%;
  background-color: #009AED;
  position: absolute;
  top: 40px;
  left: 20px;
}
.landing-steps.e-flex .col-right .elementor-widget.elementor-widget-text-editor p {
  margin: 0;
}
.landing-steps.e-flex .col-right .elementor-widget.elementor-widget-text-editor .number {
  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;
  border-radius: 50%;
  border: 1px solid #009AED;
  background: #FFF;
  position: relative;
  color: #009AED;
  font-size: 16.025px;
  font-weight: 500;
}
.landing-steps.e-flex .col-right .elementor-widget.elementor-widget-text-editor .step-info h3 {
  margin: 10px 0 8px;
  font-size: clamp(14px, 1vw, 16.025px);
  font-weight: 500;
  line-height: 22px;
}
.landing-steps.e-flex .col-right .elementor-widget.elementor-widget-text-editor .step-info p {
  font-size: clamp(14px, 1vw, 16px);
  font-weight: 400;
  line-height: clamp(20px, 2vw, 22.4px);
}
.landing-steps.e-flex .col-right .elementor-widget.elementor-widget-text-editor:nth-of-type(3) {
  padding-bottom: 40px;
}
.landing-steps.e-flex .col-right .elementor-widget.elementor-widget-text-editor:last-child {
  padding-bottom: 0;
}
.landing-steps.e-flex .col-right .elementor-widget.elementor-widget-text-editor:last-child:after {
  border-right: 1px dashed #009AED;
  background-color: transparent;
  max-height: 40px;
}
@media screen and (max-width: 1199px) {
  .landing-steps.e-flex .col-right .elementor-widget.elementor-widget-text-editor:last-child:after {
    max-height: 65%;
  }
}
.landing-steps.e-flex .col-right .elementor-widget.elementor-widget-text-editor:last-child .number {
  background: #009AED;
  color: #F7FCFF;
}
.landing-steps.e-flex .section-title.e-heading-base {
  color: #F7FCFF;
}
.landing-steps.e-flex .section-text.elementor-widget.elementor-widget-text-editor {
  max-width: 600px;
  padding-bottom: 20px;
}
.landing-steps.e-flex .section-text.elementor-widget.elementor-widget-text-editor p {
  color: #F7FCFF;
}
.landing-steps.e-flex .e-div-block-base {
  border-radius: 12px;
  border: 1px solid rgba(247, 252, 255, 0.2705882353);
  background: rgba(255, 255, 255, 0.4);
  -webkit-backdrop-filter: blur(28.5446186066px);
          backdrop-filter: blur(28.5446186066px);
  padding: 55px 50px;
}
@media screen and (max-width: 991px) {
  .landing-steps.e-flex .e-div-block-base {
    padding: 25px;
  }
}
@media screen and (min-width: 1200px) {
  .landing-steps.e-flex .e-div-block-base {
    max-width: 660px;
  }
}

.landing-app.e-flex .e-con-inner {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}
.landing-app.e-flex .section-title.e-heading-base {
  max-width: 730px;
}
.landing-app.e-flex .section-text.elementor-widget.elementor-widget-text-editor {
  max-width: 730px;
  padding-bottom: 30px;
}
.landing-app.e-flex .elementor-widget.elementor-widget-icon-list .elementor-icon-list-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.landing-app.e-flex .elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon i {
  color: #009AED;
}
.landing-app.e-flex .elementor-widget.elementor-widget-icon-list .elementor-icon-list-text {
  font-size: clamp(14px, 1vw, 18px);
  font-weight: 400;
  line-height: clamp(20px, 1.5vw, 25px);
  padding-left: 10px;
}
.landing-app.e-flex .elementor-widget.elementor-widget-image {
  text-align: right;
}
.landing-app.e-flex .elementor-widget.elementor-widget-image img {
  -webkit-filter: drop-shadow(20px 10px 34px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(20px 10px 34px rgba(0, 0, 0, 0.2));
}

.landing-servicies.e-flex .e-con-inner {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}
@media screen and (min-width: 768px) {
  .landing-servicies.e-flex .col-left {
    width: 60%;
  }
}
@media screen and (min-width: 768px) {
  .landing-servicies.e-flex .col-right {
    width: 40%;
  }
}
.landing-servicies.e-flex .section-text.elementor-widget.elementor-widget-text-editor p {
  margin: 0;
}
.landing-servicies.e-flex .landing-servicies-content {
  width: 100%;
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  .landing-servicies.e-flex .landing-servicies-content {
    padding-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .landing-servicies.e-flex .landing-servicies-content .e-div-block-base {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    padding: 0 0 15px;
    gap: 10px;
  }
  .landing-servicies.e-flex .landing-servicies-content .e-div-block-base::-webkit-scrollbar {
    height: 3px;
  }
  .landing-servicies.e-flex .landing-servicies-content .e-div-block-base::-webkit-scrollbar-track {
    background: #f5f5f5;
    border-radius: 0px;
  }
  .landing-servicies.e-flex .landing-servicies-content .e-div-block-base::-webkit-scrollbar-thumb {
    background-color: #051D2A;
    border-radius: 0px;
  }
}
@media screen and (min-width: 768px) {
  .landing-servicies.e-flex .landing-servicies-content .e-div-block-base {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    padding: 0;
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .landing-servicies.e-flex .landing-servicies-content .elementor-widget.elementor-widget-call-to-action {
    min-width: 80%;
  }
}
.landing-servicies.e-flex .landing-servicies-content .elementor-widget.elementor-widget-call-to-action .elementor-cta {
  border-radius: 12px;
  overflow: hidden;
}
.landing-servicies.e-flex .landing-servicies-content .elementor-widget.elementor-widget-call-to-action .elementor-cta__content {
  padding: clamp(20px, 3vw, 34px);
  min-height: clamp(250px, 30vw, 445px);
}
.landing-servicies.e-flex .landing-servicies-content .elementor-widget.elementor-widget-call-to-action .elementor-cta__title {
  color: #fff;
  font-size: clamp(14px, 1.5vw, 22px);
  font-weight: 600;
  line-height: clamp(18px, 2vw, 30px);
  margin: 0 0 5px;
}
.landing-servicies.e-flex .landing-servicies-content .elementor-widget.elementor-widget-call-to-action .elementor-cta__description {
  color: #fff;
  font-size: clamp(13px, 1.5vw, 18px);
  font-weight: 400;
  line-height: clamp(16px, 2vw, 24px);
}

.landing-gestion.e-flex .e-con-inner {
  background-color: #F3FAFC;
  border-radius: 12px;
  padding: 45px;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}
@media screen and (max-width: 767px) {
  .landing-gestion.e-flex .e-con-inner {
    padding: 30px 16px;
  }
}
.landing-gestion.e-flex .col-left .e-heading-base {
  font-size: clamp(22px, 2vw, 30px);
  font-weight: 500;
  line-height: clamp(26px, 2.5vw, 36px);
}
.landing-gestion.e-flex .col-left .section-text.elementor-widget.elementor-widget-text-editor {
  max-width: 570px;
}
.landing-gestion.e-flex .col-right .elementor-widget.elementor-widget-icon-list .elementor-icon-list-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.landing-gestion.e-flex .col-right .elementor-widget.elementor-widget-icon-list .elementor-icon-list-item {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.landing-gestion.e-flex .col-right .elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon i {
  color: #009AED;
  position: relative;
  top: 3px;
}
.landing-gestion.e-flex .col-right .elementor-widget.elementor-widget-icon-list .elementor-icon-list-text {
  font-size: clamp(14px, 1vw, 18px);
  font-weight: 400;
  line-height: clamp(20px, 1.5vw, 25px);
  padding-left: 10px;
}

.landing-reviews.e-flex {
  padding: 0;
}
.landing-reviews.e-flex .e-con-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 10px 100px;
}
@media screen and (min-width: 768px) {
  .landing-reviews.e-flex .e-con-inner {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
    height: 645px;
    padding: 110px 0;
  }
}
.landing-reviews.e-flex .landing-reviews-text .section-title.e-heading-base {
  color: #F7FCFF;
  max-width: 780px;
}
.landing-reviews.e-flex .landing-reviews-text .section-text.elementor-widget.elementor-widget-text-editor {
  max-width: 680px;
}
@media screen and (max-width: 767px) {
  .landing-reviews.e-flex .landing-reviews-text .section-text.elementor-widget.elementor-widget-text-editor {
    padding: 0 0 15px;
  }
}
.landing-reviews.e-flex .landing-reviews-text .section-text.elementor-widget.elementor-widget-text-editor p {
  color: #F7FCFF;
}
.landing-reviews.e-flex .landing-reviews-text .btn-tipo.elementor-widget.elementor-widget-button {
  display: none;
}
.landing-reviews.e-flex .landing-reviews-testimonial {
  border-radius: 12.019px;
  background: #FFF;
  -webkit-backdrop-filter: blur(28.5px);
          backdrop-filter: blur(28.5px);
  padding: 20px 30px;
  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;
}
@media screen and (min-width: 992px) {
  .landing-reviews.e-flex .landing-reviews-testimonial {
    max-width: 660px;
    padding: 40px 110px;
  }
}
.landing-reviews.e-flex .landing-reviews-testimonial h3.e-heading-base {
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 500;
  line-height: clamp(25px, 2.5vw, 34px);
}
.landing-reviews.e-flex .landing-reviews-testimonial .elementor-widget.elementor-widget-text-editor {
  font-size: clamp(14px, 1vw, 18px);
  font-weight: 400;
  line-height: clamp(20px, 1.5vw, 28px);
  padding: 20px 0;
}
.landing-reviews.e-flex .landing-reviews-testimonial .elementor-widget.elementor-widget-text-editor p {
  margin: 0;
}
.landing-reviews.e-flex .landing-reviews-testimonial h4.e-heading-base {
  font-size: 16px;
  line-height: 26px;
  color: #009AED;
  font-style: italic;
}
.landing-reviews.e-flex .swiper-slide .e-flex {
  background-position: center;
  background-size: cover;
}
.landing-reviews.e-flex .elementor-swiper-button {
  opacity: 1;
}
.landing-reviews.e-flex .elementor-swiper-button.elementor-swiper-button-prev, .landing-reviews.e-flex .elementor-swiper-button.elementor-swiper-button-next {
  font-size: 30px;
  color: #000;
  opacity: 1 !important;
}
@media screen and (max-width: 1299px) {
  .landing-reviews.e-flex .elementor-swiper-button.elementor-swiper-button-prev, .landing-reviews.e-flex .elementor-swiper-button.elementor-swiper-button-next {
    font-size: 40px;
    color: #fff;
    top: initial !important;
    bottom: 50px !important;
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
  }
}
@media screen and (max-width: 1299px) {
  .landing-reviews.e-flex .elementor-swiper-button.elementor-swiper-button-prev i, .landing-reviews.e-flex .elementor-swiper-button.elementor-swiper-button-next i {
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
  }
}
.landing-reviews.e-flex .elementor-swiper-button.elementor-swiper-button-prev {
  left: 20px !important;
}
@media screen and (min-width: 767px) {
  .landing-reviews.e-flex .elementor-swiper-button.elementor-swiper-button-prev {
    left: 85% !important;
  }
}
@media screen and (min-width: 1300px) and (max-width: 1699px) {
  .landing-reviews.e-flex .elementor-swiper-button.elementor-swiper-button-prev {
    left: 52% !important;
  }
}
@media screen and (min-width: 1700px) {
  .landing-reviews.e-flex .elementor-swiper-button.elementor-swiper-button-prev {
    left: 60% !important;
  }
}
@media screen and (min-width: 2200px) {
  .landing-reviews.e-flex .elementor-swiper-button.elementor-swiper-button-prev {
    left: 58% !important;
  }
}
.landing-reviews.e-flex .elementor-swiper-button.elementor-swiper-button-prev i {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
@media screen and (max-width: 1299px) {
  .landing-reviews.e-flex .elementor-swiper-button.elementor-swiper-button-prev i {
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
  }
}
.landing-reviews.e-flex .elementor-swiper-button.elementor-swiper-button-next {
  right: 17% !important;
}
@media screen and (max-width: 1299px) {
  .landing-reviews.e-flex .elementor-swiper-button.elementor-swiper-button-next {
    right: 20px !important;
  }
}
@media screen and (min-width: 1300px) and (max-width: 1749px) {
  .landing-reviews.e-flex .elementor-swiper-button.elementor-swiper-button-next {
    right: 50px !important;
  }
}
@media screen and (min-width: 1750px) and (max-width: 2199px) {
  .landing-reviews.e-flex .elementor-swiper-button.elementor-swiper-button-next {
    right: 9% !important;
  }
}

.landing-why.e-flex {
  padding-bottom: 0;
}
.landing-why.e-flex .col-left .elementor-widget.elementor-widget-icon-list {
  padding-top: 20px;
}
.landing-why.e-flex .col-left .elementor-widget.elementor-widget-icon-list .elementor-icon-list-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .landing-why.e-flex .col-left .elementor-widget.elementor-widget-icon-list .elementor-icon-list-items {
    gap: 10px;
  }
}
.landing-why.e-flex .col-left .elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon i {
  color: #009AED;
}
.landing-why.e-flex .col-left .elementor-widget.elementor-widget-icon-list .elementor-icon-list-text {
  font-size: clamp(14px, 1vw, 18px);
  font-weight: 400;
  line-height: clamp(20px, 1.5vw, 25px);
  padding-left: 10px;
}
.landing-why.e-flex .col-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.landing-why.e-flex .landing-why-content {
  border-radius: 12px;
  background: #F3FAFC;
  padding: clamp(25px, 4vw, 40px);
  max-width: 680px;
}
.landing-why.e-flex .landing-why-content .e-heading-base {
  font-size: clamp(22px, 2vw, 37px);
  line-height: clamp(26px, 3vw, 44px);
  text-align: center;
}
.landing-why.e-flex .landing-why-content .e-paragraph-base {
  text-align: center;
  font-size: clamp(16px, 1vw, 18px);
  padding: 15px 0 30px;
}
.landing-why.e-flex .landing-why-content .elementor-widget.elementor-widget-icon-list {
  padding: 0 20px 30px;
}
.landing-why.e-flex .landing-why-content .elementor-widget.elementor-widget-icon-list .elementor-icon-list-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 599px) {
  .landing-why.e-flex .landing-why-content .elementor-widget.elementor-widget-icon-list .elementor-icon-list-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}
@media screen and (min-width: 600px) {
  .landing-why.e-flex .landing-why-content .elementor-widget.elementor-widget-icon-list .elementor-icon-list-item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
  }
}
.landing-why.e-flex .landing-why-content .elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon i {
  color: #00CD9F;
  font-size: 18px;
}
.landing-why.e-flex .landing-why-content .elementor-widget.elementor-widget-icon-list .elementor-icon-list-text {
  font-size: clamp(14px, 1vw, 18px);
  font-weight: 500;
  line-height: clamp(20px, 1.5vw, 25px);
  padding-left: clamp(5px, 1vw, 10px);
}
.landing-why.e-flex .landing-why-content .e-button-base {
  width: 100%;
  border-radius: 100px;
  color: #F7FCFF;
  font-size: clamp(16px, 1vw, 18px);
  background-color: #009AED;
  padding: 15px;
  font-weight: 400;
  border: 1px solid #009AED;
}
@media screen and (min-width: 768px) {
  .landing-why.e-flex .landing-why-content .e-button-base {
    padding: 20px 10px;
  }
}
.landing-why.e-flex .landing-why-content .e-button-base:hover {
  background-color: #F7FCFF;
  color: #009AED;
}

.landing-testimonials.e-flex {
  overflow: hidden;
  display: none;
}
.landing-testimonials.e-flex .e-con-inner {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}
@media screen and (min-width: 768px) {
  .landing-testimonials.e-flex .col-left {
    width: 57%;
  }
}
.landing-testimonials.e-flex .col-left .section-title.e-heading-base {
  max-width: 700px;
}
@media screen and (min-width: 768px) {
  .landing-testimonials.e-flex .col-right {
    width: 43%;
  }
}
.landing-testimonials.e-flex .section-text.elementor-widget.elementor-widget-text-editor {
  padding-top: 12px;
}
.landing-testimonials.e-flex .section-text.elementor-widget.elementor-widget-text-editor p {
  margin: 0;
}
.landing-testimonials.e-flex .landing-testimonials-content {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .landing-testimonials.e-flex .landing-testimonials-content {
    padding: 10px 0;
  }
}
@media screen and (max-width: 1199px) {
  .landing-testimonials.e-flex .landing-testimonials-content .swiper {
    width: 85%;
    overflow: visible;
    margin: 0;
  }
}
.landing-testimonials.e-flex .landing-testimonials-content .swiper-wrapper {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.landing-testimonials.e-flex .landing-testimonials-content .e-self-hosted-video-base {
  aspect-ratio: inherit;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .landing-testimonials.e-flex .landing-testimonials-content .e-image-base {
    max-width: 80px;
  }
}
.landing-testimonials.e-flex .landing-testimonials-content .e-heading-base {
  font-size: clamp(16px, 1.5vw, 22px);
  line-height: clamp(24px, 2vw, 30px);
  padding: 12px 0;
}
@media screen and (max-width: 767px) {
  .landing-testimonials.e-flex .landing-testimonials-content .e-heading-base {
    padding: 6px 0;
  }
}
.landing-testimonials.e-flex .landing-testimonials-content .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;
}
.landing-testimonials.e-flex .landing-testimonials-content .elementor-widget.elementor-widget-icon-box .elementor-icon {
  color: #009AED;
  font-size: clamp(16px, 2vw, 22px);
}
.landing-testimonials.e-flex .landing-testimonials-content .elementor-widget.elementor-widget-icon-box .elementor-icon-box-title {
  margin: 0;
  font-size: clamp(14px, 1.5vw, 18px);
  font-weight: 400;
}

.landing-gestion.transparencia.e-flex .e-con-inner {
  padding: 20px 45px;
}
@media screen and (max-width: 767px) {
  .landing-gestion.transparencia.e-flex .e-con-inner {
    padding: 20px;
  }
}
.landing-gestion.transparencia.e-flex .col-left .section-text.elementor-widget.elementor-widget-text-editor {
  max-width: 680px;
}
@media screen and (min-width: 768px) {
  .landing-gestion.transparencia.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-gestion.transparencia.e-flex .col-right .e-div-block-base {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px 10px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding: 0;
}
@media screen and (min-width: 1300px) {
  .landing-gestion.transparencia.e-flex .col-right .e-div-block-base {
    padding-right: 60px;
    gap: 30px 60px;
  }
}
.landing-gestion.transparencia.e-flex .elementor-widget.elementor-widget-counter .elementor-counter-title {
  font-size: clamp(14px, 1.5vw, 18px);
  line-height: clamp(18px, 2vw, 26px);
  text-align: center;
}
.landing-gestion.transparencia.e-flex .elementor-widget.elementor-widget-counter .elementor-counter-number-wrapper {
  color: #009AED;
  font-size: clamp(40px, 4vw, 50px);
  line-height: 60px;
}

.landing-faq.e-flex {
  background-position: center;
  background-size: cover;
  padding: 40px 0;
}
@media screen and (min-width: 1200px) {
  .landing-faq.e-flex {
    padding: 80px 0;
  }
}
@media screen and (min-width: 768px) {
  .landing-faq.e-flex .col-left {
    width: 35%;
    padding-top: 110px;
  }
}
.landing-faq.e-flex .col-left .section-title.e-heading-base {
  color: #F7FCFF;
}
.landing-faq.e-flex .col-left .section-text.elementor-widget.elementor-widget-text-editor {
  padding-bottom: clamp(15px, 3vw, 30px);
}
.landing-faq.e-flex .col-left .section-text.elementor-widget.elementor-widget-text-editor p {
  color: #F7FCFF;
}
@media screen and (min-width: 768px) {
  .landing-faq.e-flex .col-right {
    width: 65%;
  }
}
.landing-faq.e-flex .col-right .e-div-block-base {
  border-radius: 12px;
  border: 1px solid #F7FCFF;
  background: rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(28.5446186066px);
          backdrop-filter: blur(28.5446186066px);
  padding: 30px 15px;
}
@media screen and (min-width: 768px) {
  .landing-faq.e-flex .col-right .e-div-block-base {
    padding: 30px 40px;
  }
}
.landing-faq.e-flex .elementor-widget.elementor-widget-n-accordion .e-n-accordion-item {
  border-bottom: 1px solid rgba(5, 29, 42, 0.2);
}
.landing-faq.e-flex .elementor-widget.elementor-widget-n-accordion .e-n-accordion-item:last-child {
  border: none;
}
.landing-faq.e-flex .elementor-widget.elementor-widget-n-accordion .e-n-accordion-item-title {
  border: none;
  padding: 20px 10px;
}
.landing-faq.e-flex .elementor-widget.elementor-widget-n-accordion .e-n-accordion-item-title .e-n-accordion-item-title-text {
  font-size: clamp(14px, 1vw, 16px);
  font-weight: 400;
  line-height: clamp(20px, 1.5vw, 22px);
}
.landing-faq.e-flex .elementor-widget.elementor-widget-n-accordion .elementor-element {
  border: none;
  padding: 0 5px 10px;
}
.landing-faq.e-flex .elementor-widget.elementor-widget-n-accordion .elementor-element .elementor-widget.elementor-widget-text-editor {
  font-size: clamp(13px, 1vw, 14px);
  font-weight: 400;
  line-height: 20px;
}
.landing-faq.e-flex .elementor-widget.elementor-widget-n-accordion .elementor-element p {
  margin: 0;
}

.typ.e-flex {
  background-color: #F3FAFC;
  min-height: 80vh;
  text-align: center;
}
.typ.e-flex .e-con-inner {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  max-width: 640px;
}
.typ.e-flex .e-image-base {
  margin: 0 auto;
}
@media screen and (max-width: 1199px) {
  .typ.e-flex .e-image-base {
    max-width: 60px;
  }
}
.typ.e-flex .e-heading-base {
  font-size: clamp(28px, 3vw, 50px);
  line-height: clamp(34px, 3.5vw, 60px);
  padding: 15px 0;
}
.typ.e-flex .e-paragraph-base {
  font-size: clamp(16px, 1vw, 18px);
  line-height: clamp(20px, 1.5vw, 26px);
  padding-bottom: 20px;
}
.typ.e-flex .e-button-base {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 16px 45px;
  background-color: #009AED;
  color: #F7FCFF;
  font-size: 16px;
  border-radius: 100px;
  margin: 0 auto;
  border: 1px solid #009AED;
}
.typ.e-flex .e-button-base:hover {
  background-color: #fff;
  color: #009AED;
}

.page-id-364 .landing-footer-contact-mobile.e-flex {
  display: none;
}

.landing-legal-hero {
  background-color: #009AED;
  padding: 20px;
}
.landing-legal-hero .e-heading-base {
  color: #F7FCFF;
  font-size: clamp(28px, 3vw, 40px);
  line-height: clamp(34px, 3.5vw, 50px);
  text-align: center;
}

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