:root {
  --color-primario:#02253a;
  --color-secundario: #0089CC;
  --color-texto: #323C47;
  --color-resaltado: #FFC234;
  --color-morado: #7209b7;
  --color-verde: #95C623;
  --color-verde2: #008E6C;
  --border-radius: 50px;
  --amarillo-progresion: #FFC234;
  --gris-azulado:#67829A;
  --progresion-azul-oscuro: #02253a;
  --progresion-azul-cielo:#0089CC;
  --progresion-gris:#d9dfe5;
  --progresion-futsia:#F72585;
  --progresion-gris2:#f1f5f9;


}

@import url('https://fonts.cdnfonts.com/css/gilroy-bold');

/* Gilroy Bold */
@font-face {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 700; /* Bold weight */
    src: local('Gilroy-Bold'), url(https://fonts.cdnfonts.com/s/16219/Gilroy-Bold.woff) format('woff');
   /* src: local('Gilroy-Bold'), url(assets/fonts/Gilroy/Gilroy-Bold.ttf) format('ttf'); */
}

/* Gilroy Heavy */
@font-face {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 900; /* Heavy weight */
    src: local('Gilroy-Heavy'), url(https://fonts.cdnfonts.com/s/16219/Gilroy-Heavy.woff) format('woff');
}

/* Gilroy Light */
@font-face {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 300; /* Light weight */
    src: local('Gilroy-Light'), url(https://fonts.cdnfonts.com/s/16219/Gilroy-Light.woff) format('woff');
}

/* Gilroy Medium */
@font-face {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 500; /* Medium weight */
    src: local('Gilroy-Medium'), url(https://fonts.cdnfonts.com/s/16219/Gilroy-Medium.woff) format('woff');
}

/* Gilroy Regular */
@font-face {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 400; /* Regular weight */
    src: local('Gilroy-Regular'), url(https://fonts.cdnfonts.com/s/16219/Gilroy-Regular.woff) format('woff');
}











* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
	font-family: 'Gilroy', sans-serif;
}


::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #929292;
  opacity: 1;
  /* Firefox */
  font-weight: 100;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #929292;
  font-weight: 100;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #929292;
  font-weight: 100;
}

/*
body,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-family: 'Gilroy-Light', sans-serif;
}*/

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--progresion-azul-oscuro);
  font-weight: 700;	
}

a:hover {
  text-decoration: none !important;
  color: var(--color-secundario);
}

img {
    vertical-align: middle;
    border-style: none;
    max-width: 100%;
}

/*.page-login, .page-registro, .page-restablecer-clave */
body {
    width: 100%;
    /* min-height: 100vh; */
    margin: 0 auto;
    background: url(../img/bg-progresion1.webp) no-repeat center;
    background-size: cover;
    font-size: 16px;
    background-attachment: fixed;
	font-weight:500;
	background:#fff;
}


body:before {
    background: url(/assets/img/bg-progresion1.webp) no-repeat center;
    content: "";
    position: fixed;
    width: calc(100% - 660px);
    top: 20px;
    left: 320px;
    height: 98%;
    border-radius: 47px;
    background-attachment: fixed;
    background-size: cover;
    z-index: -1;
}


body.page-asesor-form:before {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  border-radius: 0px;
}

.asesor-info__card ul li {
    word-break: break-all;
}
span.name-user-topbar {
  display: block;
}


.top-bar-1 {
    position: fixed;
	display:none;
}
.btn-linea {
    border: 2px solid;
    display: block;
    padding: 5px 20px;
    text-align: center;
    margin-top: 36px;
    border-radius: 50px;
    color: #003368;
    font-weight: 600;
}  
.login-content {
    margin: auto;
}
form#formulario-login, .page-registro #formWrapHmtml, .page-restablecer-clave .wrap-login {
  background: #fff;
  padding: 30px;
  border-radius: 20px;
  width: 100%;
  position: relative;
  z-index: 2;
  box-shadow: 0px 0px 15px 0px #ededed;
  max-width: 800px;
  margin: auto;
}

section#main-content-portal {
    max-width: 1400px;
    margin-left: 345px;
    display: flex;
    width: calc(100% - 710px);
    margin-top: 120px;
    flex-wrap: wrap;
    position: relative;
    z-index: 9;
}

.popupFondosOpen section#main-content-portal {
  z-index: 999 ;
}

.open-menu-top p.footer-sidebar {
  display: none;
}
ul.top-home-date {
    list-style: none;
    display: flex;
    gap: 19px;
    color: #687d89;
    margin-bottom: 2em;
    position: absolute;
    left: 375px;
    top: 50px;
}

ul.top-home-date li {
    display: flex;
    gap: 7px;
}

.page-login .wrap-login,
.wrap-login-e-info {
  text-align: center;
  min-height: 100vh;
  align-items: center;
  display: flex;
  position: relative;

  padding: 50px 100px;
}

.sidebar-2 {
    width: 340px;
    background: #ffffff;
    position: fixed;
    height: 100vh;
    top: 0;
    right: 0;
    /* box-shadow: 0 0 10px 0 #ebebeb; */
    padding: 2em;
	    z-index: 10;
}

.asesor-info__card ul {
  list-style: none;
  margin: 0;
}

