@charset "UTF-8";
/* CSS Document */
section .destaqueIn {
  padding: 20vh 0 13vh 0;
  height: auto;
  overflow: hidden;
  min-height: 30vh;
}

section .destaqueIn h3 {
  line-height: 39px;
}

img.icon {
  width: 30% !important;
  max-width: 120px;
}


/*CONTATO*/
.boxContato {
  border-radius: 20px;
  min-height: 500px;
  margin-top: -73vh;
  background-color: #FAF8F8;
  box-shadow: 1px 1px 25px 5px rgba(0, 0, 0, 0.1);
  padding: 20px;
}

.contato .destaqueIn {
	 padding: 20vh 0 76vh 0;
}

.contato .mainMiddle  {
	max-width: 75%;
}

.produto li {
  margin-bottom: 20px;
  margin-left: 30px;
}
.produto li span {
  background-image: url("../_site_imagens/iconCheckAzul.png");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 25px auto;
  padding-left: 30px;
  margin-left: -30px;
}
.produto .roxo li span {
  background-image: url("../_site_imagens/iconCheckRoxo.png");
}

/*EMPRESA*/
.empresa .destaqueIn {
  background-image: url("../_site_imagens/foto-equipe-info4-2.jpg");
  background-size: 110% auto;
  height: auto;
  padding: 140px 0 60px 0;
}
img.imgLogoEmpresa {
  width: calc(600px + 30%) !important;
  position: absolute;
  top: -160px;
  left: calc(-5% - 170px);
}

/*NOTICIAS*/
.noticias .destaqueIn, .cardProduto.noticias a {
  background-image: url("../_site_imagens/imgNoticias.jpg");
}
.imgNoticias2 {
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: left center;
  background-image: url("../_site_imagens/imgNoticias3.png");
  position: absolute;
  height: 710px;
  width: 100%;
  left: calc(-20vw - 400px);
  top: -30px;
}
.bgNoticias3 {
  background-repeat: no-repeat;
  background-size: calc(1000px + 60%);
  background-position: right center;
  background-image: url("../_site_imagens/imgNoticiasBg.jpg");
}

/*REDES SOCIAIS*/
.redes-sociais .destaqueIn, .cardProduto.redes-sociais a {
  background-image: url("../_site_imagens/imgRedesSociais.jpg");
}

