#sectionPeople {
	display: flex;
	flex-direction: column;
	gap: 14px;
}

#container 
{
    padding:20px;
}

#contentInfo {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	font-size: 14px;
	padding: 5px;
	border-radius: 3px;
}


.barProgress {
	background: black;
	width: 100%;
	display: flex;
	height: 7px;
	border-radius: 8px;
	overflow: hidden;
}

.okBarProgress {
	flex: 1;
	background: #04AAF2;
}

.noOkBarProgress {
	flex: 1;
	background: black;
}

.okBarProgress,
.noOkBarProgress {
	border-left: 4px solid white;
}

.barProgress>.okBarProgress:first-child,
.noOkBarProgress:first-child {
	border-left: 0;
}




.box {
	background: white;
	padding: 8px;
	border-radius: 12px;
	box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.36);
	border: 1px solid #00000030;
}

.headerBox {
	margin-bottom: 15px;
	border-bottom: 1px solid #04AAF2A3;
	padding-bottom: 3px;
}

#formContainer {
	flex-wrap: wrap;
	display: none;
	padding: 8px;
	gap: 20px;
	flex: 1;
	justify-content: center;
}

#leftColumnFormContainer {
	display: flex;
	z-index: 100;
	gap: 10px;
	flex-direction: column;
	position: sticky;
	top: 5px;
}

#leftColumnFormContainer .box {
	width: 300px;
}



#submitForm {
	border: 0;
	padding: 8px;
	color: white;
	border-radius: 8px;
	background: red;
}

.boxWithDecorator {
	border: 1px solid black;
}

/*
			 Header del box                                 */
.boxWithDecorator>div:first-child {
	padding: 8px;
	background: #04aaf2;
	color: white;
	text-align: center;
}

/*
			Cuerpo del box                                  */
.boxWithDecorator>div:last-child {
	color: black;
	padding: 8px;
}




@media(max-width:800px) {
	#formContainer {
		flex-direction: column !important;
	}

	#formContainer>div {
		width: auto !important;
		flex: 1;
		max-width: auto !important;
	}

	.box {
		width: 100% !important;
	}
}


.input-group-text {
	padding: 8px !important;
}

#timerBox {
	font-size: 25px;
	text-align: center;
}

@media(max-width:900px) {
	    

	#timerBox {
		position: fixed;
		bottom: -10px;
		right: -8px;
		display: flex;
		width: auto !important;
		border: 1px solid #00000042;
		align-items: center;
		border-radius: 36px !important;
		border-top-right-radius: 0px !important;
		border-bottom-left-radius: 0px !important;
		padding: 4px !important;
	}

	#timer {
		font-size: 20px !important;
		min-width: 83px;
		text-align: left;
		margin-left: 2px;
	}

	#timerBox>i {
		margin-left: 3px;
	}
}

/* footer#main-footer {
	display: none !important;
} */