@charset "utf-8";
/* CSS Document */

*{margin:0px; padding:0px; text-decoration:none;}
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
.idMail {
	height: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	visibility: hidden;
}
.top {
	float: left;
	height: 1080px;
	width: 100%;
	background-image: url(../imgs/bgTop.webp);
	background-repeat: no-repeat;
	background-position: center;
}
.fixHome{
	float:left;
	width:100%;
	position:relative;
	z-index: 100;
    -webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.fixed .fixHome {
		left: 0px;
		right: 0px;
		position: fixed;
		top: -127px;
		background-color:#012d52;
}
.fixTop{
	float:left;
	width:100%;
	position:relative;
	min-height:125px;
	background-color:#012d52;
	z-index: 100;
    -webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.fixed .fixTop {
		left: 0px;
		right: 0px;
		position: fixed;
		top: -127px;
		background-color:#012d52;
}
.topGeral {
	float: left;
	height: auto;
	width: 100%;
	background-color: #012D52;
	-webkit-transition: 500ms all ease-in-out;
	-moz-transition: 500ms all ease-in-out;
	-ms-transition: 500ms all ease-in-out;
    -o-transition: 500ms all ease-in-out;
 	z-index: 1000;
	display: block; 
  	top: 0;
  	left: 0;
}

.contentTop {
	float: left;
	width: 100%;
}
.screen100 {
	float: left;
	width: 100%;
}
.menuTop {
	clear: right;
	float: right;
	width: 700px;
}
	.linkAtivo{
	font-size:300%;
	float:left;
	clear:left;
	width:100%;
	text-align:center;
}
.linkAtivo:after {
  position: relative;
  display: inline-block;
  content: "";
  top: -20px;
  right: 0;
  margin-left: 4px;
  width: 7px;
  height: 7px;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg); /* IE 9 */
  -webkit-transform: rotate(45deg); /* Safari 3-8 */
  border-right: 2px solid rgba(255,255,255,1.0);
  border-bottom: 2px solid rgba(255,255,255,1.0);
  /*animation-fill-mode: forwards;*/
  -webkit-animation: desliza 0.7s;
  -moz-animation: desliza 0.7s;
  -o-animation: desliza 0.7s;
   animation: desliza 0.7s;
}
@-webkit-keyframes desliza{ 0%{top: -40px;} 100%{top: -20px;} }
@-moz-keyframes desliza{ 0%{top: -40px;} 100%{top: -20px;} }
@-o-keyframes desliza{ 0%{top: -40px;} 100%{top: -20px;} }
@keyframes desliza{ 0%{top: -40px;} 100%{top: -20px;} }

.img100 {
	float: left;
	height: auto;
	width: 100%;
}