@charset "utf-8";
/* CSS Document */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	text-decoration: none;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	background: #fff url('../images/bg_all.jpg') repeat;
	color: #999;
	margin: 0 auto;
	padding: 0;
	font: 12px/1.4 "PT Sans", Verdana, Arial, sans-serif;
	text-align: center;
	overflow:visible;
	overflow-x:hidden;

}

a {
    color: #00ccff;
}
#tudo {

	width: 100%;
	margin: 0 auto;
	text-align:left;


}






#topo {
	width:100%;
	height:75px;
	background: url('../images/barra_menu.jpg') repeat-x;
	/*position:fixed;*/
	_position:absolute;
	top:0;
	_top:expression(eval(document.body.scrollTop));
	left:0px;
	z-index: 500;
}

#topoaltura {
	height:150px; 
	z-index:1000;
}
#topo h1 {margin:0;}

#topo h1#logo {
	
	float:left;
	margin-left:30px;
}
/* MENU */
#menu_open {visibility: hidden; float: right;}

#menu {
	margin-right: 30px;
	margin-top: 30px;	
	float: right;
	font-family:'PT Sans', Verdana, sans-serif;
  font-weight: bold;
} 

 
#menu ul.menubar .submenu{
  /*margin: 0px 2px;*/
  /*padding: 0px 2px;*/
  width:110px;
  list-style: none;
  background-color: rgba(255, 255, 255, .7);
  border: 1px solid #FFF;
  float:left;
  text-align:center;
  /*border-radius: 5px;*/
}

#menu ul.menubar a{
  padding: 3px 5px;
  display:block;
  text-decoration: none;
  color: #666;
}
 

 


 
#menu ul.menu li sup{
  font-weight:bold;
  font-size:7px;
  color: #000;
}
 
/* Fix IE. Hide from IE Mac \*/
* html ul.menu li { float: left; height: 1%; }
* html ul.menu li a { height: 1%; }
/* End */
 
#menu ul.menu ul{
  position: absolute; 
  display: none;
  left: 105px; /* Set 1px less than menu width */
  top: 0px;
}
 
#menu ul.menu li.submenu ul { display: none; } /* Hide sub-menus initially */
 
#menu ul.menu li.submenu { background: url(arrow.gif) right center no-repeat; }
 
#menu ul.menu li a:hover { color: #000; background: #fff; }

#menu ul a:hover { color: #000; background: #fff; width: 100px;}



#rodape{
	width:960px;
	margin: 10px 0 0 0;
	padding:0px;
	text-align:left;

}

#rodape h6{
	
	font-size:10px;
	font-style:normal;
	font-weight:normal;
}

.colunaesquerda {
	
	width: 50%;
	text-align:left;
	
	font-size:14px;
	font-style:normal;
	font-weight:normal;
	float:left;
}

.colunaesquerda p{
	font-size:1.3em;
	line-height: 1.6;
	margin-top: 10px;
}

.colunaesquerda h2 {
	font-size: 2.4rem;
	
}

.colunadireita {
	width: 50%;
	margin-top: -30px;
	float:right;
}

.colunadireita img {
	width: 100%;
  margin: 30px 0;
}

#cabecalho {
	width: 380px;
	height: 85px;
	text-align:left;
}

#cabecalho h2 {
	margin: 0 0 0 0;
	
	font-size: 20px;
	font-style: italic;
	font-weight:normal;
	color: #c8db50;	
}
#cabecalho h3 {
	margin: 0;
	line-height: 200%;
	
	font-size:16px;
	font-style: normal;
	font-weight:normal;
}





#social {
	width: 40px;
	height: 90px;
	padding-top: 10px;
	position: fixed;
	bottom: 20px;
	right:0;
	border: 1px solid #CCCCCC;
	border-right: none;
    border-radius: 5px 0 0px 5px;
    z-index: 1500;
    background: rgba(255, 255, 255, .9);
    text-align: center;
}


  @media only screen and (max-width: 1024px) {
    #social {
      display: none;
    }
  }

/* PORTFOLIO */
#principal_portfolio{
	width: 1000px;
	left: 500px;
	margin-top: -150px;
}

#portesq {
	width: 20%;
	float:left;
		}
#portdir {
	width: 70%;
	float: left;}

.galerias {
	margin-bottom: 0px;
}
.galerias img {width: 100%; }

