/* font  */ 
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+Makasar&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&family=Noto+Serif+Makasar&family=Ysabeau+Infant:wght@200&display=swap');

/* font-family: 'Noto Serif Makasar', serif; */
/* 

*/
	* {
	margin: 0;
	padding: 0;	
			}
			
	li, ul, img {
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	-ms-transition: all .3s ease-in;		
			}
/*
	img:hover {
		transform: scale(1.0,1.0);
		}			
	*/	

.produtos-principal {
display: none;
}
			
	html { margin: 0; padding: 0; left:0; top: 0;
	font-family: 'Lora', 'Noto Serif Makasar',  'Abel', 'Manrope', sans-serif !important;
	font-size: 14px;	
	margin: 0;
	padding: 0;
	color:#000;	
	font-weight:normal;	
	/*background-color: #f1f1f1; */
    background: linear-gradient(#f8f8f8, #f1f1f1, #f1f1f1, #f1f1f1, #f1f1f1) !important;		
	overflow-x: hidden;
	line-height: 25px;
	letter-spacing: 1.4px;
		
	 }

	html  {
	scroll-behavior: smooth;
	 }
	 
	html  h1 {
	font-weight: normal;
	font-size: 20px;
	 }

	.h1 {
	font-weight:600;
	font-size: 16px;
	text-align:left;
	margin-left: 15px;
	margin-bottom: 8px;
	margin-top: 8px;
	display:block;
	width: 100%;
	 }	 
		
	html  h2 {
	font-size: 25px;
	font-weight: 600;
	}


	html  h3 {
	font-size: 16px;
	text-align:left; 
	line-height: 25px;
	}	
.form_calc {
	display: inline-grid;
    width: 100%;
    line-height: 30px;
    background-color: #2b286d;
    padding: 51px;
    border-radius: 21px;
    color: #FFF;
	}
.titulo_cal {
	display: flex;
	float: left;
	width: 100%;
	padding: 20px;
	font-size: 20px;
	color: #FFF;
}

#box_emp {
	display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: space-around;
    justify-content: space-evenly;
    align-items: center;
}
#box_emp ul {
	display: flex;
}
#box_emp li {
	display: flex;
}
.infograf {
	display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: flex-start;
    background-color: ghostwhite;
    padding: 20px;
    border-radius: 15px;
    margin-bottom: 10px;
}

.form_calc ul {
	display: block ;
	float: left;
	width: 100%;
}
.form_c {
	display: block;
    padding: 20px;
    position: relative;
    color: #FFF;
}
.resultado {
	display: block;
	padding: 20px;
	border-radius: 10px;
}
.botao {
 /*background-color: #b0090b !important; */
    color: #000 !important;
    padding: 9px 10px 8px 10px;
    margin-left: 0px;
    margin-top: 20px !important;
    cursor: pointer;
    /* font-size: 17px !important; */
    font-weight: 400;
    border: 0 !important;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    text-transform: uppercase;
    border-radius: 3px;
	font-weight: 700;
    display: -webkit-inline-box;
	background-image: url("../upload/images/img_index/fundo_bot.jpg");
	background-position: center;
	background-size: contain;
}
.botao:hover {
 background-color: #80181a !important;
 transform: scale(1.2,1.2) !important; 
	text-decoration: none;
 	
}

.botao:active {
 background-color: #80181a !important;
}

.botao1 {
    background-color: #acacac !important;
    color: #7b7b7b !important;
    padding: 5px 7px 5px 7px;
    margin-left: 0px;
    margin-top: 0px !important;
    cursor: pointer;
    font-size: 17px !important;
    font-weight: 400;
    border: 0 !important;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    text-transform: uppercase;
    border-radius: 8px;
}

.form_c P {
	text-align: left;
}
.calculadora {
	padding: 10px;
    border-radius: 5px;
    color: #000;
	margin-bottom: 11px;
}

	.seta_baixo {
		display: none;
		width: 50px;
		height: 50px;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		background-image: url("../upload/images/img_index/seta_baixo.png");
}

	.col-md-6  h2 {
	font-size: 40px;
	margin-top: 10px;
	font-weight: 600;
	}
	
	.col-md-6  h3 {
	margin-top: 10px;
	font-size: 10px;
    text-align: left;
    line-height: inherit;
    color: #FFF;
    background-color: #00296f;
    border-radius: 5px;
    padding: 9px;
    display: inline-table;
    text-transform: uppercase;
	}	
	
	.col-md-6  h6 {
	font-size: 15px;
    color: #000;
    font-weight: 100;
    display: inline-table;
	text-align: center;
    line-height: 23px;		
   	}	

chf6 {
	    text-align: center;
    font-size: 30px;
    /* background-color: #002472; */
    border: 0px solid #002472;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    width: max-content;
    flex-direction: column;
    padding: 10px 25px;
    color: #8b8b8b;
    border-radius: 32px;
    margin: 20px 0px;
}

chf7 {
	text-align: center;
    font-size: 18px;
    color: #000;
    font-weight: 100;
}

	html  h4 {
	font-size: 35px;
	text-align:center; }		
	
	html  p {
	font-weight:200;
	}

/* .colaboradores {
	display: flex !important;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
	min-height: auto !important;
} */

.colb2 {
	display: flex !important;
    width: 25%;
    float: left;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    }
.colb2 img {
	width: 100%;
	
}
	
	table { margin: 0; padding: 0; text-align:left; border-collapse: collapse; border-spacing: 0; }


	table h1 {
	color:#663332;	 
	font-size: 25px;
	text-align:left;
		}	

	table h2 {
	color:#000;	 
	font-size: 18px;
	text-align:left;
		}	
		
	ol, ul { list-style: none; }

	body {  
			font-size: 15px;
			color: #626262;
			margin: 0;
			padding: 0; 
			left:0;
			top: 0;
			overflow-x: hidden;
	     	background: #FFF !important;		
			letter-spacing: 1.5px;
		    line-height: 25px !important;
			 }
			 
#itensCarrinho {
			font-size: 18px;
			font-weight: 600;
			color: #FFF;
	}			 
	
#topo { 
	width: 100%;
    height: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; 
	justify-content: flex-end;
	cursor: pointer;
	z-index: 99999;
	color: #FFF;
    padding: 10px 40px 8px 0px;
    background: #acacac !important;
}



#topo span {
		background-repeat: no-repeat;
		display: block;	
		float: left;
		background-size: contain;
		margin-top: 5px;
    	margin-left: 20px;
	
}
#topo .fone {
		width: auto;
		height: 20px; 
		background-image: url("../img/icon_telefone.png");
		background-position: left;
		padding-left: 30px;
		padding-right: 10px;
		text-align: left;
}

#tabela {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-around;
    align-items: stretch;
    width: 100%;
    text-align: left;
    padding: 10px;
    border-radius: 10px;
    max-width: 280px;
    border: 1px solid #ffb58e;
	font-size: 15px;
}
.titulo-tab {
        text-align: right;
}


#topo .icon_email {
		width: 20px;
		height: 20px; 
		background-image: url("../img/icon_email.png");
		background-position: center;
		margin-left: 10px;
		display: initial !important;
}
	
	
.slide_pag {
	width: 100%;
    height: 150px;
    float: left;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    align-items: center;
    /* display: flex; */
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
/*    background-color: #eeeeee; */
			}	

.blockb {
	background-color: #000;
    padding: 10px;
    color: #FFF;
    font-weight: 600;
}

.blockc {
    font-weight: 700;
}

.titulo_institucional {
  color: #000;
  font-size: 50px;
  font-weight: 100; 
  line-height: 40px !important;
  text-align: center; 
  align-items: center; 
    float: left;
    /* position: relative; */
    /* max-width: 1000px; */
    padding: 20px 0px 0px 0px;
    /* padding-inline-start: 0px; */
    display: flex;
    width: 100%;
/*    flex-direction: column; */
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center; 
    }	

.tab-desc {
    font-size: 15px;
    line-height: 40px !important;
    width: 100%;
    align-items: center;
    text-align: center;
    display: inline-table;
	margin-bottom: 30px;
}

.tab-desc:before {
    width: 80px;
    height: 2px;
    position: absolute;
    left: 50%;
    margin-top: 35px;
    content: '';
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    /* background: #a7a9ac; */
}


#menu-f {
	position:relative;
	top: 0px;
	width: 800px;
	left: 50%;
	margin-left: -400px;

	}


#logotipo {
	position:relative;
	display: block;
	width: 200px; 
	height: 90px;
	float:left;
	background-image:url(../img/logo.png);
	background-repeat:no-repeat;
	background-position:center;
	z-index: 5;
	margin-top: 5px;
	}
	
.curtir {
	display: block; 
	width: 183px;
	height: 57px;
	float: left;
	margin-left: 300px;
	margin-top: 10px;
	background-image:url(../img/curtir_face.png);
	background-repeat:no-repeat;
	background-position: center;
		transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	-ms-transition: all .2s ease-in;	
	}	
.curtir:hover {
	background-image:url(../img/curtir_face1.png);
	}	
	
.redes_soc	{
	display: block; 
	float: right;
	position: relative;
	height: 50px;
	width: 120px;
	margin-left: 80px;
	margin-top: 20px;
}

