label[for="tipoCliente"]{
	margin-left: 32px !important;
	padding-top: 3px !important;
}

#sticky-resumen {

	width: 100%;
	display: flex;
	border-radius: 24px 24px 0 0;
	background-color: #F9F9F9;
	box-shadow: 0px -4px 10px 0px rgba(66, 66, 66, 0.08);
	padding: 20px 32px 24px;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	position: fixed;
	z-index: 300;
	bottom: 0;
}

#sticky-resumen .header {
	border-bottom: 1px solid #D8CFC7;
	width: 100%;
	display: flex;
	justify-content: space-between;

}

#sticky-resumen .header .title {

	margin-bottom: 12px;
}

#sticky-resumen .contenido-plegado .titulo {
	margin-bottom: 12px;
}

#sticky-resumen .contenido-plegado .destacado-cintillo-azul,
#sticky-resumen .content .min .icheck .destacado-cintillo-azul {
	display: flex;
	height: var(--Size-icons-s, 24px);
	padding: var(--space-4, 4px) var(--space-8, 8px);
	justify-content: center;
	align-items: center;
	gap: var(--space-8, 8px);
	align-self: stretch;
	border-radius: var(--border-radius-s, 4px);
	background: var(--Color-Category-General-1, #007ACB);
	color: var(--Color-Content-General-Inverse, #FFF);
	text-align: center;
	margin-bottom: 8px;
}


#sticky-resumen .contenido-plegado .valor {
	padding: 8px 16px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 8px;
	background-color: #FFF;
	border-radius: 16px;
	gap: 16px;
}

.precio-actual {
	color: #007ACB;
}

#sticky-resumen .contenido-plegado .cantidad-antigua {
	text-decoration: line-through;

}


#sticky-resumen .contenido-plegado .precio-actual {
	color: #007ACB;
}


#sticky-resumen .header .btn-despliega {
	height: 24px;
	width: 24px;
	border: none;
	border-radius: 20px;
	background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cg id="Icon/Chevron/Up"%3E%3Cpath id="Union" fill-rule="evenodd" clip-rule="evenodd" d="M13.2899 10.1844L12.4403 10.984L8.00237 6.26866L3.56441 10.984L2.71484 10.1844L8.00237 4.56641L13.2899 10.1844Z" fill="white"%3E%3C/path%3E%3C/g%3E%3C/svg%3E');
	background-color: #2F6852;
	background-repeat: no-repeat;
	background-position: center;
	outline: 0;
	transition: transform 0.5s ease;
}

#sticky-resumen .header .btn-despliega.rotated {
	transform: rotate(180deg);
}

#sticky-resumen .content {
	width: 100%;
	display: flex;
	flex-direction: column;
}

#sticky-resumen .content .min {
	width: 100%;
	display: flex;
	flex-direction: row;
	padding-top: 12px;
}

#sticky-resumen .content .column {
	width: 100%;
	display: flex;
	flex-direction: column;
	height: auto;
}


#sticky-resumen .content .column .titulo {
	margin: 0;
	font-family: IberPangeaText-Regular;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 18px;
	color: #2C2C2C;
	margin-bottom: 8px;
}

#sticky-resumen .content .column .valor {
	margin: 0;
	line-height: 24px;
	display: flex;
	height: 100%;
	align-items: center;
	padding: 8px 16px 12px;
	width: 100%;
	justify-content: center;
	gap: 4px;
	border-radius: var(--border-radius-m, 8px);
	background: var(--Color-Surface-General-1, #FFF);
	margin-bottom: 10px;
	gap: 16px;
}

#sticky-resumen .cantidad-antigua {
	text-decoration: line-through;
}



#sticky-resumen .contenido-plegado {
	display: none;
}

#sticky-resumen .contenido-plegado .rw {
	border-bottom: 1px solid #699282;
	padding-top: 16px;
}

#sticky-resumen .contenido-plegado .rw.icheck {
	border-bottom-width: 0;
}

#sticky-resumen .contenedor-boton {
	text-align: center;
	padding: 16px 0;
}

#sticky-resumen .btn.solicita-presupuesto {
	text-transform: none;
	color: #2F6852;
	margin: 0;
	width: 264px;
	max-width: 328px;
	margin-right: auto;
	margin-left: auto;
	padding: 0 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}

#sticky-resumen .texto-legal {
	color: #707070;
	margin-top:15px;
}


#sticky-resumen .texto-legal .mas-texto {
	display: none;
}

