@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
	border:0;
	text-decoration:none;
}
::-moz-selection {
    color:#FFF;
    background:#FFF;
}

::selection {
    color:#FFF; 
    background:#FFF;
}
body {		
}

#notification{
	height:50px;
	width:100%;
	line-height:50px;
	text-align:center;
	border:1px solid #ECD0D3;
	color:#C1445C;
	border-radius:3px;
	background-color:#F2DEDE;
	display:none;	
}

#success{
	height:50px;
	width:100%;
	line-height:50px;
	text-align:center;
	border:1px solid #E1E4CA;
	color:#3C7D7A;
	border-radius:3px;
	background-color:#DFF0D8;
	display:none;	
}

.container {
	width:1050px;
	height:auto;
	margin:0 auto;
}

.subMenu {
	width:100%;
	height:auto;
	margin-top:3%;
	clear:both;
}

.pSubMenu {
	margin:15px 0 15px 0;
}

.aSub {
	text-decoration:none;
	color:#FFF;
}

.aSub:hover {
	text-decoration:underline;
}

/* ------- TOPO ------- */
.logo {
	width:156px;
	height:100px;
	margin:0 auto;
	margin-top:8px;
	max-width:100%;
}

.menu {
	height:35px;
	/*background:#FFF;*/
	margin-top:5px;
	padding-top:13px;
}

.menuDesktop {
    height:50px;
	margin:auto;
	z-index:2;
}


.menuDesktop ul {
    list-style: none;
	z-index:2;
}

.menuDesktop ul li {
    margin:0 auto;
    position: relative;
	font-size:16px;
	z-index:2;
	height:50px;
	display:inline-block;
}

.menuDesktop ul li a {
    /*color: #C6A156;*/
    text-decoration: none;
	z-index:2;
	margin-left:60px;
}
.menuDesktop ul li a:hover {
    color: #FFF;
}

.menuDesktop ul li ul {
     display: none;
     float: none;
     left:5px;
     position: absolute;
     top: 25px;
	padding:50px 20px 15px 20px;
	background:#FFF url(../images/menu.png) center top no-repeat;
	text-align:center;
	width:145px; 	
	z-index:3;
}
.menuDesktop ul li:hover > ul {
    display: block;	
	z-index:3;

}
.menuDesktop ul li ul li,
.menuDesktop ul li ul li a {
    float: none;
    color: #FFF;
	margin:0 3px 15px 3px;
}
.menuDesktop ul li ul li a:hover {
    float: none;
    /*color: #C6A156;*/
}
.menuDesktop ul li ul li {
    margin: 0;
}
.menuDesktop ul li ul li ul {
    left: 100%;
    top: 0;
}

.z {
	z-index:1;
	/*border-bottom:2px solid #C6A156;*/

}



.menuMobile {
	width:96%;
	height:50px;
	position:relative;
	padding:0 2%;
	display:none;
}

.menuSimbol {
	width:40px;
	height:37px;
	background:url(../images/MenuMobile.png) center no-repeat;
	float:right;
	position:relative;
	top:-60px;
	cursor: pointer;
}

.listMenuMobile {
	width:100%;
	height:auto;
	position:relative;
	top:-39px;
	background:#FFF;
	text-align:center;
	padding:6% 0 2%;
	display:none;
	z-index:10000;
}

.listMenuMobile li {
	width:90%;
	margin:auto;
	margin-bottom:8px;
	padding:5px 4%;
	border-radius:5px;
	list-style:none;
	text-decoration:none;
}

.listMenuMobile li:hover {
	cursor:pointer;
	/*background:#C6A156;*/
	color:#b62025;
}
.listMenuMobile a li {
	/*color:#C6A156;*/
}

.listMenuMobile li a:hover {
	color:#FFF;
}

.subMobile {
	display:none;
}

.listMenuMobile li .subMobile {
	width:100%;
	height:auto;
	position:relative;
	margin-bottom:55px;
	padding:5px 0 10px 0;
	list-style:none;
	text-decoration:none;
	
}






/* ---- FIM TOPO ---- */




/* ------ LINHA SILTEC ------ */

.linha {
	width:100%;
	height:540px;
	background-color:#F6F6F6;
	padding-top:30px;
	position:relative;
}

.titleLinha {
	text-align:center;
	/*color:#C6A156;*/
	font-weight:800;
}

.comLinha {
	text-align:center;
	color:#FFF;
	font-size:16px;
	margin:5px 0 80px 0;
}

.produto-linha {
	width:27%;
	height:auto;
	float:left;
	margin-left:5%;
	position:relative;
}

.img-produto {
	width:100%;
	height:190px;
	margin-bottom:35px;
}

.linhaImg {
	max-width:100%;
	display:block;
}

.desc-produto {
	width:90%;
	height:auto;
	margin:0 auto;
	text-align:center;
	color:#323232;
	letter-spacing:1px;
}

.btn-vejaMais {
	width:100px;
	height:auto;
	padding:3px 0 3px 15px;
	/*background:#C6A156 url(../images/icon-branco.png) right no-repeat;*/
	border-radius:5px;
	margin:0 auto;
	margin-top:37px;
}
.p-vejaMais {
	line-height:28px;
	color:#FFFFFF;
	font-size:14px;
}

