/* BOX SEJA BEM VINDO */
#AnimBemVindoAnchor {

}

.boxSejaBemVindo {
	border-right: 1px solid #dadada;
}

.boxSejaBemVindo .titleLevel1 {
	margin-top: 0.3em;
	font-size: 4rem;
	line-height: 1.2em;
}




/* BOX LISTA ÁREAS ATUAÇÃO */
#AnimAreasAtuacaoAnchor {
	position: absolute;
	top: 0;
}

.boxListaAreasAtuacao {
	display: block;
	margin: 2em 0 0 0;
	padding: 0;
	text-align: center;
	overflow: hidden;
}

.boxListaAreasAtuacao li {
	display: inline-block;
	box-sizing: border-box;
	padding: 10px;
	width: calc(20% - 10px);
	vertical-align: top;
}

.boxListaAreasAtuacao li a {
	display: block;
	color: white;
	font-family: Montserrat, Arial, sans-serif;
	text-decoration: none;
	text-align: center;
}

.boxListaAreasAtuacao li a img {

}

.boxListaAreasAtuacao li a .title {
	margin: 0.75em 0 0 0;
	font-size: 1rem;
	letter-spacing: 0.5pt;
	font-weight: 500;
	line-height: 1.2em;
	text-transform: uppercase;
}

.boxListaAreasAtuacao li a p {
	margin: 5px 0 0 0;
	font-size: 0.75em;
	font-weight: 700;
	line-height: 1.2em;
	letter-spacing: 1pt;
	color: #686868;
	text-transform: uppercase;
}




/* NOSSOS DIFERENCIAIS */
#AnimDiferenciaisAnchor {
	position: absolute;
	top: 150px;
}




/* NOSSOS PROJETOS */
#AnimNossosProjetosAnchor {
	position: absolute;
	top: 575px;
}




/* BOX DESTAQUES */
#AnimDestaquesFirstAnchor {
	position: absolute;
	top: 75%;
}

#AnimDestaquesSecondAnchor {
	position: absolute;
	top: 90%;
}

.boxDestaques {
	display: block;
	margin: 0;
	padding: 0;
}

.boxDestaques li {
	display: block;
	margin: 5.2vw 0 0 0;
	padding: 0;
	overflow: visible;
}

.boxDestaques li:first-child {
	margin-top: 0;
}

.boxDestaques li:nth-child(odd) {
	text-align: left;
}

.boxDestaques li:nth-child(even) {
	text-align: right;
}

.boxDestaques li .animatedBlock {
	position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
	z-index: 200;
}

.boxDestaques li .info {
	position: absolute;
	top: 50%;
	box-sizing: border-box;
	padding: 60px 60px;
	width: 50%;
	background: white;
	border: 1px solid rgba(0,0,0,0.1);
	box-shadow: 0 10px 0 rgba(0,0,0,0.1);
	transform: translate(0, -50%);
}

.boxDestaques li .info p {
	color: #080808;
	font-size: 1.2rem;
	line-height: 1.2em;
}

.boxDestaques li .info .button {
	margin: 2em 0 0 0;
}

.boxDestaques li:nth-child(odd) .info {
	left: 0;
	text-align: left;
}

.boxDestaques li:nth-child(even) .info {
	right: 0;
	text-align: left;
}

.boxDestaques li .image {
	display: block;
	max-width: 80%;
}

.boxDestaques li:nth-child(odd) .image {
	float: right;
}

.boxDestaques li:nth-child(even) .image {
	float: left;
}

.boxDestaques li .image img {
	display: block;
	max-width: 100%;
	height: auto;
}




/* NOSSA EQUIPE */
#AnimNossaEquipeAnchor {
	position: absolute;
	bottom: 5%;
}




/* BOX LISTA BLOG */
#AnimBlogAnchor {
	position: absolute;
	top: 46vh;
}

.titleBlog {
	padding-left: 90px;
}

.titleBlog span {
	position: absolute;
	top: 0;
	left: 0;
	font-weight: 700;
	transform-origin: bottom left;
	transform: rotate(90deg);
	letter-spacing: 0.6em;
}

.titleBlog .titleLevel1 {
	margin: 0;
}

.titleBlog .titleLevel1 b {
	font-size: 5.9rem;
	line-height: 1em;
}

.btVerTudo {
	position: absolute;
	top: 47px;
	right: 0;
}






/* ########## */
/* RESPONSIVE */
/* ########## */


/* 1440px */
@media screen and (max-width: 1440px) {

}


/* 1377px */
@media screen and (max-width: 1377px) {

}


/* 1280px */
@media screen and (max-width: 1280px) {
	/* BOX SEJA BEM VINDO */
	.boxSejaBemVindo .titleLevel1 {
		font-size: 3.4rem;
		line-height: 1.2em;
	}




	/* BOX lISTA BLOG */
	.btVerTudo {
    position: absolute;
    top: 54px;
	}
}


/* 1170px */
@media screen and (max-width: 1170px) {
	/* BOX LISTA ÁREAS ATUAÇÃO */
	.boxListaAreasAtuacao li a .title {
		margin: 0.75em auto 0 auto;
		font-size: 0.9rem;
		line-height: 1.2em;
	}




	/* BOX lISTA BLOG */
	.btVerTudo {
    position: absolute;
    right: 20px;
	}
}


