html, body{
	margin:0;
	padding:0;
	font-family: 'Barlow';
	font-size:14px;
	line-height:normal;
	color:#666;
	overflow-x:hidden;
}

body{
	font-family: 'Barlow';
}

a,
a:link,
a:active,
a:visited{
	color:#000;
	transition:0.5s;
	text-decoration:none
}
a:hover{
	color:#b59e31	
}
.cor_links a,
.cor_links a:link,
.cor_links a:active,
.cor_links a:visited,
.cor_links a:focus{
	color:#000;
	text-decoration:none;
	cursor:pointer;
	transition:0.3s
}

.cor_links a:hover{
	color:#b59e31
}

.cor_links_rodape a,
.cor_links_rodape a:link,
.cor_links_rodape a:active,
.cor_links_rodape a:visited,
.cor_links_rodape a:focus{
	color:#fff;
	text-decoration:none;
	cursor:pointer;
	transition:0.3s
}

.cor_links_rodape a:hover{
	color:#b59e31
}


/* MENU */
.navbar-brand{
	padding:0px 15px
}
.navbar{
	margin:0;
	padding:0	
}
.nav-link {
   padding: 12px 11px !important;
   line-height:16px !important;
   margin-left:2px ;
   margin-right:2px;
}
.navbar-nav .nav-link {
	font-size:15px;
	color:#fff !important;
	text-transform:uppercase;
	font-weight:700
}
.navbar-nav .nav-link:hover{
	color:#b59e31 !important;
}
.navbar-padding-menu{
	padding-left:50px;
	padding-right:50px
}
.dropdown-item{
    font-size:15px;
	color: #ffffff !important;
	font-weight:500;
}
.dropdown-item:focus, .dropdown-item:hover {
    color:#ffffff !important;
	background:#363636;
}
.dropdown-item.active,.dropdown-item:active{
	color:#fff !important;
	text-decoration:none;
	background-color:#363636 !important
}
.dropdown:hover>.dropdown-menu {
  display: block;
  left:5px;
  top:28px;
  border:none;
  background:#000
}
.navbar-toggler-icon{
	margin-bottom:5px	
}

.list-group-item {
    position: relative;
    display: block;
    padding: 5px 10px;
    margin-bottom: -1px;
    background-color: transparent;
    border-bottom: 1px solid #222;
	color:#b59e31;
	font-size:16px
}
.list-group-item-border {
    border-bottom: 1px solid #222;
}
.list-group a,
.list-group a:link,
.list-group a:active,
.list-group a:visited{
    color: #fff;
    background-color:transparent;
}
.list-group a:hover,
.list-group a:focus{
    color: #b59e31;
    background-color:#222;
}

.dropdown-hover:hover>.dropdown-menu {
  display: inline-block;
}

.dropdown-hover>.dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
  pointer-events: none;
}

.padding-nav-menu{
	padding-top:30px;
	padding-bottom:30px	
}

.padding-rodape-dados{
	padding-left:42px
}

.margin-logo-footer{
	padding-left:25px	
}

.margin-product-slider{
	margin:2px	
}

.padding-content-top-bottom{
	padding-top:80px;
	padding-bottom:70px;
}

@media only screen and (max-width: 600px) {
	.navbar-brand{
		padding:15px 0px
	}
	.padding-nav-menu{
		padding-top:0px;
		padding-bottom:10px	
	}
	.mb-4, .my-4 {
		margin-top: 1px !important;
		margin-bottom: 1px !important;
	}
	.padding-rodape-dados{
		padding-left:0px
	}
	.margin-logo-footer{
		padding-left:0px;
		padding-right:5px;
	}
	.margin-product-slider{
		margin:auto	
	}
	.padding-content-top-bottom{
		padding-top:35px;
		padding-bottom:25px;
	}
}

/* MENU SOCIAL BOTTOM */
.menu-social-bottom{
	list-style:none;
	padding:0;
	margin:0;
	text-align:right	
}
.menu-social-bottom > li{
	display:inline-table	
}
.menu-social-bottom > li > a,
.menu-social-bottom > li > a:link,
.menu-social-bottom > li > a:active,
.menu-social-bottom > li > a:visited,
.menu-social-bottom > li > a:focus{
	display:block;
	color:#000;
	background:#b59e31;
	font-size:13px;
	width:18px;
	height:18px;
	line-height:18px;
	border-radius:4px;
	text-align:center;
	margin-top:3px;
	margin-right:2px;
	cursor:pointer;
	transition:0.5s
}
.menu-social-bottom > li > a:hover{
	background:#333;
	color:#b59e31
}
@media only screen and (max-width: 600px) {
	.menu-social-bottom{
		margin-left:auto;
		margin-right:auto;
		width:100%;
		margin-bottom:10px;
		text-align:center;
	}
	.menu-social-bottom > li{
		display:inline-table;
		margin-left:0px;
		margin-right:0px;
	}
}

.container_produtos{
    box-shadow: 0px 1px 6px 0px rgb(0 0 0 / 20%);
}


/* BOTOES */
.botoes-site,
.botoes-site a,
.botoes-site a:link,
.botoes-site a:active,
.botoes-site a:visited{
	padding:10px 20px;
	background:#b59e31;
	font-size:14px;
	font-weight:700;
	text-transform:uppercase;
	color:#fff !important;
	transition:0.5s;
	border-radius:20px
}

.botoes-site:hover,
.botoes-site a:hover{
	background:#000;
	color:#b59e31
}


.form-control{
	padding:8px 10px;
	border: 1px solid #cacaca;
	font-size:15px !important;
	margin-bottom:11px;
	font-weight:600;
	border-radius:none !important
}
.form-control:focus{
	background:#f9f9f9;
}
::placeholder{
  color: #999 !important;
  font-weight:600;
  opacity: 1;
}

:-ms-input-placeholder{
  color: #999 !important;
  font-weight:600;
}

::-ms-input-placeholder{
  color: #999 !important;
  font-weight:600;
}
.has-error .checkbox, 
.has-error .checkbox-inline, 
.has-error .control-label, 
.has-error .help-block, 
.has-error .radio, 
.has-error .radio-inline, 
.has-error .checkbox label, 
.has-error .checkbox-inline label, 
.has-error .radio label, 
.has-error .radio-inline label{
    color: #b59e31;
}
.help-block {
    display: block;
    margin-top: 5px;
    margin-left: 16px;
    margin-bottom: 2px;
    font-size: 12px;
    font-weight: 700;
    color: #b59e31;
}