.asesor-info__card h5 {
  font-size: 12px;
  margin: 0;
}
.asesor-info__card {
  display: flex;
  background: var(--progresion-gris2);
  border-radius: 15px;
  padding: 15px;
  gap: 15px;
  align-items: center;
}
.wrap-asesor-info {
    margin-bottom: 2em;
}
.botones-top-cliente {
    margin-bottom: 5em;
}

p.nombre-cliente-top {
    color: var(--progresion-azul-oscuro);
    font-size: 18px;
    text-align: right;
	margin:0px;
}

a.profile-link {
    color: var(--progresion-azul-oscuro);
    font-size: 14px;  
}

p.nombre-cliente-top img.ico-menu-movile {
  width: 40px;
  background: #f1f5f9;
  padding: 8px;
  border-radius: 10px;
  display:none;
}

a.profile-link img{
  position: relative;
  top: 0;
  transition: all cubic-bezier(0.22, 0.61, 0.36, 1) .2s;
}

a.profile-link:hover img {
    box-shadow: 2px 5px 15px 0px #d9dfe5;
    border-radius: 15px;
	  top: -3px;
}

p.nombre-cliente-top img {
  margin-left: 4px;
  width: 37px;
}
.profile-image {
    padding: 0px;
    border-radius: 15px;
}

.form-profile-image {
    border-radius: 15px;
    padding: 2em;
    background: #f1f5f9;
	position:relative;
}

.form-profile-image img {
    border-radius: 23px;
    display: block;
    margin-top: 15px;
    position: absolute;
    right: 4%;
    top: 7px;
    box-shadow: 0px 0px 16px -2px #ccc;
	width:150px;
}

/* file upload button */
input[type="file"]::file-selector-button {
  border-radius: 0px;
  padding: 0 50px;
  height: 40px;
  cursor: pointer;
  background-color: white;
  border: 1px dashed rgba(0, 0, 0, 0.16);
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.05);
  margin-right: 16px;
  transition: background-color 200ms;
}

/* file upload button hover state */
input[type="file"]::file-selector-button:hover {
  background-color: #f3f4f6;
}

/* file upload button active state */
input[type="file"]::file-selector-button:active {
  background-color: #e5e7eb;
}

img.ico-notificacion {
    padding: 10px;
    background: #f1f5f9;
    border-radius: 15px;
	cursor:pointer;
	transition: all cubic-bezier(0.22, 0.61, 0.36, 1) .2s;
    position: relative;
    top: 0;
}

a.btn-logout {
    position: relative;
    display: inline-block;
}

a.btn-logout span {
    position: absolute;
    top: -23px;
    left: 17px;
    color: #00488f;
    opacity: 0;
    transition: all ease .3s;
    font-size: 14px;
}


a.btn-logout:hover span {
    opacity: 0;
}



img.ico-notificacion:hover {
    background: #e4edf5;
    box-shadow: 2px 5px 15px 0px #d9dfe5;
    top: -3px;
}

form#restablecerPass img ,
#formRegistro img{
    max-width: 320px;
}
ul.ul-movimientos {
    display: flex;
    list-style: none;
    gap: 7px;
    margin-top: 1.2em;
}

ul.ul-movimientos li {
    background: var(--progresion-gris);
    color: #004a8d;
    padding: 2px 6px;
    border-radius: 5px;
    font-size: 14px;
}

ul.ul-movimientos li.active, ul.ul-movimientos li:hover {
    background: #004A8D;
    cursor: pointer;
    color: #fff;
}



.asesor-info__card img {
	width: 55px;
	object-fit: cover;
	border-radius: 15px;
    height: 55px;
	}

.header {
  position: relative;
}

.fondo {
  width: 100%;
  height: auto;
}

.grecaptcha-badge {
  display: none !important;
}
.link-no-syle{
	color:var(--gris-azulado);
}
ul.lista-menu {
    list-style: none;
    padding: 10px 18px;
    margin: 0;
    border-left: 1px solid #47484a14;
    border-right: 1px solid #47484a14;
    position: relative;
    text-align: center;
    font-size: 13px;
}


.div-section-header.section-header-2 a {
    color: var(--color-primario);
}

ul.lista-menu .submenu {
  background: var(--color-secundario);
  position: absolute;
  bottom: -30px;
  display: none;
  left: 0;
}

ul.lista-menu:hover .submenu {
  display: block;
}

ul.lista-menu .submenu a:hover {
  background: #022a5b;
}

ul.pasos-reset {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 3em;
  max-width: 400px;
  position: relative;
  text-align: center;
}

ul.pasos-reset li {
  display: block;
  background: #f5f5f5;
  height: 2.5em;
  line-height: 2.5;
  border-radius: 50%;
  width: 2.5em;
  font-weight: 500;
  position: relative;
  z-index: 1;
  color: #d8d8d8;
}

ul.pasos-reset li.activo {
  background: var(--color-secundario);
  color: #fafdff;
}

ul.pasos-reset:before {
  content: "";
  height: 4px;
  width: 100%;
  position: absolute;
  background: #f5f5f5;
  top: 50%;
}

div.cliente-info {
  padding-right: 25px;
  margin: 0;
  padding-left: 25px;

}



h3.titulo-seccion {
  font-size: 15px;
}

