body{
    background: url("../imagens/bg.jpg") no-repeat top center fixed;
	background-size: cover
}
#logo-fsa{
    width: 300px;
}

#botao-fsa{
    color: white!important
}

#botao-fsa:hover{
    text-decoration: none!important
}

h1{
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 3px;
    font-weight: bolder;
    text-align: center;
    margin: 55px 60px;
    color: transparent
}

.botoes{
    text-align: center!important;
    font-size: 1.8em;
    margin-bottom: 20px
}

.opcoes{
    float: left;
    margin-left: 30px;
}

.container-opcoes{
    padding-bottom: 50px
}

.botoes-1{
    margin-left: 40px
}

.botoes-2{
    margin-left: 38px
}

.btn-block{
    text-align: center;
    margin: auto;
    width: 58%
}

.footer{
    position: absolute;
    bottom: 0;
    text-align: center;
    background-color:#63a1d7;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px
    
}

.text-muted{
    color: white!important
}
@media(max-width: 731px){
    .btn-block{
        width: 100%
    }
    .fas{
        float: left;
    }
    .botoes{
        font-size: 1.25em
    }
    .botoes-1{
        margin-left: none!important
    }

    .botoes-2{
        margin-left: none!important
    }
}


#barra-rapida li.menu-item:nth-child(7){
	background-color: #094d8f!important;
	color:white!important;
	margin-right: 15px!important;
	margin-left: 15px!important
}

#barra-rapida li.menu-item:nth-child(2){
	margin-left: 10px
}

#barra-rapida li.menu-item:nth-child(7) a{
	color:white!important
}

#barra-rapida li.menu-item:nth-child(7) a:hover{
	background-color: #1869b8!important;
}

#barra-rapida li.menu-item:nth-child(8){
	background-color: #094d8f!important;
	color:white!important
}

#barra-rapida li.menu-item:nth-child(8) a{
	color:white!important;
}

#barra-rapida li.menu-item:nth-child(8) a:hover{
	background-color: #1869b8!important;
}

#barra-rapida li.menu-item:nth-child(2) a{
	  color: transparent;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  background: -webkit-radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  background-clip: text;
  -webkit-background-clip: text;
    margin-top: 3px
}

#barra-rapida li.menu-item:nth-child(3) a{
	  color: #da0505;
    margin-top: 3px
}


#barra-rapida li.menu-item:nth-child(4) a{
	  color: #0178b5;
    margin-top: 3px
}


#barra-rapida li.menu-item:nth-child(5) a{
	  color: #0672e7;
    margin-top: 3px
}

#barra-rapida li.menu-item:nth-child(6) a{
	  color: #4dbc36;
    margin-top: 3px
}

#barra-rapida .sub-menu li.menu-item a{
	  color: white;
}


ul#barra-mobile{
  list-style-type: none;
  text-align: center;
  overflow: hidden;
  padding: 0!important;
    margin-bottom: 10px
}

ul#barra-mobile li{
    display: inline-block;

}

ul#barra-mobile li a{
    text-align: center;
    color: white;
}

ul#barra-mobile li:nth-child(3) a{
  background-color: #094d8f
}

ul#barra-mobile li:nth-child(4) a{
  background-color: #094d8f
}

ul#barra-mobile li:nth-child(3) a:hover{
  background-color: #1869b8;
}

ul#barra-mobile li:nth-child(4) a:hover{
  background-color: #1869b8;
}

@media(min-width:992px){
    ul#barra-mobile{
  display: none
}
}

@media(max-width:376px){
    ul#barra-mobile li a{
     padding: 5px

}
}

@media(max-width:320px){
    ul#barra-mobile li a{
     padding: 3px

}
}
