@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700');

body {
  background-color: #FFF;
  color: #434343;
  font-size: 16px;
  font-family: 'Lato', sans-serif;
}

a,
button {
  color: #bb8837;
  -webkit-transition: all .2s ease 0s;
  -moz-transition: all .2s ease 0s;
  -o-transition: all .2s ease 0s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #e7bc69;
}

.btn-primary {
	background: #bb8837;
	border-color: #bb8837;
	color: #FFF;
	text-transform: uppercase;
	font-size: 12px;
	padding: 10px 25px;
	margin-top: 25px
}
.btn-primary:hover,
.bth-primary:active {
	color: #FFF;
	background: #383b3d;
	border-color: #383b3d;
}

.btn-credenciado {
	background: #bb8837;
	color: #FFF;
	text-transform: uppercase;
	font-size: 12px;
	padding: 10px 25px;
	margin-top: 25px
}
.btn-credenciado:hover,
.bth-credenciado:active {
	color: #FFF;
	background: #383b3d;
	border-color: #383b3d;
}

.atendimentoonline {
  width: 218px;
  height: 65px;
  position: fixed;
  bottom: 20px;
  left: 100%;
  margin-left: -273px;
  z-index: 99;
  display: block;
}

.barra_baixo {
  position: relative;
}

.barra_baixo:before {
  position: absolute;
  display: inline-block;
  background: #008db3;
  width: 42px;
  height: 3px;
  content: '';
  bottom: 0;
  left: 0;
}

.barra_baixo:after {
  position: absolute;
  display: inline-block;
  background: #0d5383;
  width: 42px;
  height: 3px;
  content: '';
  bottom: 0;
  left: 42px;
}





/* Topo */



.topo .barra {
  border-bottom: 1px solid #ededed;
  font-size: 11px;
  color: #858585;
  line-height: 30px;
}

.topo .barra .social {
  font-size: 18px;
  display: inline-block
}

.topo .barra .frase {
  display: inline-block
}

.topo .barra .atendimento li i {
  color: #bb8837;
  font-size: 18px;
  margin-right: 5px;
}

.topo .barra .atendimento li:first-child {
  margin-right: 30px;
}

.topo .barra .atendimento li:first-child i {
  color: #bb8837;
  width: 23px;
  height: 23px;
  line-height: 23px;
  text-align: center;
  font-size: 16px;
  margin: 0 5px;
}

.topo .barra .atendimento strong {
  color: #bb8837;
  font-weight: 400;
  font-size: 11px;
}

.topo .barra .atendimento .telefone {
  font-size: 13px;
}

.topo .corpo .logo a {
  display: inline-block;
  margin: 15px 0 7px
}

ul.nav {
  margin-top: 25px;
  display: inline-block;
}

ul.nav > li > a {
  color: #303335;
  font-size: 14px;
  border-radius: 0;
  padding-left: 8px;
  padding-right: 8px;
}

ul.nav > li.active > a {
  color: #bb8837;
  border-bottom: 3px solid #CCC;
  background-color: transparent;
  font-weight: 600;
}

ul.nav > li.active > a:hover,
ul.nav > li.active > a:focus,
ul.nav > li > a:hover,
ul.nav > li > a:focus {
  color: #bb8837;
  background-color: transparent;
  border-bottom: 3px solid;
  border-bottom-color: #bb8837;
}

ul.nav > li.active > a:hover,
ul.nav > li.active > a:focus {
  border-bottom-color: #000;
}





/* Rodapé */



.rodape {
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #303335;
  border-top: 3px solid #c19247;
  border-bottom: 3px solid #c19247;
}

.rodape-titulo {
	margin-bottom: 20px
}

.rodape i {
  background-color: transparent;
  border: 1px solid #303335;
  border-radius: 100px;
  width: 30px;
  height: 30px;
  color: #303335;
  line-height: 30px;
  text-align: center;
  font-size: 20px;
  margin-right: 5px;
}

.rodape address {
  margin-top: 0;
  font-size: 15px;
}

.rodape .atendimento .telefone {
  font-size: 16px;
  font-weight: 100;
}

.rodape-copyright {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 11px;
  text-transform: uppercase;
  color: #303335;
  overflow: hidden;
}

@media (max-width: 991px) {

  .rodape .atendimento {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .rodape .copyright {
    padding-top: 20px;
    padding-bottom: 60px;
  }
}





/* Internas */



.container-fluid.interna .container-fluid.titulo {
  background-color: #bb8737;
  background: url(../img/bg-titulo-pagina.png) repeat-y center;
}

.container-fluid.interna .container-fluid.titulo h1 {
  position: relative;
  display: inline-block;
  padding-bottom: 15px;
  font-weight: 800;
  color: #FFF;
  font-size: 30px;
  margin-top: 20px;
}

@media (max-width:767px) {

  .container-fluid.interna .container-fluid.titulo h1 {
    margin: 0px auto;
    font-size: 25px;
    display: block;
    margin-top: 30px;
    text-align: center;
  }
}

.go-top {
  text-align: right;
  display: inline-block;
  clear: both;
  background: #064773;
  color: #FFF;
  margin: 15px 0;
  padding: 1px 7px 5px;
  font-size: 18px;
  border-radius: 200px;
  width: 31px;
  height: 31px;
}

.go-top:hover,

.go-top:focus {
  background: #008db3;
  color: #FFF;
}