.menuSlider{
  padding: 0px;
  position: absolute;
  margin-top: -50px;
  width: 60%;
  left: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 6px;
  background: linear-gradient(180deg, rgb(63 81 184) 0%, rgb(64 87 234) 92%);
  -webkit-box-shadow: 3px 4px 40px rgb(0 0 0 / 39%);
  box-shadow: 3px 4px 40px rgb(0 0 0 / 39%);
  z-index: 100;
}
.btn-primary{
  background: linear-gradient(180deg, #3f51b5 0%, rgb(64 89 247) 92%)!important;
  border-color: #3d61d3!important;
}
.btn-primary:hover{
  opacity: 0.7;
}
.bgPage{
  background: #f76135;
  color: #fff;
}
.menuSlider .item{
  padding: 20px;
  width: 33%;
}
.menuSlider .item:hover{
  background: linear-gradient(180deg, rgb(63 81 184 / 76%) 0%, rgb(64 87 234 / 85%) 92%)!important;
  opacity: 1.7;
}
.menuSlider .description{
  color: #ffffffa6;
  font-weight: 300;
}
.menuSlider .description span{
  font-size: 22px;
  font-weight: 700;
  color: #FFF;
}

.is-sticky2{
  padding:0px!important;
}
.bg-overlay-black{
  background-color: rgba(255,255,255,1.4)!important;
}
.bg-services{
  background: #f1f1f1!important;
}

.is-sticky .navbar-nav li a{
  color: #494d61!important;
  font-size: 17px!important;
  font-weight: 500!important;
}

.bgVideo{
  padding: 150px;
  height: 450px;
}
.bgVideo .cta-overlay{
  background-image: url(../img/gestaoPessoas.jpg)!important;
  background-size: 100%;
}

.bg-home-2 h1{
  font-size: 45px;
  letter-spacing: -1px;
  font-weight: 500;
}


.carousel-control-nextMobile{
  margin-top: 100px;
}
.carousel-control-prevMobile{
  margin-top: 100px;
  width: 15%!important;

}
.menuSliderMobile{
  padding: 0px;
  position: absolute;
  margin-top: 00px;
  width: 95%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 6px;
  background-color: #FFFF;
  -webkit-box-shadow: 3px 4px 40px rgb(0 0 0 / 39%);
  box-shadow: 3px 4px 40px rgb(0 0 0 / 39%);
  z-index: 100;
}

.menuSliderMobile .item{
  padding: 20px;
  width: 33%;
}
.menuSliderMobile .item:hover{
  background: #e0e0e0;
}
.menuSliderMobile .description{
  color: #888;
  font-weight: 300;
}
.menuSliderMobile .description span{
  font-size: 22px;
  font-weight: 700;
  color: #412667;
}
