@charset "utf-8";
.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

.texto_header{
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  font-size: 18px;
  color:#3e4095;
  font-style: italic;
 
}
.b-example-divider {
  height: 3rem;
  background-color: rgba(0, 0, 0, .1);
  border: solid rgba(0, 0, 0, .15);
  border-width: 1px 0;
  box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.b-example-vr {
  flex-shrink: 0;
  width: 1.5rem;
  height: 100vh;
}

.bi {
  vertical-align: -.125em;
  fill: currentColor;
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.bem_vindo{
  margin-top:0px;
  padding: 50px;
  text-align:justify;
  font-size: 22px;
  font-family: 'Roboto', sans-serif;
  color: #ffffff;
  background-image: url("../img/bg_bv2.png");
  background-repeat: repeat-x;
}




.bem_vindo b{
  text-align:justify;
  font-family: 'Roboto', sans-serif;
 /* color: #0b325e;*/
  font-weight: bold;

}

.secao{
  background-color: #ffffff;
  margin-top:0px;
  padding: 50px;
  text-align:justify;
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
  color: #000000;
}
.titulo_secao{
  font-size: 20px;
  color: #3e4095;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 10px;
}

.secao p{
  text-align:justify;
  font-size: 18px;
  color: #000000;
}

.secao b{
  text-align:justify;
  font-size: 18px;
  color: #3e4095;
}
.recuo{
  padding-left: 0px;
}
.bulet{
  color: #3e4095;
}

.titulo_endereco{
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  color: #0b325e;
  font-weight: bold;
}
.texto_footer{
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
  color:#000000;
}

.outrosservicos{
  width: 100%;
  margin-bottom: 20px;
}

.titulo_outrosservicos{
  font-size: 20px;
  color: #3e4095;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 10px;
}


.link_contato:link {
  color: #000000;
  text-decoration: none;
}

/* visited link */
.link_contato:visited {
  color: #000000;
  text-decoration: none;
}

/* mouse over link */
.link_contato:hover {
  color: #0b325e;
text-decoration: none;
}

/* selected link */
.link_contato:active {
  color: #000000;
  text-decoration: none;
}









a:link {
  color: #000000;
  text-decoration: none;
}

/* visited link */
a:visited {
  color: #000000;
  text-decoration: none;
}

/* mouse over link */
a:hover {
  color: #0b325e;
text-decoration: none;
}

/* selected link */
a:active {
  color: #000000;
  text-decoration: none;
}




.menu:link {
  color: #ffffff;
  text-decoration: none;
}

/* visited link */
.menu:visited {
  color: #ffffff;
  text-decoration: none;
}

/* mouse over link */
.menu:hover {
  color: #78c9ff;
text-decoration: none;
}

/* selected link */
.menu:active {
  color: #ffffff;
  text-decoration: none;
}

.solucoes{
  margin-top:0px;
  padding: 25px;
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  color: #ffffff;
  background-color: #04568e; /*#006cb5;*/
}

.solucoes h1{
  font-size: 40px;
}

.espacamento_utilitarios{
  margin: 10px;
}