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

/** CONFIGURAGOES GERAIS **/
html,body
{
    margin: 0 auto;
    font-family: 'Open Sans', sans-serif;
    font-size: 62.5%;
	background: #FFFFFF;
}

/*font-family: 'Rochester', cursive;*/
/*-------------------------------------------------------- HEADER --------------------------------------------*/
.relative
{
	position: relative;
}
header
{
    margin: 0 auto;
    width: 100%;
	background:url(../../imagens/bg-topo_rodape.jpg) center;
}
/*MENU*/
.menu-principal
{
	background:url(../../imagens/bg-menu-principalpng.png);
	width: 100%;
}
.menu-principal ul
{
	margin: 0;
}
.menu-principal ul li
{
	list-style: none;
	text-decoration: none;
	display: inline-block;
	padding: 15px 0;
}
.menu-principal ul li a
{
	color: #FFF;
	font-family: 'Oswald', sans-serif;
	font-size: 1.4rem;
	padding: 14px 12px;
}
.active-menu,
header .menu-principal ul li a:hover
{
	background: #2F2F2F;
}
/*FIM DO MENU*/
/*TOPO*/
.logo
{
	margin: 10px 0;
}
.topo-escrita img
{
	margin-top: 65px;
}
.topo-contato
{
	overflow: hidden;
	position: absolute;
	width: 100%;
	right: 15px;
	z-index: 99;
}
.mini-menu
{
	float: right;
	margin-top: 15px;
	position: relative;
	z-index: 999;
}
.mini-menu ul li
{
	list-style: none;
	text-decoration: none;
	display: inline;
}
.mini-menu ul li a
{
	color: #555;
	font-size: 1.4rem;
	padding: 0 6px;
	font-family: 'Oswald', sans-serif;
	cursor: pointer;
}

.telefone
{
	font-family: 'Oswald', sans-serif;
	color:#fff;
	font-size: 2.0rem;
	margin-top: 11px;
	text-align: right;
	display: inline-block;
}
.telefone p
{
	margin:0;
	display: inline-block;
}
.telefone img
{
	display: inline-block;
	padding: 0 7px;
	padding-bottom: 7px;
}
.whatsapp {
	font-family: 'Oswald', sans-serif;
	font-size: 2.0rem;
	margin-top: 11px;
	text-align: right;
	display: inline-block;
	margin-left: 15px;
}

.whatsapp a p {
	margin: 0;
	display: inline-block;
	color: #fff;
}

.whatsapp a img {
	display: inline-block;
	padding: 0 7px;
	padding-bottom: 3px;
	height: 27px;
	max-width: 100%;
}
/* FIM DO TOPO */
.banner-aviso{
	display:none;
	top:0;
	position:fixed;
	width:100vw;
	height:100vh;
	background:rgba(255,255,255,0.5);
	z-index:9999999;
	text-align:center;
}
.banner-aviso .bann{
	max-width:650px;
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%, -50%);
}
.banner-aviso .bann .close{
	position:absolute;
	z-index:9999999999999;
	right:-15px;
	top:-20px;
	opacity:1;
}
.banner-aviso .bann .close i{
	font-family:'FontAwesome';
	font-size:6.5rem;
	color:#0059B2;
}
.banner-aviso .bann img{
	max-width:650px;
}
/*DESTAQUE*/
.conteudo-destaque
{
	background: #EEEEEE;
	margin-top: 5px;
	padding-bottom: 5px;
	border-bottom: #858585 solid 2px;
}
.conteudo-destaque ul li
{
	list-style: none;
	text-decoration: none;
	display: inline;
}
.conteudo-destaque ul
{
	margin: 0;
}
.p
{
	color: #999999;
	font-size: 2.1rem;
	font-family: 'Oswald', sans-serif;
	position: relative;
	top: 13px;

}
/*FIM DE DESTAQUE*/
/*-------------------------------------------------------- FIM TOPO --------------------------------------------*/


/*-------------------------------------------------------- BANNER --------------------------------------------*/
.banner
{
    position: relative;
    margin: 0 auto;
    overflow: hidden;
}

/*-------------------------------------------------------- BANNER --------------------------------------------*/

