@charset "utf-8";@import url(https://fonts.googleapis.com/css?family=Poppins:400,300,500,600,700);

@import "normalize";
body {
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  font-size: 15px;
}


label { font-weight: 300; }

p{
  font-size: 16px;
}

.page{
  overflow: hidden;
}
.navbar-brand {
  padding: 15px 0;
}
.icon-mr { margin-right: 8px   }
.icon-ml { margin-left:  8px   }
.icon-bt { margin-bottom: 10px }
.icon-tp { margin-top:    5px  }
.btn-mr  { margin-right: 15px  }
.btn-tp  { margin-top:   11px  }
.btn-bt  { margin-bottom: 45px }
.img-bt  { margin-bottom: 15px }

.icon-sm { font-size: 12px }

.sub-title {
  color: #777;
}

.btn-link {
  font-weight: 200;
  color: white;
  border: 2px solid white;
  padding: 10px 60px;
}

.btn-link:hover {
  font-weight: 200;
  text-decoration: none;
  color: #888;
  background-color: white;
  border: 2px solid white;
  padding: 10px 60px;
  text
}

.link-orange {
  color: #F77A52;
}

.title-area {
  margin-top: 50px;
  margin-bottom: 80px;
}

.title-area h1, .title-area h2 {
  font-size: 30px;
}

.page-session{
  background-color: rgb(11,13,14);
  color: #fff;
  padding: 15px 0;
  font-size: 12px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
}

.page-session .socials {
  float: right;
}
.page-session p{
  margin: 0;
}
.mailphone{
  width: 50%;
  position: relative;
  float: left;
  display: inline-block;
}
.mailphone i{
  position: relative;
  float: left;
  margin-right: 17px;

  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}
.mailphone a{
  color: white;
  text-decoration:  none;
}
.mailphone:hover i{
  color: #F77A52;
}

.page-header {
  margin: 0;
  padding: 15px 0;
}

.page-header .navbar-nav a{
  color: #3b3b3b;
  font-weight: 400;
  font-size: 14px;
}

.page-nav {
  padding: 0;
}

.navbar-nav li a {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  padding: 0 25px;
  line-height: 60px;
}

.navbar-nav li a:hover {
  background-color: transparent;
  color: #F77A52;
}

.navbar-nav li a:last-child{
  padding-right: 0;
}

.soluction {
  width: 100%;
  height: auto;

  position: relative;
  float: left;
  margin-top: -60px;
  font-family: 'Poppins', sans-serif;
}
.soluction .container{
  background-color: #F77A52;
  padding-top: 30px;
  padding-bottom: 30px;
}
.soluction h3{
  margin: 0;
  font-size: 20px;
  color: white;
  font-weight: 600;
  line-height: 44px;
}
.soluction a{
  display: inline-block;
  width: 100%;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;

  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}
.soluction a:hover{
  background-color: white;
  font-size: 14px;
  font-weight: bold;
  color: rgb(11,13,14);
}


.services {
  padding-top: 105px;
  padding-bottom: 60px;
  font-family: 'Poppins', sans-serif;
}
.services h4{
  font-size: 18px;
  font-weight: bold;
  color: #3E3E3E;
  margin: 15px 0;
}
.services p{
  font-weight: 100;
  color: #6e6e6e;
  line-height: 24px;
}

.panel {
  -webkit-box-shadow: none;
}

.panel-service {
  text-align: center;
}

.panel-service p {
  color: #888;
}

.join-us {
  text-align: center;
  color: white;
  padding: 60px 0; margin:0;
  background-image: url('/images/arquitetura-background-andressa-borges.png');
  background-size: cover;
  background-attachment: fixed;
  background-position: center;

  font-family: 'Poppins', sans-serif;
}

.join-us h2{
  font-size: 30px;
  font-weight: 700;
}
.join-us p{
  font-weight: 100;
  line-height: 24px;
}
.join-us a{
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}
.join-us a:hover{
  background-color: white;
  font-size: 15px;
  font-weight: 600;
  color: rgb(11,13,14);
}

.quality {
  background-color: #F77A52;
  padding: 60px 0;

  font-family: 'Poppins', sans-serif;
  color: white;
}

.quality h3 {
  margin: 15px 0;
  font-size: 18px;
}
.quality span {
  width: 100%;
  display: block;
  margin: 15px 0;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}

.projects{
  font-family: 'Poppins', sans-serif;
}

.projects .col-md-3, .projects .col-lg-3{
  padding: 0 !important;
  margin: 0 !important
}

.projects img {
  width: 100%;
}

.projects h2 {
  margin:0;
  padding: 60px 0;
  font-size: 28px;
  font-weight: bold;
}
.projects .caption{
  width: 100%;
  height: 100%;
  background-color: rgba(11,13,14,0.8);
  opacity: 0.0;

  position: absolute;
  top: 0;
  left: 0;

  text-align:  center;

  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}
.projects #projectBox:hover .caption{
  opacity: 1.0;
}
.projects .caption h5{
  font-size: 18px;
  color: white;
}
.projects .caption a{
  width: auto;
  height: auto;
  display: inline-block;
  font-size: 32px;
  color: white;
  text-align: center;
  line-height: 32px;

  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}
