#infoturno {
	width: 50%;
	min-width: 400px;
	height: fit-content;
	padding: 10px 0;
	background-color:#00AA00;
	color: #FFFFFF;
	font-size: 2rem;
}

#infobanner {
	display: flex;
	width: 100%;
	height: 50px;
	margin-bottom: 2rem;
	-webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: auto;
}

#indicador {
	flex: 0 0 10%;
	background-color: #0000AA;
}

#idsucursal {
	flex: 0 0 80%;
	background-color: #0000AA;
}

#idsalir {
	flex: 0 0 10%;
	background-color: #AA0000;
	display: flex;
	justify-content: center;
	align-items: center;
}

#infoturno h3 {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

#infoturno p {
	font-size: 4rem;
}

.info_accion, .info_turno {
	margin-bottom: 5%;
	text-align: center;
}

#solicitarTurno, #solicitarTurno:hover {
	display: block;
	margin: 0px auto;
	width: 50%;
	height: 50px;
}

#solicitarTurno {
	background-color: #0000AA;
	color: #FFFFFF;
	box-shadow: inset 0 0 0 2px #FFFFFF;
}

#solicitarTurno:hover {
    background-color: #FFFFFF;
    color: #0000AA;
    box-shadow: inset 0 0 0 2px #0000AA;
}

/* Dispositivos móviles pequeños */
/* Dispositivos móviles medianos */
/* Dispositivos móviles grandes */
/* Tabletas y dispositivos móviles grandes en horizontal */
@media (min-width: 150px) and (max-width: 990px) {
	.nav {
		/*display: none;*/
	}
	#indicador {
		flex: 0 0 15%;
	}
	#idsucursal {
		flex: 0 0 70%;
	}
	#idsalir {
		flex: 0 0 15%;
	}
	#infoturno h3 {
		font-size: 2rem;
	}
	#infoturno p {
		font-size: 3rem;
	}
	.info_turno {
		padding-bottom: 50px;
	}
	#solicitarTurno, #solicitarTurno:hover {
		width: 90%;
		height: 60px;
	}
	#copyright p {
		font-size: 1rem;
	}
}

@media (min-width: 991px) and (max-width: 1282px) {

}

/* Pantallas pequeñas y medianas */
/* Pantallas medianas a grandes */
/* Pantallas grandes */
@media  (min-width: 1281px) and (max-width: 1920px) {

}

/* 
/*Tablets en horizonal y pantallas normales*/
@media (min-width: 768px) and (max-width: 1199px) {

}
 
/*Móviles en horizontal o tablets en vertical*/
@media only screen and (min-width: 768px) {

}

/*Móviles en vertical*/
@media (max-width: 480px) {

}
