html, body{
	margin:0;
	padding:0;
	font-family: 'Barlow';
	font-size:14px;
	line-height:normal;
	color:#666;
	overflow-x:hidden;
}

body{
	font-family: 'Barlow';
}

a,
a:link,
a:active,
a:visited{
	color:#090979;
	transition:0.5s;
	text-decoration:none
}
a:hover{
	color:#666	
}

.video_content{
	position:relative; 
	width:100%; 
	height:100%	
}
.video_content_absolute{
	position:absolute; 
	width:100%; 
	height:100%; 
	left:0; 
	top:0;
	transition:0.5s;
	background:rgba(0,0,0,0.4);
}
.video_content_absolute_botao{
	position:absolute; 
	width:55px; 
	height:55px; 
	left:42%; 
	top:40%
}

.banner_img_desktop{
	display:block
}
.banner_img_mobile{
	display:none
}
@media only screen and (max-width: 600px) {
	.banner_img_desktop{
		display:none
	}
	.banner_img_mobile{
		display:block
	}
}

.height-header{
	min-height:50px	
}
.height-footer{
	min-height:140px	
}

.margin-telefones-topo{
	margin-top:15px;
	margin-bottom:15px	
}

.margin-telefones-rodape{
	margin-top:10px;
	margin-bottom:10px	
}


@media only screen and (max-width: 600px) {
	.oculta-mobile-responsive{
		display:none
	}
	.margin-telefones-topo, .margin-telefones-rodape{
		margin-top:3px;
		margin-bottom:3px	
	}
	.margin-telefones-topo:nth-of-type(3){
		margin-bottom:16px	
	}
	.margin-endereco-footer{
		margin-bottom:10px
	}
	.margin-logo-footer{
		margin-bottom:16px	
	}
}

.titulos-30-mob-20{
	font-size:30px;
	line-height:32px
}
@media only screen and (max-width: 600px) {
	.titulos-30-mob-20{
		font-size:20px;
		line-height:24px;
	}
}

.cor_links a,
.cor_links a:link,
.cor_links a:active,
.cor_links a:visited,
.cor_links a:focus{
	color:#555;
	text-decoration:none;
	cursor:pointer;
	transition:0.3s
}

.cor_links a:hover{
	color:#eb7619
}

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

.cor_links_topo a:hover{
	color:#333
}

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

.cor_links_rodape a:hover{
	color:#eb7619
}

.cor_links_categorias a,
.cor_links_categorias a:link,
.cor_links_categorias a:active,
.cor_links_categorias a:visited,
.cor_links_categorias a:focus{
	display:block;
	padding:12px 20px;
	text-align:center;
	font-size:18px;
	font-weight:800;
	border-radius:25px;
	background:#eb7619;
	color:#fff;
	text-transform:uppercase;
	text-decoration:none;
	cursor:pointer;
	transition:0.3s
}

.cor_links_categorias a:hover{
	background:#333
}


/* MENU */
.navbar-brand{
	padding:15px
}
.navbar{
	margin:0;
	padding:0	
}
.nav-link {
   padding: 12px 16px !important;
   line-height:16px !important;
   margin-left:2px ;
   margin-right:2px;
}
.navbar-nav .nav-link {
	font-size:18px;
	color:#333;
	text-transform:uppercase;
	font-weight:700
}
.navbar-nav .nav-link:hover{
	color:#eb7619;
}
.navbar-padding-menu{
	padding-left:50px;
	padding-right:50px
}
.dropdown-item{
    font-size:15px;
	color: #ffffff !important;
	font-weight:500;
}
.dropdown-item:focus, .dropdown-item:hover {
    color:#ffffff !important;
	background:#363636;
}
.dropdown-item.active,.dropdown-item:active{
	color:#fff !important;
	text-decoration:none;
	background-color:#363636 !important
}
.dropdown:hover>.dropdown-menu {
  display: block;
  left:19px;
  border:none;
}
.navbar-toggler-icon{
	margin-bottom:5px	
}

.padding-rodape-dados{
	padding-left:50px	
}

@media only screen and (max-width: 600px) {
	.padding-rodape-dados{
		padding-left:0px	
	}
	.navbar-brand{
		padding:15px 0px;
		margin-right:0px
	}
	.nav-link {
	   padding: 6px 20px 6px 20px !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;
	text-align:center	
}
.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:#eb7619;
	background:#ccc;
	font-size:14px;
	width:25px;
	height:25px;
	line-height:26px;
	border-radius:50%;
	text-align:center;
	margin-top:2px;
	margin-right:2px;
	cursor:pointer;
	transition:0.5s
}
.menu-social-top > li > a:hover{
	background:#fff;
}
@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	
}
.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:#eb7619;
	background:#fff;
	font-size:14px;
	width:27px;
	height:27px;
	line-height:28px;
	border-radius:5px;
	text-align:center;
	margin-top:2px;
	margin-right:2px;
	cursor:pointer;
	transition:0.5s
}
.menu-social-bottom > li > a:hover{
	background:#eb7619;
	color:#fff
}
@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 */
.botoes-green,
.botoes-green a,
.botoes-green a:link,
.botoes-green a:active,
.botoes-green a:visited{
	padding:12px 20px;
	background:#eb7619;
	font-size:16px;
	font-weight:700;
	text-transform:uppercase;
	color:#fff !important;
	transition:0.5s;
	border-radius:20px;
}

.botoes-green:hover,
.botoes-green a:hover{
	background:#333;
	color:#eb7619
}


.form-control{
	padding:8px 10px;
	border: 1px solid #cacaca;
	font-size:15px !important;
	margin-bottom:11px;
	border-radius:10px;	
	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: #eb7619;
}
.help-block {
    display: block;
    margin-top: 5px;
    margin-left: 16px;
    margin-bottom: 2px;
    font-size: 12px;
    font-weight: 700;
    color: #eb7619;
}

.page-item > .page-link > span > i{
	color:#666
}
.page-item > .page-link:hover > span > i{
	color:#fff
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #eb7619;
    border-color: #eb7619;
}
.page-link:hover {
    background-color: #363636;
    border-color: #363636;
	color:#fff !important
}



.triangle-topright {
  width: 100px;
  height: 100px;
  border-top: 30px solid red;
  border-left: 30px solid transparent;
}
