@import url("https://fonts.googleapis.com/css?family=Open+Sans&display=swap");
body {
	font-family: Open Sans;
	font-style: normal;
}

.center {
	display: flex;
	justify-content: center;
	height: 100%;
}

.container {
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 768px;
	height: 100%;
	flex-direction: column;
	background: #ffff;
	margin: 0 auto;
	padding: 10px;
	border: 5px solid #00416b;
}

.container-expired {
	display: flex;
	align-items: center;
	max-width: 768px;
	height: 100%;
	flex-direction: column;
	background: #ffff;
	padding: 10px;
	border: 5px solid #00416b;
}

.container-collected {
	display: flex;
	align-items: center;
	width: 768px;
	height: 100%;
	flex-direction: column;
	background: #ffff;
	padding: 10px;
	padding-bottom: 20px;
	border: 5px solid #00416b;

}

.hdiv {
	top: 0;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	align-items: flex-start;
	width:100%;
	/* height:auto */
}

.header-div {
	display: flex;
	flex-wrap: wrap;
	margin-top: 60px;
	font-style: normal;
	font-weight: bold;
	font-size: 34px;
	line-height: 46px;
	align-items: center;
	text-align: center;
	color: #00416b;
	word-wrap: break-word;
	margin-left: 5%;
	margin-right: 5%;
}

.qrcode {
	margin: 0 auto;
	padding: 20px;
	max-width: 100%;
}

.token {
	margin: 0 auto;
	max-width: 100%;
	height: 52px;
	font-size: 34px;
	/* identical to box height */
	padding: 0 20px 20px;
	align-items: center;
	text-align: center;
	color: #000000;
}

.link-correios{
	display: flex;
	flex-wrap: wrap;
	margin-top: 20px;
	font-size: 22px;
	color: #00416b;
	font-weight: bold;
	align-items: center;
	justify-content: center;
	width: 100%;
}

.link-correios a{

	word-wrap: break-word;

}
.contador{
	padding-bottom: 40px;
	font-size: 20px;
	font-weight: bold;
	color: #00416b;
}
.contador span{
	font-size: 25px;
	font-weight: 600;
}

.mensagem {
	display: flex;
	flex-wrap: wrap;
}

#prazo {
	margin: 0 auto;
	font-size: 30px;
	align-items: center;
	text-align: center;
	padding: 20px;

	color: #000000;
}

#endereco {
	font-size: 28px;
	width: 600px;
	height: 85px;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	color: #000000;
	align-items: center;
	text-align: left;
	padding: 0 0 20px 20px;
}

#endereco span {
	padding:0 0 0 20px;
}

.icon {
	width: 48px;
}

#horarios {
	font-size: 28px;
	display: flex;
	flex-direction: column;
	max-width: 650px;
	align-items: center;
	text-align: center;
	height: 85px;
}

#central {
	font-size: 28px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	color: #000000;
	align-items: center;
	text-align: center;
	padding:20px 0 0 0;
	justify-content: center;
}

#central div i {
	font-size: 60px;
}

#endereco div i {
	font-size: 60px;
}

#central span {
	padding:0 0 8px 20px;
}

.telefones {

	font-size: 24px;
	display: flex;
	flex-direction: column;
	width: 100%;
	margin-left: 10%;
	align-items: center;
	text-align: left;
	padding: 20px;
}

.telefones span {
	width: 100%;
	text-align: left;
	padding-bottom: 10px;
	padding-top: 5px;
}

#mensagem-error p{
	font-size: 28px;
}

@media only screen and (max-width: 600px) {
	.container-expired  {
	  width: 100%;
	}

	.container{
	  width: 100%;
	  text-align: justify;
	}

	.container-collected {
	  width: 100%;
	}

	#endereco{
		width: 100%;
		margin-top: 10px;
		margin-bottom: 10px;
		padding: 0px;
	}

	#horarios{
		width: 100%;
		margin-bottom: 10px;
		margin-top: 10px;
	}

	#horarios div{
		margin-bottom: 10px;
		font-size: 15px;
	}

	#central{
		width: 100%;
		margin-bottom: 20px;
		margin-top: 10px;
	}
	#central div i {
		font-size: 30px;
	}
	#central span {
		font-size: 15px;
	}

	#endereco div i {
		font-size: 30px;
	}
	#endereco  span {
		font-size: 15px;
	}
	.qrcode {
		margin: 0 auto;
		padding: 10px;
		max-width: 50%;
	}
	.telefones{
		margin-left: 0;
		padding: 0;
		margin-top: 0;
		font-size: 12px;
	}
	.contador{
		font-size: 15px;
	}
	.header-div{
		margin: 0px;
		margin-top: 20px;
		font-size: 18px;
	}
	#prazo{
		font-size: 15px;
	}
	.token{
		font-size: 18px;
	}

	#mensagem-error p{
		font-size: 14px;
	}
	.link-correios a{
		font-size: 15px;
	}

	.contador span{
		font-size: 14px;
		font-weight: 600;
	}


}

