body{
background-color:#000;
   }
@font-face {
	font-family: Bebas;
	src: url(../fonts/FRABK.ttf)
}
#bg-mmenu {
    position: relative;
    height: 100vh;
    width: 100vw;
    /* adicionando imagem de fundo */
    background: url(../imagens/top.jpg);
    background-size: cover;
	background-attachment:fixed;
	}
#container-imagem {
    position: relative;
    height: 100%;
    width: 100%;
    /* adicionando imagem de fundo */
    background: url(../imagens/bg.jpg);
    background-size: cover;
	background-position:center;
	background-attachment:fixed;
	z-index:0;
	}

.imgproduto a
{
	-webkit-transition: all 0.5s ease;
  	-moz-transition: all 0.5s ease;
  	-ms-transition: all 0.5s ease;
  	-o-transition: all 0.5s ease;
  	transition: all 0.5s ease;
	-webkit-opacity: 0.7;
	-moz-opacity: 0.7;
	opacity: 0.7;
}
	
.imgproduto a:hover
{
	-webkit-transition: all 0.5s ease;
  	-moz-transition: all 0.5s ease;
  	-ms-transition: all 0.5s ease;
  	-o-transition: all 0.5s ease;
  	transition: all 0.5s ease;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	
}
	
#redesociais_topo
{
	position: fixed;
	z-index:5;
	top:85%;
	right:25px;
	width:40px;
}
#redesociais_topo_mobile
{
	position: fixed;
	z-index:5;
	top:26px;
	right:8px;
	width:35px;
}
#btorcamento
{
	position: fixed;
	z-index:5;
	top:42px;
	right:50px;
	width:150px;
}
#idmenu
{
	z-index:1;
	background-color:#760000;
	height:38px;
	text-align:center;
	font-size:16px;
	font-weight:bold;
	
	
}
#icon1
{
	position: absolute;
	z-index:3;
	top:530px;
	left:250px;
	width:200px;
}
#icon3
{
	position: absolute;
	z-index:4;
	top:530px;
	right:250px;
	width:200px;
}
#icon2
{
	position: absolute;
	z-index:5;
	top:530px;
	margin-left:50%;
	left:-100px;
	width:200px;
}