.faix_grupo {
	width: 100% !important;
    float: left;
    z-index: 1;
    padding-left: 0px;
	}

.tit_m_grup {
    margin-bottom: 10px;
    text-align: left !important;
    float: left;
    /* background: #00aeef; */
    color: #000;
    padding: 17px 10px 15px 00px;
    text-transform: uppercase;
    font-size: 28px;
    z-index: 99 !important;
    width: 100%;
	font-weight: 600;
}

#galeria_foto {
		display: block;
		width: 100%;
		float: left;
		}
#content ul {
    min-height: auto !important;
    padding-bottom: 10px !important;
    }	

.nome_m_grup  {
	color: #4d4c4e;
	}	

#faix_grupo ul {
	display:block;
	position:relative;
	text-transform: uppercase;
	width: 100%;
	float:right;
	text-align:center;
	padding-top: 24px;
	}	
	
#faix_pro {
	display: block;
	position:relative;
	opacity: 0.9;
	width: 463px;
	height: 112px;
	top: -110px;
	left: 50%;
	margin-left: -232px;
	text-align:left;
	font-size: 18px;
	background-image:url(../img/fundo_produto.png);
	background-repeat:no-repeat;
	background-position:center;
	z-index: 2;
	}
#infprod {
	display: flex;
    float: left;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
	}

.img_pdf {
	    display: flex;
    width: 50px;
    height: 50px;
    background-image: url(../upload/images/imgs/pdf.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: stretch;
    justify-content: space-around;
    align-items: center;
    float: left;
    margin-right: 10px;
}

.txt_pdf {
	display: flex;
    width: 350px;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: stretch;
    justify-content: space-around;
    align-items: center;
    float: left;
    margin-right: 10px;
    text-align: left;
    color: #aeaeae;
}


.downloads_pdf {
	display: flex;
    /* width: 100%; */
    height: auto;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
    font-size: 18px;
     color: #aeaeae !important; 
    /* background-color: #aeaeae; */
    border-radius: 3px;
	border: 1px solid #aeaeae;
    align-content: flex-start;
    padding: 10px;
	margin-bottom: 20px;
}

.downloads_pdf a {
    color: #000 !important;
}

.downloads_pdf a:hover {
    color: #000;
}


#infprod img {
	float: left;
    height: auto;
    max-width: 700px;
	}
	
/* revenda  */

.form_revenda {
	display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    width: 100%;
    align-items: flex-start;
    margin-bottom: 30px;
    }

.revenda {
	display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: flex-start;
}
.cidade_revenda {
	background-color: #b0090b !important;
    color: #FFF;
    padding: 10px;
	margin-bottom: 20px;
	margin-top: 20px;
	text-transform: uppercase;
}
#revendas {
	color: #000 !important;
    display: flow-root;
    width: 100%;
    margin-bottom: 20px;
    background-color: rgba(244,244,244,0.30);
    padding: 20px;
    line-height: 24px;
    text-transform: uppercase;
    font-size: 12px;
    margin: 10px 0;
    border-radius: 10px;
}

#infprod li {
	
	}

#infprod ul { 
	margin-left: 0px;
	}	

#infprod ol { 
	margin-left: 40px;
	}		 
.titulo_produto	{
	font-size: 26px;
    font-weight: 400;
    width: 100%;
    float: left;
    color: #aeaeae;
    text-align: center;
    padding: 10px 0px 10px 0px;
    margin-bottom: 10px;
    display: block;
    border-bottom: 1px solid #aeaeae;
    text-transform: uppercase;
    border-radius: 0px 0px 0px 0px;
    }	
.saiba {
	margin-top: 10px;
	font-size: 10px;
    text-align: left;
    line-height: inherit;
    color: #000;
    border-radius: 5px;
    padding: 9px;
	display: none;
	text-align: center;
    text-transform: uppercase;
}	
.text_prod {
	margin-top: 10px;
    font-size: 17px;
    text-align: left;
    line-height: 25px;
    color: #000;
    padding: 30px;
    display: inline-table;
    display: block;
	text-align: justify;
	float: left;
    }
.icon_det {
	display:none;
/*	position:relative;
	width: 60px !important;
	height: 58px !important;
	top: -100px;
	float: right;
	margin-right: 20px;
	z-index: 99;
	background-image:url(../img/icon_det.png);
	background-position:center;
	background-repeat:no-repeat; 
*/
	}	

.descricao_prod {
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: nowrap;
    width: 100%;
    line-height: 35px;
    align-content: center;
	margin-bottom: 30px;
}

.inf_prod {	
	display: flex;
    width: 100%;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: center;
    align-items: stretch;
    background-color: #eeeeee;
    padding: 30px;
    border-radius: 10px;
    }
	
#compartilhamento {
	display:block;
	width: 100px;
	height: 10px;
	position:relative;
	float:right;
	top: 0px;
	right: 160px;
	z-index: 2;
	}	
		
#content, #content_pro {
	position: relative;
    width: 90%;
    height: auto;
    float: left;
    margin-left: 5%;
/*    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center; */
	}

#content .tab_left, #content_pro .tab_left {
/*	height: auto;
	float:left;
	text-align:left;
	*/
		}		

.icon_grup {
	display: block;
	width: 4px;
	height: 40px;
	background-position: center;
	background-color: #deb563;
	margin-right: 20px;
}

#content tab_right, #content_pro .tab_right {
	margin: 0;
	width: 150px;
	height: auto;
	float:right;
	min-height: 400px;
	padding-top: 90px !important;
	border-left: 1px dashed #CCCCCC;
		}	

.tab_right {
	display: none;
}

#content ul {
	/*display: block; */
    position: relative;
    width: 100%;
    /* left: 50%; */
    /* margin-left: -500px; */
    height: auto;
    min-height: 600px;
    float: left;
    padding-bottom: 50px;
    text-align: justify;
    padding: 1%;
    }
		
.list_pro {
	display: block;
	width: 100%;
	float:left;
	height: auto;
	padding: 5px; 
	}	

.tab_pro {
	display: block;
	float:left;
	width: 32%;
	text-align:center;
	border-bottom: 0px solid #FFF;
	color:#aeaeae;
	transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	-ms-transition: all .2s ease-in;	
	height: auto; 
	}
	
p strong {
	font-size: 18px !important;
	color:#181818 !important;
	}	

	
.tab_pro:hover {
/*	-webkit-filter: brightness(1.3);*/
	border-bottom: 0px solid #f5f5f5 !important;	
	}		
	
#carrinho_orc {
	position: relative;
	visibility: visible ;
	}	

.img_carrinho {
	    background-image: url(../img/carrinho_orcamento.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 30px;
    height: 30px;
    display: block;
    float: left;
    border-radius: 30px;
	margin-left: 10px;
}
	
#pesquisa {
	position: relative;
    width: 100%;
    height: 100px;
    top: 0;
    border: 0 !important;
    display: flex;
    text-align: center;
    flex-wrap: nowrap;
    justify-content: center;
    /* align-items: center; */
    align-content: space-around;
	background-color: #FFF;
    border-top: 2px solid #FFF;
   	}

	
.localize {
       top: 0;
    border: 0 !important;
    display: flex;
    text-align: center;
    flex-wrap: nowrap;
    justify-content: center;
    color: #8b8b8b;
    font-size: 30px;
    align-items: stretch;
    align-content: center;
    flex-direction: column;
    line-height: initial;
	}
	
			
#menu { 
	position: relative; 
	top: 80px;
 	width: 100%;
	height: auto;
	z-index: 2000;
	left: 200px;
	overflow:inherit;
/*	background-color: #6e831e;
	opacity: 0.97;
	background-repeat:no-repeat;
	background-position:center; */
	}
	
.close_carrinho {
	display: block;
	width: 50px;
	height: 50px;
	background-image: url("../img/close.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.close_carrinho:hover {
	background-image: url("../img/close1.png");
}
img  {
text-decoration: underline;
font-family: 'Manrope', sans-serif !important;
font-size: 12px;
}	
	
#conteudo { 
position:absolute;
top: 0px;
z-index: 1;
/*hack para o ie 8 */
top /*\**/:  0px\9;
/*hack para o ie 7 */
*top: 0px ;
/*hack para o ie 6 */
_top: 0px;
}

#rodape {
position:static;
}

.titulo_grupo {
color:#181818;
}
	
.titulo_categoria {
color: #333 !important;
font-size: 16px !important;
font-family: 'Manrope', sans-serif !important;
display:block !important;
margin-bottom: 0px !important;
padding: 0 !important;
font-style:italic !important;
border-bottom: 2px solid #a7bd21 !important;
}	

#pagina {
	position:relative;
	display:inline-block;
	left: 0;
	top: 0;
	margin: 0;
	z-index:1;
	width: 100%;
	text-align:center;
}

#faixa {
	visibility:hidden;
	position: absolute;
	width: 100%;
	height: auto;
	z-index: 0;
	top: 0px;

}

#faixa_inf {
	position: relative;
	display:none;
	border-top: 2px solid#181818;
	padding-top: 20px;
	width: 100%;
	color:#181818;
	margin-top: 50px;
	float:left;
	font-size: 12px;
}

