/* HTML5 ✰ Boilerplate
 * ==|== normalize ==========================================================
 */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { margin: 0; font-size: 13px; line-height: 1.231; }
body, button, input, select, textarea { font-family: sans-serif; color: #222; }

/*::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }*/

a { color: #00e; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; *overflow: visible; }
table button, table input { *overflow: auto; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }
address {font-style: normal;}


/* ==|== primary styles =====================================================
   Author: 
   ========================================================================== */
body {
  font-family: "Helvetica", sans-serif;
}

#container {
  width: 1000px;
  height: 654px;
  margin: 0 auto;
  position: relative;
}

#sidebar {
  width: 144px;
  float: left;
  margin: 27px 0 27px 5px;
}
#logo {
  width: 114px;
  height: 169px;
  position: relative;
  float: right;
  margin-bottom: 10px;
}
  #logo address {
    width: 114px;
    color: #BBB;
    font-size: 11px;
    text-align: right;
    font-style: normal;
    font-weight: bold;
    display: block;
    position: absolute;
    bottom: 10px;
  }

  #menu {
    clear: both;
  }
  #menu ul {
    list-style: none inside;
    padding: 0;
    text-align: right;
  }
  #menu a:hover, #menu li.active a {
    color: #000;
  }
 #menuSite li ul {
   margin: 1px 0;
 }
 #menuSite li ul li {
   margin-bottom: 1px;
 }
 #menuSite li ul li a {
    font-size: 14px;
    text-transform: none;
    /*color: #BBB !important;*/
    color: rgb(137, 137, 137) !important;
    font-weight: normal !important;
  }
  #menuSite li ul li.active a, #menuSite li ul li a:hover {
    color: #000 !important;
  }
  #menuSite {
    
  }
  #menuSite a {
    /*color: #BBB;*/
    color: rgb(188, 187, 187);
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
  }
  #menuSocial a {
    color: #BBB;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
  }

