@charset "utf-2";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #444;
	margin: 0 auto;
	padding: 0;
	background: #ebebeb;
	line-height: 130%;
}



.tela {
	margin: 0 auto;
	background: #ebebeb;
	width: 100%;
	display: table;
}
.box {
	width: 900px;
	height: auto;
	margin: 0 auto;
	display: table;
}
h1, h2, h3, h4 {
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
}
/*TOPO*/
.topo_um {
	width: 100%;
	height: 20px;
	background: #333;
	border-bottom: 3px solid #da293a;
	margin: 0 auto;
}
.topo {
	margin-bottom: 10px;
	float: left;
	width: 100%;
	height: 150px;
	border-bottom: 1px solid #e1e1e1;
}
.logo {
	display: block;
	float: left;
	position: relative;
	margin: 30px 30px 30px 30px;
}
.titulo_site {
	float: right;
	display: block;
	clear: right;
	position: relative;
	top: -22px;
}
/*Fim TOPO*/

/*MENU*/
.menu {
	float: right;
	border: 1px solid #e1e1e1;
	padding-bottom: 0px;
	position: relative;
	top: 100px;
	text-transform: uppercase;
	font-weight: bolder;
	background: #f9f9f9;
	padding: 12px 0 12px 0;
	border-radius: 7px;
}
.menu .btn_menu {
	float: left;
}
.menu .btn_menu a {
	padding: 12px 40px 12px 40px;
	color: #444;
	text-decoration: none;
	transition: all 0.2s;
	border-right: 1px solid #e9e9e9;
}
.menu .btn_menu a:hover {
	color: #da293a;
	background: #fff;
	border-radius: 7px;
}
.menu #ativo a {
	background: #da293a;
	color: #f9f9f9;
	border-radius: 6px;
	border: 1px solid #da293a;
}

.menu #ativo a:hover {
	background:#d94141;
}
/*Fim MENU*/

/*BANNER PRINCIPAL*/
.banner_principal {
	float: left;
	margin-bottom: 10px;
	width: 900px;
	transition:0.3s;
}

.banner_principal:hover
{
opacity:0.8
;
}
img.escala {
	width: 100%;
}
/*Fim BANNER PRINCIPAL*/

/*SIDEBAR*/
.sidebar {
	width: 253px;
	margin-top: 12px;
	margin-right: 15px;
	float: left;
	border: 1px solid #e1e1e1;
	background: #f5f5f5;
	border-radius: 7px;
}
.sidebar ul {
	margin-left: -41px;
	list-style: none;
	text-transform: capitalize;
 margin-top:;
}
.sidebar ul a {
	text-decoration: none;
	color: #444;
	transition: all 0.1s;
	display: block;
}
.sidebar ul li {
	margin: 1px;
	background: #f5f5f5;
	border-bottom: 1px solid #e1e1e1;
}
.sidebar ul li a {
	padding: 5px 5px 5px 15px;
}
.sidebar ul li a:hover {
	color: #da293a;
	background: #fff;
	border-left: 3px solid #da293a;
}
.sidebar ul li.ativo a {
	color: #da293a;
	background: #fff;
	border-left: 3px solid #da293a;
	font-weight: bolder;
}
/*Fim SIDEBAR*/



/*CONTEUDO*/
.conteudo {
	width: 620px;
	float: left;
	text-align: justify;
	text-justify: auto;
	margin-top: 10px;
}
.conteudo a, img {
	color: #da293a;
	border-radius: 7px;
	transition: all 0.1s;
}
.conteudo a img:hover {
	color: #da293a;
	border-radius: 7px;
	opacity: 0.8;
}
.conteudo a:hover {
	color: #444;
}

.img_conteudo{
	margin-right:20px;
	float:left;
	width:10px;
}
img .cushycms{width:100px;}

/*botoes*/

.btn_style_1{
	color: #a1a1a1;
	text-decoration: none;
	background:#333;
	padding: 7px;
	display: block;
	width:160px;
	text-align: center;
	margin-top: 15px;
	border-radius: 7px;
	font-weight: bolder;
	transition: all 0.2s;
	}
	
.btn_hover_verde a:hover {
	background: #393;
	color: #fff;
}

.btn_hover_amarelo a:hover {
	background: #F90;
	color: #fff
}

.btn_hover_vermelho a:hover {
	background: #da293a;
	color: #fff;
}


.btn_dois_box {
	display: table;
	width: 100%;
	padding-top: 20px;
	border-top: 1px solid #d8d8d8;
	margin-top:20px;
}
.btn_dois_box .null {
	width: 27px;
	height: 27px;
	float: left;
}
.btn_dois_box .btn_dois {
	float: left;
	padding: 20px 30px 20px 30px;
	border: 1px solid #e1e1e1;
	background: #f5f5f5;
	transition: all 0.2s;
	border-radius: 7px;
}
.btn_dois_box .btn_dois:hover {
	background: #fff;
}
.btn_dois_box .btn_dois .titulo {
	color: #444;
	font-weight: bolder;
	font-size: 18px;
	font-family: 'Lato', sans-serif;
	;
}
.btn_dois_box .btn_dois .texto {
	color: grey;
}

/*tabelas de medidas*/
.tabela {
    background: #ebebeb;
	width:100%
}
.tabela .ref {
	background:#d9d9d9;
    padding:5px;

}
.tabela .medida {
	background: #d9d9d9;
    padding:5px;
	font-weight: bolder;
}
/*fim tabela de medidas*/

/*Fim CONTEUDO*/


/*RODAPE*/
.rodape {
	height: auto;
	width: 100%;
	background: #292929;
	margin-top: 100px;
	color: #a1a1a1;
}
.rod_box {
	margin: 0 auto;
	width: 900px;
	height: auto;
	color: #a1a1a1;
	background: #292929;
	display: table;
}
.rod_box h2 {
	color: #fff;
}
.rod_contato {
	float: right;
	margin: 20px 0px 60px 20px;
	padding-top: 60px;
	background-image: url('img/contato.png');
	background-repeat: no-repeat;
	background-position: 15% 10%;
	width: 250px;
}
.rod_loja {
	float: right;
	margin: 20px 30px 60px 40px;
	padding-top: 60px;
	background-image: url('img/loja.png');
	background-repeat: no-repeat;
	background-position: 23% 10%;
	width: 250px;
}
.rod_orcamento {
	float: right;
	margin: 20px 30px 60px 0px;
	padding-top: 60px;
	background-image: url('img/orcamento.png');
	background-repeat: no-repeat;
	background-position: 30% 10%;
	width: 250px;
}
/*links*/
.links_um {
	color: #fff;
	font-weight: bolder;
	text-decoration: none;
}
.links_um:hover {
	color: #da293a;
	text-decoration: underline;
}
/*Fim RODAPE*/

/*ASSINATURA*/
.assinatura {
	background: #313131;
	color: #a1a1a1;
	width: 100%;
	margin: 0 auto;
	padding: 20px 0 20px 0;
	text-align: center;
}
/*Fim ASSINATURA*/
