@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: #3A913F;
  --green-dark: #235726;
  --green-subtle-20: #EBF4EC33;
  --green-subtle: #EBF4EC;
  --illustration: #61A765;
  --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;
  --white: #FFF;
  --border-radius: 8px;
  --border-radius-img: 8px 8px 0px 0px;
}

@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;
}
.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;
}

*, body {
  box-sizing: border-box !important;
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  margin: 0;
  vertical-align: middle;
}

body.bg {
  background-color: var(--subtler-gray);
}

body {
  display: flex;
  flex-direction: column;
}

html {
  scroll-behavior: smooth;
}

strong {
  font-weight: 700;
}

.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);
}

section {
  padding: 80px 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;
  }
}

header {
  box-sizing: border-box;
  width: 100%;
  z-index: 9999;
  position: fixed;
  top: 0;
  background: var(--white);
  border-bottom: 1px solid var(--lighter-gray);
}
header .content {
  max-width: 100%;
  height: 80px;
  padding: 0 24px;
  justify-content: space-between;
  align-items: center;
}
header .btn {
  width: 175px;
  height: 40px;
  font-size: 14px;
  margin: 0px;
}
header .btn-tel {
  width: auto;
  height: 25px;
  margin: 0px;
  font-size: 16px;
  line-height: 16px;
  color: var(--black);
  text-decoration: none;
}
header .btn-tel::after {
  content: "900 505 969";
}
@media screen and (max-width: 1040px) {
  header .content {
    height: 60px;
  }
  header svg {
    height: 32px;
  }
}
@media screen and (max-width: 575px) {
  header .btn-tel::after {
    content: "";
  }
}

.inicio {
  margin-top: 80px;
  padding: 16px 40px;
}
@media screen and (max-width: 1040px) {
  .inicio {
    margin-top: 60px;
  }
}
@media screen and (max-width: 900px) {
  .inicio {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .inicio {
    padding: 24px 24px 16px;
  }
}
.inicio .content-inicio {
  width: 100%;
  border: 1px solid var(--black);
  background: var(--white);
  overflow: hidden;
}
.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: 1150px) {
  .inicio .border {
    width: 55%;
    height: 76px;
  }
}
@media screen and (max-width: 767px) {
  .inicio .border {
    height: auto;
    padding: 12px;
  }
}
@media screen and (max-width: 495px) {
  .inicio .border {
    width: 60%;
    min-height: 125px;
  }
}
@media screen and (max-width: 415px) {
  .inicio .border {
    min-height: 135px;
  }
}
@media screen and (max-width: 377px) {
  .inicio .border {
    min-height: 145px;
  }
}
.inicio .border.mob {
  width: 47%;
  border-right: none;
  border-left: none;
}
@media screen and (max-width: 1150px) {
  .inicio .border.mob {
    width: 45%;
  }
}
@media screen and (max-width: 495px) {
  .inicio .border.mob {
    width: 40%;
    min-height: 125px;
  }
}
@media screen and (max-width: 415px) {
  .inicio .border.mob {
    min-height: 135px;
  }
}
@media screen and (max-width: 377px) {
  .inicio .border.mob {
    min-height: 145px;
  }
}
.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: 28px;
  color: var(--dark-gray);
  font-size: 10px;
  line-height: 14px;
  height: auto;
  font-family: "Open Sans", sans-serif;
}
@media screen and (max-width: 2497px) {
  .inicio .txt-min {
    margin-top: 28px;
  }
}
@media screen and (max-width: 1280px) {
  .inicio .txt-min {
    margin-top: 17px;
  }
}
@media screen and (max-width: 767px) {
  .inicio .txt-min {
    margin-top: 10px;
  }
}
@media screen and (max-width: 416px) {
  .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: 12px;
}

.cuentas {
  padding: 0;
}
.cuentas .content {
  max-width: 100%;
  height: 100%;
  padding: 40px 0;
  align-items: center;
  justify-content: space-around;
  background: #61A765 url(../img/img-slider-cuentas.jpg) center no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
}
@media screen and (max-width: 1040px) {
  .cuentas .content {
    padding-left: 32px;
  }
}
@media screen and (max-width: 767px) {
  .cuentas .content {
    justify-content: center;
    padding-left: 0px;
    display: none;
  }
}