.faix {
   display: block;
    position: relative;
    width: 100%;
    text-align: right;
    color: #ffffff;
    float: left;
    font-weight: 100 !important;
    background: #8b8b8b;
	background-image: url("../img/fundo.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
    padding: 13px 55px 5px 55px;
	}
	
 .gw a {
	color:#000 !important;
		 }	 

#redes_soc {
	display: block;
    width: 110px;
    position: relative;
    left: 50%;
    margin-left: -55px;
    height: 70px;
    margin-top: 10px;
}

#redes_soc span {
	display: block;
	width: 50px;
	height: 50px;
	float: left;
	transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
	}

#redes_soc span:hover {
	transform: scale(1.2);
	
	}

#redes_soc .facebook {
	background-image: url(../upload/images/img_index/icon_facebook.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-right: 10px;
	}

#redes_soc .instagram {
	background-image: url(../upload/images/img_index/icon_instagram.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	}


 .gw a:hover {
	color: #163376;
		 }	 		 

#ndereco {
	display:block;
	color:#000;
	width: 100%;
	font-size: 16px;
	font-weight: 300 !important;
	}	 	

#endereco ul {
	display:block;
	width: 100%;
	float:left;
	margin-top: 10px;
	margin-bottom: 10px !important;
	text-align:center;
	}	 	

.endereco a {
	color:#FFF !important;
	font-size: 16px;
	font-weight: 100 !important;		 	
	}	

.endereco a:hover {
	color:#6C0 !important;
	}	

#geral {
	position: relative;
	width: 100%;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
}
	
.titulo_chamada {
	font-size: 18px;
	font-weight: bold;
	font-weight:normal;	
	            }

.titulo_not {
	font-family: 'Manrope', sans-serif !important;
	color:#000;
	font-size: 30px;
	padding: 0px;
	font-weight: 500;
    display: block;
    /* float: left; */
    margin-top: 20px;
    text-align: center;
	 	    }	

.bot_mais {
    display: inline-block;
    max-width: inherit !important;
    /* margin-top: 10px; */
    margin-left: -2px;
    background-color: #a7a9ac;
    border: 1px solid transparent;
    color: #fff;
    text-align: center;
    padding: 10px;
    font-size: 13px;
    text-transform: uppercase;
    transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
    border-radius: 3px;
    cursor: pointer;
    font-weight: 200;
}

.bot_mais:hover {
    background-color: #fff;
	color:  #a7a9ac;
	border: 1px solid transparent;
}


.edicao {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
    color: #FFF;
    background-color: #000;
    padding: 2px 10px 2px 10px;
    line-height: 31px;
	}

.titulo_box {
/*	position: relative;
    padding: 15px;
    z-index: 1;
    font-size: 23px;
    font-weight: 400;
    display: block;
    width: 100%;
    float: left;
    color: #a6a9ac;
    text-transform: uppercase;
    margin-top: 20px;
    text-align: center;
	*/
	position: relative;
    top: 0;
    border: 0 !important;
    display: flex;
    text-align: center;
    flex-wrap: wrap;
    justify-content: flex-start;
    color: #8b8b8b;
    font-size: 30px;
    align-items: center;
    align-content: center;
    flex-direction: column;
    padding: 15px;
    width: 100%;
    float: left;
    line-height: 25px;
	}	




.titulo_box:before {
    width: 100px;
    height: 4px;
    position: absolute;
    left: 50%;
    margin-top: 55px;
    content: '';
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    }


.titulo_box1 {
	text-align: center !important;
    /* float: left; */
    color: #00296f;
    padding: 17px;
    text-transform: uppercase;
    margin-top: 0px;
    font-weight: 700;
    font-size: 28px;
    display: block;
}

.titulo_box2 {
	text-align: left !important;
    float: left;
    display: block;
    background: #1894d2;
    color: #fff;
    padding: 17px;
    text-transform: uppercase;
    margin-top: 80px;
    margin-bottom: -45px;
    font-size: 28px;
    border-radius: 0px 0px 30px 0px;
}

#box_num {
    width: 100%;
    height: auto;
    float: left;
    text-align: center !important;
    z-index: 1 !important;
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: center;
    align-items: stretch;
    padding: 20px;
    margin: 0 0;
    		}

#box_num1 {
		display:block;
		width: 100%;
		position:relative;
		height:  auto;
		float: left;
		margin-top: 0;
		}

	bx5 {
	display: flow-root;
    width: 100% !important;
    text-transform: initial;
	line-height: 20px;
	color: darkgray;
		}

	bx6 {
	display: flow-root;
    text-transform: uppercase;
    cursor: pointer;
    color: #848484;
}

		
	#box_num li , #box_num1 li {
	text-transform: uppercase;
    float: left;
    margin: 0;
    margin-top: 0px;
    padding: 2%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: stretch;
    width: 32.92%;
    position: relative;
    vertical-align: bottom;
    text-align: center;
    transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
    border: 0 !important;
    background-color: #f1f1f1;
    margin-right: 0.4%;
    align-content: stretch;
    min-height: 250px;
    border-radius: 0px; 
	background-size: cover;		
		}
.bx_parceria {
	background-image: url("../upload/images/img_index/detalhe3.jpg");
}
.bx_download {
	background-image: url("../upload/images/img_index/detalhe1.jpg");
	}
.bx_revenda {
	background-image: url("../upload/images/img_index/detalhe2.jpg");
	}

		#box_num li:hover , #box_num1 li:hover {
		-moz-transform :scale(0.9);			
		transform :scale(0.9);	
		/*background-color: #FFFEF0;*/
		}

		#box_num1 li { 
		margin-right: 1%;
		width: 30%;
        }

		#box_num1 .edicao {
    font-size: 90px;
}


.font_not {
	display:block;
	float:left;
	width: 100%;
	color:#999999;
	font-size: 12px;
	font-weight:100;
	font-style:italic;
    text-align: center;
	  }			

.txt_not {
	color:#333333;
	font-size: 18px;
	font-weight:normal;
	text-align:left;
	font-weight:100;
			}
			
.corpo_not {
	color:#000 !important;
	font-size: 15px !important;
	display:block !important;
	text-align:justify;
	width: 100% !important;
	margin-top: 20px;
	float:left !important;
	font-weight: 100;
	margin-bottom: 20px;
	       }	

.corpo_not li {
   /* margin-top: 10px;
    margin-bottom: 10px;*/
}

.corpo_not img {
	padding: 0px 10px 5px 0px ;
	float:left;
	display:block;
	width: auto;
	height: auto;
    /* -webkit-border-radius: 10px; */
    -moz-border-radius: 10px;
    /* border-radius: 10px; */
       }
	   
.bot_voltar {
	display:block;
	margin: 50px 50px 50px 0px;
	width: 50px;
	}	
.bot_voltar img {
	display:block;
	width: 50px;
	height: 50px;
	}	   	
#noticias {
    display: block;
    width: 45%;
    border-radius: 0px;
    float: left;
    cursor: pointer;
    margin-right: 0;
    min-height: 359px;
    padding: 5px;
    border: 0px;
    margin: 2.5%;
    /*box-shadow: 10px 10px 10px 1px rgba(0, 0, 0, 0.2);*/
    background-color: #FFF;
	border-radius: 8px;
	}		   
	
.chamada_not{
  	color: #aeaeae;
    display: block;
    font-size: 20px;
    line-height: 26px;
    font-weight: 100;
    padding: 0px;
    text-align: center;
    margin-bottom: 2px;
        }	   
			 
.chamada_not1 {
	
	color:#f5bf56;
	font-size: 25px;
	margin-left: 5px;
	font-weight:normal;
	display:block;
	text-align:left;
    letter-spacing: -1px;
	margin-bottom: -15px;

	         }			 
	
#newsletter {
	position: relative;
	top: 0px;
	left: 0;
	width: 100%;
	float:left;
	margin-bottom: 5px !important;
	z-index: 999999999 !important;
	visibility: visible !important;
	color:#000;
	text-align: left;
	line-height: 25px;
	
	}	
#txt_news {
	padding-left: 10px;
	font-weight: 400 !important;
	}	
	
.img_newsletter {
	display:block;
	float:left;
	margin-left: 10px;
	margin-top: 10px;
	padding-right:10px;
	cursor:pointer;
	z-index: 99999;
	}	

.txt_news	{
	display:block;
	float:left;
	width: 100%;
	text-align:left;
	}
	
		
.titulo_newsletter	{
	color:#663332;
	font-size: 15px;
	font-weight:normal;
	display:block; 
	margin-right: 10px;
	                }	
	
.resumo_not {
	color:#663332;
	font-size: 14px;
	font-weight:normal;
	text-align:justify;
	margin-left: 30px;
	        }	


.data_not{
	color:#663332;
	font-size: 12px;
/*	margin-left: 20px; */
	     }	
	

  
	
/*.titulo_institucional {
font-weight: 800;
    margin-bottom: 10px;
    text-align: left !important;
    float: left;
    background: #1894d2;
    color: #fff;
    padding: 17px;
    text-transform: uppercase;
    display: none;
    font-size: 28px;
    z-index: 99 !important;
    border-radius: 0px 0px 30px 0px;
	}	*/
		
