@font-face {
  font-family: 'Avenir LT Std';
  src: url('../fonts/avenir-lt-std-35-light.otf');
}
@font-face {
  font-family: 'Bw Glenn Sans DEMO';
  src: url('../fonts/bw-glenn-sans-demo-bold.otf');
}

body {
	font-family: 'Bw Glenn Sans DEMO', sans-serif;
	bckground-color: #f4f4f4;
	font-size: 18px;
	color: #2d3639;
}

.borda1 {
   padding-right: 1px;
   padding-left: 1px;
}

.header {
	background-color: #f4f4f4;
	border-bottom: 0px;	
}

.gray-bg {
	background-color: #f4f4f4;
	box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
	position: inherit;
}

.banner {
	background-color: #f4f4f4;
	border-bottom: 0px;	
}

.banner-extra {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.social-links .dropdown-menu {
	background-color: black;	
}

.header-top-dropdown .dropdown > button {
	border-right: 0px;
}

.header-top .social-links li {
	border-right: 0px;	
}

.header-top {
	background-color: black;	
}

.header-top .social-links li a {
	color: white;	
}

.header-top-dropdown .dropdown > button {
	color: white;	
}

.navbar-default .navbar-nav > li > a {
	text-transform: none;
	font-size: 18px;
	font-weight: bold;
	color: #4d4d4d;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus {
	color: #ac8039;
}

.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
	background-color: #f4f4f4;	
}

.footer {
	background-color: black;
	padding: 20px 0 0 0;
}

.list-icons, .list {
	color: white;
	font-weight: bold;	
}

h1 {
	/*font-size: 18px;*/
	/*font-weight: bold;*/
	color: #dc9b53;
}

h4 {
	color: #dc9b53;	
}

.footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6 {
	font-weight: bold;
	color:white;	
}

.footer h2 {
	margin-bottom: 5px;
	margin-top: 5px;	
}

.footer h4 {
	font-size: 12px;	
}

p {
	/*color: #2d3639;*/
	/*font-weight: bold;*/
}

.form-control {
	font-weight: bold;
}

.btn-default {
	background-color: white;
	color: #2d3639;
	border-color: #949e8f !important;
}

.btn-default:hover {
	background-color: #dc9b53;
	color: #dc9b53;
	border-color: #dc9b53;	
}

.botao1f {
	color: #2d3639;
	font-weight: bold;
	text-transform: none;
}

.c1 {	/* posicao dos circulos impares */
	margin-top:20px;	
}

.c2 {	/* posicao dos circulos pares */
	margin-top:40px;		
}

/* xs */ /* celulares */
@media only screen and (max-width: 767.99px) {
	.esconder {
		display:none;	
	}
	.logo {
		width: 70%;	
	}
	.banner {
		margin-top: -30px;			
	}
	.footer {
		background-color: white;
		border-top: 0px;		
	}
	.footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6 {
		color:#2d3639;	
	}
	.btn-default {
		background-color: black;	
	}
	.botao1f {
		color:white;	
	}
	footer:not(.light) .footer-content .form-control {	
		background-color: white;
		box-shadow: inset 0 0 0 rgb(0 0 0 / 55%);
	}
	.form-control {
		color: #2d3639;	
	}
}

/* sm */ /* tablets */
@media only screen and (min-width: 768px) and (max-width: 991.99px) {
	.esconder {
		display:none;	
	}
	.logo {
		width: 70%;	
	}
	.banner {
		margin-top: -30px;			
	}
	.footer {
		background-color: white;
		border-top: 0px;
	}
	.footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6 {
		color:#2d3639;	
	}
	.btn-default {
		background-color: black;	
	}
	.botao1f {
		color:white;	
	}
	footer:not(.light) .footer-content .form-control {	
		background-color: white;
		box-shadow: inset 0 0 0 rgb(0 0 0 / 55%);
	}
	.form-control {
		color: #2d3639;	
	}
}

/* md */ /* desktops medios */
@media only screen and (min-width: 992px) and (max-width: 1199.99px) {	
	.esconder2 {
		display:none;	
	}
}

/* lg */ /* desktops grandes */
@media only screen and (min-width: 1200px) {	
	.esconder2 {
		display:none;
	}
}

.dropdown-menu > li > a {
	font-weight: bold;	
}

video {
  width: 100%;
  height: auto;
}

.navbar-toggle {
	margin-top: -58px;	
}

.navbar.navbar-default {
	background-color: transparent;	
}

.justificado {
	text-align: justify;
}

div.fixed {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 40px;
  height: auto;
  z-index:10000;
  /*border: 3px solid #73AD21;*/
}

div.politica {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
  height: auto;
  z-index:9999;
  background: #1f4f66;
  color: white;
  padding: 5px 20px;
}

#instafeed {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  max-width: 64rem;
  margin: auto;
}

#instafeed a {
  display: block;
}

#instafeed img {
  display: block;
  width: 100%;
}

/************** sweetalert *********************/
.swal-button {
	background-color: #dc9b53;
	font-weight: normal;
}

.swal-button:not([disabled]):hover {
	background-color: #dc9b53;
	font-weight: bold;
}

.swal-button:focus {
	-webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
	box-shadow: 0 0 0 rgba(0, 0, 0, 0); 
}
.swal-text {
	color: #2d3639;
	font-weight: bold;
}

.swal-overlay {
	background-color: rgba(220, 155, 83, 0.5);
}

.swal-modal {
	/* a tela principal */
	border-style: solid;
	border-width:5px;
	border-color: #dc9b53;
}

/****************** myModal ********************/

.modal-content .modal-header {
	background-color: #dc9b53;	
}

.entrando {
	cursor: pointer;
}

.saindo {
	cursor: default;
}

/*************** imagens para ecommerce *****************/

.imgtit {
	background-color:white;
	font-weight:bold;
	text-align: center;
}

.imgtit2 {
	min-height:55px;
}

.imgtit3 {
	background-color:white;
	font-weight:bold;
	text-align: center;
}

.imgtit4 {
	margin-top:-34px;	
}

/************* tamanho da imagem *********************/
.newsize {
	width: 250px; /* You can set the dimensions to whatever you want */
	height: 250px;
	object-fit: cover;
}

a, .text-default {
	font-weight: bold;	
}

.newsize2 {
	object-fit: contain;
	height: auto;
}

.cart.table .total-amount {
	text-align: left;	
}

/********************/
input, button, select, textarea {
	font-weight:bold;
}

.nPreco {
	font-weight:bold;	
}

/************ novos ***********************/

.ptit {
	/*font-family: 'Bw Glenn Sans DEMO', sans-serif;	*/
	/*font-size: 22px;*/
}

.psub {
	/*font-family: 'Bw Glenn Sans DEMO', sans-serif;	*/
	font-size: 14px;
	font-style:italic;
	color: #2d3639;
	/*font-weight:normal;				*/
}

.psub2 {
	font-size: 16px;
	font-style:italic;
	color: #2d3639;
}

.pcor {
	/*font-weight:normal;	*/
	font-family: 'Avenir LT Std', sans-serif;
	font-size: 16px;
}

.fbranco {
	color: white;	
}

.posrelativo {
	position:relative;
	margin-bottom: 20px;
	margin-top:20px;
}

.postexto {
	position:absolute;
	left:50%;
	top:50%;
	z-index:10000;
	/*max-width:150px;*/
}

.container-fluid {
	padding-right: 0px;
	padding-left: 0px;	
}

.qua img:hover {
	opacity: 0.85;
}

.row_margens {
	margin-right: 0px;
	margin-left: 0px;	
}
