/*  TABS  */

.tabs-section {
	margin: 0 0 50px;
}

.tabs-btns {
	background: #fff;
	margin: 0 0 -1px 0;
	z-index: 2;
	position: relative;
}

.tabs-btns ul {
	display: flex;
	justify-content: normal;
}

.tabs-btns ul li {
	height: 50px;
	overflow: hidden;
}

.tabs-btns ul li.active {
	box-shadow: 0px -4px 7px 0 #e3e3e3;
	border-radius: 7px 7px 0 0;
}

.tabs-btns ul li.active a {
	color: #4a4a4a;
	font-weight: bold;
}

.tabs-btns ul li a {
	font-size: 20px;
	line-height: 45px;
	text-align: center;
	color: #9b9b9b;
	display: block;
	padding: 0 40px;
	height: 100%;
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
	cursor: pointer;
}

.tabs-container {
	box-shadow: 0px 5px 16px 0 #e3e3e3;
	border-radius: 0 0 7px 7px;
	padding: 30px 0;	
}

.tab-content {
	display: none;
}

.tab-content-cols {
	display: flex;
	justify-content: space-around;
}


.user-info{
	margin: 40px 0 0 0;
	display: flex;
	justify-content: space-between;
}

.col-md-6 {
	width: 50%;
}

.space_up{
	margin: 30px 0;
}

.tab-content-block {
	padding: 0 30px;
	position: relative;
}

.sum-content{	
	max-width: 400px;
	margin: 0 auto;
	text-align: center; 		
}

.sum-content p {		
	margin: 10px 0 10px 0;	
}


.border-left-div:before {
	content: "";
	display: block;
	width: 2px;
	height: calc(100% - 30px);
	border-left: solid 1px #9b9b9b;
	position: absolute;
	left: 0;
	top: 30px;
}


/*  CHECK BUTTONS  */

.check-btns-1 {
	display: flex;
}

.btn-check {
	position: relative;
	padding: 0 0 0 50px;
}

