@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('custom.css');

html, body{
	margin:0;
	padding:0;
	font-size:14px;
	line-height:normal;
	color:#666;
	overflow-x:hidden !important;
}

body{
	background: #fff;
}

@media only screen and (max-width: 600px) {
	body{
		background: #fff !important;	
	}
}

a,
a:link,
a:active,
a:visited{
	color:#000000;
	transition:0.5s;
	text-decoration:none
}
a:hover{
	color:#396436	
}

.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:#000000;
	font-weight:800;
	font-size:14px;
	text-decoration:none;
	text-transform:uppercase;
	cursor:pointer;
	transition:0.3s;
}

.cor_links_rodape a:hover{
	color:#396436
}

/* MENU */
.navbar-brand{
	padding:0px;
}
.navbar{
	margin:0;
	padding:0	
}
.nav-link {
   padding:10px 16px !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;
	font-weight:500;
	text-transform:uppercase
}
.navbar-nav .nav-link:hover{
	color:#000000;
}
.navbar-padding-menu{
	padding-left:50px;
	padding-right:50px
}
.dropdown-item{
    font-size:15px;
	line-height:18px;
	color: #ffff !important;
	font-weight:600 !important;
}
.dropdown-item:focus, .dropdown-item:hover {
    color:#ffffff !important;
	background:#404042;
}
.dropdown-item.active,.dropdown-item:active{
	color:#ffffff !important;
	text-decoration:none;
	background-color:#e24200 !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
	}
	.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;
	}
}

/* BANDEIRAS IDIOMAS */
.bandeiras-idiomas{
	list-style:none;
	padding:0;
	margin:0;
	margin-left:10px
}
.bandeiras-idiomas > li{
	display:inline-table	
}
.bandeiras-idiomas > li > a,
.bandeiras-idiomas > li > a:link,
.bandeiras-idiomas > li > a:active,
.bandeiras-idiomas > li > a:visited,
.bandeiras-idiomas > li > a:focus{
	display:block;
	color:#fff;
	margin-top:6px;
	margin-right:2px;
	margin-left:2px;
	cursor:pointer;
	transition:0.5s
}
.bandeiras-idiomas > li > a:hover{
	opacity:0.5
}
@media only screen and (max-width: 700px) {
	.bandeiras-idiomas{
		padding-bottom:10px
	}
}


.botoes-green,
.botoes-green a,
.botoes-green a:link,
.botoes-green a:active,
.botoes-green a:visited{
	padding:13px 70px;
	background:#396436; 
	font-size:16px;
	text-transform:uppercase;
	font-weight:800;
	color:#fff !important;
	transition:0.5s;
	border-radius:25px;
	border:none;
	cursor:pointer;
}

.botoes-green:hover,
.botoes-green a:hover{
	background:#404042;
	color:#ffffff !important
}

.form-control input[type=select]{
	height:70px !important
}

.form-control{
	padding:12px 20px;
	border: 1px solid #cacaca;
	font-size:15px !important;
	height:45px;
	margin-bottom:11px;
	border-radius:3px;
	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:#fff;
}
.page-item > .page-link:hover > span > i{
	color:#fff
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff !important;
    background-color: #000;
    border-color: #000;
	font-weight:800
}
.page-link{
	background-color: transparent;
    border-color: #000;
	color:#fff !important;
	font-weight:800;
	padding:8px 12px;
}
.page-link:hover {
    background-color: #404042;
    border-color: #404042;
	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;
}
