/************************************/
/* PAGE INTRO */
/************************************/
#pageIntro {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  text-align: center;
  padding: 70px 0;
}

#pageIntro .wrap {
  max-width: 980px;
}

#pageIntro .title {
  text-transform: uppercase;
  padding: 0 0 50px 0;
  font-weight: 700;
}

#pageIntro .subtitle {
  padding: 0 0 20px 0;
  font-weight: 300;
}

#pageIntro .introInfo {
  padding: 0 0 20px 0;
  font-weight: 400;
}

#pageIntro .cmyk li {
  display: inline-block;
  width: 115px;
  height: 115px;
  margin: 0 5px 0 5px;
  padding: 20px;
  border-radius: 50%;
  border: 2px dashed #333;
  color: #66c2ff;
  font-weight: bold;
}

#pageIntro .cmyk li:nth-child(2) {
  color: #c43baf;
}

#pageIntro .cmyk li:nth-child(3) {
  color: #ffc328;
}

#pageIntro .cmyk li:nth-child(4) {
  color: #000;
}

#pageIntro a {
  font-weight: 700;
}

.whiteBg {
  background-color: #fff;
}

.bgEmpresa {
  background-image: url('../img/upload/empresa01.jpg');
}

.bgServicos {
  background-image: url('../img/upload/servicos01.jpg');
}

.fixedBg {
  display: block;
  top: 0;
  left: 0;
  z-index: -1;
}

.bgProdutos {
  background: url('../img/upload/produtos01.jpg') center /cover no-repeat fixed;
}

.bgOrcamentos {
  background: url('../img/upload/orcamentos01.jpg') center /cover no-repeat fixed;
}

.bgInformacoes {
  background: url('../img/upload/informacoes01.jpg') center /cover no-repeat fixed;
}

.bgContactos {
  background: #f2f2f2;
}

/************************************/
/* END PAGE INTRO */
/************************************/

/************************************/
/* HISTORY */
/************************************/
#history {
  background: #00a5ef;
  padding: 70px 0;
}

#history .subtitle {
  padding: 0 0 20px 0;
  font-weight: 300;
  text-align: center;
  color: #fff;
}

#history p {
  color: #fff;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
}
/************************************/
/* END HISTORY */
/************************************/

/************************************/
/* TEAM */
/************************************/
#team {
  background: #4d4d4d url('../img/upload/empresa02.jpg') center /cover no-repeat;
}

#team .wrap {
  max-width: 980px;
}

#team .subtitle {
  padding: 0 0 20px 0;
  font-weight: 300;
  text-align: center;
  color: #fff;
}

#team p {
  color: #fff;
  text-align: center;
}

#team .image {
    margin: 20px auto 0 auto;
    padding: 15px;
    /*border: 1px solid #fff;*/
    min-height: 300px;
    height: 70vh;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    }

.navEmpresaWrap {
  float: right;
}

.empresaNav {
  display: inline-block;
  font-size: 25px;
  color: #FFF;
  cursor: pointer;
}

.image_title {
  font-size: 18px;
  padding-top: 10px;
}

#team .image_title {
    font-size: 18px;
    padding-top: 5px;
    padding-bottom: 5px;
    position: absolute;
    bottom: 15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
  -moz-transform:    translateX(-50%);
  -ms-transform:     translateX(-50%);
  -o-transform:      translateX(-50%);
  transform:         translateX(-50%);
    display: block;
    padding: 5px 10px;
    /*width: 100%;*/
    background-color: rgba(0,0,0,0.7);
    border-radius: 4px;
}

/************************************/
/* END TEAM */
/************************************/

/************************************/
/* SERVICES */
/************************************/
#services {
  padding: 0;
}

#services li {
  float: left;
  width: calc(50% - 3px);
  position: relative;
}

#services li:nth-child(1) {
  background: url('../img/upload/_MG_1335_gabinetedesign.jpg') center /cover no-repeat;
  color: #fff;
  margin-right: 6px;
  margin-bottom: 6px;
}

#services li:nth-child(2) {
  background: url('../img/upload/_MG_1324_preimpressao.jpg') center /cover no-repeat;
  color: #fff;
   margin-bottom: 6px;
}

#services li:nth-child(3) {
  background: url('../img/upload/_MG_1152_impressao.jpg') center /cover no-repeat;
  color: #fff;
  margin-right: 6px;
}

#services li:nth-child(4) {
  background: url('../img/upload/_MG_1259_acabamento.jpg') center /cover no-repeat;
  color: #fff;
}

.opacityDiv {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.4);
}

#services .smallWrap {
  max-width: 560px;
  position: relative;
  text-align: left;
  margin: 70px 0 70px 40px;
  min-height: 188px;
}

