<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{
	background-color: #000 !important;
}

@font-face {
	font-family: 'Swis721 Lt BT';
	src: url('../fonts/Swiss721BT-Light.eot');
	src: url('../fonts/Swiss721BT-Light.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Swiss721BT-Light.woff') format('woff'),
		url('../fonts/Swiss721BT-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}

.total-hbb-company{
	position: relative;
}

.total-logo-hbb-company{
	padding-bottom: 50px;
	padding-top: 50px;
}

.logo-hbb-company{
	width: 200px;
	display: block;
	margin: 0 auto;
}

.titulo-divisao{	
	font-family: 'Swis721 Lt BT' !important;
	font-weight: 600;
	color: #FFF;
    font-size: 14px;
    text-align: center;
}

.total-divisoes{
	min-height: 330px !important;	
}


.total-sub-itens{
	display: table;	
	margin: 0 auto;
    width: 400px;
}
.total-sub-divisoes{
	float: left;
}

.item-hbb-company{
	display: block;
	margin: 0 auto;
	width: 130px;
	transition: 0.3s;
	cursor: pointer;
}

.item-hbb-company:hover{
	cursor: pointer;
	width: 135px;
	transition: 0.3s;
}

.item-pai-hbb-company{
	display: block;
	margin: 0 auto;
	width: 150px;
	transition: 0.3s;
	cursor: pointer;
}

.row-pai{
	height: 155px;
	display: block !important;
	margin: 0 auto;
}

.item-pai-hbb-company:hover{
	cursor: pointer;
	width: 155px;
	transition: 0.3s;	
}


.divider{
	width: 1px;
	background-color: #FFF;
	margin-left: 20px;
	margin-right: 20px;
}</pre></body></html>