@font-face {
  font-family: "SF-UI-Text-Regular";
  src: url("../fonts/SFUIText-Regular.woff2") format("woff2"), url("../fonts/SFUIText-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF-UI-Text-Heavy";
  src: url("../fonts/SFUIText-Heavy.woff2") format("woff2"), url("../fonts/SFUIText-Heavy.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF-UI-Text-Light";
  src: url("../fonts/SFUIText-Light.woff2") format("woff2"), url("../fonts/SFUIText-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF-UI-Text-Bold";
  src: url("../fonts/SFUIText-Bold.woff2") format("woff2"), url("../fonts/SFUIText-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "NunitoSansRegular", sans-serif;
  background-color: #f5f5f5;
  color: #333333;
  margin: 0;
  padding: 0;
  height: 100vh;
  display: flex;
  flex-direction: column;
  scroll-behavior: smooth;
}

header {
  z-index: 9998;
}
header.ff-header {
  background-color: #143981;
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.2509803922);
  height: 73px;
}
header nav.navbar {
  z-index: 9999;
  padding: 0px !important;
  height: 73px;
}
header nav.navbar .container {
  height: 73px;
}
header nav.navbar .container .navbar-brand {
  padding: 0px !important;
}
header nav.navbar .container .navbar-collapse ul {
  align-items: center;
  height: 73px;
}
header nav.navbar .container .navbar-collapse ul li {
  padding: 24px 30px;
  position: relative;
  transition: color 0.4s;
  text-decoration-line: none !important;
}
header nav.navbar .container .navbar-collapse ul li a {
  text-align: center;
  text-transform: uppercase;
  font-family: "SF-UI-Text-Regular";
  font-size: 12px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: left;
  color: #fff !important;
  padding: 0px !important;
}
header nav.navbar .container .navbar-collapse ul li:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 1px 0;
  width: 100%;
  background-color: transparent;
  transition: all 0.4s;
}
header nav.navbar .container .navbar-collapse ul li:active, header nav.navbar .container .navbar-collapse ul li.active {
  text-decoration-line: none !important;
  text-decoration: none !important;
  background-color: #173f8e;
}
header nav.navbar .container .navbar-collapse ul li:active:after, header nav.navbar .container .navbar-collapse ul li.active:after {
  background-color: #ffcc00 !important;
}
header nav.navbar .container .navbar-collapse ul li:hover {
  text-decoration-line: none !important;
  text-decoration: none !important;
  background-color: #173f8e;
}
header nav.navbar .container .navbar-collapse ul li:hover:after {
  background-color: #fff !important;
}
header nav.navbar .container .navbar-collapse li.dropdown.fondos-mutuos a.dropdown-toggle::after {
  border: none !important;
  display: none !important;
}
header nav.navbar .container .navbar-collapse li.dropdown.fondos-mutuos div.dropdown-menu {
  left: -25px;
}
header nav.navbar .container .navbar-collapse li.dropdown.fondos-mutuos div.dropdown-menu a.dropdown-item {
  font-family: "SF-UI-Text-Regular";
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: left;
  color: #143981 !important;
  padding: 10px 25px !important;
}
header nav.navbar .container .navbar-collapse li.dropdown.fondos-mutuos div.dropdown-menu a.dropdown-item.inactive {
  color: #b1b6c0 !important;
}
header nav.navbar .container .navbar-collapse li.dropdown.fondos-mutuos div.dropdown-menu a.dropdown-item:active {
  background-color: unset;
}
header nav.navbar .container img {
  width: 142px;
  padding: 17px 0px;
}
header.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}
header.sticky + main {
  padding-top: 73px;
}

main {
  flex: 1;
}
main section {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 144px 0px;
}
main section.hero-home {
  background-image: url(../img/main-desktop.jpg);
}
main section h1 {
  font-family: "SF-UI-Text-Heavy";
  font-size: 66px;
  font-weight: 800;
  line-height: 78px;
  letter-spacing: 0em;
  text-align: left;
  color: #143981;
  margin-bottom: 30px;
}
main section p {
  font-family: "NunitoSansLight";
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
}
main section strong {
  font-family: "NunitoSansSemiBold";
  font-size: 20px;
  line-height: 30px;
}
main section p.bienvenida {
  font-family: "SF-UI-Text-Regular";
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.12em;
  text-align: left;
  text-transform: uppercase;
  width: 80%;
}
main section.hero-contacto, main section.hero-nuestras-emisiones, main section.hero-estados-financieros, main section.hero-servicios-productos {
  background-image: url(../img/quienes-somos-headline-bg.jpg);
  background-position-x: 0%;
  color: #f2f2f2;
  min-height: 300px;
  display: grid;
  align-content: center;
}
main section.hero-contacto h1, main section.hero-nuestras-emisiones h1, main section.hero-estados-financieros h1, main section.hero-servicios-productos h1 {
  font-size: 56px;
  line-height: 68px;
}
main section.hero-contacto hr, main section.hero-nuestras-emisiones hr, main section.hero-estados-financieros hr, main section.hero-servicios-productos hr {
  margin: 0 auto;
  margin-top: 20px;
  border: none;
  height: 2px;
  background-color: #f2f2f2;
  width: 10%;
}
main section.hero-contacto {
  background-image: url(../img/contacto-headline-bg.jpg);
  background-position-x: 100%;
}
main section.hero-nuestras-emisiones {
  background-image: url(../img/emisiones-headline-bg.jpg);
  background-position-x: 100%;
}
main section.hero-nuestras-emisiones hr {
  width: 7%;
}
main section.hero-estados-financieros {
  background-image: url(../img/e-financieros-headline-bg.jpg);
  background-position-x: 100%;
}
main section.hero-estados-financieros hr {
  width: 7%;
}
main section.hero-servicios-productos {
  background-image: url(../img/servicios-headline-bg.jpg);
  background-position-x: 100%;
}
main section.hero-servicios-productos hr {
  width: 7%;
}
main section.emisiones .card {
  box-shadow: 0px 4px 16px 0px rgba(22, 22, 22, 0.1019607843);
}
main section.emisiones .card .card-body img {
  width: 100%;
}
main section.emisiones .card .card-body p {
  text-transform: uppercase;
}
main section.emisiones .card .card-body p.data {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  margin-bottom: 0.5rem;
}
main section.emisiones .card .card-body p.title {
  font-family: "NunitoSansBold";
  font-size: 14px;
  font-weight: 800;
  line-height: 18px;
  letter-spacing: 0.05em;
  margin: 0;
  margin-top: 0.5rem;
}
main section.estados-financieros h4 {
  font-family: "NunitoSansBold";
  font-size: 20px;
  font-weight: 800;
  line-height: 22px;
  letter-spacing: 0em;
}
main section.estados-financieros .card {
  box-shadow: 0px 4px 16px 0px rgba(22, 22, 22, 0.1019607843);
  margin-bottom: 2rem;
  border-radius: 4px;
}
main section.estados-financieros .card a {
  text-decoration: none;
  color: inherit;
}
main section.estados-financieros .card a:hover, main section.estados-financieros .card a:visited, main section.estados-financieros .card a:active {
  text-decoration: none;
  color: inherit;
}
main section.estados-financieros .card p {
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0em;
  padding-top: 5px;
  padding-left: 5px;
}
main section.directorio-ff, main section.inverti {
  background-color: #e6e6e6;
}
main section.directorio-ff h2, main section.inverti h2 {
  font-family: "NunitoSansBold";
  font-size: 48px;
  line-height: 48px;
  font-weight: 700;
}
main section.directorio-ff .card, main section.inverti .card {
  box-shadow: 0px 4px 16px 0px rgba(22, 22, 22, 0.1019607843);
}
main section.directorio-ff .card h4, main section.inverti .card h4 {
  font-family: "NunitoSansBold";
  font-weight: 700;
  font-size: 28px;
  line-height: 34px;
}
main section.directorio-ff .card hr, main section.inverti .card hr {
  margin: 0 auto;
  margin-bottom: 15px;
  border: none;
  height: 1px;
  background-color: #c2c0c1;
  width: 20%;
}
main section.directorio-ff .card p, main section.inverti .card p {
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
}
main section.directorio-ff .card p.value, main section.inverti .card p.value {
  font-size: 20px;
  line-height: 39px;
}
main section.sobre-casabolsa, main section.servicios, main section.productos {
  background-color: #f2f2f2;
}
main section.sobre-casabolsa .info, main section.servicios .info, main section.productos .info {
  padding-left: 20%;
}
main section.sobre-casabolsa .check-list, main section.servicios .check-list, main section.productos .check-list {
  padding-left: 0%;
}
main section.sobre-casabolsa .check-list p, main section.servicios .check-list p, main section.productos .check-list p {
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0em;
}
main section.sobre-casabolsa h2, main section.servicios h2, main section.productos h2 {
  font-family: "NunitoSansExtraBold";
  font-size: 44px;
  font-weight: 800;
  line-height: 48px;
  letter-spacing: 0em;
  text-align: center;
  margin-bottom: 8rem;
}
main section.sobre-casabolsa h3, main section.servicios h3, main section.productos h3 {
  font-family: "NunitoSansBold";
  font-size: 28px;
  line-height: 34px;
  font-weight: 700;
  margin: 20px 0px;
}
main section.sobre-casabolsa hr, main section.servicios hr, main section.productos hr {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
main section.servicios {
  background-color: #ffffff;
}
main section.productos h2 {
  margin-bottom: 4rem;
}
main section.productos .col-3 img {
  margin-bottom: 3rem;
}
main section.productos .col-3 h4 {
  font-family: "NunitoSansBold";
  font-size: 20px;
  font-weight: 800;
  line-height: 26px;
  letter-spacing: 0em;
  margin-bottom: 5rem;
}
main section.productos .col-3 h4.twoLine {
  margin-bottom: 3.3rem;
}
main section.productos .col-3 .desc p {
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0em;
}
main section.sobre-bancofamiliar {
  background-color: #ffffff;
  padding: 100px 0px;
}
main section.sobre-bancofamiliar h3 {
  font-family: "SF-UI-Text-Bold";
  font-size: 36px;
  font-weight: 800;
  line-height: 43px;
  letter-spacing: 0em;
  color: #143981;
  margin-top: 30px;
  margin-bottom: 60px;
}
main section.sobre-bancofamiliar .col-12.col-md-6 p {
  font-family: "SF-UI-Text-Light";
  font-size: 16px;
  line-height: 28px;
  font-weight: 300;
}
main section.sobre-bancofamiliar .col-12.col-md-6 p.mt-60 {
  margin-top: 60px;
}
main section.sobre-bancofamiliar .col-12.col-md-6.left-col {
  padding-left: 30px !important;
}
main section.sobre-bancofamiliar .col-12.col-md-6.right-col {
  padding-right: 30px !important;
}
main section.sobre-bancofamiliar img.sobre-banco {
  border-radius: 8px;
}
main section.sobre-bancofamiliar .sobre-bco {
  margin-top: 6rem;
}
main section.directorio-ff {
  background-color: #f3f5f9;
  padding: 100px 0px;
}
main section.directorio-ff h2 {
  color: #143981;
  font-family: "SF-UI-Text-Bold";
  font-size: 36px;
  font-weight: 800;
  line-height: 43px;
  letter-spacing: 0em;
  text-align: center;
  margin-bottom: 60px;
}
main section.directorio-ff .card {
  padding: 20px 0px;
  border-radius: 8px;
  border: none;
  box-shadow: none;
  border-bottom: 2px solid #dae0ec;
}
main section.directorio-ff .card h4 {
  font-family: "SF-UI-Text-Bold";
  font-size: 26px;
  font-weight: 600;
  line-height: 31px;
  letter-spacing: 0em;
  text-align: center;
  color: #143981;
  margin-bottom: 6px;
}
main section.directorio-ff .card p.small {
  font-family: "SF-UI-Text-Light";
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0.2em;
  text-align: center;
  color: #333;
  text-transform: uppercase;
}
main section.directorio-ff .card hr {
  width: 40px;
  margin-top: 30px;
  margin-bottom: 30px;
  border: 0;
}
main section.directorio-ff .card hr.red {
  border-top: 3px solid #e30613;
}
main section.directorio-ff .card hr.yellow {
  border-top: 3px solid #ffcc00;
}
main section.directorio-ff .card hr.blue {
  border-top: 3px solid #143981;
}
main section.directorio-ff .card p.cargo {
  font-family: "SF-UI-Text-Bold";
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: center;
  color: #606060;
  margin-bottom: 0px;
}
main section.inverti h3 {
  font-family: "NunitoSansBold";
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  text-transform: uppercase;
  color: #aeadad;
}
main section.inverti .card {
  box-shadow: 0px 4px 16px 0px rgba(22, 22, 22, 0.1019607843);
}
main section.inverti .card .card-body .col-10 {
  padding-left: 45px;
}
main section.inverti .card .card-body a {
  text-decoration: none;
  color: #333333;
}
main section.inverti .card .card-body a p {
  font-size: 22px;
  margin: 0px;
}
main section.inverti div.container > p {
  font-style: italic;
}
main section.contacto-page {
  background-color: #f6f6f6;
  padding: 50px 0px;
}
main section.contacto-page h1 {
  font-family: "SF-UI-Text-Heavy";
  font-size: 36px;
  font-weight: 800;
  line-height: 43px;
  letter-spacing: 0em;
  text-align: center;
  color: #143981;
  margin-bottom: 30px;
}
main section.contacto-page p.desc {
  font-family: "SF-UI-Text-Light";
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: center;
  color: #333;
  width: 70%;
  margin: 0 auto;
  margin-bottom: 50px;
}
main section.contacto-page .card {
  border-radius: 8px;
  border: none;
  box-shadow: none;
  border-bottom: 2px solid #dae0ec;
  padding: 40px 0px;
}
main section.contacto-page #form-contacto {
  padding: 20px 60px;
}
main section.contacto-page #form-contacto h4 {
  font-family: "SF-UI-Text-Bold";
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: left;
  color: #143981;
  text-transform: uppercase;
}
main section.contacto-page div.datos-contacto .col-md-11 {
  padding-right: 0rem !important;
  padding-left: 0rem !important;
}
main section.contacto-page div.datos-contacto .col-md-11 .card {
  border-radius: 8px;
  border: none;
  box-shadow: none;
  border-bottom: 2px solid #dae0ec;
  width: -moz-fit-content;
  width: fit-content;
}
main section.contacto-page div.datos-contacto .col-md-11 .card .card-body {
  padding-right: 50px;
}
main section.contacto-page div.datos-contacto .col-md-11 .card .card-body hr {
  margin-top: 45px;
  margin-bottom: 45px;
}
main section.contacto-page div.datos-contacto .col-md-11 .card .card-body p.label {
  font-family: "SF-UI-Text-Bold";
  font-size: 12px;
  font-weight: 800;
  line-height: 20px;
  letter-spacing: 0.1em;
  text-align: left;
  color: #aebddb;
  margin-bottom: 10px;
  text-transform: uppercase;
}
main section.contacto-page div.datos-contacto .col-md-11 .card .card-body a.contact-data {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: #143981;
  height: 26px;
}
main section.contacto-page div.datos-contacto .col-md-11 .card .card-body a.contact-data img {
  width: 22px;
}
main section.contacto-page div.datos-contacto .col-md-11 .card .card-body a.contact-data p {
  font-family: "SF-UI-Text-Regular";
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
  color: #143981;
  margin: 0px;
}
main section.contacto-page div.datos-contacto .col-md-11 .card .card-body a.contact-data p small {
  font-size: 16px;
}
main section.contacto-page div.datos-contacto .col-md-11 .card .card-body a.contact-data p.mt50 {
  margin-top: 50px !important;
  line-height: 25px;
}
main section.contacto-page div.datos-contacto .col-md-11 .card .card-body a.contact-data:active, main section.contacto-page div.datos-contacto .col-md-11 .card .card-body a.contact-data:visited {
  text-decoration: none;
  color: #143981;
}
main section.contacto-page div.datos-contacto .col-md-11 .card .card-body a.contact-data.mb52 {
  margin-bottom: 52px;
}
main section.nuestros-servicios {
  background-color: #d6d5d5;
}
main section.nuestros-servicios p.conoce-mas {
  font-family: "NunitoSansBold";
  text-transform: uppercase;
  letter-spacing: 0.25em;
  font-size: 14px;
  font-weight: 800;
  line-height: 19px;
  letter-spacing: 0.25em;
  text-align: center;
}
main section.nuestros-servicios h2 {
  font-family: "NunitoSansBold";
  font-size: 44px;
  font-weight: 800;
  line-height: 48px;
  letter-spacing: 0em;
  margin-bottom: 4.5rem;
}
main section.nuestros-servicios .card {
  box-shadow: 0px 4px 16px 0px rgba(22, 22, 22, 0.1019607843);
}
main section.nuestros-servicios .card .card-body {
  padding: 0;
}
main section.nuestros-servicios .card .card-body img {
  width: 100%;
}
main section.nuestros-servicios .card .card-body div.card-text {
  padding: 30px 25px 40px 25px;
}
main section.nuestros-servicios .card .card-body div.card-text h4 {
  font-family: "NunitoSansBold";
  font-size: 20px;
  font-weight: 800;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 3rem;
}
main section.nuestros-servicios .card .card-body div.card-text a {
  padding: 10px 15px 10px 15px;
  border: 1px solid black;
  color: black;
  text-decoration: none;
  margin-right: auto;
  text-transform: uppercase;
  font-family: "NunitoSansRegular";
  font-size: 14px;
  font-weight: 700;
  line-height: 19px;
  letter-spacing: 0.05em;
  text-align: center;
}
main section.nuestros-servicios .card .card-body div.card-text img {
  width: 10px;
  height: auto;
  margin-left: 5px;
}
main section.trabajemos-juntos h1 {
  font-family: "NunitoSansExtraBold";
  font-size: 56px;
  font-weight: 800;
  line-height: 68px;
  letter-spacing: 0em;
}
main section.trabajemos-juntos p {
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0em;
}
main section.trabajemos-juntos p.contactanos {
  font-family: "NunitoSansBold";
  font-size: 14px;
  font-weight: 800;
  line-height: 19px;
  letter-spacing: 0.25em;
  font-style: normal;
  text-transform: uppercase;
}
main section.trabajemos-juntos.serv-prod {
  background-color: #e6e6e6;
}
main .background-dolares {
  background-image: url(../img/fondos-mutuos/banner-desktop-dolares.jpg);
}
main .background-guaranies {
  background-image: url(../img/fondos-mutuos/banner-desktop-guaranies.jpg);
}
main section.hero-fondos-mutuos {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 70px 0px;
}
main section.hero-fondos-mutuos p.pretitle {
  font-family: "SF-UI-Text-Light";
  font-size: 14px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.12em;
  text-align: left;
  color: #143981;
  margin-bottom: 5px;
}
main section.hero-fondos-mutuos h1 {
  font-family: "SF-UI-Text-Heavy";
  color: #143981;
  font-size: 42px;
  font-weight: 800;
  line-height: 50px;
  letter-spacing: 0em;
  text-align: left;
}
main section.hero-fondos-mutuos p.orientado,
main section.hero-fondos-mutuos li p {
  font-family: "SF-UI-Text-Regular";
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: left;
  color: #333333;
  margin-bottom: 15px;
}
main section.hero-fondos-mutuos p.orientado.last,
main section.hero-fondos-mutuos li p.last {
  margin-bottom: 0px;
}
main section.hero-fondos-mutuos ul {
  list-style: none;
  padding: 0px;
  margin-bottom: 15px;
}
main section.hero-fondos-mutuos ul li img {
  margin-bottom: 12px;
  margin-right: 15px;
}
main section.factsheet,
main section.reglamento,
main section.calificadora {
  padding: 120px 0px 80px 0px;
  background-color: #fff;
}
main section.factsheet img,
main section.reglamento img,
main section.calificadora img {
  border-radius: 15px;
  width: 510px;
  height: 355px;
  -o-object-fit: cover;
     object-fit: cover;
}
main section.factsheet h3,
main section.reglamento h3,
main section.calificadora h3 {
  font-family: "SF-UI-Text-Heavy";
  font-size: 36px;
  font-weight: 800;
  line-height: 50px;
  letter-spacing: 0em;
  text-align: left;
  color: #143981;
  margin-bottom: 30px;
}
main section.factsheet p,
main section.reglamento p,
main section.calificadora p {
  font-family: "SF-UI-Text-Light";
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
  letter-spacing: -0.01em;
  text-align: left;
  color: #333333;
}
main section.factsheet p.description,
main section.reglamento p.description,
main section.calificadora p.description {
  width: 85%;
}
main section.factsheet .info,
main section.reglamento .info,
main section.calificadora .info {
  padding-right: 30px;
}
main section.factsheet p.version,
main section.reglamento p.version,
main section.calificadora p.version {
  font-family: "SF-UI-Text-Regular";
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 15px;
  margin-top: 50px;
}
main section.factsheet a.card-button,
main section.reglamento a.card-button,
main section.calificadora a.card-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 30px;
  border: 1px solid #dae0ec;
  border-bottom: 2px solid #dae0ec;
  border-radius: 15px;
  background-color: #fff;
  transition: all 0.5s;
}
main section.factsheet a.card-button div.text p,
main section.reglamento a.card-button div.text p,
main section.calificadora a.card-button div.text p {
  font-family: "SF-UI-Text-Regular";
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: #143981;
  margin-bottom: 6px;
}
main section.factsheet a.card-button div.text p.fecha,
main section.reglamento a.card-button div.text p.fecha,
main section.calificadora a.card-button div.text p.fecha {
  font-weight: 400;
  margin-bottom: 0px;
}
main section.factsheet a.card-button div.text p.title,
main section.reglamento a.card-button div.text p.title,
main section.calificadora a.card-button div.text p.title {
  font-family: "SF-UI-Text-Bold";
  font-weight: 700;
}
main section.factsheet a.card-button div.text p.descargar,
main section.reglamento a.card-button div.text p.descargar,
main section.calificadora a.card-button div.text p.descargar {
  font-family: "SF-UI-Text-Light";
  font-size: 10px;
  font-weight: 400;
  line-height: 11px;
  letter-spacing: 0.1em;
  color: #333333;
}
main section.factsheet a.card-button:hover, main section.factsheet a.card-button:focus, main section.factsheet a.card-button:active, main section.factsheet a.card-button:visited,
main section.reglamento a.card-button:hover,
main section.reglamento a.card-button:focus,
main section.reglamento a.card-button:active,
main section.reglamento a.card-button:visited,
main section.calificadora a.card-button:hover,
main section.calificadora a.card-button:focus,
main section.calificadora a.card-button:active,
main section.calificadora a.card-button:visited {
  text-decoration: none;
  color: #143981;
}
main section.factsheet a.card-button .download,
main section.reglamento a.card-button .download,
main section.calificadora a.card-button .download {
  padding: 20px 22px;
  border: 1px solid #143981;
  border-radius: 50%;
  width: 56px;
  height: 56px;
  display: grid;
  place-content: center;
  transition: all 0.5s;
}
main section.factsheet a.card-button .download img,
main section.reglamento a.card-button .download img,
main section.calificadora a.card-button .download img {
  width: auto;
  height: 16px;
}
main section.factsheet a.card-button img.reloj,
main section.reglamento a.card-button img.reloj,
main section.calificadora a.card-button img.reloj {
  width: 29px;
  height: 33px;
}
main section.factsheet a.card-button:hover,
main section.reglamento a.card-button:hover,
main section.calificadora a.card-button:hover {
  background-color: #e6edfa;
}
main section.factsheet a.card-button:hover .download,
main section.reglamento a.card-button:hover .download,
main section.calificadora a.card-button:hover .download {
  border-color: transparent;
  background-color: #fff;
}
main section.factsheet a.card-button.with-reloj:hover,
main section.reglamento a.card-button.with-reloj:hover,
main section.calificadora a.card-button.with-reloj:hover {
  background-color: #fff;
}
main section.factsheet a.card-button.with-reloj:hover .download,
main section.reglamento a.card-button.with-reloj:hover .download,
main section.calificadora a.card-button.with-reloj:hover .download {
  border-color: inherit;
  background-color: #fff;
}
main section.reglamento {
  background-color: #f3f5f9;
}
main section.reglamento a.card-button {
  margin-top: 50px;
}
main section.reglamento a.card-button div.text p.title {
  margin-bottom: 0px;
}
main section.calificadora {
  padding: 80px 0px 120px 0px;
}
main section.calificadora img {
  width: 510px;
  height: 390px;
  -o-object-fit: cover;
     object-fit: cover;
}
main section.calificadora p.version {
  margin-top: 40px;
}
main section.estado-financiero,
main section.estado-financiero-afpisa {
  padding: 100px 0px;
  background-color: #f3f5f9;
}
main section.estado-financiero img,
main section.estado-financiero-afpisa img {
  margin-bottom: 40px;
}
main section.estado-financiero h3,
main section.estado-financiero-afpisa h3 {
  font-family: "SF-UI-Text-Heavy";
  font-size: 36px;
  font-weight: 800;
  line-height: 50px;
  letter-spacing: 0em;
  text-align: left;
  color: #143981;
  margin-bottom: 60px;
}
main section.estado-financiero div.d-md-flex,
main section.estado-financiero-afpisa div.d-md-flex {
  width: 100%;
}
main section.estado-financiero div.d-md-flex p.year,
main section.estado-financiero-afpisa div.d-md-flex p.year {
  font-family: "SF-UI-Text-Regular";
  font-size: 20px;
  font-weight: 600;
  line-height: 17px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 20px;
  color: #143981;
}
main section.estado-financiero div.d-md-flex p.year span,
main section.estado-financiero-afpisa div.d-md-flex p.year span {
  font-family: "SF-UI-Text-Heavy";
}
main section.estado-financiero div.d-md-flex .cards-container,
main section.estado-financiero-afpisa div.d-md-flex .cards-container {
  border-radius: 12px;
  border-bottom: 2px solid #dae0ec;
  overflow: hidden;
  margin-bottom: 60px;
}
main section.estado-financiero div.d-md-flex a.card-button,
main section.estado-financiero-afpisa div.d-md-flex a.card-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 30px;
  /*border: 1px solid #DAE0EC;*/
  border-bottom: 1px solid #dae0ec;
  /*border-radius: 15px;*/
  background-color: #fff;
  transition: all 0.5s;
}
main section.estado-financiero div.d-md-flex a.card-button:last-child,
main section.estado-financiero-afpisa div.d-md-flex a.card-button:last-child {
  border-bottom: none;
}
main section.estado-financiero div.d-md-flex a.card-button.soon,
main section.estado-financiero-afpisa div.d-md-flex a.card-button.soon {
  pointer-events: none;
  cursor: pointer;
}
main section.estado-financiero div.d-md-flex a.card-button.soon div.text p.periodo,
main section.estado-financiero-afpisa div.d-md-flex a.card-button.soon div.text p.periodo {
  background-color: #8693ae;
}
main section.estado-financiero div.d-md-flex a.card-button div.text p,
main section.estado-financiero-afpisa div.d-md-flex a.card-button div.text p {
  font-family: "SF-UI-Text-Regular";
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: #143981;
  margin-bottom: 6px;
}
main section.estado-financiero div.d-md-flex a.card-button div.text p.title,
main section.estado-financiero-afpisa div.d-md-flex a.card-button div.text p.title {
  font-family: "SF-UI-Text-Light";
  font-weight: 700;
}
main section.estado-financiero div.d-md-flex a.card-button div.text p.title span.fecha,
main section.estado-financiero-afpisa div.d-md-flex a.card-button div.text p.title span.fecha {
  font-family: "SF-UI-Text-Bold";
  font-weight: 400;
  margin-bottom: 0px;
}
main section.estado-financiero div.d-md-flex a.card-button div.text p.descargar,
main section.estado-financiero-afpisa div.d-md-flex a.card-button div.text p.descargar {
  font-family: "SF-UI-Text-Light";
  font-size: 10px;
  font-weight: 400;
  line-height: 11px;
  letter-spacing: 0.1em;
  color: #333333;
}
main section.estado-financiero div.d-md-flex a.card-button div.text p.periodo,
main section.estado-financiero-afpisa div.d-md-flex a.card-button div.text p.periodo {
  font-family: "SF-UI-Text-Light";
  font-size: 10px;
  letter-spacing: 0.1em;
  line-height: 0.75rem;
  text-transform: uppercase;
  background: #77a1f5;
  border-radius: 4px;
  color: white;
  padding: 2px 5px;
  margin-bottom: 6px;
  display: inline-block;
  transition: all 0.5s;
}
main section.estado-financiero div.d-md-flex a.card-button .download,
main section.estado-financiero-afpisa div.d-md-flex a.card-button .download {
  padding: 11px 13px;
  border: 1px solid #143981;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  transition: all 0.5s;
}
main section.estado-financiero div.d-md-flex a.card-button .download img,
main section.estado-financiero-afpisa div.d-md-flex a.card-button .download img {
  width: 12px;
  height: 16px;
}
main section.estado-financiero div.d-md-flex a.card-button .download img#reloj,
main section.estado-financiero-afpisa div.d-md-flex a.card-button .download img#reloj {
  width: 20px;
  height: 20px;
  top: 10px;
  right: 9px;
}
main section.estado-financiero div.d-md-flex a.card-button.mb-20,
main section.estado-financiero-afpisa div.d-md-flex a.card-button.mb-20 {
  margin-bottom: 20px;
}
main section.estado-financiero div.d-md-flex a.card-button:hover,
main section.estado-financiero-afpisa div.d-md-flex a.card-button:hover {
  background-color: #e6edfa;
}
main section.estado-financiero div.d-md-flex a.card-button:hover .download,
main section.estado-financiero-afpisa div.d-md-flex a.card-button:hover .download {
  border-color: transparent;
  background-color: #fff;
}
main section.estado-financiero div.d-md-flex a.card-button:hover, main section.estado-financiero div.d-md-flex a.card-button:focus, main section.estado-financiero div.d-md-flex a.card-button:active,
main section.estado-financiero-afpisa div.d-md-flex a.card-button:hover,
main section.estado-financiero-afpisa div.d-md-flex a.card-button:focus,
main section.estado-financiero-afpisa div.d-md-flex a.card-button:active {
  text-decoration: none;
  color: #143981;
}
main section.estado-financiero div.d-md-flex a.card-button:hover div.text p.periodo, main section.estado-financiero div.d-md-flex a.card-button:focus div.text p.periodo, main section.estado-financiero div.d-md-flex a.card-button:active div.text p.periodo,
main section.estado-financiero-afpisa div.d-md-flex a.card-button:hover div.text p.periodo,
main section.estado-financiero-afpisa div.d-md-flex a.card-button:focus div.text p.periodo,
main section.estado-financiero-afpisa div.d-md-flex a.card-button:active div.text p.periodo {
  background-color: #2366eb;
}
main section.estado-financiero-afpisa {
  padding: 30px 0px 90px 0px;
}
main section.contactar {
  padding: 124px 0px 110px 0px;
  background-image: url(../img/fondos-bg.jpg);
}
main section.contactar h3 {
  font-family: "SF-UI-Text-Bold";
  font-size: 42px;
  font-weight: 800;
  line-height: 46px;
  letter-spacing: 0em;
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
  width: 70%;
}
main section.contactar a {
  background-color: #e30613;
  border-radius: 8px;
  padding: 15px 55px;
  font-family: "SF-UI-Text-Bold";
  font-size: 13px;
  font-weight: 800;
  line-height: 16px;
  letter-spacing: 2px;
  text-align: center;
  color: #fff;
  text-decoration: none;
}
main section.contactar a img {
  margin-right: 20px;
}
main section.que-son-fondos {
  padding: 100px 0px;
  background-color: #fff;
}
main section.que-son-fondos img {
  border-radius: 8px;
}
main section.que-son-fondos h3 {
  font-family: "SF-UI-Text-Bold";
  font-size: 36px;
  font-weight: 800;
  line-height: 43px;
  letter-spacing: 0em;
  text-align: left;
  color: #143981;
  margin-bottom: 30px;
  width: 75%;
}
main section.que-son-fondos p {
  font-family: "SF-UI-Text-Light";
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
  letter-spacing: -0.01em;
  text-align: left;
  color: #000;
}
main section.que-son-fondos p span {
  font-family: "SF-UI-Text-Light";
  font-weight: bold;
}
main section.que-son-fondos p span#juridicas {
  white-space: nowrap;
  font-weight: 300;
}
main section.que-son-fondos .info {
  padding-right: 81px;
  padding-top: 50px;
}
main section.beneficios {
  padding: 100px 0px;
  background-color: #f3f5f9;
}
main section.beneficios h2 {
  font-family: "SF-UI-Text-Bold";
  font-size: 36px;
  font-weight: 800;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: center;
  margin-bottom: 60px;
  color: #143981;
}
main section.beneficios img.main {
  border-radius: 8px;
  margin-left: 15px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 95%;
  height: 353px;
}
main section.beneficios .check-list {
  padding: 23px 0px;
}
main section.beneficios .check-list img {
  width: 20px;
  height: 23px;
  margin-right: 15px;
  margin-top: 1px;
}
main section.beneficios .check-list .d-flex {
  margin-bottom: 50px;
  width: 350px;
  margin-left: auto;
}
main section.beneficios .check-list .d-flex .benefi-list-item h6 {
  font-family: "SF-UI-Text-Bold";
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: left;
  color: #143981;
  margin-bottom: 5px;
}
main section.beneficios .check-list .d-flex .benefi-list-item p {
  font-family: "SF-UI-Text-Light";
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  color: #143981;
  margin: 0px;
}
main section.beneficios .check-list .d-flex .benefi-list-item p span {
  font-family: "SF-UI-Text-Light";
  font-weight: bold;
}
main section.conoce {
  padding: 100px 0px;
  background-image: url(../img/fondos-bg.jpg);
}
main section.conoce h3 {
  font-family: "SF-UI-Text-Bold";
  font-size: 42px;
  font-weight: 800;
  line-height: 46px;
  letter-spacing: 0em;
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
  width: 70%;
}
main section.conoce h4 {
  font-family: "SF-UI-Text-Regular";
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
  width: 65%;
}
main section.conoce a {
  background-color: #e30613;
  border-radius: 8px;
  padding: 15px 55px;
  font-family: "SF-UI-Text-Bold";
  font-size: 13px;
  font-weight: 800;
  line-height: 16px;
  letter-spacing: 2px;
  text-align: center;
  color: #fff;
  width: 272px;
  text-decoration: none;
  transition: all 0.5s ease-in-out;
}
main section.conoce a:hover {
  background-color: #ffcc00;
  text-decoration: none;
}
main section.sobre-nosotros {
  background-color: #f3f5f9;
  padding: 100px 0px;
}
main section.sobre-nosotros .container div.hero h2 {
  font-family: "SF-UI-Text-Heavy";
  font-size: 36px;
  font-weight: 800;
  line-height: 43px;
  letter-spacing: 0em;
  text-align: center;
  color: #143981;
  margin: 30px 0px;
}
main section.sobre-nosotros .container div.hero p.desc {
  font-family: "SF-UI-Text-Light";
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: center;
  color: #333;
  width: 66%;
  margin: 0 auto;
  margin-bottom: 60px;
}
main section.sobre-nosotros .container .card {
  border-radius: 8px;
  border: none;
  box-shadow: none;
  border-bottom: 2px solid #dae0ec;
}
main section.sobre-nosotros .container .card .card-body h4 {
  font-family: "SF-UI-Text-Bold";
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0em;
  color: #143981;
  text-transform: uppercase;
  margin-top: 20px;
}
main section.sobre-nosotros .container .card .card-body hr {
  width: 40px;
  margin-top: 30px;
  margin-bottom: 30px;
  border: 0;
}
main section.sobre-nosotros .container .card .card-body hr.red {
  border-top: 3px solid #e30613;
}
main section.sobre-nosotros .container .card .card-body hr.yellow {
  border-top: 3px solid #ffcc00;
}
main section.sobre-nosotros .container .card .card-body hr.blue {
  border-top: 3px solid #143981;
}
main section.sobre-nosotros .container .card .card-body p {
  font-family: "SF-UI-Text-Light";
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: center;
  color: #333;
  padding: 0px 10px 20px 10px;
  margin: 0px;
}
main section.sobre-nosotros .container .card .card-body p.pb24 {
  padding-bottom: 36px;
}

