.img-circulo {
	border-radius: 50%;
	border-color: black;
}

a:link {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.class1 {
	width: 10%;
}

.class2 {
	width: 90%;
}

.ui-steps .ui-steps-item {
	width: 24%;
}

.ui-state-highlight {
	
}

.ui-steps.custom {
	margin-bottom: 30px;
}

.ui-steps.custom .ui-steps-item .ui-menuitem-link {
	height: 30px;
	padding: 0 1em;
}

.ui-steps.custom .ui-steps-item .ui-steps-number {
	background-color: #0081c2;
	color: #FFFFFF;
	display: inline-block;
	width: 30px;
	border-radius: 10px;
	margin-top: -10px;
	margin-bottom: 10px;
}

.semBorda tr, .semBorda td {
	border: none !important;
}

.fa-circle #situacao-aguardando {
	color: yellow;
}
/*===================Start Artilehiro Futebol=========================*/
.td-artilheiro {
	border-top: 1px solid #ddd;
	vertical-align: middle;
}

.artilheiros {
	width: 100%;
}

.artilheiros-header {
	border-bottom: 1px solid #ddd;
	margin: 15px 0 -1px;
}

.table-artilheiro {
	border-collapse: collapse;
	border-spacing: 0;
}

.artilheiros-linha-header {
	height: 40px;
	text-align: left;
}

.coluna-gols {
	padding-right: 20px;
	text-align: right;
	width: 18%;
}

.artilheiros-linha-corpo {
	height: 78px;
}

.coluna-colocacao {
	color: #999;
	font-size: 28px;
	width: 45px;
}

.coluna-colocacao-vazia {
	border-top-width: 0;
}

.artilheiro-img {
	border-radius: 50%;
}

.artilheiro-escudo {
	margin: 0 20px 0 -5px;
}

img {
	border: 0;
}

img {
	display: inline-block;
	vertical-align: middle;
}

img {
	max-width: 100%;
	height: auto;
}

.artilheiro-nome {
	color: #333;
	display: inline-block;
	font-size: 20px;
	letter-spacing: -1px;
	vertical-align: middle;
}

.artilheiro-posicao {
	color: #999;
	display: block;
	font-family: arial;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}

.coluna-gols {
	padding-right: 20px;
	text-align: right;
	width: 18%;
}

.artilheiro-gols {
	color: #333;
	font-family: 'opensans-bold';
	font-size: 26px;
}
/*===================fim Artilehiro Futebol=========================*/

/********************
PAGINAS ERROR
********************/
.center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-top: 150px;
	width: 60%;
	height: 500px;
}

.fonte-error {
	color: #C0C0C0;
	font-size: 500%;
}

/********************
INDEX
********************/
.index  h4 {
	color: #333;
}

.link {
	color: black;
}

.noticia-data {
	color: #333;
}

.conteudo {
	margin-top: 20px;
	margin-bottom: 70px;
}

.ultimos-jogos {
	border: 1px solid;
	margin-bottom: 20px;
	width: 100%;
	box-shadow: 3px 3px #999;
	word-wrap: break-word;
}

.ultimos-jogos h2 {
	border-bottom: 1px solid;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 20px;
	background-color: #7fa507;
	color: #fff;
	margin: 0;
	text-shadow: 1px 1px #000;
	border-bottom: 1px solid #000;
}

.ultimos-jogos hr {
	margin-top: 0;
	margin-bottom: 0;
}

.ultimos-jogos large {
	font-size: 150%;
}

.chamada-principal {
	padding-top: 7%;
	padding-bottom: 7%;
	margin-left: -3%;
}

.chamada-principal h3 {
	margin-top: 0;
	text-align: right;
	color: #7fa507;
}

.section-principal {
	background-color: #e8f5d4;
	width: 100%;
	margin-top: 51px;
	margin-left: 0;
}

.chamada--imagem {
	padding: 80px 0;
	height: 639px;
	background-image: url(../images/celular.png);
	color: #fff;
	text-align: center;
}

.btn-oc-df {
	background: #63C947;
	border-radius: 5px;
	border: 1px solid #63C947;
	width: 80%;
	font-family: arial;
	padding: 12px;
	font-size: 13px;
	color: white;
}

.btn-oc-df:hover {
	box-shadow: inset 0 0 1em #63C947, 0 0 1em #63C947;
}

/**********************/
@media ( max-width : 991px) {
	.logo-contato {
		margin-left: 25%;
	}
}

@media ( max-width : 732px) {
	.logo-contato {
		margin-left: 25%;
	}
}

@media ( max-width : 572px) {
	.logo-contato {
		margin-left: 20%;
	}
}

@media ( max-width : 472px) {
	.logo-contato {
		margin-left: 15%;
	}
}

@media ( max-width : 415px) {
	.logo-contato {
		margin-left: 10%;
	}
}

@media ( max-width : 367px) {
	.logo-contato {
		margin-left: 5%;
	}
}

@media ( max-width : 356px) {
	.logo-contato {
		margin-left: 2%;
	}
}