/*********************************************
** Home 
*********************************************/

body {
	padding: 0;
}

#header {
	background-color: transparent;
}

#paginaInicial {
	float: left;
	width: 100%;
	padding: 0 0 60px 0;
}

/* Banner Principal */

.bannerHome {
	float: left;
	width: 100%;
	position: relative;
}

.bannerHome .boxBackground {
	float: left;
	width: 100%;
	position: relative;
}

/* Slider */

.bannerHome .boxBackground .sliderBackgorund {
	float: left;
	width: 100%;
}

.bannerHome .boxBackground .sliderBackgorund ul {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
}

/* BG Vídeo */

.bannerHome .boxBackground .boxBgVideo {
	float: left;
	width: 100%;
	height: 800px;
	position: relative;
	overflow: hidden;
}

.bannerHome .boxBackground .boxBgVideo video {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	object-fit: cover;
	width: 100%;
}

/* Conteúdo */

.boxConteudoBanner {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	background: linear-gradient(180deg,rgba(0, 0, 0, 1) 10%, rgba(0, 0, 0, 0.7) 40%);
	z-index: 1;
	backdrop-filter: blur(2px);
	display: flex;
	flex-direction: column;
}

.boxConteudoBanner .boxTextos {
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.boxConteudoBanner .boxTextos .container {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.boxConteudoBanner .boxTextos h1 {
	color: #fff;
    margin: 0;
    text-align: center;
    font-size: 32px;
    line-height: 42px;
    font-weight: 800;
}

.boxConteudoBanner .boxTextos p {
	color: #fff;
    text-align: center;
    margin: 20px 0 30px 0;
    font-size: 18px;
    font-weight: 200;
}

.boxConteudoBanner .boxTextos button {
	color: #FACA08;
    border: solid 2px #FACA08;
    border-radius: 6px;
    padding: 10px 30px;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
	background: none;
}

.boxConteudoBanner .sliderClientes {
	float: left;
	width: 100%;
	padding: 0 0 30px 0;
	margin: 0;
}

/* Lista de Serviços */

.listaServicos {
	float: left;
	width: 100%;
	padding: 70px 0;
	overflow: hidden;
}

.listaServicos .listaServicosHome {
	float: left;
	width: 100%;
	margin: 10px 0 0 0;
	padding: 0;
}

.listaServicos .listaServicosHome .slick-list {
	overflow: initial!important;
}

.listaServicos .listaServicosHome li {
	padding: 0 10px;
}

.listaServicos .listaServicosHome li a {
	float: left;
	width: 100%;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
}

.listaServicos .listaServicosHome li a figure {
	float: left;
	width: 100%;
}

.listaServicos .listaServicosHome li a .boxTexto {
	position: absolute;
	bottom: 15px;
	left: 15px;
	right: 15px;
	background: rgba(0, 0, 0, 0.7);
	border-radius: 10px;
	padding: 15px;
}

.listaServicos .listaServicosHome li a .boxTexto h3 {
	color: #FACA08;
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
}

.listaServicos .listaServicosHome li a .boxTexto p {
	color: #fff;
    margin: 10px 0 0 0;
    font-size: 13px;
    line-height: 20px;
}

.listaServicos .listaServicosHome .slick-arrow {
	position: absolute;
	top: -70px;
	z-index: 1;
	right: 50px;
	width: 35px;
	height: 35px;
	border: solid 1px #000;
	border-radius: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all 0.2s linear;
}

.listaServicos .listaServicosHome .slick-arrow.rightArrow {
	right: 0;
}

/* Diferenciais e Presença */

.boxDiferenciaisEPresenca {
	float: left;
	width: 100%;
	padding: 70px 0;
	background-color: #FACA08;
}

/* Diferenciais */

.boxDiferenciaisEPresenca .boxDiferenciais {
	float: left;
	width: 100%;
	display: flex;
	align-items: flex-end;
}

.boxDiferenciaisEPresenca .boxDiferenciais .textos .tituloPrincipal {
	margin: 0 0 15px 0;
}

.boxDiferenciaisEPresenca .boxDiferenciais .textos .boxTexto {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

.boxDiferenciaisEPresenca .boxDiferenciais .textos .listaCards {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}

.boxDiferenciaisEPresenca .boxDiferenciais .textos .listaCards li {
	background: #fff;
	padding: 20px;
	border-radius: 20px;
	list-style: none;
}

.boxDiferenciaisEPresenca .boxDiferenciais .textos .listaCards li h3 {
	color: #000;
    margin: 0;
    font-size: 20px;
    font-weight: 600;
}

.boxDiferenciaisEPresenca .boxDiferenciais .textos .listaCards li p {
	color: #000;
    margin: 10px 0 0 0;
    font-size: 13px;
    line-height: 20px;
}

/* Presença no Brasil */

.presencaNoBrasil {
	float: left;
	width: 100%;
	padding: 0 15px;
	margin-top: 60px;
}

.presencaNoBrasil .listaCards {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}

.presencaNoBrasil .listaCards li {
	background: #fff;
	padding: 20px;
	border-radius: 20px;
	list-style: none;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.presencaNoBrasil .listaCards li h3 {
	margin: 20px 0 5px 0;
    font-weight: 800;
    font-size: 30px;
}

.presencaNoBrasil .listaCards li p {
	margin: 0;
}

/* Cases de Sucesso */

.boxCasesDeSucesso {
	float: left;
	width: 100%;
	padding: 70px 0;
	background-color: #F4F4F4;
}

.boxCasesDeSucesso .boxConteudo {
	float: left;
	width: 100%;
	margin: 30px 0 0 0;
	display: flex;
	align-items: flex-start;
}

.boxCasesDeSucesso .boxConteudo .menuLateral {
	padding: 0;
	margin: 0;
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	width: 280px;
	gap: 10px;
}

.boxCasesDeSucesso .boxConteudo .menuLateral li {
	list-style: none;
	background-color: #E2E2E2;
	height: 70px;
	display: flex;
	border-radius: 12px;
	align-items: center;
	justify-content: center;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	transition: all 0.2s linear;
}

.boxCasesDeSucesso .boxConteudo .menuLateral li.active,
.boxCasesDeSucesso .boxConteudo .menuLateral li:hover {
	background-color: #FACA08;
	font-weight: 600;	
}

.boxCasesDeSucesso .boxConteudo .menuLateral li::after {
	content: "";
	left: 0;
	bottom: 0;
	height: 4px;
	background-color: #000;
	position: absolute;
	width: 0%;
	transition: all 0.2s linear;
}

.boxCasesDeSucesso .boxConteudo .menuLateral li.active::after,
.boxCasesDeSucesso .boxConteudo .menuLateral li:hover::after {
	width: 80%;
}

.boxCasesDeSucesso .boxConteudo .boxListaConteudos {
	flex: 1;
}

.boxCasesDeSucesso .boxConteudo .boxListaConteudos .listaConteudos {
	float: left;
	width: 100%;
	padding: 0 0 0 50px;
	margin: 0;
	display: flex;
}

.boxCasesDeSucesso .boxConteudo .boxListaConteudos .listaConteudos li {
	list-style: none;
	display: flex;
}

.boxCasesDeSucesso .boxConteudo .boxListaConteudos .listaConteudos .boxBgTexto {
	background-color: #262626;
	border-radius: 30px;
	padding: 40px;
	width: 60%;
	margin-right: 15px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
}

.boxCasesDeSucesso .boxConteudo .boxListaConteudos .listaConteudos .boxBgTexto .boxTop h3 {
	color: #FACA08;
    margin: 0 0 20px 0;
    font-size: 24px;
    line-height: 34px;
    font-weight: 800;
}

.boxCasesDeSucesso .boxConteudo .boxListaConteudos .listaConteudos .boxBgTexto .boxTop .texto {
	float: left;
    width: 100%;
}

.boxCasesDeSucesso .boxConteudo .boxListaConteudos .listaConteudos .boxBgTexto .boxTop .texto p {
	color: #fff;
}

.boxCasesDeSucesso .boxConteudo .boxListaConteudos .listaConteudos .boxBgTexto a {
	display: flex;
	align-items: center;
}

.boxCasesDeSucesso .boxConteudo .boxListaConteudos .listaConteudos .boxBgTexto a span {
	color: #FACA08;
    margin-right: 15px;
}

.boxCasesDeSucesso .boxConteudo .boxListaConteudos .listaConteudos .boxBgTexto a i {
	color: #FACA08;
    font-size: 20px;
}

/* Lista Posts */

.boxListaPosts {
	float: left;
	width: 100%;
	padding: 70px 0;
}

.boxListaPosts .boxTitulo {
	float: left;
	width: 100%;
	display: flex;
	align-items: flex-end;
}

.boxListaPosts .boxTitulo .tituloPrincipal {
	margin: 0;
}

.boxListaPosts .boxTitulo .linkBlog {
	color: #000;
    text-decoration: underline !important;
}

.boxListaPosts .listaPostsHome {
	float: left;
	width: 100%;
	padding: 0;
	margin: 40px 0 0 0;
}

.boxListaPosts .listaPostsHome .slick-arrow {
	position: absolute;
	top: -65px;
	z-index: 1;
	right: 50px;
	width: 35px;
	height: 35px;
	border: solid 1px #000;
	border-radius: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all 0.2s linear;
}

.boxListaPosts .listaPostsHome .slick-arrow.rightArrow {
	right: 0;
}

@media (max-width: 768px) {

	

} 