#services li:nth-child(odd) > .smallWrap {
  float: right;
  margin: 70px 40px 70px 0;
}

#services h2 {
  text-align: center;
  padding: 0 0 20px 0;
}
/************************************/
/* END SERVICES */
/************************************/

/************************************/
/* PRODUCTS */
/************************************/
#products {
  padding: 0 0 70px 0;
}

/*#products li {
  float: left;
  position: relative;
  width: 33.33%;
  height: 400px;
  box-sizing: border-box;
  border: 20px solid rgba(255,255,255,.9);
  background-size: cover;
}

#products ul > li > a {
  display: block;
  height: 100%;
}

#products ul > li > a:not(:first-of-type) {
  display: none;
}*/

#team ul {
    background-color: #FFF;
}

#team .oquefazemos_slider_wrapper {
    float: left;
    position: relative;
    width: 50%;
    height: 400px;
    box-sizing: border-box;
    border: 20px solid rgba(255,255,255,.9);
    color: #333;
}


#team .oquefazemos_slider_wrapper p {
    color: #333;
    padding-top: 15px;
}

.oquefazemos_slider_wrapper {
    float: left;
    position: relative;
    width: 33.33%;
    height: 400px;
    box-sizing: border-box;
    border: 20px solid rgba(255,255,255,.9);
    color: #333;
}

.oquefazemos_slider {
    background-color: rgba(255,255,255,.9);
}

.oquefazemos_slide {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 311px;
}

#products p {
  position: absolute;
  bottom: 0 px;
  left: 0;
  width: 100%;
  padding: 10px 0;
  text-align: center;
  background: rgba(255,255,255,.9);
}
/************************************/
/* END PRODUCTS */
/************************************/

/************************************/
/* BUDGET */
/************************************/
#budget {
  padding: 0 0 70px 0;
}

#budget .budgetForm {
  margin: auto;
  max-width: 580px;
}

#budget input, #budget textarea {
  width: 100%;
  padding: 15px 10px;
  border: none;
  background: #fff;
  border-radius: 3px;
  margin: 10px 0;
  font-size: 15px;
}

#budget button {
  text-transform: uppercase;
  font-weight: 700;
  border: none;
  min-width: 300px;
  text-align: left;
}

#budget button span {
  display: inline-block;
  vertical-align: middle;
}

#budget button span.icon-right {
  font-size: 30px;
  padding: 0 10px 0 0;
}
/************************************/
/* END BUDGET */
/************************************/

/************************************/
/* INFO */
/************************************/
#info {
  padding: 0 0 70px 0;
}

#info .infoWrap {
  display: block;
  padding: 20px 0 0 0;
}

/*#info li:first-of-type .infoWrap {
  display: block;
}*/

#info .accordion li {
  margin: 15px auto;
  padding: 15px 0 0 0;
  border-top: 1px dashed #fff;
}

#info .accordion li:first-of-type {
  margin: 0 auto 15px auto;
  border-top: none
}

#info .accordion h2 {
  font-weight: 300;
  cursor: pointer;
}

#info .infoWrap img {
  padding: 0 20px 20px 0;
  width: auto;
  max-width: 100%;
  float: left;
}
/************************************/
/* END INFO */
/************************************/

/************************************/
/* CONTACTS */
/************************************/
#contacts {
  padding: 0 0 70px 0;
  text-align: center;
}

#contacts li {
  display: inline-block;
  width: 300px;
  vertical-align: top;
}

#contacts li span {
  font-size: 60px;
  padding: 20px;
  border-radius: 50%;
  border: 2px dashed #333;
}

#contacts li p {
  padding: 5px 0;
  font-weight: 700;
}

#contacts li p:first-of-type {
  padding: 40px 0 0 0;
}
/************************************/
/* END CONTACTS */
/************************************/

/************************************/
/* MAP */
/************************************/
#map iframe {
  width: 100%;
}
/************************************/
/* END MAP */
/************************************/


/************************************/
/************************************/
/* TABLET */
/************************************/
/************************************/