p.direccion-cliente span {
  margin: 0 0 0;
}

p.direccion-cliente {
    font-size: 13px;
    padding-top: 7px;
}


p.cliente-estado-etiqueta {
  color: var(--color-resaltado);
  line-height: 1;
  font-size: 12px;
}

.cliente-estato {
  padding: 9px 14px;
  border-left: 1px solid #47484a14;
  border-right: 1px solid #47484a14;
  display: block;
  overflow: hidden;
  text-align: center;
}

.cliente-estato * {
  margin: 0;
  padding: 0;
}

/*Precarga*/
.precarga-inicial {
  background: #000000d4;
  position: fixed;
  left: -200vw;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex !important;
  z-index: 9999;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.precargaPortal .precarga-inicial {
  opacity: 1;
  left: 0;
}

.precarga-inicial>div {
  margin: auto;
  text-align: center;
}

.precarga-inicial h3 {
  color: white;
  font-weight: 300;
  margin: 9px;
}

/*Precarga*/
span.cliente-estado-estado {
  font-size: 12px;
}







.cliente-info {
  display: flex;
  align-items: center;
}

div.cliente-info * {
  margin: 0;
}

.detalle-producto table {
  width:100%;
}

table.table {
  color: #8a8a8a;
  font-size: 12px;
}

table.table th {
  color: var(--progresion-azul-oscuro);
}

.table td,
.table th {
  padding: 1.2rem 0.75rem;
  vertical-align: top;
  border-top: 1px solid #ffffff;
}
input#profile_image {
    text-wrap: balance;
}
div.cliente-info h3 {
    font-size: 15px;
}

/*Iconos SVG*/
i.icoSvg {
  width: 25px;
  height: 25px;
  display: inline-block;
  background: url(../img/Renta-variable.svg) no-repeat center left #ffffff00;
  background-size: contain;
  vertical-align: bottom;
  margin-right: 5px;
}

i.icoSvg.ico-Rvariable {
  background-image: url(../img/Renta-variable.svg);
}

i.icoSvg.ico-volver {
  background-image: url(../img/Volver-mis-productos.svg);
  height: 20px;
  width: 20px;
}

a.btn-volver-index {
    margin-bottom: 1.3em;
    display: block;
    color: #82929e;
    font-size: 20px;
    margin-left: 17px;
}
.btn-volver-index i.icoSvg.ico-volver {
    background-image: url(../img/icons/exit.svg);
    opacity: .5;
    rotate: 225deg;
    vertical-align: middle;
    width: 18px;
    margin-top: -4px;
}

.btn-outline {
	border: 2px solid var(--progresion-azul-oscuro);
	color: var(--progresion-azul-oscuro);
	border-radius: var(--border-radius);
	padding: 5px 20px;
	text-align: center;
	font-weight: 700;
}
a.btn-productos {
  display: block;
  width: 100%;
  background: var(--color-secundario);
  color: #fff;
  padding: 1em 2em;
  font-weight: 500;
  border-radius: var(--border-radius);
}

a.btn-productos:hover {
  color: #fff;
}

a.btn-productos.btn-morado {
  background: var(--color-morado)
}

a.btn-productos.btn-salmon {
  background: #fc6e50;
}

a.btn-productos.btn-amarillo {
  background: #fdcf2f;
}

a.btn-productos.btn-verde {
  background: var(--color-verde);
}

a.btn-productos.btn-azul-claro {
  background: var(--color-secundario);
}

ul.productos-list span img {
    display: inline-block;
    margin-right: 1em;
    height: 30px;
    display: none;
}

.morado {
  background: var(--color-morado)
}

.amarillo {
  background: var(--amarillo-progresion);
}

.verde {
  background: #9dde24;
}

.azul-claro {
  background: var(--color-primario);
}

.iconSVG {
    background-image: url(/assets/img/icons/escudo.svg);
    display: inline-block;
    height: 20px;
    width: 20px;
    background-size: contain;
    margin: 0 auto 0.2em;
    clear: both;
    background-repeat: no-repeat;
    position: absolute;
    left: 20px;
    top: 14px;
}

.refresh-ico {
  background-image: url(/assets/img/icons/giro.svg);
}

