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

#wrapper {
	background-image: url('img/topo.jpg');
	background-position: center 32px;
	background-repeat: no-repeat;
	width: 100%;
    min-width: 640px;
	min-height: 680px;
	padding-top: 32px;
}

#dia-container {
	margin: 0 auto 0 auto;
	width: 100%;
	height: auto;
	padding-top: 90px;
}

.titulo-seletores {
	text-align: center;
	font-family: 'lato_light', sans-serif;
	font-size: 24px;
	color: #545454;
	width: 100%;
}

#dias {
	width: 100%;
	height: auto;
	overflow: hidden;
	float: left;
}

.dia-da-semana {
	width: 32px;
	height: 34px;
	float: left;
	margin: 0 5px;
	border-radius: 10px;
	background-color: transparent;
	color: #545454;
	cursor: pointer;
}

.dia-da-semana:hover {
	background-color: #545454;
	color: #fff;
}

.dia-da-semana div:nth-child(1) {
	font-family: 'montserrat', sans-serif;
	font-size: 10px;
	color: inherit;
	text-align: center;
	width: 100%;
	height: 10px;
	line-height: 10px;
	margin-top: 2px;
}

.dia-da-semana div:nth-child(2) {
	font-family: 'montserrat_bold', sans-serif;
	font-size: 18px;
	color: inherit;
	text-align: center;
	width: 100%;
	height: 18px;
	line-height: 18px;
}

.days-selected {
	background-color: #545454 !important;
	color: #fff !important;
}

.dia-inativo {
	background-color: transparent !important;
	color: #ddd !important;
	cursor: default !important;
}

/*********************************/

#modalidade-container {
	margin: 0 auto 0 auto;
	width: 100%;
	height: auto;
	padding-top: 10px;
	cursor: pointer;
}

#modalidades {
	width: 100%;
	height: auto;
	background-color: #fff;
	z-index: 10;
}

#modalidades div {
	display: inline-block;
	font-family: 'montserrat', sans-serif;
	font-size: 12px;
	color: #545454;
	text-align: center;
	width: 30%;
	min-width: 150px;
	height: 16px;
	line-height: 16px;
	border-radius: 10px;
	border: 1px solid #cecece;
	cursor: pointer;
	margin: 0 auto;
	padding-left: 16px;
	letter-spacing: -1px;
	background-image: url('img/tick.jpg');
	background-repeat: no-repeat;
	background-position: left top;
}

#modalidades div:hover {
	border-color: #3f9d2e;
	color: #3f9d2e;
}

.modalidades-selected {
	border-color: #3f9d2e !important;
	color: #3f9d2e !important;
	background-position: left bottom !important;
}

.modalidades-inativo {
	background-color: transparent !important;
	color: #ddd !important;
	cursor: default !important;
	border-color: #ddd !important;
}

/*********************************/

.setas-dia {
	float: left;
	margin-top: -8px;
}

.setas-modalidade {
	float: left;
	margin-top: -20px;
}

.clear {
	clear: both;
}

/*********************************/

#loading-container {
	background-color: #fff;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	padding-top: 100px;
	font-family: sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	color: #545454;
}

/*********************************/

.info-container {
	margin 40px 0 0 0;
}

.list-container {
	width: 100%;
	height: 70px;
	color: #545454;
	clear: both;
	margin: 20px 0 0 0;
	border-top: 4px solid #545454;
	position: relative;
}

.list-date-time {
	width: 100px;
	height: 100%;
	color: #fff;
	background-color: #545454;
	position: absolute;
	left: 0;
	top: 0;
}

.list-infos {
	width: auto;
	position: absolute;
	left: 110px;
	top: 0;
}

.list-day {
	display: block;
	font-family: 'montserrat_bold', sans-serif;
	width: 100%;
	height: 28px;
	font-size: 28px;
	line-height: 28px;
	text-align: center;
}

.list-weekday {
	display: block;
	font-family: 'oswald_light', sans-serif;
	width: 100%;
	height: 12px;
	font-size: 12px;
	line-height: 12px;
	text-align: center;
	text-transform: uppercase;
}

.list-hour {
	margin-top: 4px;
	width: 100%;
	height: 14px;
	line-height: 14px;
	font-family: 'oswald_light', sans-serif;
	font-size: 14px;
	text-align: center;
}

.list-event {
	width: 100%;
	height: 18px;
	line-height: 18px;
	font-family: 'montserrat_bold', sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	margin-top: 4px;
}

.list-description {
	width: 100%;
	height: 14px;
	line-height: 14px;
	font-family: 'oswald_light', sans-serif;
	text-transform: uppercase;
	font-size: 14px;
}

.list-venue {
	width: 100%;
	height: 14px;
	line-height: 14px;
	font-family: 'oswald_light', sans-serif;
	text-transform: uppercase;
	font-size: 14px;
}

.list-tickets {
	width: 100%;
	height: 14px;
	line-height: 14px;
	font-family: 'oswald_light', sans-serif;
	text-transform: uppercase;
}

.list-tickets-name {
	width: auto;
	float: left;
	margin-right: 20px;
	font-size: 14px;
}

.list-class-a {
	font-size: 14px;
	width: 80px;
	height: auto;
	background-color: #b54747;
	color: #fff;
	text-align: center;
	float: left;
	border-radius: 10px;
	margin-right: 4px;
}

.list-class-b {
	font-size: 14px;
	width: 80px;
	height: auto;
	background-color: #b57e47;
	color: #fff;
	text-align: center;
	float: left;
	border-radius: 10px;
	margin-right: 4px;
}

.list-class-c {
	font-size: 14px;
	width: 80px;
	height: auto;
	background-color: #b5a447;
	color: #fff;
	text-align: center;
	float: left;
	border-radius: 10px;
	margin-right: 4px;
}

.list-class-d {
	font-size: 14px;
	width: 80px;
	height: auto;
	background-color: #b5b547;
	color: #fff;
	text-align: center;
	float: left;
	border-radius: 10px;
	margin-right: 4px;
}

.list-class-e {
	font-size: 14px;
	width: 80px;
	height: auto;
	background-color: #60b547;
	color: #fff;
	text-align: center;
	float: left;
	border-radius: 10px;
	margin-right: 4px;
}


/*******************************************/

#logo-zh {
	position: fixed;
	left: 0;
	top: 0;
	background-color: #fff;
	z-index: 999;
	text-align: center;
	width: 100%;
	height: 36px;
	padding-top: 4px;
	border-bottom-style: solid;
	border-color: #c4c4c4;
	border-width: 1px;
}

#logo-zh img {
	width: auto;
	height: 32px;
}</pre></body></html>