@import url('../lib/bootstrap/css/bootstrap.min.css');
@import url('../lib/font-awesome/font-awesome.min.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('../lib/font-bellarina/font-bellarina.css');
@import url('custom.css');

html, body{
	margin:0;
	padding:0;
	font-size:14px;
	line-height:normal;
	color:#666;
	overflow-x:hidden !important;
}

body{
	background: #000;
}

a,
a:link,
a:active,
a:visited{
	color:#000;
	transition:0.5s;
	text-decoration:none
}
a:hover{
	color:#e68500	
}


.opacity{
	opacity:1;
	transition:0.5s
}

.opacity:hover{
	opacity:0.6
}

.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:#e68500
}

.cor_links_encarte_home a,
.cor_links_encarte_home a:link,
.cor_links_encarte_home a:active,
.cor_links_encarte_home a:visited,
.cor_links_encarte_home a:focus{
	color:#fff;
    background:#80b028;
	text-decoration:none;
	cursor:pointer;
	transition:0.3s;
	padding:20px;
	border-radius:25px;
	display:block
}

.cor_links_encarte_home a:hover{
	color:#80b028;
	background:#fff
}

.cor_como_chegar_home a,
.cor_como_chegar_home a:link,
.cor_como_chegar_home a:active,
.cor_como_chegar_home a:visited,
.cor_como_chegar_home a:focus{
	color:#fff;
    background:#000;
	text-decoration:none;
	cursor:pointer;
	transition:0.3s;
	padding:12px 20px;
	border-radius:25px;
	margin-top:-25px
}

.cor_como_chegar_home a:hover{
	color:#e68500;
	background:#fff
}

.cor_receita_home a,
.cor_receita_home a:link,
.cor_receita_home a:active,
.cor_receita_home a:visited,
.cor_receita_home a:focus{
	color:#fff;
    background:#e68500;
	text-decoration:none;
	cursor:pointer;
	transition:0.3s;
	padding:12px 20px;
	border-radius:25px;
	margin-top:-30px
}

.cor_receita_home a:hover{
	color:#e68500;
	background:#fff
}

.btn-topo-compras a,
.btn-topo-compras a:link,
.btn-topo-compras a:active,
.btn-topo-compras a:visited,
.btn-topo-compras a:focus{
	color:#e47200;
	text-decoration:none;
	cursor:pointer;
	font-weight:600;
	font-size:13px;
	text-transform:uppercase;
	transition:0.3s;
	padding:6px 20px;
	border-radius:25px;
	border:1px solid #e47200;
}

.btn-topo-compras a:hover{
	color:#fff;
	background:#e47200
}

.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:#000
}

/* MENU */
.navbar-brand{
	padding:0px;
}
.navbar{
	margin:0;
	padding:0	
}
.nav-link {
   padding: 12px 19px !important;
   line-height:15px !important;
   margin-left:2px;
   margin-right:2px;
   border-bottom:0px;
}

.navbar-nav .nav-link {
	font-size:15px;
	line-height:18px;
	color:#ffffff;
	text-transform:uppercase;
	font-weight:600
}

.navbar-nav .nav-link:hover{
	color:#000;
}
.navbar-padding-menu{
	padding-left:50px;
	padding-right:50px
}
.dropdown-item{
    font-size:15px;
	line-height:20px;
	color: #ffffff !important;
	font-weight:400 !important;
}
.dropdown-item:focus, .dropdown-item:hover {
    color:#ffffff !important;
	background:#e68500;
}
.dropdown-item.active,.dropdown-item:active{
	color:#ffffff !important;
	text-decoration:none;
	background-color:#e68500 !important
}
.dropdown:hover>.dropdown-menu {
  display: block;
  left:0px;
  border:none
}
.navbar-toggler-icon{
	margin-bottom:5px	
}
@media only screen and (max-width: 600px) {
	.navbar-brand{
		padding:0px;
		padding-bottom:0px;
		margin-right:0px;
		margin-bottom:15px;
	}
	.navbar-nav{
		margin-top:20px;	
	}
	.nav-link {
	   padding: 10px 13px !important;
	}
	.navbar-collapse{
		margin-bottom:10px	
	}
	.dropdown:hover>.dropdown-menu {
	  margin-left:15px;
	  margin-right:15px;
	}
}

/* MENU SOCIAL BOTTOM */
.menu-social-bottom{
	list-style:none;
	padding:0;
	margin:0;
	margin-left: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;
	color:#fff;
	font-size:25px;
	margin-top:0px;
	margin:3px 3px;
	cursor:pointer;
	transition:0.5s
}
.menu-social-bottom > li > a:hover{
	color:#000;
}

@media only screen and (max-width: 600px) {
	.menu-social-bottom{
		margin-left:auto;
		margin-right:auto;
		width:100%;
		margin-bottom:0px;
		text-align:center;
	}
	.menu-social-bottom > li{
		display:inline-table;
		margin-left:0px;
		margin-right:0px;
	}
	.d-mobile-none{
		display:none	
	}
}

/* MENU SOCIAL TOP */
.menu-social-top{
	list-style:none;
	padding:0;
	margin:0;
	margin-left: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;
	color:#e68500;
	font-size:25px;
	margin-top:0px;
	margin:3px 3px;
	cursor:pointer;
	transition:0.5s
}
.menu-social-top > li > a:hover{
	color:#fff;
}

