body {
	background: #FFFFFF;	
}

#mostraMensa{
	margin: 0 auto;		
	text-align: center;
	width: 90%;	
}

#paginacao{
	text-align: center;
	overflow: hidden;
	clear: both;	
}

/**************************************************************Personalização do menu bootstrap*/
.navbar {	
	background: #ffffff;
	padding: 0px !important;
    margin: 0px !important;    
}

.navbar-inner {    
    background: #FFFFFF !important;
    padding: 0px !important;
    margin: 0px !important;               
    box-shadow: none !important;    
    border: none;
    border-radius: 0px;     
}

.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
  color:#669933;
}

.navbar .nav {
	margin-right: -40px;
}

.navbar .nav > li {
	margin-right: 40px;
}

.navbar .nav > li > a {
	font-family: 'Roboto Condensed',Helvetica, Arial, sans-serif;
    color: #272727;
    float: none;
    padding: 0px;   /*tamanho do botão */
    text-decoration: none;
    text-shadow: none;
    font-size: 20px;
}

.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  color: #669933;
  text-decoration: none;
}

.navbar .nav .active > a, .navbar .nav .active > a:hover,
.navbar .nav .active > a, .navbar .nav .active > a:focus {
	background: #FFFFFF;
    color: #669933; 
	background-image: none;
    filter:none;
    box-shadow: none;    	
}

.img_hover {
	transition: all 0.4s ease;
}

.img_hover:hover {
	opacity: 0.7;
    filter:alpha(opacity=70); /* For IE8 and earlier */
   	transition: all 0.4s ease;
}

#content {	
	width: 1140px;
	padding: 0px 20px;
	margin: 0 auto;
}

/* Navegação */
.navega {	
	min-height: 20px;
	max-height: 20px;
	color: #666;
	font-size: 14px;
	margin-bottom: 10px;	
	padding-bottom: 5px;
	border-bottom: #CCCCCC 1px solid;
}

.navega p{	
	/*max-width: 850px;
	width: 850px;*/
	width: 100%;
	font-weight: bold;
	white-space: nowrap;
  	overflow: hidden;
  	text-overflow: ellipsis;
}
.navega a{
	color: #888888;
	font-weight: normal;
}
.navega a:hover{
	color: #666666;
}

.navega i{
	opacity: 0.5;
    filter:alpha(opacity=50); /* For IE8 and earlier */
}

.navega a > i{
	opacity: 0.5;
    filter:alpha(opacity=50); /* For IE8 and earlier */
}

.navega a > i:hover{
	opacity: 0.7;
    filter:alpha(opacity=70); /* For IE8 and earlier */
}

/* facebook */
.face_fim {	
	clear: both;
	overflow: hidden;
	margin-top: 30px;
	border-top: #CCCCCC 1px solid;
	padding-top: 10px;
}

.face_share {
	width: 100%;
}

.face_coments legend {
	clear: both;
}

.face_coments {
	
}

.mostra_whats {	
	display: none;	
}

.fb-share-button{
	margin-bottom: 10px;
	width:50%;	
	float: right;
	text-align: right;
}

.fb-comments {
	margin: 0 auto;
	text-align: center;
}
/* facebook */

.form-horizontal .control-group {
    margin-bottom: 8px;
}

.img_esquerda {
	float: left !important;
	margin-right: 5px;
	margin-bottom: 5px;
}

.img_direita {
	float: right !important;
	margin-left: 5px;
	margin-bottom: 5px;
}

.img_meio {
	display: block;
	text-align: center;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 10px;
	max-height: 100%;
}

a {
	transition: all 0.4s ease;
}

/* Banner slider - início */

#banner {
	background: #F5F5F5;
}

#banner_container {
	width: 1140px;	
	padding: 0px 20px;
	margin: 0 auto;
}

.banner_item_pai {
	position:relative;
	top:0px;
	left:0px;
	display: block;	
}

.banner_item_pai img {
	display: block;
}

.banner_item_filho {
	position:absolute;
	bottom:0px;
	left:0px;
	right: 0px;
	background: #333333;
    background: rgba(0, 0, 0, 0.75);
    padding: 10px 15px;	
    transition: all 0.4s ease;
}