hr.servicios {
  margin: 0rem !important;
}

#boton-scrolltotop {
  display: none;
  position: fixed;
  bottom: 33px;
  right: 53px;
  cursor: pointer;
  z-index: 7001;
  cursor: pointer;
  transition: opacity 0.3s;
  width: 50px;
}

.popover {
  z-index: 1070 !important;
}

#form-contacto {
  padding-top: 3rem;
}
#form-contacto h4 {
  font-family: "NunitoSansBold";
  font-size: 30px;
  font-weight: 700;
  line-height: 38px;
  letter-spacing: 0em;
  margin-bottom: 3.5rem;
}
#form-contacto form .form-group label {
  font-family: "SF-UI-Text-Regular";
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: left;
  color: #143981;
}
#form-contacto form .form-group input,
#form-contacto form .form-group textarea {
  background-color: transparent;
  border: 1px solid #aebddb;
  border-radius: 10px;
  padding: 10px;
  width: 100%;
  height: 48px;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 20px;
  font-weight: 400;
  font-family: "SF-UI-TEXT-REGULAR";
}
#form-contacto form .form-group input#mensaje,
#form-contacto form .form-group textarea#mensaje {
  height: 95px;
  resize: none;
}
#form-contacto form .form-group input::-moz-placeholder, #form-contacto form .form-group textarea::-moz-placeholder {
  color: #a0a0a0;
  padding-left: 10px;
}
#form-contacto form .form-group input::placeholder,
#form-contacto form .form-group textarea::placeholder {
  color: #a0a0a0;
  padding-left: 10px;
}
#form-contacto form .btn-enviar {
  background-color: #e30613;
  padding: 15px 60px;
  border-radius: 8px;
  margin-top: 10px;
  color: #e6e6e6;
  position: relative;
  cursor: pointer;
}
#form-contacto form .btn-enviar:active, #form-contacto form .btn-enviar:visited, #form-contacto form .btn-enviar:focus {
  -webkit-box-shadow: none !important;
  border: none !important;
  outline: 0 !important;
  box-shadow: none !important;
}
#form-contacto form .btn-enviar:hover {
  background-color: #ffcc00;
}
#form-contacto form .btn-enviar p {
  font-family: "SF-UI-Text-Bold";
  font-size: 13px;
  font-weight: 800;
  line-height: 16px;
  letter-spacing: 2px;
  text-align: center;
  margin: 0px;
}
#form-contacto form .btn-enviar #spinner {
  position: absolute;
  top: 50%;
  left: calc(100% - 25px);
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  border: 2px solid #fff;
  border-top: 2px solid transparent;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