.banner {
  padding: 0px;
  border-radius: 16px;
}
.banner .content {
  flex-direction: column;
  justify-content: center;
  height: 720px;
}
.banner.cuenta {
  margin: 0 40px 40px;
  background: var(--illustration) url(../img/landing-cuentas-hero.jpg) right top no-repeat;
  background-size: auto 100%;
}
@media screen and (max-width: 1040px) {
  .banner.cuenta {
    background-image: none;
    background: var(--illustration);
  }
}
@media screen and (max-width: 767px) {
  .banner.cuenta {
    margin: 0 24px 40px;
  }
}
@media screen and (max-width: 1408px) {
  .banner.cuenta .content {
    height: 500px;
  }
}
@media screen and (max-width: 1040px) {
  .banner.cuenta .content {
    height: 314px;
  }
}
.banner.cuenta .txtBanner {
  max-width: 480px;
}
@media screen and (max-width: 1305px) {
  .banner.cuenta .txtBanner {
    max-width: 390px;
  }
  .banner.cuenta .txtBanner .header-uppercase {
    font-size: 16px;
    line-height: 22px;
  }
  .banner.cuenta .txtBanner .header-xl {
    font-size: 40px;
    line-height: 44px;
    margin-bottom: 16px;
  }
  .banner.cuenta .txtBanner .subtitle {
    font-size: 20px;
    line-height: 26px;
  }
  .banner.cuenta .txtBanner .text-subr {
    border-bottom: 3px solid var(--black);
    margin-bottom: -5px;
    white-space: nowrap;
    display: inline-table;
  }
}
@media screen and (max-width: 1040px) {
  .banner.cuenta .txtBanner {
    max-width: 480px;
    margin: 0 auto;
    text-align: center;
  }
  .banner.cuenta .txtBanner .header-xl {
    margin-bottom: 16px;
  }
  .banner.cuenta .txtBanner .header-uppercase {
    margin-bottom: 8px;
    text-align: center;
  }
  .banner.cuenta .txtBanner .header-xl, .banner.cuenta .txtBanner .subtitle {
    text-align: center;
  }
}
@media screen and (max-width: 616px) {
  .banner.cuenta .txtBanner {
    max-width: 100%;
  }
  .banner.cuenta .txtBanner .header-xl {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 16px;
  }
  .banner.cuenta .txtBanner .subtitle {
    font-size: 18px;
    line-height: 24px;
  }
  .banner.cuenta .txtBanner .header-uppercase, .banner.cuenta .txtBanner .header-xl, .banner.cuenta .txtBanner .subtitle {
    text-align: center;
  }
}
@media screen and (max-width: 375px) {
  .banner.cuenta .txtBanner {
    max-width: 100%;
  }
}
.banner.suma {
  margin: 0 40px 0px;
  background: var(--illustration) url(../img/landing-cuentas-suma-hero.jpg) right top no-repeat;
  background-size: auto 100%;
}
@media screen and (max-width: 1080px) {
  .banner.suma {
    background-image: none;
    background: var(--illustration);
  }
}
@media screen and (max-width: 630px) {
  .banner.suma {
    margin: 0 24px 24px;
  }
}
@media screen and (max-width: 1408px) {
  .banner.suma .content {
    height: 500px;
  }
}
@media screen and (max-width: 630px) {
  .banner.suma .content {
    height: 334px;
  }
}
.banner.suma .txtBanner {
  max-width: 480px;
}
.banner.suma .txtBanner li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
}
.banner.suma .txtBanner li:first-child {
  padding-bottom: 16px;
}
.banner.suma .txtBanner li .body-default {
  font-weight: 300;
  color: var(--black);
  text-align: left;
  font-family: "Open Sans", sans-serif;
}
@media screen and (max-width: 1305px) {
  .banner.suma .txtBanner {
    max-width: 390px;
  }
  .banner.suma .txtBanner .header-uppercase {
    font-size: 16px;
    line-height: 22px;
  }
  .banner.suma .txtBanner .header-xl {
    font-size: 40px;
    line-height: 44px;
    margin-bottom: 16px;
  }
  .banner.suma .txtBanner .subtitle {
    font-size: 20px;
    line-height: 26px;
  }
  .banner.suma .txtBanner .text-subr {
    border-bottom: 3px solid var(--black);
    margin-bottom: -5px;
    white-space: nowrap;
    display: inline-table;
  }
}
@media screen and (max-width: 1080px) {
  .banner.suma .txtBanner {
    max-width: 480px;
    margin: 0 auto;
    text-align: center;
  }
  .banner.suma .txtBanner .header-xl {
    margin-bottom: 16px;
  }
  .banner.suma .txtBanner .header-uppercase {
    margin-bottom: 8px;
    text-align: center;
  }
  .banner.suma .txtBanner .header-xl, .banner.suma .txtBanner .subtitle {
    text-align: center;
  }
}
@media screen and (max-width: 616px) {
  .banner.suma .txtBanner {
    max-width: 100%;
  }
  .banner.suma .txtBanner .header-xl {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 16px;
  }
  .banner.suma .txtBanner .subtitle {
    font-size: 18px;
    line-height: 24px;
  }
  .banner.suma .txtBanner .header-uppercase, .banner.suma .txtBanner .header-xl, .banner.suma .txtBanner .subtitle {
    text-align: center;
  }
  .banner.suma .txtBanner ul {
    margin: 0 auto 0px;
  }
}
@media screen and (max-width: 375px) {
  .banner.suma .txtBanner {
    max-width: 100%;
  }
}
.banner.ahorro {
  margin: 0 40px 0px;
  background: var(--illustration) url(../img/landing-cuentas-ahorro-hero.jpg) right bottom no-repeat;
  background-size: auto 100%;
}
@media screen and (max-width: 1080px) {
  .banner.ahorro {
    background-image: none;
    background: var(--illustration);
  }
}
@media screen and (max-width: 630px) {
  .banner.ahorro {
    margin: 0 24px 24px;
  }
}
@media screen and (max-width: 1305px) {
  .banner.ahorro .content {
    height: 550px;
  }
}
@media screen and (max-width: 630px) {
  .banner.ahorro .content {
    height: 334px;
  }
}
.banner.ahorro .txtBanner {
  max-width: 480px;
}
.banner.ahorro .txtBanner li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
}
.banner.ahorro .txtBanner li:first-child {
  padding-bottom: 16px;
}
.banner.ahorro .txtBanner li .body-default {
  font-weight: 300;
  color: var(--black);
  text-align: left;
  font-family: "Open Sans", sans-serif;
}
@media screen and (max-width: 1305px) {
  .banner.ahorro .txtBanner {
    max-width: 390px;
  }
  .banner.ahorro .txtBanner .header-uppercase {
    font-size: 16px;
    line-height: 22px;
  }
  .banner.ahorro .txtBanner .header-xl {
    font-size: 40px;
    line-height: 44px;
    margin-bottom: 16px;
  }
  .banner.ahorro .txtBanner .subtitle {
    font-size: 20px;
    line-height: 26px;
  }
  .banner.ahorro .txtBanner .text-subr {
    border-bottom: 3px solid var(--black);
    margin-bottom: -5px;
    white-space: nowrap;
    display: inline-table;
  }
}
@media screen and (max-width: 1080px) {
  .banner.ahorro .txtBanner {
    max-width: 480px;
    margin: 0 auto;
    text-align: center;
  }
  .banner.ahorro .txtBanner .header-xl {
    margin-bottom: 16px;
  }
  .banner.ahorro .txtBanner .header-uppercase {
    margin-bottom: 8px;
    text-align: center;
  }
  .banner.ahorro .txtBanner .header-xl, .banner.ahorro .txtBanner .subtitle {
    text-align: center;
  }
}
@media screen and (max-width: 616px) {
  .banner.ahorro .txtBanner {
    max-width: 100%;
  }
  .banner.ahorro .txtBanner .header-xl {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 16px;
  }
  .banner.ahorro .txtBanner .subtitle {
    font-size: 18px;
    line-height: 24px;
  }
  .banner.ahorro .txtBanner .header-uppercase, .banner.ahorro .txtBanner .header-xl, .banner.ahorro .txtBanner .subtitle {
    text-align: center;
  }
  .banner.ahorro .txtBanner ul {
    margin: 0 auto 0px;
  }
}
@media screen and (max-width: 375px) {
  .banner.ahorro .txtBanner {
    max-width: 100%;
  }
}
.banner .txtBanner .header-uppercase {
  margin-bottom: 8px;
}
.banner .txtBanner .header-xl {
  font-size: 64px;
  line-height: 64px;
  margin-bottom: 40px;
}

.button_box {
  padding: 0px;
  margin-top: -44px;
}
@media screen and (max-width: 630px) {
  .button_box {
    margin: 0px;
  }
}
.button_box_content {
  max-width: 520px;
  display: flex;
  padding: 16px;
  gap: 16px;
  background: var(--white);
  border-radius: 100px;
  margin: 0 auto;
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.2509803922);
}
.button_box_content .btn-md {
  width: 236px;
}
.button_box_content .btn-green {
  font-size: 16px;
  line-height: 16px;
  margin: 0;
}
.button_box_content .btn-white {
  font-size: 16px;
  line-height: 16px;
  margin: 0;
}
@media screen and (max-width: 630px) {
  .button_box_content {
    max-width: 100%;
    padding: 0px;
    box-shadow: none;
    flex-direction: column;
    background: none;
    padding: 0px 24px;
  }
  .button_box_content .btn-md {
    width: 100%;
  }
}

.blockTablet {
  position: fixed !important;
  top: 70px !important;
}

