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

body, html {
	-ms-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-o-text-size-adjust: none;
	-webkit-text-size-adjust: none;
}

body {
  font-size: 16px;
	font-family: 'Merriweather Sans', sans-serif;
	font-weight: 300;
    
}

main.main-container{
 	padding: 15px 15px 30px 15px;
	border-top: 4px solid black;
	border-bottom: 2px solid black;
}

main.main-container h1{
    font-family: 'Roboto Slab', serif;
    font-size: 24px;
    margin: 20px auto 0 auto;
}

main.main-container p.intro{
    margin: 20px auto;
}

main.main-container .obs {
	font-weight: 300;
	font-size: 12px;
	margin: 10px auto
}

main.main-container .circle-chart-container {
	margin:	20px auto;
	text-align:	center;
}

main.main-container .circle-chart {
	margin:	20px;
}

main.main-container .circle-chart-container .circle-chart-title {
	font-size:	18px;
	font-weight: 700;
	margin: auto;
}

main.main-container .circle-chart-container .circle-chart-value {
	font-weight: 700;
	margin: 10px auto;
}

main.main-container .circle-chart-container .circle {
	background-color: #f47e5e;
	border-radius:	50%;
	margin:	10px auto;
	text-align: center;
	margin: 20px auto 0 auto;
}

main.main-container .highlighted {
	font-size:	18px;
	font-weight: 700;
}

main div.line {
    border-top: 8px solid #f47e5e;
    margin-top: 30px;
    padding: 0 15px;
    width: 1460px;
}

@media all and (min-width: 500px) {
	main.main-container .circle-chart-container {
		display: flex;
		align-items: stretch;
		justify-content: center;
	}
}


.setas{
	display: 			flex;
	/* margin: 			20px 0px 20px 0px; */
	width: 				100%;
	justify-content: 	space-between;
	align-items: 		center;
	height: 			60px;
    color: #f47e5e;
    font-size: 24px;
}


.preview,
.next{
	font-size: 			4em;
	cursor: 			pointer;
	transition: 		transform 222ms;
	-webkit-transition: transform 222ms;
	position: 			relative;
	will-change:		transform;
	
	transform-origin: 	50% 50%;
}

.preview:hover,
.next:hover{
	transform: 			scale(1.1);
	-ms-transform: 		scale(1.1);
	-webkit-transform: 	scale(1.1);
}

.preview:active{
	left:					-2px;
}

.next:active{
	right: 					-2px;
}



.scrolling-wrapper {
	position: 			relative;
	overflow-x: hidden;
}

.scroll-father{
	/* overflow:	hidden; */
	width:			100%;
	max-width:		100%;
	margin-bottom:	150px;
}

@media (max-width:601px){ 
	.texto-apoio:after{
		content: 		"Clique nas setas para arrastar para os lados"
	}
	
	.texto-apoio{
		font-size: 		16px;
        text-align:	 	center;
        display: inline-block;
        width: calc(100% - 35px)
	}
	
	.imageLarge{
		max-height:		400px;
	}
	
	.scrolling-wrapper { 
		overflow: 		scroll;
		width:			100%;
		
		-webkit-overflow-scrolling: touch;
	}
	
	.setas{
		display: 			block;
		margin: 			20px 0px 20px 0px;
		width: 				100%;
		height:				auto;
		font-size:			16px;
	}
}

@media all and (min-width:550px){
    .setas {
        display: none;
    }
}


main table{
    width: 100%;
		min-width: 560px;
		margin: 20px auto;
}

main table td {
	font-family: 	'Merriweather Sans', sans-serif;
	font-weight:	400;
    font-size: 12px;
    padding: 5px;
    text-align: center;
    
}

main table td.largo {
    width: 150px;
    text-align: left;
    font-weight: 700;
}

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

main table td.tabela-subtitulo{
	font-family: 	'Merriweather Sans', sans-serif;
	font-weight:	700;
    font-size: 12px;
    padding: 5px ;
    background-color: #f47e5e;
    color: #fff;
    margin-top: 20px;
}</pre></body></html>