<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 {
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
    
}

main.main-container{
    padding: 15px;
	margin: 1px 0;
	border-top: 2px solid black;
	border-bottom: 2px solid black;
}

.roboto-bold{
	font-weight: 700;
}

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

main.main-container {
    padding: 5px;
}

.paragraph {
    font-size: 16px;
	font-family: 	'Roboto', sans-serif;
    font-weight: 300;
    margin: 15px auto;
}

main.main-container h2 {
	font-family: 	'Roboto', sans-serif;
    font-size: 20px;
	margin: 40px auto 20px auto;
	font-weight: 300;
}

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


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

h6{
	font-size: .8rem;
	font-weight: 100;
	font-family: 'Roboto';
	padding: 5px;
}

.setas{
	display: 			flex;
	/* margin: 			20px 0px 20px 0px; */
	width: 				100%;
	justify-content: 	space-between;
	align-items: 		center;
	height: 			60px;
    color: #049392;
    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: 		"Arraste 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;
}

main table td {
	font-family: 	'Roboto', sans-serif;
	font-weight:	300;
    font-size: 14px;
    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: 	'Roboto', sans-serif;
	font-weight:	700;
    font-size: 16px;
    padding: 10px ;
    background-color: #049392;
    color: #fff;
    margin-top: 20px;
}</pre></body></html>