@charset "UTF-8";
*,
*:before,
*:after {
  box-sizing: border-box;
}

html,
body,
div,
span,
object,
iframe,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
code,
em,
img,
small,
strike,
strong,
sub,
sup,
tt,
b,
u,
i,
ol,
ul,
li,
fieldset,
form,
label,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
main,
canvas,
embed,
footer,
header,
nav,
section,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  text-size-adjust: none;
}

footer,
header,
nav,
section,
main {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input {
  -webkit-appearance: none;
  border-radius: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

template {
  display: none;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
html input[type="button"] {
  -webkit-appearance: button;
  cursor: pointer;
}
html input[disabled] {
  cursor: default;
}

body {
  margin: 0;
}

a {
  text-decoration: none;
  background: transparent;
}
a:focus {
  outline: thin dotted;
}
a:active {
  outline: 0;
}
a:hover {
  outline: 0;
}

h1 {
  font-size: 2em;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b {
  font-weight: bold;
}

strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

hr {
  box-sizing: content-box;
  height: 0;
}

mark {
  background: #ff0;
  color: #000;
}

code {
  font-family: monospace, serif;
  font-size: 1em;
}

kbd {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  font-family: monospace, serif;
  font-size: 1em;
  white-space: pre-wrap;
}

samp {
  font-family: monospace, serif;
  font-size: 1em;
}

q {
  quotes: "“" "”" "‘" "’";
}

small {
  font-size: 80%;
}

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  bottom: -0.25em;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

button {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  line-height: normal;
  text-transform: none;
  -webkit-appearance: button;
  cursor: pointer;
}
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  line-height: normal;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

select {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  text-transform: none;
}

textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  overflow: auto;
  vertical-align: top;
}

input[type="reset"] {
  -webkit-appearance: button;
  cursor: pointer;
}

input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled] {
  cursor: default;
}

input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

:root {
  --green-cetelem: #337f37;
  --green-line: #2e7232;
  --green-dark: #235726;
  --green-subtle-20: #ebf4ec33;
  --green-subtle: #ebf4ec;
  --illustration: #70a573;
  --resalto: #245927;
  --yellow: #ffec88;
  --yellow-2: #fff9db;
  --yellow-3: #fffdf3;
  --black: #111;
  --dark-gray: #4b4f54;
  --gray: #747474;
  --bg-gray: #f5f5f7;
  --light-gray: #c1c6c8;
  --lighter-gray: #e8e8e8;
  --subtle-gray: #f5f5f7;
  --subtler-gray: #fbfbfd;
  --background-card: #ebf2eb;
  --white: #fff;
  --border-radius: 8px;
  --border-radius-box: 16px;
  --border-radius-img: 12px;
}

@font-face {
  font-family: "Ubuntu";
  src: url("../fonts/ubuntu-light-webfont.eot");
  src: url("../fonts/ubuntu-light-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/ubuntu-light-webfont.woff2") format("woff2"),
    url("../fonts/ubuntu-light-webfont.woff") format("woff"),
    url("../fonts/ubuntu-light-webfont.ttf") format("truetype"),
    url("../fonts/ubuntu-light-webfont.svg#ubuntulight") format("svg");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Ubuntu";
  src: url("../fonts/ubuntu-regular-webfont.eot");
  src: url("../fonts/ubuntu-regular-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/ubuntu-regular-webfont.woff2") format("woff2"),
    url("../fonts/ubuntu-regular-webfont.woff") format("woff"),
    url("../fonts/ubuntu-regular-webfont.ttf") format("truetype"),
    url("../fonts/ubuntu-regular-webfont.svg#ubunturegular") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Ubuntu";
  src: url("../fonts/ubuntu-medium-webfont.eot");
  src: url("../fonts/ubuntu-medium-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/ubuntu-medium-webfont.woff2") format("woff2"),
    url("../fonts/ubuntu-medium-webfont.woff") format("woff"),
    url("../fonts/ubuntu-medium-webfont.ttf") format("truetype"),
    url("../fonts/ubuntu-medium-webfont.svg#ubuntumedium") format("svg");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Ubuntu";
  src: url("../fonts/ubuntu-bold-webfont.eot");
  src: url("../fonts/ubuntu-bold-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/ubuntu-bold-webfont.woff2") format("woff2"),
    url("../fonts/ubuntu-bold-webfont.woff") format("woff"),
    url("../fonts/ubuntu-bold-webfont.ttf") format("truetype"),
    url("../fonts/ubuntu-bold-webfont.svg#ubuntubold") format("svg");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Light.eot");
  src: url("../fonts/OpenSans-Light.eot?#iefix") format("embedded-opentype"),
    url("../fonts/OpenSans-Light.woff") format("woff"),
    url("../fonts/OpenSans-Light.ttf") format("truetype"),
    url("../fonts/OpenSans-Light.svg#OpenSansLight") format("svg");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Regular.eot");
  src: url("../fonts/OpenSans-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/OpenSans-Regular.woff") format("woff"),
    url("../fonts/OpenSans-Regular.ttf") format("truetype"),
    url("../fonts/OpenSans-Regular.svg#OpenSansRegular") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Semibold2.eot");
  src: url("../fonts/OpenSans-SemiBold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/OpenSans-SemiBold.woff") format("woff"),
    url("../fonts/OpenSans-SemiBold.ttf") format("truetype"),
    url("../fonts/OpenSans-SemiBold.svg#OpenSansSemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Bold.eot");
  src: url("../fonts/OpenSans-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/OpenSans-Bold.woff") format("woff"),
    url("../fonts/OpenSans-Bold.ttf") format("truetype"),
    url("../fonts/OpenSans-Bold.svg#OpenSansBold") format("svg");
  font-weight: 700;
  font-style: normal;
}
*,
body {
  box-sizing: border-box !important;
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  margin: 0;
  vertical-align: middle;
}
body {
  height: auto;
}

html {
  scroll-behavior: smooth;
}

strong,
.bold {
  font-weight: 700 !important;
}

.tablet {
  display: none;
}

.subray {
  text-decoration: underline;
  white-space: nowrap;
}

.subrayado {
  text-decoration: underline;
}

sup {
  text-decoration: none;
  font-size: 70%;
}

.txt-verde {
  color: var(--green-cetelem);
}

.hide {
  display: none;
}

.show {
  display: flex;
}

.nowrap {
  white-space: nowrap;
}

.bg-riesgo {
  background: var(--green-subtle);
}

.bg-white {
  background: var(--white);
}

.medium {
  font-weight: 500;
}

.bold {
  font-weight: 700;
}

.semiBold {
  font-weight: 600;
}

section {
  padding: 80px 0px;
}
section.p120 {
  padding: 120px 0px;
}
@media screen and (max-width: 1200px) {
  section.p120 {
    padding: 64px 0px;
  }
}
@media screen and (max-width: 767px) {
  section.p120 {
    padding: 56px 0px;
  }
}
@media screen and (max-width: 1200px) {
  section {
    padding: 64px 0px;
  }
}
@media screen and (max-width: 767px) {
  section {
    padding: 56px 0px;
  }
}

.content {
  max-width: 1512px;
  margin: 0px auto;
  overflow: hidden;
  display: flex;
  padding: 0px 120px;
}
@media screen and (max-width: 1200px) {
  .content {
    max-width: 100%;
    padding: 0px 64px;
  }
}
@media screen and (max-width: 767px) {
  .content {
    padding: 0px 40px;
  }
}
@media screen and (max-width: 630px) {
  .content {
    padding: 0px 24px;
  }
}

.banner {
  padding: 0px;
  margin-bottom: 0px;
  position: relative;
  min-height: 978px;
}
@media screen and (max-width: 1225px) {
  .banner {
    min-height: 858px;
  }
}
@media screen and (max-width: 774px) {
  .banner {
    min-height: 1300px;
  }
}
.banner.home {
  min-height: 1018px;
}
@media screen and (max-width: 1225px) {
  .banner.home {
    min-height: 926px;
  }
}
@media screen and (max-width: 774px) {
  .banner.home {
    min-height: 1377px;
  }
}
@media screen and (max-width: 438px) {
  .banner.home {
    min-height: 1388px;
  }
}
.banner.home .wrapper .content {
  height: 905px;
}
@media screen and (max-width: 1225px) {
  .banner.home .wrapper .content {
    height: 530px;
  }
}
@media screen and (max-width: 774px) {
  .banner.home .wrapper .content {
    height: 415px;
  }
}
@media screen and (max-width: 438px) {
  .banner.home .wrapper .content {
    height: 425px;
  }
}
.banner.home .wrapper .content .col__txt {
  max-width: 800px;
}
.banner.home .wrapper .content .col__txt .header-xl {
  margin-bottom: 40px;
}
@media screen and (max-width: 1225px) {
  .banner.home .wrapper .content .col__txt {
    max-width: 480px;
  }
  .banner.home .wrapper .content .col__txt .header-xl {
    margin-bottom: 16px;
  }
  .banner.home .wrapper .content .col__txt .subtitle {
    font-size: 20px;
    line-height: 26px;
  }
}
@media screen and (max-width: 616px) {
  .banner.home .wrapper .content .col__txt {
    max-width: 100%;
  }
  .banner.home .wrapper .content .col__txt .header-xl {
    margin-bottom: 12px;
  }
  .banner.home .wrapper .content .col__txt .subtitle {
    font-size: 18px;
    line-height: 24px;
  }
}

/*comienzan las cards*/
.banner.home .cards {
  top: 360px;
}

@media screen and (max-width: 1225px) {
  .banner.home .cards {
    top: 306px;
  }
}
@media screen and (max-width: 438px) {
  .banner.home .cards {
    top: 316px;
  }
}
@media screen and (max-width: 1225px) {
  .banner.extra {
    min-height: 867px;
  }
}
@media screen and (max-width: 774px) {
  .banner.extra {
    min-height: 1300px;
  }
}
.banner.extra .wrapper .content {
  height: 863px;
}
@media screen and (max-width: 1225px) {
  .banner.extra .wrapper .content {
    height: 462px;
  }
}
@media screen and (max-width: 774px) {
  .banner.extra .wrapper .content {
    margin: 0 0px 40px;
    height: 330px;
  }
}
.banner.extra .wrapper .content .col__txt {
  max-width: 830px;
}
.banner.extra .wrapper .content .col__txt .header-xl {
  margin-bottom: 80px;
}
@media screen and (max-width: 1225px) {
  .banner.extra .wrapper .content .col__txt {
    max-width: 520px;
  }
  .banner.extra .wrapper .content .col__txt .header-xl {
    margin-bottom: 64px;
  }
  .banner.extra .wrapper .content .col__txt .subtitle {
    font-size: 20px;
    line-height: 26px;
  }
}
@media screen and (max-width: 616px) {
  .banner.extra .wrapper .content .col__txt {
    max-width: 100%;
  }
}
.banner.extra .cards {
  top: 320px;
}
@media screen and (max-width: 1225px) {
  .banner.extra .cards {
    top: 246px;
  }
}
@media screen and (max-width: 438px) {
  .banner.extra .cards {
    top: 228px;
  }
}

.banner .wrapper {
  margin: 0 0px 0px;
  background: var(--illustration);
  border-radius: 0px 0px 40px 40px;
}
@media screen and (max-width: 812px) {
  .banner .wrapper {
    margin: 0;
    height: 1229.7px;
  }
}
.banner .wrapper .content {
  height: 863px;
  justify-content: center;
}
@media screen and (max-width: 1225px) {
  .banner .wrapper .content {
    height: 462px;
  }
}
@media screen and (max-width: 774px) {
  .banner .wrapper .content {
    margin: 0 0px 40px;
    height: 330px;
  }
}
@media screen and (max-width: 420px) {
  .banner .wrapper .content {
    padding: 0px 16px;
  }
}
.banner .wrapper .content .col__txt {
  max-width: 850px;
  text-align: center;
  padding: 80px 0px 0px;
}
.banner .wrapper .content .col__txt .header-uppercase {
  margin-bottom: 8px;
}
@media screen and (max-width: 1225px) {
  .banner .wrapper .content .col__txt {
    max-width: 480px;
    margin: 0 auto;
    text-align: center;
    padding: 64px 0px 0px;
  }
  .banner .wrapper .content .col__txt .header-uppercase {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 8px;
  }
  .banner .wrapper .content .col__txt .header-xl {
    font-size: 40px;
    line-height: 44px;
  }
}
@media screen and (max-width: 616px) {
  .banner .wrapper .content .col__txt {
    max-width: 100%;
  }
  .banner .wrapper .content .col__txt .header-xl {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 12px;
  }
  .banner .wrapper .content .col__txt .subtitle {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and (max-width: 415px) {
  .banner .wrapper .content .col__txt {
    padding: 40px 0px 0px;
  }
}
.banner .cards {
  width: 1092px;
  height: 658px;
  position: absolute;
  top: 320px;
  right: 50%;
  left: 50%;
  transform: translate(-50%, 0%);
  background: var(--white);
  border-radius: var(--border-radius-box);
  padding: 34px;
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
  gap: 64px;
  box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 1225px) {
  .banner .cards {
    width: 696px;
    height: 620px;
    padding: 24px;
    justify-content: space-between;
    gap: 24px;
    top: 238px;
  }
}
@media screen and (max-width: 774px) {
  .banner .cards {
    max-width: 327px;
    height: auto;
    gap: 24px;
    top: 225px;
  }
}
.banner .cards__col {
  display: flex;
  flex-flow: column;
  border-radius: var(--border-radius-box);
}
.banner .cards__col:first-child {
  width: 600px;
}
@media screen and (max-width: 1225px) {
  .banner .cards__col:first-child {
    max-width: 320px;
    height: auto;
  }
}
@media screen and (max-width: 774px) {
  .banner .cards__col:first-child {
    max-width: 279px;
    height: auto;
  }
}
.banner .cards__col:first-child .card {
  border-radius: var(--border-radius-box);
}
.banner .cards__col:first-child .card:first-child {
  height: 348px;
}
@media screen and (max-width: 1225px) {
  .banner .cards__col:first-child .card:first-child {
    height: 232px;
  }
  .banner .cards__col:first-child .card:first-child img {
    display: none;
  }
}
.banner .cards__col:nth-child(2) {
  width: 360px;
  background: var(--subtle-gray);
  padding: 32px 24px 24px;
  gap: 32px;
  height: auto;
}
@media screen and (max-width: 1225px) {
  .banner .cards__col:nth-child(2) {
    max-width: 304px;
    padding: 20px 20px;
    gap: 16px;
    height: 433px;
  }
}
@media screen and (max-width: 774px) {
  .banner .cards__col:nth-child(2) {
    max-width: 100%;
    height: 437px;
    padding: 10px 20px 20px;
  }
  .card.img {
    border: none;
  }
}
.banner .cards__col:nth-child(2) .titCabecera {
  text-align: center;
}
.banner .cards__col:nth-child(2) .titCabecera .body-default {
  margin-bottom: 8px;
  line-height: 16px;
}
@media screen and (max-width: 1225px) {
  .banner .cards__col:nth-child(2) .titCabecera .body-default {
    font-size: 14px;
    line-height: 14px;
  }
  .banner .cards__col:nth-child(2) .titCabecera .header-l {
    font-size: 32px;
    line-height: 32px;
  }
  .card.img {
    border: none;
  }
}
.banner .cards__col:nth-child(2) .area {
  width: 100%;
  background: var(--white);
  height: auto;
  padding: 15px 16px;
  border: 1px solid var(--lighter-gray);
  border-radius: var(--border-radius);
  margin: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.banner .cards__col:nth-child(2) .area p {
  font-family: "Ubuntu", sans-serif;
  font-size: 12px;
  line-height: 12px;
  font-weight: 500;
  color: var(--green-cetelem);
  text-align: center;
}
@media screen and (max-width: 1225px) {
  .banner .cards__col:nth-child(2) .area p {
    text-align: left;
  }
}
.banner .cards__col:nth-child(2) .area-prestamo {
  width: 100%;
  height: auto;
  padding: 0px;
  border-radius: var(--border-radius);
  margin: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
}
@media screen and (max-width: 1225px) {
  .banner .cards__col:nth-child(2) .area-prestamo {
    gap: 20px;
  }
}
.banner .cards__col:nth-child(2) .area-prestamo__box p {
  color: var(--dark-gray);
  text-align: center;
}
.banner .cards__col:nth-child(2) .area-prestamo__box .subtitle {
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 8px;
}
.banner .cards__col:nth-child(2) .area-prestamo__box .body-small {
  font-size: 14px;
  line-height: 14px;
}
.banner .cards__col:nth-child(2) .area-prestamo__box:nth-child(3) p {
  color: var(--black);
  font-weight: 500;
}
@media screen and (max-width: 1225px) {
  .banner .cards__col:nth-child(2) .area-prestamo__box .subtitle {
    font-size: 20px;
    line-height: 20px;
  }
  .banner .cards__col:nth-child(2) .area-prestamo__box .body-small {
    font-size: 14px;
    line-height: 14px;
  }
}
.banner .cards__col:nth-child(2) .conceptos {
  width: 100%;
  height: auto;
  flex-flow: column;
  align-items: center;
  gap: 8px;
}
.banner .cards__col:nth-child(2) .conceptos hr {
  width: 100%;
  border: 0;
  height: 0;
  border-top: 1px solid var(--lighter-gray);
  margin: 8px 0px;
}
@media screen and (max-width: 1225px) {
  .banner .cards__col:nth-child(2) .conceptos hr {
    margin: 4px 0px;
  }
}

.banner .cards__col:nth-child(2) .conceptos__line {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--gray);
}
.banner .cards__col:nth-child(2) .conceptos__line .body-small {
  line-height: 14px;
  color: var(--dark-gray);
}
.banner .cards__col:nth-child(2) .conceptos__line .body-small-s {
  font-size: 12px;
  line-height: 12px;
  color: var(--dark-gray);
  margin: 6px;
}
.banner .cards__col:nth-child(2) .conceptos__line .body-default {
  margin: 8px;
  font-weight: 700;
  line-height: 16px;
  color: var(--dark-gray);
}
.banner .cards__col:nth-child(2) .conceptos__line:nth-child(1),
.banner .cards__col:nth-child(2) .conceptos__line:nth-child(2),
.banner .cards__col:nth-child(2) .conceptos__line:nth-child(5) {
  /* margin-bottom: 4px;*/
  margin: 6px;
}
@media screen and (max-width: 1225px) {
  .banner .cards__col:nth-child(2) .conceptos__line .body-small {
    font-size: 12px;
    line-height: 12px;
  }
  .banner .cards__col:nth-child(2) .conceptos__line .body-default {
    margin: 8px;
    font-size: 14px;
    line-height: 14px;
  }
  .banner .cards__col:nth-child(2) .conceptos__line:nth-child(3) .body-small,
  .banner .cards__col:nth-child(2) .conceptos__line:nth-child(3) .body-default {
    font-size: 11px;
    line-height: 11px;
  }
  .banner .cards__col:nth-child(2) .conceptos__line .body-small-s {
    font-size: 12px;
    line-height: 12px;
    color: var(--gray);
  }
}
.banner .cards__col:last-child {
  display: none;
}
.banner .cards__col:last-child hr {
  border: 0;
  height: 0;
  border-top: 1px solid var(--lighter-gray);
}
@media screen and (max-width: 1225px) {
  .banner .cards__col:last-child {
    display: block;
  }
  .banner .cards__col:last-child p {
    font-size: 10px;
    line-height: 14px;
    margin-top: 24px;
    font-family: "Open Sans", sans-serif;
    color: var(--gray);
  }
}
@media screen and (max-width: 774px) {
  .banner .cards__col:last-child hr {
    display: none;
  }
  .banner .cards__col:last-child p {
    margin-top: 0;
  }
}
.banner .cards__col .cards__row {
  width: 100%;
  display: flex;
  justify-content: start;
  gap: 24px;
  align-items: flex-start;
}
@media screen and (max-width: 1225px) {
  .banner .cards__col .cards__row {
    gap: 0px;
  }
  .banner .cards__col .cards__row:last-child {
    display: none;
  }
}
.banner .cards__col .cards__row__column {
  display: flex;
  flex-flow: column;
}
.banner .cards__col .cards__row__column hr {
  margin-bottom: 24px;
  border: 0;
  height: 0;
  border-top: 1px solid var(--lighter-gray);
}
.banner .cards__col .cards__row__column p {
  font-size: 11px;
  line-height: 16px;
  font-family: "Open Sans", sans-serif;
  color: var(--gray);
}
.banner .cards__col .cards__row__content {
  display: flex;
  flex-flow: row wrap;
  gap: 20px;
  align-items: flex-start;
}
@media screen and (max-width: 1225px) {
  .banner .cards__col .cards__row__content {
    width: 320px;
  }
}
@media screen and (max-width: 774px) {
  .banner .cards__col .cards__row__content {
    gap: 16px;
  }
}
.banner .cards__col .cards__row__content .card {
  display: flex;
  flex-flow: column;
  background: var(--background-card);
  padding: 12px 21px;
}
@media screen and (max-width: 1225px) {
  .banner .cards__col .cards__row__content .card {
    padding: 24px 16px;
  }
}
.banner .cards__col .cards__row__content .card:first-child {
  width: 336px;
  height: 168px;
  margin: 0;
}
@media screen and (max-width: 1225px) {
  .banner .cards__col .cards__row__content .card:first-child {
    height: 232px;
    justify-content: center;
    margin: 0;
  }
}
@media screen and (max-width: 774px) {
  .banner .cards__col .cards__row__content .card:first-child {
    width: 279px;
    height: 151px;
  }
}
.banner .cards__col .cards__row__content .card:nth-child(2),
.banner .cards__col .cards__row__content .card:nth-child(3) {
  width: 158px;
  height: 156px;
}
@media screen and (max-width: 1225px) {
  .banner .cards__col .cards__row__content .card:nth-child(2),
  .banner .cards__col .cards__row__content .card:nth-child(3) {
    width: 150px;
    height: 177px;
    padding: 34px 16px;
  }
}
@media screen and (max-width: 774px) {
  .banner .cards__col .cards__row__content .card:nth-child(2),
  .banner .cards__col .cards__row__content .card:nth-child(3) {
    width: 131px;
    height: 132px;
    padding: 16px 15px;
  }
}
.banner .cards__col .cards__row__content .card .body-small {
  font-family: "Open Sans", sans-serif;
}
.banner .cards__col .cards__row__content .card svg {
  margin-bottom: 24px;
}
.banner .cards__col .cards__row__content .card .header-m {
  margin-bottom: 8px;
  line-height: 32px;
}
.banner .cards__col .cards__row__content .card .body-default {
  margin-bottom: 32px;
  color: var(--dark-gray);
  font-family: "Open Sans", sans-serif;
}
.banner .cards__col .cards__row__content .card .header-s {
  margin-bottom: 12px;
  line-height: 20px;
}
.banner .cards__col .cards__row__content .card .header-s:last-child {
  margin-bottom: 0px;
}
.banner .cards__col .cards__row__content .card .header-s span {
  font-size: 12px;
  line-height: 12px;
  color: var(--dark-gray);
}
@media screen and (max-width: 774px) {
  .banner .cards__col .cards__row__content .card {
    /*padding: 15px;*/
  }
  .banner .cards__col .cards__row__content .card svg {
    width: 27px;
    height: 27px;
  }
  .banner .cards__col .cards__row__content .card .header-m {
    font-size: 24px;
    line-height: 24px;
  }
  .banner .cards__col .cards__row__content .card .header-s {
    font-size: 16px;
    line-height: 16px;
  }
}

.tips {
  padding: 120px 0;
}
@media screen and (max-width: 1200px) {
  .tips {
    padding: 64px 0px;
  }
}
@media screen and (max-width: 767px) {
  .tips {
    padding: 56px 0px;
  }
}
.tips .content {
  gap: 80px;
  flex-direction: column;
  align-items: center;
  padding: 0px 160px;
}
@media screen and (max-width: 1400px) {
  .tips .content {
    padding: 0px 64px;
  }
}
@media screen and (max-width: 1053px) {
  .tips .content {
    gap: 64px;
    padding: 0px 48px;
  }
}
@media screen and (max-width: 767px) {
  .tips .content {
    padding: 0px 32px;
  }
}
@media screen and (max-width: 630px) {
  .tips .content {
    gap: 56px;
    padding: 0px 24px;
  }
}
.tips .col.title {
  max-width: 560px;
  gap: 16px;
}
@media screen and (max-width: 630px) {
  .tips .col.title {
    width: 480px;
  }
}
@media screen and (max-width: 540px) {
  .tips .col.title {
    max-width: 100%;
  }
}
.tips .col.title .header-l,
.tips .col.title .subtitle {
  text-align: center;
}
@media screen and (max-width: 945px) {
  .tips .col.title .header-l,
  .tips .col.title .subtitle {
    text-align: left;
  }
}
@media screen and (max-width: 1053px) {
  .tips .col.title {
    gap: 12px;
  }
  .tips .col.title .header-l {
    margin: 0;
    font-size: 36px;
    line-height: 40px;
  }
  .tips .col.title .subtitle {
    font-size: 20px;
    line-height: 26px;
  }
}
@media screen and (max-width: 630px) {
  .tips .col.title {
    gap: 12px;
  }
  .tips .col.title .header-l {
    font-size: 32px;
    line-height: 36px;
  }
  .tips .col.title .subtitle {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and (max-width: 540px) {
  .tips .col.title {
    max-width: 100%;
  }
  .tips .col.title .header-l,
  .tips .col.title .subtitle {
    width: 100%;
    text-align: left;
  }
  .tips .col.title .header-l {
    font-size: 32px;
    line-height: 36px;
  }
}
.tips .col {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 142px;
}
@media screen and (max-width: 1180px) {
  .tips .col {
    gap: 56px;
  }
}
@media screen and (max-width: 945px) {
  .tips .col {
    width: 568px;
    gap: 40px 56px;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 630px) {
  .tips .col {
    width: 480px;
    gap: 40px;
  }
}
@media screen and (max-width: 540px) {
  .tips .col {
    width: 100%;
  }
}
.tips .col .iconos {
  max-width: 256px;
}
@media screen and (max-width: 630px) {
  .tips .col .iconos {
    max-width: 480px;
  }
}
@media screen and (max-width: 540px) {
  .tips .col .iconos {
    max-width: 100%;
  }
}
.tips .col .iconos svg {
  margin-bottom: 16px;
}
.tips .col .iconos .header-s {
  font-weight: 500;
  color: var(--black);
  margin-bottom: 8px;
}
.tips .col .iconos .body-small {
  font-weight: 400;
  color: var(--dark-gray);
  margin-bottom: 0px;
  font-family: "Open Sans", sans-serif;
}
@media screen and (max-width: 630px) {
  .tips .col .iconos .header-s {
    font-size: 20px;
    line-height: 24px;
  }
  .tips .col .iconos .body-small {
    font-size: 14px;
    line-height: 20px;
  }
}

.resalto {
  padding: 80px 120px;
}
@media screen and (max-width: 1400px) {
  .resalto {
    padding: 64px;
  }
}
@media screen and (max-width: 1053px) {
  .resalto {
    padding: 0px 48px;
  }
}
@media screen and (max-width: 767px) {
  .resalto {
    padding: 0px;
  }
}
.resalto .content {
  max-width: 1272px;
  padding: 80px;
  display: flex;
  justify-content: space-between;
  gap: 40px;
  align-items: center;
  border-radius: 40px;
  background-color: var(--resalto);
}
@media screen and (max-width: 1287px) {
  .resalto .content {
    padding: 64px;
  }
}
@media screen and (max-width: 1053px) {
  .resalto .content {
    padding: 24px 24px 64px;
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 767px) {
  .resalto .content {
    padding: 24px 24px 56px;
    border-radius: 0px;
  }
}
.resalto .imgBanner {
  width: 480px;
}
.resalto .imgBanner img {
  max-width: 100%;
}
@media screen and (max-width: 1200px) {
  .resalto .imgBanner {
    max-width: 400px;
  }
}
@media screen and (max-width: 480px) {
  .resalto .imgBanner {
    max-width: 100%;
  }
}
.resalto .txtBanner {
  max-width: 480px;
}
@media screen and (max-width: 1200px) {
  .resalto .txtBanner {
    max-width: 400px;
  }
}
.resalto .txtBanner .header-uppercase {
  margin-bottom: 8px;
  color: var(--yellow-2);
}
.resalto .txtBanner .header-l {
  margin-bottom: 40px;
  color: var(--yellow-2);
}
.resalto .txtBanner li {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 12px;
  padding-bottom: 16px;
}
@media screen and (max-width: 630px) {
  .resalto .txtBanner li {
    gap: 8px;
  }
}
.resalto .txtBanner li:last-child {
  padding-bottom: 0px;
}
.resalto .txtBanner li svg {
  margin-top: 8px;
  width: 20px;
  height: 20px;
}
.resalto .txtBanner li .body-default {
  font-family: "Open Sans", sans-serif;
  color: var(--yellow-2);
}
.resalto .txtBanner .btn {
  width: 226px;
  margin-top: 40px;
}
@media screen and (max-width: 1053px) {
  .resalto .txtBanner {
    margin-bottom: 0px;
  }
  .resalto .txtBanner .header-uppercase {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 8px;
  }
  .resalto .txtBanner .header-l {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 40px;
  }
  .resalto .txtBanner .body-default {
    font-size: 16px;
    line-height: 24px;
  }
  .resalto .txtBanner .btn {
    width: 100%;
  }
}
@media screen and (max-width: 930px) {
  .resalto .txtBanner {
    max-width: 400px;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .resalto .txtBanner {
    margin-bottom: 0px;
  }
  .resalto .txtBanner .header-l {
    font-size: 32px;
    line-height: 36px;
  }
  .resalto .txtBanner .subtitle {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 0px;
  }
  .resalto .txtBanner .body-default {
    font-size: 14px;
    line-height: 20px;
  }
}
@media screen and (max-width: 530px) {
  .resalto .txtBanner {
    width: 100%;
  }
}

.cuenta {
  padding: 160px 0 80px;
}
@media screen and (max-width: 1200px) {
  .cuenta {
    padding: 128px 0px 64px;
  }
}
@media screen and (max-width: 767px) {
  .cuenta {
    padding: 56px 0px;
  }
}
.cuenta.bg-fondo-deposito {
  background-color: var(--subtler-gray);
}
.cuenta .content {
  padding: 0 160px;
  gap: 80px 60px;
  justify-content: space-between;
  flex-flow: wrap;
}
@media screen and (max-width: 1390px) {
  .cuenta .content {
    padding: 0 120px;
    gap: 80px 30px;
  }
}
@media screen and (max-width: 1230px) {
  .cuenta .content {
    padding: 0 64px;
  }
}
@media screen and (max-width: 1117px) {
  .cuenta .content {
    padding: 0 32px;
  }
}
@media screen and (max-width: 1053px) {
  .cuenta .content {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
  }
}
@media screen and (max-width: 630px) {
  .cuenta .content {
    padding: 0px 24px;
  }
}
.cuenta .content .tit {
  width: 100%;
  order: 1;
}
@media screen and (max-width: 1053px) {
  .cuenta .content .tit {
    order: 2;
  }
}
.cuenta .content .tit .cabecera {
  max-width: 520px;
  text-align: center;
  margin: 0 auto;
}
.cuenta .content .tit .cabecera .header-l {
  padding-bottom: 16px;
}
@media screen and (max-width: 1053px) {
  .cuenta .content .tit .cabecera {
    max-width: 480px;
    margin-top: 24px;
    order: 2;
  }
  .cuenta .content .tit .cabecera .header-l {
    font-size: 36px;
    line-height: 40px;
    padding-bottom: 12px;
    text-align: left;
  }
  .cuenta .content .tit .cabecera .subtitle {
    font-size: 20px;
    line-height: 26px;
    text-align: left;
  }
}
@media screen and (max-width: 540px) {
  .cuenta .content .tit .cabecera {
    max-width: 100%;
    margin-top: 0px;
  }
  .cuenta .content .tit .cabecera .header-l,
  .cuenta .content .tit .cabecera .subtitle {
    width: 100%;
    text-align: left;
  }
  .cuenta .content .tit .cabecera .header-l {
    font-size: 32px;
    line-height: 36px;
    padding-bottom: 12px;
  }
}
.cuenta .content .img {
  order: 2;
  max-width: 520px;
}
@media screen and (max-width: 1280px) {
  .cuenta .content .img {
    max-width: 480px;
  }
}
@media screen and (max-width: 1053px) {
  .cuenta .content .img {
    order: 1;
  }
}
@media screen and (max-width: 540px) {
  .cuenta .content .img img {
    width: 100%;
  }
}
.cuenta .content .img .area {
  width: 100%;
  height: auto;
  padding: 15px 16px;
  border: 1px solid var(--lighter-gray);
  border-radius: var(--border-radius);
  margin: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.cuenta .content .img .area p {
  font-size: 16px;
  line-height: 24px;
  color: var(--black);
  text-align: center;
}
@media screen and (max-width: 1225px) {
  .cuenta .content .img .area {
    margin: 0px 0px 12px 0px;
  }
  .cuenta .content .img .area p {
    text-align: left;
  }
}
.cuenta .content .timeline {
  max-width: 480px;
  order: 3;
}
@media screen and (max-width: 1053px) {
  .cuenta .content .timeline {
    order: 3;
  }
}
@media screen and (max-width: 540px) {
  .cuenta .content .timeline {
    margin: 0 auto;
    width: 100%;
  }
}
.cuenta .content .timeline .element {
  max-width: 480px;
  overflow: hidden;
  margin-bottom: 8px;
}
@media screen and (max-width: 1053px) {
  .cuenta .content .timeline .element:last-child .btn {
    width: 100%;
  }
  .cuenta .content .timeline .element:nth-child(4) .line {
    height: 50px;
  }
}
@media screen and (max-width: 1053px) and (max-width: 522px) {
  .cuenta .content .timeline .element:nth-child(1) svg:nth-child(2) {
    display: none;
  }
  .cuenta .content .timeline .element:nth-child(1) svg:nth-child(3) {
    display: flex;
  }
}
.cuenta .content .timeline .element div {
  position: relative;
  top: 0px;
  display: block;
  float: left;
}
.cuenta .content .timeline .element .line {
  width: 48px;
  padding-top: 12px;
}
@media screen and (max-width: 1053px) {
  .cuenta .content .timeline .element .line {
    width: 40px;
  }
}
.cuenta .content .timeline .element .line svg {
  display: block;
}
.cuenta .content .timeline .element .line svg:not(:first-child) {
  margin-left: 11px;
  margin-top: 10px;
}
.cuenta .content .timeline .element .line svg:nth-child(3),
.cuenta .content .timeline .element .line svg:nth-child(4) {
  display: none;
}
@media screen and (max-width: 1053px) {
  .cuenta .content .timeline .element .line svg:nth-child(2),
  .cuenta .content .timeline .element .line svg:nth-child(4) {
    display: none;
  }
  .cuenta .content .timeline .element .line svg:nth-child(3) {
    display: block;
  }
}
/*>>>>>>>>>>>>>>>>>>>>>>> No Borrar<<<<<<<<<<<<<<<< @media screen and (max-width: 522px) {
  .cuenta .content .timeline .element .line svg:nth-child(2),
  .cuenta .content .timeline .element .line svg:nth-child(3) {
    display: none;
  }
  .cuenta .content .timeline .element .line svg:nth-child(4) {
    display: block;
  }
}*/
.cuenta .content .timeline .element .line:nth-child(4) .line {
  margin-top: 0px;
  margin-left: 0px;
  margin-bottom: 30px;
}
.cuenta .content .timeline .element .header-x {
  width: 62px;
  font-weight: 700;
  color: var(--green-cetelem);
  padding-top: 5px;
}
.cuenta .content .timeline .element .texto {
  width: 75%;
  padding-top: 8px;
}
.cuenta .content .timeline .element .texto .subtitle {
  font-weight: 700;
  margin-bottom: 8px;
}
.cuenta .content .timeline .element .texto .body-default {
  font-family: "Open Sans", sans-serif;
}
@media screen and (max-width: 1053px) {
  .cuenta .content .timeline .element .texto {
    width: 90%;
    margin: 0 auto;
  }
  .cuenta .content .timeline .element .texto .subtitle {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 8px;
  }
  .cuenta .content .timeline .element .texto .body-default {
    font-size: 14px;
    line-height: 20px;
  }
}
@media screen and (max-width: 630px) {
  .cuenta .content .timeline .element .texto {
    width: 90%;
  }
}
@media screen and (max-width: 447px) {
  .cuenta .content .timeline .element .texto {
    width: 87%;
  }
}
@media screen and (max-width: 356px) {
  .cuenta .content .timeline .element .texto {
    width: 86%;
  }
}
.cuenta .content .btn {
  width: 226px;
  margin-top: 40px;
}

.img-txt.ventajas {
  padding: 120px 0px;
}
@media screen and (max-width: 1200px) {
  .img-txt.ventajas {
    padding: 64px 0px;
  }
}
@media screen and (max-width: 767px) {
  .img-txt.ventajas {
    padding: 56px 0px;
  }
}
.img-txt.ventajas .content {
  align-items: flex-start;
}
@media screen and (max-width: 1053px) {
  .img-txt.ventajas .content {
    align-items: center;
  }
}
.img-txt.app {
  padding: 80px 0px;
}
@media screen and (max-width: 767px) {
  .img-txt.app {
    padding: 56px 0px;
  }
}
.img-txt .content {
  padding: 0 160px;
  justify-content: space-between;
  gap: 64px;
  align-items: center;
}
.img-txt .content.padding {
  padding: 0 200px;
}
@media screen and (max-width: 1400px) {
  .img-txt .content {
    gap: 32px;
    padding: 0px 64px;
    justify-content: space-between;
  }
  .img-txt .content.padding {
    padding: 0px 64px;
  }
}
@media screen and (max-width: 1053px) {
  .img-txt .content {
    flex-direction: column;
    gap: 64px;
    padding: 0px 40px;
  }
  .img-txt .content.padding {
    padding: 0px 40px;
  }
}
@media screen and (max-width: 767px) {
  .img-txt .content {
    padding: 0px 32px;
    gap: 56px;
  }
  .img-txt .content.padding {
    padding: 0px 32px;
  }
}
@media screen and (max-width: 630px) {
  .img-txt .content {
    padding: 0px 24px;
  }
  .img-txt .content.padding {
    padding: 0px 24px;
  }
}
.img-txt .imgBanner {
  max-width: 100%;
}
.img-txt .txtTips {
  width: 480px;
  display: flex;
  justify-content: flex-start;
}
@media screen and (max-width: 528px) {
  .img-txt .txtTips {
    width: 100%;
  }
}
.img-txt .txtTips li {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
  padding-bottom: 56px;
  max-width: 360px;
}
.img-txt .txtTips li:last-child {
  padding-bottom: 0px;
}
.img-txt .txtTips li .txt .header-s {
  margin-bottom: 8px;
}
.img-txt .txtTips li .txt .body-small {
  font-family: "Open Sans", sans-serif;
}
.img-txt .txtTips li svg {
  width: 40px;
}
.img-txt .txtTips .btn {
  display: none;
}
@media screen and (max-width: 1053px) {
  .img-txt .txtTips {
    flex-flow: column;
  }
  .img-txt .txtTips li {
    flex-flow: column;
    max-width: 100%;
    padding-bottom: 40px;
    gap: 16px;
  }
  .img-txt .txtTips .btn {
    width: 100%;
    display: flex;
    margin-top: 40px;
  }
}
.img-txt .txtBanner {
  max-width: 480px;
}
.img-txt .txtBanner .header-uppercase {
  margin-bottom: 8px;
}
.img-txt .txtBanner .header-l {
  margin-bottom: 16px;
}
.img-txt .txtBanner .subtitle {
  margin-bottom: 40px;
  font-weight: 300;
}
.img-txt .txtBanner .subtitle.spacer {
  margin-bottom: 0px;
}
.img-txt .txtBanner .body-default {
  font-family: "Open Sans", sans-serif;
}
.img-txt .txtBanner .btn {
  width: 226px;
}
.img-txt .txtBanner a:not(.btn) {
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  color: var(--green-cetelem);
  display: flex;
  gap: 8px;
  margin: 40px 0 40px 0;
}
.img-txt .txtBanner a:not(.btn).video {
  margin-top: 40px;
}
.img-txt .txtBanner a:not(.btn) svg {
  margin-bottom: 0px;
}
.img-txt .txtBanner .area-qr {
  max-width: 480px;
  height: auto;
  border-radius: var(--border-radius-box);
  border: 1px solid var(--lighter-gray);
  margin: 0px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
.img-txt .txtBanner .area-qr .body-default {
  font-weight: 700;
  color: var(--black);
  margin-bottom: 8px;
}
.img-txt .txtBanner .area-qr .body-small-s {
  color: var(--dark-gray);
}
@media screen and (max-width: 912px) {
  .img-txt .txtBanner .area-qr {
    width: 480px;
  }
}
.img-txt .txtBanner li {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
  padding-bottom: 56px;
}
.img-txt .txtBanner li:last-child {
  padding-bottom: 0px;
}
.img-txt .txtBanner li .txt .header-s {
  margin-bottom: 8px;
}
.img-txt .txtBanner li .txt .body-small {
  font-family: "Open Sans", sans-serif;
}
.img-txt .txtBanner .btn {
  width: 226px;
  margin-top: 40px;
}
.img-txt .txtBanner #descargarApp,
.img-txt .txtBanner #masInfoBtn,
.img-txt .txtBanner .hideDesktop {
  display: none;
}
@media screen and (max-width: 1053px) {
  .img-txt .txtBanner .hideMobile {
    width: 100%;
    display: none;
  }
  .img-txt .txtBanner .header-uppercase {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 8px;
  }
  .img-txt .txtBanner .header-l {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 12px;
  }
  .img-txt .txtBanner .subtitle {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 40px;
  }
  .img-txt .txtBanner .subtitle.protege {
    margin-bottom: 32px;
  }
  .img-txt .txtBanner a:not(.btn) {
    display: none;
  }
  .img-txt .txtBanner .btn {
    width: 100%;
  }
  .img-txt .txtBanner #descargarApp {
    display: flex;
    width: 100%;
    margin-top: 40px;
  }
  .img-txt .txtBanner #masInfoBtn {
    display: flex;
    width: 100%;
    margin-top: 24px;
  }
  .img-txt .txtBanner .area-qr,
  .img-txt .txtBanner #ventajasSimula {
    display: none;
  }
}
@media screen and (max-width: 724px) {
  .img-txt .txtBanner {
    margin-bottom: 0px;
  }
  .img-txt .txtBanner .header-uppercase {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 8px;
  }
  .img-txt .txtBanner .header-l {
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 12px;
  }
  .img-txt .txtBanner .header-s {
    font-size: 20px;
    line-height: 26px;
  }
  .img-txt .txtBanner .subtitle {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 32px;
  }
  .img-txt .txtBanner .body-default {
    font-size: 16px;
    line-height: 24px;
  }
  .img-txt .txtBanner .btn {
    width: 100%;
  }
}
.img-txt .tips {
  max-width: 632px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 80px;
}
@media screen and (max-width: 1310px) {
  .img-txt .tips {
    max-width: 580px;
    gap: 64px 24px;
    justify-content: flex-end;
  }
}
@media screen and (max-width: 1170px) {
  .img-txt .tips {
    max-width: 520px;
    gap: 32px 24px;
  }
}
@media screen and (max-width: 1053px) {
  .img-txt .tips {
    max-width: 480px;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
  }
}
.img-txt .tips .iconos {
  max-width: 276px;
}
.img-txt .tips .iconos:last-child {
  display: none;
}
@media screen and (max-width: 1053px) {
  .img-txt .tips .iconos:last-child {
    display: contents;
  }
  .img-txt .tips .iconos:last-child .btn {
    margin-top: 16px;
  }
}
@media screen and (max-width: 1170px) {
  .img-txt .tips .iconos {
    max-width: 238px;
  }
}
@media screen and (max-width: 1053px) {
  .img-txt .tips .iconos {
    max-width: 100%;
    width: 100%;
  }
}
.img-txt .tips .iconos svg {
  margin-bottom: 16px;
}
.img-txt .tips .iconos .header-s {
  font-weight: 500;
  color: var(--black);
  margin-bottom: 8px;
}
.img-txt .tips .iconos .body-small {
  font-weight: 400;
  color: var(--dark-gray);
  margin-bottom: 0px;
  font-family: "Open Sans", sans-serif;
}

.inicio {
  background-color: var(--subtler-gray);
}
@media screen and (max-width: 1200px) {
  .inicio {
    padding: 64px 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .inicio {
    padding: 56px 24px 24px;
  }
}
.inicio .content {
  padding: 0 160px 80px;
  flex-flow: column wrap;
}
.inicio .content:last-child {
  padding-bottom: 0px;
}
@media screen and (max-width: 1515px) {
  .inicio .content {
    padding: 0 120px 80px;
  }
}
@media screen and (max-width: 1432px) {
  .inicio .content {
    padding: 0 80px 80px;
  }
}
@media screen and (max-width: 1336px) {
  .inicio .content {
    padding: 0 64px 64px;
  }
}
@media screen and (max-width: 1095px) {
  .inicio .content {
    flex-direction: column;
  }
}
@media screen and (max-width: 1040px) {
  .inicio .content {
    padding: 0 64px 40px;
  }
}
@media screen and (max-width: 640px) {
  .inicio .content {
    padding: 0 0px 24px;
  }
}
.inicio .content .cabecera {
  max-width: 480px;
  text-align: center;
  margin: 0 auto;
}
.inicio .content .cabecera .header-l,
.inicio .content .cabecera .subtitle {
  margin: 0 auto;
}
.inicio .content .cabecera .header-l {
  padding-bottom: 16px;
}
@media screen and (max-width: 1053px) {
  .inicio .content .cabecera .header-l {
    font-size: 36px;
    line-height: 40px;
    padding-bottom: 12px;
  }
  .inicio .content .cabecera .subtitle {
    font-size: 20px;
    line-height: 26px;
  }
}
@media screen and (max-width: 580px) {
  .inicio .content .cabecera .header-l,
  .inicio .content .cabecera .subtitle {
    width: 100%;
    text-align: left;
  }
  .inicio .content .cabecera .header-l {
    font-size: 32px;
    line-height: 36px;
    padding-bottom: 12px;
  }
  .inicio .content .cabecera .subtitle {
    font-size: 18px;
    line-height: 24px;
  }
}
.inicio .wrapper-inicio {
  max-width: 1512px;
  margin: 0px auto;
  border: 1px solid var(--black);
  background: var(--white);
  overflow: hidden;
  border-radius: var(--border-radius);
}
@media screen and (max-width: 968px) {
  .inicio .wrapper-inicio {
    max-width: 480px;
  }
}
.inicio .border {
  width: 53%;
  height: 60px;
  float: left;
  padding: 0px 12px 0px;
  background: var(--white);
  border-left: 1px solid var(--black);
}
@media screen and (max-width: 1280px) {
  .inicio .border {
    height: 60px;
  }
}
@media screen and (max-width: 1273px) {
  .inicio .border {
    height: 75px;
  }
}
@media screen and (max-width: 1150px) {
  .inicio .border {
    width: 55%;
    height: 76px;
  }
}
@media screen and (max-width: 968px) {
  .inicio .border {
    height: auto;
    padding: 12px;
  }
}
@media screen and (max-width: 495px) {
  .inicio .border {
    width: 60%;
    height: 125px;
  }
}
@media screen and (max-width: 407px) {
  .inicio .border {
    height: 143px;
  }
}
@media screen and (max-width: 359px) {
  .inicio .border {
    height: 160px;
  }
}
@media screen and (max-width: 329px) {
  .inicio .border {
    height: 174px;
  }
}
.inicio .border.mob {
  width: 47%;
  border-right: none;
  border-left: none;
}
@media screen and (max-width: 1273px) {
  .inicio .border.mob {
    height: 75px;
  }
}
@media screen and (max-width: 1150px) {
  .inicio .border.mob {
    width: 45%;
  }
}
@media screen and (max-width: 495px) {
  .inicio .border.mob {
    width: 40%;
    height: 125px;
  }
}
@media screen and (max-width: 407px) {
  .inicio .border.mob {
    height: 143px;
  }
}
@media screen and (max-width: 359px) {
  .inicio .border.mob {
    height: 160px;
  }
}
@media screen and (max-width: 329px) {
  .inicio .border.mob {
    height: 174px;
  }
}
.inicio .num {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  color: var(--black);
  margin-top: 4px;
  margin-bottom: 4px;
}
@media screen and (max-width: 767px) {
  .inicio .num {
    margin-top: 0px;
    margin-bottom: 4px;
    height: auto;
  }
}
.inicio .num span {
  color: var(--gray) !important;
}
.inicio .txt-min {
  margin-top: 8px;
  color: var(--dark-gray);
  font-size: 10px;
  line-height: 14px;
  height: auto;
  font-family: "Open Sans", sans-serif;
}
@media screen and (max-width: 1273px) {
  .inicio .txt-min {
    margin-top: 25px;
  }
}
@media screen and (max-width: 1150px) {
  .inicio .txt-min {
    margin-top: 25px;
  }
}
@media screen and (max-width: 968px) {
  .inicio .txt-min {
    margin-top: 0px;
  }
}
.inicio .num-txt-min {
  margin-top: 0px;
  color: var(--dark-gray);
  font-size: 10px;
  line-height: 14px;
  letter-spacing: -0.03px;
  font-family: "Open Sans", sans-serif;
}
.inicio .txt {
  width: 100%;
  color: var(--dark-gray);
  font-size: 10px;
  line-height: 14px;
  padding: 8px 0;
  font-family: "Open Sans", sans-serif;
}
.inicio .txt.pre {
  font-size: 10px;
  line-height: 14px;
  font-weight: 400;
  border-bottom: 1px solid var(--black);
  background: var(--white);
  padding: 8px 12px 4px;
  overflow: hidden;
  font-family: "Open Sans", sans-serif;
}
.inicio .txt.mob {
  font-size: 10px;
  line-height: 14px;
  border-top: 1px solid var(--black);
  padding: 8px 12px 4px 42px;
  overflow: hidden;
  font-family: "Open Sans", sans-serif;
}
.inicio .txt.mob svg:first-child {
  margin-bottom: 4px;
  margin-left: -30px;
}
.inicio .txt.mob svg:last-child {
  margin-bottom: 4px;
  margin-right: 6px;
}

.crosseling {
  padding: 0px 0px 80px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
  background-color: var(--subtler-gray);
}
@media screen and (max-width: 1200px) {
  .crosseling {
    padding: 0px 0px 64px;
  }
}
@media screen and (max-width: 1064px) {
  .crosseling {
    gap: 48px;
  }
}
@media screen and (max-width: 767px) {
  .crosseling {
    padding: 0px 0px 56px;
  }
}
.crosseling .content {
  padding: 0 160px;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  gap: 80px;
}
@media screen and (max-width: 1515px) {
  .crosseling .content {
    padding: 0px 120px;
  }
}
@media screen and (max-width: 1432px) {
  .crosseling .content {
    padding: 0px 80px;
    gap: 64px;
  }
}
@media screen and (max-width: 1336px) {
  .crosseling .content {
    padding: 0px 64px;
    gap: 40px;
    justify-content: space-between;
  }
}
@media screen and (max-width: 968px) {
  .crosseling .content {
    flex-direction: column;
    padding: 0px 24px;
  }
}
@media screen and (max-width: 767px) {
  .crosseling .content {
    gap: 24px;
  }
}
.crosseling .col {
  width: 556px;
  height: 284px;
  padding: 32px;
  border-radius: var(--border-radius);
  border: 1px solid var(--light-gray);
  background: var(--white);
}
@media screen and (max-width: 1336px) {
  .crosseling .col {
    max-width: 480px;
    height: 256px;
    padding: 32px 20px;
  }
}
@media screen and (max-width: 1128px) {
  .crosseling .col {
    max-width: 400px;
  }
}
@media screen and (max-width: 1064px) {
  .crosseling .col {
    height: auto;
  }
}
@media screen and (max-width: 968px) {
  .crosseling .col {
    width: auto;
    max-width: 480px;
    height: 232px;
    padding: 20px;
  }
}
@media screen and (max-width: 473px) {
  .crosseling .col {
    height: auto;
    padding: 20px;
  }
}
.crosseling .col svg {
  margin-bottom: 24px;
}
.crosseling .col .subtitle {
  font-weight: 700;
  margin-bottom: 8px;
  color: var(--black);
  text-align: left;
}
.crosseling .col .body-default {
  font-weight: 400;
  color: var(--dark-gray);
  text-align: left;
  font-family: "Open Sans", sans-serif;
}
.crosseling .col .body-default:last-child {
  margin-bottom: 0px;
}
.crosseling .col a {
  font-weight: 500;
  font-size: 16px;
  margin-top: 34px;
  line-height: 16px;
  color: var(--green-cetelem);
  display: flex;
  align-items: center;
  gap: 8px;
}
.crosseling .col a svg {
  margin-bottom: 0px;
}
@media screen and (max-width: 1336px) {
  .crosseling .col svg {
    width: 48px;
    height: 48px;
    margin-bottom: 20px;
  }
  .crosseling .col .subtitle {
    font-size: 20px;
    line-height: 28px;
  }
  .crosseling .col .body-default {
    font-size: 14px;
    line-height: 20px;
  }
  .crosseling .col a {
    font-size: 14px;
    line-height: 14px;
    margin-top: 20px;
  }
  .crosseling .col a svg {
    width: 16px;
    height: 16px;
  }
}

.blog {
  background-color: var(--subtler-gray);
}
.blog .content {
  padding: 0 160px;
  flex-direction: column;
  gap: 80px;
}
@media screen and (max-width: 1515px) {
  .blog .content {
    padding: 0 120px;
  }
}
@media screen and (max-width: 1432px) {
  .blog .content {
    padding: 0 80px;
  }
}
@media screen and (max-width: 1336px) {
  .blog .content {
    padding: 0 64px;
  }
}
@media screen and (max-width: 1053px) {
  .blog .content {
    gap: 64px;
    padding: 0 32px;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 590px) {
  .blog .content {
    padding: 0 24px;
    gap: 56px;
  }
}
.blog .title {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.blog .title .txt {
  max-width: 560px;
}
.blog .title .txt .header-l {
  margin-bottom: 16px;
}
.blog .title .txt .subtitle {
  margin-bottom: 0px;
}
.blog .title .btn {
  width: 208px;
}
@media screen and (max-width: 1053px) {
  .blog .title {
    max-width: 480px;
  }
  .blog .title .header-l {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 12px;
    text-align: left;
  }
  .blog .title .subtitle {
    font-size: 20px;
    line-height: 26px;
    text-align: left;
  }
  .blog .title .btn {
    display: none;
  }
}
@media screen and (max-width: 590px) {
  .blog .title {
    max-width: 100%;
  }
  .blog .title .header-l {
    font-size: 32px;
    line-height: 36px;
    text-align: left;
    margin-bottom: 12px;
  }
  .blog .title .subtitle {
    font-size: 18px;
    line-height: 24px;
    text-align: left;
  }
}
.blog .cards {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 80px;
}
@media screen and (max-width: 1400px) {
  .blog .cards {
    gap: 48px;
  }
}
@media screen and (max-width: 1336px) {
  .blog .cards {
    gap: 32px;
  }
}
@media screen and (max-width: 1053px) {
  .blog .cards {
    width: 480px;
    flex-flow: column;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 590px) {
  .blog .cards {
    width: 100%;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
  }
}
.blog .cards .card {
  max-width: 344px;
  height: 492px;
  padding: 4px;
  border: 1px solid var(--light-gray);
  border-radius: var(--border-radius-box);
  position: relative;
}
@media screen and (max-width: 1053px) {
  .blog .cards .card {
    max-width: 480px;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.2509803922);
  }
}
@media screen and (max-width: 590px) {
  .blog .cards .card {
    max-width: 327px;
    height: 96px;
    padding: 4px;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 375px) {
  .blog .cards .card {
    width: 100%;
    margin: 0;
  }
}
.blog .cards .card:last-child {
  border: none;
  padding: 0px;
  height: auto;
  display: none;
}
.blog .cards .card:last-child a {
  margin-top: 32px;
}
.blog .cards .card img {
  max-width: 100%;
}
.blog .cards .card .txt {
  padding: 0px 24px;
  margin-top: 32px;
  width: 100%;
}
.blog .cards .card .txt .tag {
  background: var(--lighter-gray);
  border-radius: 100px;
  padding: 8px 16px;
  margin-bottom: 20px;
  display: inline-block;
}
.blog .cards .card .txt .tag.body-small-s {
  color: var(--black);
  line-height: 12px;
}
.blog .cards .card .txt .header-s {
  font-weight: 700;
  margin-bottom: 8px;
  color: var(--black);
}
.blog .cards .card .txt .body-small {
  font-weight: 400;
  line-height: 20px;
}
.blog .cards .card .txt a {
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  color: var(--green-cetelem);
  display: flex;
  gap: 8px;
  position: absolute;
  bottom: 32px;
}
.blog .cards .card .txt a span:last-child {
  display: none;
}
.blog .cards .card .txt a svg {
  margin-bottom: 0px;
}
@media screen and (max-width: 1053px) {
  .blog .cards .card picture {
    height: 117px;
    padding: 0px;
    overflow: hidden;
  }
  .blog .cards .card:last-child {
    display: contents;
  }
  .blog .cards .card .txt {
    margin-top: 0;
    width: 430px;
    height: 98px;
    padding: 0px 16px;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
  }
  .blog .cards .card .txt .header-s {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0px;
  }
  .blog .cards .card .txt .tag,
  .blog .cards .card .txt .body-small {
    display: none;
  }
  .blog .cards .card .txt a {
    color: var(--gray);
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
    position: initial;
  }
  .blog .cards .card .txt a span:first-child {
    display: none;
  }
  .blog .cards .card .txt a span:last-child {
    display: block;
  }
  .blog .cards .card .txt a svg {
    width: 16px;
    height: 16px;
  }
}
@media screen and (max-width: 590px) {
  .blog .cards .card picture {
    width: 88px;
    height: 88px;
    padding: 0px;
    overflow: hidden;
  }
  .blog .cards .card .txt {
    max-width: 232px;
    padding: 0px 12px 0px 16px;
    height: auto;
  }
  .blog .cards .card .txt .tag,
  .blog .cards .card .txt .body-small {
    display: none;
  }
  .blog .cards .card .txt .header-s {
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 20px;
  }
  .blog .cards .card .txt a {
    color: var(--gray);
    justify-content: space-between;
    align-items: center;
    font-size: 10px;
    line-height: 10px;
    text-transform: uppercase;
    position: initial;
  }
  .blog .cards .card .txt a span:first-child {
    display: none;
  }
  .blog .cards .card .txt a span:last-child {
    display: block;
  }
  .blog .cards .card .txt a svg {
    width: 16px;
    height: 16px;
  }
  .blog .cards .card:last-child a {
    max-width: 327px;
  }
}
@media screen and (max-width: 375px) {
  .blog .cards .card .txt {
    width: 70%;
  }
  .blog .cards .card .txt .header-s {
    margin-bottom: 8px;
  }
}

.acordeon {
  padding: 120px 0px;
}
@media screen and (max-width: 1200px) {
  .acordeon {
    padding: 64px 0px;
  }
}
@media screen and (max-width: 767px) {
  .acordeon {
    padding: 56px 0px;
  }
}
.acordeon .content {
  justify-content: space-between;
  gap: 64px;
}
@media screen and (max-width: 1200px) {
  .acordeon .content {
    padding: 0 40px;
  }
}
@media screen and (max-width: 1024px) {
  .acordeon .content {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .acordeon .content {
    gap: 56px;
  }
}
@media screen and (max-width: 600px) {
  .acordeon .content {
    padding: 0 24px;
  }
}
.acordeon .accordion-title {
  max-width: 480px;
}
.acordeon .accordion-title .header-l {
  margin-bottom: 16px;
}
@media screen and (max-width: 1024px) {
  .acordeon .accordion-title .header-l {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 12px;
  }
  .acordeon .accordion-title .subtitle {
    font-size: 20px;
    line-height: 26px;
  }
}
@media screen and (max-width: 630px) {
  .acordeon .accordion-title .header-l {
    font-size: 32px;
    line-height: 36px;
  }
  .acordeon .accordion-title .subtitle {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and (max-width: 375px) {
  .acordeon .accordion-title .header-l {
    text-align: left;
    margin-bottom: 24px;
    text-align: center;
    margin-bottom: 40px;
  }
}
.acordeon .acoordion-box {
  max-width: 608px;
  float: right;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .acordeon .acoordion-box {
    max-width: 480px;
  }
}
.acordeon .accordion {
  width: 100%;
  max-width: 640px;
  overflow: hidden;
  background-color: var(--white);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1607843137);
}
.acordeon .accordion:first-child #faqUno {
  padding-top: 0px;
}
.acordeon .accordion:last-child {
  border-bottom: none;
}
@media screen and (max-width: 1250px) {
  .acordeon .accordion {
    margin: 0 auto;
  }
}
@media screen and (max-width: 1024px) {
  .acordeon .accordion {
    max-width: 480px;
  }
}
@media screen and (max-width: 767px) {
  .acordeon .accordion {
    max-width: 100%;
  }
}
.acordeon .accordion__intro {
  position: relative;
  padding: 20px;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  cursor: pointer;
  display: flex;
  cursor: pointer;
  padding: 20px 0 20px;
  align-items: center;
  justify-content: space-between;
}
.acordeon .accordion__intro h3 {
  width: 92%;
  pointer-events: none;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
}
.acordeon .accordion__intro span {
  pointer-events: none;
  width: 30px;
  height: 30px;
  display: block;
  transition: all 0.3s ease;
}
.acordeon .accordion__intro span svg {
  fill: var(--black);
  vertical-align: middle;
  margin: 8px;
}
.acordeon .accordion__intro span:hover svg {
  fill: var(--white) !important;
}
@media screen and (max-width: 767px) {
  .acordeon .accordion__intro span {
    width: 30px;
    height: 30px;
    background-size: 14px;
  }
}
.acordeon .accordion__intro:hover {
  background-color: var(--white);
}
@media screen and (max-width: 1025px) {
  .acordeon .accordion__intro h3 {
    font-size: 16px;
    line-height: 20px;
  }
}
.acordeon .accordion__content {
  padding: 0;
  max-height: 0;
  overflow: hidden;
  will-change: max-height;
  transition: all 0.25s ease-out;
}
.acordeon .accordion__content p {
  width: 95%;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  color: var(--dark-gray);
  margin-bottom: 24px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
}
.acordeon .accordion__content .iconos-app {
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
}
.acordeon .accordion__content .icono-google {
  width: 141px;
  height: 42px;
  margin-right: 20px;
  display: inline-block;
}
.acordeon .accordion__content .icono-google .svg {
  width: 141px;
  height: 42px;
}
.acordeon .accordion__content .icono-appel {
  width: 140px;
  height: 42px;
  display: inline-block;
}
.acordeon .accordion__content .icono-appel .svg {
  width: 140px;
  height: 42px;
}
.acordeon .accordion__content a {
  color: var(--dark-gray);
  font-weight: 600;
  text-decoration: none;
}
.acordeon .accordion__content ul {
  padding-left: 24px;
}
.acordeon .accordion__content ul li {
  padding: 0px 0px 16px 0px;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  color: var(--dark-gray);
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
}
.acordeon .accordion__content ul.bullet {
  padding-left: 32px;
}
.acordeon .accordion__content ul.bullet li {
  list-style-type: disc;
  margin-bottom: 0px;
  padding-bottom: 8px;
}
.acordeon .accordion__content ul.bullet li:last-child {
  padding-bottom: 24px;
}
.acordeon .accordion__content ul.linea {
  margin-bottom: 24px;
  padding-left: 32px;
}
.acordeon .accordion__content ul.linea li {
  list-style-type: none;
  padding: 6px 0px;
}
.acordeon .accordion__content ul.linea li::before {
  content: "- ";
  margin-left: -10px;
}
.acordeon .accordion__content ul.number {
  margin-bottom: 24px;
  padding-left: 32px;
}
.acordeon .accordion__content ul.number li {
  list-style-type: decimal;
  padding: 6px 0px;
}
.acordeon .accordion__content ul.number li::before {
  content: " ";
  display: inline-block;
  padding-left: -15px;
}
.acordeon .accordion__content ul.linea.unorderedList li p {
  padding-left: 20px;
  margin-bottom: 0;
}
.acordeon .accordion__content .box-iconos {
  display: block;
  margin-left: 24px;
}
.acordeon .accordion__content .box-iconos .icon-content {
  margin-bottom: 0px;
  position: relative;
  align-items: normal;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: flex;
  justify-content: left;
}
.acordeon .accordion__content .box-iconos .icon-content-position {
  margin-bottom: 16px;
  line-height: 28px;
  position: relative;
  align-items: top;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: flex;
  justify-content: left;
}
.acordeon .accordion__content .box-iconos .icon-content:last-child {
  margin-bottom: 20px;
}
.acordeon .accordion__content .box-iconos p {
  margin-left: 12px;
  font-size: 16px;
  line-height: 22px;
  color: var(--dark-gray);
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .acordeon .accordion__content .box-iconos h4 {
    text-align: left;
  }
  .acordeon .accordion__content .box-iconos .icon-content {
    align-items: normal;
  }
}
@media screen and (max-width: 1024px) {
  .acordeon .accordion__content ul li {
    font-size: 14px;
    line-height: 20px;
  }
  .acordeon .accordion__content ul,
  .acordeon .accordion__content ul.linea {
    padding-left: 14px;
  }
  .acordeon .accordion__content .iconos-app {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }
  .acordeon .accordion__content .icono-google {
    width: 125px;
    height: 37px;
  }
  .acordeon .accordion__content .icono-appel {
    width: 125px;
    height: 41px;
    background-size: auto 40px;
  }
  .acordeon .accordion__content p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 500px) {
  .acordeon .accordion__content p,
  .acordeon .accordion__content ul li {
    font-size: 14px;
    line-height: 22px;
  }
  .acordeon .accordion__content p {
    margin-bottom: 15px;
  }
}
.acordeon .accordion__active .accordion__intro {
  background-color: var(--white);
}
.acordeon .accordion__active .accordion__intro span {
  transition: all 0.3s ease;
  transform: rotate(-45deg);
  background-size: 16px;
}
.acordeon .accordion__active .accordion__content {
  padding-top: 10px;
  padding: 0px 0px 24px;
  max-height: 80rem;
  opacity: 1;
}

.legal {
  padding-bottom: 80px;
}
@media screen and (max-width: 1040px) {
  .legal .content {
    padding: 0 40px;
  }
}
@media screen and (max-width: 500px) {
  .legal .content {
    padding: 0 24px;
  }
}
.legal .col {
  border-top: 1px solid rgba(0, 0, 0, 0.1607843137);
  padding-top: 40px;
}
.legal p {
  font-weight: 700;
  font-size: 11px;
  line-height: 16px;
  margin-bottom: 24px;
  color: var(--gray);
  font-family: "Open Sans", sans-serif;
}
.legal p:last-child {
  margin-bottom: 0px;
}
.legal p.letter::first-letter {
  font-weight: 400;
}
.legal p.medium {
  font-weight: 400;
}
.legal p a {
  color: var(--gray);
  text-decoration: underline;
}
.legal p a.green {
  color: var(--green-cetelem);
  font-weight: 700;
}
@media screen and (max-width: 1250px) {
  .legal {
    width: auto;
  }
}
@media screen and (max-width: 724px) {
  .legal {
    padding-top: 0;
    width: 100%;
    padding: 0px;
    margin: 0px;
    padding-bottom: 56px !important;
  }
}

.breadcrums {
  padding: 0;
  min-height: 84px;
  border-top: 1px solid var(--lighter-gray);
  border-bottom: 1px solid var(--lighter-gray);
}
.breadcrums .content {
  padding: 0 80px;
  height: 84px;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1200px) {
  .breadcrums .content {
    max-width: 100%;
    padding: 0px 64px;
  }
}
@media screen and (max-width: 767px) {
  .breadcrums .content {
    padding: 0px 40px;
  }
}
@media screen and (max-width: 630px) {
  .breadcrums .content {
    padding: 0px 24px;
  }
}
.breadcrums .col {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
}
.breadcrums .col a:nth-child(2),
.breadcrums .col div:nth-child(3),
.breadcrums .col a:nth-child(4) {
  font-size: 14px;
  line-height: 14px;
  color: var(--green-cetelem);
}
.breadcrums .col div:nth-child(5),
.breadcrums .col a:nth-child(6) {
  font-size: 14px;
  line-height: 14px;
  color: var(--dark-gray);
}

footer {
  width: 100%;
  margin-bottom: 0px;
  position: relative;
}
footer .wrapper {
  padding: 56px 0;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
}
@media screen and (max-width: 1114px) {
  footer .wrapper {
    padding: 40px 0;
  }
}
footer .wrapper .content {
  padding: 0 80px;
  align-items: flex-start;
  flex-flow: column;
}
@media screen and (max-width: 1200px) {
  footer .wrapper .content {
    max-width: 100%;
    padding: 0px 64px;
  }
}
@media screen and (max-width: 856px) {
  footer .wrapper .content {
    padding: 0px 40px;
  }
}
@media screen and (max-width: 630px) {
  footer .wrapper .content {
    padding: 0px 24px;
  }
}
footer .wrapper.bnp {
  background: var(--bg-gray);
  margin-bottom: 148px;
  padding-bottom: 96px;
}
footer .wrapper.bnp .content {
  display: flex;
  flex-flow: nowrap;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 1114px) {
  footer .wrapper.bnp .content {
    align-items: flex-start;
  }
}
@media screen and (max-width: 848px) {
  footer .wrapper.bnp .content {
    flex-flow: column;
    align-items: flex-start;
  }
}
@media screen and (max-width: 554px) {
  footer .wrapper.bnp .content {
    padding-bottom: 152px;
  }
}
footer .wrapper.bg {
  padding: 0px;
  border-radius: 0px;
  background: var(--bg-gray);
}
footer .wrapper.link-legal {
  position: absolute;
  bottom: 0px;
  height: 188px;
  background: var(--resalto);
  width: 100%;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
}
@media screen and (max-width: 848px) {
  footer .wrapper.link-legal {
    width: 100%;
    height: 313px;
  }
}
@media screen and (max-width: 554px) {
  footer .wrapper.link-legal {
    width: 100%;
    height: 369px;
  }
}
footer .col__menu {
  display: flex;
  flex-flow: wrap;
  gap: 80px;
  width: 100%;
}
@media screen and (max-width: 1264px) {
  footer .col__menu {
    gap: 40px;
  }
}
@media screen and (max-width: 1144px) {
  footer .col__menu {
    gap: 30px;
  }
}
@media screen and (max-width: 788px) {
  footer .col__menu {
    gap: 24px 16px;
  }
}
footer .col__menu .menu {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 547px) {
  footer .col__menu .menu {
    width: 100%;
    border-top: 1px solid var(--lighter-gray);
    padding-top: 24px;
  }
}
footer .col__menu .menu__list {
  width: 164px;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 12px;
}
footer .col__menu .menu__list.doble {
  width: 160px;
}
footer .col__menu .menu__list.doble:last-child {
  padding-top: 56px;
}
@media screen and (max-width: 1512px) {
  footer .col__menu .menu__list.doble {
    width: 140px;
  }
}
footer .col__menu .menu__list.min {
  width: 294px;
}
@media screen and (max-width: 1394px) {
  footer .col__menu .menu__list.min {
    width: 164px;
  }
}
@media screen and (max-width: 807px) {
  footer .col__menu .menu__list.min {
    width: 100%;
    border-top: 1px solid var(--lighter-gray);
    padding-top: 24px;
  }
}
footer .col__menu .menu__list h2 {
  font-weight: 700;
  margin-bottom: 20px;
  color: var(--black);
}
@media screen and (max-width: 807px) {
  footer .col__menu .menu__list h2 {
    margin-bottom: 0px;
  }
}
footer .col__menu .menu__list li {
  display: flex;
  align-items: center;
}
footer .col__menu .menu__list li a {
  height: auto;
  color: var(--gray);
  padding: 0;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}
footer .col__menu .menu__list li:hover,
footer .col__menu .menu__list li.active {
  box-shadow: none;
}
footer .col__menu .menu__list li:hover a,
footer .col__menu .menu__list li.active a {
  color: var(--green-cetelem);
}
footer .col__menu .menu__list li:hover a svg path,
footer .col__menu .menu__list li.active a svg path {
  fill: var(--green-cetelem);
}
footer .col__menu .menu__rrss {
  width: 294px;
  display: flex;
  flex-direction: column;
  align-items: start;
}
@media screen and (max-width: 1513px) {
  footer .col__menu .menu__rrss {
    width: 216px;
  }
}
@media screen and (max-width: 1082px) {
  footer .col__menu .menu__rrss {
    width: 100%;
    padding-top: 24px;
    border-top: 1px solid var(--lighter-gray);
    align-items: center;
  }
}
@media screen and (max-width: 788px) {
  footer .col__menu .menu__rrss {
    padding-top: 24px;
  }
}
@media screen and (max-width: 547px) {
  footer .col__menu .menu__rrss {
    align-items: flex-start;
  }
}
footer .col__menu .menu__rrss h2 {
  font-weight: 700;
  margin-bottom: 24px;
  color: var(--black);
}
footer .col__menu .menu__rrss .social {
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 1082px) {
  footer .col__menu .menu__rrss .social {
    gap: 40px;
  }
}
footer .col__menu .menu__rrss .social a {
  height: 24px;
  width: 24px;
  vertical-align: bottom;
  text-decoration: none;
}
footer .col__menu .menu__rrss .social a svg {
  fill: var(--gray);
  transition: all 0.3s;
}
footer .col__menu .menu__rrss .social a svg:hover {
  fill: var(--dark-gray);
}
@media screen and (max-width: 375px) {
  footer .col__menu .menu__rrss .social a {
    margin-right: 11%;
  }
}
footer .col__bnp {
  max-width: 480px;
  display: flex;
  flex-flow: column;
  gap: 16px;
}
@media screen and (max-width: 848px) {
  footer .col__bnp {
    max-width: 100%;
    gap: 16px;
  }
}
footer .col__icons {
  max-width: 370px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 1114px) {
  footer .col__icons {
    gap: 24px;
  }
}
footer .col__nav {
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 848px) {
  footer .col__nav {
    width: 100%;
    gap: 24px;
  }
}
@media screen and (max-width: 848px) {
  footer .col__nav {
    max-width: 100%;
    width: auto;
  }
}
footer .col__nav .nav {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  gap: 24px;
}
@media screen and (max-width: 1042px) {
  footer .col__nav .nav {
    gap: 20px;
  }
}
@media screen and (max-width: 848px) {
  footer .col__nav .nav {
    border-bottom: 1px solid var(--green-line);
    padding-bottom: 24px;
    flex-flow: unset;
    justify-content: initial;
    flex-wrap: wrap;
    flex-direction: column;
    width: 100%;
    align-content: space-between;
    align-items: self-start;
    height: 197px;
  }
}
@media screen and (max-width: 554px) {
  footer .col__nav .nav {
    height: 257px;
  }
}
footer .col__nav .nav a {
  font-size: 12px;
  line-height: 12px;
  color: var(--white);
  font-weight: 400;
}
@media screen and (max-width: 554px) {
  footer .col__nav .nav a {
    width: 50%;
    line-height: 16px;
  }
}
footer .col__nav p {
  font-size: 12px;
  line-height: 12px;
  color: var(--white);
  font-weight: 400;
}
@media screen and (max-width: 848px) {
  footer .col__nav p {
    padding-top: 0px;
  }
}
.btn {
  cursor: pointer;
  height: 3.5rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 16px;
  transition: all 300ms ease-out;
}

.btn-green {
  width: 100%;
  border-radius: 3.5rem;
  border: 2px solid var(--green-cetelem);
  color: var(--white);
  background: var(--green-cetelem);
  text-decoration: none !important;
}
.btn-green:hover,
.btn-green:focus {
  border-color: var(--green-dark);
  background: var(--green-dark);
  color: var(--white);
}

.btn-w {
  width: 100%;
  border-radius: 3.5rem;
  border: 2px solid var(--green-cetelem);
  color: var(--green-cetelem);
  text-decoration: none !important;
}
.btn-w:hover,
.btn-w:focus {
  border-color: var(--green-dark);
  color: var(--green-dark);
}

.btn-white {
  width: 100%;
  border-radius: 3.5rem;
  border: none;
  color: var(--green-cetelem);
  background-color: var(--white);
  text-decoration: none !important;
}
.btn-white:hover,
.btn-white:focus {
  color: var(--green-dark);
  background-color: var(--green-subtle);
}

.header-xll {
  font-weight: 700;
  font-size: 90px;
  line-height: 90px;
  letter-spacing: 0;
  color: var(--green-cetelem);
}

.header-xl {
  font-weight: 700;
  line-height: 64px;
  letter-spacing: -0.64px;
  color: var(--black);
  font-size: 64px;
}

.header-xl-medium {
  font-weight: 500;
  font-size: 60px;
  line-height: 60px;
  letter-spacing: 0;
  color: var(--black);
}

.header-l {
  margin: 0px;
  font-weight: 700;
  font-size: 48px;
  line-height: 52px;
  letter-spacing: 0;
  color: var(--black);
}

.header-x {
  font-weight: 700;
  font-size: 36px;
  line-height: 40px;
  letter-spacing: 0;
  color: var(--black);
}

.header-m {
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: 0;
  color: var(--black);
}

.header-s {
  font-weight: 300;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0;
  color: var(--black);
}

.subtitle {
  font-weight: 300;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0;
  color: var(--black);
}

.header-uppercase {
  font-weight: 300;
  font-size: 20px;
  font-style: normal;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 0;
  color: var(--black);
}

.body-default {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  color: var(--dark-gray);
}

.body-small {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
  color: var(--dark-gray);
}

.body-small-s {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0;
  color: var(--dark-gray);
}

.body-min {
  font-weight: 400;
  font-size: 11px;
  line-height: 16px;
  letter-spacing: 0;
  color: var(--dark-gray);
  font-family: "Open Sans", sans-serif;
}

span.nobold {
  font-weight: 500;
}
span.decimal {
  font-size: 24px;
}

.modal {
  position: fixed;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  z-index: 99999999999;
  transition: all 0.4s ease;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal.open {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
}
.modal-bg {
  position: absolute;
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
}
.modal-container {
  max-height: 80vh;
  overflow-y: auto;
  width: auto;
  height: auto;
  position: relative;
  padding: 22px 40px 40px;
  background: var(--white);
  border-radius: 16px;
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.2509803922);
  overflow: hidden;
  display: flex;
  flex-flow: column;
}
@media screen and (max-width: 780px) {
  .modal-container {
    margin: 0 16px;
    /*padding: 64px 24px 0px;+*/
    max-height: 640px;
    overflow-y: scroll;
  }
}
.modal-container .subtitle {
  text-align: center;
  font-weight: 700;
  margin-bottom: 23px;
}
.modal-container .box {
  width: 100%;
  display: flex;
  flex-flow: column;
  align-items: center;
}
.modal-container .box__line {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
}
.modal-container .box__line .body-default {
  width: 210px;
  line-height: 20px;
  font-weight: 600;
  color: var(--black);
}
.modal-container .box__line .body-small {
  width: 408px;
  font-family: "Open Sans", sans-serif;
}
@media screen and (max-width: 780px) {
  .modal-container .box__line {
    flex-flow: column;
    gap: 8px;
  }
  .modal-container .box__line .body-default,
  .modal-container .box__line .body-small {
    width: 100%;
  }
}
.modal-container .box hr {
  width: 100%;
  border: 0;
  height: 0;
  border-top: 1px solid var(--lighter-gray);
}
.modal-close {
  position: absolute;
  right: 16px;
  top: 16px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 24px;
  height: 24px;
  background: #f5f5f7;
  border: 0;
  font-weight: bold;
  cursor: pointer;
  padding: 0;
}

[data-tooltip] {
  text-decoration: underline;
}

[role="tooltip"] {
  opacity: 0;
  position: absolute;
  z-index: 999999;
  width: auto;
  width: 250px;
  height: auto;
  min-height: 25px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  border: 1px solid #c5c5c5;
  background-color: var(--white);
  color: #000000;
  box-shadow: 0 0 5px #666666;
  border-radius: var(--border-radius);
  margin-top: 10px;
  padding: 10px;
}

[role="tooltip"].active {
  opacity: 1;
  transition: opacity 0.1s;
} /*# sourceMappingURL=landing.css.map */

#wrapper {
  overflow: visible;
}

@media screen and (max-width: 767px) {
  #wrapper.container-fluid-1280 #footer .row > div.dvRRSS ul li a i {
    font-size: 24px;
  }
}

#wrapper.container-fluid-1280 #footer .row > div.dvContenidosCTLM ul {
  font-weight: 200;
}

#wrapper.container-fluid-1280 #footer .row > div.dvBttmFooterLft {
  font-weight: 200;
}

#wrapper.container-fluid-1280 #footer .row.dvBttmFooter {
  font-weight: 200;
}

/*ajustes varios*/
p.header-s.tin {
  font-weight: 500;
}
p.header-s {
  font-weight: 600;
}
p.header-s.protege {
  font-weight: 300;
}
p.body-small-s-qr {
  font-weight: 400;
  font-size: 12px;
  margin: 0;
}
p.body-small {
  margin: 0;
}
p.header-s {
  margin: 0;
}
.card.img {
  display: block;
  width: 100%;
  height: 1000%;
  object-fit: cover;
  transform: scaleY(0.99) !important;
  transform-origin: top;
}
@media screen and (max-width: 667px) {
  .cuenta .content {
    padding: 12px 18px;
  }
}
#banner .navbar-nav > li > .dropdown-menu.row {
  border: 0;
  border-top: 1px solid #f5f5f7;
  border-radius: 0;
  box-shadow: 0 16px 16px -6px rgba(0, 0, 0, 0.24);
  height: 19rem;
  margin: 0 0 0 -1px;
  max-height: inherit;
  padding: 23px 0 0;
  width: 1280px;
}
/*fuerzo estilo porque viene de aui.css*/
.card,
.card-horizontal {
  background-color: #fff;
  border-color: transparent;
  border-color: transparent;
}

/*btn caja principal fixed abajo unicamente navegación mobile*/

.fixed-button-container {
  display: none;
}
@media (max-width: 768px) {
  .cards__col:last-child .btn.btn-green {
    display: none;
  }
  a.btn.btn-green.mobile {
    display: none !important;
  }
  .fixed-button-container {
    display: flex;
    position: fixed;
    left: 50%;
    bottom: 12px;
    transform: translateX(-50%);
    width: calc(100% - 32px);
    max-width: 343px;
    padding: 12px;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 32px;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
    align-items: center;
    justify-content: center;
    z-index: 1000;
    border-radius: 100px;
  }

  .simular-prestamo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 48px;
    padding: 0 32px;
    box-sizing: border-box;
    margin: 0;
    text-align: center;
    border-radius: 100px;
    text-decoration: none;
    font-weight: 600px;
    line-height: 1;
    z-index: auto;
    position: relative;
  }

  .body {
    padding-bottom: 110px;
  }
}
