/*Geral*/
body{
    background-image: url("../publico/site/photo.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

label{
	font-weight:normal;
}

.form-control{
	border-radius:0px;
}

.form-control:focus, .form-control:hover{
	border-color:#FEC008;
	box-shadow:none;
}

a{
	color:#444;
    outline: none;
}

button{
    outline: none;
}

a:hover, a:focus{
	text-decoration:none;
}

.disabled {
  	pointer-events: none;
  	cursor: default;
  	opacity: 0.6;
}

#loadingTela{
	position:fixed;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	background-color:#000;
	opacity:0.88;
	z-index:9999;
	display:none;
}

.loadingTela{
	position:absolute;
	top:calc(50% - 23px);
	left:calc(50% - 82px);
	width:164px;
	height:46px;
	color:#FFF;
	text-align:center;
}

#loadingTela #loader_mensagem{
	float:left;
	width:100%;
}

.msg_error{
	float:left;
	width:100%;
	padding:5px;
	color:#F30;
	font-weight:normal;
}

.msg_success{
	float:left;
	width:100%;
	padding:5px;
	color:#090;
}

.max-width{
	width:100%;
	margin:0px auto;
	max-width:1200px;
}

.no-padding{
	padding:0px;
}
/*Fim de Geral*/

/*Cabecalho*/
.topo{
	float:left;
	width:100%;
	border-bottom:1px solid #f5f4f4;
	height:50px; 
	line-height:50px;
	background-color: #005588;
	color:#FFF;
	font-size:16px;
}

.topo a{
    float: right;
    margin-right: 15px;
    margin-left: 15px;
    color:#FFF;
}

.divisor-1{
	float:right; 
	width:1px; 
	height:28px; 
	background-color:#ccc; 
	margin-top:14px;
}

.topo a:hover{
	text-decoration:none;
}

.logo{
    float: left;
    margin-top: 30px;
}

.logo img{
    margin: 0px auto;
}

@media (min-width: 1200px){
	.banner_cabecalho{
        padding: 0px;
	}
}

.bt_menu_mobile{
    float: left !important;
    margin-left: 0px !important;
}

.box_menu_mobile{
    position: absolute;
    top: 50px;
    left: -100vw;
    width: 100vw;
    background-color: transparent;
    height: 100vh;
    transition: 1s;
    line-height: 20px;
}

.box_menu_mobile a{
    float: left;
    width: 100%;
    padding: 10px 10px 10px 15px;
    margin-left: 0px;
}

.box_menu_mobile button{
    float: left;
    width: 100%;
    padding: 10px 10px 10px 15px;
    margin-left: 0px;
    background-color: transparent;
    border: none;
    text-align: left;
}

.menu_mobile_limit{
    float: left; 
    width: 300px;
    height: 100vh;
    padding-bottom: 10px;
    padding-top: 10px;
	background-color: #005588;
    overflow: auto;
}

.open{
    left: 0px !important;
    transition: .5s;
}

@media (max-width: 991px){
	.topo{
        position: fixed;
         z-index: 999;
	}
    
    .logo{
        margin-top: 38px;
        margin-bottom: 38px;
        width: 100%;
    }
    
    .logo img{
        width: auto;
        max-height: 160px;
    }
}

.menu_h{
    margin-top: 40px;
    background-color: #005588;
    border-bottom: 1px solid #003344;
    font-size: 15px;
}

@media (max-width: 767px){    
    .menu_h{
        background-color: transparent !important;
        padding-left: 13px !important;
        padding-right: 13px !important;
    }
}

.menu_h a{
    float: left;
    padding: 10px 15px 10px 10px;
    color: #ffffff;
}

.menu_h button{
    float: left;
    padding: 10px 15px 10px 10px;
    color: #ffffff;
    border: none;
    background-color: transparent;
    text-align: left;
}

.menu_h_links{
    position: relative;
    float: left;
}

.menu_h_links div{
    position: absolute;
    top: 42px;
    background-color: #005588;
    z-index: 99;
    width: 260px;
    padding: 10px 0px 20px 0px;
    border-left: 1px solid #004444;
    display: none;
}

.menu_h_links div a{
    width: 100%;
}

.menu_h form{
    padding: 3px;
    position: relative;
}

.menu_h form button{
    position: absolute;
    right: 12px;
    background-color: transparent;
    height: 38px;
    border: none;
    font-size: 20px;
    top: 0px;
    padding: 0px !important;
    color: #444 !important;
}

.menu_h form button:hover{
    background-color: transparent;
}

.menu_h form input{
    padding-right: 38px;
}

.menu_v_links{
    float: left;
    width: 100%;
}

.menu_v_links div{
    float: left;
    width: 100%;
    display: none;
}

.menu_v_links a{
    padding-left: 25px;
}
/*FIM DE CABEÇALHO*/
/*Home*/
.box{
    background-color: #ffffff;
    margin-top: 100px;
    border: 1px solid #dddddd;
    padding-bottom: 50px;
    min-height: 550px;
}

.aviso{
    background-color: #eeeeee;
    border-radius: 10px;
}

.menu_v{
    margin-top: 150px;
    padding-bottom: 50px;
    min-height: 550px;
}

.menu_v a{
    text-align: left;
}
/*Fim de Home*/

/*Rodape*/
#rodape{
	float:left;
	width:100%;
    background-color: #2C4658;
    padding-top: 20px;
    padding-bottom: 40px;
    letter-spacing: .3px;
}

.rodape-titulo{
	float:left;
	width:100%;
	font-size:18px;
	color:#FFF;
	margin-top:10px;
    font-weight: normal;
}

.rodape-titulo:hover{
    color: #FFF;
}

.rodape-texto{
	float:left;
    width: 100%;
	font-size:16px;
	margin-top:20px;
	margin-bottom:20px;
    font-weight: normal;
	color:#ffffff;
}

.rodape-link{
	float:left;
	width:100%;
	font-size:16px;
	color:#ffffff;
    font-weight: normal;
    letter-spacing: .5px;
    padding: 3px 0px 3px 0px;
}

.rodape-link:hover{
	color:#FFF;
}

.acessibilidade{
    position:fixed;
    right:5px;
    z-index: 99;
	padding:10px;
	text-align:center;
	width: 45px;
	height: 45px;
	border-radius: 100%;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.escala-cinza img{
	filter: grayscale(100%) !important;
	-webkit-filter: grayscale(100%) !important;
	-moz-filter: grayscale(100%) !important;
	-ms-filter: grayscale(100%) !important;
	-o-filter: grayscale(100%) !important;
}

.escala-cinza *{
	color:#FFF !important;
	background-color:#000 !important;
}
/*Fim de rodape*/