.projects .caption a:hover{
  color: #F77A52;
}
.projects .caption .box{
  width: 100%;
  height: 100%;

  display: table;
}
.projects .caption .box .vertical{
  width: 100%;
  height: 100%;

  display: table-cell;
  vertical-align: middle;
}

.comments {
  padding: 50px;
  background-color: #F2F2F2;

  font-family: 'Poppins', sans-serif;
}
.comments h2{
  font-size: 30px;
  margin: 0;
}
.comments h5{
  font-size: 18px;
}
.comments hr{
  width: 60px;
  margin-left: 0;
  border-color: #F77A52;
}

.box-comment {
  padding: 30px;
  color: #888;
}

.box-about {
  height: 120px;
  background-color: #f2f2f2;
  padding: 30px;
  margin-bottom: 50px;
}

.contact {
  margin-bottom: 40px;
}

.page-footer {
  padding: 20px 0;
  color: #a8a8a8;
  background-color: #3d3d3d;

  font-family: 'Poppins', sans-serif;
}

.page-footer h3 {
  color: white;
  font-weight: 700;
  font-size: 18px;
}

.footer-back {
  font-size: 13px;
  padding: 10px 0;
  color: #a8a8a8;
  background-color: #363636;

  font-family: 'Poppins', sans-serif;
}

.footer-back a{
  color: #c4c4c4;
}

.navbar-toggle span{
  background-color: rgb(11,13,14);
}

.item .caption{
  width: 100%;
  height: 725px;
  background-size: cover;
  box-sizing: border-box;
  display: table;

  position: relative;
  float: left;


  text-align:  center;
  font-family: 'Poppins', sans-serif;
  color: white;
  overflow: hidden;

  vertical-align: middle;
}
.item .caption .box{
  width: 100%;
  height: 100%;
  display: table-cell;

  vertical-align: middle;
}
.item .caption h1{
  font-weight: 300;
  font-size: 77px;
}
.item .caption h1 strong{
  font-weight: 600;
}
.item .caption p{
  font-weight: 100;
  font-size: 18px;
}
.item .caption a{
  font-weight: 500;
  font-size: 16px;
  color:  white;
  text-decoration:  none;
  text-transform:  uppercase;
  border: solid 3px white;
  display: inline-block;
  box-sizing: border-box;
  margin-top: 45px;
  padding: 15px 30px;

  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}
.item .caption a:hover{
  background-color:  white;
  color: rgb(11,13,14);
}
.page-title{
  width: 100%;
  height: auto;
  background-color: #F77A52;

  position:  relative;
  float: left;
  padding: 30px 0;
  margin-bottom: 60px;

  font-family: 'Poppins', sans-serif;
}
.page-title h1{
  margin: 0;
  font-size: 30px;
  color: white;
  letter-spacing: -2px;
}
.page-title ol{
  margin: 0;
  background-color: transparent;

  font-size: 14px;
}
.page-title ol li.active{
  color: white;
}
.page-title ol li:before{
  color: white;
}
.page-title ol li a{
  color: #EBEBEB;
}

.about{
  font-family: 'Poppins', sans-serif;
  margin-bottom: 60px;
}
.about h2{
  font-size: 30px;
  margin: 0;
}
.about hr{
  width: 60px;
  border-color: #F77A52;
  position: relative;
  margin: 30px auto;
}
.about p{
  color: #888;
  font-weight: 100;
  line-height: 24px;
  margin-top: 18px;
}
.nopadding{
  padding: 0;
}
.box-values{
  min-height: 247px;
  padding: 0;

  font-family: 'Poppins', sans-serif;
}
.box-values h2{
  font-size: 30px;
  margin: 0;
}
.box-values hr{
  width: 60px;
  margin-left: 0;
  border-color: #F77A52;
}

.projects .box-project{
  padding: 0;
}
.projects .box-project:hover .caption{

  opacity: 1.0;
}

.box-service{
  margin-bottom: 45px;
}

.btn-orange{
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
  background-color: #F77A52;
  color: #fff;
  border-color: #fc6838;

  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
.btn-orange:hover{
  background-color: #FC6838;
  border-color: #F77A52;
  color: #FFF;
}
#projectBox{
  height: 268px;
  overflow: hidden;
  background-size: cover;
  background-position:  center;
}
