/*microtana*/

body {
	background: #fff;
	line-height: 1;
	font-size: 14px;
	font-family: Arial, sans-serif;
	margin: 0;
	padding: 0;
}
* {
	margin: 0;
	padding: 0;
}
#header {
	margin: 0 auto;
	padding: 0;
	width: 100%;
}
.barra {
	position: relative;
	width: 100%;
	height: 80px;
	background-color: white;
}
.nav-logo{
	margin-left: 40px;
	padding: 10px;
}
.nav-logo li {
	padding-right: 10px;
	list-style-type: none;
	display: inline-block;
}
a {
text-decoration: none;
}
.nav-logo h3 {
	color: #5555bb;
	font-family: agency FB, comic sans MS, serif;
	font-size: 25px;
}
.nav-barra {
	margin-right: 50px;
	padding-top: 15px;
	float: right;
}
.nav-barra li {
	padding: 5px 10px 5px 10px;
	list-style-type: none;
	display: inline-block;
	font-family: arial, sans serif, serif;
	font-weight: bold;
	font-size: 18px;
	color: #005577;
}
.nav-barra li:hover {
	opacity: 1;
	color: #ffff00;
	background-color: #70868f;
}
.nav-barra a:select {
	opacity: 1;
	color: #ff00ff;
	background-color: #000;
}
#esquerdo {
	position: fixed;
	margin-top: 300px;
	margin-left: 10px;
	width: 280px;
	height: 100px;
	text-align: center;
	background-color: #305667;
	float: left;
	border-radius: 10px;
}
#esquerdo p {
	margin-top: 12px;
	font-size: 18px;
	line-height: 2;
	font-weight: bolder;
}
#esquerdo p:hover {
	margin-top: 8px;
	font-size: 20px;
	line-height: 1.5;
	font-weight: bolder;
}
#esquerdo a {
	color: #fff;
}
#corpo {
	margin: 20px auto;
	width: 800px; 
	height: 600px;
}
#corpo h1 {
    margin: 15px;
    line-height: 20px;
	color: #434343;
	font-weight: bold;
	font-family: verdana, sans-serif;
	font-size: 25px;
}
#block {
	margin: 20px auto;
}
.item {
	margin-top: 20px;
	margin-left: 130px;
	display: inline-block;
	width: 200px;
	height: 200px;
	float: left;
	text-align: center;
}
.item a {
	margin-top: 4px;
	color: #204657;
	font-weight: bold;
	font-family: verdana, sans-serif;
	font-size: 15px;
}
.item img {
	margin: 0 auto;
	border: 4px solid #305667;
	width: 150px;
	height: 130px;
	opacity: 1;
}
.item img:hover {
width: 180px;
height: 150px;
border: none;
opacity: 1;
}
aside {
	margin-top: 128px;
	width: 270px;
	height: 400px;
	background-color: #eee;
	border: 4px double gray;
	float: right;
}
.moving-text {
	margin: 20px;
	overflow: hidden;
}
.texto-slide {
	position: absolute;
	opacity: 1;
	animation-name: slides;
	animation-duration: 6s;
	animation-iteration-count: infinite;
	font-size: 30px;
	font-weight: bold;
	color: #770044;
	text-align: center;
}

@keyframes slides {
	0% {
		opacity: 0;
		/*transform:scale(0.5,0.5);*/
	}
	20% {
		opacity: 0;
	}
	50% {
		opacity: 0;
	}
	80% {
		opacity: 1;
	}
	
}
.texto-slide:nth-child(1){
	
}
.texto-slide:nth-child(2){
	animation-delay: 3s;
}
#idiomas, #linguagens {
	margin-top: 40px;
	margin-left: 20px;
	width: 900px;
	min-height: 1000px;
	color: #444;
	background-color: #eef;
	border: 1px solid #bbd;
	box-shadow: 5px 5px 5px gray;
}
#idiomas h1 {
	margin-top: 20px;
	text-align: center;
	font-size: 30px;
	font-family: verdana, sans-serif;
}
#idiomas h3 {
	margin-top: 20px;
	text-align: center;
	font-size: 20px;
	font-family: verdana, sans-serif;
}
#idiomas h4 {
	margin-top: 15px;
	margin-left: 10px;
	text-align: left;
	font-size: 16px;
	font-family: verdana, sans-serif;
}
#idiomas p {
	margin: 15px;
	text-align: justify;
	font-size: 16px;
	line-height: 1.5;
	font-family: verdana, sans-serif;
}
#sam-intro p {
	margin: 15px;
	text-align: justify;
	font-size: 20px;
	line-height: 1.5;
	font-family: verdana, sans-serif;
}
#ingles, #frances {
	margin: 10px auto;
	padding: 10px;
	width: 800px;
	color: #eee;
	background-color: #305667;
	border-radius: 10px;
}
.preco {
	margin-top: 5px;
	margin-left: 270px;
	width: 500px;
	min-height: 100px;
	color: #121200;
	background-color: #eef;
	font-size: 18px;
	border-radius: 20px;
}
.preco button {
	margin-left: 280px;
	width: 200px;
	height: 40px;
	background-color: #11ff11;
	border-radius: 10px;
	font-size: 18px;
}
.preco button:hover {
	background-color: #fedd00;
}
#contato, #marketing {
	margin: 20px auto;
	padding: 20px;
	width: 600px;
	min-height: 500px;
	background-color: #efe;
	color: #343434;
	box-shadow: 10px 10px 10px black;
}
#contato .logotipo, #marketing .logotipo {
	float: right;
	margin-top: 30px;
	margin-left: 30px;
}
#contato h1, #marketing h1 {
	margin-top: 30px;
	margin-bottom: 80px;
	text-align: center;
	font-size: 25px;
	font-weight: bold;
	font-family: arial, sans-serif;
}
#contato h2 {
	margin-top: 30px;
	margin-bottom: 20px;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	font-family: arial, sans-serif;
}
#contato p, #marketing p {
	margin-top: 20px;
	font-size: 20px;
	line-height: 1.5;
	font-family: helvetica, arial, sans-serif;
}
footer {
	margin: 200px auto;
	width: 100%;
	background: #455a64;
	margin-bottom: 0;
	padding: 0;
}
footer > div {
	margin-bottom: 0;
	padding: 10px 0;
	overflow: hidden;
	text-align: center;
	width: 100%;
	height: 150px;
}
footer div p {
	color: #ededed;
	display: inline-block;
	font-size: 12px;
	letter-spacing: 0.05em;
	margin: 0;
	padding: 6px 0 0;
	text-align: center;
}
footer div .redes {
	background: #607d8b;
	float: right;
	height: 26px;
	margin: 0 20px 0 2px;
	padding: 22px 20px;
	overflow: hidden;
	width: 110px;
}
footer div .redes img {

}
footer div .redes a {
	/*background: url(../images/icons.png) no-repeat;*/
	display: block;
	float: left;
	height: 20px;
	margin: 0 8px;
	padding: 0;
	width: 20px;
}

