/*-------------------HEADER--------------------*/
.nav-top {
    width: auto;
    float: left;
    margin: 15px 5% 0 14%;
}

.navbar-default {
	/*background-color: rgba(255,255,255,.95);*/
    background-color: transparent;
}

.navbar-default-off {
  background-color: rgba(255,255,255,.95);
  border-color: #e7e7e7;
}

.navbar-top {
    min-height: 100px;
}

.img_topo {
 
    margin-bottom: 10px;
    width: 165px;
    height: auto;
    float: left;
}

.btn-login {
  	margin: 33px 0 0 0;
  	width: 120px;
}

.btn-tel {
    margin: 33px 0 0 0;
    font-weight: 600;
}

.btn-tel i {
  margin-right: 4px;
}

.dropOculto {
  background-color: transparent !important; 
  margin-bottom: 0px !important; 
  height: 50px !important;
  padding: 0px 10px 0 0 !important;
}

/*-------------------FOOTER--------------------*/
footer {
 	  padding: 20px 0 5px;
  	background: #07456b;
}

	footer h3 {
	    color: #b4b4b4;
	    font-size: 20px;
	    font-weight: bold;
	    margin-top: 0 !important;
  	}

ul.links-rodape{
	font-size: 14px;
  	display: block;
  	float: none;
    padding-left: 0;
    margin-bottom: 5px;
}

	ul.links-rodape li {
		list-style: none;
    	margin-top: 0px;
	}

ul.links-rodape li a,
ul.links-rodape li {
  	color: #fff;
}

ul.links-rodape li a:hover{
	color: #9b9b9b;
	text-decoration: none;
}

.barra-rodape-final {
  	margin-top: 10px;
  	border-top: solid 1px #316484;
}

p.texto-rodape{
	font-size: 12px;
	font-weight: 700;
	color: #fff;
	margin-top: 23px;
}

ul.lista-redes-sociais{
  	margin-top: 15px;
  	padding: 0 !important;
}

ul.lista-redes-sociais li{
  	list-style: none;
  	display: inline;
  	margin-left: 5px;
}

.logo-rodape{
	 margin-bottom: 20px;
	 width: 165px;
}

.liContato {
    display: inline-flex;
    margin: 0 0 7px 0;
}

.liContato .marginIcon {
    margin: 2px 7px 0 0;
}

/*-------------------CONTEUDO--------------------*/
.container-page {
    min-height: 480px;
}