main{
	margin-top:105px;
	min-height:600px;
}
.segDivH{
	position:fixed;
	width:90%;
	top:61px;
	left:5%;
	padding:0;
	background-color:var(--bgBody);
	border-radius:0 0 6px 6px;
	box-shadow:3px 3px 5px #707070;
}
.segColH{
	display:flex;
	justify-content:space-between;
	padding:10px 10px 0 10px;
	width:100%;
	height:40px;
}
.segColH>p,.segColH>select{
	height:20px;
	font-weight:700;
}
.segColH>p{
	margin-top:0.2%;
	width:45%;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.segColH>select{
	border:1px solid var(--colorSite);
	border-radius:2px;
}
.segColH>select>option{
	font-weight:500;
}
.segDivB{
	margin:9% 5% 1.3%;
}
.segDivB>h1{
	text-align:center;
}
.segDivB,.row{
	flex-wrap:wrap;
	justify-content:flex-start;
}
.segColB{
	flex:0 0 24%;
	margin-top:1%;
	padding:1%;
	background-color:var(--colorSite);
	border-radius:6px;
	box-shadow:3px 3px 5px #00000090;
}
.segColB:not(:last-child){
	margin-right:1%;
}
.segColB hr{
	margin:3% 0;
	border:2px solid var(--fontColor2);
	border-radius:50px;
}
.segColBSub{
	display:flex;
	justify-content:space-between;
	padding:0;
}
.segPAtivo>a,.segPPregao,
.segPCotistas,.segPTipo{
	color:var(--fontColor2);
}
.segPAtivo,.segPPregao{
	font-size:1.429rem;
	font-weight:700;
}
.segPCotistas{
	width:100%;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	text-align:center;
}
.segPTipo{
	font-weight:700;
	text-align:center;
}
.pDados{
	width:100%;
	font-size:1.5rem;
	font-weight:400;
	color:#c0c0c0;
	text-shadow:1px 1px #000;
	text-align:center;
}
/*------------------------------------------------------------------------ ====== ------------------------------------------------------------------------*/
@media screen and (max-width:768px){
main{
	margin-top:110px;
	min-height:500px;
}
.segDivH{
	width:90.5%;
}
.segColH>p{
	margin-top:2%;
}
.segColH>p,.segColH>select{
	font-size:0.818rem;
}
.segDivB{
	margin:1% 5% 4%;
}
.segColB{
	margin-top:2.5%;
	padding:3% 5% 5%;
}
.segColB:not(:last-child){
	margin-right:0;
}
.segPAtivo,.segPPregao{
	font-size:1.454rem;
}
.segPCotistas,.segPTipo{
	font-size:1.095rem;
}
.pDados{
	font-size:1.5rem;
}
}