main{
	margin-top:105px;
	min-height:600px;
}
.yldDivH{
	position:fixed;
	width:90%;
	top:61px;
	left:5%;
	padding:0;
	background-color:var(--bgBody);
	/* border-left:1px solid var(--colorSite); */
	/* border-right:1px solid var(--colorSite); */
	/* border-bottom:1px solid var(--colorSite); */
	border-radius:0 0 6px 6px;
	box-shadow:3px 3px 5px #707070;
}
.yldColH{
	display:flex;
	justify-content:space-between;
	padding:10px 10px 0 10px;
	width:100%;
	height:40px;
}
.yldColH>p,.yldColH>form>label,.yldColH>form>select{
	height:20px;
	font-weight:700;
}
.yldColH>p{
	margin-top:0.2%;
	width:45%;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.yldColH>form>label{
	margin-top:1%;
	float:right;
}
.yldColH>form>select{
	border:1px solid var(--colorSite);
	border-radius:2px;
}
.yldColH>form>select>option{
	font-weight:500;
}
.yldDivB{
	margin:0 5% 1.3%;
}
.yldDivB,.row{
	flex-wrap:wrap;
	justify-content:flex-start;
}
.yldColB{
	flex:0 0 24%;
	margin-top:1%;
	padding:1%;
	background-color:var(--colorSite);
	border-radius:6px;
	box-shadow:3px 3px 5px #00000090;
}
.yldColB:not(:last-child){
	margin-right:1%;
}
.yldColB hr{
	margin:3% 0;
	border:2px solid var(--fontColor2);
	border-radius:50px;
}
.yldColBSub{
	display:flex;
	justify-content:space-between;
	padding:0;
}
.yldPAtivo>a,.yldPPregao,
.yldPRendimento,.yldPYield,
.yldPFechData,.yldPFechData>span,
.yldPRendDtBase1,.yldPRendDtPgto1,
.yldPRendDtBase2,.yldPRendDtPgto2{
	color:var(--fontColor2);
}
.yldPAtivo>a,.yldPPregao{
	font-size:1.429rem;
	font-weight:700;
}
.yldPRendimento,.yldPYield{
	font-size:1.143rem;
	font-weight:700;
}
.yldPFechData>span{
	font-weight:700;
}
.yldPRendDtBase1,.yldPRendDtPgto1,.yldPFechData{
	font-weight:200;
}
.yldPRendDtBase2,.yldPRendDtPgto2{
	font-weight:700;
}
.pDados{
	width:100%;
	font-size:3rem;
	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;
}
.yldDivH{
	width:90.5%;
}
.yldColH>p,.yldColH>form>label,.yldColH>form>select{
	font-size:0.818rem;
}
.yldColH>p{
	margin-top:2%;
}
.yldColH>form>label{
	margin-top:4%;
}
.yldColH>form>select{
	font-size:0.818rem;
}
.yldDivB{
	margin:1% 5% 4%;
}
.yldColB{
	margin-top:2.5%;
	padding:3% 5% 5%;
}
.yldColB:not(:last-child){
	margin-right:0;
}
.pDados{
	font-size:1.818rem;
}
}