/*PUBLICIDADE*/
.publicidade .prod02 {
  padding: 30px 0;
  background-color: #FFFFFF;
  color: #2C2C2C;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: calc(30% - 400px) center;
  background-image: url("../_site_imagens/bgImgPublicidade.jpg");
}
.bgPublicidade3 {
  background-repeat: no-repeat;
  background-size: calc(600px + 30%);
  background-position: left bottom;
  background-image: url("../_site_imagens/imgPublicidadeBg.jpg");
}
.publicidade .color-overlay {
  background-color: #202C3C;
  background-image: linear-gradient(to right, #1e99d8, #262d57);
  mix-blend-mode: hard-light;
}
/*CONTEUDO ESTRATEGICO*/
.conteudo .destaqueIn {
  background-image: url("../_site_imagens/wzap-imagem.png");
  background-size: 110% auto;
  height: auto;
}
img.imgWzap {
  width: calc(300px + 40%) !important;
  position: absolute;
  top: 150px;
  right: calc(-20% - 0px);
  overflow: hidden;
  margin-bottom: 200px;
}

/*INTELIGENCIA*/
.inteligencia .produto h3 {
  font-size: 20px;
}
.inteligencia .produto li {
  display: inline-block;
}
.inteligencia .produto span {
  margin-left: 20px;
}

/*CONTATO*/
.contato .destaqueIn {
	background-image: url("../_site_imagens/imgContato2.jpg");
}


/*CARDS PRODUTOS*/
.cardProduto a { background-color: #FFFFFF; width: calc( 100% - 40px ); border-radius: 8px; overflow: inherit;background-size: auto 210px; background-repeat: no-repeat; background-position: top; margin-bottom: 50px;
max-width: 300px; display: block; height: 190px; padding: 100px 10px 60px 10px;margin-left: auto;
margin-right: auto;}
.cardProduto a img { width: 85%; max-width:220px; margin-top: -50px; }	
.cardProduto a:hover {transform: scale(1.08); }
.cardProduto h3, .cardProduto h2 { text-transform: uppercase; font-weight: 600; line-height: 28px; }
.cardProduto h5 { margin-top: 110px; color: #1F2124; }
.cardProduto a h3 { color: #FFFFFF!important; }
.cardProduto.publicidade a { background-image: url("../_site_imagens/imgPublicidadeTH.jpg"); }
.cardProduto.conteudo a  { background-image: url("../_site_imagens/imgConteudoTH.jpg"); }
.cardProduto.inteligencia a { background-image: url("../_site_imagens/imgInteligenciaTH.jpg"); }
.cardProduto.inteligencia h5{ margin-top: 80px; } 
.cardProduto.conteudo h3 { margin-top: -20px; }


/*MOBILES*/
@media (max-width: 968px) {
  section .destaqueIn {
    height: auto;
    padding: calc(20px + 10%) 0px 3% 0;
    background-size: calc(840px + 60%) auto;
  }
	
.produto li span {
    background-size: 18px auto;
    padding-left: 24px;
	margin-left: -24px;
}
	
section .destaqueIn h3 {
    line-height: 28px;
}
	
.boxContato {
    padding: 0;
  }
	
.contato .destaqueIn {
    padding: 10vh 0 36vh 0;
}
	
  /*EMPRESA*/
.empresa .destaqueIn {
    background-size: calc(500px + 100%);
    height: auto;
    padding: 50px 0 0 0;
  }
	
  img.imgLogoEmpresa {
    width: 145% !important;
    position: relative;
    top: 0px;
    left: calc(0px - 20%);
  }
	
  /*PUBLICIDADE*/
  .bgPublicidade3 {
    background-size: calc(600px + 10%);
    background-position: left bottom;
    min-height: 700px;
  }
	
  /* NOTICIAS*/
  .imgNoticias2 {
    background-repeat: no-repeat;
    background-size: calc(400px + 60%) auto;
    background-position: center center;
    position: relative;
    height: 500px;
    width: 120%;
    left: -50px;
    top: -70px;
    margin-bottom: -50px;
  }
  .bgNoticias3 {
    background-size: auto 100%;
    background-position: center center;
  }
	
  /*SOLUCOES CONTEUDO*/
  .conteudo .produto {
    height: 900px;
    overflow: hidden;
  }
  img.imgWzap {
    width: calc(300px + 40%) !important;
    position: absolute;
    top: calc(500px + 10vw);
  }
	
  /*INTELIGENCIA*/
  .inteligencia .produto span {
    margin-left: 0px;
  }
	
.cardProduto h3 { font-size: 30px;  }
.cardProduto h5 { font-size: 16px;
line-height: 24px; }
	
}


/*MOBILES Menores*/
@media (max-width: 420px) {}
/*VIDEO*/
.video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 500px;
  z-index: -1;
  text-align: right;
}
.video-container video {
  right: 0;
  width: calc(100% + 100px);
  margin-top: calc(-30px + 1vh);
  margin-left: calc(-30px - 10vw);
}
.video-container video {
  right: 0;
  width: calc(100% + 100px);
  margin-top: calc(-30px + 1vh);
  margin-left: calc(-30px - 10vw);
}
.publicidade .video-container video {
  margin-left: calc(-30px - 0vw);
}
@media (max-width: 1368px) {
  .video-container video {
    right: 0;
    width: calc(80% + 600px);
    margin-left: calc(-30px - 20vw);
    margin-top: calc(-30px + 1vh);
  }
  .publicidade .video-container video {
    margin-left: calc(-30px - 0vw);
  }
	

	
	
}
@media (max-width: 968px) {
  .video-container video {
    width: calc(80% + 460px);
    margin-top: calc(0px + 0);
  }
  .conteudo .video-container video {
    margin-left: calc(-30px - 70vw);
  }
  .inteligencia .video-container video {
    width: calc(80% + 780px);
    margin-left: calc(-30px - 70vw);
  }
}
.color-overlay {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #202C3C;
  background-image: linear-gradient(to right, #00ff66, #31DBDC);
  mix-blend-mode: multiply;
  width: 100%;
  height: 100vh;
  opacity: 1;
}
/*INTELIGENCIA*/
.inteligencia .color-overlay {
  background-color: #472B5E;
  background-image: linear-gradient(to right, #b61cc4, #8d0099);
  mix-blend-mode: hard-light;
}


