.item-banner {
  height: 670px;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.cont.conteudo-banner {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 999;
}
h2.titulo-banner {
  font-size: 60px;
  margin: 0 !important;
  text-transform: uppercase;
  color: white;
  font-weight: 700;
}
h2.subtitulo-banner {
  font-size: 40px;
  margin: 0 !important;
  font-weight: 600;
  text-transform: uppercase;
  color: white;
}

.conteudo-box {
  width: 100%;
  background-repeat: no-repeat;
  min-height: 640px;
  background-size: cover;
}
.conteudo-box.calculadora {
  align-items: center;
  display: flex;
}
.tab-content{
  display: none;
}
.lista_servicos {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
}
.box_servico {
  padding: 10px;
  border: 1px solid #e5e5e5;
  width: calc(100% / 3 - 46px);
  margin: 12px;
  border-radius: 6px;
  background: white;
  text-align: center;
  padding-top: 35px;
  padding-bottom: 45px;
}
.info_servicos {
  color: #666666;
  font-size: 14px;
  line-height: 1.8;
  display: block;
}
.current{
  display: inherit;
}
.box_servico:hover {
  background: #008d00;
}
.box_servico:hover a,.box_servico:hover .nome_servicos,.box_servico:hover .info_servicos{
  color: white !important; 
}
.box_servico.full{
  width: 100%;
}
img.icone-servicos.negativo,img.icone-servicos.positivo {
  height: 49px;
  width: auto;
  margin: auto;
  margin-bottom: 10px;
}
img.icone-servicos.positivo{
  display: block;
}
img.icone-servicos.negativo{
  display: none;
}
.box_servico:hover img.icone-servicos.negativo {
  display: block;
}
.box_servico:hover img.icone-servicos.positivo {
  display: none;
}
.box_servico.big {
  width: calc(100% / 2 + 149px);
}
span.nome_servicos {
  display: block;
  font-size: 22px;
  color: #222;
  font-weight: 500;
  margin-bottom: 5px;
}
.contatiner-box {
  width: 253px;
  display: block;
  margin: auto;
}
section.servicos-section {
  background: #f6f6f6;
}
.desc {
  font-size: 14px;
  margin-bottom: 18px;
}
.min-cont {
  width: 538px;
  margin-left: auto;
  padding-right: 45px;
  position: relative;
  margin-top: -70px;
}
.lista-calculadoras {
  float: left;
  margin-right: 28px;
}
.lista-calculadoras li.tab-link {
  cursor: pointer;
  color: #222222;
  font-size: 16px;
  font-weight: 500;
  font-weight: 600;
  line-height: 2;
  text-transform: uppercase;
}
.lista-calculadoras li.tab-link:hover {
  text-decoration: underline;
}
.banner-dinamico {
  width: 100%;
  text-align: center;
}
ul.slick-dots {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 20px;
  margin-bottom: 45px;
}
ul.slick-dots li {
  display: inline-block;
}
ul.slick-dots li button {
  border-radius: 50%;
  border: 0;
  width: 15px;
  height: 15px;
  font-size: 0;
  background: white;
  margin: 8px;
}
li.slick-active button {
  background: #008d00 !important;
}

section.depoimentos {
  background: #fff600;
}
.item-depoimentos .desc{
  line-height: 2;
}
.avatar {
  width: 60px;
  height: 60px;
  background-color: #dedede;
  border-radius: 50%;
  margin-right: 14px;
}
span.nome-autor {
  display: block;
  font-weight: 500;
  font-size: 18px;
  color: #333333;
}
.listaDepoimentos .desc::before {
  content: "";
  display: block;
  float: left;
  width: 30px;
  height: 30px;
  background-image: url(../images/assets/before.png);
  background-repeat: no-repeat;
  background-position: center;
}
.listaDepoimentos .desc::after {
  content: "";
  display: block;
  float: left;
  width: 30px;
  height: 30px;
  float: right !important;
  background-image: url(../images/assets/after.png);
  background-repeat: no-repeat;
  background-position: center;
}
.listaDepoimentos .slick-slide .desc::before,.listaDepoimentos .slick-slide .desc::after {
  opacity: 0;
  -wwebkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.listaDepoimentos .slick-active .desc::before,.listaDepoimentos .slick-active .desc::after {
  opacity: 1;
  -wwebkit-transition: 2s;
  -moz-transition: 2s;
  -o-transition: 2s;
  -ms-transition: 2s;
  transition: 2s;
}

.txt-depoimentos {
  display: block;
  width: 80%;
  margin: auto;
}
.listaDepoimentos ul.slick-dots {
  margin: 0;
  position: absolute !important;
  bottom: -27px;
} 
.listaDepoimentos {
  padding-bottom: 21px;
  margin-bottom: 22px;
}
.listaDepoimentos li.slick-active button {
  background: #333333 !important;
}
.listaDepoimentos ul.slick-dots li button {
  width: 11px !important;
  height: 10px;
  background: rgba(179, 179, 179, 0.5);
  padding: 0;
  margin: 5px;
}
.autor-dep {
  text-align: left;
  color: #333333;
}
span.cargos-autor {
  display: block;
  font-size: 14px;
} 
.lista-dep {
  margin: auto;
  width: 24%;
  display: flex;
  align-items: center;
}
.item-depoimentos{
  text-align: center;
}

@media screen and (max-width: 1190px){
  .lista_servicos button.solicite_orcamento {
    display: none !important;
  }
  .box_servico{
    width: calc(100% / 2 - 46px) !important;
  }
  .box_servico.full {
    width: 100% !important;
  }
}

@media screen and (max-width: 815px){

}

@media screen and (max-width: 615px){
  .item-banner {
    height: 405px;
    background-size: 100% auto;
  }
  h2.titulo-banner {
    font-size: 30px;
    line-height: 1;
  }
  h2.subtitulo-banner {
    font-size: 20px;
    line-height: 1;
  }

}