#modal-dialog {
  margin: 0rem auto !important;
}
#modal-dialog .modal-header,
#modal-dialog .modal-footer {
  border: none;
  padding: 1rem;
}
#modal-dialog .modal-header h4,
#modal-dialog .modal-footer h4 {
  margin-bottom: 0 !important;
  font-size: 26px;
  padding-left: 1rem;
  padding-top: 0.5rem;
}
#modal-dialog .modal-header button.btn-enviar,
#modal-dialog .modal-footer button.btn-enviar {
  margin-top: 0.5rem !important;
  margin-bottom: 2rem;
  background-color: #e30613;
  padding: 15px 60px;
  border-radius: 8px;
  font-family: "SF-UI-Text-Bold";
  font-size: 13px;
  font-weight: 800;
  line-height: 16px;
  letter-spacing: 2px;
  text-align: center;
  color: #fff;
}
#modal-dialog .modal-header button.btn-enviar:hover,
#modal-dialog .modal-footer button.btn-enviar:hover {
  background-color: #ffcc00;
}
#modal-dialog .modal-header button.close,
#modal-dialog .modal-footer button.close {
  margin-top: 0.5rem !important;
  margin-left: auto;
  padding-top: 0;
  padding-left: 0;
  line-height: 1rem;
  background-color: transparent;
}
#modal-dialog .modal-header {
  display: flex;
  flex-direction: column;
}
#modal-dialog .modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}
#modal-dialog .modal-body p {
  font-size: 18px;
  margin: 0;
  font-style: normal;
  font-family: "SF-UI-Text-Light";
}

