/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */


.cidades{
  background-color: #262626;
  color: #FDB700;
  padding: 40px 0px;
}
.card {
  border-right:1px solid #333;
  text-align: center;
  padding-bottom: 8px;
}
 .card:last-child  {
  border-right:none;
}
.mt{
  margin-top: 50px;
}
.texto{
  color: #fff;
}
.space{
  padding: 50px 0 ;
}
.col {
  position: relative;
  float: left;
}
.link > a{
  color:#fff;
  text-decoration: none;
}

.link > a:hover,
.link > a:focus{
  color:#FBB602;
  text-decoration: none;
}
.left{
  padding-left: 50px;
}
.bartop{
  min-height:40px;
  background-color:#222;
  color:#fff;
  padding: 15px;
}
.image {
  display: block;
  width: 100%;
  height: auto;
}
.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #008CBA;
}
.col:hover .overlay {
  opacity: 1;
}
.text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.navbar-brand{
  padding: 0 !important;
}
.borda{
  border: 1px solid #777 ;
}
.topbar{
  color: #FFFFFF;
  font-weight: 400;
  font-size: 0,8em;
}
.topbar hr{
  color: #FFFFFF;
}
.segnavbar{
  background-image: url("../images/bg-topbar.jpg");
  background-repeat: repeat-x;
  padding-top: 20px;
  min-height: 180px;
}
.empresa{
  background-image: url("../images/bg-empresa.jpg");
  background-repeat: repeat-x;
  padding-top: 60px;
  min-height: 260px;
  color: #f7f7f7;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
}
.terraplanagem{
  background-image: url("../images/bg-terraplanagem.jpg");
  background-repeat: repeat-x;
  padding-top: 60px;
  min-height: 260px;
  color: #f7f7f7;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
}
.sidebar {
  overflow: hidden;
  margin-top: 30px;
}
.obras{
  background-image: url("../images/bg-obras.jpg");
  background-repeat: repeat-x;
  padding-top: 60px;
  min-height: 260px;
  color: #f7f7f7;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
}
.contato{
  background-image: url("../images/bg-contato.jpg");
  background-repeat: repeat-x;
  padding-top: 60px;
  min-height: 260px;
  color: #f7f7f7;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
}
.form{background:#FFFFFF;}
.infoform{background: #FDB601;}
.redes {text-align: right; font-size: 18px;}
.redes li{
  margin-left: 10px;
  margin-top: 10px;
  font-size: 34px;
  line-height: 42px;
  color: #fff;
  width: auto;
  display: inline-block;
}
.fone{font-size: 34px;}
.email{font-size: 18px;}
.end{font-size: 20px;}
#mapa {
  height:400px;
  width:100%;
}
.breadcrumb {
  background: none !important;
  padding: 0px 15px !important;
}
.breadcrumb li > a {
  color: #fff !important;
}
.breadcrumb > .active >a {
  color: #777 !important;
}
.navbar-inverse .navpoli > .active > a,
.navbar-inverse .navpoli > .active > a:hover,
.navbar-inverse .navpoli > .active > a:focus {
  color: #242C32 !important;
}
/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */
/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
}
/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
}
.navbar-wrapper .navbar .container {
  width: auto;
}
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
/* Carousel base class */
.carousel {
  height: 670px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}
.carousel-caption h1 {
  font-size: 3em;
  font-weight: 300;
  color: #F9B600;
}
.carousel-caption h3 {
  font-size: 2em;
  font-weight: 300;
  color: #FFFFFF;
}
.carousel-caption p {
  font-size: 0.6em;
  font-weight: 300;
  color: #FFFFFF;
}
/* Declare heights because of positioning of img element */
.carousel .item {
  height: 670px;
  background-color: #777;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 670px;
}
/* MARKETING CONTENT
-------------------------------------------------- */
/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 20px;
  text-align: center;
}
.marketing h2 {
  font-weight: normal;
}
.marketing .col-lg-4 p {
  margin-right: 10px;
  margin-left: 10px;
}
/* Featurettes
------------------------- */
.featurette-divider {
  margin: 80px 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}
/* RESPONSIVE CSS
-------------------------------------------------- */
@media (min-width: 768px) {
  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 20px;
  }
  .nav > li {
    background-color:  !important;
  }
  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
  }
  .navbar-right{
    margin-right: 0px !important; 
  }
  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
    border-radius: 4px;
  }
  /* Bump up size of carousel content */
  .featurette-heading {
    font-size: 50px;
  }
}
@media (min-width: 992px) {
  .featurette-heading {
    margin-top: 120px;
  }
}