.noticias img {

    display: block;
    float: left;
    width: 100%;
    height: auto;
}			
		
.texto_institucional {
	line-height: 38px;
	font-size: 20px;
	text-align: justify !important;
	color:#8b8b8b;
    	}

.texto_institucional li {	
    display: block;
	font-weight: 100;
		}


.chamada_evento {
	color:#663332;	 
	font-size: 25px;
	text-align:justify;
		}	
		
.subtitulo_evento {
	color:#663332;	 
	font-size: 15px;
	font-weight:  normal;
	text-align:justify;
	display:block;
	margin-left: 30px;
		}				
		
.texto_institucional h2 {
	color: #000;	 
	font-weight:normal;
	font-size: 25px;
	text-align:left;
		}		
		

		
.titulo_menor_produtos {
	font-size: 14px;
	text-align:center;
	margin: 10px;
	        		}	
					
.titulo_produtos {
	font-size: 35px;
	text-align:center;
	}	



	

.maisvendidos	{
 color:#FFF;	 
 font-weight:normal;
 font-size: 20px;
 text-align:left;
 padding: 7px;
 background-color: #581624;
 display:block;
 width: 685px;
 margin-top: 32px;
 
	}	
	
.inf_produto	{
 color:#154e25;	 
 font-weight:normal;
 font-size: 18px;
 text-align:left;
 padding: 10px;
 padding-bottom: 10px;
 display:inline;
 font-style:italic;
/* width: 300px; */
	}	
	
.medidas {
	color: #642874;
    font-size: 16px;
    font-weight: 600;
    text-transform: lowercase;
	}	
	
	.subtitulo {
	color: #000;
    font-size: 15px;
    text-align: justify;
    display: contents;
    font-weight: 100;
    text-transform: uppercase;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
	}	

.texto_produtos {
	color:#333333;
	font-size: 13px;
	text-align:justify;
	}
	
.objOculto-titulo {
	cursor:pointer;
}

#banner-foto {
	background: url("../img_slider/loading.gif") no-repeat scroll center center transparent;
	height: 373px;
	overflow: hidden;
	width: 980px;
	position:relative;
	border: 0px #581624 solid;
	top: 24px;
}


.banner-texto {
	background: none repeat scroll 0 0 #663332;
	color: #FFFFFF;
	height: 254px;
	padding: 60px 20px;
	text-align: justify;	
	vertical-align: middle;
	width: 35%;
	z-index: 980px;
  position:absolute;
	top:0;
	left:0;
}

.banner-texto h1 {
	font-family: 'Manrope', sans-serif !important;
	color: #FFFFFF;
	font-size: 35px;
	text-align: left;	
	vertical-align: middle;
	font-weight:normal;
	font-size-adjust:inherit;
	font-stretch:expanded;
		             }					 

.banner-texto h2 {
	color: #FFFFFF;
	font-size: 13px;
	text-align: left;	
	vertical-align: middle;
	font-weight:normal;
	font-size-adjust:inherit;
	font-stretch:expanded;
	            }
					 
					 
.banner-texto h3 {
	font-size: 11px;
	font-weight:normal;
	text-align: left;	
	color: #FFFFFF;
	font-weight:normal;
	font-size-adjust:inherit;
	font-stretch:expanded;
	
	}

.banner-texto h4 {
	font-size: 20px;
	font-weight:normal;
	font-size-adjust:inherit;
	font-stretch:expanded;
	text-align: left;	
	color: #FFFFFF;
	}