/*-------------------------------------------------------- CONTEUDO --------------------------------------------*/
/* COLUNAS DE CONTEUDO */
.colunaConteudo
{
	height: 355px;
	border: solid 1px #BBBBBB;
}
.colunaConteudo img
{
	border: none;
}
.colunaConteudo h2
{
	font-size: 1.5rem;
	color: #535353;
	margin-top: 0;
	line-height: 20px;
}
.colunaConteudo h3
{
	font-size: 1.2rem;
	color: #FF7F00;
	margin:0;
}
.btn-saibamais
{
	background: #555555 url(../../imagens/icon_mais_white.png) no-repeat center;
	padding: 23px 30px;
}

.btn-orcamento
{
	background: #FF8000;
	width: 100%;
	font-size: 1.8rem;
	margin: 0;
	color: #FFF;
	padding: 10.5px;
}
.btn-orcamento a
{
	color:#FFF;
	text-decoration: none;
}
.wrap-top-con
{
	margin: 13px 0 0 0;
	height: 73px;
}
/*FIM DE TRATAMENTO DAS COLUNAS*/

/*TRATAMENTO DE QUEM SOMOS*/
.tituloTexto h1
{
	color: #999999;
	font-family: 'Oswald', sans-serif;
	font-size: 3.0rem;
	margin-top: 0;
}
.conteudoTexto p
{
	color: #999999;
	font-size: 1.8rem;
	text-align:justify;
	font-weight: 300;
}
.botaoInferior
{
	text-align: center;
}
.botaoInferior a
{
	padding: 15px 30px;
	background: #FF8000;
	border: none;
}
.btn-primary:hover
{
	color: #fff;
	background-color: #555555;
	border-color: #555555;
}
.img-texto img
{
	padding-top: 25px;
}
.album ul li
{
	margin-bottom: 25px;
}
/*FIM DE TRATAMENTO */

/*TRATAMENTO DE PRODUTO DESCRIÇÃO*/
.semResutado
{
	font-size: 1.8rem;
}
.produtoDescricao
{
	overflow: hidden;
}
.produtoDescricao .image_view
{
	height: 345px;
	border: 1px solid  #BBBBBB;
}
.produtoDescricao .image_view img
{
	width: 100%;
	height: 343px;
}
.pdTitulo h1
{
	margin: 0;
	color: #525252;
	font-size: 2.7rem;
}
.pdTexto h4
{
	margin-bottom: 2px;
	color: #666666;
	font-size: 2.2rem;
}
.pdTexto p span
{
	margin-top: -5px;
	color: #999999!important;
	font-weight: 300;

}
.pdTexto p
{
	font-size: 1.6rem;
}
.pdDescricao
{
	background: #FF8000;
	width: 100%;
	font-size: 1.5rem;
	margin: 0;
	color: #FFF;
	padding: 15px;
	text-align: left;
}
.icon_carrinho
{
	position: relative;
	float:right;
	bottom: 48px;
	right: 13px;
}
.image_thumbs ul li
{
	height: 70px;
}
.image_thumbs ul li img
{
	border: solid 1px #BBBBBB;
}
/*FIM DE TRATAMENTO*/

