
ul.menu-rodape {
	list-style: none;
	padding: 0;
	margin: 0;
  }

  ul.menu-rodape li {
	display: inline-block;
	margin-right: 10px; /* Espaçamento entre os itens do menu */
  }

  ul.menu-rodape li a {
	text-decoration: none;
	padding: 5px 20px;
	border-radius: 5px;
  }

  ul.menu-rodape li a:hover {
	/* background-color: #0056b3; Cor de fundo do link ao passar o mouse */
  }


/**
============================================
rodape
============================================
*/

/*
.scrollup{width:65px;height:65px;opacity:0.3;position:fixed;bottom:50px;left:30px;display:none;text-indent:-9999px;background:url(../imgs/seta_up.png) no-repeat;z-index:9999;}

.rodape{
	background: #000;
	min-height: 91px;
}

.rodape .navbar{
	padding: 0;
}

.rodape .navbar-nav .nav-item .nav-link{
	font-size: 16px;
	color: #fff;
	font-weight: 400;
	padding: 0 28px 0 0;
}

.rodape .navbar-nav .nav-item .nav-link:hover,
.rodape .navbar-nav .nav-item .nav-link.active{
	
}

.justify-content-start .nav-item{
	margin: 0;
}

.redes a{
	color: #FFF;
}

.rodape_branco{
	background: #fff;
	height: 1.88rem ;

}

.telefone_topo{
	color: #2b2a2a;
    font-weight: 600;
}


.telefone_popover{
	color: #000;
	text-align: left;
}


.telefone_rodape .relativo{
	color: #fff;
	font-weight: 400;
}


.telefone_rodape .svg-inline--fa.fa-fw,.telefone_rodape .svg-inline--fa.fa-w-14 {
	color: #000 ;
}

.endereco_topo p{
	color: #fff;
	font-weight: 400;
}

.rodape_baixo h6{
	font-weight: 700;
	font-size: 11px;
	line-height: 10px;
}
*/

/**
============================================
topo
============================================
*/

/*

.bg_topo{
	background: url(../imgs/bg_topo.png)top center no-repeat;
	min-height: 113px;
	width: 100%;
}

.bg_topo_absolute{
	position: absolute;
	top: 0;
	z-index: 999;
}


.menu_topo{
	margin-top: 3px;
}



.menu_topo .navbar-light .navbar-nav .nav-link{
	color: #2f3030;
	background: none;
	font-weight: 400;
 margin-top: 10px;
    padding: 10px 0px 0px 0px;
	margin-left: 30px;

}



.menu_topo .navbar-light .navbar-nav .active>.nav-link,
.menu_topo .navbar-light .navbar-nav .nav-link:hover{
font-weight: 700;
    color: #000;
    border-bottom: 1px solid #818181;
    padding: 10px 0px 0px 0px;
	margin-left: 30px;

}

.menu_topo .nav-link1 {
	display: block;
	background: none;
	color: #999d9c;
	font-weight: 400;
 
}

.nav-link1,.nav-link1:hover{
	color: #fff;
	font-weight: 400;
    background: #2c2b2b;
    border-radius: 0;
}

.lista-itens-carrinho a {
	color: #ff0000;
	opacity: .5;
}

/**
============================================
topo
============================================
*/