/* link geral */
a {text-decoration:none;  display:inline;  text-align:justify; }
a:hover	{ text-decoration: nome;    color:#673433; }

a.link {text-decoration: none; display:inline; margin-left:5px; text-align:justify; }
a.link:hover	{ text-decoration: nome;    color:#929292; }
a.link:visited { text-decoration: none; color:#929292;  }
a.link:visited:hover { text-decoration: underline; color:#929292; }

/* link notiica */
a.link_not { display: block; text-align:justify; text-decoration: none;color:#593f32; font-size: 15px; padding: 0px; }
a.link_not:hover	{  color:#929292; }
a.link_not:visited { text-decoration: none; color:#929292;  }
a.link_not:visited:hover { text-decoration: none; color:#929292; }

/* link botao mais noticias */
a.link_maisnot {  display: inline; text-align:left; padding: 5px; text-align:justify; background-color:#663332; text-decoration: none;color:#FFF; font-size: 13px; }
a.link_maisnot:hover	{ text-decoration: nome; background-color:#96433f;    color:#FFF; }
a.link_maisnot:visited { text-decoration: none; color:#FFF;  }
a.link_maisnot:visited:hover { text-decoration: none; color:#FFF; }

.block_not {
	display: block;
	margin-right: 20px;
	}


/* link com fundo */
a.link_bord {text-decoration: none; color:#663332; padding:5px;  font-size: 14px; }
a.link_bord:hover	{  text-decoration: nome; padding:5px;  background:#faf5eb;  color:#663332; font-size: 14px;}
a.link_bord:visited { text-decoration: none; color:#663332; font-size: 14px; }
a.link_bord:visited:hover {  text-decoration: none; color:#663332; font-size: 14px;}

.txt_base {
	color:#FFF;
	display:block;
	font-size: 12px;
	vertical-align: middle;
	font-weight:normal;
	text-align:justify;
	margin-left: 10px;
	margin-top: 35px;
	font-weight:300;
	text-transform:uppercase; 
	}	
	
.txt_base_inf {
	color:#FFF;
	display:block;
	font-size: 12px;
	vertical-align: middle;
	font-weight:300;
	}		
	
/* link rodape */
a.link_base {text-decoration: none;color:#FFF; font-size: 13px; }
a.link_base:hover	{    color:#d52d50; }
a.link_base:visited {  color:#d52d50;  }
a.link_base:visited:hover {  color:#d52d50; }	

/* Acabamento */
.cor { 
display:block;
float:left;
width: 60px;
height: 60px;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
margin-right: 5px;	
border: 1px solid #CCC !important;
	}

.indicac {
	position:relative;
	top: 30px;
	width: auto;
	height: auto;
	display:block;
	padding: 10px;
	font-size: 20px;
	color:#333;
	}
	
#descricao {
	display:block;
	width: 100%;
	height: 30px;
	background-color:#999;
	position:relative;
	float:left;
	}

#indicacao {
	position:relative;
	float:left;
	top: -50px;
	width: 550px;
	height: auto;
	display:block;
	padding-left: 20px;
	}	

.video img {
	margin: 0;
	padding: 0;
	}

.video a { display:block; width:200px; height:128px; border: #faf5eb  solid 2px; }
.video a:hover	{  border: #C96 solid 2px;  }
.video a:visited {  border: #faf5eb solid 2px; }
.video a:visited:hover {  border: #C96 solid 2px; }


.f3 {
	display:block;
	width: 100%;
	}


.f1 {
	font-size: 13px;
	color:#900;
	}

#representantes {
	margin-top: 20px;
	padding: 10px;
	line-height: 20px;
	float:left; 
	width: 95%;
	font-weight:100 !important;
	color:#000 !important;
	font-weight:100;
	border-bottom: 1px dashed #CCCCCC;
 	transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	-ms-transition: all .2s ease-in;	
	}

#representantes:hover {
	background-color: #fffcf2;
	}	
	
.nome_rep {
	font-size: 17px;
    padding: 0px;
    margin-bottom: 5px;
    display: block;
    width: 100%;
    font-weight: 600;
    text-align: left;
    font-family: 'Manrope', sans-serif !important;
    text-transform: uppercase;
	      }	
		  
.texto_rep {
	color:#666666;
	font-size: 15px;
	font-weight:normal;
	text-align:justify;
	line-height: 20px;
	text-transform:uppercase;
	display:block;
	margin-left: 5px;
	font-weight:100;
	font-style:italic;
	color:#a7bd21;
	       }			
	

	
.link_prod a { display:block; padding: 0px; margin: 20px 0px 0px 0px; width:200px; height: 200px; border-bottom: #006600 solid 1px; 	transition: all .2s ease-in;
 }
.link_prod a:hover	{  border-bottom: #52412b solid 3px;  }
.link_prod a:visited {  border: #FFF solid 1px; }
.link_prod a:visited:hover {  border: #d42d4f solid 1px; }	

.link_prod img {
   width: 200px;
   	transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	-ms-transition: all .2s ease-in;	
	border-radius: 50px;
	}
.link_prod img:hover {
/* -webkit-filter: brightness(0.5); */
/*	 -webkit-filter: contrast(1.5); */
/*	 -webkit-filter: saturate(2); */
/* -webkit-filter: blur(1.5px);*/
  width: 220px;
  margin-top: -10px;
  margin-left: -10px; 
  border-bottom: #d42d4f solid 1px; 
	}

.background_title { 
	padding: 10px;
    color: #aeaeae;
    display: block;
    cursor: pointer;
    margin-top: 3px;
    background-position: center;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
    background-color: transparent; 
    text-transform: uppercase;
    /* border-radius: 20px 20px 20px 20px; */
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 100;
    text-align: center;
    width: auto;
	border-bottom: 1px solid #000;
	text-decoration: none !important;
	}	

.background_title:hover {
	color: #FFF;
   	transition: all .2s ease-in;
	background-color: #000;
	text-decoration: none !important;
	border-bottom: 1px solid #000;
	}
.txtprod {
	display: block;
    margin-bottom: 10px;
	color: #000;
}

.borda_foto_m  { 
 display:block; 
 padding: 0px; 
 margin: 0px 0px 0px 0px; 
 width: 492px; 
 height: 496px; 
 border: #581624 solid 0px;
               }
 
 
  
 .produtos { margin: 0; padding: 0; text-align:justify; border-collapse: collapse; border-spacing: 0; }


 .produtos h1 {
 color:#663332;	 
 font-weight:normal;
 font-size: 25px;
 text-align:left;
		}	


 .produtos h2 {
 color:#663332;
 font-size: 18px;
 text-align:left;
 		  }	
		  
 .produtos h3 {
 color:#333333 !important;	 
 font-weight:normal;
 font-size: 16px;
 text-align:left;
 font-weight:100;
 text-transform:uppercase !important;
/* text-transform:uppercase; */
 		  }
		  
.tab-content h3 {
 color:#333333 !important;	 
 font-weight:normal;
 font-size: 16px;
 text-align:left;
 font-weight:100;
 text-transform:uppercase !important;
/* text-transform:uppercase; */
 		  }		  		
		  
.titulo_cores {
 color:#154e25;	 
 display:block;
 width: 100%;
 font-weight:normal;
 font-size: 16px;
 text-align:left;
 font-style:italic;
/* text-transform:uppercase; */
 		  }				  
		  
#imprimir {
	width: 40px;
	height: 40px;
	border-radius: 20px;
	display:block;
	background-image: url(../img/imprimir.png);
	background-color: #a6a6a6;
 	transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	-ms-transition: all .2s ease-in;	
	cursor: pointer;
	position:relative;
	float:left;
	margin-top: -5px;
	margin-left: 5px;
	background-size:cover;
	}		  

#imprimir:hover {
	background-color: #a6d7f7;
}

.ABC_proj {
	display: flex;
	background-color: beige;
	text-align: center;
	padding: 5px;
}

#carrinho {
	width: 50px;
	height: 50px;
	display:block;
	float:left;
	margin-right: 20px;
	background-image:url(../img/icone_solicitar_orcamento.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
 	transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	-ms-transition: all .2s ease-in;	
	cursor: pointer;
	}	

#carrinho:hover {
	background-image:url(../img/icone_solicitar_orcamento-1.png);
	}

#carrinho1 {
 color:#154e25;	 
 display:block;
	}	
	
/* style="display:block; cursor:pointer; margin-left:10px; margin-top:-15px;"  */


.local_pag {
    display:block;
	padding: 15px;
	background-color:#d42d4f;
	color:#FFF;
	font-style:italic;	
	text-transform:lowercase;
	font-size: 15px;	
	margin-right: 4px;
	}
	
 .produtos h4 {
 color:#999999;	 
 font-weight:normal;
 font-size: 14px;
 text-align:left;
 		  }	
	
 .produtos h5 {
 color:#663332;	 
 font-weight:normal;
 font-size: 13px;
 text-align:left;
 		  }			  	  

 .produtos h6 {
 color:#333;	 
 display:block;
 width: 600px;
 font-weight:300 !important;
 font-size: 13px;
 text-align:justify;
 margin-left: 15px;
 		  }	
		  
h6 {
 color:#333;	 
 display:block;
 width: 100%;
 font-weight:300 !important;
 font-size: 16px;
 text-align:justify;
 margin-left: 15px;
 line-height: 20px !important;	
	}		 

.close {
	display:block;
	background-color:#900;
	color:#FFF;
	font-size:18px;
	padding: 8px;
	width: 10px;
	}	
	
.close:hover {
	background-color:#F00;
	color:#FFF;
	}		

.atualizar_carrinho {
	display:block;
	float:left;
	margin-right: 50px;
	width: 281px;
	height: 72px;
	background-image:url(../img/atualizar_carrinho.png);
	background-repeat:no-repeat;
	background-position:center;
	border: 0;
	}
	
.atualizar_carrinho:hover {
	background-image: url(../img/atualizar_carrinho1.png);
	}	
	
		

.enviar_orc {
	display:block;
	float:left;
	margin-right: 50px;
	width: 281px;
	height: 72px;
	background-image:url(../img/envie_orcamento1.png);
	background-repeat:no-repeat;
	background-position:center;
	border: 0;
	}
	
.enviar_orc:hover {
	background-image:url(../img/envie_orcamento.png);
	}	
	
.prod_orc { 
 color:#666666;	 
 font-weight:normal;
 text-transform:uppercase;
 font-size: 13px;
 text-align:left;
 margin-left: 15px;
 }	 

.img_orc {
	 width: 100px !important;
	 height: 100px !important;
	 border-right: 1px solid #C00;
	 padding-right: 10px;
	margin-right: 20px;
}
		  

#tel_capa {
	display:block;
	font-size: 14px;
	color:#d42d4f;
	font-weight: 300;
	margin-top: -20px;
	text-align:right;
	font-style:italic;
	margin-right: 60px;
	}

.icon_set {
	display:block;
	width:  auto;
	height: 20px;
	background-image: url(../img/icon_menu_lat.png);
	background-position: left;
	background-repeat: no-repeat;
	float:left;
	padding-left: 20px;
	transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	-ms-transition: all .2s ease-in;	
	}	

.icon_set:hover {
	background-image:url(../img/icon_menu_lat1.png);
	}	
	
.link_menu {
	color: #203709 !important;
	transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	-ms-transition: all .2s ease-in;	
	margin-left: 8px;
	font-style:italic;
	font-weight: 100;
	font-size: 15px;
	}		

.link_menu:hover {
	color: #a7bd21 !important;
	}	
			
.linha_sep {
	display:block;
	border-bottom: 1px #593f32 solid;
	width: 50%;
	margin-left: 25%;
	}	
	
#sugestao {
	display:inline-table;
	width: 100%;
	height: auto;
	float: left;
	margin: 0 !important; 
	}	
sugestao ul {
	display:inline-table;
	width: 100%;
	height: 150px;
	float: left;
	}	

/* .list_sugest {
	display: block;
	height:auto;
	float:left;
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	}	
	*/
	

.tab_pro_sug {
	display: block;
	float:left !important;
	width: 30% !important;
	margin: 0 !important;
	padding: 0 !important;
	text-align:center;
	color:#2E3D25;
	transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	-ms-transition: all .2s ease-in;	
	height: 160px; 
	}

.tab_pro_sug img {
	width: 100%;
	transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	-ms-transition: all .2s ease-in;	
	}

	
	
.tab_pro_sug:hover {
	-webkit-filter: brightness(1.3);
	color:#CCCCCC;	
	}	
	
#cores	{
	display:inline-block;
	float: left;
	width: 100%;
	}
#cores	li {
	margin-top: 8px;
	float: left;
	width: auto;
	padding: 2px;
	height: auto;
	cursor: pointer;
	}

#cores	img {
	width: 150px;
	height: 150px;
	border-radius: 8px;
	transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	-ms-transition: all .2s ease-in;	
	}	
	
	#cores	img:hover {
	transform: scale(1.5,1.5);	}	

#cores .txt_cor	{
	display:block;
	float:left;
	width: 100%;
	}
	
.txt_titulo_cores {
	text-align:left;
	padding: 10px;
	background-color: rgba(255,255,255,0.90); 
	color:#000;
	font-weight:600;
	text-transform:uppercase;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	
	}	
.chamada_not_home {
	display:block;
	font-size: 16px;
	font-weight:600;
	color:#181818;
	width: 100%;
	float:left;
	padding: 0px 0px 0px 15px;
	text-align:left;
	}
#link_not_home1 {
	display:block !important;
	font-size: 12px !important;
	line-height: 13px !important;
	text-transform:none !important;
	width: 95% !important;
	float:left;
	}	
#link_not_home1:hover {
	color: #FFF !important; 
	}		
	
#link_not_home1 p {
	font-size: 10px !important;
	line-height: 14px !important;
	padding: 0px !important;
	font-style:normal !important;
	}		
#link_not_home1 p:hover {
	color: #663333;
	}		
		
#submenu {
	display: block;
	position:relative;
	width: 100%;
	max-width: 900px;
	left: 50%;
	margin-left: -450px;
	height: 150px;
	padding-bottom: 20px;
	padding-top: 20px;
	font-size: 10px;
	text-transform:uppercase;
	}		


#submenu ul {
	display:block;
	position:relative;
	width: 25%;
	height: 50px;
	float: left;
	}
	
#submenu .tit_submenu {
	font-weight: 600;
	margin-bottom: 10px;
	width: 100% !important;
	text-align:center;
	border-bottom: 1px solid #181818;
	padding: 0px 0px 10px 0px;
	color:#181818;
	float: left;
	}	
	
#submenu li {
	width: 100%;
	padding: 0px 0px 0px 0px;
	font-weight: 400;
	text-align:center;
	float: left;
	margin-bottom: 5px;
		}				
#submenu .icon_sociail {
	display:inline-block;
	float:left;
	width: 51px;
	height: 51px;
	padding: 2px;
	cursor: pointer;
	}
	
#submenu .icon_sociail:hover {
	transform: scale(0.7,0.7);
	}
.icon_ass {
	display:block;
	margin: 10px 10px 10px 10px;
	width: 100px; 
	float:left;
	margin-top: -15px;
	}		
.tab_left .h3 {
	margin-top: 15px;
	padding-top: 10px;
	font-size: 30px;
	font-weight:600;
	line-height: 35px;
	}	
#tab_prod {
	display:block;
	width: 100%;
	margin: 0;
	margin-bottom: 80px;
	padding: 0;
	float:left;
	}	
	
#tab_prod ul {
	display: block !important;
	width: 100%;
	max-width: 650px !important;
	min-width: 500px !important;
	padding: 0px;
	height: 25px !important;
	float:left;
	text-transform:uppercase;
	}	

