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


/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */
* {
  font-size:1em;
}

/* 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;
}
.navbar-brand img {
  margin-top:-40px;
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  height: 500px;
  margin-bottom:20px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
  color:#000;
  text-shadow: 0 1px 2px rgba(255, 255, 255, .8);
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 500px;
  background-color: #777;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 500px;
  opacity:0.6;
  filter: alpha(opacity=60);
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.content-projetos .col-lg-4 {
  margin-bottom: 20px;
  text-align: center;
}
.content-projetos h2 {
  font-weight: normal;
}
.content-projetos .col-lg-4 p {
  margin-right: 10px;
  margin-left: 10px;
}

.content-projetos img {
  padding-top: 30px;
}

/* Featurettes
------------------------- */

.featurette-divider {
  margin: 80px 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the projetos headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}

/******************************************* My CSS *******************************************/
.container-sep1, .content-entenda, .content-servicos, .content-projetos, .content-negocios, .container-sep4 {
    margin-bottom:40px;
}

.content-entenda span {
  float:left;
  margin:0 2px 2px 2px;
}

.content-entenda h2 {
  text-align:right;
}

.content-entenda span.glyphicon {
    font-size:3em;
}

.container-sep1, .container-sep2, .container-sep3, .container-sep4 {
  height:300px;
  color:#fff;
  text-shadow: 0 2px 2px rgba(102, 102, 102, .8);
  padding-top:20px;
}

.container-sep1 {
  background-color:rgba(51,128,0,0.7);
}

.container-sep2 {
  background-color:rgba(138,79,46,0.7);
}

.container-sep3 {
  background-color:rgba(35,61,78,0.7);
}

.container-sep4 {
  background: #358CCE;
}

.container-sep1 span.glyphicon, .container-sep2 span.glyphicon, .container-sep3 span.glyphicon, .container-sep4 span.glyphicon {
  font-size:4em;
}

/********* Negocios ********************/

.alizarin {
    background: #e74c3c;
}

.peter-river {
    background: #3498db;
}

.dl {
    padding:0;
    position: relative;
}

.dl:before {
    content: " ";
    height: 20px;
    width: 20px;
    background: #ddd;
    border-radius: 20px;
    position: absolute;
    left: 50%;
    top: 20px;
    margin-left: -10px;
}

.dl .discount {
    min-height: 50px;
    position: relative;
    font-size: 80px;
    line-height: 80px;
    text-align: center;
    font-weight: bold;

    padding: 20px 15px 0;
    color: #f1c40f;
}

.dl .discount:after {
    content: " ";
    
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    position: absolute;
    bottom: -20px;
    left: 20%;
}

.dl .discount.alizarin:after {
    border-top: 20px solid #e74c3c;
}

.dl .discount.peter-river:after {
    border-top: 20px solid #3498db;
}

.dl .descr {
    color: #999;
    margin-top: 10px;
    padding: 20px 15px; 
}

.negocios-box > .negocios-icon { text-align: center; position: relative; }
.negocios-box > .negocios-icon > .negocios-image { position: relative; z-index: 2; margin: auto; width: 88px; height: 88px; border: 8px solid white; line-height: 88px; border-radius: 50%; background: #63B76C; vertical-align: middle; }
.negocios-box > .negocios-icon:hover > .negocios-image { background: #333; }
.negocios-box > .negocios-icon > .negocios-image > span { font-size: 36px !important; color: #fff !important; }
.negocios-box > .negocios-icon:hover > .negocios-image > span { color: white !important; }
.negocios-box > .negocios-icon > .negocios-info { margin-top: -24px; background: rgba(0, 0, 0, 0.04); border: 1px solid #e0e0e0; padding: 15px 0 10px 0; }
.negocios-box > .negocios-icon:hover > .negocios-info { background: rgba(0, 0, 0, 0.04); border-color: #e0e0e0; color: white; }
.negocios-box > .negocios-icon > .negocios-info > h2.negocios-title {color: #222;}
.negocios-box > .negocios-icon:hover > .negocios-info > h2.negocios-title, .negocios-box > .negocios-icon:hover > .negocios-info > p, .negocios-box > .negocios-icon:hover > .negocios-info > .negocios-more > a { color: #222; }
.negocios-box > .negocios-icon > .negocios-info > p {padding-left:15%;padding-right:15%}
.negocios-box > .negocios-icon > .negocios-info > .negocios-more a {font-size: 12px; color: #222; line-height: 12px; text-decoration: none; }
.negocios-box > .negocios-icon:hover > .negocios-info > .negocios-more > a { color: #fff; padding: 6px 8px; background-color: #63B76C; }
.negocios-box .negocios-space { height: 30px; }

/* RESPONSIVE CSS
-------------------------------------------------- */
@media (min-width: 320px) {
  .container-sep1 h1, .container-sep2 h1, .container-sep3 h1, .container-sep4 h1 {
    font-size:34px;
  }
}
@media (min-width: 768px) {
  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 20px;
  }
  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
  }

  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
    border-radius: 4px;
  }

  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 992px) {
  .featurette-heading {
    margin-top: 120px;
  }
}