#content {
  width: 792px;
  height: 591px;
  float: right;
  margin: 27px 27px 27px 0;
}
#content h1 {
  font-size: 15px;
}
  #homeGallery {
    width: 792px;
    height: 591px;
    /*background: url(../img/homeGallery.jpg) no-repeat center;*/
    /*border: 1px solid #8B8889;*/
  }
  #homeGallery table {
    border: 0;
  }
  #homeGallery td {
    padding: 1px;
  }
  #descubra {
    width: 662px; /*792px*/
    height: 378px; /*488px*/
    background: #C9FF44;
    font-size: 17px;
    padding: 55px 65px;
    line-height: 27px;
    margin-top: -27px;
  }
    #descubra p{
      margin: 0;
    }
  #descubraMais {
    width: 100%;
    height: 48px;
    background: #E7FFAB;
    text-align: right;
    font-size: 17px;
    font-weight: bold;
  }
  #descubraMais p {
    height: 35px; /*48px*/
    margin: 0 20px;
    padding: 13px 50px 0 0;
    background: url(../img/descubraMais.png) no-repeat right center;
    cursor: pointer;
  }
  #quemSomos {
    line-height: 20px;
    font-size: 12px;
    padding: 27px 0 0 27px;
    display: none;
    height: 0;
  }
  #quemSomos h2 {
    font-size: 15px;
    margin: 0 0 10px;
  }
    #colunaSomos {
      width: 213px;
      float: left;
      margin-right: 68px;
    }
    #colunaSomos2 {
      width: 202px;
      float: left;
      margin-right: 85px;
    }
    #colunaSomos3 {
      width: 196px;
      height: 490px;
      float: left;
    }
  #contato, #shop {
    margin-top: 105px;
    margin-left: 58px;
    height: 100%;
    font-size: 13px;
  }
    #contatoTxt {
      width: 282px;
      float: left;
      margin-right: 20px;
    }
    #contatoMap {
      width: 340px;
      float: left; 
    }
    #contatoForm {
      margin-top: 40px;
    }
    #emailNews {
      width: 198px; /*208px*/
      height: 31px;
      background: #E5E5E5;
      color: #000;
      border: 0;
      font-size: 12px;
      font-weight: bold;
      padding: 0 5px;
    }
    #enviaNews {
      width: 60px;
      height: 30px;
      background: #000;
      color: #FFF;
      border: 0;
      font-size: 12px; 
      margin-left: 10px;
      text-transform: uppercase;
      cursor: pointer;
    }
  #shop {
    font-weight: bold;
  }

  #portfolio {
    width: 100%;
    height: auto;
    max-height: 591px;
    overflow: auto;
    margin-top: 10px;
    outline: none;
  }
  #portfolio .content {
    margin-top: 70px;
    width: 9000px;
    height: 469px;
  }
    #portfolio.camarao .content {
    margin-top: 40px;
    width: 4300px;
    height: 540px;
  }
    #portfolio.chocolatras .content {
    margin-top: 40px;
    width: 8300px;
    height: 540px;
  }
    #portfolio.prettystore .content {
    margin-top: 40px;
    width: 9000px;
    height: 540px;
  }
    #portfolio.stickado .content {
    margin-top: 40px;
    width: 5100px;
    height: 540px;
  }
  #portfolio.sites .content {
    margin-top: 148px;
    width: 9300px;
    height: 400px;
  }
  #portfolio.projetos .content {
    margin-top: 40px;
    width: 1690px;
    height: 540px;
  }
  #portfolio.trancoso .content {
    margin-top: 40px;
    width: 2900px;
    height: 540px;
  }
  #portfolio.jardins .content {
    margin-top: 40px;
    width: 4800px;
    height: 540px;
  }
  #portfolio.rouge .content {
    margin-top: 40px;
    width: 3500px;
    height: 540px;
  }
  #portfolio.vero .content {
    margin-top: 40px;
    width: 5200px;
    height: 540px;
  }

  #sliderImgs {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  #sliderImgs li p {
    text-align: right;
    color: #9A9A99;
    font-weight: bold;
    font-size: 13px;
  }
  #portfolio.projetos #sliderImgs li p {
    text-align: left;
    color: #000;
    font-weight: normal;
    line-height: 15px;
  }
  #sliderImgs li {
    float: left;
    margin-right: 20px;
    position: relative;
  }
  #portfolio.camarao #sliderImgs li, #portfolio.projetos #sliderImgs li, #portfolio.trancoso #sliderImgs li {
    float: left;
    margin-right: 5px;
  }
  #portfolio.chocolatras #sliderImgs li {
    float: left;
    margin-right: 11px;
  }
  #portfolio.jardins #sliderImgs li, #portfolio.rouge #sliderImgs li  {
    float: left;
    margin-right: 0px;
  }
  #portfolio.vero #sliderImgs li  {
    float: left;
    margin-right: 100px;
  }
  #capaCamarao {
    width: 654px; /*691px*/
    height: 539px;
    background: url(../img/portfolio/capacamarao.jpg);
    padding-left: 37px;
  }
  #capaCamarao h1 {
    width: 199px;
    color: #fff;
    margin: 45px 0 0 0;
  }
  #capaCamarao p {
    width: 199px;
    text-align: left !important;
    color: #fff !important;
    font-weight: normal !important;
    padding: 0 !important;
    margin: 20px 0 0 0 !important;
  }
  #capaCamarao a {
    color: #fff;
    text-decoration: none;
  }
  #capaCamarao a:hover {
    text-decoration: underline;
  }
  #capaChocolatras {
    width: 250px; /*287px*/
    height: 539px;
    background: #F05929;
    padding-left: 37px;
  }
  #capaChocolatras h1 {
    width: 219px;
    color: #000;
    margin: 45px 0 0 0;
  }
  #capaChocolatras p {
    width: 219px;
    text-align: left !important;
    color: #000 !important;
    font-weight: normal !important;
    padding: 0 !important;
    margin: 20px 0 0 0 !important;
  }
  #capaChocolatras a {
    color: #000;
    text-decoration: none;
  }
  #capaChocolatras a:hover {
    text-decoration: underline;
  }

  #capaPrettystore {
    width: 250px; /*287px*/
    height: 539px;
    background: #D7DF21;
    padding-left: 37px;
  }
  #capaPrettystore h1 {
    width: 219px;
    color: #000;
    margin: 45px 0 0 0;
  }
  #capaPrettystore p {
    width: 219px;
    text-align: left !important;
    color: #000 !important;
    font-weight: normal !important;
    padding: 0 !important;
    margin: 20px 0 0 0 !important;
  }
  #capaPrettystore a {
    color: #000;
    text-decoration: none;
  }
  #capaPrettystore a:hover {
    text-decoration: underline;
  }

  #capaStickado {
    background: #EDE009;
    width: 250px; /*287px*/
    height: 539px;
    padding-left: 37px;
  }
  #capaStickado h1 {
    width: 219px;
    color: #000;
    margin: 45px 0 0 0;
  }
  #capaStickado p {
    width: 219px;
    text-align: left !important;
    color: #000 !important;
    font-weight: normal !important;
    padding: 0 !important;
    margin: 20px 0 0 0 !important;
  }
  #capaStickado a {
    color: #000;
    text-decoration: none;
  }
  #capaStickado a:hover {
    text-decoration: underline;
  }

  #capaTrancoso {
    background: #D90F55;
    width: 250px; /*287px*/
    height: 539px;
    padding-left: 37px;
  }
  #capaTrancoso h1 {
    width: 219px;
    color: #fff;
    margin: 45px 0 0 0;
  }
  #capaTrancoso p {
    width: 219px;
    text-align: left !important;
    color: #fff !important;
    font-weight: normal !important;
    padding: 0 !important;
    margin: 20px 0 0 0 !important;
  }
  #capaTrancoso a {
    color: #000;
    text-decoration: none;
  }
  #capaTrancoso a:hover {
    text-decoration: underline;
  }

  #capaJardins {
    background: #8EBF16;
    width: 250px; /*287px*/
    height: 539px;
    padding-left: 37px;
  }
  #capaJardins h1 {
    width: 219px;
    color: #fff;
    margin: 45px 0 0 0;
  }
  #capaJardins p {
    width: 219px;
    text-align: left !important;
    color: #fff !important;
    font-weight: normal !important;
    padding: 0 !important;
    margin: 20px 0 0 0 !important;
  }
  #capaJardins a {
    color: #000;
    text-decoration: none;
  }
  #capaJardins a:hover {
    text-decoration: underline;
  }

  #capaRouge {
    background: #DB2141;
    width: 250px; /*287px*/
    height: 539px;
    padding-left: 37px;
  }
  #capaRouge h1 {
    width: 219px;
    color: #fff;
    margin: 45px 0 0 0;
  }
  #capaRouge p {
    width: 219px;
    text-align: left !important;
    color: #fff !important;
    font-weight: normal !important;
    padding: 0 !important;
    margin: 20px 0 0 0 !important;
  }
  #capaRouge a {
    color: #FFF;
    text-decoration: none;
  }
  #capaRouge a:hover {
    text-decoration: underline;
  }

  #capaVero {
    background: #000;
    width: 250px; /*287px*/
    height: 539px;
    padding-left: 37px;
  }
  #capaVero h1 {
    width: 219px;
    color: #fff;
    margin: 45px 0 0 0;
  }
  #capaVero p {
    width: 219px;
    text-align: left !important;
    color: #fff !important;
    font-weight: normal !important;
    padding: 0 !important;
    margin: 20px 0 0 0 !important;
  }
  #capaVero span {
    color: #fff;
  }
  #capaVero a {
    color: #FFF;
    text-decoration: none;
  }
  #capaVero a:hover {
    text-decoration: underline;
  }


  .txtProjetos {
    width: 180px; /*180px*/
    height: 539px;
    background: #F3F3F4;
    padding: 0 17px;
  }
  .txtProjetos h2 {
    font-size: 15px;
    margin-bottom: ;
  }
  .txtProjetos a {
    text-decoration: none;
    color: #000;
    font-weight: bold;
  }
  .pontodexclamacaotxt {
    position: absolute;
    width: 130px;
    height: 108px;
    bottom: 30px;
    right: 20px;
  }

#copy {
  color: #777575;
  font-size: 10px;
  position: absolute;
  bottom: 6px;
  right: 27px;
}












/* ==|== non-semantic helper classes ======================================== */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


/* ==|== media queries ====================================================== */

@media only screen and (min-width: 480px) {


}

@media only screen and (min-width: 768px) {

}



/* ==|== print styles ======================================================= */
 
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } 
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } 
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}