.banner_item > a:hover .banner_item_filho {
	background: rgba(0, 0, 0, 0.9);
	transition: all 0.4s ease;
}

.banner_item_filho h4 {
	color: #FFFFFF;
}

.banner_item_filho p {
	color: #FFFFFF;
}

/* Banner slider - fim */

#proluv {
	text-align: center;
	padding: 80px 0px;
}

.arquivos_single {
	text-align: center;
	padding: 10px 0px;
}

.arquivos_single > li {
	text-align: left;
	display: inline-block;
	vertical-align: top;    
}

.arquivos_single > li > a > img {	
	margin-right: 10px;
}

.arquivos_single > li > h2 {
	font-size: 20px;
	margin: 0px;
	padding: 0px;
	line-height: normal;
	margin-bottom: 5px;		
}

.arquivos_single li > a {
	font-size: 16px;
}

.vid_frame_container { 
	width: 90%; 
	min-width: 17.5em; 
	margin:0 auto;
	margin-top: 20px;
}

.vid_frame_box {
    position: relative;
    padding-bottom: 56.25%; 
    padding-top: 25px;
    height: 0;
    margin:0 auto;
}
.vid_frame_box iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.vid_frame_container > p {
	text-align: center;
	font-size: 14px;
	margin-top: 5px;
	font-weight: bold;
}

.fotos_zoom {
	width: 259px;
	height: 194px;
	overflow: hidden;
	transition: all 0.4s ease;
}

.fotos_zoom img {
	transition: all 0.4s ease;
}

.fotos_zoom:hover img {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	transition: all 0.4s ease;
	cursor: zoom-in;
}

.fotos_pai {
	position:relative;
	bottom:0px;
	left:0px;
	display: block;
	height: 100%;
	width: 100%;
}

.fotos_pai:hover .fotos_filho {
	background: #000000;
	opacity: 0.8;
    filter:alpha(opacity=80); /* For IE8 and earlier */
}

.fotos_filho {
	position:absolute;
	bottom:0px;
	right:0px;
	color: #FFFFFF;	
	background: #333333;
	transition: all 0.4s ease;
	opacity: 0.0;
    filter:alpha(opacity=00); /* For IE8 and earlier */
   	width: 100%;
}

.fotos_filho p {
	padding: 5px 10px;
	margin: 0px;
	text-align: center;
}

.fotos_lista {
	padding: 15px 0px;
	text-align: center;
}

.fotos_lista li {
	vertical-align: top;
	display: inline-block;
	margin-right: -2px;
	margin-bottom: 1px;	
}

.mostra_tags {
	font-size: 12px;
	color: #AAAAAA;
}

#header {
	
}

#header_info {
	background: #F2F2F2;
}

#header_info_container {
	width: 1140px;
	padding: 10px 20px;
	margin: 0 auto;
	clear: both;
	overflow: hidden;
}

.header_info_fones {
	margin: 0px;
	float: left;
}

.header_info_fones li {
	vertical-align: top;
	display: inline-block;
	margin-right: 30px;
}

.header_info_fones .normal {
	color: #666666;
	font-size: 12px;
}

.header_info_fones .bold {
	color: #262626;
	font-size: 16px;
}

#header_info_container a {
	color: #666666;
	font-size: 12px;
}

#header_info_container a:hover,
#header_info_container a:focus {
	text-decoration: none;
	color: #669933;
}

#header_menu {
	background: #FFFFFF;
}

#header_menu_container {
	width: 1140px;
	padding: 20px 20px;
	margin: 0 auto;
	clear: both;
	overflow: hidden;
}

#menu_logo {
	float: left;
	margin-right: 70px;
}

#menu_container {
	float: left;
	margin-top: 50px;
}

#menu_orcamento {
	float: right;
	margin-top: 28px;
}

#container {
	background: #F2F2F2;
}

.btn_orcamento {
	background: #669933;
	border: none;
	box-shadow: none;
	border-radius: 10px;
	text-shadow: none;
	color: #FFFFFF;
	font-family: 'Roboto Condensed',Helvetica, Arial, sans-serif;
	font-size: 16px;	
	padding: 10px 15px;
}

.btn_orcamento i {
	font-size: 22px;	
}

.btn_orcamento p {
	margin: 0px;
	padding: 0px;
}

