#frm_BieSegNvo {
	width: 95%;
	height: 94%;	
}

.container-BienSeg {
	background: rgba(255, 255, 255, 0.80);
	width: 100%;
	height: 100%;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 10% auto;
	grid-gap: 8px;
	border-radius: 10px;
	grid-template-areas:	"a1 ."
							"a1 a2";
}

.bienSeg-salir {	
	text-align: end;
	width: 96%;
}

.section-bieSeg {
	grid-area: a1;
	padding: 17px 0px 0px 35px;
	width: 80%;
}

.token-bienSeg {
	grid-area: a2;
	display: flex;
	justify-content: center;
}

.bienSeg-proceso {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.num-proceso {
	width: 14%;
}

.img-proceso {
	width: 55px;
}

.tit-proceso {
	width: 80%;
	font-size: 2.8rem;
	font-weight: 600;
	line-height: 27.5px;
}

.text-instrImagen {
	font-family: "KapitalInter" !important;
	font-size: 1.5rem;
	color: #000000;
	font-weight: 400;
	text-align: left;
	align-content: center;
	padding-top: 15px;
	padding-bottom: 10px;
}

.txt-selecImg {
	font-family: "KapitalInter" !important;
	font-size: 1.7rem;
	font-weight: 600;
	color: #000000;	
}

#tablaImg {
	text-align: center;
	width: 90%;	
}

.check-radio {
	accent-color: #454546;
}

#Pau_FraSeg {
	width: 95%;
	height: 30px;
	font-size: 1.8rem;
}

.token-bienSeg__boton {
	text-align: center;
}

#btn_bienSeg {
	width: 60%;
  height: 40px;
  background: #454546;
  border-radius: 10px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  font-family: "KapitalInter" !important;
}

.imgBienv {
	width: 60px;
}