body {
	background-color: #f4f9ff;

}

ol {
	list-style: none; 
	counter-reset: li;
	position: relative;
	padding-left: 3em;
}

li::before {
	content: counter(li);
	color: #22b9a4;
	font-weight: bold;
  	display: inline-block;
  	width: 2em;
  	left: 1em;
  	position: absolute;
  }

li {
	counter-increment: li
}

.topo {
	background-color: #10666c;
	height: 130px;
	border-bottom: 4px solid #15838b;
}

.topo img {
	/* margin-top: 40px; */
	width: 170px;
	align-items: center;
}

.topo-bdi {
	background-color: #b82b31;
	border-bottom: 4px solid #952327;
}


.titulo {
	 text-align: center;
	 padding-bottom: 40px;
}

.texto-miolo {
	padding-top: 50px;
	font-size: .8em;
	text-align: justify;
	padding-bottom: 60px;
}

.texto-miolo p {
	line-height: 1.6em;  
	width: 100%;	
}

.footer {
	background-color: #10666c;
	height: 50px;
	border-top: 2px solid #082e31;
	color: #fff;
	font-size: 10pt;
	padding-bottom: 5px;
	text-align: center;
}

.footer a {
	color: inherit;
}

.footer-bdi {
	background-color: #b82b31;
	border-top: 2px solid #952327;
}


.card-header {
	background-color: #e1e6ed;
	padding: .10rem .25rem; 

}

.btn {
	background-color: #e1e6ed;
	white-space: normal;
	text-align: left;
	margin: 0px;
}

.btn p {
	display: inline-block;
	padding-top: 15px;
}

.btn.focus, .btn:focus {
	box-shadow: none;
}

.topico {
	font-size: 1.3em;
}

.card-body p ul li {
	margin-left: -150px;
}

.subtitulo {
	font-size: .6em;
	text-align: justify;
}

.icone-comp {
	width: 18px;
	height: auto;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.overflow-hidden {
	overflow: hidden;
}