.titulo-animado {
    /* font-size: 48px; */
    font-weight: bold;
    background: linear-gradient(270deg, #0089cc, #0089c9, #FFC234, #0089cc);
    background-size: 600% 600%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: moverGradiente 8s ease infinite;
}

@keyframes moverGradiente {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

.home-ico {
  background-image: url(/assets/img/icons/home.svg);
}
.mano-qr-ico {
    background-image: url(https://www.progresion.com.co/wp-content/uploads/2025/08/codigo-qr128.png);
    width: 34px;
    height: 34px;
    top: 5px;
    left: 14px;
}

.escudo-ico {
  background-image: url(/assets/img/icons/escudo.svg);
}

.document-ico{
  background-image: url(/assets/img/icons/docs.svg);
}

.balanza-ico{
  background-image: url(/assets/img/icons/balanza.svg);
}

.gear-ico {
    background-image: url(/assets/img/engrane.svg);
    position: relative;
    top: auto;
    display: block;
}


.GSConline-ico {
  background-image: url(/assets/img/icons/exit.svg);

}

.reportes-ico {
  background-image: url(/assets/img/icons/report.svg);
}

.listado-reportes a:not(.normal_Btn) {
    border: 2px solid var(--progresion-azul-oscuro);
    padding: 5px 15px;
    display: inline-block;
    margin: 4px;
    color: var(--progresion-azul-oscuro);
    border-radius: var(--border-radius);
    font-size: 14px;
    width: 36%;
}

.listado-reportes a:hover {
  background: var(--progresion-azul-oscuro);
  color: #fff;
}

.negrita-b {
  color: #022a5b;
  font-weight: bold;
  margin-left: 1.5em;
}

.logo {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.subtitulo-otp-form {
  color: var(--color-resaltado);
  font-size: 19px;
}

.wrap-selector-fecha-portafolio {
    overflow: hidden;
    clear: both;
    margin: 15px 0px;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
    border-radius: 15px;
    background: white;
}
h3.titulo-seccion.titulo-producto-home {
    font-size: 1.5em;
}

.selector-fecha-portafolio {
    padding: 8px 1em;
    color: #fff;
    display: flex;
    font-size: 12px;
    justify-content: end;
}

h3.fecha-proyectada {
    padding: 10px 15px;
    line-height: 1.2;
    color: var(--color-primario);
    border-radius: var(--border-radius);
    margin: 10px 0 10px;
    font-size: 16px;
    font-weight: 500;
}
.fecha-proyectada span {
    color: var(--color-primario);
    font-weight: 600;
    margin-left: 15px;
}

.selector-fecha-portafolio #input-fecha-portafolio {
    font-size: 14px !important;
	text-align:center;
}

.page-documentos #main-content-portal h5 {
    padding-left: 14px;
}

.df {
    display: flex;
    align-items: baseline;
    gap: 20px;
    margin-bottom: 1em;
    font-weight: 600;
    flex-wrap: wrap;
}

div#rangoPersonalizado {
    display: flex;
    width: 100%;
    gap: 16px;
    flex-wrap: wrap;
}

.df label {
    margin: inherit;
}
#btn-fecha-portafolio {
    background: var(--color-primario);
    border: none;
    padding: 3px 3em;
    margin: 0 0 0 10px;
    border-radius: var(--border-radius);
    color: #fff;
    outline: none;
    font-size: 15px;
    font-weight: 500;
}

#btn-fecha-portafolio:hover {
  background: var(--color-primario);

}

.titulo-login {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  color: #002a5c;
  margin: 20px 0 30px 0;
  text-align: center;
}

p,
p select {
  line-height: 1.4;
}

label {
  display: block !important;
  margin: 0 auto;
  text-align: left;
  line-height: 1.4;
  color: var(--color-primario);
}

.formContenedor {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
}

.tipo-fondo-content h3.titulo-seccion {
    text-transform: uppercase;
    font-size: 12px;
}

.formContenedor div {
  width: 100%;
}

.formContenedor.botones div {
  width: 50%;
}

.wrap-field-inscripcion {
  margin-bottom: 1em;
}

.page-registro span#time {
  background: red;
  color: #fff;
  padding: 3px 15px;
  border-radius: var(--border-radius);
}

.formContenedor div select,
.formContenedor div input,
.formContenedor div label,
.formContenedor div .link {
  width: 100%;
  margin: 0 auto;
}

.ancho-c-input {
  width: 100%;
  max-width: 100%;
}

input[type=date], select, input[type="text"], input[type="password"], input[type="number"], input[type="email"], input[type="tel"], .btn-v1, .link {
    padding: 6px 2em;
    border: none;
    border-radius: 0;
    outline: none;
    line-height: 1.4 !important;
    color: #002a5c;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-bottom: 2px solid var(--progresion-gris);
	font-weight: 600;
}

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    font-weight: 500;
}

input[type="submit"], .btn-v2 {
    padding: 7px 20px;
    border: none;
    background: var(--amarillo-progresion);
    color: var(--color-primario);
    display: inline-block;
    border-radius: var(--border-radius);
}

input[type="submit"]:hover,
.btn-v2:hover {
  background: var(--color-resaltado);
  color: #fff;

}

select {
  background: url(../img/desplegar.png);
  background-repeat: no-repeat;
  background-position: 96% center;
}

select:focus {
  outline: none;
}

.btn-v1, .btn-v1 a, .link {
    background: var(--progresion-azul-oscuro);
    border: none;
    text-align: center;
    display: inline-block;
    color: #fff;
	border-radius: 50px;
}




.btn-v1:hover,
.btn-v1 a:hover,
.link:hover {
  background: var(--color-resaltado);
  color: #fff;
}

.registro,
.registro a {
  background: #002a5c;
  width: 100%;
  color: #fff;
}

.terminosYCondiciones {
  display: flex;
  justify-content: center;
  align-items: center;
}

.terminosYCondiciones label {
  margin: 16px 0 20px 10px;
  font-weight: 300;
}

.terminosYCondiciones label a {
  color: #002a5c;
  font-weight: 300;
}

.div-section-header.section-header-2 {
    position: fixed;
    top: 0;
    width: calc(100% - 320px);
    right: 0;
    background: #ffffff;
    height: 57px;
    display: flex;
    justify-content: end;
    align-items: center;
    /* box-shadow: 13px -6px 7px 3px #eee; */
	display:none;
}