#tab_prod ul.title {
	font-weight:600
	}	
		
#tab_prod li {
	text-align:center;
	display:block;
	width: 17%;
	min-width: 90px;
	float:left;
	padding: 3px;
	border-right: 1px solid rgba(224,224,224,1.00);	
	font-size: 14px;
	}	
	
#tab_prod .obs_prod_tab {
	min-width: 70px;
	padding-left: 5px;
	border-right: 0px ;		
	text-align: left; 
	}	

#tab_prod .cod_prod {
	border-left: 0px ;		
	}	
.obs {
	width: 100%;
	float:left;
	text-align:left;
	font-weight: 100;
	font-size: 10px;
	
	}	
.pro_h1 {
	display:block;
	margin-top: 20px;
	margin-bottom: 10px;
	padding: 2px;
	font-size: 20px;
	font-weight: 700;
	text-transform:uppercase;
	}
	
.pro_h2 {
	display:block;
	font-size: 14px;
	font-weight: 400;
	margin-top: 5px;
	}		
	
.observacao {
	display:block;
	width: 100%;	
	margin-top: 50px;
	float:left;
	font-size: 12px;
	color:#181818;
	}	


	
#cores {
	display:block;
	width: 100%;
	float:left;
	margin-bottom: 30px;
   	}
	
#cores ul {
	display:inline-table;
	width:100%;
	float:left;
	}
	
	/* tecidos pagina produto */
	
	#tecidos {
		display: block;
		width: 100%;
		margin-top: 80px;
		}


	#tecidos ul {
		display: block;
		width: 100%;
		float:left;
	    padding-bottom: 50px;
		}		


	#tecidos li {
		float:left;
		margin-top: 30px;
		margin-bottom: 30px;
		}	
	
	#tecidos img {
		display:inline-block !important ;
		width: 60px !important;
		height: auto;
		position: relative  !important ;
		cursor: pointer;
		transition: all .2s ease-in;
		-webkit-transition: all .2s ease-in;
		-moz-transition: all .2s ease-in;
		-o-transition: all .2s ease-in;
		-ms-transition: all .2s ease-in;	
		border-radius: 50%;  
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		}
			
	#tecidos img:hover {
		transform: scale(3.0,3.0) !important;
		z-index: 2 !important;
			}
		
	.paginacao {
		display:inline-block;
		padding: 10px;
		font-size: 14px;
		font-weight:600;
		color: rgba(255,255,255,1.00);
		border-radius: 2px;
		background-color:rgba(134,67,67,1.00);
		cursor: pointer;
		text-decoration:none;
		}
		
	.paginacao:hover {
		color: rgba(255,255,255,1.00);
		background-color:rgba(55,47,47,1.00);
		}		
	
	#box_bas {
		display: block;
    	width: 100%;
    	position: relative;
    	height: auto;
    	float: left;
    	/*margin-top: 30px;
    	margin-bottom: 20px;*/
    	background: #00296f;
			}
		
	#box_newsletter {
   display: flex;
    width: 100%;
    float: left;
    /* height: auto; */
 /*   background-color: #d6d6d6; */
    margin-top: 50px;
    /* max-width: 1200px; */
    /* left: 50%; */
    /* margin-left: -600px; */
    position: relative;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: stretch;
    justify-content: center;
    align-items: center;
		}


#form_news {
	color: #fff !important;
    width: 95%;
    margin: 2% 10% 0% 10%;
    text-align: right;
	display: block;
}

#box_newsletter ul {
	font-size: 16px;
    padding: 0px 0px 0px 0px;
    text-align: left;
	color: #000;
}

#box_newsletter form {
        width: 90%;
    
}

#box_newsletter input {
       text-align: center;
    font-size: 14px;
    padding: 1.5%;
    width: 96%;
    text-transform: uppercase;
    border-radius: 4px;
    background-color: #f1f1f1;
    }

#box_newsletter li {
	font-size: 18px;
    color: #000;
    padding: 10px 0px 10px 0px;
    float: left;
}

.send_news {
	cursor: pointer;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
    width: 50px !important;
	height: 50px;
    float: left;
    text-align: center;
	background-image: url("../upload/images/img_index/seta.png") !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: contain !important;
    }

.send_news:hover {
	transform: scale(1.1,1.1) !important;
	}

.img_novidade {
	display: block;
	width: 100%;
	background-image: url(../upload/images/img_index/novidade.png);
	background-position: center;
	background-repeat: no-repeat;
    background-size: contain;
    height: 90px;
}


	#box_bas li {
		float: left;
		margin: 0;
		padding: 0;
		height: 100%;
		position:relative;
		}
	#box_bas .box_bas_text {
    	width: 50%;
    	height: auto;
    	padding: 20px 5px 10px 10%;
    	line-height: 25px;
    	color: #fff;
		}		

	#box_bas .box_bas_text p {
		padding: 10px;
		position:relative;
		max-width: 70%;
		left: 30%;
		font-size: 18px;
		margin-left: -15%;
		color: #5F5F5F;
		}		

	#box_bas .box_bas_text p1 {
		padding: 10px;
		display:block;
		color: #5F5F5F;
		font-size: 25px;
		font-weight: 700;
		margin-top: 20px;
		}		
				
	#box_bas .box_bas_img {
    	width: 50%;
    	height: 336px;
    	background-image: url(../upload/images/img_index/capa_direira.jpg);
    	background-position: right;
    	background-repeat: no-repeat;
    	background-size: contain;

		}		
		
	.img_news {
		display:block;
		width: 150px;
		height: 150px;
		background-image:url(../img/news.png);
		background-position:center;
		background-repeat:no-repeat;
		background-size:cover;
		margin-left: 20%;
		margin-top: 50px;
		}		


#img_pro_det {
	display:block;
	position:static;
	float:left;
	margin: 50px 5px 5px 5px !important;
	transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	-ms-transition: all .2s ease-in;	
	cursor: pointer;
	
	}		
	#img_pro_det:hover {
		transform: scale(1.5,1.5) !important;
		z-index: 10 !important;
			}	

#space {
	display: inline-block;
	width: 100%;
	height: 50px;
		
}

.imageprod {
	transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	-ms-transition: all .2s ease-in;	
/*	-webkit-box-shadow: 1px 1px 15px #CCCCCC 1px 1px 2px rgba(158,111,86,0.3) inset;
	-moz-box-shadow: 1px 1px 15px #CCCCCC, 1px 1px 2px rgba(158,111,86,0.3) inset;
	box-shadow: 1px 1px 15px #CCCCCC, 1px 1px 2px rgba(158,111,86,0.3) inset;		*/
	}
.imageprod:hover {
	transform: scale(0.95,0.95) !important; 
	}

.table_inf_prod {
	display: inline-block;
	width: 100%;
	padding: 10px;
	
}


#textura	{
	display:inline-block;
	float: left;
	width: 100%;
	}
#textura	li {
	margin-top: 8px;
	float: left;
	width: auto;
	padding: 2px;
	height: auto;
	cursor: pointer;
	}

#textura	img {
	width: 100px;
    height: 100px;
    border-radius: 10px;
	transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	-ms-transition: all .2s ease-in;	
	}	
	
#textura	img:hover {
	transform: scale(3.5,3.5);	
	}	

.acabamento_tex {
	width: 100%;
}

.acabamento_tex img {
	width: 100%;
}



.background_title_pro {
	font-size: 35px;
    padding: 36px 0px 36px 0px;
    color: #c3393c;
    font-weight: 800;
    display: block;
    width: 100%;
    float: left;
    text-align: left;
    }

.background_title_pro:hover {
    
}

.tab_pro_linha {

}

.tab_pro_linha img {
	width: 100%;
	display: block;
}
    
	
.list_block_sugest {
	display: block;
	width: 50%;
	float: left;
}	

.medi_pro {
	display: block;
	float: left;
	padding-top: 50px;
}	
	
.descricao_prod {
	display: block;
    float: left;
}	

#interno_roup {
    float: left;
    display: block;
	width: 100%;
}		

#interno_roup img {
	max-width: 300px;
    padding: 0px 0px 0px 85px;
}	

#instit_txt {
	
}

#instit_txt li {	
    width: 50%;
    padding: 12px;
    text-align: left;
}

#instit_txt ul {
	
}

