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

body {
  font-family: 'Archivo', sans-serif;
  font-weight: 400; }

.hello-bar p {
  margin: 0; }

.header-landing {
  top: 0;
  z-index: 9;
  background: #fff;
  width: 100% !important;
  -webkit-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all; }
  @media (min-width: 768px) {
    .header-landing {
      padding: 5px 20px; } }
  .header-landing .elementor-container {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .header-landing .elementor-widget-image {
    width: 154px !important; }
  .header-landing .col-right {
    width: 60%; }
    @media (min-width: 768px) {
      .header-landing .col-right {
        width: 70% !important; } }
    .header-landing .col-right .elementor-widget-wrap {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
    .header-landing .col-right .btn-header {
      width: auto;
      margin: 0 0 0 5px; }
      @media (min-width: 768px) {
        .header-landing .col-right .btn-header {
          margin: 0 0 0 20px; } }
      .header-landing .col-right .btn-header .elementor-button-link {
        background-color: #006CBD;
        color: #fff;
        text-align: center;
        font-size: 14px;
        font-weight: 700;
        border-radius: 5px;
        border: 1px solid #006CBD;
        padding: 10px; }
        @media (min-width: 768px) {
          .header-landing .col-right .btn-header .elementor-button-link {
            padding: 18px 30px; } }
        .header-landing .col-right .btn-header .elementor-button-link:hover {
          background-color: #fff;
          color: #006CBD; }
      .header-landing .col-right .btn-header.btn-call-us .elementor-button-link {
        background-color: #fff;
        color: #006CBD;
        font-size: 11px;
        padding: 11px 5px;
        display: none; }
        @media (min-width: 768px) {
          .header-landing .col-right .btn-header.btn-call-us .elementor-button-link {
            font-size: 14px;
            padding: 18px 30px; } }
        .header-landing .col-right .btn-header.btn-call-us .elementor-button-link:hover {
          color: #fff;
          background-color: #006CBD; }
      .header-landing .col-right .btn-header.btn-phone .elementor-button-text {
        display: none; }
        @media (min-width: 768px) {
          .header-landing .col-right .btn-header.btn-phone .elementor-button-text {
            display: inline-block; } }
      .header-landing .col-right .btn-header.btn-phone .elementor-button-icon {
        margin: 0; }
        @media (min-width: 768px) {
          .header-landing .col-right .btn-header.btn-phone .elementor-button-icon {
            margin: 0 10px 0 0; } }
  .header-landing .col-left {
    width: 40%; }
    @media (min-width: 768px) {
      .header-landing .col-left {
        width: 30% !important; } }
  .header-landing.sticky {
    border-bottom: 1px solid #eee; }
    @media (min-width: 768px) {
      .header-landing.sticky {
        padding: 0 20px;
        position: fixed !important;
        top: 0 !important; } }
    .header-landing.sticky .btn-call-us .elementor-button-link {
      display: inline-block !important; }

.landing-hero {
  height: auto;
  padding: 40px 20px; }
  @media (min-width: 1300px) {
    .landing-hero {
      height: 700px; } }
  .landing-hero .elementor-container {
    height: 100%; }
  .landing-hero .col-left {
    width: 100% !important; }
    @media (min-width: 768px) {
      .landing-hero .col-left {
        width: 55% !important; } }
    @media (min-width: 1200px) {
      .landing-hero .col-left {
        width: 65% !important; } }
  .landing-hero .col-right {
    width: 100% !important; }
    @media (min-width: 768px) {
      .landing-hero .col-right {
        width: 45% !important; } }
    @media (min-width: 1200px) {
      .landing-hero .col-right {
        width: 35% !important; } }
    .landing-hero .col-right .elementor-shortcode {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      @media (min-width: 768px) {
        .landing-hero .col-right .elementor-shortcode {
          -webkit-box-pack: end;
              -ms-flex-pack: end;
                  justify-content: flex-end; } }
  .landing-hero .landing-hero-pretitle .elementor-heading-title {
    font-size: clamp(16px, 2vw, 20px);
    font-weight: 400;
    letter-spacing: -0.2px;
    border: 1px solid #fff;
    padding: 10px;
    display: inline-block;
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important; }
  .landing-hero .landing-hero-title .elementor-heading-title {
    font-size: clamp(40px, 5vw, 60px);
    line-height: clamp(40px, 5vw, 60px);
    font-weight: 400; }
  .landing-hero .elementor-widget-image {
    max-width: 575px;
    margin-top: 20px; }

.landing-compromise .landing-compromise-title .elementor-heading-title {
  font-size: clamp(30px, 5vw, 50px);
  font-weight: 700;
  line-height: clamp(30px, 5vw, 50px); }

.landing-compromise .landing-compromise-subtitle .elementor-heading-title {
  font-size: clamp(30px, 5vw, 50px);
  font-weight: 700;
  line-height: clamp(30px, 5vw, 50px); }

.landing-compromise .landing-compromise-list {
  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-top: 30px; }
  .landing-compromise .landing-compromise-list .elementor-icon-list-item {
    font-size: clamp(16px, 2vw, 20px);
    font-weight: 400;
    margin-bottom: 10px; }
  .landing-compromise .landing-compromise-list .elementor-icon-list-icon i {
    color: #000 !important; }
  .landing-compromise .landing-compromise-list .elementor-icon-list-text {
    color: #000;
    padding-left: 10px !important; }

.landing-experience .landing-experience-text .elementor-heading-title {
  font-size: 17px;
  line-height: 24px !important; }

.landing-entorno .elementor-heading-title {
  font-size: clamp(30px, 5vw, 50px);
  font-weight: 700 !important;
  line-height: clamp(30px, 5vw, 50px); }

.landing-trust .landing-trust-text {
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 400;
  line-height: clamp(26px, 2vw, 34px); }

.landing-trust.landing-trust-reverse .elementor-container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse; }
  @media (min-width: 768px) {
    .landing-trust.landing-trust-reverse .elementor-container {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }

.landing-support {
  padding: 80px 0 40px; }
  .landing-support .landing-support-title {
    margin-bottom: 10px !important; }
  .landing-support .landing-support-title .elementor-heading-title {
    font-size: clamp(30px, 5vw, 50px);
    line-height: clamp(30px, 5vw, 50px); }
  .landing-support .landing-support-subtitle .elementor-heading-title {
    font-size: 18px; }

.landing-modelo-teca .landing-modelo-teca-title .elementor-heading-title {
  font-size: clamp(16px, 1vw, 20px);
  font-style: normal;
  color: #006CBD !important;
  font-weight: 700; }
  .landing-modelo-teca .landing-modelo-teca-title .elementor-heading-title span {
    color: #000 !important;
    font-weight: 400; }

.landing-modelo-teca .landing-modelo-teca-text {
  font-size: clamp(22px, 4vw, 40px);
  font-weight: 400;
  line-height: clamp(28px, 4vw, 48px);
  font-style: normal;
  font-weight: 400; }
  .landing-modelo-teca .landing-modelo-teca-text strong {
    font-weight: 700; }
  .landing-modelo-teca .landing-modelo-teca-text p {
    margin: 15px 0 40px 0; }

.landing-listen {
  padding: 100px 0 40px !important; }
  @media (min-width: 768px) {
    .landing-listen .col-right {
      padding-left: 40px; } }
  .landing-listen .elementor-heading-title {
    font-size: clamp(30px, 5vw, 50px);
    font-weight: 700;
    line-height: clamp(30px, 5vw, 50px); }
  .landing-listen .elementor-widget-text-editor {
    font-size: clamp(16px, 1vw, 20px);
    line-height: clamp(22px, 1vw, 25px); }
    .landing-listen .elementor-widget-text-editor p {
      margin: 0; }
  @media (min-width: 768px) {
    .landing-listen .elementor-widget-icon-list {
      padding: 40px 60px 0 40px; } }
  .landing-listen .elementor-widget-icon-list .elementor-icon-list-item {
    margin-bottom: 25px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .landing-listen .elementor-widget-icon-list .elementor-icon-list-icon i {
    font-size: 20px;
    padding-right: 30px;
    position: relative;
    top: 4px; }
  .landing-listen .elementor-widget-icon-list .elementor-icon-list-text {
    font-size: clamp(16px, 1vw, 20px);
    font-weight: 700 !important;
    line-height: clamp(22px, 1vw, 30px); }

.elementor-2 .elementor-element.elementor-element-8ae7f9a > .elementor-widget-container {
  padding: 0px !important; }
  .elementor-2 .elementor-element.elementor-element-8ae7f9a > .elementor-widget-container input, .elementor-2 .elementor-element.elementor-element-8ae7f9a > .elementor-widget-container textarea {
    border-radius: 4px; }

.landing-rec {
  padding-top: 100px; }
  .landing-rec .elementor-container {
    max-width: 1300px !important; }
  .landing-rec .elementor-heading-title {
    font-size: clamp(30px, 5vw, 50px);
    font-weight: 700;
    line-height: clamp(30px, 5vw, 50px); }
  .landing-rec .elementor-widget-text-editor {
    font-size: clamp(16px, 1vw, 20px);
    line-height: clamp(22px, 1vw, 30px);
    color: #000; }
    .landing-rec .elementor-widget-text-editor p {
      margin: 0; }

.landing-rec-items {
  padding-bottom: 100px; }
  .landing-rec-items .elementor-container {
    max-width: 1500px !important; }
  .landing-rec-items .elementor-image-box-title {
    font-size: clamp(20px, 1vw, 24px); }
  .landing-rec-items .elementor-image-box-description {
    font-size: clamp(16px, 1vw, 18px);
    font-weight: 400;
    line-height: 22px;
    padding: 0 20px; }
  .landing-rec-items .elementor-widget-image-box {
    margin-bottom: 40px; }

.landing-faq .elementor-heading-title {
  font-size: clamp(30px, 5vw, 50px);
  font-weight: 700;
  line-height: 50px; }

.footer-landing {
  padding: 60px 0; }
  .footer-landing .elementor-container {
    max-width: 1280px !important; }
  .footer-landing .elementor-col-25 {
    margin-bottom: 40px; }
    @media (min-width: 480px) {
      .footer-landing .elementor-col-25 {
        width: 50% !important; } }
    @media (min-width: 768px) {
      .footer-landing .elementor-col-25 {
        width: 25% !important; } }
  .footer-landing .elementor-heading-title {
    color: #000;
    font-size: 12px;
    font-weight: 700; }
  .footer-landing .elementor-widget-icon-list {
    padding-right: 40px;
    list-style: none; }
    .footer-landing .elementor-widget-icon-list .elementor-icon-list-text {
      font-size: clamp(14px, 1vw, 16px);
      font-weight: 400;
      line-height: 24px; }
    .footer-landing .elementor-widget-icon-list .elementor-icon-list-item a span:hover {
      color: #006CBD !important; }
  .footer-landing .elementor-button-link {
    background-color: transparent !important;
    border: 1px solid #000;
    color: #000 !important;
    border-radius: 8px !important; }
    .footer-landing .elementor-button-link:hover {
      background-color: #006CBD !important;
      border: 1px solid #006CBD;
      color: #fff !important; }

.footer-copyright {
  border-top: 1px solid #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400; }

.elementor-element-b8e0011.elementor-hidden-desktop.elementor-hidden-tablet, .elementor-element-519de955.elementor-hidden-desktop.elementor-hidden-tablet, .elementor-element-499d198e.elementor-hidden-desktop.elementor-hidden-tablet, .elementor-element-fcb0230.elementor-hidden-desktop.elementor-hidden-tablet {
  display: none !important; }