footer {
  background-color: #fff;
  color: #143981;
}
footer img.top-tri {
  margin-bottom: 40px;
  width: 100%;
}
footer .footer-links {
  padding-bottom: 40px;
}
footer .footer-links a.logo-fondos {
  align-self: start;
}
footer .footer-links a.logo-fondos img {
  width: 130px;
}
footer .footer-links a.contact-data {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: #143981;
  height: 26px;
  margin-bottom: 10px;
}
footer .footer-links a.contact-data img {
  width: 15px;
}
footer .footer-links a.contact-data p {
  font-family: "SF-UI-Text-Regular";
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
  color: #143981;
  margin: 0px;
  padding-right: 30px;
}
footer .footer-links a.contact-data:active, footer .footer-links a.contact-data:visited {
  text-decoration: none;
  color: #143981;
}
footer .footer-links a.nav-links,
footer .footer-links a.fam {
  font-family: "SF-UI-Text-Regular";
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
  color: #143981;
}
footer .footer-links a.nav-links:active, footer .footer-links a.nav-links:visited,
footer .footer-links a.fam:active,
footer .footer-links a.fam:visited {
  text-decoration: none;
  color: #143981;
}
footer .footer-links a.nav-links:hover,
footer .footer-links a.fam:hover {
  text-decoration: none;
  color: inherit;
}
footer .footer-links a.nav-links.inactive,
footer .footer-links a.fam.inactive {
  color: #b1b6c0;
}
footer .footer-links a.fondos-mutuos {
  font-family: "SF-UI-Text-Light";
  font-size: 10px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
  color: #143981;
}
footer .footer-links a.fondos-mutuos:active, footer .footer-links a.fondos-mutuos:visited {
  text-decoration: none;
  color: #143981;
}
footer .footer-links a.fondos-mutuos:hover {
  text-decoration: none;
  color: inherit;
}
footer hr {
  margin: 0px;
  border: none;
  height: 0.5px;
  background-color: #585857;
}
footer .footer-bottom {
  background-color: #f3f5f9;
  border-top: 1px solid #d1dbed;
  padding: 15px 0px;
}
footer .footer-bottom p {
  font-size: 12px;
  font-weight: 300;
  line-height: 15px;
  letter-spacing: 0em;
  text-align: right;
  font-family: "SF-UI-Text-Light";
  color: #143981;
  margin: 0px;
  margin-right: 15px;
}
footer .footer-bottom p span {
  font-family: "SF-UI-Text-Bold";
  font-size: 12px;
  font-weight: 600;
  line-height: 15px;
  letter-spacing: 0em;
}
footer .footer-bottom img {
  margin: 0 auto;
}
footer .footer-bottom img.logo-nosotros {
  margin: 0px;
  margin-left: auto;
}