header#header-top {
  color: var(--color-primario);
  position: fixed;
  top: 0;
  width: 320px;
  z-index: 999;
  height: 100%;
  padding: 20px;
  background: #fff;
  transition: all ease .3s;
}
.open-menu-top header#header-top {
  left: 0;
}


.link.gris-btn {
  background-color: #aba5a5;
  color: #fff;
  border: none;
  display: block;
  text-align: center;
}

nav#main-nav-portal ul {
  padding: 0;
  margin: 0;
  list-style: none;
}


nav#main-nav-portal .submenu {
  display: none;
}

nav#main-nav-portal ul li {
  position: relative;
}

nav#main-nav-portal>ul>li>a {
    color: var(--color-primario);
    display: block;
    padding: 12px 15px 12px 60px;
    font-size: 16px;
    font-weight: 500;
}



nav#main-nav-portal>ul>li>a:before {
    content: "";
    display: block;
    height: 100%;
    width: 5px;
    position: absolute;
    background: var(--progresion-azul-cielo);
    left: 0;
    border-radius: 2px;
	top: 0;
	opacity:0;
}

nav#main-nav-portal>ul>li:hover>a:before {
	opacity:1;
}
nav#main-nav-portal>ul>li>a:hover {
    font-weight: 700;
}

nav#main-nav-portal>ul>li:hover .submenu {
    display: block;
    position: absolute;
    background: #ffffff;
    top: 0;
    left: calc(100%);
    border-radius: 0 15px 15px 0;
    overflow: hidden;
    box-shadow: 12px 1px 10px 0px #d9dfe5;
}
ul.submenu>li>a:hover {
    background: #f1f5f9;
    font-weight: 600;
    color: var(--progresion-azul-oscuro);
}

nav#main-nav-portal {
    margin: 0 -20px;
}

ul.submenu>li>a {
    color: var(--color-primario);
    display: inline-block;
    padding: 0.5em 1em;
    min-width: 270px;
}

ul.submenu li {
  display: block;
}

li.assesor-menu {
  padding: 5px 15px;
  min-width: 221px;
  background: #fafdff;
}


span.label-asesor {
  color: var(--color-secundario);
  font-size: 12px;
  font-weight: 600;
}

span.nombre-asesor {
  font-size: 12px;
  color: var(--color-resaltado);
  display: block;
  font-weight: 700;
}

li.assesor-menu {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.logo-portal-wrap {
    box-sizing: border-box;
    padding: 11px 0px;
    max-width: 240px;
    margin-bottom: 10vh;
}

.logo-portal-wrap img {
  width: 100%;
  display: block;
  margin: auto;
}



nav#main-nav-portal>div>a {
  padding: 1.5em 0.9em;
  box-sizing: content-box;
  line-height: 1.5;
  align-items: center;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  color: white;
  min-width: 70px;
  text-align: center;
  font-size: 12px;
  position: relative;
}

ul.pasos-form {
  display: flex;
  justify-content: space-between;
  padding: 0;
  margin: 20px;
  list-style: none;
  width: 320px;
  position: relative;
}

ul.pasos-form li {
  background: #dedede;
  width: 2em;
  text-align: center;
  border-radius: 23px;
  height: 2em;
  line-height: 2em;
  z-index: 1;
  position: relative;
}

ul.pasos-form:before {
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  background: #dedede;
  top: 50%;
}



.operaciones-info {
  display: flex;
}

.label-operaciones {
  padding-left: 21px;
  color: #002a5c;
}

.asesor-info h3 {
  color: var(--color-secundario);
  font-size: 1.3em;
  line-height: 1;
}

.asesor-info p {
  color: #002a5c;
  font-size: 1em;
  font-weight: 500;
}

input#dirigido-a {
  margin-bottom: 1em;
}

ul.productos-list li a {
  display: flex;
  position: relative;
  justify-content: space-between;
  padding-left: 2em;
  font-size: 14px;
}

ul.productos-list li a:before {
    content: "";
    width: 14px;
    height: 14px;
    display: block;
    position: absolute;
    background: #ffc234;
    border-radius: 3px;
    top: 3px;
    left: 0;
}

ul.productos-list li {
    padding: 9px 20px;
    list-style: none;
    border-radius: 15px;
}

ul.productos-list li:hover {
    background: var(--progresion-gris2);
}

ul.productos-list li>a span:nth-child(1) {
    color: var(--color-primario);
    font-weight: 600;
}

span.valor-producto {
    color: var(--color-verde2);
    font-weight: 600;
}

ul.operaciones-portafolio.productos-list a:before {
    background: var(--progresion-azul-cielo);
}
p.footer-sidebar {
  position: absolute;
  bottom: 0;
  opacity: .8;
  font-size: 12px;
}
.d-flex.flex-row.asesor-wrap {
  margin: 3em auto;
}



/* PopUp */

.overlay {
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}

.cerrar {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  color: #022a5b;
}

.cerrar img {
  width: 16px;
}

.popUp {
  background: #fff;
  width: 70%;
  height: auto;
  max-height: 95vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 40px;
  animation-name: animacionPopUp;
  animation-duration: 0.3s;
  transform-origin: center center;
  border-radius: 15px;
  -webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  overflow: auto;
}

