@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;	
	}
	.oculta-texto-noticia-home{
		display:none	
	}
}

a,
a:link,
a:active,
a:visited{
	color:#2e2e2c;
	transition:0.5s;
	text-decoration:none
}
a:hover{
	color:#f9c100	
}

.cor_links_topo a,
.cor_links_topo a:link,
.cor_links_topo a:active,
.cor_links_topo a:visited,
.cor_links_topo a:focus{
	color:#fff;
	text-decoration:none;
	cursor:pointer;
	transition:0.3s
}

.cor_links_topo a:hover{
	color:#f9c100
}

/*TOP MENU */
.background-menu{background:rgba(0,0,0,0.8); position:fixed; z-index:999}
@media only screen and (max-width: 600px) {
	.background-menu{background:#000; position:inherit; z-index:999}
}

/* MENU */
.navbar-brand{
	padding:0px;
}
.navbar{
	margin:0;
	padding:0	
}
.nav-link {
   padding: 10px 13px !important;
   line-height:15px !important;
   margin-left:3px;
   margin-right:3px;
   border-bottom:0px;
}

.navbar-nav .nav-link {
	font-size:17px;
	line-height:20px;
	color:#ffffff;
	font-weight:400
}
.navbar-nav .nav-link:hover{
	color:#f9c100;
}
.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:#f9c100;
}
.dropdown-item.active,.dropdown-item:active{
	color:#ffffff !important;
	text-decoration:none;
	background-color:#f9c100 !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 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:#f9c100;
	font-size:22px;
	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	
	}
}

/* MENU SOCIAL BOTTOM */
.menu-social-bottom{
	list-style:none;
	padding:0;
	margin:0;
	text-align:center	
}
.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;
	text-align:left;
	margin:0px 4px;
	cursor:pointer;
	transition:0.5s
}
.menu-social-bottom > li > a:hover{
	color:#f9c100;
}
@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;
	}
}


/* BOTOES */
.box-orange{
	display:inline-block;
	background:#f9c100; 
	border-radius:12px;
	min-height:140px;
	display: flex;
   justify-content: center;
   align-items: center;
}

@media only screen and (max-width: 600px) {
	.box-orange{
		min-height:60px;
	}
}

.botoes-orange,
.botoes-orange a,
.botoes-orange a:link,
.botoes-orange a:active,
.botoes-orange a:visited{
	display:inline-block;
	padding:10px 20px;
	background:#f9c100; 
	font-size:17px;
	font-weight:400;
	color:#000 !important;
	transition:0.5s;
	border-radius:5px;
	border:none;
	cursor:pointer;
	margin:0px 15px;
}

.botoes-orange:hover,
.botoes-orange a:hover{
	background:#fff;
	
}


.form-control input[type=select]{
	height:70px !important
}

.form-control{
	padding:10px 20px;
	border: 1px solid #cacaca;
	font-size:15px !important;
	height:45px;
	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: #f9c100;
}
.help-block {
    display: block;
    margin-top: 5px;
    margin-left: 16px;
    margin-bottom: 2px;
    font-size: 13px;
    font-weight: 800;
    color: #f9c100;
}

@media (min-width: 576px){
	.modal-dialog {
		max-width: 850px;
	}
}
.modal-content {
	border:none !important	
}
.ekko-lightbox .modal-footer {
    text-align:center !important;
}

.modal-open {
    overflow: hidden !important;
}
