/* Copyright CiaByte Design - 2015 */
@charset "utf-8";
.topo{height:3.4em;color:rgba(255,255,255, 1);background-color:rgba(29,29,58,.8);font-weight:lighter;}
.topo .box{line-height:1.4em;font-size:0.9em;margin:0;}
.topo .abed, .topo .professor, .topo .aluno, .topo .digitacao {float:right;padding:0.5em 0 0 1.5em;}
.topo .fones-opr, .topo .fones-ddd, .topo .fones-fon {float:left;padding:0.5em 0.5em 0 0;}
.topo .fones-fon{padding-right:1em;}
.topo .fonte-abed{font-size:0.6em;}
.topo .fone {float:left;height:2em;margin:0.8em 1.25em 0em 0em;}
.topo .bandeira {border:1px solid rgba(255,255,255,0.5);float:left;height:2em;margin:0.8em 1.25em 0em 0em;}
.topo .acessibilidade {float:left;height:2.2em;margin:0.8em 0.6em 0 0;}
.topo  a:link, .topo  a:visited {text-decoration: none;color:rgba(255,255,255, 1);font-weight:lighter;}
.topo  a:hover {text-decoration:underline;color:rgba(255,255,255, 1);font-weight:lighter;}
.voltar-ao-topo {position:fixed; bottom:15%; right:0em;z-index:1000;width:6.25em;display:none;}
.voltar-ao-topo img {float:right;}
.nos-ligamos {display:block;}
.bandeira-brasil {display:block;}
.mais-info {position:fixed; bottom:40%; left:0em;z-index:1000;width:2.25em;display:none;}
.mais-info img {float:left;}
.nao-info {display:none;}
#bom-dia{position:fixed;top:0em;right:0em;z-index:1000;display:none;}
#ja-falou-bom-dia{display:none;}


@media screen and (max-width: 70em) {
	.voltar-ao-topo {bottom:50%;}
	.mais-info {width:1.25em;}
}
@media screen and (max-width: 62em) {
	.topo .abed, .topo .digitacao{display:none;}
	.voltar-ao-topo {width:4em;}
}
@media screen and (max-width: 48em) {
	.topo .professor{display:none;}
}
@media screen and (max-width: 44em) {
	/* .topo .fone{display:none;} */
	.topo .bandeira-brasil {display:none;}
}
@media screen and (max-width: 43em) {
	/* .topo .fones-opr, .topo .fones-ddd, .topo .fones-fon {display:none;} */
	/* .topo .abed{display:block;float:left;padding:0.5em 0.5em 0 0;} */
	/* .topo .professor {display:block;} */
}
@media screen and (max-width: 36em) {
	.topo .nos-ligamos{display:none;}
	.topo .grupo-fones-2{display:none;}
}
@media screen and (max-width: 22em) {
	.topo .abed{display:none;}
}