.btn_orcamento span {
	background: #FFFFFF;
	color: #669933;
	font-size: 14px;
	border-radius: 50%;
	width: 22px;
	height: 22px;
	display: block;
	float: right;
	text-align: center;
	margin-left: 5px;
	transition: all 0.4s ease;
}

.btn_orcamento:hover,
.btn_orcamento:focus {
	background: #333333;
	color: #FFFFFF;
	transition: all 0.4s ease;
}

.btn_orcamento:hover span {
	color: #333333;
	transition: all 0.4s ease;
}

#menu_orcamento_mobile {
	display: none;
}

#banners_container {
	background: #F2F2F2;
}

#banners {
	width: 1140px;
	padding: 30px 20px;
	margin: 0 auto;
	overflow: hidden;
	clear: both;
}

#banner_mobile {
	display: none;
}

#banner_normal {
	
}

.banner {
	display: block; 
	position: relative;
  	width: 100%;
  	overflow: hidden;
}

.banner_title:hover,
.banner_title:focus {
	background: rgba(0, 0, 0, 0);	
	transition: all 0.4s ease;	 
}

.banner_title {
	color: #FFFFFF;
	line-height: normal;
	position: absolute;
  	right: 0;
  	top: 0;
  	left: 0;  	
  	background: #333333;
  	background: rgba(0, 0, 0, 0.50);
  	height: 100%;
  	text-shadow: 2px 2px 2px #000000;
  	transition: all 0.4s ease;
}

.banner_title p {
	position: absolute;
  	right: 0;
  	bottom: 0px;
  	padding: 15px 30px;
  	left: 0;
}

#banner_1 {
	width: 840px;
	height: 460px;
	float: left;
	font-size: 32px;
}

#banner_2 {
	width: 270px;
	height: 215px;
	float: right;
	font-size: 20px;
	background-size: cover  !important;
 	background-position: center !important;    
}

#banner_3 {
	width: 270px;
	height: 215px;
	float: right;
	font-size: 20px;
	background-size: cover  !important;
 	background-position: center !important;
 	margin-top: 30px;    
}

.home_titulo {
	font-size: 30px;
	display: block;
	line-height: normal;
	margin: 0px;
	padding: 0px;
	margin-bottom: 30px;
}

.prodlista {
	margin-right: -13px;
	text-align: center;
}

.prodlista li {
	vertical-align: top;
	display: inline-block;
	margin-right: 13px;
	margin-bottom: 20px;
	text-align: left;
}

.prodlista a:hover,
.prodlista a:focus {
	color: #FFFFFF;
	text-decoration: none;
} 

.prodzoom {
	width: 270px;
	height: 195px;
	overflow: hidden;
	border: 1px solid #D1D1D1;
}

.prodzoom img {
	max-width: 100%;
	transition: all 0.4s ease;	
}

.prodlista a:hover img,
.prodlista a:focus img {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.prodnome {
	background: #669933;
	padding: 10px 20px;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	transition: all 0.4s ease;
	width: 232px;
	height: 90px;
	overflow: hidden;
	clear: both;	
}

.prodlista a:hover .prodnome,
.prodlista a:focus .prodnome {
	background: #333333;,
	transition: all 0.4s ease;
}

.prodnome p {
	padding: 0px;
	margin: 0px;
	display: table-cell;
	vertical-align: middle;
	height: 90px;
}

a {
	color: #669933;
}

a:hover,
a:focus {
	color: #333333;
}

.block_mais {
	background: #FFFFFF;
	border: 1px solid #D1D1D1;
	text-align: center;
	padding: 15px 0px;
	clear: both;
	overflow: hidden;
}

#footer {
	background: #FFFFFF;
	margin-top: 30px;
}

#footer_container {
	width: 1140px;
	padding: 60px 20px;
	margin: 0 auto;
	clear: both;
	overflow: hidden;
}

.footerlista {
	display: table;
	width: 1140px;
}

.footerlista > li {
	vertical-align: top;
	display: table-cell;
	font-size: 20px;
	color: #669933;
}

.footerlista > li > ul {
	margin-top: 30px;
}

.footerlista > li > ul > li {
	color: #333333;
	font-size: 14px;
	margin-bottom: 5px;
}

