body {
  color: #5a5a5a;
  font-family: Raleway;
}
.navbar {
  padding: 40px 0px;
  margin-bottom: 0px;
  background: #fff;
  border: 0px;
  box-shadow: 0px;
}

.navbar-brand {
  text-indent: -9999px;
  height: 46px;
  width: 170px;
  background-image: url(../img/brand.png);
  position: relative;
  margin-left: 20px;
}

.navbar-default .navbar-nav>li>a {
  font-size: 14px;
  font-weight: bold;
  font-family: Raleway;
  color: #0000b8;
  padding: 4px 10px;
  text-align: center;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
  color: #0000b8;
  background: rgba(255, 130, 26, 0.7);
  border-radius: 3px;
}

.carousel,
.item,
.active {
    height: 100%;
}

.carousel-inner {
    height: 100%;
}

/* Background images are set within the HTML using inline CSS, not here */

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.portfolio {
  background-image: url(../img/orange_background.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 50px;
}

.port-title .title > h2 {
  font-size: 48px;
  font-weight: normal;
  font-family: Raleway;
  text-shadow: 3px 3px 8px #888888;
  color: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}

.port-title > h5 {
  font-size: 16px;
  font-weight: normal;
  font-family: Raleway;
  text-shadow: 3px 3px 8px #888888;
  color: #fff;
  padding-bottom: 50px;
  text-align: center;
}

.thumbnail {
  display: inline;
}

.port-thumb .col-lg-3 p a {
  color: white;
  background: rgba(204, 204, 204, 0.7);
  font-size: 12px;
  font-weight: normal;
  font-family: Raleway;
  border-radius: 3px;
  padding: 4px 10px;
}

.port-thumb .col-lg-3 {
  margin-bottom: 50px;
  text-align: center;
}

.port-thumb h4 {
  font-weight: normal;
}

.port-thumb .col-lg-3 p {
  margin-right: 10px;
  margin-left: 10px;
}

footer {
  padding: 30px;
}

footer > p {
  font-size: 14px;
  font-weight: bold;
  font-family: Raleway;
  color: #0000b8;
  text-align: center;
}

.empresa h1 {
  text-align: center;
  color: #0000b8;
}

.empresa .lead {
  font-size: 18px;
  text-align: center;
}

.empresa h3 {
  color: #0000b8;
}


.empresa p {
   text-align: justify;
    text-justify: inter-word;;
}

.empresa .page-header {
  border-bottom: 1px solid rgb(255, 130, 26);
}

.servicos h1 {
  text-align: center;
  color: #0000b8;
}

.servicos .lead {
  font-size: 18px;
  text-align: center;
}

.servicos h3 {
  color: #0000b8;
}


.servicos p {
   text-align: justify;
    text-justify: inter-word;;
}

.servicos .page-header {
  border-bottom: 1px solid rgb(255, 130, 26);
}

.contactos h1 {
  text-align: center;
  color: #0000b8;
}

.contactos  .page-header {
  border-bottom: 1px solid rgb(255, 130, 26);
}

.contactos .lead {
  font-size: 18px;
  text-align: center;
}

.contactos h3 {
  color: #0000b8;
}


.contactos p {
  text-align: justify;
  text-justify: inter-word;
  font-weight: bold;
}


  
.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}



.individual-project h1 {
  text-align: center;
  color: #0000b8;
}

.individual-project h3 {
  text-align: center;
  color: #0000b8;
}


.individual-project .page-header {
  border-bottom: 1px solid rgb(255, 130, 26);
}

.project-type h1 {
  text-align: center;
  color: #0000b8;
}

.project-type h3 {
  text-align: center;
  color: #0000b8;
}


.project-type .page-header {
  border-bottom: 1px solid rgb(255, 130, 26);
}