@media screen and (min-width: 992px) {
  header nav.navbar .container .navbar-collapse {
    height: 73px;
  }
}
@media screen and (max-width: 991px) {
  header.ff-header {
    height: unset;
  }
  header.ff-header nav.navbar {
    height: unset;
  }
  header.ff-header nav.navbar .container {
    height: unset;
  }
  header.ff-header nav.navbar .container img {
    margin-left: 15px;
  }
  header.ff-header nav.navbar .container button.navbar-toggler {
    color: #fff;
    border-color: #fff !important;
    border-radius: 2px;
    padding: 4px 8px;
    width: 41.5px;
    height: 36px;
    margin-right: 15px;
  }
  header.ff-header nav.navbar .container button.navbar-toggler span.navbar-toggler-icon {
    background-image: none !important;
    width: 100%;
    height: 100%;
  }
  header.ff-header nav.navbar .container button.navbar-toggler span.navbar-toggler-icon .bar {
    display: block;
    width: 21.5px;
    height: 1px;
    margin: 5px auto;
    background-color: #fff;
  }
  header.ff-header nav.navbar .container button.navbar-toggler[aria-expanded=true] {
    background-color: #ffcc00;
  }
  header.ff-header nav.navbar .container .navbar-collapse ul {
    height: unset;
  }
  header.ff-header nav.navbar .container .navbar-collapse ul li {
    padding-top: 20px;
  }
  header.ff-header nav.navbar .container .navbar-collapse ul li a {
    font-family: "SF-UI-Text-Regular";
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
    letter-spacing: 0.03em;
  }
  header.ff-header nav.navbar .container .navbar-collapse ul li a button {
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0.05em;
  }
  header.ff-header nav.navbar .container .navbar-collapse ul li:active, header.ff-header nav.navbar .container .navbar-collapse ul li:hover, header.ff-header nav.navbar .container .navbar-collapse ul li.active {
    text-decoration-line: none !important;
    text-decoration: none !important;
    background-color: transparent;
  }
  header.ff-header nav.navbar .container .navbar-collapse ul li:active:after, header.ff-header nav.navbar .container .navbar-collapse ul li:hover:after, header.ff-header nav.navbar .container .navbar-collapse ul li.active:after {
    background-color: transparent !important;
  }
}
@media screen and (max-width: 768px) {
  .margen-especial {
    margin-top: 30px !important;
  }
  .alineacion-items-footer {
    align-self: auto !important;
  }
  .margen-especial-2 {
    margin-top: 30px !important;
  }
  .margen-texto-footer {
    margin-top: 25px;
  }
  header.ff-header {
    height: unset;
  }
  header.ff-header nav.navbar {
    height: unset;
  }
  header.ff-header nav.navbar .container {
    height: unset;
  }
  header.ff-header nav.navbar .container img {
    margin-left: 15px;
  }
  header.ff-header nav.navbar .container button.navbar-toggler {
    color: #fff;
    border-color: #fff !important;
    border-radius: 2px;
    padding: 4px 8px;
    width: 41.5px;
    height: 36px;
    margin-right: 15px;
  }
  header.ff-header nav.navbar .container button.navbar-toggler span.navbar-toggler-icon {
    background-image: none !important;
    width: 100%;
    height: 100%;
  }
  header.ff-header nav.navbar .container button.navbar-toggler span.navbar-toggler-icon .bar {
    display: block;
    width: 21.5px;
    height: 1px;
    margin: 5px auto;
    background-color: #fff;
  }
  header.ff-header nav.navbar .container button.navbar-toggler[aria-expanded=true] {
    background-color: #ffcc00;
  }
  header.ff-header nav.navbar .container .navbar-collapse ul {
    height: unset;
  }
  header.ff-header nav.navbar .container .navbar-collapse ul li {
    padding-top: 20px;
  }
  header.ff-header nav.navbar .container .navbar-collapse ul li a {
    font-family: "SF-UI-Text-Regular";
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
    letter-spacing: 0.03em;
    text-align: center;
  }
  header.ff-header nav.navbar .container .navbar-collapse ul li a button {
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0.05em;
  }
  header.ff-header nav.navbar .container .navbar-collapse ul li:active, header.ff-header nav.navbar .container .navbar-collapse ul li:hover, header.ff-header nav.navbar .container .navbar-collapse ul li.active {
    text-decoration-line: none !important;
    text-decoration: none !important;
    background-color: transparent;
  }
  header.ff-header nav.navbar .container .navbar-collapse ul li:active:after, header.ff-header nav.navbar .container .navbar-collapse ul li:hover:after, header.ff-header nav.navbar .container .navbar-collapse ul li.active:after {
    background-color: transparent !important;
  }
  main section {
    background-size: cover;
    padding: 3rem 0px;
  }
  main section.hero-home {
    background-image: none;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  main section.hero-home p,
  main section.hero-home strong {
    text-align: center;
    font-size: 18px;
    line-height: 27px;
    text-align: left;
  }
  main section.hero-home p.bienvenida {
    font-size: 14px;
    line-height: 17px;
    margin: 0px;
    text-align: center;
    width: 100%;
  }
  main section.hero-home h1 {
    text-align: center;
    font-size: 42px;
    line-height: 43px;
    font-weight: 800;
    margin-top: 30px;
    margin-bottom: 10px;
  }
  main section.hero-home h1 span {
    font-size: 26px;
  }
  main section.hero-home img {
    width: 100%;
  }
  main section.hero-home .masinfo {
    color: #ffffff;
    text-align: center;
    font-size: 12px;
    line-height: 18px;
    font-weight: 600;
    position: absolute;
    bottom: 30px;
    left: 0px;
    right: 0px;
  }
  main section.hero-home .arrow-icon {
    width: 20px;
    position: absolute;
    bottom: 10px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
  }
  main section.hero-home .bg-variable {
    background-image: url(../img/main-mobile.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    height: calc(95vh - 165px);
    height: calc(95svh - 165px);
  }
  main section.hero-home .mob-call {
    font-family: "NunitoSansBold";
    font-size: 28px;
    font-weight: 800;
    line-height: 34px;
    letter-spacing: 0em;
    text-align: left;
  }
  main section.hero-home .btn-contactanos {
    background-color: #333333 !important;
    padding: 20px 30px 20px 30px;
    border-radius: 2px;
    margin: 1rem 0 2rem 0;
    color: #e6e6e6;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0.05em;
  }
  main section.hero-contacto {
    background-image: url(../img/quienes-somos-headline-bg-mobile.png);
    min-height: 202px;
  }
  main section.hero-contacto p {
    text-align: center;
  }
  main section.hero-contacto h1 {
    text-align: center;
    font-size: 40px;
    line-height: 55px;
    margin: 0px;
  }
  main section.hero-contacto hr {
    width: 20%;
    margin-top: 12px;
  }
  main section.hero-contacto {
    background-image: url(../img/contacto-headline-bg-mobile.png);
    background-position-x: 100%;
  }
  main section.sobre-bancofamiliar {
    padding: 90px 0px;
  }
  main section.sobre-bancofamiliar h3 {
    font-size: 32px;
    line-height: 38.19px;
    margin-bottom: 40px;
  }
  main section.sobre-bancofamiliar img {
    width: 165px;
  }
  main section.sobre-bancofamiliar img.sobre-banco {
    width: 100%;
  }
  main section.sobre-bancofamiliar img.sobre-banco.mb-40 {
    margin-bottom: 40px;
  }
  main section.sobre-bancofamiliar .col-12.col-md-6 p.mt-60 {
    margin-top: 0px;
  }
  main section.sobre-bancofamiliar .col-12.col-md-6.left-col {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  main section.sobre-bancofamiliar .col-12.col-md-6.right-col {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
  main section.directorio-ff h2, main section.inverti h2 {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 60px;
  }
  main section.inverti .container p {
    font-size: 18px;
    line-height: 27px;
  }
  main section.inverti .container .card .card-body a p {
    font-size: 18px;
    line-height: 24.5px;
  }
  main section.nuestros-servicios h2 {
    font-size: 38px;
    font-weight: 800;
    line-height: 42px;
    letter-spacing: 0em;
    margin-bottom: 3rem;
  }
  main section.nuestros-servicios .card {
    box-shadow: 0px 4px 16px 0px rgba(22, 22, 22, 0.1019607843);
  }
  main section.nuestros-servicios .card .card-body img {
    width: 100%;
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  main section.nuestros-servicios .card .card-body img.center-woman {
    -o-object-position: top;
       object-position: top;
  }
  main section.nuestros-servicios .card .card-body div.card-text {
    padding: 20px 20px 25px 20px;
  }
  main section.nuestros-servicios .card .card-body div.card-text h4 {
    font-family: "NunitoSansBold";
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0em;
    margin-bottom: 1.5rem;
  }
  main section.nuestros-servicios .card .card-body div.card-text a {
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 0.05em;
    padding: 10px 15px 10px 10px;
  }
  main section.trabajemos-juntos .col-12, main section.serv-prod .col-12 {
    padding-right: 20px;
    padding-left: 20px;
  }
  main section.trabajemos-juntos .col-12 h1, main section.serv-prod .col-12 h1 {
    font-size: 40px;
    font-weight: 800;
    line-height: 44px;
    letter-spacing: 0em;
  }
  main section.trabajemos-juntos .col-12 p, main section.serv-prod .col-12 p {
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
  }
  main section.trabajemos-juntos .col-12 p.contactanos, main section.serv-prod .col-12 p.contactanos {
    font-size: 14px;
    font-weight: 800;
    line-height: 19px;
    letter-spacing: 0.25em;
    font-style: normal;
    margin-top: 1rem;
  }
  main section.estados-financieros .container .col-12 {
    padding: 0 !important;
  }
  main section.servicios h2, main section.productos h2 {
    font-size: 30px;
    font-weight: 700;
    line-height: 34px;
    letter-spacing: 0em;
    margin-bottom: 0rem;
    font-family: "NunitoSansBold";
  }
  main section.servicios img.img-desc, main section.productos img.img-desc {
    width: 100%;
  }
  main section.servicios .check-list h3, main section.productos .check-list h3 {
    font-size: 22px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: center;
  }
  main section.servicios .accordion .card, main section.productos .accordion .card {
    border: 1px solid rgba(0, 0, 0, 0.125);
    margin-bottom: 1rem;
    transition: background-color 0.3s ease;
  }
  main section.servicios .accordion .card button, main section.productos .accordion .card button {
    padding: 0;
  }
  main section.servicios .accordion .card button:active, main section.servicios .accordion .card button:visited, main section.servicios .accordion .card button:focus, main section.servicios .accordion .card button.btn-link, main section.productos .accordion .card button:active, main section.productos .accordion .card button:visited, main section.productos .accordion .card button:focus, main section.productos .accordion .card button.btn-link {
    text-decoration: none;
    box-shadow: none;
  }
  main section.servicios .accordion .card button h4, main section.productos .accordion .card button h4 {
    font-family: "NunitoSansBold";
    text-decoration: none;
    font-size: 20px;
    font-weight: 800;
    line-height: 26px;
    letter-spacing: 0em;
    color: #333333;
    margin-left: 1rem;
    margin-bottom: 0;
  }
  main section.servicios .accordion .card button .product, main section.productos .accordion .card button .product {
    width: 80px;
  }
  main section.servicios .accordion .card button .chevron, main section.productos .accordion .card button .chevron {
    padding: 8px 6px;
    transition: transform 0.3s;
  }
  main section.servicios .accordion .card button[aria-expanded=true] .chevron, main section.productos .accordion .card button[aria-expanded=true] .chevron {
    transform: rotate(-180deg);
    background-color: #f2f2f2;
  }
  main section.servicios .accordion .card .card-header, main section.productos .accordion .card .card-header {
    padding: 0.75rem 1rem;
  }
  main section.servicios .accordion .card .card-body p, main section.productos .accordion .card .card-body p {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0em;
  }
  main section.servicios .accordion .bg-color-expanded, main section.productos .accordion .bg-color-expanded {
    background-color: #fff;
  }
  main section.productos h2 {
    margin-bottom: 2rem;
  }
  main section.contacto-page {
    padding: 50px 0px;
  }
  main section.contacto-page h1 {
    font-size: 32px;
    line-height: 38px;
  }
  main section.contacto-page p.desc {
    width: 100%;
    margin-bottom: 30px;
  }
  main section.contacto-page #form-contacto {
    padding: 3rem 2rem;
  }
  main section.contacto-page h4 {
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    line-height: 38px;
    letter-spacing: 0em;
  }
  main section.contacto-page div.datos-contacto .col-md-11 .card {
    margin-top: 30px;
    width: 100%;
  }
  main #boton-scrolltotop {
    display: none;
    position: fixed;
    bottom: 10px;
    right: 10px;
    cursor: pointer;
    z-index: 7001;
    cursor: pointer;
    transition: opacity 0.3s;
    width: 50px;
  }
  main .background-dolares {
    background-image: url(../img/fondos-mutuos/banner-mobile-dolares.jpg);
  }
  main .background-guaranies {
    background-image: url(../img/fondos-mutuos/banner-mobile-guaranies.jpg);
  }
  main section.hero-fondos-mutuos {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center top;
    padding: 218px 15px 50px 15px;
    height: 1174px;
  }
  main section.hero-fondos-mutuos .col-12 h1 {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 15px;
  }
  main section.hero-fondos-mutuos .col-12 p.orientado,
  main section.hero-fondos-mutuos .col-12 li p {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 5px;
  }
  main section.hero-fondos-mutuos .col-12 ul {
    margin-bottom: 10px;
  }
  main section.hero-fondos-mutuos .col-12 ul li img {
    margin-bottom: 4px;
    margin-right: 15px;
  }
  main section.factsheet,
  main section.reglamento,
  main section.calificadora {
    padding: 60px 15px 30px 15px;
    background-color: #fff;
  }
  main section.factsheet img,
  main section.reglamento img,
  main section.calificadora img {
    border-radius: 15px;
    width: 100%;
    height: 206px;
    margin-bottom: 30px;
  }
  main section.factsheet h3,
  main section.reglamento h3,
  main section.calificadora h3 {
    font-size: 32px;
    line-height: 38px;
  }
  main section.factsheet p.description,
  main section.reglamento p.description,
  main section.calificadora p.description {
    width: 100%;
  }
  main section.factsheet .info,
  main section.reglamento .info,
  main section.calificadora .info {
    padding-right: 0px;
  }
  main section.factsheet p.version,
  main section.reglamento p.version,
  main section.calificadora p.version {
    margin-top: 30px;
  }
  main section.factsheet a.card-button,
  main section.reglamento a.card-button,
  main section.calificadora a.card-button {
    padding: 20px;
  }
  main section.factsheet a.card-button .download,
  main section.reglamento a.card-button .download,
  main section.calificadora a.card-button .download {
    display: flex;
  }
  main section.reglamento {
    background-color: #f3f5f9;
  }
  main section.reglamento a.card-button {
    margin-top: 30px;
  }
  main section.reglamento a.card-button div.text p.title {
    margin-bottom: 0px;
  }
  main section.calificadora {
    padding: 30px 15px 60px 15px;
  }
  main section.calificadora p.version {
    margin-top: 30px;
  }
  main section.calificadora a.card-button div.text p.title {
    margin-bottom: 0px;
    width: 60%;
  }
  main section.calificadora a.card-button:hover {
    background-color: #fff;
  }
  main section.calificadora a.card-button:hover .download {
    border-color: inherit;
    background-color: #fff;
  }
  main section.calificadora a.card-button img.reloj {
    margin-block: auto;
  }
  main section.estado-financiero,
  main section.estado-financiero-afpisa {
    padding: 60px 0px;
  }
  main section.estado-financiero h3,
  main section.estado-financiero-afpisa h3 {
    font-size: 32px;
    line-height: 38px;
    text-align: center;
  }
  main section.estado-financiero div#accordion1,
  main section.estado-financiero div#accordion2,
  main section.estado-financiero-afpisa div#accordion1,
  main section.estado-financiero-afpisa div#accordion2 {
    width: 100%;
  }
  main section.estado-financiero div#accordion1 div.card,
  main section.estado-financiero div#accordion2 div.card,
  main section.estado-financiero-afpisa div#accordion1 div.card,
  main section.estado-financiero-afpisa div#accordion2 div.card {
    background-color: transparent;
    border: none;
  }
  main section.estado-financiero div#accordion1 div.card div.card-header,
  main section.estado-financiero div#accordion2 div.card div.card-header,
  main section.estado-financiero-afpisa div#accordion1 div.card div.card-header,
  main section.estado-financiero-afpisa div#accordion2 div.card div.card-header {
    background-color: transparent;
    border-bottom: 1px solid #869bc3;
  }
  main section.estado-financiero div#accordion1 div.card div.card-header h5 button.btn-link,
  main section.estado-financiero div#accordion2 div.card div.card-header h5 button.btn-link,
  main section.estado-financiero-afpisa div#accordion1 div.card div.card-header h5 button.btn-link,
  main section.estado-financiero-afpisa div#accordion2 div.card div.card-header h5 button.btn-link {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: "SF-UI-Text-Regular";
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 0px;
    padding: 0px;
    color: #333333;
    text-decoration: none;
  }
  main section.estado-financiero div#accordion1 div.card div.card-header h5 button.btn-link .accordion-chevron,
  main section.estado-financiero div#accordion2 div.card div.card-header h5 button.btn-link .accordion-chevron,
  main section.estado-financiero-afpisa div#accordion1 div.card div.card-header h5 button.btn-link .accordion-chevron,
  main section.estado-financiero-afpisa div#accordion2 div.card div.card-header h5 button.btn-link .accordion-chevron {
    margin-block: auto;
    transition: transform 0.3s;
  }
  main section.estado-financiero div#accordion1 div.card div.card-header h5 button.btn-link:not(.collapsed) .accordion-chevron,
  main section.estado-financiero div#accordion2 div.card div.card-header h5 button.btn-link:not(.collapsed) .accordion-chevron,
  main section.estado-financiero-afpisa div#accordion1 div.card div.card-header h5 button.btn-link:not(.collapsed) .accordion-chevron,
  main section.estado-financiero-afpisa div#accordion2 div.card div.card-header h5 button.btn-link:not(.collapsed) .accordion-chevron {
    transform: rotate(-180deg);
  }
  main section.estado-financiero div#accordion1 div.card div.card-header h5 button.btn-link:focus,
  main section.estado-financiero div#accordion2 div.card div.card-header h5 button.btn-link:focus,
  main section.estado-financiero-afpisa div#accordion1 div.card div.card-header h5 button.btn-link:focus,
  main section.estado-financiero-afpisa div#accordion2 div.card div.card-header h5 button.btn-link:focus {
    outline: none;
    box-shadow: none;
  }
  main section.estado-financiero div#accordion1 div.card div.card-body,
  main section.estado-financiero div#accordion2 div.card div.card-body,
  main section.estado-financiero-afpisa div#accordion1 div.card div.card-body,
  main section.estado-financiero-afpisa div#accordion2 div.card div.card-body {
    padding-inline: 0px;
  }
  main section.estado-financiero div#accordion1 div.card.mb-20,
  main section.estado-financiero div#accordion2 div.card.mb-20,
  main section.estado-financiero-afpisa div#accordion1 div.card.mb-20,
  main section.estado-financiero-afpisa div#accordion2 div.card.mb-20 {
    margin-bottom: 20px;
  }
  main section.estado-financiero div.d-flex,
  main section.estado-financiero-afpisa div.d-flex {
    width: 100%;
    /*a.card-button {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px 30px;
      border: 1px solid #DAE0EC;
      border-bottom: 2px solid #DAE0EC;
      border-radius: 15px;
      background-color: #FFF;
      transition: all .5s;*/
  }
  main section.estado-financiero div.d-flex p.periodo,
  main section.estado-financiero-afpisa div.d-flex p.periodo {
    font-family: "SF-UI-Text-Regular";
    font-size: 14px;
    font-weight: 600;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 30px;
  }
  main section.estado-financiero div.d-flex a.card-button,
  main section.estado-financiero-afpisa div.d-flex a.card-button {
    /*.download {
      padding: 20px 22px;
      border: 1px solid $familiarBlue;
      border-radius: 50%;
      width: 56px;
      height: 56px;
      transition: all .5s;*/
  }
  main section.estado-financiero div.d-flex a.card-button div.text p,
  main section.estado-financiero-afpisa div.d-flex a.card-button div.text p {
    font-family: "SF-UI-Text-Regular";
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: #143981;
    margin-bottom: 6px;
    /*&.title {
      font-family: "SF-UI-Text-Bold";
      font-weight: 700;

      span.fecha {
        font-family: "SF-UI-Text-Regular";
        font-weight: 400;
        margin-bottom: 0px;
      }
    }*/
  }
  main section.estado-financiero div.d-flex a.card-button div.text p.descargar,
  main section.estado-financiero-afpisa div.d-flex a.card-button div.text p.descargar {
    font-family: "SF-UI-Text-Light";
    font-size: 10px;
    font-weight: 400;
    line-height: 11px;
    letter-spacing: 0.1em;
    color: #333333;
  }
  main section.estado-financiero div.d-flex a.card-button .download img,
  main section.estado-financiero-afpisa div.d-flex a.card-button .download img {
    width: 12px;
    height: 16px;
  }
  main section.estado-financiero div.d-flex a.card-button .download img#reloj,
  main section.estado-financiero-afpisa div.d-flex a.card-button .download img#reloj {
    width: 20px;
    height: 20px;
    top: 10px;
    right: 9px;
  }
  main section.estado-financiero div.d-flex a.card-button.mb-20,
  main section.estado-financiero-afpisa div.d-flex a.card-button.mb-20 {
    margin-bottom: 20px;
  }
  main section.estado-financiero div.d-flex a.card-button:hover,
  main section.estado-financiero-afpisa div.d-flex a.card-button:hover {
    background-color: #e6edfa;
  }
  main section.estado-financiero div.d-flex a.card-button:hover .download,
  main section.estado-financiero-afpisa div.d-flex a.card-button:hover .download {
    border-color: transparent;
    background-color: #fff;
  }
  main section.estado-financiero div.d-flex a.card-button:hover, main section.estado-financiero div.d-flex a.card-button:focus, main section.estado-financiero div.d-flex a.card-button:active, main section.estado-financiero div.d-flex a.card-button:visited,
  main section.estado-financiero-afpisa div.d-flex a.card-button:hover,
  main section.estado-financiero-afpisa div.d-flex a.card-button:focus,
  main section.estado-financiero-afpisa div.d-flex a.card-button:active,
  main section.estado-financiero-afpisa div.d-flex a.card-button:visited {
    text-decoration: none;
    color: #143981;
  }
  main section.estado-financiero-afpisa {
    padding: 40px 0px 60px 0px;
  }
  main section.contactar {
    padding: 118px 0px 110px 0px;
    background-image: url(../img/fondos-bg-mobile.jpg);
  }
  main section.contactar h3 {
    font-size: 32px;
    line-height: 36px;
    width: 100%;
    margin-bottom: 30px;
  }
  main section.contactar a {
    padding: 15px 20px;
  }
  main section.que-son-fondos {
    padding: 60px 0px;
    background-color: #fff;
  }
  main section.que-son-fondos img {
    width: 100%;
  }
  main section.que-son-fondos h3 {
    font-size: 32px;
    line-height: 38.19px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 32px;
    width: 85%;
  }
  main section.que-son-fondos p {
    margin-top: 32px;
  }
  main section.que-son-fondos .info {
    padding: 0px;
  }
  main section.beneficios {
    padding: 90px 0px;
    padding-bottom: 50px;
    background-color: #f3f5f9;
  }
  main section.beneficios h2 {
    font-size: 32px;
    line-height: 24px;
  }
  main section.beneficios img.main {
    border-radius: 8px;
    width: 100%;
    margin-left: 0px;
  }
  main section.beneficios .check-list {
    padding: 60px 15px;
    padding-bottom: 0px;
  }
  main section.beneficios .check-list .d-flex {
    margin: 0 auto;
    margin-bottom: 40px;
    width: 316px;
  }
  main section.beneficios .check-list .d-flex .benefi-list-item h6 {
    font-size: 20px;
    margin-bottom: 0px;
  }
  main section.beneficios .check-list .d-flex .benefi-list-item p {
    font-size: 16px;
  }
  main section.conoce {
    padding: 100px 0px;
    background-image: url(../img/fondos-bg-mobile.jpg);
  }
  main section.conoce h3 {
    font-size: 32px;
    line-height: 36px;
    width: 100%;
  }
  main section.conoce h4 {
    width: 100%;
  }
  main section.sobre-nosotros {
    background-color: #f3f5f9;
    padding: 100px 0px;
  }
  main section.sobre-nosotros .container div.hero h2 {
    font-size: 32px;
    font-weight: 800;
    line-height: 38.19px;
  }
  main section.sobre-nosotros .container div.hero p.desc {
    width: 100%;
  }
  #form-contacto {
    padding-top: 2rem;
  }
  #form-contacto .btn-enviar {
    margin-inline: auto !important;
    margin-top: 0.5rem;
  }
  #form-contacto .btn-enviar:active, #form-contacto .btn-enviar:visited, #form-contacto .btn-enviar:focus {
    -webkit-box-shadow: none !important;
    border: none !important;
    outline: 0 !important;
    box-shadow: none !important;
  }
  #form-contacto h4 {
    font-size: 26px;
    font-weight: 700;
    line-height: 38px;
    letter-spacing: 0em;
    margin-bottom: 1.5rem;
  }
  footer img.top-tri {
    margin-bottom: 40px;
    width: 100%;
  }
  footer .footer-links {
    padding-bottom: 40px;
  }
  footer .footer-links a.logo-fondos {
    padding: 5px 0 40px 0;
    border-bottom: 1px solid #d1d8e3;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  footer .footer-links a.logo-fondos img {
    width: 158px;
  }
  footer .footer-links div.contact-links {
    width: 100%;
    border-top: 1px solid #d1d8e3;
    border-bottom: 1px solid #d1d8e3;
    padding: 40px 0px 30px 0px;
  }
  footer .footer-links div.contact-links a.contact-data {
    text-align: center;
    justify-content: center;
    margin-bottom: 10px;
  }
  footer .footer-links div.contact-links a.contact-data img {
    width: 15px;
  }
  footer .footer-links div.contact-links a.contact-data p {
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    padding-inline: 0px;
  }
  footer .footer-links div.contact-links a.contact-data:active, footer .footer-links div.contact-links a.contact-data:visited {
    text-decoration: none;
    color: #143981;
  }
  footer .footer-links a.nav-links,
  footer .footer-links a.fam {
    text-align: center;
    margin-bottom: 25px;
  }
  footer .footer-links a.nav-links:active, footer .footer-links a.nav-links:visited,
  footer .footer-links a.fam:active,
  footer .footer-links a.fam:visited {
    text-decoration: none;
    color: #143981;
  }
  footer .footer-links a.nav-links:hover,
  footer .footer-links a.fam:hover {
    text-decoration: none;
    color: inherit;
  }
  footer .footer-links a.nav-links.inactive,
  footer .footer-links a.fam.inactive {
    color: #b1b6c0;
  }
  footer .footer-links a.nav-links.first,
  footer .footer-links a.fam.first {
    margin-top: 40px;
  }
  footer .footer-links a.nav-links p,
  footer .footer-links a.fam p {
    margin: 0px;
  }
  footer .footer-links a.fondos-mutuos {
    text-align: center;
    margin-top: 14px;
  }
  footer .footer-links a.fondos-mutuos:active, footer .footer-links a.fondos-mutuos:visited {
    text-decoration: none;
    color: #143981;
  }
  footer .footer-links a.fondos-mutuos:hover {
    text-decoration: none;
    color: inherit;
  }
  footer div.copyright {
    font-size: 12px;
    font-weight: 300;
  }
  footer div.copyright span {
    font-weight: 600;
  }
  footer .footer-bottom {
    background-color: #f3f5f9;
    border-top: 1px solid #d4dff4;
    padding: 0px 0px 15px 0px;
    margin-top: 40px;
  }
  footer .footer-bottom p {
    text-align: center;
    margin: 0px;
    margin-bottom: 10px;
    margin-top: 40px;
  }
  footer .footer-bottom p span {
    font-weight: 600;
  }
  footer .footer-bottom img {
    margin: 0 auto;
    margin-bottom: 40px;
  }
  footer .footer-bottom img.logo-nosotros {
    margin-block: 16px;
    margin-inline: auto;
  }
}
@media screen and (max-width: 375px) {
  main section.hero-home h1 {
    font-size: 38px;
  }
  main section.hero-home h1 span {
    font-size: 22px;
  }
}
.margen-especial {
  margin-top: 50px;
}

