*{
	box-sizing: border-box;
}

body{
	background-color: #fff;
}

ul li{
	margin-right: 1rem; /*1 rem equivale a 16px*/
}

h5 a{
	color:#000;
}



@media (max-width: 991px) {
	
	.escondido{
		display: none;
		visibility: visible;
	}
}

@media (min-width: 992px) {
	.escondido{
		display: inherit;
		visibility: hidden;
	}	
}



/*SOBRESCREVENDO CLASSES DO BOOTSTRAP - INÍCIO*/


.navbar-light .navbar-nav .nav-link{
	color:#037cc3;
}

.navbar-light .navbar-nav .nav-link:hover{
	color:#075784;
	background-color: #d2e9f7;
}

.navbar-light .navbar-nav .active>.nav-link, 
.navbar-light .navbar-nav .nav-link.active, 
.navbar-light .navbar-nav .nav-link.open, 
.navbar-light .navbar-nav .open>.nav-link{
	background-color: #d2e9f7;
	color:#075784;
}


.dropdown-item:focus, .dropdown-item:hover{
	color:#075784;
	background-color: #d2e9f7;
}

.navbar-toggler{
	border:none;
}



/*SOBRESCREVENDO CLASSES DO BOOTSTRAP - FIM*/



.topo-agua{
	height: 250px;
	background: url(../img/agua2.jpg) fixed;
}


.fundo-branco{
    background-color: #fff;
}

.img-fundo{
	background: url(../img/fundoagua.jpg) no-repeat fixed;
}

.endereco-topo{
	background-color: rgba(255, 255, 255, 0.9);
	padding: 5px;
	max-width: 350px;
	display: block;
	float: right;
	position: relative;
	bottom: -150px;
	-webkit-box-shadow: 10px 10px 39px -2px rgba(0,0,0,0.48);
-moz-box-shadow: 10px 10px 39px -2px rgba(0,0,0,0.48);
box-shadow: 10px 10px 39px -2px rgba(0,0,0,0.48);
text-align: center;
}

.faixa{
	height: 80px;
	padding: 1rem;
	background-color: #d2e9f7;
	margin-top: 20px;
	margin-bottom: 20px;
}

@media (max-width: 576px) {
	.faixa{
		height: 110px;
	}
}

.box{
	margin:5px;
	width: 250px;
	height: 150px;
	background-color: rgba(255,255,255,0.5);
	position: relative;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}

.box a, h1{
	color:#075784;
	text-decoration: none;
	font-size: 12pt;
}


@media (min-width: 1200px){
	.box{
		width: 270px;
		margin: 15px;
	}
}


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

.box:hover,.nav-link:hover{
	background-color: rgba(255,255,255,0.8);
	transition: 0.7s;
} /*aplica efeito nos quadros de destaque e no fundo do menu*/

.link{
	position: relative;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;

}


i.fa{
	color:#075784;
}

.icones{
	width: 32px;
	height: 32px;
	padding-top: 5px;
	margin-right: 6px;
	text-align: center;
}

.txt-vermelho{
	color:#ab2218;
}

.txt-preto{
	color:#000000;
}

.logo{
	display: block;
	float: left;
	width: 150px;
}

.txt-pequeno{
	font-size: 0.8rem;
}

.borda{
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}






/*CLASSES DAS PÁGINAS "INTERNAS" (SESSÕES DIFERENTES DE INDEX)*/

.ctnr{
	background-color: #fff;
	padding: 10px;
	margin: 10px;
	border-radius: 5px;
	display: flex;
	flex-direction: column;
	position: relative;
	flex-wrap: wrap;
	justify-content: center;
	font-size: 12pt;
}

.ctnr h2, h3, p, ul li{
	color:#000000;
}

.ctn{
	display: flex;
	align-items: center;
	flex-direction: column;
	background: #ffffff;
}

.caixa{
	padding: 15px;
	margin: 15px;
	border-top: 1px solid #c6c6c6;
	border-bottom: 1px solid #c6c6c6;

}

/*.pao{
	background: url(../img/pao.png) rgba(255, 255, 255, 0.4) no-repeat;
	background-position: center right;

}

.quimica{
	background: url(../img/quimica.png) rgba(255, 255, 255, 0.4) no-repeat;
	background-position: center right;
	
}	

.gasolina{
	background: url(../img/gasolina.png) rgba(255, 255, 255, 0.4) no-repeat;
	background-position: center right;
}

.tubos{
	background: url(../img/tubos.png) rgba(255, 255, 255, 0.4) no-repeat;
	background-position: center right;
}


.maquinas{
	background: url(../img/maquinas.png) rgba(255, 255, 255, 0.4) no-repeat;
	background-position: center right;
}

.credenciamento{
	background: url(../img/credenciamento.png) rgba(255, 255, 255, 0.4) no-repeat;
	background-position: center right;
}

.jornal{
	background: url(../img/jornal.png) rgba(255, 255, 255, 0.4) no-repeat;
	background-position: center right;
}

.nascentes{
	background: url(../img/nascentes.png) rgba(255, 255, 255, 0.4) no-repeat;
	background-position: center right;
}

@media (min-width: 576px){
	.caixa{
		min-width: 200px;
	}
}

@media (max-width: 992px) {
	.logo{
		display: block;
		position: relative;
		width: 150px;
		left: 50%;
		transform: translateX(-50%);
	}	
}*/

i.fa-user-plus, i.fa-download{
	margin-right: 5px;
}

.link-licitacoes{
	margin-right: 15px;
}

