@font-face {
font-family: "helveticaneueltstd-th";
src: url("fontes/helveticaneueltstd-th.otf") format('truetype');
}

body {
font-family: 'helveticaneueltstd-th' !important;
}

.pagina {
	max-width: 1124px;
	margin: 0px auto !important;
}

header {
	width: 100%;
	height: 109px;
	background-color: #000;
	margin: 20px 0 !important;
	display: flex !important;
	justify-content: center;
	align-items: center;
}

header img {
	width: 324px;
	height: 99px;
}

.cabecalho {
	width: 100%;
	min-height: 109px;
	text-align: center;
	line-height: 109px;
	font-size: 38px;
	color: #8a8a8a;
}

.linha1 .item,
.linha2 .item{
	height: 145px;
	width: 275px;
	text-align: center;
	padding: 10px 5px 25px 5px !important;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-bottom: 15px;
}

.linha1 .item {
	background-color: #e6e7e9;
}

.linha1 .item:nth-child(even) {
	background-color: #f1f1f1;
}

.linha2 .item {
	background-color: #f1f1f1;
}

.linha2 .item:nth-child(even) {
	background-color: #e6e7e9;
}

.item h2 {
	font-size: 30px;
	color: #555658;
}

.item a{
	color: #8a8a8a;
    font-size: 25px;
    text-decoration: none;
}

.item div a:nth-child(2)::before {
	content: "|";
	padding: 0px 10px;

}

  footer {
          margin: 1rem 0 !important;
          height: 45px;
          background-color: #000;
          display: flex !important;
          justify-content: space-between;
          align-items: center;
          padding: 0 1.2rem !important;
        }

        footer img {
          width: 90px;
        }

        footer span {
          font-size: 1rem;
          color: white;
        }