.margen-especial-2 {
  margin-top: 50px;
}

.alineacion-items-footer {
  align-self: start;
}

.SF-UI-Text-Light {
  font-family: "SF-UI-Text-Light" !important;
}

/* nuevos cambios en el banner para datos de factsheet inicio*/
div#caja-blanca {
  background-color: white;
  height: 360px;
  width: 635px;
  border-radius: 20px;
  margin-top: 44px;
  box-shadow: 0 2px 20px 0 rgba(113, 160, 244, 0.2);
}
div#caja-blanca div#texto-titulo {
  margin-top: 40px;
}
div#caja-blanca div#texto-titulo p#primer-titulo {
  font-family: "SF-UI-Text-Regular";
  font-weight: 700;
  font-size: 18px;
  line-height: 21.48px;
  letter-spacing: 4px;
  color: #143981;
  height: 21px;
  margin-bottom: 5px;
}
div#caja-blanca div#texto-titulo p#segundo-titulo {
  font-family: "SF-UI-Text-Regular";
  font-weight: 400;
  font-size: 14px;
  line-height: 16.71px;
  letter-spacing: 3px;
  color: #143981;
  height: 17px;
  margin-bottom: 0px;
}
div#caja-blanca div#cont-columnas {
  margin-top: 40px;
}
div#caja-blanca div#cont-columnas .tam-columnas {
  height: 187px;
}
div#caja-blanca div#cont-columnas .margin-left {
  border-left: 1px solid #dee5f6;
}
div#caja-blanca div#cont-columnas img {
  width: 70px;
  height: 70px;
}
div#caja-blanca div#cont-columnas .tam-cajitas-textos {
  width: 151.67px;
  height: 80px;
  margin-top: 30px;
}
div#caja-blanca div#cont-columnas .text1-cajita {
  font-family: "SF-UI-Text-Regular";
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  color: #143981;
  margin-bottom: 10px;
}
div#caja-blanca div#cont-columnas .text2-cajita {
  font-family: "SF-UI-Text-Regular";
  font-weight: 800;
  font-size: 32px;
  line-height: 38.19px;
  color: #143981;
}