.popUp h3 {
  text-align: center;
  padding: 0;
}

@keyframes animacionPopUp {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}



.detalle-producto {
  max-width: 100%;
  margin: 0 auto 50px;
  padding: 25px;
  border-radius: 30px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 13px -2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 13px -2px rgba(0, 0, 0, 0.1);
}



.tabla-movimiento__row {
    display:  flex;
    align-items: center;
    gap: 20px;
    padding: 10px 0 10px 10px;
}

.tabla-movimiento__row:hover{
	background:var(--progresion-gris2);
	border-radius:5px;
}

.tabla-movimiento__label h5 {
    margin: 0;
    font-size: 15px;
}

.tabla-movimiento__label p {
    margin: 0;
    font-size: 14px;
}

.tabla-movimiento__ico img {
    padding: 8px 10px;
    background: var(--progresion-gris2);
    border-radius: 9px;
    display: block;
    width: 32px;
}
.tabla-movimiento__valor {
    font-size: 16px;
    color: var(--color-verde2);
    width: 8em;
    text-align: right;
}

.titulo-tabla {
  margin-top: 30px;
}

.contenedor-total {
  padding: 16px 16px;
  border-radius: var(--border-radius);
  margin: 0 !important;
  margin-top: 15px !important;
}

.total-tabla-titulo {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  display: flex;
  align-items: center;
  line-height: 1.2;
}

.total-tabla-titulo p {
  margin: 0;
}

.total-tabla-resultado {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  line-height: 1.2;
}

table.tabla-saldo-caja td,
table.tabla-saldo-caja th {
  min-width: 120px;
  font-size: 14px;
  padding: 10px 12px;
}

table.tabla-saldo-caja td {
  border: 2px solid #ebeded !important;
}

table.tabla-saldo-caja th {
  color: var(--color-secundario);
}

table.tabla-saldo-caja .totalMovimientosResponsive {
  display: none;
}

.colunma-der-total {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.colunma-der-total.total-liquidez {
  justify-content: space-between;
}

.page-certificado-de-tenencia {
  padding-top: 100px;
}





/*otros*/


p.productos-total {
    padding: 15px 0;
    font-size: 1em;
    display: flex;
    justify-content: space-between;
    color: var(--color-primario);
    margin-bottom: auto;
    border-top: 2px solid var(--progresion-gris);
    margin: 0 20px;
}

.operaciones-div-wrap .productos-total {
    border-bottom: 2px solid var(--progresion-gris);
    margin-bottom: 1em;
}

.contenido-izquierda {
    padding: 0;
}
.contenido-derecha {
    padding-right: 0;
}

p.productos-total span {
    font-weight: 600;
}
.box-base {
  background: #fff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 13px -2px rgba(0, 0, 0, 0.1);
  margin-bottom: 2em;
  overflow: hidden;
  border-radius: 20px;
  padding: 2em 1em;
}

ul.productos-list li:hover {
    background: var(--progresion-gris2);
}




li#rentaVariable a:before {
    background: var(--color-morado);
}

li#saldoCaja a:before {
    background: var(--progresion-futsia);
}

li#ValorProducto a:before {
    background: var(--color-verde);
}

h3.titulo-seccion {
  padding: 15px 20px 0px;
}



.operaciones-info a {
  display: flex;
  color: #022a5b;
}

.vista1.operaciones-div-wrap {
  width: 100%;
  margin: 15px;
}

div#pieHome {
    width:90%;
	max-width:400px;
	height:250px;
	margin:auto;
}



span.submenu {
  position: absolute;
  width: 300px;
  bottom: 500px;
  left: 0;
  padding: 15px 25px;
  box-sizing: border-box;
  background: #fff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  font-weight: 600;
  text-align: left;
  opacity: 0;
  transform: translate(0px, 20px);
  transition: 1s opacity, 0.2s transform;
  z-index: 0;
}

span.submenu span:nth-child(1) {
  color: var(--color-secundario);
}

span.submenu span:nth-child(2) {
  color: #022a5b;
  display: block;
}

nav#main-nav-portal a:hover .submenu {
  opacity: 1;
  transform: translate(0px, 0px);
  bottom: -72px;
}

.operaciones-info img {
  margin-bottom: 0.5em;
}

.operaciones-info {
  display: block;
}

.vista1.operaciones-div-wrap .col {
  padding: 5px;
}

.operaciones-info {
  background: white;
  padding: 15px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.label-operaciones {
  padding-left: 1.2em;
  font-size: 14px;
}



.mini-selector-cuenta {
    font-size: 18px;
    color: #003368;
    font-weight: 600;
}

.wrap-asesor-info h4 {
  font-size: 20px;
}

.page-defensor-consumidor section#main-content-portal {
  padding-left:3%;
  padding-right:3%;
}


/*Responsive*/


@media print {
  .page-certificado-de-tenencia {
    padding-top: 0px;
  }
}