#instit_txt img {
	width: 200px;
    border-radius: 1000px;
    border: 3px solid #e0e0e0 !important;
}

.instit_tit {
	font-weight: 800;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 14px;
}

/* servicos */
.servicos {
	width: 100%;
	padding: 20px;
	display: flex;
    flex-direction: row;
    flex-wrap: wrap; 
	border-radius: 10px;
	margin-bottom: 20px;
}

.tit-serv {
	font-size: 28px;
    line-height: 40px;
    text-transform: uppercase;
    font-weight: 600;
    border-bottom: 1px solid;
    margin-bottom: 19px;
}

.mod_serv {
    margin: 20px 0 20px 0;
    padding: 15px;
    background-color: azure;
    border-radius: 17px;
    width: 100%;
    text-align: justify;
    }
.tit_empr {
	display: flex;
    font-size: 19px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 47px;
}

#servico_txt {
	font-size: 19px !important;
    display: block !important;
    text-align: justify;
    width: 100% !important;
    margin-top: 20px;
    float: left !important;
    font-weight: 100;
    margin-bottom: 20px;

}

#servico_txt li {
	font-size: 18px;
}

.servico_tit {
  font-weight: 300;
    font-size: 40px !important;
    margin-bottom: 16px;
    margin-top: 16px;
    color: #8b8b8b;
    line-height: 44px;
	text-align: left;
		
}

.titulo_detalhe {
    padding: 14px;
    font-size: 48px;
    text-align: center;
    color: #8b8b8b;
    font-weight: 100;
    min-height: 88px;
    text-transform: uppercase;
}


.titulo_detalhe2 {
    float: left;
    text-align: center;
    display: block;
    font-weight: 900;
    font-size: 26px;
    text-transform: uppercase;
    background: #1794d2;
    color: #fff;
    padding: 10px;
    width: 100% !important;
    margin-bottom: 18px;
    margin-top: 18px;
}

.img_detalhe {
    width: 140px;
    display: block;
    float: left !important;
}

.img_detalhe2 {
    margin-top: -18px;
}

.img_servico {
	float: left;	
    width: 50% !important;
}

.equipe_f {
	width: 33%;
    float: left;
    height: auto;
    max-width: 400px;
    text-align: center;
}

.equipe {
	display: block;
    float: left !important;
    width: 101% !important;
    padding: 0 !important;
}

.card-body {
	font-size: 15px;
}
.equipe_f2 {
	width: 25%;
    float: left;
    height: auto;
    max-width: 400px;
    text-align: center;
}

.foto_equipe {
    margin-bottom: 8px;	
    width: 242px;
}

.foto_diretoria {
    margin-bottom: 8px;	
}

.titulo_nome {
    width: 100%;
    font-weight: 100;
    text-transform: uppercase;
    font-size: 16px;
    display: block;
    text-align: center;
    color: #1794d2;
}

.funcao_detalhe {	
    font-size: 13px;
	color: #8B8B8B;
}



/*DEPOIMENTOS*/

.titulo_dep {
    width: 100%;
    position: relative;
    float: left;
    text-align: center !important;
    z-index: 1 !important;
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; 
	justify-content: center;
	margin-bottom: 30px;
}


.fonte_dep {
    font-size: 16px;
 }

/*DEPOIMENTOS*/

#box_blog {
	display: block;
    width: 1000px;
    left: 50%;
    margin-left: -500px;
    position: relative;
    height: auto;
    float: left;
    margin-top: 30px;
    text-align: center !important;
    z-index: 1 !important;
    margin-bottom: 30px;
}

.blog {
    width: 1000px !important;
    left: 50%;
    margin-left: -500px;
    padding: 0 !important;
    z-index: 1 !important;
    text-align: center;
}

.blog_tit {
  text-align: center !important;
    /* float: left; */
    color: #8b8b8b;
    padding: 21px;
    text-transform: uppercase;
    margin-top: 0px;
    font-weight: 400;
    font-size: 55px;
    display: block;
    letter-spacing: 4px;
}

.blog_tit:before {
    width: 100px;
    height: 4px;
    position: absolute;
    left: 50%;
    margin-top: 55px;
    content: '';
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    }

.imagem_not {
	
    padding: 9px;
    width: 100%;
	/* border-radius: 20px 20px 0px 0px; */
}

.clientes {
	position: absolute;
    width: 1000px !important;
    left: 50%;
    margin-left: -500px;
    padding: 0 !important;
    float: left;
    z-index: 1 !important;
    text-align: center;
    margin-top: 20px;
}

.clientes_tit {
    text-align: center !important;
    /* float: left; */
    color: #035c90;
    padding: 17px;
    text-transform: uppercase;
    margin-top: 0px;
    font-weight: 700;
    font-size: 28px;
    display: block;
}

.clientes_tit:before {
    width: 100px;
    height: 4px;
    position: absolute;
    left: 50%;
    margin-top: 55px;
    content: '';
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    
}


.img_serv {
    max-width: 250px !important;
    float: left;
    padding: 6px;
}

/*RODAPÉ*/

#rodape_cyrne {
    display: inline-flex;
    width: 100%;
    font-weight: 600;
}


#rodape_cyrne li {
    display: block;
    float: left;
    width: 50%;
    padding: 1%;
    min-width: 33%;
	font-weight: 300;
}

#rodape_cyrne ul {
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

#rodape_cyrne span {
    display: inline-block;
    text-align: center !important;
}
.logo_cyrne {
    background-image: url(../img/logo_rodape.png);
    width: 100%;
    height: 140px;
    background-position: left;
    background-size: auto;
    background-repeat: no-repeat;
}
.logo_10anos {
    background-image: url(../img/selo-10-anos.png);
    width: 100%;
    height: 140px;
    background-position: left;
    background-size: contain;
    background-repeat: no-repeat;
}

.gwbase {
}   

.gwbase1 {
    float: left;
	text-align: left !important;
    display: block;
}   

.gwbase2 {
	text-align: right!important;
    display: block;
}

.gwbase2 a:hover {
	color: #05C2FC !important;
}  

.rede_social {
    margin-top: 21px;
}

.icon_redesocial {
	width: 35px;
}
		
.icon_gps {
    width: 50px;
    height: 50px;
    background-image: url(../img/icon_localizacao.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
		}		

.email_rodape {
	color: #fff;
}	

.email_rodape:hover {
	color: #fff;
}

.email_rodape2 {
    color: #fff;
    font-weight: 800;
}


/*RODAPÉ*/

	
@media (max-width: 1100px) { 

#content ul {
    display: block;
    position: relative;
    width: 100% !important;
    left: 0 !important ;
    margin-left: 0 !important;
    height: auto;
    min-height: 600px;
    float: left;
    padding-bottom: 50px;
    text-align: justify;
}
	.colb2 {
    width: 50% !important;
}
	
	#topo ul {
	display: flex;
    width: 100%;
    float: right;
}	

.tab_pro {
    width: 50%;
}

#box_num .edicao {
    font-size: 15px;
    font-weight: 600;
}
	
#content ul img {
    width: 100%;
    left: 0 !important ;
    margin-left: 0 !important;
}
	
	.img_orc {
	 width: 100px !important;
	 height: 100px !important;
	 border-right: 1px solid #C00;
	 padding-right: 10px;
	margin-right: 20px;
}
	

#content {
    width: 80% !important ;
	left: 20% !important;
	margin-left: -10% !important;
    padding-top: 0px !important;
	float: none !important ; 
}

#content_pro {
    width: 80% !important ;
	left: 20% !important;
	margin-left: -10% !important;
    padding-top: 30px !important;
	float: left !important ; 
}

	.logo {
		/*	width: 100% !important; */
			}
			
			
	
	#submenu {
		width: 100% !important;
		}
		
		#submenu ul {
		height: auto !important;	
		}
	#faixa_inf {
		background-image: none;
		}	
	.faix {
		float:left !important;
		width: 100% !important;
		margin-left: 0px !important;
		left: 0 !important;
		}
}	

@media (max-width: 1200px) { 
	
	html {
    width: 100% !important;
}

	.logo {
/*			width: 100% !important; */
			}

			
	#submenu {
		width: 100% !important;
			}
	#rodape_f li {
    float: left;
    width: 100%;
    padding: 1%;
	text-align: center;
}	
	.logo_f {
    background-position: center;
}
    
	#faixa_inf {
		background-image: none;
		}							
	
}	

