@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
:root {
  --font-nunito-bold: "NunitoSansBold";
  --font-nunito-extra-bold: "NunitoSansExtraBold";
  --font-nunito-extra-light: "NunitoSansExtraLight";
  --font-nunito-light: "NunitoSansLight";
  --font-nunito-medium: "NunitoSansMedium";
  --font-nunito-regular: "NunitoSansRegular";
  --font-nunito-semi-bold: "NunitoSansSemiBold";
  --font-montserrat: "Montserrat";
}

@font-face {
  font-family: "NunitoSansBold";
  src: url("../fonts/NunitoSans_10pt-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "NunitoSansExtraBold";
  src: url("../fonts/NunitoSans_10pt-ExtraBold.ttf") format("truetype");
}
@font-face {
  font-family: "NunitoSansExtraLight";
  src: url("../fonts/NunitoSans_10pt-ExtraLight.ttf") format("truetype");
}
@font-face {
  font-family: "NunitoSansLight";
  src: url("../fonts/NunitoSans_10pt-Light.ttf") format("truetype");
}
@font-face {
  font-family: "NunitoSansMedium";
  src: url("../fonts/NunitoSans_10pt-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "NunitoSansRegular";
  src: url("../fonts/NunitoSans_10pt-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "NunitoSansSemiBold";
  src: url("../fonts/NunitoSans_10pt-SemiBold.ttf") format("truetype");
}
* {
  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.cb-header {
  background-color: #fff;
  padding: 15px 0px;
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.2509803922);
}

.navbar {
  z-index: 9999;
}
.navbar ul {
  align-items: center;
}
.navbar ul li {
  padding: 0px 10px;
}
.navbar ul li a {
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  color: #333333 !important;
  font-weight: 500;
  font-family: "NunitoSansRegular";
}
.navbar ul li a:hover {
  text-decoration: none;
}
.navbar ul li:hover {
  background-color: rgba(51, 51, 51, 0.062745098);
  border-radius: 2px;
}
.navbar ul li:last-child:hover {
  background-color: transparent;
}
.navbar img {
  width: 165px;
}

.portal-button {
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 8px 12px;
  color: #f5f5f5;
  border: 1px solid #333333;
  font-size: 12px;
  font-weight: 500;
  border-radius: 2px;
  margin-left: -15px;
  background-color: #333333;
}
.portal-button:hover {
  background-color: #f5f5f5 !important;
  color: #333333 !important;
}
.portal-button:active, .portal-button:visited, .portal-button:focus {
  -webkit-box-shadow: none !important;
  outline: 0 !important;
  box-shadow: none !important;
}

main {
  flex: 1;
}
main section {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 5rem 0px;
}
main section.hero-home {
  background-image: url(../img/hero-office-desktop.png);
  background-position: right bottom;
  background-size: contain;
}
main section h1 {
  font-family: "NunitoSansExtraBold";
  font-weight: 700;
  font-size: 78px;
  line-height: 76px;
}
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 {
  padding: 10px 0px;
  font-family: "NunitoSansBold";
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.25em;
  margin: 0px;
}
main section.hero, main section.hero-quienes-somos, 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 h1, main section.hero-quienes-somos h1, 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 hr, main section.hero-quienes-somos hr, 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.hero-newsletter {
  background-image: url(../img/newsletter-headline-bg.jpg);
  background-position: center;
}
main section.hero-newsletter 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.sobre-nosotros, main section.directorio-fbc, main section.inverti {
  background-color: #e6e6e6;
}
main section.sobre-nosotros h2, main section.directorio-fbc h2, main section.inverti h2 {
  font-family: "NunitoSansBold";
  font-size: 48px;
  line-height: 48px;
  font-weight: 700;
}
main section.sobre-nosotros .card, main section.directorio-fbc .card, main section.inverti .card {
  box-shadow: 0px 4px 16px 0px rgba(22, 22, 22, 0.1019607843);
}
main section.sobre-nosotros .card h4, main section.directorio-fbc .card h4, main section.inverti .card h4 {
  font-family: "NunitoSansBold";
  font-weight: 700;
  font-size: 28px;
  line-height: 34px;
}
main section.sobre-nosotros .card hr, main section.directorio-fbc .card hr, main section.inverti .card hr {
  margin: 0 auto;
  margin-bottom: 15px;
  border: none;
  height: 1px;
  background-color: #c2c0c1;
  width: 20%;
}
main section.sobre-nosotros .card p, main section.directorio-fbc .card p, main section.inverti .card p {
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
}
main section.sobre-nosotros .card p.value, main section.directorio-fbc .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;
}
main section.sobre-bancofamiliar h3 {
  font-family: "NunitoSansBold";
  font-size: 28px;
  line-height: 34px;
  font-weight: 700;
  margin: 20px 0px;
}
main section.sobre-bancofamiliar p {
  font-size: 18px;
  line-height: 27px;
  font-weight: 400;
}
main section.sobre-bancofamiliar .sobre-bco {
  margin-top: 6rem;
}
main section.directorio-fbc {
  background-color: #f2f2f2;
}
main section.directorio-fbc h2 {
  font-size: 28px;
  line-height: 34px;
  font-weight: 700;
}
main section.directorio-fbc p.small {
  font-family: "NunitoSansExtraLight";
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
  text-transform: capitalize;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
main section.directorio-fbc hr {
  margin-top: 20px;
}
main section.directorio-fbc p.cargo {
  font-family: "NunitoSansRegular";
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-top: 25px;
}
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: 20px;
  margin: 0px;
}
main section.inverti div.container > p {
  font-style: italic;
}
main section.contacto-page {
  background-color: #f6f6f6;
}
main section.contacto-page #form-contacto {
  padding: 2rem 3rem;
}
main section.contacto-page h4 {
  font-family: "NunitoSansBold";
  font-size: 30px;
  font-weight: 700;
  line-height: 38px;
  letter-spacing: 0em;
  margin-bottom: 1.4rem;
  margin-left: 0rem;
}
main section.contacto-page div.datos-contacto .col-12 {
  padding-right: 0rem !important;
  padding-left: 0rem !important;
}
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 section.fondos-mutuos {
  background-color: #333333;
  padding: 30px 0px;
}
main section.fondos-mutuos h4 {
  font-family: "NunitoSansBold";
  text-decoration: none;
  font-size: 20px;
  font-weight: 800;
  line-height: 26px;
  letter-spacing: 0em;
  color: #fff;
  margin-bottom: 10px;
}
main section.fondos-mutuos h4.title-mobile {
  font-size: 24px;
}
main section.fondos-mutuos p {
  font-size: 20px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0em;
  font-family: "NunitoSansLight";
  color: #fff;
  margin-bottom: 30px;
}
main section.fondos-mutuos img.logo-fondos {
  width: 90%;
}
main section.fondos-mutuos img.logo-agente {
  width: 30%;
}
main section.newsletter {
  padding-bottom: 3rem;
}
main section.newsletter h2 {
  font-family: "NunitoSansSemiBold";
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 40px;
}
main section.newsletter .card {
  box-shadow: 0px 6px 4px -2px rgba(22, 22, 22, 0.12);
  transition: all 0.3s ease-in-out;
}
main section.newsletter .card a {
  text-decoration: none;
}
main section.newsletter .card:hover {
  box-shadow: 0px 10px 20px -2px rgba(22, 22, 22, 0.14);
}
main section.newsletter .card:hover .cover-img {
  transform: scale(1.12);
}
main section.newsletter .card:hover .card-body img {
  padding-right: 0;
}
main section.newsletter .card:hover .card-title {
  text-decoration: underline;
}
main section.newsletter .card .card-cover {
  height: 220px;
}
main section.newsletter .card .card-cover .cover-img {
  height: inherit;
  background-image: url(../img/newsletter-cover.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transition: all 0.3s ease-in-out;
}
main section.newsletter .card .card-cover .cover-content {
  position: absolute;
  height: inherit;
  top: 0;
  left: 0;
  padding: 32px 30px;
}
main section.newsletter .card .card-cover .cover-content .issue {
  font-family: "NunitoSansLight";
  color: #ffffff;
  font-size: 38px;
}
main section.newsletter .card .card-cover .cover-content p {
  font-family: "NunitoSansBold";
  font-size: 30px;
  line-height: 30px;
  color: #FEBA00;
}
main section.newsletter .card .card-cover .cover-content img {
  width: 90px;
}
main section.newsletter .card .card-body {
  padding-top: 30px;
  padding-bottom: 20px;
}
main section.newsletter .card .card-body p {
  color: #9b9a9a;
  font-size: 12px;
  font-family: "NunitoSansBold";
  letter-spacing: 1px;
  line-height: normal;
}
main section.newsletter .card .card-body .card-title {
  color: #333333;
  font-family: "NunitoSansBold";
  font-size: 18px;
  /*display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;*/
}
main section.newsletter .card .card-body .card-date {
  color: #9b9a9a;
  font-size: 14px;
  font-family: "NunitoSansSemiBold";
  letter-spacing: 0.025rem;
}
main section.newsletter .card .card-body img {
  padding: 6px 12px 6px 6px;
  transition: all 0.3s ease-in-out;
}

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

#boton-scrolltotop {
  display: none;
}

.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 label {
  font-family: "NunitoSansBold";
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
#form-contacto input {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #333333;
  padding: 5px;
  width: 100%;
  font-size: 16px;
  transition: border-color 0.3s ease-in-out;
  margin-bottom: 2rem;
  border-radius: 0;
}
#form-contacto input:active, #form-contacto input:visited, #form-contacto input:focus {
  -webkit-box-shadow: none !important;
  outline: 0 !important;
  box-shadow: none !important;
  border-color: black;
}
#form-contacto input::-moz-placeholder {
  color: #aeadad;
}
#form-contacto input::placeholder {
  color: #aeadad;
}
#form-contacto .btn-enviar {
  background-color: #333333 !important;
  padding: 20px 30px 20px 30px;
  border-radius: 2px;
  margin-top: 2.5rem;
  color: #e6e6e6;
  position: relative;
  cursor: pointer;
}
#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 .btn-enviar p {
  font-family: "NunitoSansBold";
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0.05em;
  font-style: normal;
  margin: 0;
}
#form-contacto .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,
#modal-dialog .modal-footer button {
  margin-top: 0.5rem !important;
  margin-bottom: 2rem;
}
#modal-dialog .modal-header button.close,
#modal-dialog .modal-footer button.close {
  margin-left: auto;
  margin-left: auto;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  line-height: 1rem;
}
#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;
}