div#caja-blanca-horizontal {
  background-color: white;
  width: 445px;
  border-radius: 20px;
  margin-top: 44px;
  box-shadow: 0 2px 20px 0 rgba(113, 160, 244, 0.2);
}
div#caja-blanca-horizontal div#texto-titulo {
  margin-top: 40px;
}
div#caja-blanca-horizontal div#texto-titulo p#primer-titulo {
  font-family: "SF-UI-Text-Regular";
  font-weight: 700;
  font-size: 18px;
  line-height: 21.48px;
  letter-spacing: 4px;
  color: #143981;
  height: 21px;
  margin-bottom: 5px;
}
div#caja-blanca-horizontal div#texto-titulo p#segundo-titulo {
  font-family: "SF-UI-Text-Regular";
  font-weight: 400;
  font-size: 14px;
  line-height: 16.71px;
  letter-spacing: 3px;
  color: #143981;
  height: 17px;
  margin-bottom: 0px;
}
div#caja-blanca-horizontal div#cont-columnas {
  margin-top: 40px;
}
div#caja-blanca-horizontal div#cont-columnas .tam-columnas {
  padding: 20px 30px;
  display: flex;
  border-top: 1px solid #DDE5F6;
}
div#caja-blanca-horizontal div#cont-columnas .margin-left {
  border-left: 1px solid #dee5f6;
}
div#caja-blanca-horizontal div#cont-columnas img {
  width: 70px;
  height: 70px;
}
div#caja-blanca-horizontal div#cont-columnas .tam-cajitas-textos {
  height: 80px;
}
div#caja-blanca-horizontal div#cont-columnas .text1-cajita {
  font-family: "SF-UI-Text-Regular";
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: #143981;
  margin-bottom: 10px;
}
div#caja-blanca-horizontal div#cont-columnas .text2-cajita {
  font-family: "SF-UI-Text-Regular";
  font-weight: 800;
  font-size: 24px;
  line-height: 100%;
  color: #143981;
}

