body {
	background: #FFFFFF;	
}


/**************************************************************Personalização do menu bootstrap*/
.navbar {	
	background: #1B1B1B;
	padding: 30px 0px 0px 0px !important;
    margin: 0px !important;    
}

.navbar-inner {    	
    background: #1B1B1B !important;
    padding: 0px !important;
    margin: 0px !important;               
    box-shadow: none !important;    
    border: none;
    border-radius: 0px;     
}

.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
  color:#5CADE2;
  background-color:#1B1B1B;
}

.navbar .nav > li > a {		
	font-family: 'Open Sans', sans-serif;
    color: #D1D1D1;       
    font-size: 18px;    
    float: none;
    padding: 0px 0px;   /*tamanho do botão */
    text-decoration: none;
    text-shadow: 0 0px 0 #777;    
    margin: 0px 8px;
}

.navbar .nav > li > a > hr {
	border-top: 1px solid #5CADE2;
	border-bottom: 0px;
	width: 60%;
	margin: 15px auto;
	display: none;
}

.navbar .nav > li > a:focus > hr,
.navbar .nav > li > a:hover > hr {
	border-top: 1px solid #5CADE2;
	border-bottom: 0px;
	width: 60%;
	margin: 15px auto;
	display: block;
}

.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  color: #5CADE2;
  text-decoration: none;
  background-color: #1B1B1B;
}

.navbar-text {
  margin-bottom: 0;
  line-height: 51px;
  color: #D1D1D1;
}

.dropdown-menu li > a {
  color: #777;
}

.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus {
    background-color:  #4483A4;
    background-image: none;
    filter:none;
    color: #D1D1D1;
}

.navbar .nav .active > a > hr, .navbar .nav .active > a:hover > hr,
.navbar .nav .active > a > hr, .navbar .nav .active > a:focus > hr {
    border-top: 1px solid #5CADE2;
	border-bottom: 0px;
	width: 60%;
	margin: 15px auto;
	display: block;    
}

.navbar .nav .active > a, .navbar .nav .active > a:hover,
.navbar .nav .active > a, .navbar .nav .active > a:focus {
    background-color: #1B1B1B;
    color: #5CADE2;    
}

/*Muda a seta do lado do botão dropdown*/
.navbar .nav li.dropdown > .dropdown-toggle .caret {
    border-bottom-color: #999;
    border-top-color: #999;
}

.navbar .nav li.dropdown > a:hover .caret {
    border-bottom-color: #fff !important;
    border-top-color: #fff !important;
}

.navbar .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar .nav li.dropdown.open.active > .dropdown-toggle .caret{
    border-bottom-color: #fff !important;
    border-top-color: #fff !important;
}
	
/*FIM ******* Muda a seta do lado do botão dropdown*/

/* Muda o icone para branco */

.navbar a i[class*="icon-"] {
	opacity: 0.5;
    filter:alpha(opacity=50); /* For IE8 and earlier */
}

.navbar ul.nav li.open i[class*="icon-"] {
    opacity: 1.0;
    filter:alpha(opacity=100); /* For IE8 and earlier */
}

.navbar a:hover i[class*="icon-"]
{
	opacity: 1.0;
    filter:alpha(opacity=100); /* For IE8 and earlier */
    background-image: url("/img/glyphicons-halflings-white.png");
}

.navbar .nav li.dropdown.active i[class*="icon-"] {
    opacity: 1.0;
    filter:alpha(opacity=100); /* For IE8 and earlier */
    background-image: url("/img/glyphicons-halflings-white.png");
}

.caret_down {
	border-top: 6px solid #9ABACA !important;	
	border-left: 6px solid transparent;
    border-right: 6px solid transparent;      
	display: block;
	margin: 0 auto !important;
	margin-top: 5px !important;
}

.dropdown-menu > .active > a {
	background: #4483A4 !important;
}

.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus{
	-webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
     -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125); 	
}

.img_hover:hover {
	opacity: 0.7;
    filter:alpha(opacity=70); /* For IE8 and earlier */
}

#content {	
	width: 940px;
	padding: 10px;
	margin: 0 auto;
	clear: both;
	overflow: hidden;
}

/* Navegação */
.navega {	
	color: #888;
	font-size: 14px;
	margin-bottom: 20px;	
	padding-bottom: 5px;
	border-bottom: #CCCCCC 1px solid;
	margin-top: -5px;
	height: 20px;
}

.navega p{	
	/*max-width: 850px;
	width: 850px;*/
	width: 100%;
	font-weight: bold;
	white-space: nowrap;
  	overflow: hidden;
  	text-overflow: ellipsis;
}
.navega a{
	color: #3598DB;
	font-weight: normal;
	text-decoration: none;
}
.navega a:hover,
.navega a:focus {
	color: #666;
}

.navega i{
	
}

.navega a > i{

}

.navega a > i:hover{

}

/* facebook */
.face_fim {
	margin-top: 10px;
	border-top: #CCCCCC 1px solid;
	padding-top: 10px;	
}

.face_share {
	width: 100%;
}

