.ml-10 {margin-left: 10%}
.scroll-down {margin-left: -60px !important}
.works-filter {margin: 0 0 20px 20px !important}

.text-white {
	color: #FFF;
}

.text-container.entersite {
	animation-delay: 8s;
	animation-duration: 3s;
	animation-fill-mode: forwards;
	animation-name: fade-in;
	animation-timing-function: ease-in-out;
	opacity: 0;
}


.logo-top {
  display: block;
  height: 25px;
  left: 50%;
  margin-left: -22px;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  width: 45px;
}

.equipes {background: #fff; border-left: 1px solid #000; padding-bottom: 45px; padding-left: 35px;}
.parceiros-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}


.owl-stage-outer { padding-bottom: 145px !important; }
.parceiros-row {
	  align-items: center; /* adicionado para centralizar na horizontal */
	display: flex;
	justify-content: center;

}

.parceiros-item {
}
.parceiros-item img {
  filter: grayscale(100%);
  transition: all 0.3s ease-in-out;

	/*
	position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 100%;
    max-width: 100%;
	*/
}

.parceiros-item:hover img {
  /*filter: grayscale(0%);*/
}
.lp-image img {
  filter: grayscale(100%);
  transition: all 0.3s ease-in-out;
}
.lp-image:hover img {
  filter: grayscale(0%);
}
.work-item:hover .lp-image-container {
  position: relative;
}

.work-item:hover .lp-image-container::before {
  content: "";
  height: 100%;
  left: 0;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.work-item:hover .lp-image img {
  filter: grayscale(100%); /* Converte a imagem em preto e branco */
  z-index: 2; /* Garante que a imagem fique acima da máscara de cor */
}
.work-item-2{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	/*margin: 10px;*/
  margin-bottom: 120px;
	width: 100%;
}
.work-item-2:hover .lp-image-container {
  position: relative;
}

@media (min-width: 767px) {
  .work-item:hover .lp-image-container::before,
  .work-item-2:hover .lp-image-container::before {
    background-color: rgba(102, 143, 199, 1);
  }
}

.work-item-2:hover .lp-image-container::before {
  content: "";
  height: 100%;
  left: 0;

  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

@media (min-width: 767px) {
  .work-item:hover .lp-image img,
  .work-item-2:hover .lp-image img {
    filter: grayscale(100%); /* Converte a imagem em preto e branco */
    z-index: 2; /* Garante que a imagem fique acima da máscara de cor */
  }
}

.works-grid.hide-titles .work-item-2 > a{
	overflow: hidden;
	padding: 0;
}
.works-grid.hide-titles .work-item-2 .work-intro{
	bottom: -94px;
	opacity: 0;
}
.works-grid.hide-titles .work-item-2:hover .work-intro{
	opacity: 1;
}
.work-item-2:hover .work-intro{
	/*bottom: auto;*/
	/*top: 50%;*/
	color: #fff;

	-webkit-transform: translateY(-125px);
    -moz-transform: translateY(-125px);
    transform: translateY(-125px);

	z-index: 3;
}
.work-item-2:hover .work-title{
	color: #aaa;
}
.work-item-2:hover .work-descr{
	color: #aaa;
}
.work-item-2 .work-img:after{
	background: rgba(250,250,250, 0);
	content: " ";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;

	-webkit-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -moz-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -o-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	width: 100%;

}
.work-item-2:hover .work-img:after{
	background: rgba(20,20,20, .15);
}

.works-grid.hover-color .work-item-2:hover .work-intro,
.works-grid.hover-color .work-item-2:hover .work-title,
.works-grid.hover-color .work-item-2:hover .work-descr{
	color: #fff;
}
.works-grid.hover-color .work-item-2:hover .work-img:after{
	background: #e41919;
	opacity: .73;
}
.works-grid.hover-white .work-item-2:hover .work-intro,
.works-grid.hover-white .work-item-2:hover .work-title,
.works-grid.hover-white .work-item-2:hover .work-descr{
	color: #000;
}
.works-grid.hover-white .work-item-2:hover .work-img:after{
	background: rgba(250,250,250, .9);
}

.work-item-2 .work-img > img{
	 filter: grayscale(100%) !important;
	  transition: all 0.5s ease;
}

.work-item-2:hover .work-img > img{
	filter: grayscale(0%) !important;
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
.postagens {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  /*align-items: center;*/
  margin-top: 20px;
  /*margin-left: 250px;*/
}

.postagem {
  align-items: center;
  background-color: #eee;
  cursor: pointer;
  display: flex;
  justify-content: center;
  padding: 5px;
}

.postagem:hover, .postagem:active {
  background-color: #777 !important;
  color: #eee;

}

.postagem.postagem-ano {
  	background: #FFF;
	border: 1px solid #777;
	color: #777;
}

.postagem.postagem-ano:active, .postagem.postagem-ano:hover {
  	background: #777;
	color: #FFF !important;
}

.postagem.selected {
  background-color: #c5e5ff;
}
.layout-1 .col-sm-5 {
        float: left;
        text-align: justify;
        width: 42%;
    }

    .layout-1 .col-sm-7 {
        float: right;
        text-align: justify;
        width: 58%;
    }

    .layout-1 .section-title {
        text-align: right;
    }

    .layout-2 .col-sm-5 {
        float: right;
        text-align: justify;
        width: 42%;
    }

    .layout-2 .col-sm-7 {
        float: left;
        text-align: justify;
        width: 58%;
    }

    .layout-1 .section-title {
        text-align: left;
    }

	.layout-2 .section-title {
        text-align: right;
    }

    .work-full-text {
        overflow: hidden;
    }

	.section-title-center {
    align-items: center;
    display: flex;
    justify-content: center;
    position: relative;
    text-align: center;
}

.section-title-center::before {
    background-color: black;
    content: "";
    display: inline-block;
    height: 1px;
    margin-right: 10px;
    width: 30%;
}

.section-title-center::after {
    background-color: black;
    content: "";
    display: inline-block;
    height: 1px;
    margin-left: 10px;
    width: 30%;
}

	.section-title-center{
	font-size: 45px;
	font-weight: 200;
	line-height: 1.3;
	margin-bottom: 15px;
	text-align: center;
	text-transform: uppercase;
}

	.section-title-center h1{
	font-size: 45px;
	font-weight: 200;
	padding-left: 55px;
	padding-right: 55px;
	text-align: center;
	text-transform: uppercase;
}
