.clientes-satisfeito {
  position: relative !important;
}
.clientes-satisfeito .swiper-button-prev {
  background: none;
  width: 35px;
  height: 39px;
  left: 17%;
}
@media (max-width: 1836px) {
  .clientes-satisfeito .swiper-button-prev {
    left: 15%;
  }
}
@media (max-width: 1744px) {
  .clientes-satisfeito .swiper-button-prev {
    left: 10%;
  }
}
@media (max-width: 1438px) {
  .clientes-satisfeito .swiper-button-prev {
    left: 8%;
  }
}
@media (max-width: 1402px) {
  .clientes-satisfeito .swiper-button-prev {
    left: 5%;
  }
}
@media (max-width: 1332px) {
  .clientes-satisfeito .swiper-button-prev {
    left: 2%;
  }
}
@media (max-width: 1222px) {
  .clientes-satisfeito .swiper-button-prev {
    left: 0;
  }
}
.clientes-satisfeito .swiper-button-next {
  background: none;
  width: 35px;
  height: 39px;
  right: 17%;
}
@media (max-width: 1836px) {
  .clientes-satisfeito .swiper-button-next {
    right: 15%;
  }
}
@media (max-width: 1744px) {
  .clientes-satisfeito .swiper-button-next {
    right: 10%;
  }
}
@media (max-width: 1438px) {
  .clientes-satisfeito .swiper-button-next {
    right: 8%;
  }
}
@media (max-width: 1402px) {
  .clientes-satisfeito .swiper-button-next {
    right: 5%;
  }
}
@media (max-width: 1332px) {
  .clientes-satisfeito .swiper-button-next {
    right: 2%;
  }
}
@media (max-width: 1222px) {
  .clientes-satisfeito .swiper-button-next {
    right: 0;
  }
}
.clientes-satisfeito .prev {
  width: 35px;
  height: 39px;
  background-image: url('../img/assets/sprite.png');
  background-position: 0 -114px;
  background-repeat: no-repeat;
}
.clientes-satisfeito .next {
  width: 35px;
  height: 39px;
  background-image: url('../img/assets/sprite.png');
  background-position: -34px -114px;
  background-repeat: no-repeat;
}
.newsletter {
  padding-top: 78px;
  padding-bottom: 87px;
  background-image: url('../img/assets/bg_news.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}
.newsletter .conteudo_news {
  max-width: 695px;
  width: 100%;
  margin: 0 auto;
}
.newsletter .conteudo_news img {
  margin-bottom: 40px;
}
.newsletter .conteudo_news .input_text {
  width: 100%;
  height: 35px;
  padding-left: 15px;
  margin-bottom: 15px;
  background: #FFF;
  border: 1px solid #FFF;
}
.newsletter .conteudo_news .bt_marketing {
  width: 145px;
  height: 35px;
  background: #0e74c5;
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  border: 1px solid #0e74c5;
}
.newsletter .conteudo_news p {
  font-size: 20px;
  font-weight: 500;
  color: #000;
}
.s-banners {
  padding-bottom: 30px;
}
.s-banners .banner-grande {
  padding-top: 30px;
}
.s-banners .banner-video {
  padding-bottom: 30px;
}
.s-banners .d-texto {
  padding: 33px 15px;
}
.s-banners .d-banner {
  padding-top: 40px;
}
.s-produtos {
  padding-top: 30px;
}
.s-produtos table td {
  padding: 5px 5px !important;
}
.s-produtos .d-prod {
  border: 1px solid #000;
  position: relative;
}
.s-produtos .d-prod img {
  max-width: 100%;
  width: 100%;
}
.s-produtos .d-prod .d-nome-prod {
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  padding: 5px 0;
  left: 0;
}
.s-produtos .d-prod .d-nome-prod span {
  color: #FFF;
}
