.navbar-brand {
  padding: 10px 15px;
}
header {
  background: rgba(0, 0, 0, 0.25);
}

.navbar > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand {
  /*background: rgba(255,255,255,0.7);
    -webkit-box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.75);*/
  font-size: 14px;
}
.navbar > .container .navbar-brand:hover,
.navbar > .container-fluid .navbar-brand:hover {
  background: #788bb9;
  border-radius: 10px;
  -webkit-transition: background-color 300ms linear;
  -ms-transition: background-color 300ms linear;
  transition: background-color 300ms linear;
}

.navbar .navbar-nav li a:hover,
.navbar .navbar-nav li a:focus {
  color: #515151;
}

.navbar {
  background-color: #707e9f;
}
.navbar-brand {
  font-size: 16px;
  display: flex;
  align-items: center;
  color: #f36015;
}
.navbar-text-3rmais {
  padding-left: 20px;
  color: #f36015;
}
.navbar-container-3rmais {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.navbar-facebook {
  height: 35px;
}
.Servicos-background {
  height: 546px;
  margin-left: auto;
  margin-right: auto;
  width: 1024px;
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.5)),
    url(../img/construcao.jpg);
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.Servicos-background-right,
.Servicos-background-left {
  height: 100%;
  margin-top: 200px;
}
.Servicos-background-right {
  margin-left: 300px;
}
.Servicos-background-left {
  padding-right: 28px;
}
.Servicos-background-title {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 20px;
  color: #f36015;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: rgba(0, 0, 0, 0.25);
}
.facebook-container {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.grey {
  background: #ababab;
}
.company-container {
  margin-top: 30px;
  max-width: 70%;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  flex-direction: column;
  text-align: justify;
}
.company-container::after {
  content: "";
  background: url(../img/3r+logo.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.2;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
}
hr.star-blue {
  border-top: solid 3px;
  border-color: white;
}
.company-img img {
  height: 300px;
}
.header-company {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 110px;
  flex-direction: column;
  background: rgba(0, 0, 0, 0.25);
}
.company-underline {
  text-decoration: underline;
}
.company-pequeno {
  font-size: 12px;
  margin-top: 12px;
}
.center-button {
  margin-top: 30px;
  width: 200px;
  background-color: #707e9f;
  text-align: center;
  height: 50px;
  line-height: 50px;
  border-radius: 25px;
  color: white;
}
.center-button:hover {
  background: grey;
}
a:hover,
a:focus {
  text-decoration: none;
}
#portfolio {
  background: rgba(0, 0, 0, 0.25);
}
#fachadas {
  background: rgba(0, 0, 0, 0.25);
}
#map {
  width: 100%;
}

.mapa {
  width: 100%;
}

@media (max-width: 768px) {
  .navbar-brand img {
    display: none;
  }
  #servicos {
    overflow: scroll;
  }
  .navbar-container-3rmais {
    flex-direction: column;
    padding-bottom: 20px;
  }
}

#apresentacao > div > div:nth-child(2) > div:nth-child(7) > a:hover {
  text-decoration: underline;
}
#page-top > header > div > div > div > img.img-responsive.header-logo {
  /* max-height: 20vh !important; */
}

#apoios {
  max-height: 10vh !important;
}
#apoios-container {
}
