/*TITULO PADRÃO*/
.Titulos {
    font-family: "Rubik", Arial, Helvetica, sans-serif;
    color: #000;
    font-weight: 600;
}
.Title_Centro {text-align: center; font-size: 30px;}
.Title_Left {text-align: left; font-size: 30px;}
.Title_Right {text-align: right; font-size: 30px;}

/*TEXTO PADRÃO*/
.TXT {
    font-family: "Rubik", Arial, Helvetica, sans-serif;
    color: #000;
    font-weight: 400;
}
.TXT_Centro {text-align: center; font-size: 16px;}
.TXT_Left {text-align: left; font-size: 16px;}
.TXT_Right {text-align: right; font-size: 16px;}

@media(max-width:750px){
.Titulos.Title_Centro { text-align: center; font-size: 20px;}
.Titulos.Title_Left { text-align: center; font-size: 20px;}
.Titulos.Title_Right { text-align: center; font-size: 20px;}
.TXT.TXT_Left { text-align: center; }
.TXT.TXT_Right { text-align: center; }
	}

/*BOTAO PADRÃO*/
.but{
	width:auto; 
	height:50px;
	padding-left:50px; 
	padding-right:20px;
	background:#000;
	border-radius:10px;
	cursor:pointer;
	transition:0.2s ease-in-out;
	font-family:'Rubik',Arial, Helvetica, sans-serif; font-size:16px; font-weight:500; color: #FFF; text-align:left;
	text-decoration:none;
	position:relative;
    display: inline-flex; /* Use inline-flex para evitar 100% */
    align-items: center;
	margin:2.5px;
	border:none;
	}
.but:hover{
	background:#333;
	color:#FF0;
	}
.but.whatsapp::after{
	content:'';
	position:absolute; top:0; left:0;
	width:50px; height:50px;
	background: url(../imagens/botao/bt_whatsapp.svg) no-repeat center center;
	}	
.but.cadastro::after{
	content:'';
	position:absolute; top:0; left:0;
	width:50px; height:50px;
	background: url(../imagens/botao/bt_cadastro.svg) no-repeat center center;
	}	
.but.baixar::after{
	content:'';
	position:absolute; top:0; left:0;
	width:50px; height:50px;
	background: url(../imagens/botao/bt_baixar.svg) no-repeat center center;
	}
.but.produto::after{
	content:'';
	position:absolute; top:0; left:0;
	width:50px; height:50px;
	background: url(../imagens/botao/bt_produtos.svg) no-repeat center center;
	}
.but.galeria::after{
	content:'';
	position:absolute; top:0; left:0;
	width:50px; height:50px;
	background: url(../imagens/botao/bt_galeria.svg) no-repeat center center;
	}
.but.clique::after{
	content:'';
	position:absolute; top:0; left:0;
	width:50px; height:50px;
	background: url(../imagens/botao/bt_clique.svg) no-repeat center center;
	}
.but.segmento::after{
	content:'';
	position:absolute; top:0; left:0;
	width:50px; height:50px;
	background: url(../imagens/botao/bt_segmentos.svg) no-repeat center center;
	}
.but.revenda::after{
	content:'';
	position:absolute; top:0; left:0;
	width:50px; height:50px;
	background: url(../imagens/botao/bt_revenda.svg) no-repeat center center;
	}	
.but.empresa::after{
	content:'';
	position:absolute; top:0; left:0;
	width:50px; height:50px;
	background: url(../imagens/botao/bt_empresa.svg) no-repeat center center;
	}															

/*BOX GERAL*/	
.box_geral {
	width:100%; 
	padding-right:15%; 
 	height:50px; 
	float:left; 
	padding-left:50px;
	margin-bottom:3px;
	background: #000; 
	border:0;
	border-radius:10px;
	position:relative; 
	cursor:pointer;
	font-family:'Rubik',Arial, Helvetica, sans-serif; font-size:16px; font-weight:500; color: #FFF; text-align:left;
	user-select: none;
	transition:0.2s ease-in-out;
	outline: none;
}
@media(max-width:500px){.box_geral{ height: auto; padding-top:15px; padding-bottom:15px;}}
.box_geral:hover {
	background: #333; color: #FF0;
	}
.box_geral.active	{
	border-radius:10px; 
	background: #333; color: #FF0; 
	}	
/*Icone Abrir e Frechar*/
.box_geral::after { 
	width:50px; 
	height:50px; 
	position:absolute; 
	right:0; top:0; 
	content: url(../imagens/botao/box_mais.svg);
	}
.box_geral.active::after { 
	content: url(../imagens/botao/box_menos.svg);
	}	
/*conteudo box geral*/		
div.conteudo_boxgeral{
	max-width:100%;
	padding:20px;
	margin-bottom:5px;
	margin-top:0;
	border:0;
	border-radius:10px;
	overflow: hidden;
	transition: 0.2s ease-in-out;
	opacity: 0;
	display:none;
	}	
div.conteudo_boxgeral.show{
	opacity:1; 
	max-height:100%; 
	display:block; 
	margin-top:0; 
	background:#F2F2F2; 
	border-radius:10px;
	}	

/*INICIO*/
.bkinicio_banner{
	width:100%;
	height:auto;
	float:left;
	background:#000 url(../imagens/fundo/bkground_inicio.png) no-repeat center top;
	background-size: cover;
	}
.Larg_banner{
	max-width:1280px;
	margin:auto;
	display: flex;
	align-items: stretch;
	}	
@media(max-width:1280px){
	.Larg_banner{
	max-width:90%;
	}	
	}	
.Esq_banner{
	width:50%;
	height:auto;
	float:left;
	padding-top:75px;
	padding-bottom:65px;
	}
.headline{
	font-family:"Rubik",Arial, Helvetica, sans-serif; font-size:70px; font-weight:700; color:#FFF;
	line-height:1;
	margin-bottom:30px;
	}	
