a {
	color: #000;
}
body, html {
	scroll-behavior: smooth;
	font-family: 'Montserrat', sans-serif;
}

a:hover, a:focus{
	color: #000;
}

p{
	margin-bottom: 40px;
}
.addany a {
	padding: 10px;
	color: white;
	margin-right: 15px;
	font-size: 11px;
	line-height: 22px;
	border-radius: 5px;
}
.addany {
	width: 100%;
	display: block;
	margin: 25px 0;
}
.addany img {
	height: 22px;
	margin-right: 5px;
}
p,h6, address{
	/*font-family: 'Lato', sans-serif;*/
	font-family: 'Montserrat', sans-serif;
	color: #444;
	line-height: 1.75em;
}
.data {
	font-weight: 700;
	margin-bottom: 15px;
}
#atuacao .col-md-4 {
	padding-left: 15px;
	padding-right: 15px;
}
.mix img {
	height: 300px;
	width: 100%;
	object-fit: cover;
}
h1,h2,h3,h4,h5,h6{
	text-transform: uppercase;
}
.fancybox-outer h6 {
	background-color: #d2091e;
	color: white;
	margin: 0;
	padding: 0 10px;
	display: block;
	width: 100%;
	line-height: 24px;
	font-size: 12px;
	font-weight: 600;
}
.nav > li > a {
	padding: 15px 20px;
}
.content-post h2 {
	color: #d2091e;
	font-weight: 700;
}

.sidebar-noticia h2 {
	margin-top: 0;
	color: #d2091e;
	font-weight: 700;
	font-size: 20px;
	margin: ;
	margin-bottom: 25px;
}
.post:not(:last-child) {
	padding-bottom: 45px;
	border-bottom: 1px solid #000;
}
.related-post:not(:last-child)  {
	border-bottom: 1px solid;
	padding-bottom: 15px;
}
.post{
	margin-bottom: 45px;
}
.call-post {
	display: flex;
	justify-content: center;
	align-content: center;
	flex-direction: column;
}
.call-post h3 {
	margin: 0;
	font-weight: 600;
	font-size: 18px;
}
.related-post {
	width: 100%;
	display: flex;
	padding: 0;
	margin: 0;
	margin-bottom: 15px;
}

.related-post img{
  height: 65px;
  width: 35%; 
  object-fit: cover;
}

.related-post .call-post{
  width: 65%;
  padding-left: 15px;
  padding-right: 15px;
}
.primary-menu:hover .navbar-nav {
	padding-left: 30px;
	padding-right: 30px;
}

.navbar-nav > li > a {
	font-weight: 600;
	font-size: 12px;
	color: #424241;
}
.main-head {
	height: 500px;
	text-align: center;
	margin-bottom: 0;
	position: relative;
	background-image: url(../img/banner.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
	background-position: center;
}
.owl-nav {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
  display: flex;
  transform: translate(0,-50%);
  justify-content: space-between;
}

.owl-nav > div{
  padding: 15px;
}

.owl-nav i{
  color: white;
  font-size: 32px;
}

#msg {
	position: fixed;
	top: 85px;
	z-index: 9999;
}
.main-head h1, .main-head h2 , .main-head h3, .main-head p{
	color: white;
	font-weight: 700;
}
.main-head h1, .main-head h2 {
	font-size: 4rem;
	margin: 0;
}
.main-head .col-md-8  img {
	max-height: 200px;
	object-fit: contain;
}
section{
	padding: 50px 0;
}

section.no-padding{
	padding: 0;
}

figure{
	margin-bottom: 30px;
}

.container{
	position: relative;
}

.form-control {
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
	border-color: #000;
	padding: 14px;
	font-size: 13px;
	height: auto;
	margin-bottom: 25px;
	color: #000;
}
.btn.btn-primary.bg1 {
	border-color: #d2091e;
	background-color: #d2091e;
}

