@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:15px;
	line-height:20px;
	color:#666;
	overflow-x:hidden !important;
}

body{
	background: #fff;
}

a,
a:link,
a:active,
a:visited{
	color:#1a305e;
	transition:0.5s;
	text-decoration:none
}
a:hover{
	color:#000	
}


.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:#b9000f;
	text-decoration:none;
	cursor:pointer;
	transition:0.3s
}

.cor_links a:hover{
	color:#000
}

.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:#000;
	font-weight:600;
	text-decoration:none;
	cursor:pointer;
	transition:0.3s
}

.cor_links_rodape a:hover{
	color:#b9000f
}

/* MENU */
.navbar-brand{
	padding:0px;
}
.navbar{
	margin:0;
	padding:0	
}
.nav-link {
   padding: 12px 15px !important;
   line-height:15px !important;
   margin-left:2px;
   margin-right:2px;
   border-bottom:0px;
}

.navbar-nav .nav-link {
	font-size:16px;
	line-height:18px;
	color:#b9000f;
	font-weight:700
}

.navbar-nav .nav-link:hover{
	color:#000;
}
.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) {
	.background-menu-topo,
	.background-logo{
		padding-left:0px !important;	
		padding-right:0px !important;	
	}
	.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:#b9000f;
	font-size:24px;
	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;
}
.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:#b9000f;
	font-size:24px;
	margin-top:0px;
	margin:3px 3px;
	cursor:pointer;
	transition:0.5s
}
.menu-social-top > li > a:hover{
	color:#000;
}

@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:15px;
	text-transform:uppercase;
	color:#fff !important;
	font-weight:700;
	background:#b9000f;
	padding:10px 50px !important;
	border-radius:40px;
	cursor:pointer;
	transition:0.5s;
}
.botao-enviar-contato:hover,
.botao-enviar-contato a:hover{
	color:#fff !important;
	background:#000;
}

/* 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: #b9000f;
}
.help-block {
    display: block;
    margin-top: 5px;
    margin-left: 16px;
    margin-bottom: 2px;
    font-size: 13px;
    font-weight: 800;
    color: #b9000f;
}

@media (min-width: 576px){
	.modal-dialog {
		max-width: 850px;
	}
}
.modal-content {
	border:none !important	
}
.modal-header {
	background: #b9000f !important;
}
.ekko-lightbox .modal-footer {
    text-align:center !important;
}

.modal-open {
    overflow: hidden !important;
}