.footerlista > li > ul > li i {
	color: #669933;
	text-align: center;
	width: 16px;
	margin-right: 5px;
}

.footerlista > li > ul > li .icon-phone {
	font-size: 16px;
}

.footerlista > li > ul > li a {
	color: #333333;
}

.footerlista > li > ul > li a:hover,
.footerlista > li > ul > li a:focus {
	color: #669933;
} 

.footer_1 {
	width: 310px;	
}

.footer_2 {
	padding-left: 150px;
}


.footer_3 {
	width: 190px;
	float: right;
}

#cab_container {
	background: #F3F3F3;	
}

#cab {
	width: 1140px;
	padding: 20px 0px;
	margin: 0 auto;
	clear: both;
	overflow: hidden;
	font-family: 'Roboto Condensed',Helvetica, Arial, sans-serif;	
}

#cab h1 {
	padding: 0px;
	margin: 0px;
	font-size: 30px;
	line-height: normal;
	float: left;
}

#cab p {
	float: right;
	margin: 0px;
	padding: 0px;
	padding-top: 10px;	
}

.container_internas {
	background: #FFFFFF !important;
}

#conteudo {	
	width: 1140px;
	padding: 20px 0px;
	margin: 0 auto;
	clear: both;
	overflow: hidden;
}

.footer_internas {
	background: #F2F2F2 !important;
}

#conteudo_left {
	width: 270px;
	float: left;
}

#conteudo_right {
	width: 830px;
	float: right;
}

.home_title {
	font-family: 'Roboto Condensed',Helvetica, Arial, sans-serif;
	color: #282828;
	font-size: 30px;
	font-weight: bold;
	border-bottom: 3px solid #669933;
	padding-bottom: 5px;
	margin-bottom: 30px;
	line-height: normal;
}

.btn_site {
	background: #669933;
	border: none;
	box-shadow: none;
	border-radius: 10px;
	text-shadow: none;
	color: #FFFFFF;
	font-family: 'Roboto Condensed',Helvetica, Arial, sans-serif;
	font-size: 16px;	
	padding: 10px 15px;
}

.btn_site:hover,
.btn_site:focus {
	background: #333333;
	color: #FFFFFF;
	transition: all 0.4s ease;
}

.side_destaque .prodzoom {
	width: 268px !important;
	height: 193px !important;
}

.side_destaque .prodnome {
	width: 230px !important;
}

.side_title {
	background: #F2F2F2;
	padding: 10px 15px;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 20px;
}

.side_lista {
	
}

.side_lista li {
	display: inline-block;
	margin-bottom: 10px;
}

.side_lista a {
	color: #272727;
	font-weight: bold;
}

.side_lista a:hover,
.side_lista a:focus {
	color: #669933;
}

.side_zoom {
	display: block;
	width: 100px;
	height: 72px;
	overflow: hidden;
	float: left;
	border: 1px solid #D1D1D1;
	margin-right: 8px;
}

.side_zoom img {
	max-width: 100%;
	transition: all 0.4s ease;
}

.side_zoom:hover img {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	transition: all 0.4s ease;	
}

#conteudo_container {
	clear: both;
	overflow: hidden;
}

#contato_form {
	float: left;	
	width: 450px;
	margin-bottom: 20px;
}

#contato_form .span4 {
	width: 450px;
}

#contato_info {
	float: right;	
	width: 650px;	
}

#produtos_ver_container {
	width: 850px;
	float: right;
}

.prodvercat_container {
	margin-top: 40px;
}

.prodvercat_lista {
	text-align: center;
	margin-right: -40px;
}

.prodvercat_lista li {
	vertical-align: top;
	display: inline-block;
	width: 220px;
	margin-right: 40px;
	height: 260px;
	margin-bottom: 30px;
}

.prodvercat_img {
	width: 150px;
	height: 150px;
	overflow: hidden;
	border: 1px solid #CCCCCC;
	border-radius: 50%;
	margin: 0 auto;
	margin-bottom: 10px;
}

.prodvercat_img img {
	-moz-transform: scale(1.8);
	-webkit-transform: scale(1.8);
	transform: scale(1.8);
}

.prodvercat_lista p {
	font-weight: bold;
}

.prodvercat_mobile {
	display: none;
}

