<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">header.main {
	background: url("https://www.srgoool.com.br/copadomundo/assets/images/layout/bg_topo.jpg") 50% 50% repeat-x #740406;
	min-height: 120px;
}
header.main &gt; div {
	max-width: 1024px;
	margin: auto;
}
nav.main {
	position: sticky;
	left: 0;
	border-bottom: 2px solid #ddd;
		    
}
nav.hide-nav {
	display: none;
}

nav:not([data-expand="true"]) {
	height: 2.70em;
	overflow: hidden;
}
nav:not([data-expand="true"])&gt;div {
	max-height: 5.20em;
}

nav&gt;div {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	padding: 0 1.5em;
	width: 100%;
	overflow: hidden;
	justify-content: center;
	position: relative;
}

nav[data-expand="true"]&gt;div&gt;.plus-icon { display: none; }
nav:not([data-expand="true"])&gt;div&gt;.minus-icon { display: none; }
nav&gt;div&gt;.minus-icon,
nav&gt;div&gt;.plus-icon {
	color: #7eb466;
	position: absolute;
	right: 0.5em;
	line-height: 1em;
	font-size: 1.2em;
	border-radius: 100px;
	border: 2px solid currentcolor;
	padding: 0.1em;
	font-size: 0.8em;
}
nav&gt;div&gt;.plus-icon {
	bottom: 4.1em;
}
nav&gt;div&gt;.minus-icon {
	top: 0.8em;
}

nav&gt;div&gt;div {
	flex-basis: auto;
	text-align: center;
	white-space: nowrap;
	margin: 0.5em;
}
nav&gt;div&gt;div&gt;a, nav&gt;div&gt;a:visited {
	text-decoration: none;
	color: #1f6dad;
	background: #EEE;
	padding: 0.2em 0.6em;
	border-radius: 0.25em;
	font-weight: bold;
	display: inline-block;
	border: 1px solid #1f6dad;
}
nav&gt;div&gt;div&gt;a[data-selected="true"] {
	background: #1f6dad;
	color: white;
}
</pre></body></html>