<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.roboto{
	font-family: 			'Roboto Slab', serif;
	font-weight:			400;
}

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

.merri{
	font-family: 			'Merriweather Sans', sans-serif;
	font-weight:			400;
}

.merri-bold{
	font-family: 			'Merriweather Sans', sans-serif;
	font-weight:			700;
}

.blur{
	filter:				blur(5px);
	max-width:			100%;
	width:				100%;
}


.w3-container{
	padding:			0;
}

.zh-title,
.zh-intro{
	padding:			0 16px;
}


.no-margin{
	margin:				0;
}
.image{
	position:			absolute;
	opacity:			1;
}
.w3-hide{
	display:			block!important;
	opacity:			0;
}



.relative{
	position:			relative;
}

.cair-fora{
	opacity: 			0;
}


.slider{
	margin-bottom:		32px;
	/* user-select:		all; */
	pointer-events:		all;
	cursor:				pointer;
}

.image{
	will-change:		opacity;
	width:				100%;
}


figure,
.image,
.blur,
.loader,
html,body{
	-webkit-user-select: 	none; /* Safari 3.1+ */
    -moz-user-select:		none; /* Firefox 2+ */
    -ms-user-select: 		none; /* IE 10+ */
    user-select: 			none; /* Standard syntax */
	pointer-events:			none;
}

@media( max-width: 600px){
	#recopa,
	#libertadores,
	#gauchao{
		padding-top:			100px;
		background-color:		white;
	}

	#copa{
		padding-top:			100px;
		background-color:		black;
	}
	
	.img360{
		max-width:					120px;
	}
}


.setas{
	height:							60px;
	font-size:						60px;
	z-index:						50;
}

.graficos img{
	width:							100%;
}
</pre></body></html>