body
{
	overflow: hidden;
	width: 100%;
	height: 100%;
}
table
{
	text-align: center;
}
#ctn-header
{
	width: 100vw;
	min-height: 15rem;
	background-color: #125762;
	border-bottom: solid #ffff;
	padding: 2rem 0 0;
}
#ctn-img-logo
{
	text-align: center;
	padding: 1rem 0;
}
#img-logo
{
	width: 20rem;
}
#ctn-call-turnos
{
	
	text-align: center;
	/*padding: 1rem 0 0;*/
}
#ctn-call-turnos td
{
	font-size: 3rem;
	font-weight: bolder;
	color: #fff !important;
}
#ctn-call-turnos th
{
	font-size: 3rem;
	font-weight: bolder;
	color: #fff !important;
}
#th_turnos th
{
	font-size: 3.5rem;
}
#tbl-mainturno
{
	--bs-body-bg: #125762;
}
.figure
{
	padding: 1rem;
	border-radius: 0.5rem;
}
#ctn-video
{
	text-align: center;
	padding: 10rem 0 0;
}
#video_turnos
{
	width: 60rem;
}
#ctn-turnos
{
	 /*width: 100%;*/
	 height: 70vh;
	 background-color: #9e9e9e;
	 border-radius: 1rem 0 0 1rem;
}
#ctn-tl-llamados
{	padding: 2rem 0;
	text-align: center;
	color: #ffffff;
	font-size: 4rem;
	font-weight: bold;
}
#ctn-row-llamados
{
	width: 60%;
	text-align: center;
	font-size: 1.2rem;
	font-weight: bold;
}
#tabla_turnos
{
	text-align: center;
	font-size: 2.5rem;
	font-weight: bold;
}
.bg-success
{
	background-color: #01aeb9 !important;
}
#turno_cola
{
	background-color: #125762;
	color: white;
	width: 100%;
	height: 5rem;
	font-size: 3.5rem;
	font-weight: bold;
}
#img-logo-bj
{
	width: 30rem;
}