.btn-vejaMais:hover {
	cursor:pointer;
	background:#FFF url(../images/icon.png) right no-repeat;
}



/* ---- FIM LINHA SILTEC ---- */




/* ------ RODAPE ------ */

.rodape {
	width:100%;
	height:215px;
	position:relative;
	bottom:0;
	background-color:#FFF;
	/*border-top:2px solid #C6A156;*/
	margin:0;
	padding:0;
	clear:both;
}


.imgRodape {
	max-width:80%;
	position:absolute;
	bottom:0;
}

.tituloRodape {
	color:#FFFFFF;
	float:left;
	margin-top:15px;
	font-weight:normal;
	letter-spacing:2px;
}

.logoRodape {
	float:right;
	margin-top:20px;
	width:119px;
	height:72px;
}

.fone {
	font-size:14px;
	float:right;
	/*color:#C6A156;*/
	margin-top:15px;
}

.foneN {
	font-size:18px;
}

.copy {
	float:right;
	color:#FFF;
	margin-top:30px;
}

.agencia {
	width:56px;
	height:17px;
	margin-top:10px;
	float:right;
	opacity:0.7;
}

.agencia:hover {
	cursor:pointer;
	opacity:1;
}


/* ---- FIM RODAPE ---- */



/* ---- CASES | EVENTOS ---- */


.ultimosCases {
	width:65%;
	height:auto;
	float:left;
	margin:5% 0 5% 0;
}

.proximosEventos {
	width:30%;
	height:auto;
	float:right;
	margin:5% 0 5% 0;

}

.listCase {
	width:45%;
	height:auto;
	float:left;
	margin-right:5%;
	margin-top:-3%;
}

.h2verde {
	color:#FFF;
	margin-bottom:7%;
}

.evento {
	width:100%;
	height:auto;
	margin-bottom:8%;
}

.BtnE {
	width:80%;
	height:auto;
	margin:8% 0 8% 0;
	float:left;
}

.btn-link-pe {
	/*background:#C6A156 url(../images/icon-branco.png) right no-repeat;*/
	width:150px;
	height:auto;
	padding:7px 0 7px 15px;
	color:#FFFFFF;
	border-radius:3px;
}

.btn-link-pe:hover {
	background:#FFF url(../images/icon.png) right no-repeat;
	cursor:pointer;
}


/* ---- FIM CASES | EVENTOS ---- */





/* ---- BOTÕES LINK ---- */
.posBtnE {
	width:49%;
	height:auto;
	margin:8% 0 8% 0;
	float:left;

}

.posBtnD {
	width:49%;
	height:auto;
	margin:8% 0 8% 0;
	float:right;
}

.btn-link-e {
	/*background:#C6A156 url(../images/icon-branco.png) right no-repeat;*/
	width:270px;
	height:auto;
	padding:7px 0 7px 15px;
	color:#FFFFFF;
	border-radius:3px;
	float:right;
}

.btn-link-e:hover {
	background:#FFF url(../images/icon.png) right no-repeat;
	cursor:pointer;
}

.btn-link-d {
	/*background:#C6A156 url(../images/icon-branco.png) right no-repeat;*/
	width:270px;
	height:auto;
	padding:7px 0 7px 15px;
	color:#FFFFFF;
	border-radius:3px;
	float:left;
}

.btn-link-d:hover {
	background:#FFF url(../images/icon.png) right no-repeat;
	cursor:pointer;
}
/* ---- FIM BOTÕES LINK ---- */




/* ------ PRODUTOS CATEGORIA ------ */

.prodCat {
	width:280px;
	height:340px;
	padding:2% 1%;
	border-radius:5px;
	margin:auto;
	margin:10px 0 60px 4%;
	text-align:center;
	float:left;
	position:relative;
}

.imgProCat {
	width:265px;
	height:200px;
	max-width:100%;
	margin:auto;
	margin-bottom:25px;
	border-radius:3px;
}

.imgProCat {
	max-width:100%;
	overflow:hidden;
}
.prodCat:hover {
	background:#F5F5F5;
}

.titProCat {
	color:#FFF;
	text-transform:uppercase;
	font-size:20px;
	font-weight:bold;
	text-decoration:none;
	margin-bottom:15px;
}

.titProCat:hover {
	/*color:#C6A156;*/
}

.descProCat {
	margin-bottom:15px;
	text-decoration:none;
	color:#333333;
}
.descProCat:hover {
	text-decoration:underline;
}

/* ---- FIM PRODUTOS CATEGORIA  ---- */





.img100Produto {
	width:100%;
	height:200px;
	/*border-bottom:1px solid #C6A156;*/
	background:url(../images/img_produto.jpg) no-repeat center;
}

.img100 {
	width:100%;
	height:200px;
	/*border-bottom:1px solid #C6A156;*/
	background:url(../images/img_pagina.jpg) no-repeat center;
}

.legenda {
	font-size:13px;
	float:right;
}