@media (max-width: 1500px) {
	p.productos-total {
		font-size: 18px;
	}

  span.name-user-topbar {
    display: inline-block;
  }

  body.page-generar-estados-cuenta .contenedorPDF {
      width: calc(100% - 380px);
  }
	.botones-top-cliente {
		position: fixed;
		right: 32px;
		background: #ffffff;
		padding: 10px 20px 10px 20px;
		border-radius: 50px;
		top: 37px;
		z-index: 10;
	}
	
	ul.top-home-date {
		left: 350px;
	}
	
	p.nombre-cliente-top img {
		width: 40px;
	}
	
	
	.sidebar-2 {
		right: -340px;
	}
	
	
	section#main-content-portal {
    width: calc(100% - 325px);
    margin-left: 320px;
  }


	
	body:before {
		width:calc(100% - 330px);

	}
	
}

@media (max-width: 1100px) {
  p.nombre-cliente-top img.ico-menu-movile {
    display:inline-block;
  }

  body.page-generar-estados-cuenta .contenedorPDF {
    left: 0;
    width: 100%;
    padding: 15px;
}
	
  .top-bar-1 {
      position: fixed;
      display: block;
      background: #fff;
      padding: 15px;
      top: 0px;
      width: 100%;
      z-index: 10;
  }


	.container{
		max-width:100%;
	}
	
	div#rangoPersonalizado {
	
		margin-top: 15px;
	}

	ul.top-home-date {
        display: none;
    }
	
	.selector-fecha-portafolio #input-fecha-portafolio {
		font-size: 12px !important;
		width: 100%;
	}
	
	p.productos-total {
		font-size:14px;
	}
  .botones-top-cliente {
    right: 0px;
    background: #ffffff;
    padding: 10px 20px 10px 20px;
    border-radius: 0px;
    top:3px ;
}

.top-bar-1 img {
  max-width: 160px;
}
	header#header-top {
	left: -320px;
	}

	section#main-content-portal {
	width:100%;
	margin-left: 0px;
  margin-top: 90px;
	}

	body:before {
	width: 100%;
	left: 0;
	}


	.page-login .wrap-login:after,
	.wrap-login-e-info:after,
	.page-login .wrap-login:before,
	.wrap-login-e-info:before {
	display: none;
	}

	.page-login .wrap-login,
	.wrap-login-e-info {
	justify-content: center;
	padding: 15px;
	}

	

	div.cliente-info h3 {
	font-size: 0.8em;
	}


	/*RESPONSIVE LOGIN*/

	.page-login .formContenedor {
	flex-direction: column;
	}

	.page-login .formContenedor div {
	width: 100%;
	}

	/*RESPONSIVE REGISTRO*/

	.page-registro .formContenedor {
	flex-direction: column;
	}

	.page-registro .formContenedor div {
	width: 100%;
	}

	.page-registro .center {
	width: 90%;
	margin: 0 auto;
	}

	/*RESPONSIVE DE POPUPS DE TABLAS*/

	.overlay .popUp {
	width: 90%;
	}


	#contenido-config #form-envioOTP .col-6,
	#contenido-giros #form-envioOTP .col-6 {
	flex: none;
	max-width: 100%;
	}

	/* RESPONSIVE DOCUMENTOS */



	.page-documentos .container .row .col-md-6 {
	flex: none;
	max-width: 100%;
	}

	.page-documentos .p-3 {
	padding: 15px;
	}

	
	.df {		
	gap: 5px;

	}

	.page-documentos .container .row h3,
	.page-documentos .container .row p,
	.page-documentos .container .row form {
		padding-left: 0px !important;
		padding-right: 0px !important;
		font-size: 14px;
	}

	.page-documentos .p-3 input[type="submit"],
	.page-documentos .p-3 input[type="text"] {
	width: 100%;
	margin-top: 10px;
	}

	.page-documentos .btn-v2 {
	width: 100%;
	margin-top: 10px;
	}

	.page-documentos .row .contenido-izquierda:nth-child(3) {
	padding: 30px !important;
	}

	.page-documentos .row .contenido-izquierda:nth-child(3) h3,
	.page-documentos .row .contenido-izquierda:nth-child(3) div {
	padding: 0 !important;
	margin: 0 !important;
	}


	.iconSVG {
	display: inline-block;
	margin: 0 5px 0px 0px;
	vertical-align: bottom;
	}


	.div-section-header.section-header-2>div,
	.div-section-header.section-header-2>ul {
	border-bottom: 1px solid #35557c;
	max-width: 100%;
	width: 100%;
	padding: 15px;
	}


	.cliente-info {
	width: 100%;
	text-align: center;
	display: block;
	padding: 19px;
	}


	.menu-movil .div-section-header.section-header-2 {
	display: flex;
	flex-wrap: wrap;
	}






	ul.productos-list li a {
		padding-left: 1.4em;
		font-size: 14px;
	}


	header#header-top.menu-movil {
	display: block;
	height: 100vh;
	overflow: auto;
	}

 

}
 