@media (max-width:1200px) {

	/************************************/
	/* PAGE INTRO */
	/************************************/

  #pageIntro {
    padding: 50px 0;
  }

  #pageIntro .wrap {
    max-width: 720px;
  }

  #pageIntro .title {
    padding: 0 0 40px 0;
  }

  #pageIntro .cmyk li {
    display: inline-block;
    width: 105px;
    height: 105px;
  }

	/************************************/
	/* END PAGE INTRO */
	/************************************/

  /************************************/
  /* HISTORY */
  /************************************/

  #history {
    padding: 50px 0;
  }

  /************************************/
  /* END HISTORY */
  /************************************/

  /************************************/
  /* SERVICES */
  /************************************/
  #services li {
    width: 100%;
    margin-bottom: 6px;
  }

  #services li:last-child {
    margin-bottom: 0;
  }

  #services .smallWrap {
    max-width: 720px;
    margin: 60px auto;
    min-height: 1px;
  }

  .opacityDiv {

  }

  #services li:nth-child(odd) > .smallWrap {
    float: none;
    margin: 60px auto;
  }
  /************************************/
  /* END SERVICES */
  /************************************/

  /************************************/
  /* PRODUCTS */
  /************************************/
  #products {
    padding: 0 0 60px 0;
  }
     
    #team .oquefazemos_slider_wrapper, .oquefazemos_slider_wrapper {
        width: 50%;
        height: 315px;
        border: 15px solid rgba(255,255,255,.9);
      }
    
    .oquefazemos_slide {
        height: 242px;
    }
  /************************************/
  /* END PRODUCTS */
  /************************************/

  /************************************/
  /* BUDGET */
  /************************************/
  #budget {
    padding: 0 0 60px 0;
  }
  /************************************/
  /* END BUDGET */
  /************************************/

  /************************************/
  /* INFO */
  /************************************/
  #info {
    padding: 0 0 60px 0;
  }
  /************************************/
  /* END INFO */
  /************************************/

  /************************************/
  /* CONTACTS */
  /************************************/
  #contacts {
    padding: 0 0 60px 0;
  }

  #contacts li {
    width: 200px;
  }
  /************************************/
  /* CONTACTS */
  /************************************/
}


/************************************/
/************************************/
/* MOBILE */
/************************************/
/************************************/

@media (max-width:767px) {

	/************************************/
	/* PAGE INTRO */
	/************************************/

  #pageIntro {
    padding: 40px 0;
  }

  #pageIntro .wrap {
    max-width: 100%;
    padding: 0 10px;
  }

  #pageIntro .title {
    padding: 0 0 30px 0;
  }

  #pageIntro .cmyk li {
    display: inline-block;
    padding: 5px;
    width: 60px;
    height: 60px;
    border: 1px dashed #333;
  }

	/************************************/
	/* END PAGE INTRO */
	/************************************/

  /************************************/
  /* HISTORY */
  /************************************/

  #history {
    padding: 40px 0;
  }

  #history p {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
  /************************************/
  /* END HISTORY */
  /************************************/

  /************************************/
  /* SERVICES */
  /************************************/

  #services .smallWrap {
    max-width: 100%;
    padding: 0 10px;
    margin: 40px auto;
  }

  #services li:nth-child(odd) > .smallWrap {
    margin: 40px auto;
  }
  /************************************/
  /* END SERVICES */
  /************************************/

  /************************************/
  /* PRODUCTS */
  /************************************/
  #products {
    padding: 0 0 40px 0;
  }


    
    
    #team .oquefazemos_slider_wrapper, .oquefazemos_slider_wrapper {
        float: none;
        margin: auto;
        width: 100%;
        max-width: 300px;
        height: 260px;
        border: 10px solid rgba(255,255,255,.9);
    }
    
    .oquefazemos_slide {
        height: 200px;
    }

    /*.oquefazemos_slider {

    }

    .oquefazemos_slide {
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        height: 360px;
    }

    #products p {
      position: absolute;
      bottom: 0 px;
      left: 0;
      width: 100%;
      padding: 10px 0;
      text-align: center;
      background: rgba(255,255,255,.9);
    }*/
    
    
  /************************************/
  /* END PRODUCTS */
  /************************************/

  /************************************/
  /* BUDGET */
  /************************************/
  #budget {
    padding: 0 0 40px 0;
  }
  /************************************/
  /* END BUDGET */
  /************************************/

  /************************************/
  /* INFO */
  /************************************/
  #info {
    padding: 0 0 40px 0;
  }
  /************************************/
  /* END INFO */
  /************************************/

  /************************************/
  /* CONTACTS */
  /************************************/
  #contacts {
    padding: 0 0 40px 0;
  }

  #contacts li {
    padding: 0 0 30px 0;
  }

  #contacts li span {
    font-size: 40px;
    padding: 10px;
  }

  #contacts li {
    display: block;
    width: 100%;
  }

  #contacts li p:first-of-type {
    padding: 30px 0 0 0;
  }
  /************************************/
  /* CONTACTS */
  /************************************/

  /************************************/
  /* MAP */
  /************************************/
  #map iframe {
    height: 50vh;
  }
  /************************************/
  /* END MAP */
  /************************************/
}