footer {
  background-color: #333333;
}
footer .footer-links {
  display: flex;
  padding: 40px 0px 30px 0px;
}
footer .footer-links a {
  font-family: "NunitoSansLight";
  display: inline-block;
  margin-bottom: 15px;
  padding: 10px 15px;
  font-size: 14px;
  line-height: 22px;
  font-weight: 700;
  color: #f2f2f2 !important;
  letter-spacing: 1px;
}
footer .footer-links a.text-link {
  margin-right: 1rem;
  margin-bottom: 0;
}
footer .footer-links a.sub {
  font-weight: 400;
  margin-bottom: 0;
}
footer .footer-links a:hover {
  color: #ffffff;
  text-decoration: none;
}
footer .footer-links a:first-child {
  margin-right: 0px;
}
footer .footer-links a:last-child img {
  padding-top: 5px;
}
footer hr {
  margin: 0px;
  border: none;
  height: 0.5px;
  background-color: #585857;
}
footer .footer-bottom {
  padding: 40px 0px;
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
footer .footer-bottom p {
  color: #f2f2f2;
  margin: 1rem;
}
footer .footer-bottom .logo-nosotros {
  margin-left: auto;
}

@media screen and (min-width: 991px) {
  nav.navbar .nosotros .dropdown-menu {
    left: 50% !important;
    transform: translateX(-50%) !important;
    top: 100% !important;
  }
  nav.navbar .nosotros .dropdown-menu a {
    padding: 1rem 3rem;
  }
  nav.navbar .nosotros .dropdown-menu a:active {
    background-color: #333333;
  }
}
@media screen and (max-width: 768px) {
  .navbar ul li {
    padding-top: 30px;
  }
  .navbar ul #btn-inicio {
    padding-top: 50px;
  }
  .navbar ul #btn-contacto {
    padding-bottom: 4px;
  }
  .navbar ul #iniciar-sesion {
    padding-top: 10px;
  }
  .navbar ul #portal-inversor {
    padding-top: 20px;
  }
  .navbar .navbar-collapse a {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.03em;
  }
  .navbar .navbar-collapse a button {
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
  }
  .navbar .navbar-collapse .nosotros {
    width: 100% !important;
  }
  .navbar .navbar-collapse .nosotros .dropdown-menu {
    background-color: rgba(51, 51, 51, 0.062745098);
    border: none;
  }
  .navbar .navbar-collapse .nosotros .dropdown-menu .dropdown-item {
    padding: 1rem 0rem;
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    letter-spacing: 0.03em;
  }
  .navbar .navbar-collapse .nosotros .dropdown-menu .dropdown-item:hover {
    background-color: rgba(51, 51, 51, 0.1254901961);
  }
  .navbar .navbar-collapse .nosotros.show {
    background-color: transparent;
  }
  .navbar-light .navbar-toggler {
    color: #333333;
    border-color: #333333;
    border-radius: 2px;
    padding: 4px 8px;
  }
  .navbar-light .navbar-toggler[aria-expanded=true] {
    background-color: #333333;
  }
  .navbar-light .navbar-toggler[aria-expanded=true] .navbar-toggler-icon {
    filter: brightness(0) invert(1);
  }
  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-top: 20px;
    margin-bottom: 10px;
    text-align: center;
  }
  main section.hero-home h1 {
    text-align: center;
    font-size: 50px;
    line-height: 50px;
  }
  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/hero-office-mobile.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    height: calc(100vh - 298px);
    height: calc(100svh - 298px);
  }
  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-quienes-somos, main section.hero-contacto {
    background-image: url(../img/quienes-somos-headline-bg-mobile.png);
    min-height: 202px;
  }
  main section.hero-quienes-somos p, main section.hero-contacto p {
    text-align: center;
  }
  main section.hero-quienes-somos h1, main section.hero-contacto h1 {
    text-align: center;
    font-size: 40px;
    line-height: 55px;
    margin: 0px;
  }
  main section.hero-quienes-somos hr, 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.hero-nuestras-emisiones {
    background-image: url(../img/emisiones-headline-bg-mobile.png);
    background-position-x: 100%;
    min-height: 202px;
  }
  main section.hero-nuestras-emisiones h1 {
    font-size: 40px;
    font-weight: 800;
    line-height: 42px;
    letter-spacing: 0em;
  }
  main section.hero-nuestras-emisiones hr {
    width: 20%;
  }
  main section.hero-estados-financieros {
    background-image: url(../img/e-financieros-headline-bg-mobile.png);
    background-position-x: 100%;
    min-height: 202px;
  }
  main section.hero-estados-financieros h1 {
    font-size: 40px;
    font-weight: 800;
    line-height: 42px;
    letter-spacing: 0em;
  }
  main section.hero-estados-financieros hr {
    width: 20%;
  }
  main section.hero-servicios-productos {
    background-image: url(../img/servicios-headline-bg-mobile.png);
    background-position-x: 50%;
    min-height: 202px;
    padding: 1rem;
  }
  main section.hero-servicios-productos p.bienvenida {
    padding-bottom: 10px;
  }
  main section.hero-servicios-productos h1 {
    font-size: 40px;
    font-weight: 800;
    line-height: 42px;
    letter-spacing: 0em;
  }
  main section.hero-servicios-productos hr {
    width: 20%;
    margin-top: 12px;
  }
  main section.sobre-nosotros h2 {
    font-size: 26px;
    line-height: 34px;
  }
  main section.sobre-nosotros .card .card-body h4 {
    font-size: 22px;
    margin-top: 10px;
  }
  main section.hero-newsletter {
    min-height: 202px;
    padding: 1rem;
  }
  main section.hero-newsletter p.bienvenida {
    padding-bottom: 10px;
  }
  main section.hero-newsletter h1 {
    font-size: 40px;
    font-weight: 800;
    line-height: 42px;
    letter-spacing: 0em;
  }
  main section.hero-newsletter hr {
    width: 20%;
    margin-top: 12px;
  }
  main section.newsletter .card .card-cover {
    height: 190px;
  }
  main section.sobre-casabolsa .container, main section.sobre-bancofamiliar .container {
    text-align: center;
  }
  main section.sobre-casabolsa .container h3, main section.sobre-bancofamiliar .container h3 {
    font-size: 26px;
  }
  main section.sobre-casabolsa .container .info, main section.sobre-bancofamiliar .container .info {
    padding-left: 0%;
  }
  main section.sobre-casabolsa .container p, main section.sobre-bancofamiliar .container p {
    font-size: 18px;
    line-height: 27px;
    text-align: left;
  }
  main section.sobre-casabolsa .container .img-desc, main section.sobre-bancofamiliar .container .img-desc {
    width: 100%;
  }
  main section.sobre-casabolsa .container .img-desc.sobre-bco, main section.sobre-bancofamiliar .container .img-desc.sobre-bco {
    margin-top: 1rem;
  }
  main section.directorio-fbc h2, main section.inverti h2 {
    font-size: 26px;
  }
  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 #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.fondos-mutuos img.logo-agente {
    width: 70%;
  }
  main #boton-scrolltotop {
    display: none !important;
    position: fixed !important;
    bottom: 10px !important;
    right: 10px !important;
    cursor: pointer !important;
    z-index: 7001 !important;
    cursor: pointer !important;
    transition: opacity 0.3s !important;
  }
  #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 .form-control:active, #form-contacto .form-control:visited, #form-contacto .form-control:focus {
    -webkit-box-shadow: none !important;
    outline: 0 !important;
    box-shadow: none !important;
    border-color: black;
  }
  #form-contacto h4 {
    font-size: 26px;
    font-weight: 700;
    line-height: 38px;
    letter-spacing: 0em;
    margin-bottom: 1.5rem;
  }
  footer hr {
    background-color: rgba(242, 242, 242, 0.2509803922);
  }
  footer .footer-links > div {
    justify-content: space-between;
  }
  footer .footer-links a {
    font-size: 16px;
    line-height: 22px;
    margin-top: 15px;
    margin-bottom: 0px;
  }
  footer .footer-links a.first {
    margin-top: 25px;
  }
  footer .footer-links a:last-child {
    margin-left: 0;
  }
  footer .footer-links a.text-link {
    text-align: center;
    font-family: "NunitoSansSemiBold";
    font-size: 16px;
    font-weight: 800;
    line-height: 22px;
    letter-spacing: 0em;
    margin-right: 0px;
    margin-bottom: 1rem;
  }
  footer .footer-links a.text-link.title-sub {
    margin-bottom: -0.5em;
  }
  footer .footer-links a.sub {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    margin-top: 12px;
  }
  footer .footer-bottom p {
    font-size: 12px;
    line-height: 18px;
  }
  footer .footer-bottom img {
    margin: 0 auto;
  }
  footer .footer-bottom .logo-nosotros {
    margin-top: 0px;
  }
}
@media screen and (max-width: 575px) {
  #divisor-pc {
    display: none;
  }
  #btn-crear-cuenta {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 20px;
    background-color: #d6d5d5;
  }
  #relleno {
    display: none;
  }
  /* #iniciar-sesion{
      padding-top: 0px;
  } */
  #btn-crear-cuenta {
    padding: 15px 30px;
    margin-top: 20px;
    background-color: #d6d5d5;
    width: 224px;
  }
  #btn-crear-cuenta:hover {
    background-color: black;
  }
  #btn-crear-cuenta:hover a {
    color: white !important;
    font-weight: 700;
  }
  #btn-crear-cuenta a {
    padding: 0px;
    font-weight: 700;
  }
  .portal-button {
    padding: 15px 30px;
    margin-left: 0px;
  }
}
/* cambios para el nav hechos por mi */
/* .padding-abajo-cero {
    padding-bottom: 0px;
} */
/* .paddin-arriba-mitad {
    padding-top: 10px;
} */
.paddin-arriba {
  padding-bottom: 0px;
}