.face_coments {
	
}

.face_coments legend {
	clear: both;
}

.mostra_whats {	
	display: none;	
}

.fb-share-button{
	margin-bottom: 10px;
	width:50%;	
	float: right;
	text-align: right;
}

.fb-comments {
	margin: 0 auto;
	text-align: center;
}
/* facebook */

.form-horizontal .control-group {
    margin-bottom: 8px;
}

#paginacao{
	text-align: center;
	overflow: hidden;
	clear: both;	
}

#header {
	background: #1B1B1B;
}

#header_container {
	width: 940px;
	padding: 10px;
	margin: 0 auto;
	clear: both;
	overflow: hidden;
}

#header_logo {
	float: left;
}

#menu_normal {
	float: right;	
}

#menu_mobile {
	display: none;
}

.carousel-inner .item > img{	
	margin: 0 auto;
}

#myCarousel {
	margin: 0px;
	padding: 0px;
}

#bemvindo {
	background: #242424;
	clear: both;
	overflow: hidden;
}

#bemvindo_container {
	width: 940px;
	padding: 30px 10px;
	margin: 0 auto;	
	clear: both;
	overflow: hidden;
	text-align: center;
}

#bemvindo_container h1 {
	font-size: 30px;
	color: #D1D1D1;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	margin-bottom: 5px;
}

#bemvindo_container h2 {
	font-size: 45px;
	color: #3598DB;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}

#bemvindo_container p {
	font-size: 16px;	
	color: #777777;	
	width: 830px;
	margin: 0 auto; 
	margin-top: 30px;
	
}

#home_servicos {
	background: #1B1B1B;
	clear: both;
	overflow: hidden;
}

#home_servicos_container {
	width: 940px;
	padding: 30px 10px;
	margin: 0 auto;	
	clear: both;
	overflow: hidden;	
}

#home_servicos_container > h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 45px;
	color: #3598DB;
	text-align: center;
	margin-bottom: 50px;
	
}

.servicos_lista li {
	display: inline-block;
	vertical-align: top;
	width: 458px;	
}

.servicos_left {
	margin-left: 20px;
}

.servicos_img {
	float: left;
	margin-right: 30px;
}

.servicos_info a{
	color: #FFFFFF;
	font-size: 20px;
	line-height: normal;		
}

.servicos_info a:hover,
.servicos_info a:focus {
	color: #5CADE2;	
	text-decoration: none;	
}

.servicos_info p {
	color: #777777;
	font-size: 14px;
	margin-top: 30px;
}

#home_servicos_container hr {
	width: 90%;
	margin: 50px auto;
	border-top: 1px solid #777777;
	border-bottom: 0px;
}

#home_produtos {
	text-align: center;
}

#home_produtos h4 {
	font-size: 45px;
	text-align: center;
	font-weight: normal;
	padding: 20px 0px;
	padding-bottom: 20px;
}

#home_produtos li {	
	vertical-align: top;
	display: inline-block;
	margin-left: -5px;	
	width: 315px;	
}

#home_produtos a:hover {
	text-decoration: none;
}

#home_produtos a:hover p {
	background: #3598DB;	
  	opacity: 0.8;
    filter:alpha(opacity=80); /* For IE8 and earlier */
}

.produtos-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.produtos-inner p {
  position: absolute;
  right: 0;
  bottom: -10px;
  left: 0;
  padding: 10px 0px;
  background: #333333;
  background: rgba(0, 0, 0, 0.75);
  text-align: center;
  color: #FFFFFF;
  font-size: 16px;
}

#footer {
	background: #252525;
	clear: both;
	overflow: hidden;
	margin-top: 40px;
}

#footer_container {
	width: 940px;
	padding: 60px 10px;	
	margin: 0 auto;	
	clear: both;
	overflow: hidden;
}

#footer_logo {
	float: left;
	width: 231px;
	margin-right: 100px;
}


#footer_navegue {
	float: left;
	width: 150px;
	margin-right: 80px;
}

#footer_navegue h4 {
	color: #FFFFFF;
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 20px;
}

#footer_navegue a {
	color: #3598DB;
}

#footer_navegue a:hover,
#footer_navegue a:focus {
	color: #FFFFFF;
	text-decoration: none;
}

#footer_navegue li {
	margin: 5px 0px;
}

#footer_contato {
	float: left;
	width: 320px;
	color: #D3D3D3;
}

#footer_contato h4 {
	color: #FFFFFF;
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 20px;
}

#footer_contato li {
	margin-bottom: 20px;
}

#footer_contato i {
	display: block;
	text-align: center;
	color: #FFFFFF;
}

#footer_contato dt {	
	width: 30px;
	padding-top: 2px;	
}

#footer_contato dd {
	width: 320px;
	margin-left: 40px;
}

#footer_contato p {
	margin-top: 7px;
}

.ddd {
	font-size: 12px;
	margin-right: 10px;
}

.fone {
	font-size: 20px;
	margin-right: 10px;	
}