.prodside_title {
	background: #669933;
	color: #FFFFFF;
	padding: 15px;
	font-weight: bold;
}

.prodside_lista {
	
}

.prodside_lista li {
	font-size: 16px;
	margin-bottom: 10px;
}

.prodside_lista i {
	margin-right: 10px;
	font-size: 20px;
}

.prodside_lista a {
	color: #262223;
}

.prodside_lista a:hover,
.prodside_lista a:focus {
	color: #669933;
}

.prodside_lista .active {
	color: #669933 !important;
}

.prodver_dados {
	clear: both;
	overflow: hidden;
	margin-bottom: 30px;
}

.prodver_fotos {
	width: 272px;
	padding-left: 13px;
	padding-right: 13px;
	float: left;
}

.prodver_fotos img {
	border: 1px solid #D1D1D1;
}

.prodver_fotos img:hover {
	cursor: zoom-in;
}

.prodver_fonte {
	width: 510px;
	float: right;
}

.btn_orcamento_container {
	padding-top: 10px;
	text-align: center;
	clear: both;
	overflow: hidden;
}

.btn_orcamento_container_mobile {
	padding-top: 10px;
	clear: both;
	overflow: hidden;
	display: none;
}

.prodvercat_container_mobile {
	display: none;
}

.cartForm {
	margin-top: 20px;
}

.cartForm .control-label {
	font-size: 18px;
	line-height: normal;
	margin-bottom: 8px;
}

.cartForm input {
	margin-bottom: 10px;
	height: 40px;
}

.cartForm .radio input {
	height: 10px;
}

.cartForm textarea {
	margin-top: 10px;
}

.cartForm .span6 {
	display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.btnEnviarContainer {
	margin-top: 20px;
}

#noemptyCart {
	border: 1px solid #D1D1D1;
	border-radius: 5px;
	padding: 10px;
	margin-bottom: 15px;
}

.cartLista {
	margin-top: 10px;
	clear: both;
	overflow: hidden;
}

.cartLista li {
	vertical-align: middle;	
	width: 100%;
	border-bottom: 1px solid #D1D1D1;
	padding-bottom: 10px;
	margin-bottom: 10px;
	display: table;
}

.cartLista img {
	width: 80px;
	min-width: 80px;
	border: 1px solid #D1D1D1;
	margin-right: 10px;
	display: table-cell;
}

.cartLista p {
	width: 100%;
	display: table-cell;
	vertical-align: middle;
}

.cartLista i {
	font-size: 12px;	
}
.cartLista button {
	display: table-cell;		
}

.prod_subtitle {
	margin-bottom: 30px;
}

/*Cookies*/
.box-cookies.accept{
	display:none!important;
}
.box-cookies{
	bottom:0;
	width:100%;
	z-index:998;
	color:#fff;
	position:fixed;
	background:rgba(0,0,0,.9);
	padding: 20px;
	display:block;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding-bottom: 20px;
}
.msg-cookies {
	margin-right: 20px;
	line-height: 150%;
}
.msg-cookies a {
	color: #7FFF00;
	text-decoration: underline;
	transition: all 0.4s ease;
}
.msg-cookies a:hover,
.msg-cookies a:focus {
	transition: all 0.4s ease;
	color: #AAAAAA;
}
.cookies_ul {
	margin: 0px;
}
.cookies_ul li {
	display: table-cell;
	vertical-align: middle;
}
.btn-cookies {
	font-size: 18px;
	padding: 20px 50px;
	color: #7FFF00; 
	background: none;
	border: none;
	box-shadow: none;
	border-radius: 8px;
	text-shadow: none;
	transition: all 0.4s ease;
	font-weight: normal;
	border: 1px solid #AAAAAA;
	font-family: Arial, sans-serif;
}
.btn-cookies i {
	margin-left: 8px;
}
.btn-cookies:hover,
.btn-cookies:focus {
	background: #AAAAAA;
	color: #FFFFFF; 
	transition: all 0.4s ease;
	cursor: pointer;
}

.politicaCheck {
	margin-bottom: 0px;
}

.politicaCheck input {	
	line-height: normal;
	padding: 0px;
	margin: 0px;
	margin-right: 5px;
	margin-top: -2px;
}