#banner-home{
  max-height: 730px;
  overflow: hidden;
}
html,body{
  position: relative;
  overflow-x: hidden;
}
body{
  position: relative;
}
section.escolha {
  position: relative;
}
#banner-home .arrow .slick-arrow {
  -webkit-filter: brightness(100);
  -moz-filter: brightness(100);
  -ms-filter: brightness(100);
  -o-filter: brightness(100);
  filter: brightness(100);
}
.lista-atuacao {
    width: 100%;
}
.box-atuacao {
    width: calc(100% / 5 - 30px);
    text-align: center;
    padding: 0 15px;
    margin-bottom: 20px;
}
.box-atuacao i.fa {
    color: #102f4f;
    font-size: 55px;
    margin-bottom: 10px;
}
.lista-atuacao .box-atuacao h3 {
    color: #dd2816;
    font-size: 19px;
    margin-bottom: 15px;
    font-weight: 500;
}
.texto.descricao {
    font-size: 14px;
}
section.escolha::before {
  content: "";
  position: absolute;
  width: 100%;
  z-index: 1;
  top: -30px;
  background-repeat: no-repeat;
  height: 75px;
  background-image: url(../images/assets/icon.png);
  background-position: center;
}
.hover-projeto {
  width: 90.1%;
}
div#Projetos {
  text-align: center;
}
.img-projeto {
  width: 100%;
  height: 258px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.item-banner-width .txt-dinamico {
  padding: 0 50px;
}
.item-banner .opc-foto {
  width: 45%;
  float: left;
  height: 490px;
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
}
.lista-produtos .slick-slide {
  margin: 0 5px;
}
.lista-produtos .slick-slide .item-prod{
  padding: 2px;
}
.cont-lista {
  width: 80%;
  margin: auto;
}
.item-banner {
  height: 730px;
  background-position: center;
  background-repeat: no-repeat;
}
.flex.item-banner-width {
  width: 75%;
  margin: auto;
}
.cont.listaInfoBanner {
  height: 100%;
  align-items: center;
}
.txt-dinamico {
  display: block;   
  margin-left: auto;
  margin-right: 0;
}
.texto-banner {
  color: white;
  font-size: 16px;
  margin-top: 20px;
  font-weight: 400;
}
h2.titulo.big {
  font-size: 61px;
  line-height: 1.1;
  text-transform: unset;
  display: block;
  color: white;
  font-weight: 400;
  margin-bottom: 0;
}
a.saiba-mais-btn {
  display: block;
  background: #dd1019;
  padding: 5px;
  font-size: 20px;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 23px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  width: 191px;
  text-align: center;
}
.hover-projeto {
  padding-left: 40px !important;
}
.hover-projeto .descricao-projeto {
  height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}
.item-projeto:hover,.item-projeto.two:hover{
  box-shadow: 0 0 20px rgb(0, 0, 0,0.38);
  /* overflow: visible; */
}
.item-projeto:hover .hover-projeto{
  background: #fafafa;
  top: 100%;
  z-index: 2;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-top: 12px solid #dd1019;   
  -webkit-box-shadow: 0 0 31px rgba(57, 57, 57, 0.84);
  box-shadow: 0 0 31px rgba(57, 57, 57, 0.84);
}
.item-projeto:hover .hover-projeto h2{
  color: #002f4f;
  height: auto;
  display: block;
  line-height: 1;
  -webkit-line-clamp: inherit;
}
.item-projeto:hover .hover-projeto h3{
  height: auto;
  display: block;
  line-height: 1;
  -webkit-line-clamp: inherit;
}
.item-projeto:hover .hover-projeto .descricao-projeto {
  -webkit-transition: 0.5s;
  position: relative;
  z-index: 9;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  overflow: auto;
  height: auto;
  opacity: 1;
}
.hover-projeto h3 {
  color: #dd1019;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 10px;
  height: 19px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.box-pos-venda {
  width: 65%;
  margin-left: auto;
}
.box-pos-venda .texto.white {
  margin-top: 15px;
}
.box-item{
  display: inline-grid;
  margin: 0 8px;
}
.item-projeto {
  width: 555px;
  margin: auto;   
  height: 259px;
  margin-bottom: 20px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
h2.titulo-bg {
  color: white;
  background: transparent;
  font-size: 54px;
  font-weight: 900;
  letter-spacing: 1px;
  display: inline;
}
.txt-dinamico h2 {
  font-size: 61px;
  line-height: 1;
  text-transform: unset;
  display: block;
  color: white;
  margin-bottom: 18px;
  font-weight: 400;
}
.lista-produtos {
  padding-bottom: 80px !important;
}
section.solucoes-pos-venda {
  padding: 30px 0;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
}
.saiba-mais-btn:hover {
  color: #dd1019;
  background: white;
}
section.solucoes-pos-venda .cont::after {
  content: "";
  position: absolute;
  width: 450px;
  height: 530px;
  background-repeat: no-repeat;
  left: 0;
  bottom: -183px;
  background-image: url(../images/assets/man.png);
}
.hover-projeto {
  position: absolute;
  left: 0;
  top: 195px;
  padding: 15px;
  z-index: 0;
  background: rgba(0, 42, 71, 0.9);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.hover-projeto h2 {
  color: white;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  height: 35px;
  transition: 0.3s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.txt-dinamico h3 {
  color: white;
  background: red;
  font-size: 54px;
  font-weight: 900;
  display: inline;
}
.slick-slide .txt-dinamico {
  opacity: 0;
  -webkit-transition: 1.8s;
  -moz-transition: 1.8s;
  -ms-transition: 1.8s;
  -o-transition: 1.8s;
  transition: 1.8s;
  -webkit-transform: translate3d(0,100%,0);
  -ms-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,100%,0);
  -o-transform: translate3d(0,100%,0);
  transform: translate3d(0,100%,0);
}
.slick-slide.slick-active .txt-dinamico {
  opacity: 1;
  -webkit-transition: 1.8s;
  -moz-transition: 1.8s;
  -ms-transition: 1.8s;
  -o-transition: 1.8s;
  transition: 1.8s;
  -ms-transform: translate3d(0,0,0);
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
} 
.slick-slide .opc-foto {
  opacity: 0;
  -webkit-transition: 1.8s;
  -moz-transition: 1.8s;
  -ms-transition: 1.8s;
  -o-transition: 1.8s;
  transition: 1.8s;
  -webkit-transform: translate3d(0,-100%,0);
  -ms-transform: translate3d(0,-100%,0);
  -moz-transform: translate3d(0,-100%,0);
  -o-transform: translate3d(0,-100%,0);
  transform: translate3d(0,-100%,0);
}
.slick-slide.slick-active .opc-foto {
  opacity: 1;
  -webkit-transition: 1.8s;
  -moz-transition: 1.8s;
  -ms-transition: 1.8s;
  -o-transition: 1.8s;
  transition: 1.8s;
  -ms-transform: translate3d(0,0,0);
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
} 
section.Class_depoimentos{
  /* overflow: hidden;  */
}
.txt-dinamico a::before {
  content: "";
  width: 0;
  height: 100%;
  background: #158cf2;
  overflow: hidden; 
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 30px;
  z-index: -1;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.txt-dinamico a:hover{
  background: transparent; 
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
.txt-dinamico a:hover::before{
  width: 100%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.txt-dinamico a {
  display: block;
  margin: 20px 0;
  color: white;
  width: 225px;
  background: #20429b;
  position: relative;
  margin-top: 25px;
  text-align: center;
  padding: 10px;
  z-index: 1;
  overflow: hidden; 
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1px;
  border-radius: 30px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.item-prod {
  width: 290px;
  padding: 40px;
  position: relative;
  margin: auto;
  padding-bottom: 25px !important;
  margin-bottom: 10px;
}
.item-prod::after {
  background: #062a49;
  content: "";
  bottom: 0;
  width: 100%;
  height: 75%;
  left: 0;
  position: absolute;
  z-index: -1;
}
.img-prod {
  width: 100%;
  height: 305px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.item-prod .cont-lista h2 {
  text-align: center;
  line-height: 1;
  color: white;
  text-transform: uppercase;
  margin: 10px 0;
  font-size: 32px;
  font-weight: bold;
  overflow: hidden;
  height: 62px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.item-prod .descricao-prod {
  color: white;
  line-height: 1.5;
  font-size: 16px;
  height: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.cont-lista {
  text-align: center;
}
.item-prod .cont-lista a.saiba-mais {
  display: block;
  background: #dd1019;
  padding: 10px;
  font-size: 24px;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 23px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.item-prod .cont-lista a.saiba-mais:hover {
  background: #730606;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
form#orcamento input,form#orcamento textarea {
  border-radius: 30px;
  border: 0;
  font-size: 13px;
  background: #eef0f5;
  color: #01371c;
  font-weight: 600;
  padding: 9px 15px;
  width: calc(100%);
  margin-bottom: 7px;
  resize: none;
}
section.noticias-home {
  background: #edeef0;
}
form#orcamento input::placeholder, form#orcamento textarea::placeholder{
  font-weight: 600;
  color: #01371c;
}
form#orcamento textarea{
  height: 70px;
  border-radius: 10px;
}
/* select */
.custom-select select {
  display: none; /*hide original SELECT element:*/
}
.cont.filtro {
  display: flex;
  padding-left: 20px;
}
.select-selected {
  margin-right: 10px;
  color: #01371c !important;
}

.custom-select {
  position: relative;
  border: 0;
  text-transform: uppercase;
  font-size: 13px;
  background: #eef0f5;
  color: #01371c;
  font-weight: 600;
  padding: 9px 15px;
  width: calc(100%);
  margin-bottom: 7px;
  resize: none;
  border-radius: 30px;
}
.select-selected:after {
  position: absolute;
  content: "";
  top: 7px;
  right: 0;
  width: 0;
  height: 0;
  font-size: 15px;
  border: 6px solid transparent;
  border-color: #676767 transparent transparent transparent;
}
.select-items div,.select-selected {
  font-size: 13px;
  font-weight: 600;
  color: white;
  cursor: pointer;
  user-select: none;
  position: relative;
}
header .class-menu.cont{
  box-shadow: 0 0 150px #d4e0e6;
}
.select-items div {
  font-size: 15px;
  font-weight: 600;
  padding: 8px;
}
.select-items {
  position: absolute;
  background-color: #20429b;
  top: 36px;
  left: 0;
  border-radius: 8px;
  right: 0;
  z-index: 99;
  min-width: 86%;
  padding: 17px;
}
.select-hide {
  display: none;
}
.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}
.formularioBanner {
  background: white;
  position: absolute;
  bottom: 100px;
  width: 300px;
  padding: 20px 40px;
  right: 0;
  border-radius: 15px;
  margin-right: 40px;
}
/* fim select */
span.titulo {
  display: block;
  letter-spacing: 2px;
  text-align: center;
  font-weight: bold;
  font-size: 25px;
  margin-bottom: 19px;
  color: #20429b;
}
#banner-home ul.slick-dots {
  position: absolute;
  bottom: 70px;
  text-align: center;
  width: 100%;
}
#banner-home ul.slick-dots li {
  display: inline-block;
}
.boxes {
  width: calc(100% / 3);
  margin: auto;
  text-align: center;
  padding: 30px 0;
}
.padding.numbers .nuns {
  width: calc(100% / 3);
  text-align: center;
}
span.valores {
  color: white;
  display: block;
  margin: auto;
  font-weight: 800;
  font-size: 79px;
}
span.nomes {
  color: white;
  font-size: 27px;
  font-weight: 600;
  text-transform: uppercase;
}
.icone-box {
  display: block;
  margin: auto;
  height: 100px;
  width: 120px;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 13px;
  background-size: contain;
}
h3.nome-box {
  text-transform: capitalize;
  font-size: 28px;
}
a.linkbox {
  cursor: pointer;
}
h3.nome-box {
  text-transform: uppercase;
  font-size: 21px;
  color: #666666;
  font-weight: 500;
}
.boxes .texto {
  width: 70%;
  margin: auto;
  font-size: 17px;
  margin-top: 20px;
}
a.linkbox {
  line-height: 1.7;
  color: white;
  display: block;
  padding: 4px;
  margin-top: 16px !important;
  margin: auto;
  text-transform: uppercase;
  width: 171px;
  font-size: 17px;
  font-weight: 400;
  background: #2c2a2b;
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  z-index: 2;
}
ul.slick-dots li button {
  margin: 0 7px;
  font-size: 0;
  padding: 0;
  color: transparent;
  background: transparent;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 2px solid white;
}
li.slick-active button {
  background: #dd1019 !important;
  border-color: #dd1019 !important;
}
#banner-home .arrow {
  position: absolute;
  top: 310px;
  width: 100%;
}
#banner-home .arrow img.seta_left.slick-arrow {
  z-index: 2;
  position: relative;
  cursor: pointer;
  float: left;
  right: 0;
}
#banner-home .arrow img.seta_right.slick-arrow {
  z-index: 2;
  position: relative;
  cursor: pointer;
  float: right;
  left: 0;
}
.padding.todos-fazem-magica {
    margin-top: 20px;
}
.info-magia {
  background: #20429b;
  padding: 22px;
  width: calc(100% - 44px);
  border-radius: 10px;
  position: absolute;
  top: -34px;
  text-align: center;
  z-index: 2;
  color: white;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  text-shadow: 0 0 4px #000000;
  letter-spacing: 2px;
}
.video .jeff {
  width: 350px;
  margin-left: 60px;
}
.jeff h3.subtitulo {
  text-align: left !important;
}
.jeff .texto {
  padding: 0;
  color: #20429b;
}
section.videoJeffAragon {
  position: relative;
}
section.videoJeffAragon::after {
  content: "";
  height: 55%;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  background: #edeef0;
  z-index: -1;
}
.destaque-blog {
  height: 298px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-bottom: 20px;
}
.jeff::after {
  width: 800px;
  height: 600px;
  background-image: url(../images/assets/jeff.png);
  content: "";
  right: 0;
  position: absolute;
  background-repeat: no-repeat;
  background-position: right;
  bottom: 0;
  background-size: contain;
}
.box-destaque {
  width: calc(100% / 2 + 30px);
  margin-right: 24px;
}
.box-numeros {
  width: calc(100% / 4);
}
a.linkblog::after {
  content: "";
  width: 0;
  height: 100%;
  z-index: -1;
  left: 0;
  right: 0;
  background: #7a787f;
  position: absolute;
    -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  top: 0;
}
a.linkblog:hover::after {
  width: 100%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.listaRecentes .boxes-post h3:hover {
  color: blue;
}
.img-icone {
  height: 105px;
  width: 105px;
  background-repeat: no-repeat;
  background-position: center;
  margin: auto;
}
.box-destaque .noticia h3 {
  font-weight: 500;
  overflow: hidden;
  color: #2c2a2b;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  font-size: 20px;
  -webkit-box-orient: vertical;
  margin-bottom: 15px;
}
.listaRecentes .boxes-post h3 {
  font-weight: 500;
  overflow: hidden;
  color: #2c2a2b;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  font-size: 20px;
  -webkit-box-orient: vertical;
}
.listaRecentes .desc-blog {
  -webkit-line-clamp: 2;
}
.listaRecentes span.data-post {
  margin-bottom: 9px;
  font-size: 14px;
}
.listaRecentes .boxes-post.flex {
  margin-bottom: 15px;
}
.listaRecentes .boxes-post .imgBox {
  width: 155px;
  height: 135px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.listaRecentes .cont_lista {
  padding-left: 20px;
}
a.link_post {
  display: block;
  margin-top: 15px;
  color: #404040;
  font-weight: 500;
}
a.link_post:hover{
  color: blue;
   -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.listaRecentes {
  width: calc(100% / 2 - 60px);
}
.box-destaque .noticia h3:hover {
  color: blue;
}
.desc-blog {
  overflow: hidden;
  color: #2e2c36;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-height: 1.6;
  font-size: 14px;
  height: 46px;
  -webkit-box-orient: vertical;
}
span.data-post {
  display: block;
  margin-bottom: 17px;
  color: #707070;
  font-weight: 500;
}
.destaque-blog {
  -webkit-filter: brightness(100%);
  -moz-filter: brightness(100%);
  -ms-filter: brightness(100%);
  -o-filter: brightness(100%);
  filter: brightness(100%);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.destaque-blog:hover {
  -webkit-filter: brightness(40%);
  -moz-filter: brightness(40%);
  -ms-filter: brightness(40%);
  -o-filter: brightness(40%);
  filter: brightness(40%);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
span.num {
  display: block;
  font-weight: 600;
  font-size: 35px;
  letter-spacing: 2px;
  color: #20429b;
  margin-bottom: 10px;
}
span.info-icones {
  text-align: center;
  text-transform: uppercase;
  color: #202020;
  font-weight: 500;
}
section.numeros-class {
  background: #d5d6d8;
}
section.palestras.padding {
  background: #2e2c37;
}
button.slick-prev.slick-arrow {
  position: absolute;
  left: -20px;
  top: 350px;
  cursor: pointer;
  z-index: 2;
}
.lista-produtos button.slick-prev.slick-arrow,.logosClientes button.slick-prev.slick-arrow {
  background-color: transparent;
  font-size: 0;
  color: transparent;
  border: 0;
  padding: 0;
  background-position: center;
  width: 19px;
  height: 40px;
  background-repeat: no-repeat;
  background-image: url(../images/assets/prev.png);
}
.lista-produtos button.slick-next.slick-arrow,.logosClientes button.slick-next.slick-arrow {
  background-color: transparent;
  font-size: 0;
  color: transparent;
  border: 0;
  padding: 0;
  background-position: center;
  width: 19px;
  height: 40px;
  background-repeat: no-repeat;
  background-image: url(../images/assets/next.png);
}
button.slick-next.slick-arrow {
  position: absolute;
  right: -20px;
  top: 350px;
  cursor: pointer;
  z-index: 2;
}
section.palestras_class {
  background-image: url(../images/emocao.png);
  background-repeat: no-repeat;
  background-position: center;
}
form#novidades {
  padding: 40px 0;
}
div#depoimento ul li .controle-depoimentos {
  display: block;
  margin-bottom: 18px;
}
span.controle-depoimentos {
  position: relative;
}
div#depoimento ul li {
  cursor: pointer;
}
div#depoimento ul li {
  padding: 10px;
}
img.mTSThumb {
  width: 267px;
  height: 268px;
  object-fit: cover;
}
span.funcao {
 text-transform: uppercase;
  margin-bottom: 7px;
  display: block;
  font-weight: 600;
  color: #666666;
  font-size: 14px;
  letter-spacing: 3px;
}
.clientesAtendidos{
  min-height: 430px;
}
.hover-desc-cliente::before{

}
.listaClientes .item-logo {
  height: 135px;
  background: white;
  box-shadow: 0 0 11px rgb(202, 202, 202);
  width: 140px;
  position: relative;
  border-radius: 15px;
}
.listaClientes .hover-desc-cliente {
  position: absolute;
  background: white;
  width: 300px;
  box-shadow: 0 0 50px #e7e7e7;
  padding: 30px;
  border-radius: 20px;
  margin-top: 15px;
  -webkit-transform: rotateX(90deg);
  -ms-transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  -o-transform: rotateX(90deg);
  transform: rotateX(90deg);
  -webkit-transition: 0.2s;
  -ms-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  opacity: 0;
}
span.nome-cliente {
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
  color: #20429b;
  font-weight: 600;
  text-transform: capitalize;
}
.listaClientes .item-logo:hover .hover-desc-cliente{
  -webkit-transform: rotateX(0);
  -ms-transform: rotateX(0);
  -moz-transform: rotateX(0);
  -o-transform: rotateX(0);
  transform: rotateX(0);
  -webkit-transition: 0.2s;
  -ms-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  opacity: 1;
} 
a.soliciteOrcamento {
  background: #20429b;
  display: block;
  width: 300px;
  text-align: center;
  cursor: pointer;
  letter-spacing: 2px;
  margin: auto;
  margin-top: 80px;
  padding: 12px;
  color: white;
  text-transform: uppercase;
  font-weight: 900;
  border-radius: 30px;
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
a.soliciteOrcamento:hover {
  background: #102352;
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}

.listaClientes button.slick-prev.slick-arrow {
  background-repeat: no-repeat;
  border: 0;
  background-image: url(../images/assets/voltar-p.png);
  background-color: transparent;
  font-size: 0;
  color: transparent;
  cursor: pointer;
  width: 30px;
  height: 30px;
  background-position: center;
}
.listaClientes.slick-initialized.slick-slider button.slick-arrow {
  top: 50px !important;
  position: absolute !important;
}
.listaClientes button.slick-next.slick-arrow {
  background-repeat: no-repeat;
  border: 0;
  background-image: url(../images/assets/avancar-p.png);
  background-color: transparent;
  font-size: 0;
  color: transparent;
  cursor: pointer;
  width: 30px;
  height: 30px;
  background-position: center;
}
section.Class_depoimentos {
  position: relative;
}
.listaClientes .slick-slide {
  margin: 0 10px;
}
.listaClientes .slick-list {
  overflow: initial;
}
.listaClientes .item-logo img {
  vertical-align: middle;
  display: block;
  width: 120px;
  margin: auto;
}
.listaClientes{
  position: relative;
}
.controlClass {
  height: 100%;
  display: flex;
  width: 100%;
  align-items: center;
  position: relative;
  margin: auto;
}
section.Class_depoimentos {
  background: #f8f9f9;
}
.listaClientes .slick-slide{
  opacity: 0;
  -webkit-transform: rotateX(-90deg);
  -ms-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  -o-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transition: 1.2s;
  -ms-transition: 1.2s;
  -moz-transition: 1.2s;
  -o-transition: 1.2s;
  transition: 1.2s;
}
.listaClientes .slick-slide.slick-active{
  opacity: 1;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: 0.8s;
  -ms-transition: 0.8s;
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}
.listaClientes.slick-initialized.slick-slider button.slick-arrow {
  z-index: 10;
}
@media screen and (max-width: 1100px){
  body {
    margin-top: 83px !important;
  }
}
@media screen and (max-width: 815px){
  .listaBlog.slick-initialized.slick-slider {
    width: 472px;
    margin-right: 25px;
  }
  form#novidades {
    display: block;
  }
  .listaBlog .slick-slide {
    margin: 0 8px;
  }
  .listaBlog .box-noticias{
    box-shadow: none;
    padding-bottom: 15px;
  }
  .listaBlog button.slick-prev.slick-arrow {
    background-repeat: no-repeat;
    border: 0;
    background-image: url(../images/voltar.png);
    background-color: transparent;
    font-size: 0;
    color: transparent;
    width: 30px;
    height: 30px;
    background-position: center;
  }
  .listaBlog button.slick-next.slick-arrow {
    background-repeat: no-repeat;
    border: 0;
    background-image: url(../images/avancar.png);
    background-color: transparent;
    font-size: 0;
    color: transparent;
    width: 30px;
    height: 30px;
    background-position: center;
  }
  button.slick-prev.slick-arrow {
    left: 0;
  }
  button.slick-next.slick-arrow {
    right: 0;
  }
  span.close-modal {
    display: block;
    position: relative;
    margin-left: auto;
    width: 30px;
    height: 30px;
    z-index: 9;
    margin-bottom: 10px;
  }
  span.close-modal::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    background: red;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 13px;
    border-radius: 5px;
  }
  span.close-modal::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    background: red;
    -webkit-transform: rotate(4-5deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 13px;
    border-radius: 5px;
  }
}

@media screen and (max-width: 615px){
  .box-atuacao {
    width: calc(100% / 2 - 30px);
  }

  li.mTSThumbContainer:nth-last-child(1) .controle-depoimentos {
    margin-right: 0px !important;
    padding-right: 0;
  }
  .item-projeto{
    display: inline-block;
  }
  .box-item{
    margin: 0 0;
  }
  .box-pos-venda h2 {
    font-size: 25px !important;
  }
  .txt-dinamico h2 {
    font-size: 30px !important;
  }  
  .ListaBanner .item-banner {
    background-size: cover;
    /* background-position: center top; */
  }
  .item-prod .cont-lista a.saiba-mais{
    font-size: 14px;
  }
  .item-prod .cont-lista h2{
    font-style: 23px;
  }
  .item-projeto {
    width: 320px;
  }
  .item-projeto:hover .hover-projeto h2 {
    font-size: 18px;
  }
  .hover-projeto {
    width: 91%;
    padding: 15px !important;
  }
  .txt-dinamico h2{
    color: white;
  }
  .item-banner {
    height: 470px;
  }
  .txt-dinamico h2 {
    font-size: 28px;
    line-height: 1;
    text-align: center;
  }
  .ListaBanner ul.slick-dots li button{
    border-color:  white !important;
  }
  .txt-dinamico h3{
    font-size: 15px;
    text-align: center;
  }
  .texto-banner{
    color: white;
  }
  #banner-home .arrow{
    top: 210px;
  }
  h2.titulo{
    font-size: 27px;
  }
  .padding.numbers .nuns {
    width: 100%;
  } 
  .texto {
    width: 100% !important;
  }
  .texto-banner{
    font-size: 13px;
  }
  #banner-home ul.slick-dots{
    bottom: 25px;
  }
  span.valores{
    font-size: 45px;
  }
  span.nomes{
    font-size: 19px;
  }
  .video .jeff {
    width: auto;
    margin-left: 0; 
    text-align: center;
  }
  .jeff h3.subtitulo {
    text-align: center !important;
  }
  .jeff a.linkSite{
    margin: 10px auto;
  }
  .box-numeros {
    width: calc(100% / 1);
    margin: auto !important;
    margin-bottom: 20px !important;
  }
  .listaPalestrantes {
    width: 75%;
    margin: auto;
  }
  h2.tituloBig {
    font-size: 26px !important;
    text-align: center;
  }
  section.palestras_class{
    background-size: cover;
  }
  section.noticias-home.padding .flex {
    display: block !important;
  }
  .listaBlog.slick-initialized.slick-slider {
    width: 90%;
    margin: auto;
  }
}
.contain {
  margin: auto;
  width: 90%;
}
