@charset "UTF-8";

body{
	font-size: 13px;
}

h1{
	font-size: 2.3em
}

h2{
	font-size: 2em
}

h3{
	font-size: 1.6em
}

h4{
	font-size: 1.3em
}

h5{
	font-size: 1.1em
}

h6{
	font-size: 1em
}

#portal-index-app{
	background: #f5f6fa
}

.btn{
	font-size: 1em;
	line-height: 2.3em
}

.navbar .brand{
	font-size: 1.5em
}

.navbar .navbar-inner{
	min-height: 40px !important
}

.navbar .navbar-inner .btn{
	line-height: 3em
}

.breadcrumb{
	font-size: 1em
}

.background-contraste{
	background: #000 !important
}

.navbar-inner-contraste{
	background: green !important
}

.widget-header-contraste {
	background: green !important
}

.btn-pesquisar  {
	margin-top: 0.2em !important;
}

.img-portal-cidade{
	background: #ddd url(../img/portal-header-cidade.jpg);
	padding: 2.5em;
}

.tabbable-portal .nav-tabs{
    text-align:center;
    background: #444;
    border-bottom: none
}

.tabbable-portal .nav-tabs > li{
    float:none;
    display:inline-block;
    margin-bottom: 0
}

.tabbable-portal .nav-tabs > li a{
	padding:1em;
	font-size: 110%;
    background: #444;
    color: #fff;
    border: #444;
    box-shadow: none
}

.tabbable-portal .nav-tabs>li.active>a {
    color: #576373;
    border-color: #c5d0dc;
    border-top: 2px solid #4c8fbd;
    border-bottom-color: #fff;
    background-color: #f5f6fa;
}
.tabbable-portal .nav-tabs>li.active>a {
	border-right: none;
	border-left: none;
	border-bottom: none;
}

.webacs{
	padding: 0 1em;
}

.app-name{
	margin: 0 auto;
	position: absolute;
	right: 45%;
	font-size: 2em;
	top: 0.5em
}

.app-logo{
	position: absolute;
	left: 0%;
	margin: 0.5em;
}

/* Ajuste VLibras */
[vw] [vw-access-button]{
    right: 1px;
    top: -120px;
    position: relative;
    width: 180px !important
}

div[vw] {
    top: 67% !important;
}
	

@media only screen and (max-width: 940px){
	
	.btn-pesquisar  {
		margin-top: 0.2em !important;
		width: 50% !important;
		left: 25% !important;
	}
	
	.btn-pesquisar span{
		display: none
	}
	
	.widget-header-resultado-pesquisa .qtd-servicos{
		display: none;
	}
		
	.widget-header-resultado-pesquisa .btn-nova-consulta{
		display: none;
	}
	
	.app-name{
		display: none
	}
	
	.opcoes-acessibilidade{
		top: 5em;
		position: relative
	}
	
}

@media only screen and (max-width: 767px){
	
	.btn-pesquisar span{
		display: inherit;
	}
	
	.container-btn-acessar-servico{
		text-align: left !important
	}

	.app-name{
		left: 0;
		padding-left: 0.5em
	}
	
}


@media only screen and (max-width: 550px){
	
	[vw] [vw-access-button]{
		display: none !important
	}
	
}