<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#cards-container {
	position: absolute;
	width: 640px;
	height: 640px;
	left: -640px;
	top: 0;
	
	font-family: 'lato_regular', sans-serif;
}

.card-back {
	position: absolute;
	left: 0;
	top: 0;
	background-color: #03342b;
}

.cards {
	position: absolute;
	left: 40px;
	top: 40px;
	width: 560px;
	height: 560px;
	display: none;
}

.card-front, .card-back {
	position: absolute;
	width: 100%;
	height: 100%;
}

/* COMUM A TODOS */

.card-front {
	border-radius: 20px;
	padding: 20px;
	width: 520px;
	height: 520px;
	overflow-x: hidden;
	overflow-y: auto;
	background-position: left top;
	background-repeat: no-repeat;
}

.card-titulo {
	color: #fff;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: bold;
	width: 320px;
}

.card-descricao {
	color: #000;
	font-size: 16px;
	font-weight: normal;
	width: 360px;
}

.card-descricao h3 {
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
	width: 360px;
	margin: 20px 0 0 0;
}



ol {
	margin: 0;
	padding-left: 20px;
}

a {
	text-decoration: none;
	color: #fff;
}

a:hover {
	text-decoration: underline;
}
</pre></body></html>