
.tns-outer{padding:0 !important}.tns-outer [hidden]{display:none !important}.tns-outer [aria-controls],.tns-outer [data-action]{cursor:pointer}.tns-slider{-webkit-transition:all 0s;-moz-transition:all 0s;transition:all 0s}.tns-slider>.tns-item{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.tns-horizontal.tns-subpixel{white-space:nowrap}.tns-horizontal.tns-subpixel>.tns-item{display:inline-block;vertical-align:top;white-space:normal}.tns-horizontal.tns-no-subpixel:after{content:'';display:table;clear:both}.tns-horizontal.tns-no-subpixel>.tns-item{float:left}.tns-horizontal.tns-carousel.tns-no-subpixel>.tns-item{margin-right:-100%}.tns-no-calc{position:relative;left:0}.tns-gallery{position:relative;left:0;min-height:1px}.tns-gallery>.tns-item{position:absolute;left:-100%;-webkit-transition:transform 0s, opacity 0s;-moz-transition:transform 0s, opacity 0s;transition:transform 0s, opacity 0s}.tns-gallery>.tns-slide-active{position:relative;left:auto !important}.tns-gallery>.tns-moving{-webkit-transition:all 0.25s;-moz-transition:all 0.25s;transition:all 0.25s}.tns-autowidth{display:inline-block}.tns-lazy-img{-webkit-transition:opacity 0.6s;-moz-transition:opacity 0.6s;transition:opacity 0.6s;opacity:0.6}.tns-lazy-img.tns-complete{opacity:1}.tns-ah{-webkit-transition:height 0s;-moz-transition:height 0s;transition:height 0s}.tns-ovh{overflow:hidden}.tns-visually-hidden{position:absolute;left:-10000em}.tns-transparent{opacity:0;visibility:hidden}.tns-fadeIn{opacity:1;filter:alpha(opacity=100);z-index:0}.tns-normal,.tns-fadeOut{opacity:0;filter:alpha(opacity=0);z-index:-1}.tns-vpfix{white-space:nowrap}.tns-vpfix>div,.tns-vpfix>li{display:inline-block}.tns-t-subp2{margin:0 auto;width:310px;position:relative;height:10px;overflow:hidden}.tns-t-ct{width:2333.3333333%;width:-webkit-calc(100% * 70 / 3);width:-moz-calc(100% * 70 / 3);width:calc(100% * 70 / 3);position:absolute;right:0}.tns-t-ct:after{content:'';display:table;clear:both}.tns-t-ct>div{width:1.4285714%;width:-webkit-calc(100% / 70);width:-moz-calc(100% / 70);width:calc(100% / 70);height:10px;float:left}

#listado-productos {
	padding-top: 0;
	padding-bottom: 12px;
}

#listado-productos .tns-nav button{
	width: 12px;
	height: 12px;
	margin-right: var(--unit-1);
	border: none;
	border-radius: var(--radius-md);
	background-color: var(--gray-10);
	transition: 0.2s all ease;
	cursor: pointer;	
}

#listado-productos .tns-nav .tns-nav-active{
	width: 24px;
	background-color: var(--orange);
}

#listado-productos .account-type {
	margin-top: 57px; !important
}
#listado-productos .rigth-oriented .account-type .account-type__card,
#listado-productos .left-oriented .account-type .account-type__cover {
	order: 2 !important;
}
#listado-productos .cont-uno{
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(1, 2fr);

	grid-auto-rows: 1fr;
	grid-column-gap: 30px;
	grid-row-gap: 30px;
}
#listado-productos .cont-multi{
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-auto-rows: 1fr;
	grid-column-gap: 30px;
	grid-row-gap: 30px;
}
#listado-productos .left-oriented .account-type .account-type__card, 
#listado-productos .rigth-oriented .account-type .account-type__cover {
	order: 1 !important;
}
#listado-productos .cards-section {
	margin-top: -5rem;
	overflow: visible;
	padding: 0 24px;
}
#listado-productos .badge{    
	padding: 0.4rem 1rem 0.6rem 1rem;
}
#listado-productos .slider__bullet {
	background-color: var(--gray-10)!important;
	width: 1.2rem;
	height: 1.2rem;
	padding: 0;
	border-radius: 0.8rem;
	border: none;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	cursor: pointer;
	line-height: 0;
	margin: 0.1rem 0.8rem;
	text-decoration: none;
}
#listado-productos .glide__bullet--active{
	background-color: var(--orange)!important;
	width: 24px;
}
#listado-productos .glide__slide {
	height: unset!important;
}
#listado-productos .itau-card-white-short {
	flex-direction: row;
}

#listado-productos .contain-cards{
	display: grid!important;
	grid-auto-flow: column;
	grid-template-columns: repeat(1, 1fr);
	grid-auto-flow: unset;
}
#listado-productos .col-cards {
	margin: 16px 0;
}
#listado-productos .card-white {
	box-shadow: 0px 4px 12px rgba(18, 25, 84, 0.07);
	border-radius: 24px;
	background: var(--white);
	padding: 40px 24px;
}
#listado-productos .card-white:hover .btn-link:before {
	width: 100%;
}
@media (max-width:991px) {
	#listado-productos {
		padding: 0 0 20px 0;
	}
	#listado-productos .account-type__cover img{
		border-radius: var(--radius-lg)!important;
	}
	#listado-productos .cards-section {
		margin-top: 0rem;
		padding: 0;
	}
	#listado-productos .tns-inner {
		margin: 0 24px !important;
	}
	#listado-productos .tns-nav{
		display: flex;
		justify-content: center;
		padding-bottom: 50px;
	}

	#listado-productos .rigth-oriented .account-type .account-type__card,
	#listado-productos .left-oriented .account-type .account-type__card {
		order: 2 !important;
	}

	#listado-productos .rigth-oriented .account-type .account-type__cover,
	#listado-productos .left-oriented .account-type .account-type__cover {
		order: 1 !important;
	}
	#listado-productos .badge {
		display: none;
	}
	#listado-productos .account-type__card {
		border-radius: 0 0 ;
	}
}