.btn-check:before {
	content: "";
	border-radius: 30px;
	width: 30px;
	height: 30px;
	border: solid 2px #c3bfbf;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}

.btn-check.active:before {
	background: url('../../images/simulador-preautorizados/check.svg') no-repeat center;
	background-size: cover;
	border: #8cc250 solid 2px;
}

.btn-check p {
	font-size: 17px;
	font-style: normal;
	line-height: 27px;
	color: #9b9b9b;
}

.btn-check.active {
	font-size: 30px;
	font-weight: bold;
	font-style: normal;
	color: #8cc251;
}

/*  TEXTS  */

.user-txt{
	font-size: 22px;	
	color: #4a4a4a;
	margin: 0 0 40px;
}

.txt-ft-1 {
  font-size: 20px;
  font-weight: bold;
  color: #4a4a4a;
  text-align: center;
}

.txt-ft-3 {
	font-family: 'Muli', sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #8cc251;
	margin: 0 0 20px;
}

.txt-ft-5 {
	font-size: 17px;
	font-weight: normal;
	line-height: normal;
	color: #4a4a4a;
	margin: 0 0 20px;
}

.format__txt p,
.format__txt span {
	font-size: 16px;
	font-weight: normal;
  	line-height: normal;	
  	color: #4a4a4a;
}

.format__txt p.p__gray strong {
	color: #9b9b9b;
}


.format__txt p.p__gray {
	color: #9b9b9b;
}

/*  TABLES AND LISTS  */

.table-ul li {
	display: flex;
	justify-content: space-between;
	padding: 0 0;
	margin: 0 0 20px;
	height: 23px;
}

.table-ul li span {
	width: 50%;
	color: #9b9b9b;
}

.table-ul li strong {
	font-size: 18px;
	font-weight: bold;
	color: #404042;
	font-family: 'Muli', sans-serif;
	width: 50%;
}

.table-ul li strong.greencolor-txt {
	color: #8cc251;
}

/*  BUTTONS  */

.btn-section .btn-style {
	margin-bottom: 20px;
}

.btn-style {
	border-radius: 10px;
	display: block;
	font-size: 20px;
	font-weight: bold;
	line-height: 33px;
	text-align: center;
	font-family: 'Muli', sans-serif;
	height: 38px;
}

.btnGreen {
	background-color: #8cc251;
	color: #fff;
}

.btn-center {
	margin: 0 auto;
}

.btnUnderlineGreen {
	color: #8cc251;
	font-size: 17px;
	font-weight: normal;
	text-decoration: underline;
}

.btn-size1 {
	max-width: 307px;
}
.menu-cu ul {
	display: flex;
	justify-content: center;
}


.menu-cu ul li a {
	font-size: 18px;
	font-weight: normal;
	line-height: normal;
	text-align: center;
	color: #9b9b9b;
	padding: 20px 26px;
	display: inline-block;
	text-decoration: none;
	position: relative;
}

.menu-cu ul li a:hover {
	color: #4a4a4a;
}

.menu-cu ul li a:before {
	content: "";
	display: block;
	position: absolute;
	top: 0px;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 1px;
	height: 15px;
	background: #979797;
}

.menu-cu ul li a.active {
	font-size: 20px;
	font-weight: bold;
	color: #4a4a4a;
}

.menu-cu {
	border-bottom: solid 1px #c3bfbf;
	border-top: solid 1px #c3bfbf;
	position: relative;
	display:none;
}

.menu-cu ul li:last-of-type a:before {
	display: none;
}

.menu-nota {
	width: 36px;
	height: 14px;
	border-radius: 4px;
	background-color: #8cc251;
	display: block;
	position: absolute;
	font-family: Lato;
	font-size: 7px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 15px;
	top: 6px;
	right: 10px;
	color: #fff;
	text-align: center;
}

/*  MODAL  */

.cred-inv-modal {
	position: relative;
	background-color: rgba(0, 0, 0, 0.7);
	height: 100vh;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
	z-index: 9999;
	transition: all .5s;
	display: none;
}

.cred-inv-modal-content {
	max-width: 750px;
	height: 375px;
	background-color: #fff;
	position: absolute;
	top: 200px;
	left: 0;
	right: 0;
	margin: 0 auto;
	border-radius: 8px;  		
}

.cred-inv-modal-title{
	margin-top: 45px;
	text-align: center;
	font-size: 22px;
	color: #404042;
	padding: 0 !important;
}
.cred-inv-modal-title h3{
	margin:0;
	padding:0;
}
.credInv_inner_block{
	text-align: center;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	margin: 35px 0 13px 0;
	overflow: hidden;
}

.credInv-modal-article{
	width: 130px;
	margin: 10px 0 0 0;
}

.credInv-modal-article h2{
	font-size: 18px;
	text-align: center;
	line-height: 20px;
	margin: 10px 0;
	color: #404042;
	font-weight: 400;
}

.credInv-modal-article img{
	width: 90px;
}

.credit-button{	
	max-width: 300px;
	margin: 0 auto;
	color:#fff;
	font-size: 14px;
	padding: 8px 0;
	font-weight: 800 !important;
	font-family: 'Lato', sans-serif;
	display: block;
	text-align:center;
	border-radius: 10px;
	font-size: 20px !important;
	text-decoration:none;
	cursor:pointer;
}

.credit-button-green{
	background: #8FC450;
	border: #8FC450 solid 1px;	
}

.close_icon {
	background: url('../../../resources/img/close_green.svg');		
	width: 38px;
	height: 38px;	
	cursor: pointer;
	margin: 20px auto;	
	display: block;
	opacity: 0;	
}

.close_icon_top{
	background: url('../../../resources/img/close.svg');
	background-repeat: no-repeat;		
	width: 38px;
	height: 38px;	
	cursor: pointer;	
	display: block;
	position:relative;
	top: 15px;
	float: right;
}


.banner-promos {
	background: url("../../resources/img/resumen-saldos/promo-kuboahorro.jpg") no-repeat center bottom;
	border-radius: 10px;
	height:175px;
	position:relative;
	background-size: cover !important;
	cursor:pointer ; 
}

.banner-promos__txt {
	padding:40px 80px;

}
.banner-promos__txt h2{font-size: 41px;font-weight: 900 !important;line-height: normal;color: #ffffff !important;margin: 0 0 7px !important;float: none !important;width: auto !important;margin: 0 !important;}

.banner-promos__txt p{
	font-size: 36px;
  font-weight: normal;

  line-height: normal;

  color: #ffffff;
}
.banner-promos.banner_promo__v2 {
	background: url("../../../resources/img/cuentaUnica/banner-renovaciones.jpg") no-repeat center bottom;
	margin: 0 0 40px;
	position:relative;
}

.banner-promos.banner_promo__v2:after {
	content:"";
	position:absolute;
	left:0;
	top:0;
	display:block;
	background-color: rgba(0, 0, 0, 0.5);
	z-index:1;
	width:100%;
	height:100%;
	z-index:0;
	border-radius: 10px;
}
.banner-promos__txt_v2 {
	    padding: 60px 40px 0;
	    z-index:1;
	    position:relative;
}
.banner-promos__txt_v2 h2{font-size: 30px !important;margin: 0 0 7px  !important;}

.banner-promos__txt_v2 p{
	  font-size: 26px;
	  margin: 0;
}

@media (max-width:992px) {

.banner-promos {
	background: url("../../../resources/img/resumen-saldos/promo-kuboahorro2.jpg") no-repeat center bottom;
	background-size: cover;
	height:385px;
}
.banner-promos_v2 {
	background: url("../../../resources/img/cuentaUnica/banner-renovaciones.jpg") no-repeat center bottom;
	background-size: cover;
	height:385px;
}
	.banner-promos__txt {
		position:absolute;
		bottom:0;
			padding:25px 30px;
			
	}
	.banner-promos__txt h2{
	 font-size: 24px !important;
	 font-weight: 900;
	}
	.banner-promos__txt p{
  font-size: 18px;
  font-weight: normal;
	}
}











@media (max-width: 768px) {
	.menu-cu ul li a {
		font-size: 18px;
		padding: 11px;
		width: auto;
		white-space: nowrap;
	}
	.menu-cu ul {
		overflow: auto;
	}
	.cred-inv-modal {
		/* position:absolute; */
		/* min-height: 100%; */
		/* height: 100%; */
		/* display: block; */
		/* overflow: hidden; */
		/* bottom: 0; */
		/* position: fixed; */
	}
	.cred-inv-modal-content {
		max-width: 345px;
		height: 86vh;
		top: 71px;
		/* bottom: 0; */
		/* margin: 20px auto; */
		overflow: auto;
	}
	
	.credInv_inner_block{
		margin: 0 0;				
		display: inherit;		
		
	}
	.cred-inv-modal-title{
		margin-top: 25px;	
		font-size: 18px;
	}
		
	.credInv-modal-article{
		width: 50%;
		float: left;
	}

	.credInv-modal-article h2{
		font-size: 16px;
		margin: 0 30px;
	}

	.credInv-modal-article img{
		width: 80px;
	}
	.credit-button{
		margin: 20px auto;
	}
	.close_icon{
		opacity: 1;
	}
	.close_icon_top{
		opacity: 0;
	}
}

@media (max-width: 550px) {
	.menu-cu ul {
		justify-content: normal;
	}
	.menu-cu:after {
		 pointer-events:none;
		 position:absolute;
		 display:block;
		 content:"";
		 right:0;
		 top:0;
		 width: 90px;
		 height: 100%;
		 background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255,255,255,1) 90%);
		 z-index: 1;
	}

}