@media only screen and (max-width: 600px) {
	.menu-social-top{
		margin-left:auto;
		margin-right:auto;
		width:100%;
		margin-bottom:0px;
		text-align:center;
	}
	.menu-social-top > li{
		display:inline-table;
		margin-left:0px;
		margin-right:0px;
	}
	.d-mobile-none{
		display:none	
	}
}

.botao-enviar-contato,
.botao-enviar-contato a,
.botao-enviar-contato a:link,
.botao-enviar-contato a:active,
.botao-enviar-contato a:visited{
	font-size:16px;
	text-transform:uppercase;
	color:#fff !important;
	font-weight:700;
	background:#e68500;
	padding:10px 40px !important;
	border-radius:40px;
	cursor:pointer;
	transition:0.5s;
}
.botao-enviar-contato:hover,
.botao-enviar-contato a:hover{
	color:#fff !important;
	background:#000;
}

.botao-tour-virtual,
.botao-tour-virtual a,
.botao-tour-virtual a:link,
.botao-tour-virtual a:active,
.botao-tour-virtual a:visited{
	font-size:16px;
	color:#fff !important;
	font-weight:700;
	background:#0071bb;
	padding:8px 25px !important;
	border-radius:15px;
	cursor:pointer;
	transition:0.5s;
}
.botao-tour-virtual:hover,
.botao-tour-virtual a:hover{
	background:#000;
}

.botao-como-chegar,
.botao-como-chegar a,
.botao-como-chegar a:link,
.botao-como-chegar a:active,
.botao-como-chegar a:visited{
	font-size:16px;
	color:#fff !important;
	font-weight:700;
	background:#e68500;
	padding:8px 25px !important;
	border-radius:15px;
	cursor:pointer;
	transition:0.5s;
}
.botao-como-chegar:hover,
.botao-como-chegar a:hover{
	background:#000;
}


/* ADDONS */
.circulo-dias-semana-mask{
	position:relative; 
	width:100%
}
.circulo-dias-semana-conteudo{
	position:absolute; 
	width:100%; 
	left:0; 
	top:40px; 
	z-index:10; 
	padding:15px
}
@media only screen and (max-width: 800px) {
	.circulo-dias-semana-conteudo{
		top:55px; 
	}
}
@media only screen and (max-width: 600px) {
	.circulo-dias-semana-conteudo{
		top:65px; 
	}
}

@media only screen and (max-width: 400px) {
	.circulo-dias-semana-conteudo{
		top:35px; 
	}
}

.celular-home{
	margin-top:-100px;	
}
.cartao-home{
	top:-55px;
	left:0px;
	position:absolute	
}
.celular-home-botao{
	font-size:30px;
	padding-left:60px !important;
	padding-right:60px !important;
	border-radius:50px;
}
@media only screen and (max-width: 600px) {
	.celular-home{
		margin-top:0px;	
	}
	.cartao-home{
		top:0px;
		left:0px;
		position:inherit	
	}
	.celular-home-botao{
		font-size:25px;
		padding-left:40px !important;
		padding-right:40px !important;
		border-radius:50px;
	}
}


#bkg-servicos-relative-components,
.bkg-servicos-relative-components{
	position:relative;
	width:100%
}

.bkg-servicos-left{
	position:absolute;
	width:250px;
	left:0;
	top:-45px;
	z-index:991
}
.bkg-servicos-right{
	position:absolute;
	width:280px;
	right:0;
	top:-45px;
	z-index:991
}
@media only screen and (max-width: 600px) {
	.bkg-servicos-left{
		width:130px;
		left:0;
		top:-25px;
	}
	.bkg-servicos-right{
		width:150px;
		right:0;
		top:auto;
		bottom:-10px !important;
	}
}

.box-missao-visao-valores{
	min-height:285px	
}
@media only screen and (max-width: 600px) {
	.box-missao-visao-valores{
		min-height:auto	
	}
}


/* FORMS */
.form-control input[type=select]{
	height:70px !important
}

.form-control{
	padding:12px 25px !important;
	border: 1px solid #cacaca;
	font-size:16px !important;
	height:50px;
	margin-bottom:11px;
	border-radius:4px;
	margin-top:3px;	
	font-weight:800;
}
.form-control:focus{
	background:#f9f9f9;
}
::placeholder{
  color: #999 !important;
  font-weight:800;
  opacity: 1;
}

:-ms-input-placeholder{
  color: #999 !important;
  font-weight:800;
}

::-ms-input-placeholder{
  color: #999 !important;
  font-weight:800;
}
.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: 5px;
    margin-left: 16px;
    margin-bottom: 2px;
    font-size: 13px;
    font-weight: 800;
    color: red;
}

.page-item > .page-link > span > i{
	color:#e68500;
}
.page-item > .page-link:hover > span > i{
	color:#fff
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff !important;
    background-color: #e68500;
    border-color: #e68500;
	font-weight:800
}
.page-link{
	background-color: transparent;
    border-color: #e68500;
	color:#e68500 !important;
	font-weight:800;
	padding:8px 12px;
}
.page-link:hover {
    background-color: #000;
    border-color: #000;
	color:#fff !important
}

@media (min-width: 576px){
	.modal-dialog {
		max-width: 850px;
	}
}
.modal-content {
	border:none !important	
}
.modal-header {
	background: #f8f5f0 !important;
}
.ekko-lightbox .modal-footer {
    text-align:center !important;
}

.modal-open {
    overflow: hidden !important;
}