.galerias h3 {
	width: 500px;
	float: right;
	margin-bottom: 0;
	background: #c8db50;
	color: #fff;
	font-size: 16px;
	padding: 5px 20px 5px;
	text-transform: uppercase;
}

.galerias h3 strong {
	font-style: italic;
	text-transform: none;
	font-size: 14px;
}
#menu_projetos {
	margin: 200px 0;
}
.colunas_menu {
	width: 300px;
	height: 350px;
	margin: 0 30px 0 0;
	float: left;
}

.colunas_menu img {
	width: 300px;
}

.colunas_menu p {
	text-align: left;
}

.colunas_menu h3 {
	font-size: 16px;
	color: #c8db50;
	text-align: left;
}
#portfoliomenu {
	width: 100%;
	height: 70px;
	padding-top: 10px;
	/*position: fixed;*/
	bottom: 0;
	right:0;
    z-index: 1500;
    background: url('../images/barra_menu.jpg') repeat-x;
    display: none;

}

#portfoliomenu_esq {
	width: 20%; 
	height: 60px;
	margin-left: 2%;
	float: left;
	background:rgba(255, 255, 255, .9); 
}

#portfoliomenu_dir {width: 95%; float: left;
	margin-left: 5%;
}
#portfoliomenu_esq h3{
	color: #FF9933;
	font-size: 16px;
	line-height: 20px;

}

#portfoliomenu li {float: left;}
#projeto1 {padding-top: 150px;}
#projeto2 {padding-top: 150px;}
#projeto3 {padding-top: 150px;}
#projeto4 {padding-top: 150px;}


/* SOBRE */

#sobre_produtos {
	background: url('../images/sobre_limoeiro_produtos_02.jpg'); 
	
	height: 750px;
	position: relative;
	float: none;

  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  text-align: left;
	padding: 0 50px 0;
}

#sobre_produtos p {
	font-size: 14px;
	line-height: 28px;
	font-style: italic;
	font-weight: normal;
	color: #fff;
	padding-top: 100px;
}

#sobre_beneficios {
	width: 100%;
	height: 550px;
	margin: 0 auto;
	padding: 0 50px;
}




/* Colunas */
#colunaesquerda {
	margin:50px 0 0 0;
	width: 45%;
	text-align:left;
	
	font-size:14px;
	font-style:normal;
	font-weight:normal;
	float:left;
	padding: 100px 50px;
}
#colunaesquerda p {
	margin: 0;
	
	font-size:16px;
	font-style:normal;
	font-weight:normal;
	line-height: 150%;
}

#colunaesquerda p a{
	margin: 0;
	
	font-size:14px;
	font-style:normal;
	font-weight:normal;
	line-height: 150%;
	color:#999;
	text-decoration:none;
}

#colunaesquerda p a:hover{
	margin: 0;
	
	font-size:14px;
	font-style:normal;
	font-weight:normal;
	line-height: 150%;
	color:#999;
	text-decoration: underline;	
}

#cabecalho {
	width: 380px;
	height: 85px;
	text-align:left;
}

#cabecalho h2 {
	margin: 0 0 0 0;
	
	font-size: 20px;
	font-style: italic;
	font-weight:normal;
	color: #c8db50;	
}
#cabecalho h3 {
	margin: 0;
	line-height: 200%;
	
	font-size:16px;
	font-style: normal;
	font-weight:normal;
}

#colunadireita {
	width: 45%;
	margin-top: 50px;
	float:right;
	padding: 100px 0;
}

#colunadireita img {
	width:302px;
}
#box-redes {
	width:300px;
	height: 600px;
	background: #fff;
	margin: -3px 74px;
	border-bottom: 1px solid #c8db50;
	border-left: 1px solid #c8db50;
	border-right: 1px solid #c8db50;
}

#contato {
	width: 100%;
	
padding: 100px 50px 0;
}
/* formulario */
input { box-shadow: none; border: none;}
form {box-shadow: none;
	border: none;}
textarea { box-shadow: none; border: none;}
.fcontato {
	width: 100%; 
	height: 80px;
	border: 0;
}
.fcontato input {
	width: 100%;
	height: 30px;
	box-shadow: none;
	border-bottom: 1px solid #c8db50;
	background:rgba(255, 255, 255, .3);
}