.paddin-en-medio {
  padding-bottom: 0px;
  padding-top: 0px;
}

.paddin-abajo {
  padding-top: 0px;
}

@media screen and (min-width: 1200px) {
  .container-tuneado {
    max-width: 1380px !important;
  }
  nav li {
    height: 36px;
  }
  nav li a {
    padding-top: 10px !important;
  }
}
@media screen and (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
  #divisor-pc {
    /* height: 36px;
    border-left: thin solid #000;
    left: 50%; */
    transform: rotate(90deg);
    width: 37px;
    border-color: #d6d5d5;
    border-top: 1px solid #d6d5d5;
    margin: 0px;
    padding: 0px;
    height: 0px;
  }
}
@media screen and (min-width: 768px) {
  .margin-btn-portal-inversor {
    margin-left: 30px !important;
  }
  #portal-inversor {
    padding-left: 0px !important;
  }
  #btn-crear-cuenta {
    margin-right: 15px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    background-color: #d6d5d5;
    transition: all 0.3s;
  }
  #btn-crear-cuenta:hover {
    background-color: black;
  }
  #btn-crear-cuenta:hover a {
    color: white !important;
  }
  /* #primer-ul{
      margin-right: 0% !important;
  } */
  #hr-separador {
    display: none;
  }
  #iniciar-sesion {
    padding-right: 10px;
    margin-right: 20px;
  }
  .div-gen-ul {
    justify-content: space-between;
    width: 100%;
  }
  .margen-img {
    margin-right: 5%;
  }
}
body .btn-white-outline {
  background: white;
  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;
}
body #img-logo-agente {
  width: 270px;
}