.precio-antiguo {
	color: #707070;
	text-align: right;
	font-feature-settings: 'liga' off, 'clig' off;
	font-family: "IberPangea-Regular";
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px;
	text-decoration-line: line-through;
}

.opcion {
	display: flex;
	gap: 5px;
}

.descripcion-precio {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.contenedor-cerrar {
	height: 24px;
	margin-top: 16px;
	margin-bottom: 8px;
}

.contenedor-cerrar .close {
	position: absolute;
	right: 10px;
}

.resumen-movil {
	padding: 16px 16px 32px 16px;
}

.resumen-movil .contenido-plegado {
	padding: 20px 24px 32px 24px;
	border-radius: 16px;
	background: #F9F9F9;
}

.resumen-movil .header {
	padding-bottom: 16px;
	border-bottom: 1px solid #D8CFC7;
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.resumen-movil .icheck {
	padding-top: 16px;
}

.resumen-movil .destacado-cintillo-azul {
	display: flex;
	height: 24px;
	padding: 4px 8px;
	justify-content: center;
	align-items: center;
	gap: 8px;
	align-self: stretch;
	border-radius: 4px;
	background: #007ACB;
	color: #FFF;
	text-align: center;
	margin-bottom: 8px;
}

.resumen-movil .valor {
	padding: 8px 16px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: baseline;
	margin-bottom: 8px;
	background-color: #FFF;
	border-radius: 16px;
	gap: 16px;
}

.resumen-movil .texto-legal {
	color: #707070;
	padding-top: 16px;
}

.resumen-movil .btn.solicita-presupuesto {
	text-transform: none;
	color: #2F6852;
	margin: 0;
	width: 264px;
	max-width: 328px;
	margin-right: auto;
	margin-left: auto;
	padding: 0 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.contenedor-titulo {
	display: flex;
	flex-direction: column;
	gap: 8px;
	padding: 16px;
}


@media (min-width: 576px) {
	.resumen-movil {
		padding: 16px 42px 32px 42px;
	}

	.contenedor-titulo {
		padding-right: 24px;
		padding-left: 24px;
	}
}

@media (min-width: 768px) {
	.resumen-movil {
		padding: 16px 48px 32px 48px;
	}

}


@media (min-width: 992px) {
	.contenedor-cerrar {
		display: none !important;
	}

	.resumen-movil {
		display: none !important;
	}
	.contenedor-titulo {
		padding: 40px;
	}


	#sticky-resumen {
		display: flex;
		bottom: 0;
		border-radius: 0;
		width: 381px;
		height: fit-content;
		position: -webkit-sticky;
		position: sticky;
		position: fixed;
		color: #fff;
		padding: 10px;
		justify-content: flex-start;
		color: #000;
		box-shadow: none;
		padding: 20px 24px 20px 24px;
		border-radius: 16px;
		overflow: hidden;
		overflow-y: auto;
		bottom: 0;
		overflow: hidden;
		top: 244px;
		width: 331px;
		left: 82px;
		padding: var(--size-space-20, 20px) var(--size-space-32, 32px) var(--size-space-32, 32px) var(--size-space-32, 32px);
	}

	#sticky-resumen .min,
	#sticky-resumen .btn-despliega {
		display: none !important;
	}

	#sticky-resumen .contenido-plegado {
		display: block !important;
	}

	#sticky-resumen .contenido-plegado .subtitulo {
		display: none;
	}

	#sticky-resumen .contenido-plegado .valor .cantidad {
		font-family: IberPangea-Regular;
		font-size: 40px;
		font-style: normal;
		font-weight: 600;
		line-height: 48px;
	}


	#sticky-resumen .header .title {

		margin-bottom: 20px;
	}

	#sticky-resumen .contenido-plegado .rw {
		padding-top: 20px;
	}



	#sticky-resumen .contenedor-boton {
		padding: 0;
	}

	#sticky-resumen .texto-legal {
	
		margin: 16px 0 16px 0;
	}
}



@media (min-width: 1200px) {
	#sticky-resumen {
		width: 401px;
		overflow: hidden;
		top: 200px;
		left: 102px;
	}

	.opcion {
		gap: 8px;
	}
}

@media (min-width: 1920px) {
	#sticky-resumen {
		width: 516px;
		right: 320px;
		overflow: hidden;
		top: 200px;
		padding: var(--size-space-20, 20px) var(--size-space-32, 32px) var(--size-space-32, 32px) var(--size-space-32, 32px);
	
		left: 324px;
	}

}