.form-control:focus {
    border-color: #000;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}



textarea.form-control{
	height: 270px;
}

.title{
	text-align: center;
}
.title-left{
	text-align: left;
}

.title p{
	padding: 50px;
}

.section-text{
	padding: 50px 0;
}

.navbar-header{
	height: 90px;
}

.navbar-wooster{
	background: #fff;
	height: 100px;
}

.navbar-wooster .navbar-brand{
	padding-top: 8px;
}

.navbar-wooster .navbar-brand .desktop {
	height: 70px;
	width: 100%;
	max-width: 200px;
}
.navbar-wooster .navbar-brand .logomobile {
    display: none;
	}

.navbar-wooster .primary-menu{
	margin-top: 0;
	margin-left: -15px;
	margin-right: -15px;
}

.navbar-wooster .navbar-collapse{
	background-color: #fff;
}

.navbar-wooster .navbar-header{
	height: 50px;
}

.navbar-toggle{
	display: block !important;
	margin-top: 20px;
}

.navbar-toggle .icon-bar{
	background: #000;

}

.main-head h1{
	text-transform: uppercase;
}

.main-head span{
	margin-bottom: 20px;
	margin-top:20px;
	font-size: 13px;
	display: block;

}

/*.main-head{
	text-transform: uppercase;
	width: 100%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	transform: translate(0,-50%);
}*/

#atuacao h6{
	color:#414141;
	line-height: 1.5em;
}
#atuacao h4{
  color: #d2091e;
  font-weight: 400;
  line-height: 1.5em;
}
#atuacao .col-md-4 .divider {
	width: 100%;
}
.divider{
	width: 80px;
	background: #000;
	height: 1px;
	display: block;
	margin:20px auto;
}

.divider.divider-sm{
	width: 40px;
	margin: 20px 0;
}

.divider.divider-lg{
	width: 180px;
}

.btn{
	border-radius: 0;
	font-size: 13px;
	padding: 15px 40px;
	transition: all 0.3s;
}

.btn-lg{
	padding: 25px 50px;
}

.btn-lg.btn-primary{
	border-width: 2px;
}

.btn-primary{
	background-color: #414141;
	border:1px solid #414141;
	color: #fff;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:active:hover,
.btn-primary:focus{
	background: #000;
	color: #fff;
	border-color:#000;
}

.call-to-action {
	background: #414141;
	color: #fff;
	padding: 25px 0;
}
.call-to-action p {
	color: #fff;
	margin: 0;
	font-size: 12px;
	font-weight: 100;
}
.call-to-action .divider {
	background: #fff;
	margin: 15px auto;
}
.video{
	background-image: url(../img/keyboard.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 500px;
	color: #fff;
	position: relative;
}

.video-wrapper{
	background-color: rgba(0,0,0,0.8);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.video .fa{
	font-size: 70px;
	color: #fff;
}

.centred-container{
	position: absolute;
	width: 100%;
	text-align: center;
	top: 50%;
	-webkit-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	transform: translate(0,-50%);
}

.video h3{
	margin-bottom: 30px;
}
.video .glyphicon{
	font-size: 70px;
}


/**********************
PORTFOLIO
***********************/
.centered-pills {
	text-align: center;
}
.centered-pills ul.nav-pills {
	display: inline-block;
	margin-bottom: 50px;
}
.centered-pills li {
	display: inline;
}
.centered-pills a {
	float: left;
}

.nav-pills > li > a{
	border-radius: 0;
	color: white;
	background-color: #434343;
	border:1px solid #434343;
	margin-right: 20px;
}

.nav-pills > li > a:hover,
.nav-pills > li > a:focus,
.nav-pills > li > a.active{
	background: #d2091e;
	border-color: #d2091e;
	color: #fff;
}

#portfolio-grid .mix{
	display: none;
}

/******
TESTIMONIAL
**********/
.testimonial{
	
	background: url(../img/coffe.jpg) no-repeat center;
	background-size: cover;
	position: relative;
}

.mask{
	width: 100%;
	height: 100%;
	display: block;
	background: rgba(0,0,0,0.8);
	
}

.single-testimonial{
	padding: 80px 0;
	text-align: center;

}

.single-testimonial .fa{
	width: 50px;
	height: 50px;
	background-color: #fff;
	color: #000;
	margin-bottom: 30px;
	line-height: 50px;
	text-align: center;
	border-radius: 100%;
}

.testimonial p{
	font-size: 17px;
	text-transform: uppercase;
	color: #fff;
}

.testimonial h6{
	color: #fff;
}

.team-member{
	position: relative;
	margin-bottom: 70px;
}

.team-member h6{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgba(0,0,0,0.8);
	color: #fff;
	margin: 0;
	text-align: center;
	padding: 30px 0;
}


.subscribe-input {
	text-align: left;
	width: 100%;
	border: 0 none;
	background: transparent;
	opacity: 0.9;
	border: 1px solid #fff;
	padding: 16px 20px;
	font-size: 12px;
}

.btn-cta{
	background-color: #fff;
	border: 1px solid #fff;
	color: #000;
	font-weight: 400;
	letter-spacing: 1px;
	margin: 0;
	padding: 15px 25px;
	text-transform: uppercase;
	width: 100%;
}

address{
	text-align: center;
	margin-bottom: 70px;
}

address .fa{
	display: block;
	font-size: 33px;
	margin-bottom: 20px;
}
/**FOOTER**/
footer{
	background: #424241;
	padding: 35px 0;
}

footer,
footer p{
	color: #fff;
}

footer a{
	color: #fff;
	font-weight: bold;
}

footer a:hover{
	color: #fff;
	text-decoration: underline;
}


.logo-footer{
	margin-bottom: 40px;
}

/*******************************
SOCIAL ICONS
******************************/
ul.social{
	list-style: none;
	margin: 15px 0 0 0;
	padding: 0;
}
footer a {
	font-size: 24px;
}

ul.social li {
	display: inline-block;
	width: 30px;
	margin: 5px 10px;
}

ul.social li a{
	text-decoration: none;

}


ul.social li a i{
	color: #fff;
	width: 32px;
	height: 32px;
	display: block;
	line-height: 32px;
	text-align: center;
	border-radius: 100%;
	-webkit-transition: all 0.5;
	transition: all 0.5s;
}


/*
ul.social li a i:hover,
ul.social li a i:focus{
	background-color: #fff;
	color: #000;
}
*/

#navbar:hover a {
	color: #424241;
}

.main-head .container {
	padding: 0 75px;
}
.primary-menu {
	padding-top: 15px;
}
/*****************************
RESPONSIVE
******************************/
@media (min-width: 768px){
	.primary-menu{
		position: relative;
		overflow: hidden;
		margin-top: 18px;
	}
	
	#posts .col-md-8 {
	border-right: 2px solid #d2091e;
}
	.primary-menu .navbar-nav{
		right: -75%;
		position: absolute;
		margin-top: 12px;
		opacity: 0;
		transition: 300ms all ease-in-out;
	}

	.primary-menu:hover .navbar-nav{
		right: 20px;
		opacity: 1;
	}
}
#contact .col-md-4 span a {
	color: #444;
}
@media (max-width: 994px){
	#contact .col-md-4 span{
		text-align: center;
	}
}
@media (max-width: 767px){
	#portfolio img, #portfolio figure {
		width: 100%;
	}
	.addany a {
	padding: 15px 5px;
	color: white;
	margin-right: 0;
	font-size: 0;
	line-height: 0;
	border-radius: 5px;
}
	#blog .background-image-div{
		display: none;
	}
	.navbar-toggle{
		margin-top: -45px;
	}
	.primary-menu #navbar {
		padding-top: 50px;
	}

	.navbar-wooster .navbar-toggle{
		margin-top: -25px;
		padding: 0;
	}
	.col-md-6 {
		padding-left: 15px;
		padding-right: 15px;
	}
	#portfolio-grid .row {
		height: auto !important;
	}
	.centered-pills li {
		display: block;
		width: 100%;
	}
	.nav-pills > li > a {
		margin-right: 0;
		width: 100%;
		margin-bottom: 10px;
	}
	.centered-pills ul.nav-pills {
		margin-bottom: 0;
	}
}
.bg1 {
	background-color: #d2091e;
}

