* {
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
  font-style: normal;
}
:root {
  --color-primary: #001f56;
  --color-secondary: #68a2b9;
  --color-gray: #49454f;
  --color-red: #ca082c;
  --color-white: #fff;
}
body {
  background-color: #f1f1f1;
  overflow-x: hidden;
}
p,
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  text-shadow: none !important;
}
.page-ahorro-voluntario a {
  text-decoration: underline;
  font-weight: 700;
  color: var(--color-secondary);
}
.page-ahorro-voluntario .newbreadcrumbs {
  width: 100%;
  margin: 0 auto 20px;
  padding-top: 20px;
}
.max-width {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}
.banner-ahorro-voluntario {
  height: 210px;
  width: 100%;
  position: relative;
}
.banner-tus-ahorros picture img {
  display: block;
  width: 100%;
}
.banner-ahorro-voluntario picture img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-ahorro-voluntario .overlay,
.banner-ahorro-voluntario .text-banner-ahorro-voluntario {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.banner-ahorro-voluntario .overlay {
  max-height: 164px;
  left: 0;
}
.banner-ahorro-voluntario .text-banner-ahorro-voluntario {
  padding: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.banner-ahorro-voluntario
  .text-banner-ahorro-voluntario
  .title-banner-ahorro-voluntario {
  font-size: 24px;
  text-align: center;
  margin: 0;
  padding-bottom: 10px;
  position: relative;
}
.banner-ahorro-voluntario
  .text-banner-ahorro-voluntario
  .title-banner-ahorro-voluntario::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--color-white);
}
.banner-ahorro-voluntario
  .text-banner-ahorro-voluntario
  .title-banner-ahorro-voluntario
  span {
  padding: 2px 15px;
  background-color: var(--color-white);
  border-radius: 30px;
  color: var(--color-red);
  font-size: 20px;
  display: block;
}
section {
  padding: 0 20px;
  margin: 0 0 40px;
}
.title-ahorro-voluntario {
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 20px;
}
.title2-ahorro-voluntario {
  font-size: 20px;
  margin: 0 0 20px;
  font-weight: 400;
  text-align: center;
}
.bajada {
  font-size: 16px;
  margin-bottom: 20px;
}
.text-white {
  color: var(--color-white);
}
.text-red {
  color: var(--color-red);
}
.text-primary {
  color: var(--color-primary) !important;
}
.text-gray {
  color: var(--color-gray);
}
.ahorro-voluntario-container .deco {
  display: none;
}
.tabs-ahorro-voluntario,
.list-content {
  list-style: none;
  margin: 20px 0;
  padding: 0;
}
.tabs-ahorro-voluntario {
  display: flex;
  overflow-x: auto;
}
.tab-ahorro-voluntario {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px;
  border: 1px solid #1d1b201f;
  height: 77px;
  width: 200px;
  flex: none;
  color: var(--color-gray);
  font-size: 14px;
  cursor: pointer;
  transition: 0.2s;
  line-height: normal;
}
.tab-ahorro-voluntario:hover {
  background-color: #49454f2c;
}
.tab-ahorro-voluntario.active-av {
  background-color: var(--color-red);
  color: var(--color-white);
  font-weight: 700;
  cursor: default;
}
.tab-ahorro-voluntario.active-av .w {
  display: block;
}
.content-ahorro-voluntario .content,
.tab-ahorro-voluntario .w,
/* .tab-ahorro-voluntario:hover .r, */
.tab-ahorro-voluntario.active-av .r {
  display: none;
}
/* .tab-ahorro-voluntario:hover .w, */
.content-ahorro-voluntario .content.active-av {
  display: block;
}
.content-ahorro-voluntario .content .title-content {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 20px;
}
.content-ahorro-voluntario .content .text-content {
  display: flex;
  gap: 5px;
  padding-left: 15px;
  position: relative;
  line-height: 150%;
  margin-bottom: 30px;
}
.content-ahorro-voluntario .content .text-content > span {
  display: none;
}
.content-ahorro-voluntario .content .text-content::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 8px;
  height: 100%;
  max-height: 106px;
  background-color: var(--color-primary);
  font-size: 16px;
}
.content-ahorro-voluntario .content .list-content li {
  font-size: 16px;
  margin-bottom: 15px;
  padding-left: 30px;
  position: relative;
}
.content-ahorro-voluntario .content .list-content li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url("../images/icon-list.svg") no-repeat;
  background-size: contain;
  height: 20px;
  width: 20px;
  display: block;
}
.section-midle .sm {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.section-midle .section-midle-card {
  box-shadow: 0px 4px 4px 0px #00000040;
  padding: 30px 20px;
  border-radius: 15px;
  background-color: var(--color-white);
}
.section-midle .section-midle-card h2 {
  position: relative;
  padding-left: 10px;
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 20px;
}
.section-midle .section-midle-card h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 4px;
  height: 100%;
  max-height: 30px;
  background-color: var(--color-primary);
}
.section-midle .section-midle-card p {
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 150%;
}
.section-midle .section-midle-card > div {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 20px;
}
.section-midle .section-midle-card > div p {
  font-size: 14px;
  margin: 0 0 10px;
}
.section-midle .section-midle-card .btn {
  width: 100%;
}
.section-midle .section-midle-card .btn-primary {
  border-bottom: 0;
}
.section-midle .section-midle-card small {
  font-size: 14px;
  line-height: 23px;
}
.section-banner-bottom {
  padding: 0;
}
.banner-bottom {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.banner-bottom .banner-bottom-img {
  width: 100%;
  display: block;
}
.banner-bottom .banner-bottom-text {
  padding: 20px;
  position: relative;
  text-align: center;
  z-index: 1;
}
.banner-bottom .banner-bottom-text .title-bbt {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 20px;
  line-height: 100%;
  text-shadow: none !important;
}
.banner-bottom .banner-bottom-text .paragraph-bbt {
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 135%;
}
.banner-bottom .banner-bottom-text .btn {
  width: 100%;
}
.banner-bottom .banner-bottom-text .banner-bottom-deco-desk,
.banner-bottom .banner-bottom-text .banner-bottom-deco-mob {
  position: absolute;
  z-index: -1;
}
.banner-bottom .banner-bottom-text .banner-bottom-deco-desk {
  display: none;
}
.banner-bottom .banner-bottom-text .banner-bottom-deco-mob {
  bottom: 0;
  left: 0;
  height: 135%;
  width: 100%;
}
.grid-tipos-ahorros {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 500px;
  margin: 30px auto 0;
}
.card-tipo-ahorro {
  border-radius: 15px;
  box-shadow: 0px 4px 4px 0px #00000040;
  overflow: hidden;
}
.card-tipo-ahorro-content {
  display: flex;
  flex-direction: column;
  padding: 20px;
  width: 100%;
  height: 100%;
  background-color: #0d0d0dbf;
}
.card-tipo-ahorro-title {
  font-size: 20px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  position: relative;
}
.card-tipo-ahorro-title::before {
  content: "";
  bottom: 0;
  left: 0;
  position: absolute;
  width: 64px;
  height: 3px;
  background-color: var(--color-white);
}
.btn-outline-white {
  border: 1px solid var(--color-white);
  color: var(--color-white) !important;
  background-color: transparent;
}
.card-tipo-ahorro-p {
  margin-bottom: 20px;
}
.card-tipo-ahorro-p,
.card-tipo-ahorro-btn {
  font-size: 14px;
}
.card-tipo-ahorro-btn {
  padding: 10px 15px;
  background-color: var(--color-red);
  color: var(--color-white) !important;
  border-radius: 20px;
  text-decoration: none !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  width: 100%;
  max-width: 150px;
  font-weight: 500 !important;
  margin-top: auto;
  transition: 0.3s;
}
.card-tipo-ahorro-btn:hover {
  max-width: 160px;
  opacity: 0.9;
}
.cards-planes {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 40px 20px;
  margin-bottom: 50px;
}
.cards-planes .card-plan {
  position: relative;
}
.cards-planes .card-plan .card-plan-content {
  padding: 20px;
  border-radius: 40px;
  position: relative;
  overflow: hidden;
}
.cards-planes .card-plan .card-blue {
  background-color: #143da7;
}
.cards-planes .card-plan .card-red {
  background-color: #db1529;
}
.cards-planes .card-plan .card-gray {
  background-color: #43403b;
}
.cards-planes .card-plan .card-blue::after,
.cards-planes .card-plan .card-red::after,
.cards-planes .card-plan .card-gray::after {
  content: "";
  position: absolute;
  z-index: 1;
  right: -140px;
  bottom: -140px;
  width: 280px;
  height: 280px;
  filter: blur(175px);
}
.cards-planes .card-plan .card-blue::after {
  background-color: #5e87f2;
}
.cards-planes .card-plan .card-red::after {
  background-color: #fee1ac;
}
.cards-planes .card-plan .card-red::before {
  content: "";
  position: absolute;
  z-index: 1;
  left: -140px;
  top: -140px;
  width: 280px;
  height: 280px;
  filter: blur(175px);
  background-color: #fee1ac;
}
.cards-planes .card-plan .card-gray::after {
  background-color: #fff;
}
.cards-planes .card-plan .card-plan-title,
.cards-planes .card-plan .card-plan-midle,
.cards-planes .card-plan .card-plan-bottom {
  position: relative;
  z-index: 2;
}
.cards-planes .card-plan .card-plan-title {
  font-size: 20px;
  font-weight: 700;
}
.cards-planes .card-plan .card-plan-title,
.cards-planes .card-plan .card-plan-midle {
  border-bottom: 1px solid #bcbcbc;
  margin-bottom: 15px;
  padding-bottom: 10px;
}
.cards-planes .card-plan .card-plan-midle > span {
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.cards-planes .card-plan .card-plan-midle > p {
  font-size: 28px;
}
.cards-planes .card-plan .card-plan-midle > p span {
  font-size: 14px;
}
.cards-planes .card-plan .card-plan-bottom > span {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.cards-planes .card-plan .card-plan-bottom > p {
  font-size: 28px;
}
.cards-planes .card-plan .btn {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  box-shadow: 0px 4px 4px 0px #00000040;
  border: 0;
  min-width: 200px;
}
.cards-planes .card-plan .btn:hover {
  opacity: 1;
}
.btn-outline-white:hover,
.btn-primary-outline:hover {
  background-color: #ffffff2a;
  opacity: 0.8;
}
/* .btn {
  background-color: transparent;
  display: inline-block;
  font-size: 16px;
  padding: 10px 30px;
  border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s ease;
  text-decoration: none !important;
} */
.btn-primary {
  background-color: #b4123b;
  color: var(--color-white) !important;
}
.btn-secondary {
  background-color: #6ba3b7;
  color: var(--color-white) !important;
}
.btn-primary-outline {
  background-color: transparent;
  color: var(--color-red) !important;
  border: 1px solid var(--color-red) !important;
}
.position-relative {
  position: relative;
}
.deco {
  position: absolute;
  z-index: -1;
}
.deco1 {
  top: -30%;
  right: 0;
}
.deco2 {
  top: -10%;
  left: 0;
}
.deco3 {
  right: 0;
  bottom: -120%;
}
.texto-legales-multifondos {
  background-color: #f9f8f6;
  padding: 20px 20px 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.texto-legales-multifondos .legales-head {
  display: flex;
  cursor: pointer;
}
.texto-legales-multifondos .legales-head span {
  position: relative;
}
.texto-legales-multifondos .legales-head span::after {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-top: -0.2rem;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23484D45' d='M16.293 9.293L12 13.586L7.707 9.293l-1.414 1.414L12 16.414l5.707-5.707z'/%3E%3C/svg%3E");
}
.texto-legales-multifondos.open .legales-head span::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23484D45' d='m6.293 13.293l1.414 1.414L12 10.414l4.293 4.293l1.414-1.414L12 7.586z'/%3E%3C/svg%3E");
}
.texto-legales-multifondos .legales-body {
  max-width: 1100px;
  margin: 10px auto;
  display: none;
}
.texto-legales-multifondos.open .legales-body {
  display: flex;
}
.texto-legales-multifondos .legales-body p {
  font-size: 14px;
}
@media (min-width: 576px) {
  .banner-ahorro-voluntario {
    height: 310px;
  }
  .banner-ahorro-voluntario .overlay {
    max-height: 200px;
  }
  .banner-ahorro-voluntario
    .text-banner-ahorro-voluntario
    .title-banner-ahorro-voluntario {
    font-size: 26px;
    max-width: 500px;
  }
  .banner-ahorro-voluntario
    .text-banner-ahorro-voluntario
    .title-banner-ahorro-voluntario
    span {
    font-size: 24px;
  }
  .banner-bottom .banner-bottom-text .title-bbt {
    font-size: 28px;
  }
  .banner-bottom .banner-bottom-text .btn {
    width: auto;
    min-width: 285px;
  }
  .section-midle .section-midle-card {
    padding: 30px 50px;
  }
  .section-midle .section-midle-card > div {
    flex-direction: row;
  }
  /* .section-midle .section-midle-card .btn {
    display: block;
    width: fit-content;
    min-width: 220px;
    margin: auto auto 0;
  } */
  .card-tipo-ahorro-title {
    font-size: 22px;
  }
}
@media (min-width: 768px) {
  .max-width {
    max-width: 700px;
  }
  .banner-ahorro-voluntario {
    height: 360px;
  }
  .banner-ahorro-voluntario
    .text-banner-ahorro-voluntario
    .title-banner-ahorro-voluntario {
    font-size: 32px;
  }
  .title-ahorro-voluntario {
    font-size: 26px;
  }
  .title2-ahorro-voluntario {
    font-size: 22px;
  }
  .bajada {
    font-size: 18px;
  }
  .banner-bottom .banner-bottom-text .title-bbt {
    font-size: 28px;
  }
  .section-midle .section-midle-card h2 {
    font-size: 24px;
  }
  .section-midle .section-midle-card p {
    font-size: 18px;
  }
  .card-tipo-ahorro-title {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .max-width {
    max-width: 900px;
  }
  section {
    margin: 0 0 50px;
  }
  .banner-ahorro-voluntario {
    height: 400px;
    position: relative;
  }
  .banner-ahorro-voluntario::before {
    content: "";
    position: absolute;
    left: 0;
    height: 100%;
    width: 50%;
    background: linear-gradient(90deg, #191919 0%, rgba(127, 127, 127, 0) 100%);
  }
  .banner-ahorro-voluntario .overlay {
    display: none;
  }
  .banner-ahorro-voluntario .text-banner-ahorro-voluntario {
    height: 100%;
    display: flex;
    align-items: center;
  }
  .banner-ahorro-voluntario
    .text-banner-ahorro-voluntario
    .title-banner-ahorro-voluntario {
    font-size: 30px;
  }
  .banner-ahorro-voluntario
    .text-banner-ahorro-voluntario
    .title-banner-ahorro-voluntario::before {
    content: none;
  }
  .banner-ahorro-voluntario
    .text-banner-ahorro-voluntario
    .title-banner-ahorro-voluntario
    span {
    font-size: inherit;
    margin-top: 10px;
    padding: 5px 20px;
  }
  .section-banner-bottom {
    padding: 0 20px;
  }
  .banner-bottom {
    flex-direction: row;
    max-width: 900px;
    margin: 0 auto;
    height: 300px;
    position: relative;
  }
  .banner-bottom.right {
    flex-direction: row-reverse;
  }
  .banner-bottom .banner-bottom-container-img {
    width: 53%;
  }
  .banner-bottom .banner-bottom-text {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 54%;
    height: 100%;
    background-color: transparent !important;
  }
  .banner-bottom.right .banner-bottom-text {
    left: 0;
    width: 52%;
  }
  .banner-bottom .banner-bottom-container-img .banner-bottom-img {
    height: 100%;
    object-fit: cover;
    transition: 0.3s;
  }
  .banner-bottom .banner-bottom-text .title-bbt {
    font-size: 34px;
  }
  .banner-bottom .banner-bottom-text .banner-bottom-deco-mob {
    display: none;
  }
  .banner-bottom .banner-bottom-text .banner-bottom-deco-desk {
    top: 0;
    right: 0;
    display: block;
    width: 110%;
    height: 100%;
    transition: 0.3s;
  }
  .banner-bottom.right .banner-bottom-text .banner-bottom-deco-desk {
    right: initial;
    left: 0;
    width: 135%;
  }
  .banner-bottom:hover .banner-bottom-text .banner-bottom-deco-desk,
  .banner-bottom:hover .banner-bottom-container-img .banner-bottom-img {
    transform: scale(1.05);
  }
  .section-midle .sm {
    flex-direction: row;
  }
  .section-midle .section-midle-card {
    padding: 30px 70px;
  }
  .section-midle .sm > div {
    width: 50%;
    display: flex;
    flex-direction: column;
    padding: 30px;
  }
  .grid-tipos-ahorros {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    max-width: none;
  }
  .card-tipo-ahorro-title {
    font-size: 26px;
  }
  .section-midle .section-midle-card > div {
    margin-top: auto;
  }
  .cards-planes {
    grid-template-columns: repeat(auto-fill, minmax(286px, 1fr));
  }
  .cards-planes .card-plan .card-plan-content {
    padding: 30px 20px;
  }
  .cards-planes .card-plan .card-plan-title {
    font-size: 26px;
  }
  .cards-planes .card-plan .card-plan-midle > span {
    font-size: 16px;
  }
  .cards-planes .card-plan .card-plan-midle > p {
    font-size: 32px;
  }
  .cards-planes .card-plan .card-plan-midle > p span {
    font-size: 16px;
  }
  .cards-planes .card-plan .card-plan-bottom > span {
    font-size: 18px;
  }
  .cards-planes .card-plan .card-plan-bottom > p {
    font-size: 32px;
  }
}
@media (min-width: 1200px) {
  .max-width {
    max-width: 1200px;
  }
  .banner-ahorro-voluntario {
    height: 450px;
  }
  .banner-ahorro-voluntario
    .text-banner-ahorro-voluntario
    .title-banner-ahorro-voluntario {
    font-size: 32px;
  }
  .banner-ahorro-voluntario
    .text-banner-ahorro-voluntario
    .title-banner-ahorro-voluntario
    span {
    padding: 9px 20px;
  }
  .title-ahorro-voluntario {
    font-size: 28px;
  }
  .title2-ahorro-voluntario {
    font-size: 24px;
  }
  .ahorro-voluntario-container {
    display: flex;
    background-color: var(--color-white);
    gap: 20px;
    padding: 30px 18px;
    border-radius: 10px;
    position: relative;
  }
  .ahorro-voluntario-container .deco {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .tabs-ahorro-voluntario,
  .content-ahorro-voluntario {
    position: relative;
    z-index: 2;
  }
  .tabs-ahorro-voluntario {
    flex-direction: column;
    width: 23%;
    margin: 0;
  }
  .content-ahorro-voluntario {
    width: 77%;
    background-color: #f5f5f5;
    padding: 20px;
    border-radius: 10px;
  }
  .tab-ahorro-voluntario {
    width: 100%;
    justify-content: start;
    font-size: 16px;
    border-radius: 5px;
    background-color: #f5f5f5;
    height: auto;
    border: none;
    margin-bottom: 20px;
    padding: 10px 22px;
  }
  .content-ahorro-voluntario .content .text-content {
    gap: 25px;
    padding-left: 25px;
  }
  .content-ahorro-voluntario .content .text-content > span {
    display: block;
  }
  .content-ahorro-voluntario .content .text-content::after {
    width: 1px;
    max-height: 10px;
    top: 6px;
  }
  .banner-bottom {
    max-width: 1200px;
    height: 337px;
  }
  .banner-bottom .banner-bottom-text .title-bbt {
    font-size: 36px;
  }
  .banner-bottom .banner-bottom-text .paragraph-bbt {
    font-size: 18px;
  }
  .section-midle .section-midle-card h2 {
    font-size: 26px;
  }
  .section-midle .section-midle-card p {
    font-size: 20px;
  }
  /* .section-midle .section-midle-card > div {
    flex-direction: row;
    justify-content: center;
  } */
  .section-midle .section-midle-card > div .btn {
    margin: 0;
  }
  .section-midle .sm > div {
    padding: 55px 30px;
  }
  .grid-tipos-ahorros {
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  }
  .card-tipo-ahorro-content {
    justify-content: end;
    background-color: transparent;
    transition: 0.3s;
    height: 280px;
  }
  .card-tipo-ahorro:hover .card-tipo-ahorro-content {
    background-color: #0d0d0dbf;
  }
  .content-hide {
    max-height: 0;
    overflow: hidden;
    transition: 0.8s;
    opacity: 0;
  }
  .card-tipo-ahorro:hover .content-hide {
    max-height: 100%;
    opacity: 1;
  }
  .card-tipo-ahorro-title {
    font-size: 28px;
  }
  .card-tipo-ahorro-p {
    font-size: 16px;
  }
}
@media (min-width: 1400px) {
  section {
    margin: 0 0 60px;
  }
  .banner-ahorro-voluntario
    .text-banner-ahorro-voluntario
    .title-banner-ahorro-voluntario {
    font-size: 36px;
  }
  .title-ahorro-voluntario {
    font-size: 30px;
  }
  .title2-ahorro-voluntario {
    font-size: 26px;
  }
  .bajada {
    font-size: 20px;
  }
}