.chamadaAcao{
	font-family:"Rubik",Arial, Helvetica, sans-serif; font-size:17px; font-weight:400; color:#FFF;
	line-height:1.4;
	margin-bottom:30px;
	}
.bt_banner:visited,
.bt_banner:active,
.bt_banner{
	width:auto;
	height:50px;
	background:#FF0;
	float:left;
	border-radius:10px;
	padding-left:50px;
	padding-right:15px;
	display: flex;
	align-items: center;
	margin-right:15px;
	margin-bottom:10px;
	font-family:"Rubik",Arial, Helvetica, sans-serif; font-size:16px; font-weight:500; color: #000;
	text-decoration:none;
	cursor:pointer;
	transition:0.2s ease-in-out;
	position:relative;
	}		
.bt_banner:hover{
	background:#FFF;
	}
.bt_banner.whatsapp::after{
	content:'';
	width:50px; height:50px;
	background: url(../imagens/inicio/bt_whatsapp.svg) no-repeat center center;
	position:absolute;
	top:0; left:0;
	}	
.bt_banner.produto::after{
	content:'';
	width:50px; height:50px;
	background: url(../imagens/inicio/bt_produtos.svg) no-repeat center center;
	position:absolute;
	top:0; left:0;
	}			
@media(max-width:1000px){
.headline{
	font-size:40px;
	}
	}
@media(max-width:750px){
.Esq_banner{
	width:100%;
	height:auto;
	float:left;
	padding-top:65px;
	padding-bottom:0;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	}
.headline{
	text-align:center;	
	}	
.chamadaAcao{
	text-align:center;
	}
.bkinicio_banner{
	background:#000 url(../imagens/fundo/bkground_inicio_x.png) no-repeat center bottom;
	background-size: contain;
	}	
.Larg_banner{
	flex-direction: column; 
    align-items: stretch;
	}
	}
@media(max-width:450px){
	.headline{
	text-align:center;	
	font-size:27px;
	line-height:1.4;
	}	
	}	
.Dir_banner{
    width: 50%;
    max-width: 50%;
    height: auto;
	float:left;
    display: flex;
    justify-content: center;
    align-items: center;
	}	
@media(max-width:750px){
.Dir_banner{
    width:100%;
    max-width:100%;
	}	
	}	
.BannerDestaqueInicio{
	width: 100%;
    max-width: 100%;
    aspect-ratio: 1 / 1; /*para imagem de 750x750 */
    border: none;
	}	

/*TITULO PADRÃO*/
.BkTitlePs{
	width:100%;
	height:65px;
	float:left;
	background:#000 url(../imagens/mkt/title_pag.png) no-repeat center right;
	}
.Larg_BkTitlePs{
	max-width:1280px;
	margin:auto;
	height:65px;
	display: flex;
	justify-content: start;
	align-items: center;
	}	
@media(max-width:1280px){
	.Larg_BkTitlePs{
	max-width:90%;
	}
	}	
.TitlePs{
	font-family:"Rubik",Arial, Helvetica, sans-serif; font-size:20px; font-weight:600; color:#FFF;
	text-align:left;
	}
@media(max-width:1000px){
.BkTitlePs{
	background:#000 url() no-repeat center right;
	}
.Larg_BkTitlePs{
	justify-content: center;
	}	
.TitlePs{
	text-align:center;
	}		
}
.bkPaginasTodas{
	width:100%;
	height:auto;
	float:left;
	background:#FFF;
	padding-top:65px;
	padding-bottom:65px;
	}
.Larg_bkPaginasTodas{
	max-width:1280px;
	margin:auto;
	position:relative;
	}
@media(max-width:1280px){
	.Larg_bkPaginasTodas{
	max-width:90%;
	}
	}		
		
/*PRODUTOS*/	
.conteiner_btproduto_linha {
    width: 100%;
    height: auto;
	padding-top:30px;
    display: flex;
	justify-content: center;
	align-items: flex-start;
    gap: 30px;
	flex-wrap: wrap;
}
.btproduto_linha {
    width: calc(25% - 30px);
    height: auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center; /* Padrão centralizado */
    flex-wrap: wrap;
    flex-direction: column;
    transition: 0.2s ease-in-out;
    text-decoration: none;
    cursor: pointer;
}
.IcoProdutobt{
	width:100%;
	height:auto;
	padding:20px;
	background:#F2F2F2;
	border-radius:10px;
	transition:0.2s ease-in-out;
	}
.Tprodut{
	font-size:20px;
	margin-top:10px;
	margin-bottom:10px;
	text-align:center;
	}	
