/* *** United CSS *** */
* {
	box-sizing:border-box;
	margin:0;
	padding:0;
}

body {
	font-family:'Inter', system-ui, sans-serif;
	background:#f5f7fa;
	color:#111;
	padding:1.5rem 16px;
}


.grid-2 { /* No usado en traslados */
	display:grid;
	grid-template-columns:1fr;
	gap:16px;
	align-items:start;
	max-width:1100px;
	margin:0 auto;
}

.grid-3 { /* No usado en traslados */
	display:grid;
	gap:16px;
	align-items:start;
	max-width:900px;
	margin:0 auto;
	margin-top: 20px;
}

/* No usado en traslados */
@media (min-width: 768px) { 
	.grid-2 {
		grid-template-columns: 1fr 1fr;
	}

	.grid-3 {
		grid-template-columns: 1fr;
	}

	.dualCTA{
		display:grid;
		grid-template-columns:1fr 1fr;
		gap:16px;
	}

	.balanceTasa{
		grid-template-columns: 1fr 1fr;
	}
	
} 

@media (max-width: 700px){
	.grid-3{
		max-width: 500px;
	}

	.table-container {
		width: 310px;
	}

	.cta-container{
		margin-bottom: 10px;
	}
	.balanceTasa{
		grid-template-columns: 1fr;
	}
	.cuotaTraslado{
	font-size:16px;
	font-weight:400;
}
	

	
	
}

.crd {
	background:#fff;
	border:1px solid #d1d5db;
	border-radius:12px;
	padding:1.25rem;
	/* traslados */
	/*
	max-width:760px;
	margin:0 auto 16px;
	*/
	margin-bottom: 20px;
}

.h2s {
	font-size:17px;
	font-weight:700;
	margin:0 0 4px;
	color:#1e3a5f;
}


.subs {
	font-size:13px;
	color:#6b7280;
	margin:0 0 16px;
	line-height:1.5;
}

.lbl {
	font-size:13px;
	color:#6b7280;
	font-weight:400;
	margin-bottom:4px;
}

.iWrap {
	display:flex;
	align-items:center;
	border:1px solid #d1d5db;
	border-radius:8px;
	background:#fff;
	overflow:hidden;
}

.iStyle {
	border:none;
	outline:none;
	padding:10px 12px;
	font-size:14px;
	flex:1;
	background:transparent;
	color:#111;
	min-width:0;
	font-family:inherit;
}

.pfx, .sfx {
	padding:0 12px;
	font-size:14px;
	color:#6b7280;
	background:#f3f4f6;
	align-self:stretch;
	display:flex;
	align-items:center;
	border-right:1px solid #e5e7eb;
} 


.form-gap { /* no  usado en traslados */
	display:flex;
	flex-direction:column;
	gap:12px;
} 

.cta-container {
	text-align:center;
	padding:1.25rem;
	background:#1e3a5f;
	border-radius:12px;
} 
/*.cta-container {text-align:center;padding:1.25rem;background:#1e3a5f;border-radius:12px;max-width:760px;margin:0 auto;} /* usado en traslados */


/* Alvaro */
.cta-dudas {
	text-align:center;
	padding:1.25rem;
	background:#fff;
	border-radius:12px;
}
.cta-muted-text{
	font-size: 13px;
	color: #566573;
	margin: auto;
}
.cta-muted-text a{
	text-decoration: none;
	color: #3c8ae1;
	font-size: 14px;
}
.balanceTasa{
	display:grid; 
	/*grid-template-columns:1fr 1fr;*/
	gap:12px; 
	margin-bottom:12px;
}
.cuotaTraslado{
	font-size:24px;
	font-weight:700;
	color:#1e3a5f
}
/* resultados capacidad sin titulo */
.textResultsDiv{
	display:flex;
	justify-content:space-between;
	padding:10px 0;
	border-bottom:1px solid #f3f4f6;
}
.textResultsItem{
	font-size:13px;
	color:#6b7280;
}
.textResultsValues{
	font-size:13px;
	font-weight:500;
	color:#111;
}
.infoDisclaimer{
	font-size:11px;
	color:#9ca3af;
	margin:14px 0 0;
	line-height:1.5
}
.empty-msg {
	color: #9ca3af;
	font-size: 16px;
	text-align: center;
	padding: 2rem 0;
	line-height: 1.6; }
