body {
	background-color: #006c6c;
	font-family:Lucida Grande, Lucida Sans Unicode, Lucida Sans, DejaVu Sans, Verdana," sans-serif";
	width: 100vw;
	color: white;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	margin: 0px;
}

interno {
	margin-top: 5em;
	margin-bottom: 10em;
	width: 80%;
	background-color: #f3f2d3;
	color: #006c6c;
	border-radius: 20px;
	border: 200px;
	border-color: white;
	box-shadow: 5px 20px 30px -10px #004646;
}

header {
	padding: 20px;

}
header img {
	width: 25%;
	float: left;
	padding-bottom: 1em;
}

nav ul li {
	position: relative;
	top:1.1em;
	float:right;
	list-style: none;
	border: #f3f2d3 3px solid;
	border-radius: 15px;
	padding: 0.3em 0.3em;
	margin-right: 1%;
	text-transform: uppercase;
	font-weight: bold;
	cursor:pointer;
}

nav ul li:hover {
	border-color: #006c6c !important;
}

header hr {
	position: relative;
	top: 1em;
	clear:left;
	border: #006c6c 2px solid;
	border-radius: 2px;
	
}




footer {
	display: flex;
	position:fixed;
	bottom: 10px;
	padding: 5px 30px;
	background-color: white;
	color:#006c6c;
	border-radius: 20px;
	cursor:pointer;

}

footer :hover {
	background-color: #006c6c;
	color:white;
}



main.somos {
	display:block;
}

main.blog {
	display:none;
}

main.contato {
	display:none;
}

main.login {
	display:none;
}



main.somos {
	padding: 0em 10em 10em 10em;
	width: 70%;
	color:#004646;
	text-align: right;
}

main.somos img {
	float:right;
	margin-left: 30px;
	width: 50%;
	border-radius: 30px;
	margin-bottom: 50px;
}








main.login {
	justify-content: center;
	align-items: center;
	text-align: center;
	padding-top: 3em;
	padding-bottom: 4em;
}
input.but {
	width: 10em;
	border: #A3817B 3px solid;
	border-radius: 20px;
	text-transform: uppercase;
	font-weight: bold;
	cursor:pointer;
}

input.but:hover {
	background-color: #A3817B;
	color:white;
}

#alunos {
	border:#006c6c 3px solid;
	
}

table {
	margin:auto;
	width: 80%;
	border-collapse: collapse;
	color:#8B513D;
	text-align: center;
	font-weight: bold;

}
th {
	color:#006C6C;
}

table, th, td {
	border-bottom: 2px solid #006C6C;
}

tr:hover {background-color:white;}

div.tables {
	overflow-x:auto;
}
h2.titulo {
	margin:auto;
	padding-top: 2em;
	padding-bottom: 1em;
	text-align: center;
}
div.cadastro {
	text-align: center;
}

main.alunos {
	display: block;
	padding-bottom: 2em;
}
main.turmas {
	display: none;
	padding-bottom: 2em;
}
main.servidores {
	display: none;
	padding-bottom: 2em;
}

button {
	width: 9em;
	border: #A3817B 3px solid;
	border-radius: 20px;
	text-transform: uppercase;
	font-weight: bold;
	cursor:pointer;
}

button:hover {
	background-color: #A3817B;
	color:white;
}



a.but {
	text-align: center;
	margin: auto;
	width: 100%;
}




.container {
	border: 2px solid #dedede;
	background-color: #f1f1f1;
	border-radius: 5px;
	padding: 10px;
	margin: 10px 0;
	height: 10%;

  }
  
  .darker {
	border-color: #ccc;
	background-color: #ddd;
  }
  
  .container::after {
	content: "";
	clear: both;
	display: table;
  }
  
.container div{
	justify-content: center;
	align-items: center;
	text-align: center;
}
.container textarea{
	height: 90%;
	width: 60%;
}
.container textarea.right{
	text-align: right;
	height: 90%;
	width: 60%;
}

  .container p {
	float: left;
	max-width: 60px;
	width: 100%;
	margin-right: 20px;
	border-radius: 50%;
  }
  
  .container p.right {
	float: right;
	margin-left: 20px;
	margin-right:2em;
  }
  
  .time-right {
	float: right;
	color: #aaa;
  }
  
  .time-left {
	float: left;
	color: #999;
  }

.but.msg {
	float: right;
}























main.contato {
	justify-content: center;
	align-items: center;
	text-align: center;
}

section.contato {
	margin: 0em 3em 5em 0em;
	border: solid 4px #B69B96;
	border-radius: 20px;
	padding: 1em 3em;
}

section.address {
	margin: 0em 0em 5em 3em;
	padding: 6em;

	background-position: center;
	background-size: 100%;
	background-repeat: no-repeat;
	color: #006c6c;
}

section address {
	font-style: normal;
}

address a {
	text-decoration: none;
	color: #004646;
}

form input {
	background: none;
	border-bottom:2px solid #B69B96;
	border-top: none;
	border-right: none;
	border-left: none;
	padding: 10px;
	width: 25em;
	color: #A3817B;
	margin: 5px;
}

form select {
	background: none;
	border-bottom:2px solid #B69B96;
	border-top: none;
	border-right: none;
	border-left: none;
	padding: 10px;
	width: 25em;
	color: #A3817B;
	font-weight: bold;
	margin: 5px;
}

form textarea {
	background: none;
	border:2px solid #B69B96;
	padding: 10px;
	width: 25em;
	color: #A3817B;
	margin: 5px;
}

::-webkit-input-placeholder{
  color: white;
  font-weight: bold;
}

input.botcontato {
	width: 10em;
	border: #A3817B 3px solid;
	border-radius: 20px;
	text-transform: uppercase;
	font-weight: bold;
	cursor:pointer;
}

input.botcontato:hover {
	background-color: #A3817B;
	color:white;
}




@media screen and (max-width: 1200px) {
	header h1 {
		font-size: 3.5em;
	}
	nav ul li {
	top:0.5em;
}
	interno {
	margin-top: 2em;
	margin-bottom: 3em;
	width: 95%;
}
	header img {
		width: 30%;
	}
}

@media screen and (max-width: 1000px) {
	header h1 {
		font-size: 2em;
	}
	nav ul li {
	top:0.2em;
}
	
	interno {
	margin-top: 2em;
	margin-bottom: 3em;
	width: 95%;
}
	
	header img {
		width: 35%;
	}

}

@media screen and (max-width: 700px) {

	interno {
	margin-top: 2em;
	margin-bottom: 3em;
	width: 95%;
}
	
	header img {
		width: 40%;
	}
	nav ul li {
	top:0.1em;
	font-size: 90%;
}

}