@media (max-width: 907px) { 
	
	.botao1 {
    display: none !important;
}
	
	#box_emp ul {
    display: flex;
		flex-direction: column !important;}
	
	html {
    width: 100% !important;
}
	
	#topo .menu {
			width: 70%  !important; 
			}



 .jetmenu > li > a {
    padding: 15px 15px !important;
   /* font-size: 13px;
    font-weight: 600;
    color:#181818;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block; */
}				
			
	#submenu {
		width: 100% !important;
		left: 0 !important ;
		margin-left: 0 !important;
		float:left;
		display: inline-block;
		font-size: 10px !important;
		}
		
	#submenu ul {
		width: 25%;
		}
	#faixa_inf {
		background-image: none;
		}	
	.faix {
		float:left !important;
		width: 100% !important;
		margin-left: 0px !important;
		left: 0 !important;
		}
	#rodape_f li {
    float: left;
    width: 100%;
    padding: 1%;
	text-align: center;
}	
	.logo_f {
    background-position: center;
}
	.logo_10anos {
    background-position: center;
}
	.base_f1 {
    float: inherit;
    text-align: center !important;
}
	.base_f2 {
    float: inherit;
    text-align: center !important;
}
	
	#box_num {
    width: 100%;
    margin-left: 0;
    left: 0;
}
	
	.titulo_box {     
	text-align: center !important;
    float: initial;
    display: initial;
    background: transparent;
    color: #a7a9ac;
    }
	
	
	.titulo_box2 {     
    text-align: center !important;
    float: initial;
    display: -webkit-inline-box;
    background: transparent;
    color: #1894d2;
    border-bottom: 2px solid;
    border-radius: 0px 0px 0px 0px;
    width: 50%;
    font-weight: 800;
	}
	
	.clientes_tit {
	text-align: center !important;
    float: initial;
    display: -webkit-inline-box;
    background: transparent;
    color: #1894d2;
    border-bottom: 2px solid;
    border-radius: 0px 0px 0px 0px;
    font-weight: 800;
	}
	
	#box_num li {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 45%;
    height: 221px;

       }	
	
	#endereco {
		padding: 10px;
		}
	.img_news {
		margin-left: 15px !important;
		}	
	#box_bas .box_bas_text p {
    font-size: 14px !important;
}		
			
}

@media (max-width: 800px) { 
	
	.fotprod {
    }
	
	.tab_pro {
    width: 50% !important;
	}
		
	#noticias {
    display: block;
    width: 90%;
    margin: 2%;
    }

	html {
    	width: 100% !important;
	}

	#box_bas .box_bas_text {
		width: 90% !important;
		padding: 20px 0px 0px 5% !important;
	}
	
	#box_bas .box_bas_img {
    	width: 100% !important;
	}
	
	#box_newsletter {
    	display: block;
    	width: 100% !important;
    	float: left;
    	margin-top: 20px;
	    max-width: inherit !important;
        left: 0 !important; 
    	margin-left: 0px !important; 
    	position: relative;
    	}	
	#form_news {
    	margin-top: 40px !important;
    	width: 100% !important;
	}	
	#box_menu_imagens {
		position: static;
		width: 100% !important;
		left: 0 !important;
		margin-left: 0px !important;  
		display: block;
		height: auto;
		padding: 0 !important;
		float: left;
		top: 0px;
		z-index: 1 !important;
		text-align: center;
		margin-bottom: 30px;
	}	
	
	.logo {
		width: 100% !important; 
	}	

	#topo .menu {
		width: 100%  !important; 
	}		

	.jetmenu {
    	 margin: 0 !important;
 		 width: 80% !important;
	}	
	
	#box_num li {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 45%;
    height: 221px;

       }		
				
	#box_bas .box_bas_text p {
    	font-size: 14px !important;
		padding: 5px !important;
	}	
	#form1 {
		width: 100% !important;
	}	
}

@media (max-width: 700px) { 
	
	.colb2 {
     width: 50% !important;
}
	
#formPesquisa {
      /* display:  none !important; */
}
html {
    width: 100% !important;
}
	
.equipe_f {
    width: 100%;
    text-align: center;
		
}
	
.equipe_f2 {
    width: 50%;
    text-align: center;
}
	
#box_num li { 
	margin-top: 10px;
	margin-bottom: 10px;
	width: 100%;
    height: 221px;
    flex-direction: none;
       }
	
.titulo_box { 
    float: initial;
    display: -webkit-inline-box;
    width: 80%;
	}
	
#topo li { 
	width: 100%;
    padding: 10px 00px 0px 0px;
    margin-bottom: 20px;
    display: grid;
}	
	
#rodape_cyrne li {
    width: 100%;
}
#depoimentos li {
    width: 100% !important;
}	
	
}

@media (max-width: 600px) { 
.background_title {
    border-radius: 0px 0px 20px 20px;
}
	.colb2 {
     width: 100% !important;
}
	
html {
    width: 100% !important;
}
	
.tab_pro {
    width: 100%;
}

#content ul img {
   	width: 100%;
    left: 0 !important ;
    margin-left: 0 !important;
}
	
	.img_orc {
	 width: 100px !important;
	 height: 100px !important;
	 border-right: 1px solid #C00;
	 padding-right: 10px;
	margin-right: 20px;
}
	
#instit_txt li {
    width: 100%;
}
	
.equipe_f {
    width: 100%;
    text-align: center;
		
}
	
.equipe_f2 {
    width: 50%;
    text-align: center;
		
}
	
#box_num li { 
	margin-top: 10px;
	margin-bottom: 10px;
	width: 100%;
    height: 221px;
	background-position: center;
	background-size: cover;
          }
	
}

@media (max-width: 500px) { 
	
html {
    width: 100% !important;
}
	
#slider {
    height: 300px !important;
}
}

#list_pro .bot {
    display: inline-block;
    padding: 10px;
    color: #fff;
    border-radius: 3px;
    float: left;
	background-image: url("/images/mais.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
    margin-bottom: 20px;
	width: 40px;
	height: 40px;
    }

#apre_prod {
	display: block;
	width: 100%;
	float: left;
}

#apre_prod li {
    display: inline-block;
	float: left;
    }

#apre_prod li .imglistprod {
    display: inline-block;
	float: left;
	width: 50%;
	max-width: 250px;
    }

.fotprod {
	height: 100%;
    display: flex;
    background-position: center;
    background-size: contain;
	background-repeat: no-repeat;
}

/* produtos capa site */
/*.produtos-principal {
    width: 1000px;
    left: 50%;
    margin-left: -500px;
    position: relative;
    height: auto;
    float: left; 
    margin-top: -15px;
    text-align: center !important;
    z-index: 1 !important;
    margin-bottom: 15px;
    display: grid;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
	}

.produtos-linha {
	display: flex;
	float: left;
	width: 100%
}

.produtos-item {
    width: 100%;
    text-align: center;
	}

.produtos-item img {
	display: flex;
	width: 200px;
	}
.produtos-nome {
   display: block;
   width: 100%;
   text-align: center;
   align-items: center;
	border-radius: 30px;
    background: #0b4496;
    color: #ffffff;
    position: absolute;
    font-weight: 600;
    bottom: 0;
    left: 50%;
    margin-left: -100px;
    margin-bottom: -30px;
    width: 200px;
    height: 30px;
    line-height: 30px;
    text-align: center;
     opacity: 0; 
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
	z-index: 99 !important;
		}

.produtos-nome:hover .produtos-nome {
  opacity: 1;
  margin-bottom: 110px;
}

.produtos-nome {
	display: block;
	float:left;
	width: 25%;
	text-align:center;
	border-bottom: 0px solid #FFF;
	color:#2E3D25;
	height: auto; 
  position: relative;
  overflow:hidden;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
	}
	
p strong {
	font-size: 18px !important;
	color:#181818 !important;
	}	

.produtos-nome img {
    width: 100%;
     border: 1px solid #c9c9c9 !important; 
    transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
	}
.produtos-item img:hover {
	transform: scale(0.95,0.95) !important; 
	}		
	

.produtos-item:hover {
 opacity: .8;
	}*/


.produtos-linha {
	display: flow-root;
    width: 100%;
    float: left;
    height: auto;
	}	

.tab_pro {
	display: flex;
    width: 32%;
    text-align: center;
    border-bottom: 0px solid #FFF;
    /* color: #2E3D25; */
    height: 290px;
    position: relative;
    overflow: hidden;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    padding: 25px 20px 25px 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    /* background-color: #FFF; */
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: stretch;
    justify-content: center;
    align-items: center;
    margin: 0.5%;
	}
	
.tab_pro img {
    width: 100% ;
	height: auto ;
    /* border: 1px solid #c9c9c9 !important; */
    transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
	}

.tab_pro img:hover {
	transform: scale(0.95,0.95) !important; 
		}		
	

.tab_pro:hover {
 opacity: 1.0;
	}

.tab_pro:hover .title {
  opacity: 1;
  visibility: visible;
	-webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
 bottom: 50%;
  left: 50%;
  margin-left: -20px;
}

.title {
 font-size: 14px;
 position: absolute;
  text-align: center;
  visibility: hidden;
  background-color: #80181a;
  color: #FFF;
  padding: 5px 10px;
  /*border-top: 8px solid  #80181a;;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent; */
  text-transform: uppercase;
	font-weight: 600;
	border: 0;
}

.set {
  content: '';
  position: absolute;
  bottom: -20%;
  left: 50%;
  margin-left: -12px;
  width: 0; height: 0;
  border-top: 12px solid  #80181a;;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
}

.title_orcamento {
	position: absolute;
    display: block;
    margin-left: 60px;
    margin-top: 13px;
}

#social {
	display: flex;
    position: fixed;
    right: 0;
    top: 180px;
    /*background-color: #80181a;*/
    flex-direction: column;
    padding: 8px;
    border-radius: 6px 0 0 6px;
	background-image: url("../upload/images/img_index/fundo_redes.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}