.res-label{
	font-size: 12px;
	color: #0E1F4E;
	margin-top: 15px;
	margin-bottom: 6px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: .03em;
}
.capital-row {
	background: #dcfce7;
	margin: 0 -1.5rem;
	padding: 7px 1.5rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 13px;
}
.capital-row2 {
	background: #dce7fc;
	margin: 0 -1.5rem;
	padding: 7px 1.5rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 13px;
}
/* area verde de resultados */
.saving-box {
	background: #EAF3DE;
	border-radius: 8px;
	padding: 1rem;
	margin-top: 20px;
	margin-bottom: 10px;
}
.sb-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 3px 0;
}
.sb-row.sep {
	border-top: 0.5px solid #97C459;
	margin-top: 6px;
	padding-top: 10px;
}
.info-box {
	background: #f5f5f5;
	border-radius: 8px;
	padding: .75rem;
	font-size: 12px;
	color: #808080;
	line-height: 1.5;
	margin-bottom: 10px;
}
/* barra de progreso */
.equity-bar {
	height: 7px;
	border-radius: 4px;
	background: #f3f4f6;
	overflow: hidden;
	margin: 5px 0;
}
.eq-fill {
	height: 100%;
	background: #3C8AE1;
	border-radius: 4px;
}
.eq-fill.over {
	background: #E24B4A;
}
.grn {
	color: #27500A;
}
.red {
	color: #dc2626;
}
.ble{
	color: rgb(57, 57, 170)
}
.big{
	font-size: 16px;
}
.warn-box {
	background: #FAEEDA;
	border-radius: 8px;
	padding: .75rem;
	font-size: 12px;
	color: #854F0B;
	line-height: 1.5;
	margin-bottom: 10px;
}
/* nuevas deudas */
.irow {
	display: flex;
	align-items: center;
	border: 0.5px solid #d1d5db;
	border-radius: 8px;
	overflow: hidden;
	background: #fff; }
.irow input {
	border: none;
	outline: none;
	padding: 8px 6px;
	font-size: 13px;
	flex: 1;
	background: transparent;
	color: #111;
	min-width: 0;
	font-family: inherit;
	width: 100%; }
.debt-header {
	display: flex;
	align-items: center;
	gap: 6px;
	margin-bottom: 8px; }
.tipo-wrap {
	flex: 1;
	position: relative; }
.tipo-sel { width: 100%;
	appearance: none;
	-webkit-appearance: none;
	border: 0.5px solid #d1d5db;
	border-radius: 8px;
	padding: 7px 22px 7px 9px;
	font-size: 12px;
	background: #f9fafb;
	color: #111;
	cursor: pointer;
	font-family: inherit; }
.btn-del {
	width: 28px;
	height: 28px;
	min-width: 28px;
	border: 0.5px solid #d1d5db;
	border-radius: 8px;
	background: transparent;
	color: #9ca3af;
	cursor: pointer;
	font-size: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.btn-del:hover {
	background: #fef2f2;
	color: #dc2626;
	border-color: #fca5a5;
}
/* /nuevas deudas */




.cta-title {
	font-size:14px;
	font-weight:700;
	color:#fff;
	margin-bottom:6px;
}

.cta-body {
	font-size:13px;
	color:rgba(255,255,255,0.78);
	margin:0 0 12px;
	line-height:1.6;
}

.cta-btn {
	padding:10px 22px;
	font-size:13px;
	font-weight:600;
	background:#fff;
	color:#1e3a5f;
	border:none;
	border-radius:8px;
	cursor:pointer;
	font-family:inherit;
}

.hidden { /* no usado en cuotas */
	display:none !important;
} 

.pbtn-group { /* solo usado en capacidad y cuotas */
	display:flex;
	gap:6px;
} 

.pbtn { /* solo usado en capacidad, traslados y cuotas */
	flex:1;
	padding:9px 0;
	font-size:13px;
	border-radius:8px;
	cursor:pointer;
	font-family:inherit;
	transition:all 0.15s;
} 

.pbtn.inactive { /*no usado en amortizacion  */
	border:1px solid #d1d5db;
	background:#fff;
	color:#374151;
	font-weight:400;
} 

.pbtn.active { /*no usado en amortizacion  */
	border:2px solid #1e3a5f;
	background:#f0f6fb;
	color:#1e3a5f;
	font-weight:600;
} 

/* Table - Cuotas */
.table-container {
	overflow-x:auto;
	max-height:350px;
	overflow-y:auto;
	margin-top:12px;
}

table {
	width:100%;
	border-collapse:collapse;
	border:1px solid #e5e7eb;
	font-size:12px;
}
th {
	padding:9px 10px;
	font-weight:600;
	color:#6b7280;
	text-align:left;
	border-bottom:1px solid #e5e7eb;
	position:sticky;
	top:0;
	background:#f3f4f6;
} 
td {
	padding:7px 10px;
	border-bottom:1px solid #f3f4f6;
}



.btn-block { /* solo usado en traslados */
	width:100%;
	max-width:760px;
	display:block;
	margin:0 auto 16px;
	padding:15px;
	font-size:15px;
	font-weight:600;
	background:#1e3a5f;
	color:#fff;
	border:none;
	border-radius:10px;
	cursor:pointer;
	font-family:inherit;
} 
