/*Azul Escuro: #061855
Ciano:#5bdad1*/
/* Início Media Query Celular*/
@media (max-width:768px){

html{
	font-size: 0.8rem;
}
img{
	max-width:360px;
}
.treinamento{
	max-width:360px;
}

.cabeçalho img{
	max-width: 250px;
}
.cabeçalho div{
	display:block;
}

}
/* Fim Media Query Celular*/


body{
	margin:0 auto;
	padding:0;
	height: 100%;
	font-family: Calibri;
	font-size: 1.1em;
}
h4{
font-size: 1.2em;
}

.cabeçalho{
	height: 150px;
	display: flex;
	justify-content: space-between;
	align-items:center;
	list-style-type: none;
	flex-wrap: nowrap;
	max-width: 960px;
	margin:0 auto;
}

.cabeçalho li{
	color:#061855;
	padding:0 20px;
	text-align: left;
	text-transform: uppercase;
	font-weight: bold;
	font-style: italic;	
}
.cabeçalho li a{
	color:#061855;
	display:block;
	text-decoration: none;
}
.cabeçalho li a:visited{
	text-decoration: none;
}
.cabeçalho li a:hover{
	background:#5bdad1;
}

.navbar{
	display: flex;
	justify-content: space-around;
	list-style-type: none;
	height:40px;
	line-height: 40px;
	margin-top:20px;
	flex-wrap: wrap;

}
.navbar li{
	flex-grow: 1;
	width: 150px;
	background:#061855;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
}

.navbar li a{
	color:white;
	display:block;
	text-decoration: none;
}
.navbar li a:visited{
	text-decoration: none;
}
.navbar li a:hover{
	background:#5bdad1;

}

main{	
	margin:0 auto;
	justify-content: space-around;
	}

main section{
	padding:10px;
	text-align: justify;
}


.proposito h4{
	text-align: center;

}
.proposito p{
	text-align: center;

}
.conteudo h4{
	text-align: center;

}
.conteudo-itens{
	list-style-type: none;
	text-decoration: none;
	display:flex;
	justify-content: space-around;
	flex-wrap: wrap;
	align-items: baseline;
	max-width: 960px;
	margin: 0 auto;
}
.conteudo-itens img{
	font-size: 16px;
}
.conteudo-itens span{
	text-align: center;
	padding:5px;
	margin:5px;
	height:100px;
	width:150px;
	font-weight: bold;
}
.em-breve{
	opacity: 0.5;
}
.conteudo-itens a{
	text-decoration: none;	
	color:black;
	display:block;
}
.conteudo-itens span:hover{
	background:lightgray;
}

.conteudo-itens li{
/*	height: 120px;
	width: 120px;*/
	text-align: center;
}
.treinamento{
	margin:0 auto;
	display:flex;
	justify-content: center;
	width:800px;
}
.treinamento div{
	display:block;
	justify-content: center;
}
.treinamento p{
	text-align: justify;
	text-indent: 15px;
}
.treinamento h4{
	text-align: center;
}
.treinamento img{
	width:800px;
}
table {

	border: 1px solid black;
	border-collapse: collapse;
}
table th{
	border: 1px solid black;
	padding:5px;
}
table td{
	border: 1px solid black;
	padding: 5px;
}

footer{
	
	margin:0 auto;
	width: 100%;
	position: fixed;
	bottom:0;
}

.rodape{
	display: flex;
	justify-content: center;
	list-style-type: none;
	width:100%;
	position:fixed;
	bottom:0;

}
.rodape li{
	width:100%;
	color:white;
	background:#061855;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	display:block;
	margin-top:10px;
}
