* {
  box-sizing: border-box;
}

html,
body {
  padding: 0;
  margin: 0;
  font-size: 16px;
  min-height: 100vh;
}

body {
  background-color: #ffffff;

  font-family: Work Sans;
}

.container {
	max-width: 864px;
	margin: 0 auto;
	padding: 1rem;
}

h1, h2, h3, h4, h5, h6 {
	margin: 1rem 0;
	line-height: 130%;
	font-weight: 600;
}
h1 {font-size: 1.4rem;}
h2 {font-size: 1.2rem;}
h3 {font-size: 1.1rem;}
h4 {font-size: 1rem;}

p, span {
	line-height: 130%;
	font-size: 1.1rem;
    text-align: left;
}

header {
	width: 100%;
	/* min-height: 200px; */
    min-height: 156px;
	background-size: cover;
	background-repeat: no-repeat;
}

table {
	width: 100%;
}

th, td {
	border: 1px solid;
	border-right: 0;
}


th {
	border-bottom: 0;
	font-size: 13px;
	padding: 0.5rem;
	font-weight: 600;
}

th:last-child {
	border-right: 1px solid;
}

td {
	font-size: 14px;
	text-align: center;
	max-width: auto;
	padding: 0.5rem;
}

td:last-child {
	border-right: 1px solid;
}

td#tabela-premios-desc {
	max-width: 250px;
}

footer {
	width: 100%;
	background-color: #fff;
}

footer > .container > ul {
	margin: 0;
	padding: 0;
	list-style: none;

	display: flex;
	flex-direction: row;
	text-align: center;
	justify-content: center;
}

footer > .container > ul > li {
	margin-left: 1rem;
}

footer > .container > ul > li:first-child {
	margin-left: 0;
}

footer > .container > ul > li > a {
	font-family: 'CA Saygon Text';
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 150%;
	color: #A6A6AB;
	text-decoration: none;
	font-family: 'CA SaygonText', sans-serif;
	cursor: pointer;
}

footer > .container > ul > li > a:visited {
	color: #A6A6AB;
	text-decoration: none;
}

footer > .container > ul > li > a:hover {
	text-decoration: underline;
}

@media (min-width: 768px) {
	header {
		min-height: 335px;
		background-size: contain;
		background-position: center center;
	}
}