::-webkit-input-placeholder { color:#cccccc; font-style: italic;  }
input:-moz-placeholder { color:#cccccc;font-style: italic;  } 

.fcontato textarea{
	width: 100%;
	border-bottom: 1px solid #c8db50;
	height: 100px;
	background:rgba(255, 255, 255, .3);
}

#fcontato_box {
	width: 70%;
	border: 0;
}

.fcontato_send input {
	width: 100%; 
	background: #c8db50; 
	margin-top: 80px; 
	padding: 10px;
	position: relative;
	text-transform: uppercase;
	font-weight: bold;
}

.fcontato_send input:hover {
	width: 100%; 
	background: #00abd1; 
	margin-top: 80px; 
	padding: 10px;
	position: relative;
	text-transform: uppercase;
	font-weight: bold;
	cursor: pointer;
}

/* fim do formulario formulario */

#fcontato_desc {position: relative; margin-top: 20px;}



/* GALERIA */
.cd-single-item {
  position: relative;
  background: #ffffff;
  margin-bottom: 50px; }

.cd-slider-wrapper {
  position: relative;
  z-index: 1;
  -webkit-transition: width 0.4s;
  -moz-transition: width 0.4s;
  transition: width 0.4s;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: width; }

  @media only screen and (min-width: 1024px) {
    .cd-slider-wrapper {
      width: 50%;
      margin-left: 50px; }

      .cd-slider-active .cd-slider-wrapper {
        width: 100%;
        margin-left: 0px; } }

.cd-slider {
  position: relative;
  z-index: 1;
  overflow: hidden; }
  .cd-slider::before {
    /* never visible - this is used in jQuery to check the current MQ */
    content: 'mobile';
    display: none; }
  .cd-slider li {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    height: 100%;
    width: 100%;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s; }
    .cd-slider li img {
      display: block;
      width: 100%; }
    .cd-slider li.selected {
      position: relative;
      z-index: 2;
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
      -o-transform: translateX(0);
      transform: translateX(0); }
    .cd-slider li.move-left {
      -webkit-transform: translateX(-100%);
      -moz-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
      -o-transform: translateX(-100%);
      transform: translateX(-100%); }
  @media only screen and (min-width: 1024px) {
    .cd-slider {
      cursor: url("../img/cd-icon-zoom.svg"), pointer;
      /*cursor: pointer; */}
      .cd-slider::before {
        /* never visible - this is used in jQuery to check the current MQ */
        content: 'desktop'; }
      .cd-slider::after {
        /* slider cover layer - to indicate the image is clickable */
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background: rgba(81, 62, 93, 0.4) url("../img/cd-icon-zoom.svg") no-repeat center center;
        /* size of the icon */
        background-size: 48px;
        opacity: 0;
        z-index: 4;
        -webkit-transition: opacity 0.2s;
        -moz-transition: opacity 0.2s;
        transition: opacity 0.2s; }
      .no-touch .cd-slider:hover::after {
        opacity: 1; }
      .cd-slider-active .cd-slider {
        cursor: auto; }
        .cd-slider-active .cd-slider::after {
          display: none; } }

@media only screen and (min-width: 1024px) {
  .cd-slider-navigation li, .cd-slider-pagination {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.4s 0s, visibility 0s 0.4s;
    -moz-transition: opacity 0.4s 0s, visibility 0s 0.4s;
    transition: opacity 0.4s 0s, visibility 0s 0.4s; }
    .cd-slider-active .cd-slider-navigation li, .cd-slider-active .cd-slider-pagination {
      opacity: 1;
      visibility: visible;
      -webkit-transition: opacity 0.4s 0.4s, visibility 0s 0.4s;
      -moz-transition: opacity 0.4s 0.4s, visibility 0s 0.4s;
      transition: opacity 0.4s 0.4s, visibility 0s 0.4s; } }
.cd-slider-navigation li {
  position: absolute;
  z-index: 2;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }
  .cd-slider-navigation li:first-of-type {
    left: 10px; }
  .cd-slider-navigation li:last-of-type {
    right: 10px; }
  .cd-slider-navigation li a {
    display: block;
    width: 48px;
    height: 48px;
    background: url("../img/cd-icon-arrow.svg") no-repeat center center;
    -webkit-transition: opacity 0.2s 0s, visibility 0s 0s;
    -moz-transition: opacity 0.2s 0s, visibility 0s 0s;
    transition: opacity 0.2s 0s, visibility 0s 0s;
    /* image replacement */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap; }
    .cd-slider-navigation li a.inactive {
      opacity: 0;
      visibility: hidden;
      -webkit-transition: opacity 0.2s 0s, visibility 0s 0.2s;
      -moz-transition: opacity 0.2s 0s, visibility 0s 0.2s;
      transition: opacity 0.2s 0s, visibility 0s 0.2s; }
    .no-touch .cd-slider-navigation li a:hover {
      opacity: .7; }
  .cd-slider-navigation li:first-of-type a {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  @media only screen and (min-width: 1024px) {
    .cd-slider-navigation li:first-child {
      left: 30px; }
    .cd-slider-navigation li:last-child {
      right: 30px; } }

.cd-slider-pagination {
  /* you won't see this element in the html but it will be created using jQuery */
  position: absolute;
  z-index: 2;
  bottom: 30px;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  visibility: hidden; }
  .cd-slider-pagination:after {
    content: "";
    display: table;
    clear: both; }
  .touch .cd-slider-pagination {
    visibility: hidden; }
  .cd-slider-pagination li {
    display: inline-block;
    float: left;
    margin: 0 5px; }
    .cd-slider-pagination li.selected a {
      background: #f5f4f3; }
  .cd-slider-pagination a {
    display: block;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    border: 1px solid #f5f4f3;
    /* fix a bug in IE9/10 - transparent anchor not clickable */
    background-color: rgba(255, 255, 255, 0);
    /* image replacement */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap; }

.cd-slider-wrapper .cd-close {
  display: none;
  position: absolute;
  z-index: 2;
  top: 50px;
  right: 30px;
  width: 48px;
  height: 48px;
  background: url("../img/cd-icon-close.svg") no-repeat center center;
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: -webkit-transform 0.3s 0s, visibility 0s 0.4s;
  -moz-transition: -moz-transform 0.3s 0s, visibility 0s 0.4s;
  transition: transform 0.3s 0s, visibility 0s 0.4s; }
  .cd-slider-active .cd-slider-wrapper .cd-close {
    visibility: visible;
    opacity: 1;
    -webkit-transition: -webkit-transform 0.3s 0s, visibility 0s 0s, opacity 0.4s 0.4s;
    -moz-transition: -moz-transform 0.3s 0s, visibility 0s 0s, opacity 0.4s 0.4s;
    transition: transform 0.3s 0s, visibility 0s 0s, opacity 0.4s 0.4s; }
  .no-touch .cd-slider-active .cd-slider-wrapper .cd-close:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2); }
  @media only screen and (min-width: 1024px) {
    .cd-slider-wrapper .cd-close {
      display: block; } }

.cd-item-info {
  padding: 50px 5%; }
  .cd-item-info h2, .cd-item-info p {
    max-width: 480px; 
 }
  .cd-item-info h2 {
    font-size: 2.4rem;
    font-weight: normal; }
  .cd-item-info p {
    line-height: 1.6;
    margin: 1em 0;
    color: #666666;
    font-size: 1.3em; }
  .cd-item-info .add-to-cart {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    border: none;
    padding: .8em 1.6em;
    background-color: #f42e4e;
    color: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "PT Sans", sans-serif;
    font-size: 1.6rem;
    font-weight: bold;
    cursor: pointer;
    border-radius: 4px; }
  @media only screen and (min-width: 1024px) {
    .cd-item-info {
      position: absolute;
      width: 40%;
      top: 0;
      right: 0;
      padding: 60px 20px 0;
      margin: 0;
      text-align: left; } }

.cd-content p {
  
  max-width: 768px;
  padding: 4em 0;
  margin: 0 auto;
  color: #afa8a0;
  line-height: 1.8; 
font-family: "PT Sans", sans-serif;}

.minesq {
    float: left;
    margin: 0 20px 30px 0;
}
.mindir {
    margin: 0 0 30px 0;
}
.tags {
    margin: 10px 0 0 0;
}
a.tags {
    padding: 5px 10px;
    background: #00ccff;
    color: #ffffff;
    margin: 0 10px 0 0;
    text-transform: uppercase;
    font-size: 0.7rem;
    }
a:hover.tags{
  background: #0099cc;
}

#menutags {
    margin-bottom: 30px;
}