.dos-cuentas {
  padding: 96px 0px 80px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .dos-cuentas {
    padding: 64px 0px;
  }
}
@media screen and (max-width: 912px) {
  .dos-cuentas {
    gap: 48px;
  }
}
@media screen and (max-width: 767px) {
  .dos-cuentas {
    padding: 56px 0px;
  }
}
@media screen and (max-width: 560px) {
  .dos-cuentas {
    gap: 32px;
  }
}
.dos-cuentas .content {
  flex-direction: column;
  gap: 80px;
  align-items: center;
}
.dos-cuentas .content.msg {
  width: 880px;
  margin: 0 auto;
  gap: 40px;
  text-align: center;
  padding: 0;
}
@media screen and (max-width: 912px) {
  .dos-cuentas .content {
    gap: 64px;
    padding: 0 32px;
  }
}
@media screen and (max-width: 630px) {
  .dos-cuentas .content {
    gap: 32px;
  }
}
.dos-cuentas .title {
  max-width: 480px;
  margin: 0 auto;
  text-align: center;
}
.dos-cuentas .title .header-l {
  margin-bottom: 16px;
}
@media screen and (max-width: 912px) {
  .dos-cuentas .title .header-l {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 530px) {
  .dos-cuentas .title .header-l {
    font-size: 32px;
    line-height: 36px;
  }
}
.dos-cuentas .cards {
  display: flex;
  justify-content: space-between;
  gap: 80px;
}
@media screen and (max-width: 912px) {
  .dos-cuentas .cards {
    flex-flow: column;
    width: 480px;
    gap: 48px;
  }
}
@media screen and (max-width: 767px) {
  .dos-cuentas .cards {
    gap: 32px;
  }
}
@media screen and (max-width: 560px) {
  .dos-cuentas .cards {
    width: 327px;
  }
}
@media screen and (max-width: 350px) {
  .dos-cuentas .cards {
    width: 100%;
  }
}
.dos-cuentas .cards .card {
  width: 400px;
  height: 560px;
  border: 1px solid var(--light-gray);
  background-color: var(--white);
  position: relative;
  border-radius: var(--border-radius);
}
@media screen and (max-width: 912px) {
  .dos-cuentas .cards .card {
    width: 100%;
    height: auto;
  }
}
.dos-cuentas .cards .card img {
  width: 100%;
  border-radius: var(--border-radius-img);
}
.dos-cuentas .cards .card .txt {
  padding: 36px 24px 8px;
}
.dos-cuentas .cards .card .txt .header-m {
  font-weight: 800;
  margin-bottom: 8px;
  color: var(--black);
  text-align: center;
}
.dos-cuentas .cards .card .txt .subtitle {
  font-weight: 300;
  color: var(--black);
  text-align: center;
}
.dos-cuentas .cards .card .btn-green {
  width: 352px;
  position: absolute;
  bottom: 40px;
}
@media screen and (max-width: 912px) {
  .dos-cuentas .cards .card .txt {
    padding: 38px 24px 40px;
  }
  .dos-cuentas .cards .card .btn-green {
    position: initial;
    width: 100%;
  }
  .dos-cuentas .cards .card .header-m {
    font-size: 32px;
    line-height: 36px;
  }
  .dos-cuentas .cards .card .subtitle {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .dos-cuentas .cards .card .txt .header-m {
    text-align: center;
    margin-bottom: 8px;
  }
  .dos-cuentas .cards .card .txt .header-s {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) and (max-width: 560px) {
  .dos-cuentas .cards .card .header-m {
    font-size: 24px;
    line-height: 32px;
  }
  .dos-cuentas .cards .card .subtitle {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 40px;
  }
}
.dos-cuentas .area {
  width: 100%;
  background: var(--subtle-gray);
  height: auto;
  padding: 16px;
  border-radius: var(--border-radius);
  margin: 0px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
.dos-cuentas .area p {
  font-size: 12px;
  line-height: 16px;
  color: var(--dark-gray);
  text-align: center;
}
@media screen and (max-width: 912px) {
  .dos-cuentas .area {
    width: 480px;
  }
}
@media screen and (max-width: 560px) {
  .dos-cuentas .area {
    width: 327px;
    justify-content: flex-start;
  }
  .dos-cuentas .area p {
    text-align: left;
  }
}

.cuenta-paraTi {
  padding: 96px 0px 80px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
}
@media screen and (max-width: 1064px) {
  .cuenta-paraTi {
    gap: 48px;
  }
}
@media screen and (max-width: 630px) {
  .cuenta-paraTi {
    padding: 56px 0px;
  }
}
.cuenta-paraTi .content {
  flex-direction: column;
  gap: 80px;
  align-items: center;
  padding: 0px 32px;
}
.cuenta-paraTi .content.msg {
  width: 1192px;
  margin: 0 auto;
  gap: 40px;
  text-align: center;
  padding: 0px;
}
@media screen and (max-width: 1336px) {
  .cuenta-paraTi .content.msg {
    width: 1000px;
  }
}
@media screen and (max-width: 1064px) {
  .cuenta-paraTi .content.msg {
    width: 480px;
  }
}
@media screen and (max-width: 646px) {
  .cuenta-paraTi .content.msg {
    width: 100%;
    padding: 0px 32px;
  }
}
@media screen and (max-width: 1064px) {
  .cuenta-paraTi .content {
    gap: 64px;
  }
}
@media screen and (max-width: 630px) {
  .cuenta-paraTi .content {
    gap: 32px;
  }
}
.cuenta-paraTi .title {
  max-width: 480px;
  margin: 0 auto;
  text-align: center;
}
.cuenta-paraTi .title .header-l {
  margin-bottom: 16px;
}
@media screen and (max-width: 1024px) {
  .cuenta-paraTi .title .header-l {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 530px) {
  .cuenta-paraTi .title .header-l {
    font-size: 32px;
    line-height: 36px;
  }
}
.cuenta-paraTi .col {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
@media screen and (max-width: 1064px) {
  .cuenta-paraTi .col {
    flex-flow: column;
    width: 576px;
    align-items: center;
    gap: 48px;
  }
}
@media screen and (max-width: 767px) {
  .cuenta-paraTi .col {
    gap: 32px;
  }
}
@media screen and (max-width: 646px) {
  .cuenta-paraTi .col {
    width: 100%;
  }
}
@media screen and (max-width: 560px) {
  .cuenta-paraTi .col {
    gap: 24px;
  }
}
.cuenta-paraTi .col .cards {
  max-width: 576px;
  background-color: var(--white);
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  gap: 40px;
}
.cuenta-paraTi .col .cards.ahorro {
  width: 100%;
}
@media screen and (max-width: 1336px) {
  .cuenta-paraTi .col .cards {
    width: 480px;
  }
}
@media screen and (max-width: 1064px) {
  .cuenta-paraTi .col .cards {
    gap: 48px;
  }
}
@media screen and (max-width: 767px) {
  .cuenta-paraTi .col .cards {
    gap: 32px;
  }
}
@media screen and (max-width: 646px) {
  .cuenta-paraTi .col .cards {
    width: 100%;
  }
}
@media screen and (max-width: 560px) {
  .cuenta-paraTi .col .cards {
    gap: 24px;
  }
}
.cuenta-paraTi .col .cards .card {
  width: 100%;
  height: 312px;
  padding: 32px;
  border-radius: var(--border-radius);
  border: 1px solid var(--light-gray);
}
.cuenta-paraTi .col .cards .card.height {
  height: 280px;
}
@media screen and (max-width: 1064px) {
  .cuenta-paraTi .col .cards .card.height {
    display: none;
  }
}
@media screen and (max-width: 1336px) {
  .cuenta-paraTi .col .cards .card {
    width: 100%;
  }
}
@media screen and (max-width: 1064px) {
  .cuenta-paraTi .col .cards .card {
    height: auto;
  }
}
.cuenta-paraTi .col .cards .card-l {
  max-width: 100%;
  height: 632px;
  padding: 32px;
  border-radius: var(--border-radius);
  border: 1px solid var(--light-gray);
  position: relative;
}
@media screen and (max-width: 1336px) {
  .cuenta-paraTi .col .cards .card-l {
    height: 652px;
  }
}
@media screen and (max-width: 1064px) {
  .cuenta-paraTi .col .cards .card-l {
    height: auto;
  }
}
.cuenta-paraTi .col .cards .card-l a {
  font-weight: 500;
  font-size: 16px;
  margin-top: 24px;
  line-height: 16px;
  color: var(--green-cetelem);
  display: flex;
  gap: 8px;
  position: absolute;
  bottom: 32px;
}
@media screen and (max-width: 1064px) {
  .cuenta-paraTi .col .cards .card-l a {
    position: initial;
  }
}
.cuenta-paraTi .col .cards .card-l a svg {
  margin-bottom: 0px;
}
.cuenta-paraTi .col .cards .card.height-2 {
  display: none;
}
@media screen and (max-width: 1064px) {
  .cuenta-paraTi .col .cards .card.height-2 {
    display: block;
    height: auto;
  }
}
.cuenta-paraTi .col .cards svg {
  margin-bottom: 24px;
}
.cuenta-paraTi .col .cards .subtitle {
  font-weight: 800;
  margin-bottom: 12px;
  color: var(--black);
  text-align: left;
}
.cuenta-paraTi .col .cards .body-default {
  font-weight: 300;
  margin-bottom: 8px;
  color: var(--dark-gray);
  text-align: left;
  font-family: "Open Sans", sans-serif;
}
.cuenta-paraTi .col .cards .body-default:last-child {
  margin-bottom: 0px;
}
.cuenta-paraTi .col .cards a {
  font-weight: 500;
  font-size: 16px;
  margin-top: 24px;
  line-height: 16px;
  color: var(--green-cetelem);
  display: flex;
  gap: 8px;
}
.cuenta-paraTi .col .cards a svg {
  margin-bottom: 0px;
}
.cuenta-paraTi .col .cards hr {
  height: 0px;
  border: 0;
  border-top: 1px solid var(--lighter-gray);
  margin: 40px 0;
}
.cuenta-paraTi .col .cards ul li {
  display: flex;
  gap: 16px;
  margin-bottom: 16px;
  font-family: "Open Sans", sans-serif;
}
.cuenta-paraTi .col .cards ul li:last-child {
  margin-bottom: 0px;
}
.cuenta-paraTi .col .cards ul li svg {
  margin-bottom: 0px;
}
.cuenta-paraTi .col .cards ul.bull {
  margin-left: 8px;
}
.cuenta-paraTi .col .cards ul.bull li {
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 24px;
  color: var(--dark-gray);
  gap: 8px;
}
.cuenta-paraTi .col .cards ul.bull li::before {
  content: "●";
  font-size: 12px;
  width: 8px;
}
.cuenta-paraTi .area {
  width: 100%;
  background: var(--subtle-gray);
  height: auto;
  padding: 16px;
  border-radius: var(--border-radius);
  margin: 0px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
.cuenta-paraTi .area p {
  font-size: 12px;
  line-height: 16px;
  color: var(--dark-gray);
  text-align: center;
}
@media screen and (max-width: 560px) {
  .cuenta-paraTi .area {
    justify-content: flex-start;
  }
  .cuenta-paraTi .area p {
    text-align: left;
  }
}

.icons-elije {
  padding: 96px 0px 80px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
}
@media screen and (max-width: 1430px) {
  .icons-elije {
    padding: 96px 0px 80px;
  }
}
@media screen and (max-width: 1200px) {
  .icons-elije {
    padding: 64px 0px;
  }
}
@media screen and (max-width: 767px) {
  .icons-elije {
    padding: 56px 0px;
  }
}
.icons-elije .content {
  flex-direction: column;
  gap: 80px;
  align-items: center;
  padding: 0;
}
@media screen and (max-width: 1430px) {
  .icons-elije .content {
    padding: 0 64px;
  }
}
@media screen and (max-width: 1024px) {
  .icons-elije .content {
    gap: 64px;
  }
}
@media screen and (max-width: 767px) {
  .icons-elije .content {
    padding: 0 24px;
  }
}
@media screen and (max-width: 630px) {
  .icons-elije .content {
    gap: 32px;
  }
}
.icons-elije .title {
  max-width: 560px;
  margin: 0 auto;
  text-align: center;
}
.icons-elije .title .header-l {
  margin-bottom: 16px;
}
@media screen and (max-width: 1024px) {
  .icons-elije .title .header-l {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 560px) {
  .icons-elije .title {
    max-width: 100%;
  }
  .icons-elije .title .header-l {
    font-size: 32px;
    line-height: 36px;
    text-align: left;
  }
}
.icons-elije .col {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 63px;
}
@media screen and (max-width: 1318px) {
  .icons-elije .col {
    gap: 24px;
  }
}
@media screen and (max-width: 1162px) {
  .icons-elije .col {
    width: 480px;
    flex-flow: column;
    align-items: center;
  }
}
@media screen and (max-width: 560px) {
  .icons-elije .col {
    width: 100%;
  }
}
.icons-elije .col .row {
  width: 439px;
  display: flex;
  justify-content: center;
  gap: 63px;
}
.icons-elije .col .row:last-child {
  width: 100%;
  display: initial;
}
@media screen and (max-width: 1318px) {
  .icons-elije .col .row {
    width: 400px;
    gap: 24px;
  }
}
@media screen and (max-width: 1162px) {
  .icons-elije .col .row {
    width: 100%;
  }
}
@media screen and (max-width: 560px) {
  .icons-elije .col .row {
    max-width: 327px;
    flex-flow: column;
    align-items: center;
  }
  .icons-elije .col .row:last-child {
    max-width: 327px;
    display: flex;
    justify-content: center;
  }
}
.icons-elije .col .iconos {
  width: 188px;
  padding: 16px;
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 1162px) {
  .icons-elije .col .iconos {
    width: 228px;
  }
}
@media screen and (max-width: 560px) {
  .icons-elije .col .iconos {
    width: 100%;
    flex-flow: row;
    padding: 0;
  }
}
.icons-elije .col .iconos .body-default {
  font-weight: 500;
  margin-bottom: 0px;
  color: var(--black);
  text-align: center;
}

.saber-mas {
  background-color: var(--subtler-gray);
}
.saber-mas .content {
  flex-direction: column;
  gap: 40px;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .saber-mas .content {
    gap: 64px;
  }
}
@media screen and (max-width: 630px) {
  .saber-mas .content {
    gap: 32px;
  }
}
.saber-mas .title {
  max-width: 480px;
  margin: 0 auto;
  text-align: center;
}
.saber-mas .title .header-l {
  margin-bottom: 16px;
}
.saber-mas .title .subtitle {
  margin-bottom: 40px;
}
.saber-mas .title .btn {
  width: 208px;
}
@media screen and (max-width: 1024px) {
  .saber-mas .title .header-l {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 12px;
  }
  .saber-mas .title .subtitle {
    font-size: 20px;
    line-height: 26px;
  }
}
@media screen and (max-width: 560px) {
  .saber-mas .title .btn {
    width: 325px;
  }
}
@media screen and (max-width: 530px) {
  .saber-mas .title .header-l {
    font-size: 32px;
    line-height: 36px;
    text-align: left;
  }
  .saber-mas .title .subtitle {
    font-size: 18px;
    line-height: 24px;
    text-align: left;
  }
}
@media screen and (max-width: 386px) {
  .saber-mas .title {
    width: 100%;
  }
  .saber-mas .title .btn {
    width: 100%;
  }
}
.saber-mas .cards {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
@media screen and (max-width: 954px) {
  .saber-mas .cards {
    flex-flow: column;
    width: 480px;
    align-items: center;
  }
}
@media screen and (max-width: 560px) {
  .saber-mas .cards {
    width: 327px;
  }
}
@media screen and (max-width: 350px) {
  .saber-mas .cards {
    width: 100%;
  }
}
.saber-mas .cards .mas {
  width: 40px;
  position: relative;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 954px) {
  .saber-mas .cards .mas {
    height: 40px;
  }
}
.saber-mas .cards .mas svg {
  z-index: 999999;
  margin-left: -12px;
  margin-right: -12px;
}
@media screen and (max-width: 954px) {
  .saber-mas .cards .mas svg {
    margin-top: -12px;
    margin-bottom: -12px;
  }
}
.saber-mas .cards .card {
  width: 392px;
  min-height: 716px;
  border: 1px solid var(--light-gray);
  background-color: var(--white);
  border-radius: var(--border-radius);
}
@media screen and (max-width: 954px) {
  .saber-mas .cards .card {
    width: 100%;
    min-height: auto;
  }
  .saber-mas .cards .card img {
    display: none;
  }
}
.saber-mas .cards .card img {
  max-width: 100%;
}
.saber-mas .cards .card .txt {
  padding: 32px 24px;
}
.saber-mas .cards .card .txt hr {
  height: 0px;
  border: 0;
  border-top: 1px solid var(--lighter-gray);
  margin: 24px 0px;
}
.saber-mas .cards .card .txt svg {
  margin-bottom: 16px;
}
.saber-mas .cards .card .txt .subtitle {
  font-weight: 700;
  margin-bottom: 8px;
  color: var(--black);
}
.saber-mas .cards .card .txt .header-s {
  font-weight: 300;
  line-height: 26px;
  color: var(--black);
}
.saber-mas .cards .card .txt ul {
  display: flex;
  flex-flow: column;
  gap: 16px;
}
.saber-mas .cards .card .txt li {
  display: flex;
  align-items: flex-start;
  justify-content: start;
  gap: 12px;
}
.saber-mas .cards .card .txt li .icon {
  width: 24px;
}
.saber-mas .cards .card .txt li svg {
  margin-bottom: 0px;
}
.saber-mas .cards .card .txt li:last-child {
  padding-bottom: 0px;
}
.saber-mas .cards .card .txt li .body-default {
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: var(--dark-gray);
}
@media screen and (max-width: 767px) {
  .saber-mas .cards .card .txt .subtitle {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 8px;
  }
  .saber-mas .cards .card .txt .header-s {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
  }
  .saber-mas .cards .card .txt ul {
    gap: 16px;
  }
  .saber-mas .cards .card .txt li .body-default {
    font-size: 14px;
    line-height: 20px;
  }
  .saber-mas .cards .card .txt li svg {
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 767px) and (max-width: 560px) {
  .saber-mas .cards .card svg {
    margin-bottom: 12px;
    width: 24px;
    height: 24px;
  }
}

.img-txt .content {
  padding: 0 160px;
  justify-content: space-between;
  gap: 64px;
  align-items: center;
}
@media screen and (max-width: 1400px) {
  .img-txt .content {
    padding: 0px 64px;
    justify-content: space-between;
  }
}
@media screen and (max-width: 1024px) {
  .img-txt .content {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .img-txt .content {
    padding: 0px 24px;
    flex-flow: column;
    gap: 56px;
  }
}
.img-txt .imgBanner {
  width: 520px;
}
.img-txt .imgBanner img {
  width: 100%;
}
@media screen and (max-width: 1208px) {
  .img-txt .imgBanner {
    width: 420px;
  }
}
@media screen and (max-width: 1024px) {
  .img-txt .imgBanner {
    order: 1;
    text-align: center;
  }
}
@media screen and (max-width: 528px) {
  .img-txt .imgBanner {
    width: 100%;
  }
}
.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 .header-s {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 40px;
  font-weight: 300;
}
.img-txt .txtBanner .body-default {
  font-weight: 300;
  margin-bottom: 40px;
}
.img-txt .txtBanner .btn {
  width: 193px;
}
.img-txt .txtBanner .suma {
  width: 228px;
}
@media screen and (max-width: 1100px) {
  .img-txt .txtBanner {
    max-width: 400px;
  }
}
@media screen and (max-width: 1024px) {
  .img-txt .txtBanner {
    order: 2;
    max-width: 480px;
    margin-bottom: 0px;
  }
  .img-txt .txtBanner .header-uppercase {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 8px;
    text-align: center;
  }
  .img-txt .txtBanner .header-l {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 12px;
    text-align: center;
  }
  .img-txt .txtBanner .header-s {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 32px;
    text-align: center;
  }
  .img-txt .txtBanner .body-default {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
  }
  .img-txt .txtBanner .btn {
    width: 100%;
  }
}
@media screen and (max-width: 930px) {
  .img-txt .txtBanner {
    max-width: 480px;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .img-txt .txtBanner {
    margin-bottom: 0px;
  }
  .img-txt .txtBanner .header-l {
    font-size: 36px;
    line-height: 40px;
  }
  .img-txt .txtBanner .header-s {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 32px;
    text-align: center;
  }
  .img-txt .txtBanner .subtitle {
    font-size: 20px;
    line-height: 26px;
  }
}
@media screen and (max-width: 530px) {
  .img-txt .txtBanner {
    width: 100%;
  }
  .img-txt .txtBanner .header-l {
    font-size: 32px;
    line-height: 36px;
  }
  .img-txt .txtBanner .subtitle {
    font-size: 18px;
    line-height: 24px;
  }
  .img-txt .txtBanner .subtitle {
    margin-bottom: 0px;
  }
}

.tips {
  gap: 40px;
}
.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: 1216px) {
  .tips .content {
    padding: 0px 64px;
  }
}
@media screen and (max-width: 1024px) {
  .tips .content {
    gap: 64px;
    padding: 0px 32px;
  }
}
@media screen and (max-width: 630px) {
  .tips .content {
    gap: 32px;
  }
}
.tips .col {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 80px 116px;
}
@media screen and (max-width: 1512px) {
  .tips .col {
    gap: 80px 64px;
  }
}
@media screen and (max-width: 1216px) {
  .tips .col {
    gap: 56px 32px;
    justify-content: space-around;
  }
}
@media screen and (max-width: 1024px) {
  .tips .col {
    flex-wrap: wrap;
    justify-content: center;
    gap: 56px;
  }
}
.tips .col .iconos {
  max-width: 320px;
}
@media screen and (max-width: 1216px) {
  .tips .col .iconos {
    max-width: 260px;
  }
}
@media screen and (max-width: 1216px) {
  .tips .col .iconos {
    max-width: 320px;
  }
}
@media screen and (max-width: 760px) {
  .tips .col .iconos {
    max-width: 212px;
  }
}
@media screen and (max-width: 543px) {
  .tips .col .iconos {
    max-width: 100%;
    width: 100%;
  }
}
.tips .col .iconos svg {
  margin-bottom: 16px;
}
.tips .col .iconos .header-s {
  font-weight: 500;
  color: var(--black);
  margin-bottom: 12px;
}
.tips .col .iconos .body-small {
  font-weight: 400;
  color: var(--dark-gray);
  margin-bottom: 0px;
  font-family: "Open Sans", sans-serif;
}

.bannerAhorro .content {
  padding: 0 160px;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  .bannerAhorro .content {
    padding: 0 32px;
  }
}
@media screen and (max-width: 1024px) {
  .bannerAhorro .content {
    flex-direction: column;
    gap: 64px;
  }
}
@media screen and (max-width: 630px) {
  .bannerAhorro .content {
    gap: 56px;
  }
}
@media screen and (max-width: 375px) {
  .bannerAhorro .content {
    padding: 0 24px;
    flex-direction: column;
  }
}
.bannerAhorro .contentIconos {
  width: 456px;
}
.bannerAhorro .contentIconos .colIconos:first-child {
  margin-bottom: 56px;
}
.bannerAhorro .contentIconos .colIconos {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.bannerAhorro .contentIconos .colIconos .iconos {
  min-width: 200px;
}
.bannerAhorro .contentIconos .colIconos .iconos svg {
  margin-bottom: 16px;
}
.bannerAhorro .contentIconos .colIconos .iconos .header-s {
  margin-bottom: 8px;
}
.bannerAhorro .contentIconos .colIconos .iconos .body-small {
  font-family: "Open Sans", sans-serif;
}
.bannerAhorro .txtBanner {
  max-width: 480px;
}
.bannerAhorro .txtBanner .header-uppercase {
  margin-bottom: 8px;
}
.bannerAhorro .txtBanner .header-l {
  margin-bottom: 40px;
}
.bannerAhorro .txtBanner p {
  font-family: "Open Sans", sans-serif;
}
.bannerAhorro .txtBanner .btn {
  width: 198px;
  margin-top: 40px;
  line-height: 16px;
  padding: 18px 38px;
}
@media screen and (max-width: 1200px) {
  .bannerAhorro .imgBanner {
    width: 50%;
    height: auto;
    text-align: center;
  }
}
@media screen and (max-width: 1024px) {
  .bannerAhorro .contentIconos {
    order: 2;
    width: 480px;
  }
  .bannerAhorro .txtBanner {
    order: 1;
    width: 480px;
  }
  .bannerAhorro .txtBanner .header-uppercase {
    font-size: 16px;
    line-height: 22px;
  }
  .bannerAhorro .txtBanner .header-l {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 32px;
  }
  .bannerAhorro .txtBanner .subtitle {
    font-size: 20px;
    line-height: 26px;
  }
  .bannerAhorro .txtBanner .btn {
    margin-top: 32px;
  }
}
@media screen and (max-width: 767px) {
  .bannerAhorro .contentIconos {
    order: 2;
  }
  .bannerAhorro .txtBanner {
    order: 1;
  }
  .bannerAhorro .txtBanner .header-l {
    font-size: 36px;
    line-height: 40px;
  }
}
@media screen and (max-width: 630px) {
  .bannerAhorro .txtBanner {
    order: 1;
    max-width: 100%;
  }
  .bannerAhorro .txtBanner .header-l {
    font-size: 32px;
    line-height: 36px;
  }
  .bannerAhorro .txtBanner .btn {
    width: 100%;
  }
  .bannerAhorro .contentIconos {
    order: 2;
    max-width: 100%;
  }
  .bannerAhorro .colIconos {
    flex-direction: column;
  }
  .bannerAhorro .colIconos:last-child .iconos:last-child {
    border-bottom: 0px;
  }
  .bannerAhorro .iconos:last-child {
    padding-top: 32px;
  }
  .bannerAhorro .iconos {
    padding-bottom: 32px;
    border-bottom: 1px solid var(--lighter-gray);
  }
}

.verPlanes {
  padding-bottom: 0px;
}
@media screen and (max-width: 767px) {
  .verPlanes {
    padding: 64px 0 0;
  }
}
.verPlanes .content {
  justify-content: center;
  flex-direction: column;
  gap: 80px;
  padding: 0 32px;
}
.verPlanes .content#tablet {
  display: none;
}
@media screen and (max-width: 1180px) {
  .verPlanes .content #desktop {
    display: none;
  }
  .verPlanes .content #tablet {
    display: flex;
    gap: 24px;
  }
}
@media screen and (max-width: 640px) {
  .verPlanes .content {
    padding: 0 16px;
  }
}
@media screen and (max-width: 767px) {
  .verPlanes .content {
    gap: 56px;
  }
}
.verPlanes .box {
  display: flex;
  align-items: center;
}
.verPlanes .box__title {
  max-width: 560px;
  text-align: center;
}
.verPlanes .box__title .header-x {
  text-align: center;
  margin-bottom: 16px;
}
@media screen and (max-width: 726px) {
  .verPlanes .box__title .header-x {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 12px;
  }
  .verPlanes .box__title .subtitle {
    font-size: 20px;
    line-height: 26px;
  }
}
@media screen and (max-width: 575px) {
  .verPlanes .box__title {
    max-width: 343px;
  }
  .verPlanes .box__title .header-x {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 8px;
  }
  .verPlanes .box__title .subtitle {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (max-width: 375px) {
  .verPlanes .box__title {
    max-width: 100% !important;
    padding: 0 24px;
  }
}
.verPlanes .box#desktop {
  padding: 0;
}
.verPlanes .box#desktop .box__content {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.verPlanes .box#desktop .box__row {
  width: 100%;
  max-width: 1140px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  border-radius: var(--border-radius);
}
.verPlanes .box#desktop .box__row.bg-white {
  background-color: var(--white);
}
.verPlanes .box#desktop .box__row.head .box__col {
  padding: 0 0px;
}
.verPlanes .box#desktop .box__col {
  width: 304px;
  text-align: center;
  min-height: 112px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
  padding: 32px 16px;
}
.verPlanes .box#desktop .box__col:first-child {
  width: 468px;
}
.verPlanes .box#desktop .box__col.txt-left {
  align-items: flex-start;
}
.verPlanes .box#desktop .box__col.txt-left .body-default, .verPlanes .box#desktop .box__col.txt-left ul li {
  text-align: left;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  color: var(--black);
}
.verPlanes .box#desktop .box__col .head {
  width: 304px;
  height: 110px;
  border-radius: var(--border-radius);
  border: 1px solid var(--light-gray);
  padding: 24px 16px;
  background: var(--white);
  margin-bottom: 32px;
}
.verPlanes .box#desktop .box__col .head .header-s {
  text-align: center;
  margin-bottom: 16px;
  font-weight: 700;
}
.verPlanes .box#desktop .box__col .head .body-small {
  text-align: center;
  color: var(--dark-gray);
  font-family: "Open Sans", sans-serif;
  letter-spacing: -0.2px;
}
.verPlanes .box#desktop .box__col .head_tablet {
  display: none;
  background-color: var(--subtler-gray);
  border-radius: var(--border-radius);
  padding: 16px 8px;
}
.verPlanes .box#desktop .box__col .body-small {
  text-align: center;
  color: var(--dark-gray);
  font-family: "Open Sans", sans-serif;
}
.verPlanes .box#desktop .box__col .body-default {
  font-family: "Open Sans", sans-serif;
}
.verPlanes .box#desktop .box__col .body-default.ub {
  font-family: "Ubuntu", sans-serif;
}
.verPlanes .box#desktop .box__col ul.bull li {
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 24px;
  color: var(--dark-gray);
  padding-left: 24px;
  font-weight: 400;
}
.verPlanes .box#desktop .box__col ul.bull li::before {
  content: "●";
  display: inline-block;
  font-size: 12px;
  width: 12px;
  margin-left: -12px;
}
.verPlanes .box#desktop .box__col .ic {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--green-subtle);
  border-radius: var(--border-radius);
}
.verPlanes .box#desktop .box__col .icon {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  text-align: left;
}
.verPlanes .box#desktop .box__col .icon .body-small {
  font-family: "Open Sans", sans-serif;
  position: relative;
}
.verPlanes .box#desktop .box__col .subtitle {
  font-weight: 700;
}
.verPlanes .box#desktop .box__col .btn {
  width: 272px;
}
.verPlanes .box#tablet {
  padding: 0;
}
@media screen and (max-width: 640px) {
  .verPlanes .box#tablet {
    padding: 0;
  }
}
.verPlanes .box#tablet .box__content {
  max-width: 664px;
  width: 100%;
  display: flex;
  flex-flow: column;
  gap: 0px;
}
@media screen and (max-width: 726px) {
  .verPlanes .box#tablet .box__content {
    width: 480px;
  }
}
@media screen and (max-width: 575px) {
  .verPlanes .box#tablet .box__content {
    width: 343px;
  }
}
.verPlanes .box#tablet .box__row {
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 0px;
  background-color: var(--white);
  margin-bottom: 24px;
  border: initial;
  border-radius: initial;
  border-left: 1px solid var(--light-gray);
  border-bottom: 1px solid var(--light-gray);
  border-right: 1px solid var(--light-gray);
  border-bottom-left-radius: var(--border-radius);
  border-bottom-right-radius: var(--border-radius);
}
.verPlanes .box#tablet .box__row .box__col {
  width: 100%;
  min-height: 48px;
  display: flex;
  gap: 12px;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  padding: 16px 12px;
}
.verPlanes .box#tablet .box__row .body-small, .verPlanes .box#tablet .box__row .body-default, .verPlanes .box#tablet .box__row ul.bull li {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  line-height: 16px;
  color: var(--dark-gray);
  text-align: center;
}
.verPlanes .box#tablet .box__row ul.bull {
  display: flex;
  gap: 12px;
  flex-flow: column;
}
.verPlanes .box#tablet .box__row ul.bull li {
  font-weight: 400;
}
.verPlanes .box#tablet .box__row ul.bull li::before {
  content: "●";
  display: inline-block;
  font-size: 8px;
  width: 12px;
  margin-left: -12px;
}
.verPlanes .box#tablet .box__row .subtitle {
  font-size: 16px;
  line-height: 16px;
}
.verPlanes .box#tablet .box__row .tablet {
  display: contents;
}
@media screen and (max-width: 575px) {
  .verPlanes .box#tablet .box__row .tablet {
    display: none;
  }
}
.verPlanes .box#tablet .box__row .mobile {
  display: none;
}
@media screen and (max-width: 575px) {
  .verPlanes .box#tablet .box__row .mobile {
    display: contents;
  }
}
.verPlanes .box#tablet .box__row:not(.title):not(.header):not(:last-child) .box__col:first-child {
  border-right: 1px solid var(--light-gray);
}
.verPlanes .box#tablet .box__row:last-child {
  background-color: initial;
  border: initial;
  margin-bottom: 16px;
}
.verPlanes .box#tablet .box__row:last-child .box__col .btn {
  width: 95%;
}
.verPlanes .box#tablet .box__row:last-child .box__col:first-child .btn:before {
  content: "Contratar Cuenta Ahorro";
}
.verPlanes .box#tablet .box__row:last-child .box__col:last-child .btn:before {
  content: "Contratar Cuenta Suma";
}
@media screen and (max-width: 726px) {
  .verPlanes .box#tablet .box__row:last-child .box__col:first-child .btn:before, .verPlanes .box#tablet .box__row:last-child .box__col:last-child .btn:before {
    content: "Contratar";
  }
}
@media screen and (max-width: 575px) {
  .verPlanes .box#tablet .box__row:last-child .box__col {
    padding: 0;
  }
}
.verPlanes .box#tablet .box__row.title {
  background-color: transparent;
  border: initial;
  border-radius: initial;
  border-left: 1px solid var(--light-gray);
  border-top: 1px solid var(--light-gray);
  border-right: 1px solid var(--light-gray);
  border-top-left-radius: var(--border-radius);
  border-top-right-radius: var(--border-radius);
  margin-bottom: 0;
  padding: 0px;
}
.verPlanes .box#tablet .box__row.title .box__col {
  width: 100%;
  height: 50px;
  text-align: left;
  display: flex;
  align-items: flex-start;
  justify-content: left;
}
.verPlanes .box#tablet .box__row.title .box__col .header-s {
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  padding: 0;
}
.verPlanes .box#tablet .box__row.title .box__col .body-small {
  font-family: "Ubuntu", sans-serif;
}
.verPlanes .box#tablet .box__row.header {
  gap: 16px;
  background-color: transparent;
  padding: 0px;
  margin-bottom: 0;
  border: initial;
  border-radius: initial;
  gap: 16px;
}
.verPlanes .box#tablet .box__row.header .box__col {
  display: flex;
  align-items: center;
  justify-content: end;
  flex-direction: column;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 726px) {
  .verPlanes .box#tablet .box__row.header .box__col {
    gap: 16px;
  }
}
@media screen and (max-width: 575px) {
  .verPlanes .box#tablet .box__row.header .box__col {
    gap: 12px;
  }
}
.verPlanes .box#tablet .box__row.header .box__col .head {
  width: 324px;
  height: 48px;
  border-radius: var(--border-radius);
  border: 1px solid var(--light-gray);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--white);
  position: absolute;
  top: 0px;
  z-index: 999999;
}
@media screen and (max-width: 726px) {
  .verPlanes .box#tablet .box__row.header .box__col .head {
    width: 230px;
  }
}
@media screen and (max-width: 575px) {
  .verPlanes .box#tablet .box__row.header .box__col .head {
    width: 164px;
  }
}
.verPlanes .box#tablet .box__row.header .box__col .head .header-s {
  padding-bottom: 0px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}