.btproduto_linha .IcoProdutobt:hover{background: #FF0;}
.hr_linha_produto {
    border: none;         
    height: 2px;           
    background-color: #CCC; 
    margin: 45px 0; 
}
.bt_voltartop{
	position:absolute;
	top:-49px;
	left:0;
	width:auto;
	height:30px;
	background: url(../imagens/produtos/btvolta.svg) no-repeat center left 3px;
	padding-left:15px;
	font-family:Arial, Helvetica, sans-serif; font-size:15px; font-weight:600; color:#000;
	border:none;
	cursor:pointer;
	display: flex;
	align-items: center;
	text-decoration:none;
	}
.bt_voltartop:hover{
	background: url(../imagens/produtos/btvolta.svg) no-repeat center left;
	color:#666;
	}	
.conteinet_tipopro{
	width:100%;
	display: flex;
	align-items: stretch;
	gap:25px;
	}	
.ProdutoIMG{
	width: 350px;
    height: auto;
    float: left;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #F2F2F2;
	border-radius:10px;
	padding:30px;	
	}	
.ProdutoIMG img {
    max-width: 100%; /* Garante que a imagem respeite o tamanho do container */
    height: auto;
    border-radius: 10px;
    display: block;
}	
.ProdutoTXT{
	flex: 1;
	background: #FFF;
	}	
.bkbtprodutointer{
	display: flex;
	flex-direction: column;
	display: inline-flex; /* Use inline-flex para evitar 100% */
	padding-top:25px;
	}	
.conteinet_tipopro2{
	width:100%;
	float:left;
	margin-top:30px;
	}	
@media(max-width:850px){
.btproduto_linha {
    width:calc(50% - 30px);
	}
	}		
@media(max-width:750px){
.conteiner_btproduto_linha {
	gap: 20px;
	align-items: flex-start;
}	
.btproduto_linha {
	width: calc(50% - 20px); 
	align-items: flex-start; 
    }
.conteinet_tipopro{
	flex-wrap: wrap;
	}	
.ProdutoIMG {
    width:100%;
	margin-bottom:40px;
	}
.ProdutoTXT{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	}
.Tprodut{
	width:100%;
	font-size:16px;
	text-align:center;
	}			
	}
.box_geral.pbt1::before{/*icone1*/	
	content:''; width:50px; height:50px; position:absolute; left:0; top:0;
	background: url(../imagens/botao/bt1.svg)no-repeat center left;
	}		
.box_geral.pbt2::before{/*icone2*/	
	content:''; width:50px; height:50px; position:absolute; left:0; top:0;
	background: url(../imagens/botao/bt2.svg) no-repeat center left;
	}		
.box_geral.pbt3::before{/*icone3*/	
	content:''; width:50px; height:50px; position:absolute; left:0; top:0;
	background: url(../imagens/botao/bt3.svg) no-repeat center left;
	}		
.box_geral.pbt4::before{/*icone4*/	
	content:''; width:50px; height:50px; position:absolute; left:0; top:0;
	background: url(../imagens/botao/bt4.svg) no-repeat center left;
	}		
.box_geral.pbt5::before{/*icone5*/	
	content:''; width:50px; height:50px; position:absolute; left:0; top:0;
	background: url(../imagens/botao/bt5.svg) no-repeat center left;
	}		
.box_geral.pbt6::before{/*icone6*/	
	content:''; width:50px; height:50px; position:absolute; left:0; top:0;
	background: url(../imagens/botao/bt6.svg) no-repeat center left;
	}		
.box_geral.pbt7::before{/*icone7*/	
	content:''; width:50px; height:50px; position:absolute; left:0; top:0;
	background: url(../imagens/botao/bt7.svg) no-repeat center left;
	}
.box_geral.pbt8::before{/*icone8*/	
	content:''; width:50px; height:50px; position:absolute; left:0; top:0;
	background: url(../imagens/botao/bt8.svg) no-repeat center left;
	}
.box_geral.pbt9::before{/*icone9*/	
	content:''; width:50px; height:50px; position:absolute; left:0; top:0;
	background: url(../imagens/botao/bt9.svg) no-repeat center left;
	}
.box_geral.pbt10::before{/*icone10*/	
	content:''; width:50px; height:50px; position:absolute; left:0; top:0;
	background: url(../imagens/botao/bt10.svg) no-repeat center left;
	}			
.conteiner_detalhes{
	width:100%;
	height:auto;
	float:left;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 40px;
	}	
.Left_bkDestalhes{
	width:calc(50% - 20px);
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	gap:15px 15px;
	}
.Rigth_bkDestalhes{
	width:calc(50% - 20px); 
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	gap:15px 15px;
	}
.Pro_beneficio{
	display: flex;
	align-items: center;
	}	
.Pro_beneficio img{
	padding-right:15px;
	}	
.TXTdestalhes{
	text-align:left; font-size:16px;
	}	
@media(max-width:750px){
	.Left_bkDestalhes{
	width:100%;
	}
.Rigth_bkDestalhes{
	width:100%; 
	}
	}		

/*SEGMENTOS*/
.conteiner_seguimentos {
    width: 100%;
    height: auto;
	padding-top:30px;
    display: flex;
	justify-content: center;
    gap: 30px;
	flex-wrap: wrap;
}
.bt_seguimentos {
    width: calc(25% - 30px);
    height: auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center; /* Padrão centralizado */
    flex-wrap: wrap;
    flex-direction: column;
    transition: 0.2s ease-in-out;
    text-decoration: none;
    cursor: pointer;
}	
.txt_segmento{
	font-size:20px;
	text-align:center;
	margin-bottom:10px;
	}
.IMG_segmento{
	border-radius:10px;
	border:2px solid #FFF; 
	transition: 0.2s ease-in-out;
	}
.bt_seguimentos:hover .IMG_segmento{
	transform: scale(1.05);
	opacity: 0.8;
	border:2px solid #FF0; 
	}	
@media(max-width:1000px){
.bt_seguimentos {
    width: calc(50% - 10px);
	}
.conteiner_seguimentos {
    gap: 10px;
	}			
	}	
@media(max-width:500px){
.bt_seguimentos {
    width: calc(100% - 10px);
	}
	}	
.conteiner_seguiTipo{
	width: 100%;
    height: auto;
    display: flex;
	justify-content: center;
    gap: 50px;
	flex-wrap: wrap;
	}		
.ImgB_seguiTipo{
	width:calc(50% - 25px);
	height:auto;
	position:relative;
	}
.ImgB_seguiTipo img{
	border-radius:10px;
	}	
.quadBt_segui{
	width:calc(100% - 20px);
	margin:10px;
	height:50px;
	position:absolute;
	top:0;
	display: flex;
	justify-content: flex-end;
	}	
.Bk_txtseguiTipo{
	width:calc(50% - 25px);
	height:auto; 
	}
@media(max-width:750px){
.ImgB_seguiTipo{
	width:100%;
	}
.Bk_txtseguiTipo{
	width:100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	}	
	}											

/*SERVIÇOS*/	
.conteiner_bkServico{
    width: 100%;
    height: auto;
    display: flex;
	justify-content: center;
    gap: 50px;
	flex-wrap: wrap;	
	}
.Left_bkServicos{
	width:calc(50% - 25px);
	}	
.Rigth_bkServicos{
	width:calc(50% - 25px);
	}
.img_servico{
	margin-top:20px;
	border-radius:10px; 
	}
@media(max-width:750px){
.Left_bkServicos{
	width:calc(100% - 25px);
	}	
.Rigth_bkServicos{
	width:calc(100% - 25px);
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	}
	}

/*EMPRESA*/
.top_bkempresa{
	width:100%;
	height:auto;
	float:left;
	margin-bottom:20px;
	}
.conteiner_bkempresa{
	width: 100%;
    height: auto;
    display: flex;
	justify-content: center;
    gap: 50px;
	flex-wrap: wrap;	
	}	
.Left_bkempresa{
	width:calc(50% - 25px);
	}
.Rigth_bkempresa {
    width: calc(50% - 25px);
    height: auto;
    text-align: center; 
}
.Rigth_bkempresa img {
    max-width: 100%;
    height: auto;    
    display: inline-block; 
	margin-bottom:25px;
}	
.player-video{ 
	display: block;
	margin: 0 auto;
	max-width: 100%;
	border: 2px solid #FF0;
	border-radius: 10px;
 	}	
@media(max-width:750px){
.Left_bkempresa{
	width:calc(100% - 25px);
	}
.Rigth_bkempresa{
	width:calc(100% - 25px);
	}	
	}
.BT_galeriaX{
    width: auto;
    height: auto;
    float: left;
    cursor: pointer;
    border: none; 
    outline: none; 
    background: none; 
    padding: 0; 
	}	
/* Estilo da lightbox */
.lightbox {
    display: none;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    text-align: center;
}
/* Conteúdo da lightbox */
.lightbox-content {
    position: relative;
    display: inline-block;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
}
/* Estilo das imagens dentro da lightbox */
.lightbox img {
    display: none;
    width: 100%;
    max-width: 1280px;
    max-height: 100vh;
    transition: opacity 2s ease-in-out;
    opacity: 0;
	border:2px solid #FF0;
	border-radius:10px;
}
.lightbox img.active {
    display: block;
    opacity: 1;
}
/* Galeria de imagens */
.prev, .next {
    cursor: pointer;
    position: absolute;
	bottom:10px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 0;
    background: #000;
    transform: translateY(-50%);
    transition: 0.3s ease-in-out;
}
.prev {
    right: 70px;
    background: #000 url(../imagens/empresa/navegacao/seta_left.svg) no-repeat center center;
	opacity: 0.5;
}
.next {
    right: 10px;
    background: #000 url(../imagens/empresa/navegacao/seta_rigth.svg) no-repeat center center;
	opacity: 0.5;
}
.prev:hover, .next:hover {
    background-color: #333;
}
/* Estilo do botão de fechar */
.close {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 10px;
	right:10px;
    /*left: 50%; /* Posiciona no centro da tela */
   /* transform: translateX(-50%);  Ajusta para garantir que o centro do botão fique alinhado */
    z-index: 999;
    background: #000 url(../imagens/empresa/navegacao/bt_fechar.svg) no-repeat center center;
    border-radius: 50px;
    cursor: pointer;
    transition: 0.3s ease-in-out;
	opacity: 0.5;
}
.close:hover {
    background: #666 url(../java/galeria_ligtbox/icone/bt_fechar.svg) no-repeat center center;
}
/* Oculta todas as galerias inicialmente */
.gallery {
    display: none;
}
/* Final Galeria de Imagens */	
	
/*CONTATO*/
.conteiner_central{
	width:100%;
	height:auto;
	float:left;
	padding-bottom:50px;
	}
.conteiner_perguntas{
	width:100%;
	height:auto;
	float:left;
	display: flex;
	}
.bkimagem{
	width:350px;
	height:auto;
	flex: 1;
	}
.bkperguntas{
	width:calc(100% - 350px);
	padding-left:25px;
	height:auto; 
	}
@media(max-width:900px){
	.conteiner_perguntas{
	display: block;
	}
	.bkimagem{
	width:100%;
	padding-bottom:25px;
	}
	.bkperguntas{
	width:100%;
	padding-left:0;
	}
	}		
/*box Contato*/	
.boxAtendimento {
	width:100%; 
	padding-right:15%; 
 	height:50px; 
	float:left; 
	padding-left:50px;
	margin-bottom:3px;
	background: #000; 
	border:0;
	border-radius:10px;
	position:relative; 
	cursor:pointer;
	font-family:'Rubik',Arial, Helvetica, sans-serif; font-size:16px; font-weight:500; color: #FFF; text-align:left;
	user-select: none;
	transition:0.2s ease-in-out;
	outline: none;
}
@media(max-width:500px){.boxAtendimento{ height: auto; padding-top:15px; padding-bottom:15px;}}
.boxAtendimento:hover {
	background: #333; color: #FF0;
	}
.boxAtendimento.active	{
	border-radius:10px; 
	background: #333; color: #FF0; 
	}	
/*Icone Abrir e Frechar*/
.boxAtendimento::after { 
	width:50px; 
	height:50px; 
	position:absolute; 
	right:0; top:0; 
	content: url(../imagens/botao/box_mais.svg);
	}
.boxAtendimento.active::after { 
	content: url(../imagens/botao/box_menos.svg);
	}
/*conteudo*/
div.conteudo_Bxcontato {
	max-width:100%;
	padding-top:20px; padding-bottom:20px;
	padding-left:20px; padding-right:20px;
	margin-bottom:5px;
	margin-top:0;
	border:0;
	border-radius:10px;
	overflow: hidden;
	transition: 0.2s ease-in-out;
	opacity: 0;
	display:none;
}
div.conteudo_Bxcontato.show {
	opacity:1; 
	max-height:100%; 
	display:block; 
	margin-top:0; 
	background: #FFF; 
	border-radius:10px;
	}	
.TXTbox_contato{ 
	font-family:'Rubik',Tahoma, Geneva, sans-serif; font-size: 16px; font-weight:400; color: #333; text-align: left;
	line-height:1.2;
	padding-bottom:10px;
	padding-top:10px;
}
.boxAtendimento.whatsapp::before{/*icone1*/	
	content:''; width:50px; height:50px; position:absolute; left:0; top:0;
	background: url(../imagens/atendimento/atend_whatsapp.svg) no-repeat center left;
	}
.boxAtendimento.telefone::before{/*icone2*/	
	content:''; width:50px; height:50px; position:absolute; left:0; top:0;
	background: url(../imagens/atendimento/atend_telefone.svg) no-repeat center left;
	}
.boxAtendimento.emails::before{/*icone3*/	
	content:''; width:50px; height:50px; position:absolute; left:0; top:0;
	background: url(../imagens/atendimento/atend_email.svg) no-repeat center left;
	}
.boxAtendimento.horario::before{/*icone4*/	
	content:''; width:50px; height:50px; position:absolute; left:0; top:0;
	background: url(../imagens/atendimento/atend_horario.svg) no-repeat center left;
	}
.boxAtendimento.localidade::before{/*icone5*/	
	content:''; width:50px; height:50px; position:absolute; left:0; top:0;
	background: url(../imagens/atendimento/atend_local.svg) no-repeat center left;
	}
.boxAtendimento.perguntas::before{/*icone6*/	
	content:''; width:50px; height:50px; position:absolute; left:0; top:0;
	background: url(../imagens/atendimento/atend_perguntas.svg) no-repeat center left;
	}									
/*final box Contato*/	
.container-atendi {
    display: flex;
    align-items: stretch;
    width: 100%;
}
.coluna1atendi {
    width: 350px;
    height: auto;
    float: left;
	display: flex;
	justify-content: center;
	align-items: center;
}
.coluna2atendi, .coluna3atendi {
    width: calc(50% - 175px); 
    height: auto;
    float: left;
    background-color: #FFF;
    border-left: 1px solid #F1F1F2;
    padding: 2%;
}
@media (max-width: 1000px) {
    .container-atendi {
	flex-direction: column;
    }
    .coluna1atendi,
    .coluna2atendi,
    .coluna3atendi {
	width: 100%;
	border-left: 0;
    }
}
.BTcontatoPP:active,
BTcontatoPP:visited,
.BTcontatoPP{
	width: auto;
	height:50px;
	padding-left:50px;
	padding-right:20px;
	border-radius:10px; border:0;
	background: #000;
	cursor:pointer;
	transition:0.2s ease-in-out;
	font-family:'Rubik',Arial, Helvetica, sans-serif; font-size:16px; font-weight:500; color:#FFF; text-align:left;
	text-decoration:none;
	position:relative;
    display: inline-flex; /* Use inline-flex para evitar 100% */
    align-items: center; 
	}
.BTcontatoPP:hover{
	background:#333; color:#FF0;
	}
.BTcontatoPP.whatsapp::after{/*icone 1*/
	content:''; width:50px; height:50px;
	position:absolute; left:0; top:0;
	background:url(../imagens/atendimento/bt-v-whatsapp.svg);
	}
.BTcontatoPP.ligar::after{/*icone 2*/
	content:''; width:50px; height:50px;
	position:absolute; left:0; top:0;
	background: url(../imagens/atendimento/bt-v-celular.svg);
	}	
.BTcontatoPP.email::after{/*icone 3*/
	content:''; width:50px; height:50px;
	position:absolute; left:0; top:0;
	background: url(../imagens/atendimento/bt-v-email.svg);
	}	
.BTcontatoPP.baixar::after{/*icone 4*/
	content:''; width:50px; height:50px;
	position:absolute; left:0; top:0;
	background: url(../imagens/atendimento/bt-v-baixar.svg);
	}	
.BTcontatoPP.local::after{/*icone 5*/
	content:''; width:50px; height:50px;
	position:absolute; left:0; top:0;
	background: url(../imagens/atendimento/bt-v-localidade.svg);
	}				

/*Formulário WhatsApp 2*/
.FormAtendimento .select-fAt {
    width: 100%;
    max-width: 100%; /* Ajuste largura do formulario */
    border-radius: 10px;
    height: 40px;
    border: 0;
    margin-bottom: 10px;
    font-family: 'Rubik', Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    padding-left: 10px;
}
.select-label {/* esconde o texto do label do formulario */
	position: absolute;width: 1px;height: 1px;margin: -1px;padding: 0; overflow: hidden;  border: 0;
}
.FormAtendimento .input-fAt {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%; /* Ajuste largura do formulario */
    border-radius: 10px;
    height: 40px;
    border: 0;
    margin-bottom: 10px;
    font-family: 'Rubik', Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    padding-left: 10px;
}
.FormAtendimento .textarea-fAt {
    width: 100%;
    max-width: 100%; /* Ajuste largura do formulario */
    border-radius: 10px;
    height: 90px;
    border: 0;
    margin-bottom: 10px;
    font-family: 'Rubik', Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    resize: none;
    padding: 10px;
    box-sizing: border-box;
}
/* Cor dos campos de texto */
.FormDestaque ::placeholder {
    color: #333;
}
/* Estilização geral para placeholders */
::placeholder {
    color: #333; /* Mesma cor para os placeholders */
    opacity: 1; /* Garante que seja visível em todos os navegadores */
}
/* Para as opções desabilitadas no select */
.select-fAt option[disabled] {
    color: #333; /* Cor para as opções desabilitadas */
}
/* Estilização dos campos input, textarea e select */
.input-fAt, .textarea-fAt, .select-fAt {
    color: #333; /* Mesma cor para o texto */
    background-color: #FFF; /* Fundo branco */
}
.BTWhastContato:visited,
.BTWhastContato:active,
.BTWhastContato {
    width: auto;
    height: 50px;
    padding-left: 50px;
    padding-right: 20px;
    border-radius: 10px;
	border:none;
    background: #000;
    cursor: pointer;
    transition: 0.2s ease-in-out;
    font-family: 'Rubik', Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #FFF;
    text-align: left;
    text-decoration: none;
    position: relative;
    display: inline-flex;
    align-items: center;
}
.BTWhastContato:hover {
    background: #333; color:#FF0;
}
.BTWhastContato.whatsapp::after {/*icone 1*/
    content: ''; width: 50px; height: 50px;
    position: absolute;left: 0; top: 0;
    background: url(../imagens/atendimento/bt-v-whatsapp.svg) no-repeat center center;
}
.Form_atenimento {
    width: 100%;
    height: 530px;
    float: left;
    border: none; 
    overflow: hidden; 
}
/*FINAL CONTATO*/		

/*TRABALHE CONOSCO*/
.conteiner_bktrabalheConosco{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
	gap: 50px;
	flex-wrap: wrap;
	}	
.Left_bktrabalheConosco{
	width:calc(50% - 25px);
	}
.Rigth_bktrabalheConosco{
	width:calc(50% - 25px);
	}	
.trabalheBIG{
	border-radius:10px; 
	}	
@media(max-width:750px){
	.Left_bktrabalheConosco{
	width:100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	}
.Rigth_bktrabalheConosco{
	width:100%;
	}	
	}		
/*POLITICA DE PRIVACIDADE*/	
.conteiner_bkpolitica{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
	gap: 50px;
	flex-wrap: wrap;
	}	
.Left_bkpolitica{
	width:calc(50% - 25px);
	}
.Rigth_bkpolitica{
	width:calc(50% - 25px);
	}	
.politicaIMG{
	border-radius:10px;
	margin-bottom:20px;
	}
.box_geral.privacit::before{/*icone1*/	
	content:''; width:50px; height:50px; position:absolute; left:0; top:0;
	background: url(../imagens/politica-privat/ico-privacidade.svg)no-repeat center left; 
	}
@media(max-width:750px){
	.Left_bkpolitica{
	width:100%;
	}
.Rigth_bkpolitica{
	width:100%;
	}	
	}	

/*POLITICA DE TRANSPORTE*/				
.Top_bktransp{
	width:100%;
	height:auto;
	float:left;
	margin-bottom:40px;
	}
.conteiner_bktransp{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
	gap: 50px;
	flex-wrap: wrap;
	}
.Left_bktransp{
	width:calc(50% - 25px);
	}
.Rigth_bktransp{
	width:calc(50% - 25px); 
	}
@media(max-width:750px){
.Left_bktransp{
	width:100%;
	}
.Rigth_bktransp{
	width:100%; 
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	}
	}	

/*CADASTRO PROFISSIONAL*/		
.conteiner_umdoistres{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
	gap: 10px;
	flex-wrap: wrap;
	margin-top:25px;
	margin-bottom:50px;
	}
.bk_passos{
	width:calc(33.55% - 10px);
	background:#F2F2F2;
	padding:30px;
	border-radius:10px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	}	
.conteiner_bkcadastro{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
	gap: 50px;
	flex-wrap: wrap;
	}	
.Left_bkcadastro{
	width:calc(50% - 25px);
	}
.Rigth_bkcadastro{
	width:calc(50% - 25px);
	}	
.img_cadastro{
	border-radius:10px;}	
.Form_cadastro {
    width: 100%;
    height: 950px;
    float: left;
    border: none; 
    overflow: hidden; 
}	
@media(max-width:750px ){
	.bk_passos{
	width:100%;
	}
.Left_bkcadastro{
	width:100%;
	}
.Rigth_bkcadastro{
	width:100%;
	}		
	}	

/*MKT PRO*/
.BkMKTatende{
	width:100%;
	height:auto;
	float:left;
	background:#333;
	padding-top:65px;
	padding-bottom:65px;
	position: relative;
	}
.Larg_BkMKTatende{
	max-width:1280px;
	margin:auto;
	}
@media(max-width:1280px){
	.Larg_BkMKTatende{
	max-width:90%;
	}
	}	
.Titlte_MKT{
	font-family:"Rubik",Arial, Helvetica, sans-serif; font-size:30px; font-weight:600; color:#FFF;
	text-align:center;
	padding-bottom:10px;
	position:relative;
	z-index:2;
	}	
.TXT_MKT{
	font-family:"Rubik",Arial, Helvetica, sans-serif; font-size:16px; font-weight:400; color:#FFF;
	text-align:center;
	position:relative;
	z-index:2;
	}
.conteiner_MKT{
	width:100%;
	height:auto;
	float:left;
	padding-top:35px;
	display: flex;
	justify-content: center;
	gap: 0 10px; /*magem linhe - coluna*/
	}
.but_atpe,
.but_atpe,
.but_atpe{
	width:125px;
	height:125px;
	background:#000;
	border: none;
	border-radius:10px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	cursor:pointer;
	transition:0.2s ease-in-out;
	text-decoration:none;
	position:relative;
	z-index:2;
	}
.but_atpe:hover{
	border:2px solid #FFF;
	}	
@media(max-width:900px){
	.conteiner_MKT{
		flex-wrap: wrap;
		gap: 10px 10px;
		}
	}	
.bkLinhaMkt1{
	width:234px;
	height: 93px;
	background:url(../imagens/mkt/bk-top-line.png) no-repeat;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	}	
.bkLinhaMkt2{
	width:289px;
	height: 209px;
	background:url(../imagens/mkt/bk-top-line2.png) no-repeat;
	position:absolute;
	bottom:0;
	right:0;
	z-index:1;
	}	
@media(max-width:750px){
.bkLinhaMkt1{
	display:none;
	}
.Titlte_MKT{
	font-size:20px;
	}		
}

/*ATALHOS DESTAQUE*/
.bk_destPagina{
	width:100%;
	height:auto;
	background: #FFF;
	float:left;
	padding-top:65px; 
	padding-bottom: 65px;
	}
.Conteiner_DestaPagina{
	width:100%;
	height:auto;
	display: flex;
	justify-content: center;
	gap:25px;
	}	
.Quad_DestaPag{
	width:33.33%;
	height:auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: flex-start;
	}	
.IMG_Dest{
	width:auto;
	height:auto;
	border-radius:10px;
	border:2px solid #FF0;
	margin-bottom:20px; 
	}
@media(max-width:1000px){
	.Quad_DestaPag{
	width:48%;
	}
.Conteiner_DestaPagina{
	flex-wrap: wrap;
	}			
	}	
@media(max-width:750px){
	.Quad_DestaPag{
	width:100%;
	}		
	}		
/*ATALHOS PRODUTOS*/
.bk_destProdutos {
    width: 100%;
    height: auto;
    background: linear-gradient(to bottom, #FFF 50%, #F2F2F2 50%);
    float: left;
    padding-top: 65px; 
    padding-bottom: 65px;
}
.carousel-container {
    width: 100%;
	padding:5px;
    overflow: hidden;
    position: relative;
}
.carousel-wrapper {
    display: flex;
    transition: transform 0.3s ease;
}
.product {
    flex: 0 0 25%;
    padding: 10px;
	margin-bottom:10px;
    box-sizing: border-box;
    text-align: center;
	text-decoration:none;
	cursor:pointer;
	transition:0.5s ease-in-out;
	border:2px solid transparent;
}
.product:hover{ 
	border-radius:10px;
	border:2px solid #FF0;
}
.product:hover .BTCompra{ 
	background:#182b63;
}
.product img {
    width: 100%;
	height:auto;
    object-fit: cover;
	border-radius:10px;
}
@media (max-width: 1280px) {
.product { flex: 0 0 25%;}
	}
@media (max-width: 720px) {
.product { flex: 0 0 50%; }
	}
@media (max-width: 520px) {
.product { flex: 0 0 100%;}
	}
.carousel-button {
	position:relative;
	height:10px;
}
.prev-button {
    left: -55px;
	position: absolute;
    top: -1500%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background: #000 url(../imagens/produtos/ico/seta-left.svg) no-repeat center center;
	color:#FFF;
	border:2px solid #FFF;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
	transition:0.2s ease-in-out;
}
.next-button {
    right: -55px;
	position: absolute;
     top: -1500%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background: #000 url(../imagens/produtos/ico/seta-rigth.svg) no-repeat center center;
	color:#FFF;
	border:2px solid #FFF;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
	transition:0.2s ease-in-out;
}
.prev-button:hover { background: #333 url(../imagens/produtos/ico/seta-left.svg) no-repeat center center;}
.next-button:hover { background: #333 url(../imagens/produtos/ico/seta-rigth.svg) no-repeat center center;}
@media( max-width:1280px){
	.prev-button {left: 10px;}
	.next-button {right: 10px;}
	}

/*ATALHOS BENEFICIOS*/
.bk_beneficios{
	width:100%;
	height:auto;
	background:#F2F2F2;
	float:left;
	padding-top:65px; 
	padding-bottom:65px;
	}	
.Secao_beneficios{
	width:100%;
	height:auto;
	float:left;
	margin-bottom:50px;
	}	
.conteiner_beneficios{
	width:100%;
	height:auto;
	float:left;
	display: flex;
	gap:50px;
	}	
.bkleft_beneficios{
	width:50%;
	height:auto;
	float:left;
	}
.bkrigth_beneficios{
	width:50%;
	height:auto;
	float:left;
	}	
/* VIDEO*/
.Bk_Video_top { width: 100%; float: left;}
.quadro_video {width: 100%;margin: 0 auto;background: #000;position: relative;
padding-top: 56.25%; /* Proporção 16:9 */
}
.h_iframe {position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.h_iframe iframe {width: 100%;height: 100%;border: none;}
		
.IMG_beneficios{
	border-radius:10px;
	border:2px solid #FF0;
	margin-bottom:10px; 
	}	
@media(max-width:950px){
.conteiner_beneficios{
	flex-wrap: wrap;
	}
.bkleft_beneficios{
	width:100%;
	height:auto;
	float:left;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	}
.bkrigth_beneficios{
	width:100%;
	height:auto;
	float:left;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	}
	}	
/*Carrossel Depoimentos*/
.carousel-clientes {
    width: 100%;
	float:left;
    overflow: hidden;
    position: relative;
	margin-bottom:30px;
}	
.carousel-avalia {
    display: flex;
    transition: transform 0.5s ease;
    margin-left: 0;
}
.avaliaDepoimento {
    flex: 0 0 calc(32% - 50px);
	padding: 20px;
    margin: 5px;
    box-sizing: border-box;
	background: #FFF;
	border-radius:10px;
	position:relative;
	overflow: hidden;
}
@media(max-width:1000px){
	.avaliaDepoimento {
    flex: 0 0 calc(42% - 10px);
}}
@media(max-width:750px){
	.avaliaDepoimento {
    flex: 0 0 calc(62% - 10px);
}}
@media(max-width:650px){
	.avaliaDepoimento {
    flex: 0 0 calc(100% - 10px);
}}
.avaliaDepoimento img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 10px;
	display:block;
}
.carousel-buttonDe {
    position: relative;
    display: flex;
    justify-content: center;
    margin-top: 10px;
}
.but1-button,
.but2-button {
    width: 50px;
    height: 50px;
	background: #000;
    border: 1px solid #FFF;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.2s ease-in-out;
    margin: 0 5px;
	user-select: none;
}
.but1-button:hover,
.but2-button:hover {
    background: #333;
}
/*Final Carrossel Depoimentos*/	
	/*Caixa Depoimentos*/
        .headerDpo {
            display: flex;
            align-items: flex-start;
            margin-bottom: 10px;
        }
        .headerDpo img.profile {
            border-radius: 50%;
            width: 80px;
            height: 80px;
            margin-right: 15px;
        }
        .headerDpo .text {
            flex: 1;
        }
        .headerDpo .text .name {
			font-family:'Rubik',Arial, Helvetica, sans-serif; 
            font-size: 16px;
            font-weight: bold;
            margin: 0;
        }
        .headerDpo .text .role {
			font-family:'Rubik',Arial, Helvetica, sans-serif; 
            color: #999;
            font-size: 14px;
            margin: 0;
        }
        .headerDpo img.google-logo {
            width: 25px;
            height: 25px;
        }
        .stars {
            color: #FFD700;
            font-size: 20px;
            margin-top: 5px;
        }
        .comment {
			font-family:'Rubik',Arial, Helvetica, sans-serif; 
            font-size: 14px;
            line-height: 1.3;
            color: #333;
            margin-top: 10px;
        }
		/*Final Caixa Depoimentos*/

/*BLOG*/	
.QuadNOTICIAvX .TitleNOTICIAv{font-size:30px;}	
.QuadNOTICIAvX{
	width:49%;
	height:auto;
	float:left;
	background:#000;
	margin:0.5%;
	cursor:pointer;
	position:relative;
	overflow: hidden;
	transition:0.2s ease-in-out;
	border-radius:10px;
	}
.QuadNOTICIAv{
	width:24%;
	height:auto;
	float:left;
	background:#000;
	margin:0.5%;
	cursor:pointer;
	position:relative;
	overflow: hidden;
	transition:0.2s ease-in-out;
	border-radius:10px;
	}	
.TagCategoria{
	padding:5px;
	border-radius:5px;
	background: #000;
	position:absolute;
	top:10px; left:10px;
	font-family:'Rubik', Arial, Helvetica, sans-serif; font-size:11px; font-weight:500; color: #FF0; text-align:center;
	z-index:5;
	}
.BksombraNOTICIAv {
    width: 100%;
    height: 250px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 1) 100%);
    transition: background 1s ease-in-out, height 1s ease-in-out, top 1s ease-in-out;
    z-index: 4;
}
.ImagemNOTICIAv img {
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden;
    -webkit-transition: -webkit-transform 1s ease-in-out;
    transition: transform 1s ease-in-out;
    z-index: 1;
}
.TitleNOTICIAv{
	width:100%; padding:5%;
	height:auto;
	position:absolute;
	bottom:0; left:0; right:0;
	font-family:'Rubik', Arial, Helvetica, sans-serif; font-size:20px; font-weight:600; color:#FFF; text-align:center;
	z-index:5;
	}	
/*hover*/
.QuadNOTICIAvX:hover .ImagemNOTICIAv img,
.QuadNOTICIAv:hover .ImagemNOTICIAv img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}	
@media(max-width:1000px){.QuadNOTICIAv {width:49%;}}
@media(max-width:1000px){.QuadNOTICIAvX {width:99%;}}	
@media(max-width:1000px){.QuadNOTICIAvX .TitleNOTICIAv{font-size:20px;}	}	
@media(max-width:550px){.QuadNOTICIAv {width:99%;}}
@media(max-width:550px){.Noticia_DestaqueP .QuadNOTICIAv {width:99%;}}		
/*conteudo box geral*/		

/*BOX BLOG*/	
.box_blog {
	width:auto; 
	height:50px; 
	padding-right:25px; 
	padding-left:50px;
	margin-bottom:20px;
	float:left; 
	background: #000; 
	border:0;
	border-radius:10px;
	position:relative; 
	cursor:pointer;
	font-family:'Rubik',Arial, Helvetica, sans-serif; font-size:16px; font-weight:500; color: #FFF; text-align:left;
	user-select: none;
	transition:0.2s ease-in-out;
	outline: none;
}
@media(max-width:500px){.box_blog{ height: auto; padding-top:15px; padding-bottom:15px;}}
.box_blog:hover {
	background: #333; color: #FF0;
	}
.box_blog.active	{
	border-radius:10px; 
	background: #333; color: #FF0; 
	}	

/*conteudo box blog*/		
div.conteudo_boxblog{
	width:100%;
	max-width:100%;
	padding:1px;
	margin-bottom:5px;
	margin-top:0;
	border:0;
	border-radius:10px;
	overflow: hidden;
	transition: 0.2s ease-in-out;
	opacity: 0;
	display:none;
	}	
div.conteudo_boxblog.show{
	opacity:1; 
	max-height:100%; 
	display:block; 
	margin-top:0; 
	border-radius:10px;
	}
.AlinhaBTMaisBLOG{
	width:100%;
	max-width:100%;
	height:auto;
	float:left;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-top:20px;
	margin-bottom:20px;
	}	
.box_blog.vejamais::before{/*icone1*/	
	content:''; width:50px; height:50px; position:absolute; left:0; top:0;
	background: url(../imagens/botao/vejamais-blog.svg)no-repeat center left;
	}		