.ft-footer-content-wrap-3 {
  padding-top: 0;
  border-bottom: 0;
}
.ft-footer-content-wrap-3 .ft-footer-copyright {
  margin-top: 80px;
  border-top: 1px solid #15152e00;
}
.ft-case-study-items {
  width: 35%;
  height: 500px;
  border-right: 1px solid #8a8a8a;
}
.ft-case-study-items .ft-case-study-img {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 4px;
  object-fit: cover;
}


.tituloinicial {
  margin-top: 35vh;
  color: white;
  font-weight: 600;
  text-align: left;
  text-shadow: 1px 1px 0px white;
  font-size: 3.8rem;
  padding-left: 0rem;
}
.descricacao-inicial{
color: white;
  margin-top: 1rem;
  font-weight: 300;
}
.pera-content p {
  margin-bottom: 0;
  color: #3e3e3e;
}
.background-banner {
  background: url(../../assets/slider1.png);
  height: 100vh;
  background-repeat-y: no-repeat;
}
.caminhao{
width: 57vw;
  max-width: 83vw;
  margin-left: -8vw;
  margin-top: 14vw;
}
.saiba {
  background-color: rgb(250, 66, 22);
  font-family: Poppins;
  color: white!important;
  margin-top: 1rem;
  padding: 1rem;
  margin-top: 6rem;
  width: 243px;
  height: 87px;
  text-align: center;
  line-height: 50px;
  font-weight: 700;
}
.icone-barra-laranja {
  width: 66px;
}
.ft-about-feature-list-item .ft-about-feature-icon {
  width: 92px;
  height: 92px;
  padding: 7px;
  margin-right: 20px;
  border-radius: 100%;
  background-color: #ffebeb;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}
.ft-section-title .sub-title:before, .ft-section-title .sub-title:after {
  top: 15px;
  content: "";
  height: 3px;
  width: 75px;
  position: absolute;
  background-color: #ff7d47;
}

@media (max-width:748px){
.ft-case-study-items {
    width: 35%;
    height: 500px;
    border-right: 1px solid #8a8a8a;
}
.ft-about-feature-list-item .ft-about-feature-icon {
  display: none!important;
}
.ft-about-exp-img{
margin-top: -37px;
}
.descricacao-inicial{
display:none;
}
.saiba {
  background-color: rgb(250, 66, 22);
  font-family: Poppins;
  color: white!important;
  margin-top: 1rem;
  padding: 6px 22px;
  margin-left: 10px;
  margin-top: 2rem;
  font-size: 17px;
  width: 243px;
  height: 87px;
  text-align: center;
  line-height: 50px;
  font-weight: 700;
}
.tituloinicial {
margin-top: 13%;;
  color: white;
  margin-left: 3%;
  text-align: left;
  text-shadow: 1px 1px 20px black;
  font-size: 2.2rem;
  padding-left: 0rem;
}
.slick-track {
  position: relative;
  top: 0;
  width: 523px!important;
  left: 0;
  display: block;
}
.slick-initialized .slick-slide {
  display: block;
  width: 80%!important;
  margin-bottom: 1rem;
}
.ft-case-study-items {
    width: 35%;
    height: 500px;
    border-right: 1px solid #8a8a8a;
}
.caminhao {
  display: none;
}
.background-banner {
  background: url(../../assets/slider1.webp);
  height: 41vh;
  background-size: cover;
  background-repeat-y: no-repeat;
}
}