@media (max-width: 868px) {

  .dataTables_wrapper .dataTables_filter label input {
    padding: 3px 8px;
    font-size: 12px !important;
}
  a.btn-volver-index {
      font-size: 15px;
  }

  a.btn-productos {
      padding: .4em 1em;
  }
	input#profile_image {
		text-wrap: balance;
		margin: auto;
		width: 248px;
	}
	.form-profile-image {
		text-align: center;
	}
	
	h3 {
    font-size: 23px;
}
	.form-profile-image img {
		position: relative;
		right: 0;
		top: 0;
		width: 100px;
		margin: 15px auto;
	}
		
	body.page-asesor-form section#main-content-portal {
	margin:10vh auto;
	width: 90%;

	}

	.page-certificado-de-tenencia {
	padding-top: 79px;
	}

	/*RSPONSIVE CERTICADOS DE TENENCIA*/
	.texto-final .titulo-certificado {
	margin-top: 0 !important;
	text-align: center;
	}

	.contenedor-tablas {
	max-width: 100%;
	overflow-x: scroll;
	}

	.texto-final.sinMG {
	padding: 20px !important;
	}

	.firma {
	width: 100% !important;
	margin: 40px auto 100px auto !important;
	padding: 0 20px;
	}

	

	.page-index .productos-list li a span:nth-child(1) {
	display: flex;
	flex-direction: column;
	}

	.page-index .productos-list li a span img {
	width: 30px;
	margin: 0 auto;
	}

	/*RESPONSIVE DE ENCABEZADO DE REGISTRO, LOGIN Y CAMBIO DE CONTRASEÑA*/

	.page-restablecer-clave .container,
	.page-registro .container,
	.page-login .container {
	padding: 0;
	max-width: 768px;
	}

	.page-login .header .fondo,
	.page-registro .header .fondo,
	.page-restablecer-clave .header .fondo {
	height: 150px;
	object-fit: cover;
	object-position: bottom;
	}

	/*RESPONSIVE DE RECUPERAR CONTRASEÑA*/

	.page-restablecer-clave #paso1 {
	flex-direction: column;
	}

	.page-restablecer-clave #paso1 .col-6,
	.page-restablecer-clave #paso2 .col-6,
	.page-restablecer-clave #paso3 .col-6,
	.page-restablecer-clave #paso4 .col-6,
	.page-restablecer-clave #paso5 .col-6 {
	max-width: 100%;
	}

	.page-restablecer-clave #restablecerPass {
	padding: 0 20px;
	}

	.page-restablecer-clave .formContenedor.botones div {
	max-width: 100%;
	width: 100%;
	}

	.page-index #main-content-portal .contenido-izquierda {
	max-width: 100%;
	}

	.page-index #main-content-portal .contenido-derecha {
	max-width: 100%;
	}

	/*RESPONSIVE PAGINAS DE CON TABLAS COMO RENTA VARIABLE O RENTA FIJA*/

	.detalle-producto .row {
	flex-direction: column;
	display: block;
	}



	.detalle-producto .contenedor-total .col {
	display: flex;
	justify-content: center;
	}

	.detalle-producto {
	padding: 30px 20px !important;
	}

	.detalle-producto .contenedor-tabla {
	overflow-x: auto;
	max-width: calc(100vw - 70px) !important;
	}

  .contenedor-total {
    padding: 5px 14px;
}

	/*RESPONSIVE DE OPERACIONES LIQUIDEZ*/

	.page-operaciones-liquidez #main-content-portal .col {
	padding: 0;
	}

	.page-operaciones-liquidez .detalle-producto {
	padding: 30px !important;
	}

	.page-operaciones-liquidez .total-liquidez {
	display: flex;
	flex-direction: column;
	}

	/*RESPONSIVE DE POPUPS DE TABLAS*/

	.overlay .popUp {
	width: 95%;
	padding: 20px;
	}

	.contenedor-tabla-popup {
	overflow-x: auto;
	width: calc(95vw - 40px) !important;
	}

	/*RESPONSIVE GIROS*/

	.page-giros #main-content-portal {
	width: 100%;
	margin: 95px auto 0;
	}

	#formGiro .contenedor-tabla {
	overflow-x: auto;
	width: calc(100vw - 90px) !important;
	}

	.page-giros .tipoGiro {
	flex-direction: column;
	}

	/* RESPONSIVE CONFIGURACION - ACTUALIZACION DE DATOS */

	.page-configuracion #main-content-portal {
	width: 100%;
	margin: 95px auto 0;
	}

	.page-configuracion .formConfig .row {
	flex-direction: column;
	}

	/*Responsive Estados de Cuenta */

	.loader {
	margin: 0px !important;
	}
}


@media (max-width:600px){

  ul.submenu>li>a {
    padding: .5em 1em;
    min-width: 100%;
}
  nav#main-nav-portal>ul>li .submenu {
    display: none!important;
  }

  nav#main-nav-portal>ul>li:hover .submenu {
    position: relative!important;
    top: 0!important;
    display: block!important;
      left: 58px;
      border-radius: 0;
      overflow: hidden;
      box-shadow: none;
      width: calc(100% - 58px);
      animation-name: menuAnimation;
      animation-duration: 0.4s;
  }


  @keyframes menuAnimation {
    0% {
      opacity: 0;
      left:-350px;
    }
  
    100% {
      opacity: 58px;
    }
  }


	span.name-user-topbar {
    display: none;
}
  a.profile-link {
    font-size: 12px;
  }

 

  img.ico-notificacion {
    padding: 8px;
    border-radius: 10px;
  }



	select#select-tipo-fondo,
  select#select-tipo-informe {
		max-width: 100%;
		flex: auto;
	}
	
	.label-fondo {
		display: none;
	}
	
}