/* 960px */
@media screen and (max-width: 960px) {
	/* BOX SEJA BEM VINDO */
	#SejaBemVindo {
		text-align: center;
	}

	.boxSejaBemVindo .titleLevel3 {
		margin-top: 0;
	}

	.boxSejaBemVindo .titleLevel1 {
		line-height: 1em;
	}

	#SejaBemVindo p {
		max-width: 580px;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}

	.boxSejaBemVindo {
		text-align: center;
		border-right: none;
	}




  /* BOX LISTA ÁREAS ATUAÇÃO */
	.boxListaAreasAtuacao {
		padding: 0 1vw;
		text-align: center;
	}

	.boxListaAreasAtuacao li {
		width: calc(33.3333% - 10px);
		max-width: 245px;
	}




  /* BOX DESTAQUES */
	#Destaques {
		padding-top: 0;
	}

  #Destaques .content {
	  padding: 0;
  }

  .boxDestaques li {
	  text-align: center;
  }

  .boxDestaques li .info {
	  width: auto;
	  padding: 4.7vw;
	  text-align: center !important;
	  transform: translate(-50%, -50%);
  }

  .boxDestaques li:nth-child(odd) .info,
  .boxDestaques li:nth-child(even) .info {
		left: 50%;
	}

	.boxDestaques li:nth-child(even) .info {
		right: auto;
	}

	.boxDestaques li .info p {
    font-size: 1rem;
    line-height: 1.2em;
	}

	.boxDestaques li .image {
		max-width: none;
	}

  .boxDestaques li:nth-child(odd) .image,
  .boxDestaques li:nth-child(even) .image {
		float: none;
	}

  .boxDestaques li .image img {
	  margin: 0 auto;
  }




  /* BOX LISTA BLOG */
	.titleBlog {
		padding-left: 60px;
		text-align: center;
	}

	.titleBlog span {
		top: -5px;
		left: calc(50% - 270px);
		font-size: 0.95rem;
		line-height: 1em;
		letter-spacing: 0.5em;
	}

  .titleBlog .titleLevel1 b {
    font-size: 5.2rem;
    line-height: 1em;
  }

  .btVerTudo {
	  top: auto;
	  bottom: 0;
	  left: 50%;
	  right: auto;
	  transform: translateX(-50%);
  }
}


/* 768px */
@media screen and (max-width: 768px) {
	/* BOX LISTA ÁREAS ATUAÇÃO */
	.boxListaAreasAtuacao li a .title {
		font-size: 0.8rem;
		line-height: 1.2em;
	}

	.boxListaAreasAtuacao li a p {
		font-size: 0.7em;
    line-height: 1.2em;
	}




  /* BOX DESTAQUES */
	.boxDestaques li .info {
		min-width: 65%;
	}
}


/* 640px */
@media screen and (max-width: 640px) {
	/* BOX SEJA BEM VINDO */
	#SejaBemVindo > .content {
		padding: 0;
	}

	#SejaBemVindo p {
		max-width: 520px;
		font-size: 0.9rem;
		line-height: 1.4em;
	}

	.boxSejaBemVindo .titleLevel1 {
    font-size: 2.8rem;
    line-height: 1.2em;
	}




	/* BOX LISTA ÁREAS ATUAÇÃO */
	.boxListaAreasAtuacao li {
    width: calc(50% - 4px);
    max-width: 230px;
	}

	.boxListaAreasAtuacao li a .title {
    font-size: 0.7rem;
    line-height: 1.2em;
	}

  .boxListaAreasAtuacao li a p {
    font-size: 0.65em;
    line-height: 1.2em;
	}




  /* BOX DESTAQUES */
	.boxDestaques li {
		display: flex;
		flex-flow: row wrap;
	}

	.boxDestaques li .animatedBlock {
		position: relative;
		top: auto;
		bottom: auto;
		margin: -20% 0 0 0;
		order: 1;
	}

	.boxDestaques li:nth-child(odd) .info,
	.boxDestaques li:nth-child(even) .info {
		position: relative;
		top: auto;
		left: auto;
		transform: none;
		min-width: auto;
		width: 100%;
	}

	.boxDestaques li .info p {
    font-size: 0.9rem;
    line-height: 1.2em;
	}

  .boxDestaques li:nth-child(odd) .image,
  .boxDestaques li:nth-child(even) .image {
	  order: 0;
  }




	/* BOX LISTA BLOG */
	.titleBlog {
		padding-left: 50px;
	}

	.titleBlog span {
    left: calc(50% - 200px);
    font-size: 0.8rem;
    line-height: 1em;
	}

	.titleBlog .titleLevel1 b {
		font-size: 4.4rem;
    line-height: 1em;
	}
}


/* 480px */
@media screen and (max-width: 480px) {
	/* BOX SEJA BEM VINDO */
	.boxSejaBemVindo .titleLevel1 {
    font-size: 2.2rem;
    line-height: 1.2em;
	}




	/* BOX LISTA ÁREAS ATUAÇÃO */
	.boxListaAreasAtuacao li a img {
    max-width: 35%;
	}



	/* BOX DESTAQUES */
	.boxDestaques li .info .titleLevel1 {
    font-size: 1.7rem;
    line-height: 1.2em;
	}




	/* BOX LISTA BLOG */
	.titleBlog {
		padding-left: 30px;
	}

	.titleBlog span {
		top: -13px;
		left: calc(50% - 45.9vw);
		font-size: 0.75rem;
    line-height: 1em;
		letter-spacing: 0.4em;
	}

  .titleBlog .titleLevel1 {
    font-size: 1.5rem;
    line-height: 1.2em;
	}

  .titleBlog .titleLevel1 b {
    font-size: 3.2rem;
    line-height: 1em;
	}
}


/* 320px */
@media screen and (max-width: 320px) {

}