/*TRATAMENTO DO ORÇAMENTO*/
.background-full
{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	z-index: 999;
}
.bg-black-trasnparent
{
	background: rgba(0,0,0,0.6);
}
.popup-termos-condicoes
{
	width: 800px;
	height: 710px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -350px;
	margin-left: -400px;
	border: 5px solid #444444;
	text-align: justify;
}
.bg-white
{
	background: #FFF;
}
.icon-popup-fechar
{
	padding: 20px;
	position: absolute;
	top: -20px;
	right: -20px;
	border-radius: 50%;
	background:#444444 url(../../imagens/icon-fechar-popup.png) no-repeat center;
	cursor: pointer;
}
.tOrcamento
{
	color: #FF7F00;
	font-family: 'Oswald', sans-serif;
	text-align:center;
	font-size: 2.5rem;
}
.subTitulo
{
	text-align: center;
}
.subTitulo h3
{
	color:#545454;
	font-family: 'Oswald', sans-serif;
	font-size: 1.7rem;
	display:inline;
}
.nomeProduto
{
	color:#AAAAAA;
	font-family: 'Oswald', sans-serif;
	font-size: 1.6rem;
	display:inline;
}
.formContato h2
{
	color: #535353;
	font-family: 'Oswald', sans-serif;
	font-size: 1.7rem;
	margin-top: 0;
}
.formOrcamento
{
	padding: 30px 0;
}
.textoInformativo p
{
	font-size: 1.2rem;
	color: #999999;
}
.border
{
	border-right: 1px solid #DDDDDD;
}
.map_canvas{
    width: 100%;
    height: 500px;
}
/*FIM DE TRATAMENTO*/
/*-------------------------------------------------------- FIM CONTEUDO --------------------------------------------*/
/*-------------------------------------------------------- CONTATO --------------------------------------------*/
.formulario
{
	padding-top: 40px;
}
.alert-none
{
    display: none;
}
.label-float {
    color: #999999;
    position: absolute;
    top: 0;
    left: 13px;
    cursor: text;
    line-height: 3.3;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    font-weight: 300;
}
.label-float2
{
	left: 25px;
}
/*-------------------------------------------------------- FIM CONTATO--------------------------------------------*/
/*----------------------------------------------------------- RODAPE  --------------------------------------------*/
.rodape
{
	background:url(../../imagens/bg-topo_rodape.jpg) center;
	position:relative;
}
.logo-rodape
{
	padding-top: 20px;
}
.wrap-inner-tb-tb
{
	padding-top: 40px;
}
.endereco h2
{
	font-size: 2.2rem;
	color: #545454;
	font-family:'Oswald', sans-serif;
	margin-top:0;
}
.endereco p
{
	font-size: 1.4rem;
	color: #545454;
	font-family:'Oswald', sans-serif;
	line-height: 10px;
	font-weight: 400;
}
.institucional h2
{
	font-size: 2.2rem;
	color: #545454;
	font-family:'Oswald', sans-serif;
	margin-top: 0;
}
.institucional p
{
	font-size: 1.4rem;
	font-family:'Oswald', sans-serif;
	font-weight: 400;
	line-height: 1;
}
.institucional p a
{
	text-decoration: none;
	color: #545454;
	font-weight: 400;
}
.height
{
	height: 202px;
	position:relative;
}
.logoAgencia
{
	width: 100%;
	position:absolute;
	bottom: 0;
	right: 15px;
}
/*----------------------------------------------------------- FIM RODAPE  --------------------------------------------*/

/*---------------------------- DEPOIMENTOS -----------------------------*/
.formDep h2{
	font-size: 1.6rem;
}

.dep h2{
	font-size: 2.0rem;
	padding: 10px 0;
	text-transform: uppercase;
	text-align: right;
	border-bottom: dotted 1px #E4E4E4;

}

.dep p{
	font-size: 1.6rem;
	text-align:justify;
	padding-left: 25px;
	background-image: url(../../imagens/aspas-dep.png);
	background-size: 22px 22px;
	background-repeat:no-repeat;
	background-position: left top;
}

/** DEPOIMENTOS INDEX **/
.depoimentos p{
	font-size: 1.5rem;
	text-align: center;
	padding-left: 15px;
	margin: 0 15px;
	background-image: url(../../imagens/aspas-dep.png);
	background-size: 22px 22px;
	background-repeat:no-repeat;
	background-position: left top;
}

.depoimentos h1{
	color: #999999;
 	font-size: 2.1rem;
  	font-family: 'Oswald', sans-serif;
	text-align:justify;
	border-bottom: #858585 solid 2px;
    padding: 15px 0;
	margin: 25px 0;
}

.depoimentos h2{
	font-size: 2.0rem;
	text-align: center;
	text-transform: uppercase;
}

.botaoDep
{
	padding: 20px 0 0;
}

/** -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- CLASSES GENÉRICAS -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=--=- **/
.padding-Rnone
{
	padding-right: 1px;
}
.padding-Lnone
{
	padding-left: 0;
}

/** ALINHAMENTOS ELEMENTOS **/

.center
{
    text-align: center;
}

.tRight{
    text-align: right;
}

.tLeft{
    text-align: left;
}

.fRight{
    float: right;
}

.fLeft{
    float: left;
}
/** FIM ALINHAMENTOS ELEMENTOS **/

/** WRAP **/

.wrap-top{
    margin: 20px 0 0 0;
}
.wrap-top-top
{
	margin: -10px 0 0 0;
	padding: 10px;
}
.wrap-all{
    margin: 20px 0;
}

.wrap-inner{
    padding: 20px;
}

.wrap-inner-tb{
    padding: 20px 0;
}

.wrap-inner-box{
    padding: 10px;
}

.wrap-right
{
	margin-right: 10px;
}

/** FIM WRAP **/

/** FONTES **/

.italic
{
    font-style: italic;
}

.lighter
{
    font-weight: lighter;
}

.lighter-less
{
    font-weight: 300;
}

.bold{
    font-weight: bold;
}

/** FIM FONTES **/

/** -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- FIM CLASSES GENÉRICAS -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=--=- **/