@media (max-width: 390px) {
	.cred-inv-modal-content {
		max-width: 90%;		
	}		
}

.titulo2 h2{
	 font-size: 22px;
	 font-weight: bold;
	 font-stretch: normal;
	 font-style: normal;
	 line-height: normal;
	 letter-spacing: normal;
	 color: #4a4a4a;
	 margin: 0;
}
.row-btn {
	margin: 22px 0 20px;
	overflow: hidden;
}
.ir-resumen-saldos {
	float:right;
	text-decoration:none;
	/* width: 204px; */
	width: 239px;
	height: 38px;
	font-size: 19px;
	font-weight: bold;
	padding: 0 0 0 20px;
	color: #fff;
	text-align: left;
	border-radius: 8px;
	line-height: 34px;
	position:relative;
}

.ir-resumen-saldos:after {
	content:"";
	position:absolute;
	right: 15px;
	top: 9px;
	background: url("../../../resources/img/cuentaUnica/arrow-right.svg") no-repeat center bottom;
	width: 15px;
	height: 15px;
}	

.irResumenSaldosFlexCont {
	display: flex;
	justify-content: end;
}

.cred-inv-modal_inner {
    padding: 50px 20px;
}

@media (max-width: 768px) {
.cred-inv-modal_inner {
    padding: 20px;
}
.btn-width-1 {
    width: 100% !important;
    margin: 0 auto;
}

}

#reesModal .cred-inv-modal-content {
    max-height:450px;
}