.bg1 > *{
  color: white;
}
.px-1 {
	padding: 5rem;
}
.bg2 {
	background-color:#424241;
}

.bg2 > *, .bg2 p, .bg2 h6{
  color: white;
}
#blog h6 {
	font-weight: 100;
	font-size: 10px;
}
#blog .col-md-6 {
	padding: 0 35px;
}
.d-flex {
	justify-content: space-between;
	flex-wrap: wrap;
	display: flex;
}

#contact .col-md-4 span {
	font-size: 10px;
	line-height: 1.75em;
}

#contact .col-md-4 i{
	color:#d2091e;
}

@media (max-width: 500px) {
	.navbar-wooster .navbar-brand .logoDesk {
    height: 60px;
    width: 100%;
    max-width: 150px;
    display: none;
	}
		.navbar-wooster .navbar-brand .logomobile {
    max-width: 150px;
    display: block;
	}
	.navbar-wooster .navbar-brand {
    padding-top: 10px;
  }
  .main-head{

  	height: 350px;
  	max-width: 100%;
	text-align: center;
	margin-bottom: 0;
	position: relative;
	background-image: url(../img/banner.jpg);
	background-repeat: no-repeat;
	background-size: contain;
	display: flex;
	align-items: center;
	justify-content: center;
	background-position: center;
	object-fit: cover;
  }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
	.navbar-wooster .navbar-brand .logoDesk {
    display: block;
	}
		.navbar-wooster .navbar-brand .logomobile {
    display: none;
	}
	.navbar-wooster .navbar-brand {
  }
}