/*[ GERAL ]
///////////////////////////////////////////////////////////
*/

#footer {
	background-color: rgba(255,255,255,1);}


/*[ HEADER ]
///////////////////////////////////////////////////////////
*/
.header-intro {
    background-image: url(../imagens/banner.png);
    background-color: rgba(68,94,125,1);
    /*background-attachment: fixed;*/
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 550px;
}
.wrap-menu-header {
    background: rgba(255,255,255,0);
}
.header-fixed .wrap-menu-header {
    background-color: rgba(51,70,94,0.95);
}
.sub-nav {
    top: 210px;
}
.sub-nav p{
	color:#fff;
	border:none;
	font-family: poppins-medium,Arial;
	font-size: 24px;
    line-height: 22px;
	letter-spacing:-1px;
	margin: 0 0 10px;
    padding-top: 30px;
    padding-bottom: 8px;
}

/*[ MENU PRINCIPAL ]
///////////////////////////////////////////////////////////
*/
.menu-principal {
    width: 100%;
    margin-top: -90px;
	margin-bottom: 30px
}
.menu-principal li {
    width: 32%;
    margin: 0px 5px;
    margin-bottom: 10px;
}
/* Common button styles */
.menu-principal li a {
	font-size: 30px;
    width: 100%;
    padding: 20px 5px;
    text-align: center;
    line-height: 24px;
	background: #fff;
}
.menu-principal li a span i {
    color: #000;
    margin-bottom: 10px;
}
.menu-principal li a .area-descr {
	height: 35px;
}
.menu-principal.nivel-nav li a {
    border: 1px solid #C5C5C5;
}
.menu-principal.nivel-home li a {
    border-bottom: 5px solid #C5C5C5;
}


/*[ MENU LATERAL - SIDEBAR ]
///////////////////////////////////////////////////////////
*/

.sidebar {
    position: fixed;
    z-index: 120000000;
    width: 100%;
    overflow: auto;
    background-color: rgba(255,255,255,1);
    top: -880px;
    right: 0;
    left: 0;
    padding: 6% 0 20px 0
}
.show-sidebar {
    top: 0;
}
.btn-hide-sidebar {
    position: absolute;
    padding: 5px 10px;
    border: none;
}
.overlay-sidebar {
    position: fixed;
    z-index: 999999;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    visibility: hidden;
}
.show-overlay-sidebar {
    visibility: visible;
    background-color: rgba(0,46,97,0.9);
}

/*[ CUT ]
///////////////////////////////////////////////////////////
*/


/*[ SECTIONS ]
///////////////////////////////////////////////////////////
*/
.box-acesso {
    margin-top: -200px;
}
.box-campos{
	border-bottom:5px solid #C5C5C5;
	padding-bottom:30px
}
	

/*[ ESTILOS DE BOTÃO ]
///////////////////////////////////////////////////////////
*/

.cor-login {
    background: #FF7F00;
	border: 2px solid #FF7F00;
    color: #eee;
}

/*[ ANIMAÇÃO ]
///////////////////////////////////////////////////////////
*/
.element-animation{
  animation: animationFrames ease-out 1s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  animation-fill-mode:forwards; /*when the spec is finished*/
  -webkit-animation: animationFrames ease-out 1s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -webkit-animation-fill-mode:forwards; /*Chrome 16+, Safari 4+*/ 
  -moz-animation: animationFrames ease-out 1s;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 50% 50%;
  -moz-animation-fill-mode:forwards; /*FF 5+*/
  -o-animation: animationFrames ease-out 1s;
  -o-animation-iteration-count: 1;
  -o-transform-origin: 50% 50%;
  -o-animation-fill-mode:forwards; /*Not implemented yet*/
  -ms-animation: animationFrames ease-out 1s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 50%;
  -ms-animation-fill-mode:forwards; /*IE 10+*/
}
i.element-animation {
	font-size:15em; color:#E8E8E8
}


@keyframes animationFrames{
  0% {
    opacity:0;
    transform:  translate(0px,230px)  ;
  }
  100% {
    opacity:1;
    transform:  translate(0px,0px)  ;
  }
}

@-moz-keyframes animationFrames{
  0% {
    opacity:0;
    -moz-transform:  translate(0px,230px)  ;
  }
  100% {
    opacity:1;
    -moz-transform:  translate(0px,0px)  ;
  }
}

@-webkit-keyframes animationFrames {
  0% {
    opacity:0;
    -webkit-transform:  translate(0px,230px)  ;
  }
  100% {
    opacity:1;
    -webkit-transform:  translate(0px,0px)  ;
  }
}

@-o-keyframes animationFrames {
  0% {
    opacity:0;
    -o-transform:  translate(0px,230px)  ;
  }
  100% {
    opacity:1;
    -o-transform:  translate(0px,0px)  ;
  }
}

@-ms-keyframes animationFrames {
  0% {
    opacity:0;
    -ms-transform:  translate(0px,230px)  ;
  }
  100% {
    opacity:1;
    -ms-transform:  translate(0px,0px)  ;
  }
}


/* MEDIA QUERY BREAKPOINT 
//////////////////////////////////////////////////////*/

/*// Extra large devices (large desktops, 1200px and up)*/
@media (max-width: 1200px) {
}

/*// Large devices (desktops, 992px and up)*/
@media (max-width: 992px) {

.menu-principal li a {
    line-height: 14px;
}
}

/*// Medium devices (tablets, 768px and up)*/
@media (max-width: 768px) {
	
.menu-principal li a {
    line-height: 14px;
}
.box-acesso {
    margin-top: -200px;
}
.sub-nav p{
	font-size: 18px;
}
i.element-animation {
	font-size:12em;
}
}

/*// Small devices (landscape phones, 576px and up)*/
@media (max-width: 576px) {
	
.header-intro {
    height: 420px
}
.box-acesso {
    margin-top: -120px;
}
.sub-nav {
    top: 180px
}
.sub-nav p{
	font-size: 16px;
}
i.element-animation {
	font-size:8em;
}
}


/*[ CONTRASTE ]
///////////////////////////////////////////////////////////
*/

.contraste .box-campos {
    background-color: #111;
}
.contraste .menu-principal li a {
	background: #fc0;
	color:#000 !important
}
.contraste .menu-principal li a span.area-descr {
    color: #000 !important;
}
.contraste .menu-principal li a span.area-txt-dica {
    color: #fff !important;
}
.contraste .menu-principal li a span i {
    color: #000 !important;
}