body {
  background: #F2F7FF;
  font-family: 'Rubik', sans-serif;
  font-size: 16px;
  margin: 0;
}
.container-fluid {
  max-width: 1440px;
}
.op0 {
  opacity: 0;
}
.btn {
  background: #0033A0;
  border: 1px solid transparent;
  border-radius: 20px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  transition: all 0.2s ease;
  transform: scale(1);
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  padding: 16px;
  outline: 0;
  width: 100%;
}
.btn:hover {
  opacity: 0.9;
}
.btn:active {
  transform: scale(0.9);
}
.btn--cambiate {
  box-shadow: 0px 4px 8px rgb(0 100 250 / 20%);
 font-family: 'Poppins', sans-serif;
 font-size: 1.2rem;
 opacity: 0;
 padding: 16px 8px;
 position: fixed;
 bottom: 60px; 
 right: 40px;
 transition: all 0.2s ease;
 text-transform: uppercase;
 width: 320px;
 z-index: 1000;
}
.btn--cambiate:hover {
 transform: translateY(-4px);
}
.btn--cambiate-ani {
 animation: topBtn 0.5s;
}
@keyframes topBtn {
 from { 
  transform: translateY(70px); 
    opacity: 0;
 }
 to { 
  transform: translateY(0);
    opacity: 1; 
 }
}
.logo {
  display: block;
  margin-top: 32px;
  margin-bottom: 120px;
  width: 220px;
}
.hero {
  background: linear-gradient(0deg, #BDE4FB -49.48%, #FFFFFF 67.83%);
  height: auto;
  overflow: hidden;
  padding: 0;
  padding-bottom: 100px;
  position: relative;
}
.hero__info {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 32px;
  height: auto;
  min-height: 585px;
}
.hero__title {
  align-self: start;
  color: #00AEC7;
  display: block;
  font-size: 2.8125rem;
  font-weight: 600;
  line-height: 1.1;
  margin: 0 auto 60px;
  width: 100%;
  max-width: 648px;
  text-align: center;
}
.hero__title:after {
  background: url('https://alm-marketing-sp.s3.sa-east-1.amazonaws.com/marketing/hazlo-facil/hero-title.svg') no-repeat 0/contain;
  content: '';
  display: block;
  height: 81px;
  margin-top: 8px;
}
.hero__subtitle {
  align-self: flex-start;
  font-size: 1.25rem;
  margin: 0;
}
.main {
  height: auto;
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.main--tabs {
  background: #fff;
  height: 1020px;
  padding: 0;
}
.main--tabs-mini {
  height: 760px;
}
.main--tabs__wrapper {
  border-radius: 50%;
  position: relative;
  bottom: -50px;
  transition: background 1s ease;
  height: 200%;
  width: 100%;
}
.main--tabs__wrapper-rentabilidad {
  background: #FFE946;
}
.main--tabs__wrapper-ahorro {
  background: #4EC3E0;
}
.main--tabs__wrapper-servicios {
  background: #0A84FE;
}
.main--tabs .tabs {
  background: #fff;
  border: 1.5px solid #C2D1D9;
  border-radius: 16px;
  display: flex;
  margin: auto;
  margin-top: 24px;
  overflow: hidden;
  width: 100%;
  max-width: 592px;
  z-index: 1000;
}
.main--tabs .tab {
  background: #fff;
  box-sizing: border-box;
  color: #0033A0;
  display: flex;
  align-items: center;
  font-size: 1rem;
  font-weight: 400;
  height: auto;
  padding: 14px 34px;
  text-align: center;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease;
}
.main--tabs .tab:nth-child(2) {
  border-left: 1px solid #C2D1D9;
  border-right: 1px solid #C2D1D9;
}
.main--tabs .tab:hover, .main--tabs .tab--active {
  background: #0033A0;
  color: #fff;
}
.main--tabs__content {
  height: auto;
  margin: 0;
}
.content__wrapper {
  display: flex;
  position: relative;
}
.content__wrapper--rentabilidad {
  animation: info 0.8s forwards;
  flex-direction: column;
}
.content__wrapper--hide {
  display: none;
}
.content__wrapper--rentabilidad .main__title {
  font-size: 1.125rem;
  font-weight: 700;
  margin-top: 32px;
}
.content__wrapper--rentabilidad .main__title span {
  display: block;
  font-size: 3.4375rem;
}
.content__wrapper--ahorro, .content__wrapper--servicios {
  align-items: center;
  margin: auto;
  margin-top: 170px;
  max-width: 800px;
  height: auto;
}
.content__wrapper .info {
  animation: info 0.8s forwards;
  color: #fff;
  text-align: left;
  width: 100%;
  max-width: 410px;
}
.content__title {
  font-size: 3.4375rem;
  line-height: 1.1;
  margin: 0;
  width: 350px;
}
.content__info {
  font-size: 1.125rem;
  line-height: 1.3;
  width: 80%;
}
.content__figure {
  animation: info 0.8s forwards;
  position: absolute;
  bottom: -280px;
  right: 0;
  width: 420px;
}
@keyframes info {
  from {
    transform: translateX(-10px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
.content__wrapper--servicios {
  margin-top: 150px;
}
.content__wrapper--servicios .content__figure {
  bottom: -260px;
}
.main__title {
  color: #0033A0;
  font-size: 2.375rem;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.14px;
  margin: 0;
  margin-top: 60px;
  text-align: center;
}
.main__drophead {
  color: #496194;
  font-size: 1.0625rem;
  margin: 8px auto 0;
}
.card {
  background: #fff;
  border: 1px solid #E9EEF4;
  box-shadow: 0px 4px 8px rgba(114, 121, 129, 0.2);
  border-radius: 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  font-weight: 400;
  text-align: center;
  margin: 24px auto 0;
  height: auto;
  padding: 24px;
  width: 100%;
  max-width: 720px;
}
.card * {
  margin: 0;
}
.card__figure {
  width: 55px;
  height: 55px;
}
.card__meta {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.card__title {
  color: #3A3B3A;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
  margin: 12px 0;
}
.card__info {
  color: #35568B;
  font-size: 1.625rem;
  margin-top: 24px;
}
.card__info span {
  background: url('https://image.digital.afpcapital.cl/lib/fe31157075640574771d78/m/3/4f8d47aa-4d1a-4e56-bc3b-68b4339efab6.png') no-repeat 0/contain;
  color: rgba(0,0,0,0);
  display: inline-block;
  margin-left: 2px;
  position: relative;
  top: -1px;
  width: 154px;
  height: 30px;
}
.card__title {
  width: 85%;
}
.table {
  background: #fff;
  box-shadow: 13px 27px 55px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid #E5EFFF;
  border-top: none;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  margin: 0 auto;
  padding: 24px 0;
  position: relative;
}
.table__header {
  background: #0033A0;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  color: #fff;
  display: block;
  margin-top: 40px;
  padding: 8px;
  text-align: center;
  width: 100%;
}
.table__header-title {
  font-size: 1.3rem;
  font-weight: 400;
}
.table--show {
  animation: 0.35s show;
  animation-delay: 0.1s;
  animation-fill-mode: forwards;
  display: block !important;
  opacity: 0;
}
.table--hide {
  display: none;
}
.table__data {
  border-collapse: collapse;
  color: #343348;
  font-size: 1.25rem;
  text-align: center;
  vertical-align: middle;
  width: 100%;
}
.table__data * {
  animation: none !important;
}
.table__data tbody {
  border: 1px solid #D8D8D8;
}
.table__data thead {
  padding: 8px;
}
.table__data th {
  width: 142px;
}
.table__data td {
  border-left: 1px solid #D8D8D8;
  vertical-align: middle;
}
.table__data th, .table__data td {
  border-bottom: 1px solid #D8D8D8;
  padding: 8px;
}
.table__data sup {
  font-size: 12px;
  vertical-align: 1px;
}
.table__heading {
  padding: 16px 8px !important;
  vertical-align: middle;
}
.table__multifondo {
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(176.85deg, #F3FFFF 52%, #BABFE9 97.39%) border-box;
  border: 3.34px solid transparent;
  border-radius: 18px;
  color: #343348;
  display: inline-block;
  font-size: 1.25rem;
  margin: auto;
  padding: 0;
  width: 56px;
}
.table__row--afp, .table__row--afp th {
  color: #343348;
  font-weight: 400;
  transition: background 0.1s ease-in;
}
.table__row--afp:hover {
  background: rgba(90%, 94%, 100%, .3);
}
.table__row--capital {
  background: rgba(90%, 94%, 100%, .5);
  color: #0A84FE;
  font-weight: bold;
}
.table__cell--capital {
  background: url('https://image.digital.afpcapital.cl/lib/fe31157075640574771d78/m/2/be6116fb-fc60-46ec-b561-ee705f3fff27.png') no-repeat;
  background-size: contain;
  background-position: center;
  display: block;
  margin: auto;
  text-indent: -9999px;
  width: 100px;
}
.table__cell--real {
  display: none;
}
.table__toggle {
  display: flex;
  flex-direction: column;
  margin: 24px auto 0;
  position: relative;
}
.table__toggle-label {
  color: #343348;
  font-size: 1.2rem;
  margin-bottom: 4px;
  text-align: center;
  width: 100%;
}
.table__toggle input {
  opacity: 0;
  height: 0;
  width: 0;
}
.table__switch {
  display: inline-block;
  margin: auto;
  position: relative;
  height: 25px;
  width: 50px;
}
.table__slider {
  background-color: #ccc;
  border-radius: 34px;
  border: 1px solid transparent;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all .4s;
}
.table__slider:before {
  background-color: white;
  border-radius: 50%;
  content: "";
  height: 21px;
  width: 21px;
  position: absolute;
  left: 1px;
  bottom: 1px;
  transition: .3s;
}
.table__toggle input:checked+.table__slider {
  background: #82D773;
}
.table__toggle input:checked+.table__slider:before {
  transform: translateX(25px);
}
.table__toggle input:not(:checked)+.table__slider:before {
  transform: translateX(0);
}
.table__footer {
  color: #3D4D65;
  display: block;
  font-size: 0.75rem;
  font-weight: 500;
  text-align: center;
}
.table-data h4 {
  color: #3D4D65;
  font-size: 1.4rem;
  font-weight: 500;
  margin: 32px auto 24px;
  text-align: center;
}
.table-data h4 span {
  display: block;
  font-size: 1rem;
  font-weight: normal;
  margin-top: 4px;
}
.table__data tr:last-child th, .table__data tr:last-child td {
  border-bottom: none;
}
.callout {
  background: #F2F7FF;
  color: #fff;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 80px 0;
  position: relative;
  text-align: center;
  height: auto;
  width: 100%;
}
.card--callout {
  border-color: #fff;
  align-items: center;
  justify-content: center;
  margin-top: 0;
  position: relative;
  height: 170px;
  width: 100%;
  max-width: 720px;
}
.card--callout__title {
  color: #000;
  font-family: 'Rubik', sans-serif;
  font-size: 1.8125rem;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}
.faq {
  background: #fff;
  border: 1px solid #E6EBF1;
  border-radius: 20px;
  box-shadow: 0 0 5px rgba(114, 121, 129, 0.2);
  height: auto;
  margin: 60px auto 80px;
  text-align: left;
}
.faq ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.faq__item {
  border-top: 1px solid #E6EBF1;
  border-bottom: 1px solid #E6EBF1;
  color: #496194;
  padding: 24px 32px;
}
.faq__item:first-child .faq__title {
  margin-top: 0;
}
.faq__answer {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.4s ease;
}
.faq__title.active + .faq__answer{
  display: block;
  max-height: 200px;
}
.faq__title, .faq__info {
  margin: 0;
}
.faq__title {
  cursor: pointer;
  font-size: 1.375rem;
  font-weight: bold;
  margin-top: 0;
  position: relative;
  transition: color 0.2s ease-out;
  width: 100%;
}
.faq__title:after {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='16' viewBox='0 0 22 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.7969 7.97156L14.9295 14.3824C15.0595 14.5751 15.2185 14.7899 15.4015 15.0172C15.5845 15.2446 15.8735 15.3592 16.2637 15.3592L20.6573 15.3592C20.7477 15.3613 20.8376 15.3451 20.9215 15.3115C21.0055 15.2778 21.0817 15.2275 21.1457 15.1636C21.2096 15.0996 21.2599 15.0234 21.2935 14.9395C21.3272 14.8555 21.3434 14.7657 21.3413 14.6753C21.3394 14.6024 21.3227 14.5305 21.2922 14.4643C21.2594 14.3882 21.2218 14.3072 21.1785 14.2196L13.7841 3.30048' fill='%230033A0'/%3E%3Cpath d='M12.1947 1.11854C11.9721 0.946775 11.6953 0.860349 11.4145 0.87484L10.2103 0.87484C9.92916 0.860202 9.65204 0.946631 9.42907 1.11854C9.19979 1.32125 9.00235 1.55734 8.84338 1.81887L0.446185 14.2196C0.403799 14.3072 0.365268 14.3882 0.332515 14.4643C0.301993 14.5305 0.285276 14.6023 0.283385 14.6752C0.281276 14.7656 0.297526 14.8555 0.331151 14.9394C0.364776 15.0234 0.415081 15.0996 0.479017 15.1636C0.542953 15.2275 0.619195 15.2778 0.703129 15.3114C0.787063 15.345 0.876946 15.3613 0.96734 15.3592L5.36101 15.3592C5.73028 15.3592 6.01927 15.2452 6.22799 15.0172C6.34045 14.895 6.44563 14.7664 6.54299 14.6319L13.7881 3.30429L12.7862 1.82465C12.6256 1.56091 12.4262 1.32286 12.1947 1.11854Z' fill='%230033A0'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  position: absolute;
  right: 0;
  top: 4px;
  transition: all 0.4s ease;
  transform: rotate(180deg);
  height: 14px;
  width: 21px;
}
.faq__title.active::after {
  transform: rotate(0deg);
}
.faq__info {
  font-size: 1rem;
  line-height: 1.3;
  margin: 8px auto 0;
  transition: opacity 0.35s ease-in;
  opacity: 0;
}
.faq__title.active + .faq__answer .faq__info{
  opacity: 1;
}
.faq__item:first-child {
  border-top: 0;
  padding-top: 24px;
}
.faq__item:last-child {
  border-bottom: 0;
  padding-bottom: 24px;
}
.razones {
  margin-top: -32px;
}
.razones__wrapper {
  margin-top: 60px;
  padding-bottom: 60px;
}
.razones__wrapper, .razon {
  display: flex;
}
.razon {
  flex: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.razon__figure {
  height: 73px;
  width: 73px;
}
.razon:first-child .razon__figure {
  height: 82px;
  width: 60px;
}
.razon__title {
  color: #0033A0;
  font-size: 1.625rem;
  text-transform: uppercase;
  margin: 8px auto;
  height: 30px;
}
.razon__info {
  color: #496194;
  font-size: 1.0625rem;
  margin: 0 auto;
  max-width: 333px;
  height: 66px;
}
.main--about {
  background: #fff;
}
.about {
  display: flex;
  align-items: center;
  flex-direction: row;
  margin-top: 60px;
  padding-bottom: 80px;
}
.about__item {
  flex: 1;
}
.about__figure {
  width: 68px;
  height: 68px;
}
.about__item:nth-child(2) .about__figure {
  width: 62px;
  height: 69px;
}
.about__item:nth-child(3) .about__figure {
  width: 61px;
  height: 60px;
}
.about__info {
  color: #496194;
  font-size: 1.125rem;
  height: 50px;
}
.about__info strong {
  display: block;
}
footer {
  color: #20262A;
  padding: 40px;
  padding-top: 0;
}
footer a {
  color: #0033A0;
}
footer small {
  display: block;
  font-size: 0.9rem;
  font-weight: 300;
  line-height: 1.5;
  margin: 0 auto 16px;
  text-align: center;
  width: 100%;
}
@keyframes show {
  from { 
    opacity: 0;
  } 
  to { 
    opacity: 1;
    top: -20px; 
  }
}
.visible {
  animation: visible 0.4s normal;
  animation-fill-mode: forwards;
  display: block;
}
@keyframes visible {
  from {
    visibility: hidden;
    opacity: 0;
  }
  to {
    visibility: visible;
    opacity: 1;
  }
}
.hidden {
  animation: hidden 0.2s normal;
  animation-fill-mode: forwards;
  position: absolute;
}
@keyframes hidden {
  from {
    visibility: visible;
    opacity: 1;
  }
  to {
    visibility: hidden;
    opacity: 0;
    
  }
}
@media screen and (max-width: 1440px) {
  .main--tabs__wrapper {
    height: 150%;
  }
}
@media screen and (max-width: 1199px) {
  .card__figure {
    width: 55px;
  }
  .card__title {
    font-size: 1.3rem;
  }
  .card__info span {
    height: auto;
  }
}
@media screen and (max-width: 991px) {
  .logo {
    margin: 0 auto 40px;
    width: 120px;
  }
  .hero {
    padding-bottom: 0;
  }
  .hero__info {
    min-height: auto;
  }
  .hero__title {
    font-size: 1.9rem;
    font-weight: normal;
    margin: 0 auto;
    text-align: center;
    max-width: 465px;
    padding: 12px 0;
  }
  .hero__title:after {
    margin-top: 0;
    position: relative;
  }
  .main--tabs .main__title {
    margin-top: 16px;
  }
  .main--tabs__wrapper {
    margin-top: 24px;
    bottom: 0;
    border-radius: 0;
    height: 100%;
  }
  .main--tabs__wrapper-ahorro, .main--tabs__wrapper-servicios {
    flex-direction: row;
    height: 200%;
  }
  .main--tabs-mini {
    height: auto;
  }
  .main__title {
    font-size: 1.8rem !important;
    margin-top: 40px;
  }
  .content__wrapper--rentabilidad .main__title {
    margin-top: 24px;
  }
  .content__wrapper--ahorro, .content__wrapper--servicios {
    flex-direction: column;
    margin-top: 50px;
  }
  .content__wrapper .info {
    margin: 0 auto;
    text-align: center;
    width: 100%;
  }
  .content__title {
    font-size: 2.8rem;
    width: 100%;
  }
  .content__figure, .content__wrapper--servicios .content__figure {  
    margin: auto;
    margin-bottom: -80px;
    left: 0;
    right: 0;
    bottom: -40px;
    position: relative;
    width: 280px;
  }
  .content__info {
    width: 100%;
  }
  .content__wrapper--rentabilidad .main__title {
    font-size: 0.875rem !important;
    line-height: 1;
  }
  .content__wrapper--rentabilidad .main__title span {
    font-size: 2.5rem;
  }
  .content__wrapper--rentabilidad .main__title strong {
    display: block;
    font-size: 7.75rem;
  }
  .hero .card {
    background: transparent;
    box-shadow: none;
    border: none;
  }
  .card__figure {
    display: block;
    margin-right: 24px;
  }
  .card__title {
    font-size: 1.5rem;
    margin-top: 0;
    margin-bottom: 8px;
  }
  .card__info {
    color: #35568B;
    font-size: 1.1875rem;
    margin-top: 16px;
  }
  .card__info span {
    top: -2px;
    width: 140px;
  }
  .table__data {
    margin: auto;
    width: 95%;
  }
  .razones__wrapper {
    flex-direction: column;
  }
  .razon {
    margin-bottom: 20px;
  }
  .razon__title {
    font-weight: 600;
  }
  .about {
    margin-top: 32px;
    flex-direction: column;
    padding-bottom: 40px;
  }
  .about__item {
    display: flex;
    text-align: left;
    align-items: center;
    margin: auto;
    max-width: 350px;
  }
  .about__item strong {
    display: inline;
  }
  .about__info {
    font-size: 1.1rem;
  }
  .about__figure {
    margin-right: 16px;
    transform: scale(0.8);
  }
}
@media screen and (max-width: 767px) {
  .main__title {
    font-size: 1.6rem !important; 
  }
  .table__tabs .tab {
    font-size: 1.3rem;
  }
  .tab {
    height: 85px;
  }
  .table__multifondo {
    font-size: 1rem;
    padding: 4px 0;
    width: 40px;
  }
  .table__cell--capital {
      width: 80px;
  }
  .table__toggle-label {
      font-size: 1.1rem;
  }
  .table th, .table td {
      font-size: 1rem;
  }
  .table td.feat:before {
      visibility: hidden;
  }
  .faq__title {
    font-size: 1.3rem;
    padding-right: 32px;
  }
  .faq__title:after {
    right: -8px;
    top: 8px;
    height: 13px;
    width: 18px;
  }
  .faq__info {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 575px) {
  .btn {
    border-radius: 16px;
    font-size: 1.25rem;
    margin: auto;
    padding: 12px;
    max-width: 308px;
  }
  .card {
    border-radius: 24px;
    padding-left: 0;
    padding-right: 0;
  }
  .hero__title {
    font-size: 1.25rem;
    font-weight: 500;
    margin-bottom: 16px;
    max-width: 300px;
    padding: 8px 0;
  }
  .main--faq {
    padding-top: 24px;
  }
  .main__title {
    margin-left: auto;
    margin-right: auto;
    width: 90%;
  }
  .main__drophead {
    font-size: 1.0625rem;
    line-height: 1.4;
  }
  .main--tabs {
    height: auto;
  }
  .main--tabs .tabs {
    max-width: 90%;
  }
  .main--tabs .tab {
    font-size: 0.8125rem;
    padding: 16px;
  }
  .content__title {
    font-size: 2.5rem;
  }
  .content__info {
    font-size: 0.875rem;
  }
  .table__header, .table {
    border-radius: 0;
  }
  .table__header-title {
    font-size: 0.9375rem;
  }
  .table {
    margin: auto;
  }
  .hero__title:after {
    height: 45px;
  }
  .hero .card {
    margin-top: 0;
  }
  .callout {
    padding: 40px 0;
  }
  .card--callout {
    height: auto;
  }
  .card--callout, .faq {
    width: 90%;
  }
  .card--callout__title {
    font-size: 1.25rem;
    margin-bottom: 16px;
  }
  .card__title {
    color: #000;
    font-size: 1.25rem;
  }
  .table {
    display: block;
    overflow-x: auto;
    padding-bottom: 20px;
    padding-top: 20px;
    width: 100%;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table__tabs .tab {
      height: 80px;
      font-size: 1.3rem;
  }
  ::-webkit-scrollbar {
      -webkit-appearance: none;
      width: 1px;
  }
  ::-webkit-scrollbar-thumb {
      border-radius: 30px;
      background-color: rgba(0, 0, 0, .08);
      box-shadow: 0 0 1px rgba(255, 255, 255, .08);
      height: 1px;
  }
  .razon:first-child .razon__figure {
    width: 49px;
    height: 67px;
  }
  .razon {
    margin-bottom: 8px;
  }
  .razones__wrapper {
    padding-bottom: 16px;
  }
  .razon__figure {
    width: 60px;
    height: 60px;
  }
  .razon__title {
    font-size: 1.3125rem;
    margin-top: 16px;
  }
  .razon__info {
    font-size: 0.875rem;
    max-width: 280px;
  }
  .faq {
    margin-top: 40px;
    margin-bottom: 60px;
  }
  .faq__title {
    font-size: 1.25rem;
    padding-right: 24px;
  }
  .faq__info {
    font-size: 1rem;
  }
  .about__figure {
    transform: scale(1);
    width: 37px;
    height: 37px;
  }
  .about__item {
    padding-right: 12px;
    padding-left: 12px;
  }
  .about__item:nth-child(2) .about__figure {
    width: 33px;
    height: 37px;
  }
  .about__item:nth-child(3) .about__figure {
    width: 33px;
    height: 32px;
  }
  footer {
    margin-top: 0;
    padding: 32px 0;
  }
  footer small {
    font-size: 0.7rem;
  }
}
@media screen and (max-width: 428px) {
  .card__title {
    font-size: 1.2rem;
  }
  .card__info {
    font-size: 1rem;
  }
  .card__info span {
    width: 115px;
  }
  .table {
    padding-top: 0;
  }
  .table__tabs .tab {
    font-size: 1.1rem;
    height: 65px;
  }
  .table__data {
    margin-top: 8px;
    position: relative;
  }
  .table__toggle {
    margin-top: 8px;
  }
  .table__toggle-label {
    font-size: 1rem;
  }
  .main__title {
    max-width: 250px;
  }
  .main--tabs__wrapper {
    margin-top: 80px;
  }
  .tabs:after {
    border-radius: 100%;
    content: '';
    display: block;
    margin: auto;
    position: absolute;
    top: 260px;
    left: -3vw;
    right: 0;
    transition: background 1s ease;
    height: 95px;
    width: 105%;
    z-index: 0;
  }
  .tabs.rentabilidad:after {
    background: #FFE946;  
  }
  .tabs.ahorro:after {
    background: #4EC3E0;  
  }
  .tabs.servicios:after {
    background: #0A84FE;  
  }
  .content__wrapper .main__title, .content__wrapper--ahorro, .content__wrapper--servicios {
    margin-top: 0;
  }
}
@media screen and (max-width: 375px) {
  .btn {
    font-size: 1rem;
  }
  .hero__title {
    font-size: 1.2rem;
  }
  .card__figure {
    width: 54px;
  }
  .card__info {
    font-size: 0.95rem;
  }
  .main__title {
    width: 100%;
  }
  .table__data {
    transform: scale(0.8);
    margin-left: -16px;
  }
  .about__item {
    margin-bottom: 8px;
  }
  .about__info {
    height: auto;
  }
}
@media screen and (max-width: 320px) {
  .btn {
    font-size: 0.8rem;
    max-width: 95%;
  }
  .btn--cambiate {
    font-size: 1rem;
    width: 280px;
  }
  .hero__title {
    font-size: 0.95rem;
  }
  .card {
    flex-direction: column;
  }
  .card__title, .card__info {
    text-align: center;
  }
  .card__info span {
    top: 0;
  }
  .card__figure {
    margin: 0 auto 16px;
  }
  .faq__title {
    font-size: 1.1rem;
  }
}