<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: none;
}

*,
*::before,
*::after {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
}

.headerWrapper,
.mainWrapper{
    display: block;
    width: 100%;
    padding: 8px;
    float: left;

}

.roboto{
	font-family: 	'Roboto', sans-serif;
	font-weight:	300;
}

.roboto-bold{
	font-family: 	'Roboto', sans-serif;
	font-weight:	700;
}

h6{
    font-size: 14px;
}

.zh-top{
	margin: 			1px 0;
	border-top: 		2px solid black;
	border-bottom: 		2px solid black;
}

.zh-title{	
	font-family: 		'Roboto', sans-serif;
	font-weight:		700;
	font-size:			22px;
    margin:				10px 0;
    text-transform:     uppercase;
}

img{
    width: 100%;
    height: auto;
}

.credito{
    font-size: 10px;
    text-transform: uppercase;
    text-align: right;
}

.leg{
    font-size: 14px;
    text-align: center;
    margin-bottom: 5px;
}


@media all and (min-width: 600px){

    .headerWrapper,
    .mainWrapper{
        padding: 5px;
    }    
}

.headerWrapper .title{
    font-size: 24px;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    padding-top: 10px;
}

.headerWrapper .description{
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    padding-top: 10px;
}


.mainWrapper {
    /* display: flex;
    flex-direction: row; */
    display: grid;
    grid-template-columns: 50px 1px auto;
    gap: 10px;
}

.mainWrapper .wrapperNavigation{
    display: flex;
    flex-direction: column;
    width: 50px;
    /* width: 700px; */
    /* height: 600px; */
    /* overflow: hidden;
    margin: 40px auto; */   
}

.mainWrapper .wrapperNavigation .btn-aba{
    cursor: pointer;
    width: 50px;
    float: left;
    padding: 5px;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    /* background-color: #f3f3f3; */
    background-color: #fff;
    border: 1px solid #fff;
}

.mainWrapper .wrapperNavigation .btn-aba.active{
    background: #049392;
    font-weight: 700;
    color: #fff;
}

.mainWrapper .wrapperContainer{
    display: none;
    width: 100%;
    margin-bottom: 20px;
    float: left;
    padding-left: 15px;
    
}
.mainWrapper .wrapperContainer.show{
    display: block;
}


/* TABELA */

.mainWrapper .wrapperContainer table{
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

.mainWrapper .wrapperContainer table th{
    text-align: left;
}

.Dado-cell{
    width: 45%;
}

.mainWrapper .wrapperContainer table td{
	font-family: 	'Roboto', sans-serif;
	font-weight:	300;
    font-size: 16px;
    padding: 5px;
    text-align: left;
}

.mainWrapper .wrapperContainer table thead th {
    background-color: #049392;
    color: #fff;
    padding: 5px;
    border: 1px solid #fff;
}

.mainWrapper .wrapperContainer table tr td{
    border: 1px solid #fff;
    padding: 5px;
}

.mainWrapper .wrapperContainer table tr:nth-child(even) {
    background-color: #f5f5f5;
}

.mainWrapper .wrapperContainer table tr .eleito{
    border: 1px solid #fff;
    padding: 5px;
    background-color: #049392;
    color: #fff;
}

/* ======== */

.line {
    display: block;
    width: 100%;
    background-color: black;
}

.line.top{
    height: 2px;
}

.line.bottom{
    height: 2px;
}

.seta{
    display: block;
    width: 50px;
    height: auto;
    margin: 20px auto;
}

/* LINHA */

.linha {
    position: relative;
    background: #049392;
}

/* PONTOS */

.ponto0{
    position: absolute;
    top: 0;
    margin-top: 12px;
    left: -3px;
    width: 7px;
    height: 7px;
    background: #049392;
    border-radius: 50%;
}

.ponto1{
    position: absolute;
    top: 0;
    margin-top: 43px;
    left: -3px;
    width: 7px;
    height: 7px;
    background: #049392;
    border-radius: 50%;
}

.ponto2{
    position: absolute;
    top: 0;
    margin-top: 74px;
    left: -3px;
    width: 7px;
    height: 7px;
    background: #049392;
    border-radius: 50%;
}

.ponto3{
    position: absolute;
    top: 0;
    margin-top: 105px;
    left: -3px;
    width: 7px;
    height: 7px;
    background: #049392;
    border-radius: 50%;
}

.ponto4{
    position: absolute;
    top: 0;
    margin-top: 136px;
    left: -3px;
    width: 7px;
    height: 7px;
    background: #049392;
    border-radius: 50%;
}

.ponto5{
    position: absolute;
    top: 0;
    margin-top: 167px;
    left: -3px;
    width: 7px;
    height: 7px;
    background: #049392;
    border-radius: 50%;
}

.ponto6{
    position: absolute;
    top: 0;
    margin-top: 198px;
    left: -3px;
    width: 7px;
    height: 7px;
    background: #049392;
    border-radius: 50%;
}

.ponto7{
    position: absolute;
    top: 0;
    margin-top: 229px;
    left: -3px;
    width: 7px;
    height: 7px;
    background: #049392;
    border-radius: 50%;
}

.ponto8{
    position: absolute;
    top: 0;
    margin-top: 260px;
    left: -3px;
    width: 7px;
    height: 7px;
    background: #049392;
    border-radius: 50%;
}

.ponto9{
    position: absolute;
    top: 0;
    margin-top: 291px;
    left: -3px;
    width: 7px;
    height: 7px;
    background: #049392;
    border-radius: 50%;
}

.ponto10{
    position: absolute;
    top: 0;
    margin-top: 322px;
    left: -3px;
    width: 7px;
    height: 7px;
    background: #049392;
    border-radius: 50%;
}</pre></body></html>