/* =================================== */
/* ######################################################################################## */
/* Estilos CSS del nuevo index */
section.empeza-a-invertir {
  background-image: url("/img/img-index-nuevo/hero-bg-desktop.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 510px;
}
section.empeza-a-invertir div.tam-cont-empeza-a-invertir {
  height: 299px;
}
section.empeza-a-invertir div.tam-cont-empeza-a-invertir p.titulo-1 {
  height: 104px;
  font-family: var(--font-nunito-bold);
  font-weight: 800;
  font-size: 76px;
  line-height: 104px;
  text-align: center;
  color: #ffffff;
  margin-top: 20px;
  margin-bottom: 5px;
}
section.empeza-a-invertir div.tam-cont-empeza-a-invertir p.titulo-2 {
  height: 104px;
  font-family: var(--font-nunito-regular);
  font-weight: 400;
  font-size: 30px;
  line-height: 40px;
  text-align: center;
  color: #ffffff;
  max-width: 495px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 35px;
}
section.empeza-a-invertir div.tam-cont-empeza-a-invertir p.titulo-2 span {
  font-weight: 700;
}
section.empeza-a-invertir div.tam-cont-empeza-a-invertir div.div-boton-empeza-a-invertir {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
section.empeza-a-invertir div.tam-cont-empeza-a-invertir a.boton-empeza-a-invertir {
  max-width: 211px;
  height: 65px;
  border-radius: 2px;
  padding: 20px 30px;
  background-color: #ffc641;
  font-family: var(--font-nunito-bold);
  font-weight: 800;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 5%;
  color: #333333;
  text-transform: uppercase;
  text-decoration: none;
}
section.empeza-a-invertir div.tam-cont-empeza-a-invertir a.boton-empeza-a-invertir:hover {
  background-color: white;
  transition: 0.5s;
}

section.video-cliente {
  background-color: white;
  padding-top: 100px;
  padding-bottom: 120px;
  position: relative;
  z-index: 9;
}
section.video-cliente div.container p.titulo-1 {
  text-transform: uppercase;
  font-family: var(--font-nunito-regular);
  font-weight: 800;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 25%;
  color: #585857;
  height: 19px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 10px;
}
section.video-cliente div.container p.titulo-2 {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  height: 48px;
  font-family: var(--font-nunito-bold);
  font-weight: 800;
  font-size: 44px;
  line-height: 48px;
  color: #333333;
  margin-bottom: 30px;
}
section.video-cliente div.container div.botonera-video-cliente {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  text-transform: uppercase;
}
section.video-cliente div.container div.botonera-video-cliente a.boton-1 {
  width: 249px;
  height: 39px;
  border: 1px;
  padding: 10px 25px;
  color: white;
  border: 1px solid #000000;
  background-color: black;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  font-family: var(--font-nunito-regular);
  font-weight: 800;
  font-size: 13px;
  line-height: 19px;
  border-radius: 2px 0px 0px 2px;
}
section.video-cliente div.container div.botonera-video-cliente a.boton-1.activo {
  color: #333333;
  background-color: white;
}
section.video-cliente div.container div.botonera-video-cliente a.boton-2 {
  width: 253px;
  height: 39px;
  border: 1px;
  padding: 10px 25px;
  color: white;
  border: 1px solid #000000;
  background-color: black;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  font-family: var(--font-nunito-regular);
  font-weight: 800;
  font-size: 13px;
  line-height: 19px;
  border-radius: 0px 2px 2px 0px;
}
section.video-cliente div.container div.botonera-video-cliente a.boton-2.activo {
  color: #333333;
  background-color: white;
}
section.video-cliente div.container div.cont-general-cont-video {
  position: relative;
}
section.video-cliente div.container div.cont-general-cont-video img.img-1 {
  position: absolute;
  z-index: -1;
  top: -49px;
  top: 350px;
  left: 26px;
}
section.video-cliente div.container div.cont-general-cont-video img.img-2 {
  position: absolute;
  z-index: -1;
  right: 17px;
  top: -50px;
}
section.video-cliente div.container div.cont-general-cont-video div.cont-video {
  height: 456px;
  max-width: 944px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 16px;
  overflow: hidden;
}

section.opciones-pensadas {
  background-color: #d6d5d5;
  height: 649px;
  display: flex;
  align-items: center;
}
section.opciones-pensadas div.columna-1 {
  padding-left: 0px;
}
section.opciones-pensadas div.columna-1 div.cont-columna-1 {
  padding-left: 0px !important;
  margin-top: 100px;
}
section.opciones-pensadas div.columna-1 div.cont-columna-1 p.titulo-1 {
  font-family: var(--font-nunito-regular);
  font-weight: 800;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 25%;
  height: 19px;
  color: #585857;
  text-transform: uppercase;
  margin-bottom: 10px;
}
section.opciones-pensadas div.columna-1 div.cont-columna-1 p.titulo-2 {
  font-family: var(--font-nunito-regular);
  font-weight: 800;
  font-size: 44px;
  line-height: 48px;
  color: #333333;
  height: 144px;
  margin-bottom: 40px;
}
section.opciones-pensadas div.columna-1 div.cont-columna-1 a.boton-mas-productos {
  max-width: 207px;
  height: 62px;
  border-radius: 2px;
  padding: 20px 20px;
  background-color: #333333;
  color: #e6e7e7;
  margin-top: 0px;
  text-transform: uppercase;
  display: block;
  letter-spacing: 1px;
  text-align: center;
  text-decoration: none;
}
section.opciones-pensadas div.columna-1 div.cont-columna-1 a.boton-mas-productos:hover {
  background-color: #fefeff;
  color: #333333;
  transition: 0.3s;
}
section.opciones-pensadas div.columna-2 div.cont-columna-2 {
  padding-right: 0px !important;
}
section.opciones-pensadas div.columna-2 div.cont-columna-2 img.img-productos {
  width: 653px;
  height: 469px;
}

section.aclara-tus-dudas {
  background-color: #333333;
  height: auto;
  z-index: -9;
  padding-top: 0%;
  padding-bottom: 0%;
}
section.aclara-tus-dudas .nuevo-faq {
  position: absolute;
  z-index: 0;
  right: 0;
}
section.aclara-tus-dudas div.cont-general {
  z-index: 2;
  height: auto;
  position: relative;
  width: 745px;
  padding-bottom: 120px;
}
section.aclara-tus-dudas div.cont-general img.faq-img {
  position: absolute;
  right: -390px;
  top: 0px;
  z-index: -1;
  width: 1070px;
}
section.aclara-tus-dudas div.cont-general div.div-interno {
  padding-top: 120px;
}
section.aclara-tus-dudas div.cont-general div.div-interno p.titulo-1 {
  font-family: var(--font-nunito-regular);
  font-weight: 800;
  font-size: 46px;
  line-height: 56px;
  color: #ffffff;
  z-index: 9;
  max-width: 649px;
  height: 168px;
  margin-bottom: 60px;
}
section.aclara-tus-dudas div.cont-general div.div-interno .accordion {
  border-radius: 4px;
  border-bottom: 1px solid #595859;
}
section.aclara-tus-dudas div.cont-general div.div-interno .accordion-item {
  border-bottom: 1px solid #595859;
}
section.aclara-tus-dudas div.cont-general div.div-interno .accordion-item:last-child {
  border-bottom: none;
}
section.aclara-tus-dudas div.cont-general div.div-interno .accordion-header {
  padding: 10px 15px;
  cursor: pointer;
  display: flex;
  align-items: center;
  color: #ffffff;
  font-family: var(--font-nunito-regular);
  font-weight: 800;
  font-size: 20px;
  line-height: 27px;
  height: 107px;
}
section.aclara-tus-dudas div.cont-general div.div-interno .accordion-icon {
  color: white;
  transform-origin: 5px;
  font-size: 10px;
}
section.aclara-tus-dudas div.cont-general div.div-interno .accordion-content {
  opacity: 0; /* Inicialmente invisible */
  transform: translateY(-10px);
  pointer-events: none;
  visibility: hidden;
  max-height: 0px;
  padding: 10px 15px;
  padding-left: 44px;
  padding-top: 0px;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  font-family: var(--font-nunito-regular);
  color: #d9d9d9;
  transition: opacity 0.4s ease-out, transform 0.4s ease-out;
}
section.aclara-tus-dudas div.cont-general div.div-interno .accordion-content .custom-bullet {
  list-style: none; /* Elimina las viñetas predeterminadas */
  padding: 0;
  margin: 0;
}
section.aclara-tus-dudas div.cont-general div.div-interno .accordion-content .custom-bullet li {
  position: relative;
  padding-left: 20px; /* Espacio para la viñeta personalizada */
  text-indent: 0px; /* Alinea el texto con la viñeta */
  padding-bottom: 10px;
  font-size: 15px;
}
section.aclara-tus-dudas div.cont-general div.div-interno .accordion-content .custom-bullet li::before {
  content: "•"; /* Símbolo personalizado para la viñeta */
  position: absolute;
  left: 0; /* Posiciona la viñeta al borde izquierdo del padding */
  color: #fff; /* Color del símbolo */
  font-size: 18px; /* Tamaño del símbolo */
  line-height: 1;
}
section.aclara-tus-dudas div.cont-general div.div-interno .accordion-content.active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: all;
  visibility: visible;
  max-height: 1000px;
  padding-left: 44px;
  padding-top: 0px;
  padding-bottom: 40px;
  font-family: var(--font-nunito-regular);
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  color: #d9d9d9;
  padding-right: 0px;
}
section.aclara-tus-dudas div.cont-general div.div-interno .accordion-content.active .custom-bullet {
  list-style: none; /* Elimina las viñetas predeterminadas */
  padding: 0;
  margin: 0;
}
section.aclara-tus-dudas div.cont-general div.div-interno .accordion-content.active .custom-bullet li {
  position: relative;
  padding-left: 20px; /* Espacio para la viñeta personalizada */
  text-indent: 0px; /* Alinea el texto con la viñeta */
  padding-bottom: 10px;
  font-size: 15px;
}
section.aclara-tus-dudas div.cont-general div.div-interno .accordion-content.active .custom-bullet li::before {
  content: "•"; /* Símbolo personalizado para la viñeta */
  position: absolute;
  left: 0; /* Posiciona la viñeta al borde izquierdo del padding */
  color: #fff; /* Color del símbolo */
  font-size: 18px; /* Tamaño del símbolo */
  line-height: 1;
}
section.aclara-tus-dudas div.cont-general div.div-interno .accordion-header.active .accordion-icon {
  transform: rotate(90deg);
}
section.aclara-tus-dudas div.cont-general a.boton-ver-mas-acordeon {
  padding: 10px 15px 10px 15px;
  border: 1px solid black;
  background-color: white;
  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;
  float: right;
  margin-top: 30px;
}
section.aclara-tus-dudas div.cont-general a.boton-ver-mas-acordeon img {
  margin-top: -5px;
}

.mostrar {
  display: none;
}

.mostrar-inverse {
  display: block;
}

.no-mostrar {
  display: none;
}

#scrollToTopBtn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  z-index: 1000;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

#scrollToTopBtn.show {
  display: block;
  opacity: 1;
  transform: scale(1);
}

