.frm_pregSeg {
	width: 95%;
	height: 94%;	
	min-width: 290px;
}

.container-pregSeg {
	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";
}

.pregSeg-salir {	
	text-align: end;
	width: 96%;
}

.section-pregSeg__pr {
	grid-area: a1;
	padding: 17px 0px 0px 35px;
	width: 80%;
}

.token-pregSeg {
	grid-area: a2;
	display: flex;
	justify-content: center;
}

.pregSeg-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: 32.5px;
}

.text-pregSeg {
	font-family: "IntercamMuseoSans" !important;
	font-size: 1.8rem;
	color: #000000;
	font-weight: 400;
	line-height: 20px;
	text-align: justify;
	height: 10vh;
	align-content: center;
}

.label-pregSegTit {
	font-family: "IntercamMuseoSans" !important;
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 24px;
	color: #658D3D;
}

.input-preguntas {
	grid-column: 1/3;
}

.separador {
	grid-column: 1/3;		
}

.separador-hr {
	border-color: #658D3D;
	background-color: #658D3D;
	height: 3px;
}

.input-respuesta, .input-confirma {
	width: 450px !important; 	
}

#Pau_PrReSe, #Pau_SeReSe, #Pau_CoSeRe, #Pau_CoPrRe, #Per_Pregun1 {
	height: 20px;
}

.token-pregSeg__boton {
	text-align: center;
}

#btn_pregSeg {
	width: 60%;
	height: 40px;
	background: #658D3D;
	border-radius: 10px;
	font-size: 20px;
	line-height: 24px;
	font-weight: 400;
	font-family: "IntercamMuseoSans" !important;
}

.contenTab{
	width: 90%;
	padding: 1em;
}

.contenTab .ul{
	width: 100%;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
	list-style-type: none;
	padding-bottom: 10px;
}

.contenTab .li{
	height: 4vh;
	margin: 0 1em 0 0;	
	transition: all .3s ease;
}

.contenTab .li.activo {
	font-size: 1.8rem;
	color: #658D3D;
	font-weight: 600;
	border-bottom: 2px solid #658D3D;
}

.PregSegPr, .PregSegSe {	
	padding: 20px 0px 20px 20px;
	transition: all .6s ease-out;
}

.contenTab .contenedorPregSeg {
	width: 100%;
	border: 2px solid #ccc;
	border-radius: 10px;
	transition: all 0.6s ease;		
}