@charset "UTF-8";

.grupo-radio{
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
	padding: 5px;
	margin-bottom: 15px;
}

hr { margin-top: 0px; }

pre {
	white-space: pre-wrap;
	font-family: "Trebuchet MS", sans-serif;
}

.header-fundo {
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}

.header-container { padding-top: 70px; }

.header-brasao {
	padding-top: -5px;
	padding-bottom: -5px;
	margin-top: -5px;
	margin-bottom: -5px;
}

.footer-contato-linha { margin-top: 0px; }

.footer-contato {
	font-size: 0.85em;
	margin-top: -5px;
	margin-bottom: -5px;
}

.footer-copyright { font-size: 0.85em; }

.footer-card {
	min-height: 100px;
	border: 0px;  
}

/* informacoes de acompanhamento */
.dados-acompanhamento {
	display: block;
	width: 100%;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border-radius: 0.25rem;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.text-limit {
	overflow: hidden;
	max-width: 75ch; 
	display:inline-block; 
	white-space: nowrap;
	text-overflow: ellipsis;
}
