
:root{
	
	--main: #E4E1D5;
	--texto: #3A5B7B;
	--subtexto: #93B5B7;
	--rellenos: #B49381;
	--remarcado: #EC9109;
	
}

.mainCuestions{
	
	min-width: 100%;
	min-height: 100vh;
	max-width: 100%;
	max-height: 100vh;
	display: flex;
	flex-direction: column;
	
}

.tituloPagina{
	
	margin: 20px 0px 0px 20%;
	min-height: 100px;
	max-height: 100px;
}

.container-ctpat{
	
	max-height: calc(100% - 220px) !important;
	min-width: 100%;
	max-width: 100%;
	padding: 20px 0px 0px 20%;
	overflow: auto;
	
}

.secGrupos{
	
	display: flex;
	flex-direction: row;
	min-width: 100%;
	max-width: 100%;
	max-height: 80px;
	min-height: 80px;
	overflow: auto;
}

.secControlCi{
	
	margin-right: 10px;
	min-width: 180px;
	max-width: 180px;
	min-height: 80px;
	max-height: 80px;
		
}

.secControlCi label{
	
	min-height: 40px;
	max-height: 40px;
	overflow: auto;
}

.barraCi{
	
	width: 100%;
	height: 15px;
	border-radius: 5px;
	background-color: #F8F8F8;
}

.secPreguntas{
	
	min-width: 100%;
	max-width: 100%;
	min-height: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	overflow: auto;
}

.grupoPreguntas{
	
	display: flex;
	flex-direction: row;
	min-width: 100%;
	max-width: 100%;
	flex-wrap: wrap;
	
}

.areaControl{
	
	display: flex;
	flex-direction: column;
	
}

.secCuestionCt{
	
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	word-break: break-all;
	
}

.contentGeneral{
	
	min-width: 100%;
	max-width: 100%;
	max-height: 300px;
	margin: 10px;
	display: flex;
	flex-direction: column;
	align-content: flex-end;
	align-items: flex-start;
	justify-content: center;
	background-color: #FFFFFF;
	padding: 10px;
	border-radius: 10px;
	
}

.contentPregunta{
	
	max-width: 350px;
	min-width: 350px;
	background-color: rgba(0,0,0,0.1);
	padding: 10px;
	border-radius: 10px;
	word-break: break-all;
	margin: 15px;
}

.contentOptions{
	
	min-width: 100%;
	display: flex;
	flex-direction: row;
	align-content: center;
	align-items: center;
	justify-content:space-around;
	margin-top: 10px;
	
}

.contentText{
	margin-top: 5px;
	display: flex;
	flex-direction: row;
}

.contentInput{
	margin-top: 20px;
	min-width: 100%;
}

.contentArchivo{

	margin-top: 10px;
	
}

.btnUploadCt{
	
	border: none;
	border-radius: 5px;
	max-width: 45px;
	height: 30px;
	outline: none;
	background-color: var(--subtexto);
	background-image: url("../img/iconos/upload.svg");
	background-size: 25px 40px;
	background-position: center;
	background-repeat: no-repeat;
	color: #FFFFFF;
	margin-left: 35px;
	
}

.btnSend{

	position: absolute;
	bottom: 50px;
	right: 50px;
	margin-top: 100px;
	
	
}