#scrollToTopBtn.hide {
  opacity: 0;
  transform: scale(0.8);
}

/* ######################################################################################## */
/* ######################################################################################## */
/* desde aca cuestiones de version movile */
@media screen and (max-width: 850px) {
  .mostrar {
    display: block;
  }
  .mostrar-inverse {
    display: none;
  }
  section.empeza-a-invertir {
    background-image: url("/img/img-index-nuevo/hero-bg-mobile.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 594px;
  }
  section.empeza-a-invertir div.tam-cont-empeza-a-invertir {
    height: 594px;
  }
  section.empeza-a-invertir div.tam-cont-empeza-a-invertir p.titulo-1 {
    height: 120px;
    max-width: 316px;
    font-family: var(--font-nunito-bold);
    font-weight: 800;
    font-size: 50px;
    line-height: 60px;
    text-align: center;
    color: #ffffff;
    margin-top: 45px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }
  section.empeza-a-invertir div.tam-cont-empeza-a-invertir p.titulo-2 {
    height: 104px;
    font-family: var(--font-nunito-regular);
    font-weight: 400;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    color: #ffffff;
    max-width: 495px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 78px;
  }
  section.empeza-a-invertir div.tam-cont-empeza-a-invertir p.titulo-2 span {
    font-weight: 700;
  }
  section.empeza-a-invertir div.tam-cont-empeza-a-invertir div.div-boton-empeza-a-invertir {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  section.empeza-a-invertir div.tam-cont-empeza-a-invertir a.boton-empeza-a-invertir {
    max-width: 211px;
    height: 65px;
    border-radius: 2px;
    padding: 20px 30px;
    background-color: #ffc641;
    font-family: var(--font-nunito-bold);
    font-weight: 800;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 5%;
    color: #333333;
    text-transform: uppercase;
    text-decoration: none;
  }
  section.empeza-a-invertir div.tam-cont-empeza-a-invertir a.boton-empeza-a-invertir:hover {
    background-color: white;
    transition: 0.5s;
  }
  section.empeza-a-invertir div.mas-info {
    text-align: center;
    margin-top: 66px;
  }
  section.empeza-a-invertir div.mas-info a.boton-mas-info {
    text-decoration: none;
  }
  section.empeza-a-invertir div.mas-info a.boton-mas-info p.m-info {
    text-decoration: none;
    color: #fefeff;
    font-family: var(--font-montserrat);
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
    margin-bottom: 1px;
  }
  section.empeza-a-invertir div.mas-info a.boton-mas-info img.img-mas-info {
    width: 23px;
  }
  section.video-cliente {
    background-color: white;
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
    z-index: 9;
    height: 661px;
  }
  section.video-cliente div.container p.titulo-1 {
    text-transform: uppercase;
    font-family: var(--font-nunito-regular);
    font-weight: 800;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 5px;
    color: #585857;
    height: 19px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 10px;
  }
  section.video-cliente div.container p.titulo-2 {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    height: 48px;
    font-family: var(--font-nunito-bold);
    font-weight: 800;
    font-size: 38px;
    line-height: 52px;
    color: #333333;
    margin-bottom: 80px;
  }
  section.video-cliente div.container div.botonera-video-cliente {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    text-transform: uppercase;
  }
  section.video-cliente div.container div.botonera-video-cliente a.boton-1 {
    width: unset;
    height: 58px;
    border: 1px;
    padding: 10px 25px;
    color: white;
    border: 1px solid #000000;
    background-color: black;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    font-family: var(--font-nunito-regular);
    font-weight: 800;
    font-size: 8px;
    line-height: 19px;
    border-radius: 4px 0px 0px 4px;
    overflow: hidden;
  }
  section.video-cliente div.container div.botonera-video-cliente a.boton-1.activo {
    color: #333333;
    background-color: white;
  }
  section.video-cliente div.container div.botonera-video-cliente a.boton-2 {
    width: unset;
    height: 58px;
    border: 1px;
    padding: 10px 25px;
    color: white;
    border: 1px solid #000000;
    background-color: black;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    font-family: var(--font-nunito-regular);
    font-weight: 800;
    font-size: 8px;
    line-height: 19px;
    border-radius: 0px 4px 4px 0px;
    overflow: hidden;
  }
  section.video-cliente div.container div.botonera-video-cliente a.boton-2.activo {
    color: #333333;
    background-color: white;
  }
  section.video-cliente div.container div.cont-general-cont-video {
    position: relative;
  }
  section.video-cliente div.container div.cont-general-cont-video img.img-1 {
    position: absolute;
    z-index: -1;
    top: -49px;
    top: 350px;
    left: 26px;
  }
  section.video-cliente div.container div.cont-general-cont-video img.img-2 {
    position: absolute;
    z-index: -1;
    right: 17px;
    top: -50px;
  }
  section.video-cliente div.container div.cont-general-cont-video div.cont-video {
    height: 200px;
    max-width: 346px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 16px;
    overflow: hidden;
  }
  section.opciones-pensadas {
    background-color: #d6d5d5;
    height: auto;
    display: block !important;
    padding-top: 90px;
    padding-bottom: 90px;
  }
  section.opciones-pensadas img.img-productos-cel {
    max-width: 346px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
  section.opciones-pensadas p.titulo-1-cel {
    font-family: var(--font-nunito-regular);
    font-weight: 800;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    letter-spacing: 4px;
    text-transform: uppercase;
  }
  section.opciones-pensadas p.titulo-2-cel {
    height: 126px;
    font-family: var(--font-nunito-regular);
    font-weight: 800;
    font-size: 36px;
    line-height: 42px;
    text-align: center;
    color: #333333;
    margin-bottom: 40px;
  }
  section.opciones-pensadas a.boton-mas-productos-cel {
    max-width: unset;
    height: 65px;
    border-radius: 2px;
    padding: 20px 26px;
    background-color: #333333;
    font-family: var(--font-nunito-bold);
    font-weight: 800;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 5%;
    color: #fefeff;
    text-transform: uppercase;
    text-decoration: none;
    margin-left: auto;
    margin-right: auto;
  }
  section.opciones-pensadas a.boton-mas-productos-cel:hover {
    color: #333333;
    background-color: #fefeff;
  }
  section.aclara-tus-dudas {
    background-color: #333333;
    height: auto;
    width: 100%;
    z-index: -9;
    padding-top: 0%;
    padding-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
  section.aclara-tus-dudas div.cont-general {
    z-index: 2;
    height: auto;
    position: relative;
    width: 346px;
    padding-bottom: 90px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 7px;
    padding-right: 7px;
  }
  section.aclara-tus-dudas div.cont-general img.faq-img {
    position: static;
    right: 0px;
    top: 0px;
    z-index: -1;
    width: 346px;
  }
  section.aclara-tus-dudas div.cont-general div.div-interno {
    padding-top: 0px;
    margin-top: -40px;
  }
  section.aclara-tus-dudas div.cont-general div.div-interno p.titulo-1 {
    font-family: var(--font-nunito-regular);
    font-weight: 800;
    font-size: 36px;
    line-height: 42px;
    color: #ffffff;
    z-index: 9;
    max-width: 346px;
    height: 168px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
  }
  section.aclara-tus-dudas div.cont-general div.div-interno .accordion {
    border-radius: 4px;
    border-bottom: 1px solid #595859;
  }
  section.aclara-tus-dudas div.cont-general div.div-interno .accordion-item {
    border-bottom: 1px solid #595859;
  }
  section.aclara-tus-dudas div.cont-general div.div-interno .accordion-item:last-child {
    border-bottom: none;
  }
  section.aclara-tus-dudas div.cont-general div.div-interno .accordion-header {
    padding: 10px 15px;
    cursor: pointer;
    display: flex;
    align-items: center;
    color: #ffffff;
    font-family: var(--font-nunito-regular);
    font-weight: 800;
    font-size: 20px;
    line-height: 27px;
    height: 107px;
    /* Esto de abajo se le agrego nuevo */
    padding-left: 0px;
  }
  section.aclara-tus-dudas div.cont-general div.div-interno .accordion-icon {
    color: white;
    transform-origin: 5px;
    font-size: 10px;
  }
  section.aclara-tus-dudas div.cont-general div.div-interno .accordion-content {
    opacity: 0; /* Inicialmente invisible */
    transform: translateY(-10px);
    pointer-events: none;
    visibility: hidden;
    max-height: 0px;
    padding: 10px 15px;
    padding-left: 44px;
    padding-top: 0px;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    font-family: var(--font-nunito-regular);
    color: #d9d9d9;
    transition: opacity 0.4s ease-out, transform 0.4s ease-out;
  }
  section.aclara-tus-dudas div.cont-general div.div-interno .accordion-content .custom-bullet {
    list-style: none; /* Elimina las viñetas predeterminadas */
    padding: 0;
    margin: 0;
  }
  section.aclara-tus-dudas div.cont-general div.div-interno .accordion-content .custom-bullet li {
    position: relative;
    padding-left: 20px; /* Espacio para la viñeta personalizada */
    text-indent: 0px; /* Alinea el texto con la viñeta */
    padding-bottom: 10px;
    font-size: 15px;
  }
  section.aclara-tus-dudas div.cont-general div.div-interno .accordion-content .custom-bullet li::before {
    content: "•"; /* Símbolo personalizado para la viñeta */
    position: absolute;
    left: 0; /* Posiciona la viñeta al borde izquierdo del padding */
    color: #fff; /* Color del símbolo */
    font-size: 18px; /* Tamaño del símbolo */
    line-height: 1;
  }
  section.aclara-tus-dudas div.cont-general div.div-interno .accordion-content.active {
    /* opacity: 1;
    transform: translateY(0);
    pointer-events: all;
    visibility: visible;
    max-height: 1000px;
    padding-left: 44px;
    padding-top: 0px;
    padding-bottom: 40px;
    font-family: var(--font-nunito-regular);
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: #d9d9d9;
    padding-right: 0px; */
    opacity: 1;
    transform: translateY(0);
    pointer-events: all;
    visibility: visible;
    max-height: 1000px;
    padding-left: 30px;
    padding-top: 0px;
    padding-bottom: 40px;
    font-family: var(--font-nunito-regular);
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #d9d9d9;
    padding-right: 0px;
  }
  section.aclara-tus-dudas div.cont-general div.div-interno .accordion-content.active .custom-bullet {
    list-style: none; /* Elimina las viñetas predeterminadas */
    padding: 0;
    margin: 0;
  }
  section.aclara-tus-dudas div.cont-general div.div-interno .accordion-content.active .custom-bullet li {
    position: relative;
    padding-left: 20px; /* Espacio para la viñeta personalizada */
    text-indent: 0px; /* Alinea el texto con la viñeta */
    padding-bottom: 10px;
    font-size: 15px;
  }
  section.aclara-tus-dudas div.cont-general div.div-interno .accordion-content.active .custom-bullet li::before {
    content: "•"; /* Símbolo personalizado para la viñeta */
    position: absolute;
    left: 0; /* Posiciona la viñeta al borde izquierdo del padding */
    color: #fff; /* Color del símbolo */
    font-size: 18px; /* Tamaño del símbolo */
    line-height: 1;
  }
  section.aclara-tus-dudas div.cont-general div.div-interno .accordion-header.active .accordion-icon {
    transform: rotate(90deg);
    width: 26.45px;
    height: 27px;
  }
  section.alargar-banner {
    height: 100px;
    background-color: #323332;
  }
  section.alargar-banner div.mas-info {
    text-align: center;
    margin-top: -25px;
  }
  section.alargar-banner div.mas-info a.boton-mas-info {
    text-decoration: none;
  }
  section.alargar-banner div.mas-info a.boton-mas-info p.m-info {
    text-decoration: none;
    color: #fefeff;
    font-family: var(--font-montserrat);
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
    margin-bottom: 1px;
  }
  section.alargar-banner div.mas-info a.boton-mas-info img.img-mas-info {
    width: 23px;
  }
}
/* ######################################################################################## *//*# sourceMappingURL=styles.css.map */