#idlogo
{
	z-index:2;
	top:38px;
	width:100%;
	text-align:center;
	background-color:#000000;
}
#iconlogo
{
	position: absolute;
	width:80px;
	z-index:9999;
	margin-left:50%;
	left:-55px;
	top:100px;
}

    #divredes {
	position:fixed;
	width:50px;
	height:150px;
	z-index:9999;
	right: 5%;
	bottom:150%;
	visibility: hidden;
}
.degrade {
background: -moz-linear-gradient(top, #00376e, #01488f) repeat-X;
background: -webkit-gradient(linear, left top, left bottom, from(#00376e), to(#01488f)) repeat-X;
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00376e, endColorstr=#01488f)";
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00376e, endColorstr=#01488f);
}
.alert-success{
	background-color:#c9f0b8;
border-color:#a9df92;
	}

.camporadio{
    display:none; /* Esconde os inputs */
}
 
.camporadio + label{
    display:inline-block;
    height:90px;
	padding-left:48px;
	margin-right:15px;
	margin-bottom:-40px;
	background:url(../imagens/radio1.png);
	background-repeat:no-repeat;
	font-size:26px;
  }
 
.camporadio:checked + label{
	background:url(../imagens/radio2.png);
    background-repeat:no-repeat;
}



.upload_hide
{
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
	cursor:hand;
	cursor:pointer;

	}
	
.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover{z-index:3;color:#fff;cursor:default;background-color:#f30;border-color:#f30}


.iconInput { position: relative }
.iconInput input { padding-left: 28px }
.iconInput i { position: absolute; padding: 9px 10px }
.form-control
{

/* margin-top:-5px;*/
}
.form-group
{
	padding-right: 10px;
    padding-left: 0px;
}
.container-fluid {
	margin-left:0px;
	margin-right:0px;
	padding-left:15px;
	padding-right:15px;
}

.page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #01488f}
h1 {color:#01488f}

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; // remove the gap so it doesn't close
 }
.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover{z-index:3;color:#fff;cursor:default;background-color:#01488f;border-color:#fff}


 	.nav>li>a{
		background-color: transparent;
	z-index:99;
	position:relative;
	display:block;
	color: #000;
	-webkit-transition: all 0.5s ease;
  	-moz-transition: all 0.5s ease;
  	-ms-transition: all 0.5s ease;
  	-o-transition: all 0.5s ease;
  	transition: all 0.5s ease;
	padding-top:10px;
	padding-bottom:10px;
	font-family:Arial,  Helvetica, sans-serif;
	font-size:14px; text-decoration:none;
	}
	.dropdown-menu{
		color:#ffffff;
		text-decoration:none;
	}
	.dropdown-menu a{
		color:#ffffff;
		text-decoration:none;
	}
	.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover{
		color:#000;
		text-decoration:none;
	}
	.nav>li>a:focus,.nav>li>a:hover {
		color:#950901;
		text-decoration:none;
		background-color: transparent;
		
	}
	
.nav-tabs {
	border: none;
	}
.nav-tabs>li>a{
	margin-right:2px;
	border: none;
	border-radius:0;
	}
.nav-tabs>li>a:hover{
	border:none;
	}
nav-tabs>li{float:right;margin-bottom:-1px}



.alert-success{color:#000;background-color:#f4f4f4;border-color: #666666;text-decoration:none; width:100%; font-size:14;text-decoration:none;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.btn-primary{color:#fff;background-color:#f29c2b;border-color:#FFFFFF;text-decoration:none; width:100%; font-size:14;text-decoration:none;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.btn-primary:hover{color:#fff;background-color:#000;border-color:#ffffff;text-decoration:none;-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.btn-info{color:#fff;background-color:#0d4689;border-color:#FFFFFF;text-decoration:none; width:100%; font-size:14;text-decoration:none;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.btn-info a{color:#fff;background-color:#0d4689;border-color:#FFFFFF;text-decoration:none; width:100%; font-size:14;text-decoration:none;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.btn-info:hover{color:#fff;background-color:#000;border-color:#ffffff;text-decoration:none;-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.btn-info.focus,.btn-info:focus{color:#fff;background-color:#000;border-color:#ffffff;text-decoration:none;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}

.btn-danger{color:#000;background-color:#fdcd09;border-color:#000}
.btn-danger.focus,.btn-danger:focus{color:#fff;background-color:#fcaf17;border-color:#000}
.btn-danger:hover{color:#fff;background-color:#fcaf17;border-color:#000}
.sombra-txt
{
	text-shadow: 0 0 0.3em #000, 0 0 0.3em #000;
	}

.botaopadrao_form
{
background-color:#000;

-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
font-size:18px;
color:#fff;
display:inline-block;
padding:10px 20px 10px 20px;
border:#000 1px solid;
margin-top:10px;
}
.botaopadrao
{
color:#FFFFFF;
}
.botaopadrao a
{
background-color:#000;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
font-size:18px;
color:#fff;
display:inline-block;
padding:10px 20px 10px 20px;
border:#000 1px solid;
margin-top:10px;
}
.botaopadrao a:hover
{
background-color:#950901;

-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
font-size:18px;
color:#000;
display:inline-block;
padding:10px 20px 10px 20px;
border:#fff 1px solid;
margin-top:10px;
}
.botao_produto
{
color:#FFFFFF;
}
.botao_produto a
{
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
background-color:#611205;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
font-size:14px;
color:#FFFFFF;
display:inline-block;
padding:5px 10px 5px 10px;
border:#fff 1px solid;
}
.botao_produto a:hover
{
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
background-color:#fff;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
font-size:14px;
color:#611205;
display:inline-block;
padding:5px 10px 5px 10px;
border:#611205 1px solid;
}
.opaco
{
	-webkit-opacity: 0.2;
	-moz-opacity: 0.2;
	opacity: 0.2;
	}
.sombra
{
		box-shadow: 0px 0px 5px #000;
	-webkit-box-shadow: 0px 0px 5px #000;
	-moz-box-shadow: 0px 0px 5px #000;
}

.redondo
{
		-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

.destaca_icon
{
-webkit-border-radius: 100px;
-moz-border-radius: 100px;
border-radius: 100px;
border: 2px solid #950901;
display:inline-block;
	}