@media screen and (max-width: 750px) {
  div#caja-blanca {
    background-color: white;
    height: 560px;
    width: 635px;
    border-radius: 20px;
    margin-top: 15px;
    box-shadow: 0 2px 20px 0 rgba(113, 160, 244, 0.2);
  }
  div#caja-blanca div#texto-titulo {
    margin-top: 40px;
    height: 43px;
  }
  div#caja-blanca div#texto-titulo p#primer-titulo {
    font-family: "SF-UI-Text-Regular";
    font-weight: 700;
    font-size: 18px;
    line-height: 21.48px;
    letter-spacing: 4px;
    color: #143981;
    height: 21px;
    margin-bottom: 5px;
  }
  div#caja-blanca div#texto-titulo p#segundo-titulo {
    font-family: "SF-UI-Text-Regular";
    font-weight: 400;
    font-size: 14px;
    line-height: 16.71px;
    letter-spacing: 3px;
    color: #143981;
    height: 17px;
    margin-bottom: 0px;
  }
  div#caja-blanca div#cont-columnas {
    margin-top: 40px;
  }
  div#caja-blanca div#cont-columnas .tam-columnas {
    height: 133px;
    display: flex;
    padding: 0px 30px 0px 30px;
  }
  div#caja-blanca div#cont-columnas .margin-left {
    border-left: 0px solid #dee5f6;
  }
  div#caja-blanca div#cont-columnas .margin-top {
    border-top: 1px solid #dee5f6;
  }
  div#caja-blanca div#cont-columnas img {
    width: 70px;
    height: 70px;
    margin-top: auto;
    margin-bottom: auto;
  }
  div#caja-blanca div#cont-columnas .tam-cajitas-textos {
    width: 170px;
    height: 80px;
    /* margin-top: 30px; */
    margin-top: auto;
    margin-bottom: auto;
  }
  div#caja-blanca div#cont-columnas .text1-cajita {
    height: 32px;
    font-family: "SF-UI-Text-Regular";
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: #143981;
    margin-bottom: 10px;
  }
  div#caja-blanca div#cont-columnas .text2-cajita {
    font-family: "SF-UI-Text-Regular";
    font-weight: 800;
    font-size: 32px;
    line-height: 38.19px;
    color: #143981;
  }
}
/* nuevos cambios en el banner para datos de factsheet fin*//*# sourceMappingURL=styles.css.map */