.btn_site {
	padding: 10px 20px;
	background-image: none;
	filter: none; 
	text-shadow: none;
	box-shadow: none;
	background: #3598DB;
	border: none;
	border-radius: 8px;
	color: white;	
}

.btn_site:hover,
.btn_site:focus {
	background: #464B4E;
	color: white;
}

.btn_site.large {
	padding: 20px 40px;
	font-size: 18px;
}

.btn_site i {
	margin: 0px 10px;
}

.btn_center {
	text-align: center;
	padding-top: 50px;	
}

#proluv {
	text-align: center;
	padding: 50px 0px;
}

#single_cab {
	background: #3598DB;
	clear: both;
	overflow: hidden;	
}

#single_cab_container {
	width: 940px;
	padding: 30px 10px;	
	margin: 0 auto;	
	clear: both;
	overflow: hidden;
	color: #FFFFFF;
}

#corpo {
	clear: both;
	overflow: hidden;
	padding: 30px 0px;
}

#contato_info {
	float: right;	
	width: 520px;
}

#contato_form {
	float: left;	
	width: 380px;
}

#contato_form .span4 {
	width: 380px;
}

.mostra_tags {	
	font-size: 10px;
	color: #CCCCCC;
	line-height: normal;
}

.navega_servicos {
	margin-top: -25px;
	margin-bottom: 50px;
	border: none;
	color: #777777;
}

.navega_servicos a {
	color: #FFFFFF;
}

.navega_servicos a:hover,
.navega_servicos a:focus {
	color: #3598DB;
	text-decoration: none;
}

.navega_servicos i {
	color: #777777; 
	opacity: 1;
    filter:alpha(opacity=100); /* For IE8 and earlier */
}

.navega_servicos a > i {
	color: #FFFFFF;
	opacity: 1;
    filter:alpha(opacity=100); /* For IE8 and earlier */
}

.navega_servicos a > i:hover,
.navega_servicos a > i:focus {
	color: #3598DB;
	text-decoration: none;
	opacity: 1;
    filter:alpha(opacity=100); /* For IE8 and earlier */
}

.face_fim_servicos {
	border: none;
	padding-top: 40px;
}

a {
	color: #3598DB;
}

a:hover,
a:focus {
	color: #666666;
}

#produtos_lista {
	text-align: center;
}

#produtos_lista li {
	vertical-align: top;
	display: inline-block;
	width: 170px;
	margin-bottom: 40px;	
	border-radius: 5px;
	padding: 1px;
	background: #242424;
	height: 220px;	
}

#produtos_lista img {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	padding-bottom: 10px;
}

#produtos_lista a {
	color: #FFFFFF;
}

#produtos_lista a:hover,
#produtos_lista a:focus {
	text-decoration: none;
}

#produtos_lista li:hover,
#produtos_lista li:focus {	
	background: #3598DB;
}

#produtos_lista li:hover img,
#produtos_lista li:focus img {	
	opacity: 0.7;
    filter:alpha(opacity=70); /* For IE8 and earlier */   
}


.produtos_lista_left {
	margin-left: 15px;
}


.h1_produtos {
	margin-bottom: 40px;
	margin-top: -20px;
}

.h1_produtos_titulo {
	margin-bottom: 20px;
	margin-top: -20px;
}

.img_right {
	padding-left: 10px;
	padding-bottom: 10px;
	float: right;
}

.clientes_lista {
	text-align: center;
}

.clientes_lista li {
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 30px;
	vertical-align: top;
	display: inline-block;
}

.produtos_img {
	padding-bottom: 20px;
}

/*Cookies*/
.box-cookies.accept{
	display:none!important;
}
.box-cookies{
	bottom:0;
	width:100%;
	z-index:998;
	color:#fff;
	position:fixed;
	background:rgba(0,0,0,.9);
	padding: 20px;
	display:block;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding-bottom: 20px;
}
.msg-cookies {
	margin-right: 20px;
	line-height: 150%;
}
.msg-cookies a {
	color: #00FFFF;
	text-decoration: underline;
	transition: all 0.4s ease;
}
.msg-cookies a:hover,
.msg-cookies a:focus {
	transition: all 0.4s ease;
	color: #AAAAAA;
}
.cookies_ul {
	margin: 0px;
}
.cookies_ul li {
	display: table-cell;
	vertical-align: middle;
}
.btn-cookies {
	font-size: 18px;
	padding: 20px 50px;
	color: #00FFFF; 
	background: none;
	border: none;
	box-shadow: none;
	border-radius: 8px;
	text-shadow: none;
	transition: all 0.4s ease;
	font-weight: normal;
	border: 1px solid #AAAAAA;
	font-family: Arial, sans-serif;
}
.btn-cookies i {
	margin-left: 8px;
}
.btn-cookies:hover,
.btn-cookies:focus {
	background: #AAAAAA;
	color: #FFFFFF; 
	transition: all 0.4s ease;
	cursor: pointer;
}

.politicaCheck {
	margin-bottom: 0px;
}

.politicaCheck input {	
	line-height: normal;
	padding: 0px;
	margin: 0px;
	margin-right: 5px;
	margin-top: -2px;
}