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

.w3-container{
}

.container { 
	display: flex;
	flex-direction: column;
	font-size: 62.5%; 
	font-family: 'Source Sans Pro', sans-serif;
	background: #e6e6e6;
	color: #888;
	width: 100%;
	height: auto;
}

header{
	font-family:"Oswald", sans-serif;
	height: 40px;
	color: #ffffff;
	width: 100%;
	text-align:center;
	font-size: 26px;
	line-height:40px;
	text-transform: uppercase;
}

#page-wrap{
	width: auto;
	position: relative;
	transition: transform 200ms ease-out;
	cursor: pointer;

}

.page{
	width: 100%;
	overflow: hidden;
}

.page-wrap{
	cursor: URL(image/hand.png);
}

.imageLarge{
	width:auto;
}

.setas{
	display: flex;
	/* margin: 20px 0px 20px 0px; */
	width: 100%;
	justify-content: space-around;
	align-items: center;
	height: 90px;
}

.image-setas{
	display: flex;
	/* height: 80px; */
	/* width: 35px; */
}

.preview,
.next{
	font-size: 4em;
	cursor: pointer;
	transition: transform 222ms;
	transform-origin: 50% 50%;
}
.preview:hover,
.next:hover{
	transform: scale(1.1);
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.texto-apoio{
	font-size: 26px;
}

.preview:active{
	position: relative;
	left: -2px;
}
.next:active{
	position: relative;
	right: -2px;
}

.zh-padding-bottom{
	padding-bottom: 16px;
}


.texto-gif{
	margin-top: 15px;
	width: 100%;
	text-align: center;
	justify-content: center;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 24px;
	
}
.gif-image{
	margin-top: 5px;
}</pre></body></html>