@import url('../lib/bootstrap/css/bootstrap.min.css');
@import url('../lib/font-awesome/font-awesome.min.css');
@import url('../lib/font-allroundgothic/font-allroundgothic.css');
@import url('../lib/ekko-lightbox/ekko-lightbox.css');
@import url('../lib/owl-carousel/owl.carousel.min.css');
@import url('../lib/owl-carousel/owl.theme.default.min.css');
@import url('../lib/whatsapp-widget/whatsapp.css');
@import url('custom.css');

html, body{
	margin:0;
	padding:0;
	font-size:14px;
	line-height:normal;
	color:#666;
	overflow-x:hidden !important;
}

body{
	font-family: 'All Round Gothic Book';
	background: #fff;
}

body.modal-open {
    padding-right: 0px !important;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1220px;
    }
}

.font-all-bold{ font-family: 'All Round Gothic Bold' !important;}
.font-all-medium{ font-family: 'All Round Gothic Medium' !important;}


/* BARRA DE PROGRESSO */
#progress-bar {
  --scrollAmount: 0%;
  background-color: #828282 !important;
  width: var(--scrollAmount) !important;
  height: 4px !important;
  position: fixed !important;
  top: 0 !important;
  z-index:99999999999999999999 !important
}

a,
a:link,
a:active,
a:visited{
	color:#828282;
	transition:0.5s;
	text-decoration:none
}
a:hover{
	color: #000	
}

/* LINKS */
.cor-links-rodape a,
.cor-links-rodape a:link,
.cor-links-rodape a:active,
.cor-links-rodape a:visited{
	font-size:19px;
	line-height:28px;
	color: #000;
	transition:0.5s;
}
.cor-links-rodape a:hover{
	color: #828282
}

/* Mobile: até 767px */
.header-desktop {
  display: none;
}
.header-mobile {
  display: block;
}

/* Desktop: a partir de 768px */
@media (min-width: 768px) {
  .header-desktop {
    display: block;
  }
  .header-mobile {
    display: none;
  }
}

.background-menu-header{
	background: url('../img/bkg/bkg-menu-header.jpg') left top no-repeat !important;
	background-size:100%;
}
.background-footer-contato{
	background: url('../img/bkg/bkg-footer-contato.jpg') left top no-repeat !important;
	background-size:100%;
}
.background-home-geral{
	background: url('../img/bkg/bkg-home-geral.jpg') left top no-repeat #fff !important;
	background-size:100%;
}
.background-title-silver{
	background: url('../img/bkg/bkg-title-silver.jpg') left top no-repeat #fff !important;
	background-size:100%;
}
.background-pages {
	background: url('../img/bkg/bkg-pages.jpg') center top no-repeat #fff !important;
	background-size: 100%;
}
.menu-fixo{
	position: fixed;
	top: 0;
	z-index: 99;
	transition: all .5s;
}

@media only screen and (max-width: 600px) {
	.background-menu-header,
	.background-footer-contato,
	.background-title-silver{
		background-repeat:repeat !important;
	}
	.menu-fixo{
		position:inherit;
	}
}

.navbar-brand{
	padding:0px
}
.navbar{
	margin:0;
	padding:0	
}

.navbar-nav .nav-item{
	margin: 0px 14px;
}

.navbar-nav .nav-item a{
	padding: 5px 14px 5px 14px;
	font-size:19px;
	color: #fff;
	transition: 0.5s;
	text-transform:
}

@media only screen and (max-width: 600px) {
	.navbar-nav .nav-item a{
		margin: 0px;
	}
}

.navbar-nav .nav-link:hover{
	color: #828282
}

.dropdown-item{
    font-size: 17px;
	line-height: 22px;
	margin:0px;
	padding:10px;
	color:  #fff !important;
	text-transform:capitalize !important;
}
.dropdown-menu{
	top:98%;
	left:-5px !important;
	width:auto
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #000 !important;
	background:#fff !important
}

.dropdown-item.active,.dropdown-item:active{
	color: #828282;
	text-decoration: none;
	background-color: #fff
}

.dropdown:hover>.dropdown-menu {
  display: block;
  left: 0px;
  border: none
}
.navbar-toggler-icon{
	margin-bottom: 5px	
}
@media only screen and (max-width: 600px) {
	.navbar-collapse{
		margin-top:20px
	}	
	.nav-link {
	   padding: 5px 20px !important;
	}
	.navbar-collapse{
		margin-bottom: 10px	
	}
	.dropdown:hover>.dropdown-menu {
	  margin-left: 15px;
	  margin-right: 15px;
	}
	.navbar-nav li.nav-item:nth-child(8),
	.navbar-nav li.nav-item:nth-child(9){
		display:inline !important
	}
	.dropdown-menu{
		width:92% !important;
		left:0px !important;
	}

}