.area {
  padding: 32px 0 80px;
}
@media screen and (max-width: 1181px) {
  .area {
    padding: 24px 0 64px;
  }
}
@media screen and (max-width: 575px) {
  .area {
    padding: 24px 0 40px;
  }
}
.area .content {
  max-width: 1140px;
  padding: 0;
}
@media screen and (max-width: 1181px) {
  .area .content {
    max-width: 664px;
  }
}
@media screen and (max-width: 730px) {
  .area .content {
    max-width: 480px;
  }
}
@media screen and (max-width: 575px) {
  .area .content {
    max-width: 327px;
  }
}
.area .box-area {
  width: 100%;
  background: var(--subtle-gray);
  height: auto;
  padding: 16px;
  border-radius: var(--border-radius);
  margin: 0px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
.area .box-area p {
  font-size: 12px;
  line-height: 16px;
  color: var(--dark-gray);
  text-align: center;
}
@media screen and (max-width: 560px) {
  .area .box-area {
    justify-content: flex-start;
  }
  .area .box-area p {
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .download {
    width: 480px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 500px) {
  .download {
    width: 100%;
    margin: 0 auto;
  }
}
.download .content {
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .download .content {
    gap: 24px;
  }
}
.download .content .subtitle {
  text-align: left;
  font-size: 24px;
  line-height: 32px;
}
@media screen and (max-width: 1024px) {
  .download .content .subtitle {
    text-align: center;
    font-size: 20px;
    line-height: 26px;
    font-weight: 300;
  }
}
@media screen and (max-width: 767px) {
  .download .content .subtitle {
    text-align: center;
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
  }
}
.download .content .download-boxes {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 40px;
}
@media screen and (max-width: 1024px) {
  .download .content .download-boxes {
    width: 480px;
    flex-flow: column;
    gap: 24px;
  }
}
@media screen and (max-width: 540px) {
  .download .content .download-boxes {
    width: 100%;
  }
}
.download .content .download-boxes li {
  width: 100%;
}
.download .content .download-boxes li a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--border-radius);
  background-color: var(--white);
  border: 1px solid var(--light-gray);
  text-decoration: none;
  padding: 16px;
  gap: 24px;
  transition: all 0.2s ease-in-out;
  height: 100%;
}
.download .content .download-boxes li a:hover {
  border-color: var(--green-cetelem);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
}
.download .content .download-boxes li a .texts {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 12px;
}
.download .content .download-boxes li a .document-title {
  color: var(--black);
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
}
.download .content .download-boxes li a .link {
  color: var(--green-cetelem);
  font-size: 12px;
  line-height: 16px;
}
.download .content .download-boxes li a .button {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: var(--green-subtle);
}

.acordeon .content {
  justify-content: space-between;
  gap: 64px;
  padding: 0 120px;
}
@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: 36px;
  }
}
@media screen and (max-width: 600px) {
  .acordeon .content {
    padding: 0 24px;
  }
}
.acordeon .accordion-title {
  max-width: 480px;
}
@media screen and (max-width: 1024px) {
  .acordeon .accordion-title .header-l {
    font-size: 36px;
    line-height: 40px;
  }
}
@media screen and (max-width: 630px) {
  .acordeon .accordion-title .header-l {
    font-size: 32px;
    line-height: 36px;
  }
}
@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: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: 1024px) {
  .acordeon .accordion__intro h3 {
    font-size: 18px;
    line-height: 22px;
  }
}
@media screen and (max-width: 767px) {
  .acordeon .accordion__intro h3 {
    font-size: 16px;
    line-height: 24px;
  }
}
.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(--green-cetelem);
  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: 0px;
}
.acordeon .accordion__content ul.bullet li:last-child {
  padding-bottom: 24px;
}
.acordeon .accordion__content ul.linea {
  margin-bottom: 24px;
  padding-left: 24px;
}
.acordeon .accordion__content ul.linea li {
  list-style-type: none;
  padding: 6px 0px;
}
.acordeon .accordion__content ul.linea li::before {
  content: "- ";
}
.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, .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;
  }
}
@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 a {
  text-decoration: none;
  color: var(--green-cetelem);
  font-weight: 800;
  text-decoration: underline;
}
.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;
}
@media screen and (max-width: 1250px) {
  .legal {
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .legal {
    width: 100%;
    padding: 0px;
    margin: 0px;
    padding-bottom: 56px !important;
  }
}

footer {
  width: 100%;
  height: 80px;
  border-top: 1px solid rgba(0, 0, 0, 0.1019607843);
  margin-bottom: 0px;
}
footer .content {
  justify-content: space-between;
  padding: 0 40px;
  height: 80px;
  align-items: center;
}
footer .content.center {
  justify-content: center;
  flex-flow: column;
  padding-top: 40px;
  padding-bottom: 40px;
  height: auto;
  align-items: center;
  gap: 32px;
}
footer .content.center p {
  text-align: center;
  font-size: 11px;
  line-height: 16px;
  color: var(--dark-gray);
}
footer .content.center nav a {
  padding-left: 8px;
  padding-right: 8px;
  cursor: pointer;
}
@media screen and (max-width: 850px) {
  footer .content.center {
    width: 460px;
  }
  footer .content.center nav a:nth-child(4), footer .content.center nav a:nth-child(5) {
    display: block;
    width: 50%;
    float: left;
    text-align: center;
    margin-top: 16px;
  }
}
@media screen and (max-width: 535px) {
  footer .content.center {
    width: 400px;
  }
  footer .content.center nav a, footer .content.center nav a:nth-child(4), footer .content.center nav a:nth-child(5) {
    display: block;
    text-align: center;
    margin: 16px auto 0;
    width: 100%;
    padding: 0 8px;
  }
}
footer .legal-links {
  padding: 0px;
  align-items: center;
}
footer .legal-links a.logo-mascota {
  display: inline-block;
  margin-right: 32px;
}
footer .legal-links a.logo-mascota svg {
  height: 32px;
  width: auto;
}
footer a.logo {
  display: inline-block;
}
footer a.logo svg {
  width: auto;
}
footer nav {
  display: inline-block;
}
footer nav a {
  margin-left: 32px;
  font-size: 14px;
  line-height: 14px;
  text-decoration: none;
  color: var(--gray);
}
footer .legal-links-cuenta {
  padding: 0px;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -ms-flexbox;
}
footer .legal-links-cuenta .norton {
  margin: 0 auto;
  width: 122px;
  height: 32px;
  margin-top: 40px;
  margin-bottom: 32px;
}
footer .legal-links-cuenta nav {
  display: inline-block;
}
footer .legal-links-cuenta nav a {
  margin-left: 32px;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  text-decoration: none;
  color: var(--gray);
}
footer .legal-links-cuenta p {
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  color: var(--gray);
  margin-top: 32px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  footer {
    height: auto;
    padding: 64px 0px;
    margin-bottom: 0px;
  }
  footer .content {
    flex-direction: column;
    align-self: center;
    padding: 0 32px;
    height: auto;
  }
  footer div {
    height: auto;
    margin: 0 auto;
    display: block;
  }
  footer .legal-links {
    margin: 0px;
    margin-bottom: 24px;
    display: flex;
    flex-direction: column;
  }
  footer .legal-links a.logo-mascota {
    display: block;
    margin: 0 auto 24px;
  }
  footer .legal-links .social {
    width: 305px;
    margin: 0px auto;
    padding: 37px 0px;
    border-top: none;
  }
  footer nav {
    height: auto;
    margin: 0 auto;
  }
  footer nav a {
    margin: 0px;
    padding: 0 16px;
  }
}
@media screen and (max-width: 610px) {
  footer {
    height: auto;
    padding: 24px 0px;
    margin-bottom: 0px;
  }
  footer .legal-links {
    width: 100%;
  }
  footer .legal-links nav a {
    margin: 0px;
    padding: 0 20px;
  }
  footer .legal-links nav a:last-child {
    margin: 16px auto 0px;
    display: block;
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 375px) {
  footer .content {
    padding: 0 24px;
  }
  footer .social {
    width: 270px;
    margin: 0px auto;
  }
  footer .legal-links nav a {
    width: 50%;
    margin: 0px;
    padding: 0 10px;
  }
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.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 {
  border-radius: 0rem;
  border: 2px solid var(--black);
  color: var(--white);
  padding: 18px 20px;
  background-color: var(--black);
}
.btn-green:hover, .btn-green:focus {
  border-color: var(--black);
  background-color: var(--white);
  color: var(--black);
}

.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: 2px solid var(--gray);
  color: var(--gray);
  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: 2px solid var(--green-cetelem);
  color: var(--green-cetelem);
  background-color: var(--white);
  text-decoration: none !important;
}
.btn-white:hover, .btn-white:focus {
  border-color: var(--green-dark);
  color: var(--green-dark);
  background-color: var(--green-subtle);
}

.icon-Social {
  display: inline-block;
  height: 24px;
  width: 24px;
  vertical-align: bottom;
  text-decoration: none;
  margin-right: 24px;
}
.icon-Social:last-child {
  margin-right: 0px;
}
.icon-Social svg {
  fill: var(--gray);
  transition: all 0.3s;
}
.icon-Social svg:hover {
  fill: var(--dark-gray);
}
@media screen and (max-width: 1040px) {
  .icon-Social {
    margin-right: 40px;
  }
  .icon-Social:last-child {
    margin-right: 0px;
  }
}
@media screen and (max-width: 375px) {
  .icon-Social {
    margin-right: 11%;
  }
}

.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 {
  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-s {
  font-weight: 500;
  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);
}

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

[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 */