@media screen and (max-width: 1200px) {
body {
		margin-top: 0;
		width: 100%;
	}
	#esquerdo {
	position: relative;
	margin: 40px auto;
	width: 80%;
	height: 100px;
	text-align: center;
	background-color: #305667;
	float: none;
	border-radius: 5px;
}
aside {
	display: none;
}
}

@media screen and (max-width: 799px) {
body {
		margin-top: 0;
		width: 100%;
	}
	.barra {
	position: relative;
	width: 100%;
	height: 60px;
	background-color: white;
}
.nav-logo{
	margin-left: 8px;
	padding: 2px;
}
.nav-logo li {
	padding-right: 10px;
	list-style-type: none;
	display: inline-block;
}
a {
text-decoration: none;
}
.nav-logo h3 {
	color: #5555bb;
	font-family: agency FB, comic sans MS, serif;
	font-size: 15px;
}
.nav-barra {
	margin-right: 0;
	padding-top: 10px;
	float: right;
}
.nav-barra li {
	padding: 5px 10px 5px 10px;
	list-style-type: none;
	display: inline-block;
	font-family: arial, sans serif, serif;
	font-weight: bold;
	font-size: 14px;
	color: #005577;
}
#esquerdo {
	position: relative;
	margin-top: 3px;
	margin-left: 3px;
	width: 100%;
	height: 90px;
	text-align: center;
	background-color: #305667;
	float: none;
	border-radius: 5px;
}
#corpo {
	margin: 10px auto;
	width: 100%; 
	height: 1300px;
}
aside {
	display: none;
}
#block {
	margin: 5px auto;
}
#corpo h1 {
	margin-top: 5px;
	margin-left: 15px;
	color: #434343;
	font-weight: bold;
	font-family: verdana, sans-serif;
	font-size: 16px;
}
.item {
	margin-top: 5px;
	margin-left: 5px;
	display: inline-block;
	width: 100%;
	height: 200px;
	float: left;
	text-align: center;
}
.item img {
	margin: 0 auto;
	border: 4px solid #305667;
	width: 70%;
	height: 150px;
	opacity: 1;
}
footer > div {
	margin: auto;
	padding: 5px 0 0;
	overflow: hidden;
	text-align: center;
	width: 100%;
	height: 160px;
}
footer div p {
	color: #ededed;
	float: none;
	font-size: 12px;
	letter-spacing: 0.05em;
	margin: 0;
	padding: 2px 0 0;
	text-align: left;
}
footer div .redes {
	background: #607d8b;
	float: right;
	height: 26px;
	margin: 0 0px 0 2px;
	padding: 22px 5px;
	overflow: hidden;
	width: 110px;
}
#idiomas, #linguagens {
	margin-top: 20px;
	margin-left: 10px;
	width: 100%;
	min-height: 300px;
	color: #444;
	background-color: #eef;
	border: 1px solid #bbd;
	box-shadow: 5px 5px 5px gray;
}
#ingles, #frances {
	margin: 10px auto;
	padding: 5px;
	width: 80%;
	color: #eee;
	background-color: #305667;
	border-radius: 10px;
}
.preco {
	margin: 5px auto;
	width: 80%;
	min-height: 70px;
	color: #121200;
	background-color: #eef;
	font-size: 18px;
	border-radius: 20px;
}
.preco button {
	margin-left: 20px;
	width: 200px;
	height: 40px;
	background-color: #11ff11;
	border-radius: 10px;
	font-size: 18px;
}
.preco button:hover {
	background-color: #fedd00;
}
#contato, #marketing {
	margin: 20px auto;
	padding: 10px;
	width: 90%;
	min-height: 300px;
	background-color: #efe;
	color: #343434;
	box-shadow: none;
}
#contato img, #marketing img {
	float: none;
	margin-top: 30px;
	margin-left: 30px;
}
#contato h1, #marketing h1 {
	margin-top: 10px;
	margin-bottom: 20px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	font-family: arial, sans-serif;
}
#contato h2 {
	margin-top: 25px;
	margin-bottom: 0;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	font-family: arial, sans-serif;
}
#contato p {
	margin-top: 20px;
	font-size: 16px;
	line-height: 1.5;
	font-family: helvetica, arial, sans-serif;
}
}