/* MENU SOCIAL TOP */
.menu-social-top{
	list-style:none;
	padding:0;
	margin:0;
	text-align:right;
	margin-left:10px;
	margin-right:10px;
}
.menu-social-top > li{
	display:inline-table	
}
.menu-social-top > li > a,
.menu-social-top > li > a:link,
.menu-social-top > li > a:active,
.menu-social-top > li > a:visited,
.menu-social-top > li > a:focus{
	display:block;
	font-size:22px;
	line-height:26px;
	border-radius:50%;
	text-align:center;
	color: #fff !important;
	margin:5px 2px;
	cursor:pointer;
	transition:0.5s;
	padding:0
}
.menu-social-top > li > a:hover{
	color: #828282 !important;
}
@media only screen and (max-width: 600px) {
	.menu-social-top{
		margin-left:auto;
		margin-right:auto;
		width:100%;
		margin-bottom:10px;
		text-align:center;
	}
	.menu-social-top > li{
		display:inline-table;
		margin-left:0px;
		margin-right:0px;
	}
}

/* MENU SOCIAL bottom */
.menu-social-bottom{
	list-style:none;
	padding:0;
	margin:0;
	text-align:right;
	margin-left:10px;
	margin-right:10px;
}
.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;
	font-size:25px;
	line-height:26px;
	border-radius:50%;
	text-align:center;
	color: #000 !important;
	margin:5px 2px;
	cursor:pointer;
	transition:0.5s;
	padding:0
}
.menu-social-bottom > li > a:hover{
	color: #828282 !important;
}
@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;
	}
}

#menuHeader{
	z-index:999	
}


/* BOTOES */
.botoes-sem-cor,
.botoes-sem-cor a,
.botoes-sem-cor a:link,
.botoes-sem-cor a:active,
.botoes-sem-cor a:visited{
	padding: 8px 40px;
	color:#fff;
	font-size:17px;
	margin: 0px;
	transition: 0.5s;
	display:inline-block;
}
.botoes-sem-cor:hover,
.botoes-sem-cor a:hover{
	opacity:0.5
}

.botoes-sem-cor-borda,
.botoes-sem-cor-borda a,
.botoes-sem-cor-borda a:link,
.botoes-sem-cor-borda a:active,
.botoes-sem-cor-borda a:visited{
	padding: 8px 40px;
	color:#fff;
	font-size:17px;
	font-weight: 700;
	margin: 0px;
	border-radius: 8px;
	border:solid 2px;
	transition: 0.5s;
	display:block;
	text-transform:uppercase
}
.botoes-sem-cor-borda:hover,
.botoes-sem-cor-borda a:hover{
	opacity:0.5
}


/* FORMS */
.form-control input[type=select]{
	height:70px !important
}

.form-control{
	padding:15px 25px;
	border: 2px solid #cacaca;
	font-family: 'All Round Gothic Bold' !important;
	font-size:19px !important;
	height:55px;
	margin-bottom:5px;
	border-radius:5px;
	margin-top:0px;	
}
.form-control:focus,
.form-control-busca:focus{
	background:#f9f9f9;
}
::placeholder{
  color: #666 !important;
  opacity: 1;
}

:-ms-input-placeholder{
  color: #666 !important;
}

::-ms-input-placeholder{
  color: #666 !important;
}
.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: red;
}
.help-block {
    display: block;
    margin-top: 3px;
    margin-left: 16px;
    margin-bottom: 2px;
	font-family: 'All Round Gothic Bold' !important;
    font-size: 15px;
    color: red;
}


.modal {
    backdrop-filter: blur(6px);
	-webkit-backdrop-filter: blur(6px);
	background-color: rgba(255, 255, 255, 0.06);	
}

.modal-header{
	font-family: 'All Round Gothic Medium' !important;
	font-size:18px;
	color:#fff;
	background: url('../img/bkg/bkg-menu-header.jpg') left top no-repeat !important;
	background-size:100%;
	padding:13px 30px;
}

.modal-body{
	background:#fcf9f4
}

.modal-header .close {
  filter: brightness(0) invert(1);
  font-size:25px
}


.mapa-contato {
  width: 100%;
  height: 550px;
  border: none;
  max-width: 100%;
}
@media (max-width: 600px) {
	.mapa-contato {
	  height: 420px;
	}
}

