@charset "utf-8";

.Bk_conteudo_P{
	width:100%;
	padding-top:60px;
	padding-bottom:60px;
	float:left;
	}
.LarguraP{
	max-width:1280px;
	margin:auto;
	}
@media(max-width:1280px){
	.LarguraP{
	max-width:95%;
	}
	}	

.BkTitlePs{
	width:100%;
	padding-top:55px;
	padding-bottom:20px;
	float:left;
	background:#000 url(../imagens/fundos/TitlesPaginas.svg) no-repeat right center;
	}
.Larg_BkTitlePs{
	max-width:1280px;
	margin:auto;
	display: flex;
	justify-content: start;
	align-items: center;
	position:relative;
	}
.TitlePs{
	font-family:"Rubik",Arial, Helvetica, sans-serif; font-size:20px; font-weight:600; color:#FFF;
	text-align:left;
	}	
@media(max-width:1280px){
	.BkTitlePs{
	padding-top:20px;
	background:#000 url() no-repeat right center;
	}
	}	
@media(max-width:1280px){
	.Larg_BkTitlePs{
		max-width:95%;
		justify-content: center;
	}
	}		
@media(max-width:1280px){
.TitlePs{
	text-align: center;
	}	
	}	
.bt_pagvolta{
	height:30px;
	padding-left:20px;
	padding-right:10px;
	background: #000 url(../imagens/top/seta-voltar.svg) no-repeat center left 7px;
	display:flex;
	align-items: center;
	position:absolute;
	left:0;
	bottom:-35px;
	border-radius:5px;
	cursor:pointer;
	font-family: "Rubik", Arial, Helvetica, sans-serif; color: #FFF; font-weight: 400; text-align: left; font-size: 16px;
	text-decoration:none;
	transition:0.3s ease-in-out;
	}
.bt_pagvolta:hover{
	background: #000 url(../imagens/top/seta-voltar.svg) no-repeat center left 4px;
	color:#529cba;
	}			

/* INICIO*/
.Bk_BannerDestaque{
	width:100%;
	padding-top:85px;
	padding-bottom:60px;
	float:left;
	background-color: #000;
	background-image: url(../imagens/inicio/fundo-star2.png), url(../imagens/inicio/fundo-star1.png);
    background-position: top right, bottom left; /* primeira no topo direito, segunda embaixo à esquerda */
    background-repeat: no-repeat, no-repeat;     /* não repetir */
    background-size: auto, auto;
	}
.container_homeBanner{
	width:100%;
	display: flex;
	justify-content: center;
	gap:50px;
	}
.Esq_homeBanner{
	width:50%;
	display: flex;
	justify-content: start;
	align-items: center;
	flex-wrap: wrap;
	gap: 20px;
	}
.headline{
	width:100%;
	float:left;
	font-family:"Rubik",Arial, Helvetica, sans-serif; font-size:70px; font-weight:700; color:#FFF;
	line-height:1;
	}	
.headline strong{
	width:100%;
	float:left;
	font-size:27px; 
	color:#529cba;
	}	
.chamadaaction{
	font-family:"Rubik",Arial, Helvetica, sans-serif; font-size:17px; font-weight:400; color:#FFF;
	line-height:1.4;
	}	
.Dir_homeBanner{
	width:50%;
	display: flex;
	justify-content: center;
	align-items: center;
	position:relative;
	}
.Quad_MaioAmbi{
	width:25%;
	display: flex;
    flex-direction: column; 
    justify-content: center; 
    align-items: center;  
    text-align: center;
	}
@media(max-width:1280px){
.Bk_BannerDestaque{
	padding-top:60px;
	}
	}			
@media (max-width: 1000px) {
.headline{
	font-size:50px;
	}	
.headline strong{
	font-size:20px; 
	}		
}		
@media (max-width: 850px) {
.container_homeBanner{
	flex-wrap: wrap;
	}
.Esq_homeBanner{
	width:100%;
	justify-content: center;
	}
.Dir_homeBanner{
	width:100%;
	}
.Quad_MaioAmbi{
	width:46%;
	}
.headline{
	width:100%;
	text-align:center;
	}	
.headline strong{
	width:100%;
	text-align:center;
	font-size:25px; 
	}	
.chamadaaction{
	text-align:center;
	}	
.Bk_BannerDestaque{
 	background-size: 50% auto, 50% auto; 
	}					
}	
@media (max-width: 550px) {
.headline{
	font-size:40px;
	}				
}	
/* 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;
}/* final VIDEO*/
.bk_homeQfaz{
	position:relative;
	}
.IMG_homeQfaz{
	z-index:2;
	}	
.But_homeQfaz{
	z-index:1;
	position:absolute;
	left:25px;
	bottom:25px;
	}	
.Bk_FormularioHome{
	width:100%;
	padding:50px;
	background:#FFF;
	border-radius:10px;
	position:absolute;
	top:-75px;
	}	
.Form_orcamento {
    width: 100%;
    height: 485px;
    float: left;
    border: none; 
    overflow: hidden; 
	max-width: 100%; /* Impede que o iframe ultrapasse a largura */
    display: block; /* Certifica-se de que o iframe seja tratado como um bloco */
}	
.Esq_homeCont{
	width:50%;
	}
.Dir_homeCont{
	width:50%;
	}
.bk_HomeSeg{
	position:relative;
	}
.IMG_HomeSeg{
	z-index:2;
	}
.But_HomeSeg{
	z-index:1;
	position:absolute; 
	right:25px;
	bottom:25px;
	}	
.Elemento_centro_100{
	width:100%;
	display: flex;
	justify-content: start;
	}	
@media (max-width: 1000px) {
.Bk_FormularioHome{
	padding:40px;
	}			
}	
@media (max-width: 850px) {
.Bk_FormularioHome{
	padding:25px;
	position: relative;
	top:0;
	}	
.Esq_homeCont{
	width:100%;
	}
.Dir_homeCont{
	width:100%;
	}
.Elemento_centro_100{
	justify-content: center;
	}			
}	
/* FINAL INICIO */

/* EMPRESA */
.container_EmpresaUm{
	width:100%;
	margin-bottom:50px;
	}
.container_EmpresaDois{
	width:100%;
	display: flex;
	gap: 50px;
	}	
.Left_Empresa{
	width:50%;
	}
.Rigth_Empresa{
	width:50%; 
	}	
@media(max-width:850px){
.container_EmpresaDois{
	flex-wrap: wrap;
	}		
.Left_Empresa{
	width:100%;
	}
.Rigth_Empresa{
	width:100%; 
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	}	
	}	
/* FINAL EMPRESA */

/*BANNER GALERIA*/
.banner-container {
	position: relative;
	max-width: 1000px;
	margin: 0 auto;
	overflow: hidden;
	}
.banner {
	display: flex;
	transition: transform 0.5s ease;
	}
.galeriaG {
	min-width: 100%;
	height: auto;
	}
.galeriaG img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 5px;
	}
.navegacao-button {
	position: absolute;
	top: 45%;
	transform: translateY(-50%);
	width: 50px;
	height: 50px;
	cursor: pointer;
	z-index: 10;
	background: #000;
	border: 1.9px solid #000;
	border-radius: 50px;
	}
.navegacao-button:hover{
	background: #FFF;
	}
.navegacao-button img {
	width: 100%;
	height: 100%;
	}
.prevLeft {
	left: 10px;
	}
.nextRigth {
	right: 10px;
	}
.dots-container {
	display: flex;
	justify-content: center;
	margin-top: 10px;
	}
.dot {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #bbb;
	margin: 0 5px;
	cursor: pointer;
	}
.dot.active {
	background-color: #555; 
	}
@media(max-width:600px){
	.navegacao-button {
		display:none	
	}
	}	
/*FINAL BANNER GALERIA*/	

/* PRODUTOS */
.container_PPprodutos{
	width:100%;
	display: flex;
	gap: 50px;
	}
.Left_PProdutos{
	width:50%;
	}
.Left_PProdutosDois{
	width:50%;
	}	
.Rigth_PProdutos{
	width:50%;
	}
.BT_produtoss{
	width:auto;
	height:50px;
	padding-right:15px;
	padding-left:50px;
	background: #000;
	border-radius:10px;
	border:1.9px solid #FFF;
	cursor: pointer;
	display: flex;
	align-items: center;
	font-family:'Rubik',Arial, Helvetica, sans-serif; font-size:16px; font-weight:500; color: #FFF; text-align: left;
	text-decoration:none;
	position:relative;
	}
.BT_produtoss:hover{
	background: #FFF;
	color: #000;
	border:1.9px solid #000;
	}	
.BT_produtoss.produtos::before{/*icone*/	
	content:''; width:50px; height:50px; position:absolute; left:0; top:0;
	background: url(../imagens/botoes/produtos.svg) no-repeat center left; 
	}	
@media(max-width:850px){
.container_PPprodutos{
	flex-wrap: wrap;
	}
.Left_PProdutos{
	width:100%;
	flex-wrap: wrap;
	}
.Left_PProdutosDois{
	width:100%;
	flex-wrap: wrap;
	display: flex;
	justify-content: center;
	}		
.Rigth_PProdutos{
	width:100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	}
	}			
/* FINAL PRODUTOS */

/*ATALHOS PRODUTOS*/
.carousel-Pro {
    width: 100%;
	padding:5px;
    overflow: hidden;
    position: relative;
}
.carousel-wrapper {
    display: flex;
    gap: 10px; 
    transition: transform 0.3s ease;
}
.product {
    flex: 0 0 calc(25% - 11px);
    box-sizing: border-box;
	border-radius:5px;
    text-align: center;
	text-decoration:none;
	cursor:pointer;
	transition:0.5s ease-in-out;
	border:1px solid #F2F2F2;
	position:relative;
	overflow: hidden;
}
.img-wrapper {
	position: relative;
	width: 100%;
	border-radius: 5px 5px 0 0;
	overflow: hidden;
	margin-bottom:15px;
}
.img-wrapper img {
	width: 100%;
	height: auto;
	display: block;
	object-fit: cover;
}
.img-wrapper::after {
	height:50%;
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(to top, rgba(0,0,0,0.9), transparent);
}
.overlay-text {
	position: absolute;
	bottom: 25px;  /* sobe um pouco do rodapé */
	left: 50%;
	transform: translateX(-50%);
	width: 90%;
	z-index: 1; /* garante que fique acima do degradê */
}
.img-wrapper img {
  transition: transform 0.5s ease, filter 0.5s ease;
}

.img-wrapper:hover img {
  transform: scale(1.1);
  filter: brightness(0.8) blur(1px);
}

@media (max-width: 1280px) {
  .product { flex: 0 0 calc(33.33% - 20px); }
}
@media (max-width: 960px) {
  .product { flex: 0 0 calc(50% - 20px); }
}
@media (max-width: 540px) {
  .product { flex: 0 0 calc(100% - 20px); }
}
.carousel-button {
	position:relative;
	height:10px;
}
.prev-button {
    left: -55px;
	position: absolute;
    top: -1900%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background: #000 url(../imagens/produtos/navegacao/bt_left.svg) no-repeat center center;
	color:#FFF;
	border:1.9px solid #000;
    border-radius: 50px;
    cursor: pointer;
}
.next-button {
    right: -55px;
	position: absolute;
     top: -1900%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background: #000 url(../imagens/produtos/navegacao/bt_rigth.svg)no-repeat center center;
	color:#FFF;
	border:1.9px solid #000;
    border-radius: 50px;
    cursor: pointer;
}
.prev-button:hover { background: #FFF url(../imagens/produtos/navegacao/bt_left.svg) no-repeat center center; border:1.9px solid #000;}
.next-button:hover { background: #FFF url(../imagens/produtos/navegacao/bt_rigth.svg) no-repeat center center; border:1.9px solid #000;}
@media( max-width:1280px){
.carousel-button {
	max-width:110px;
	margin:auto;
	height:50px;
	margin-top:20px;
}	
.prev-button {
	top: 25px;
	left: 0;
	}
.next-button {
	top: 25px;
	right: 0;
	}
	}
/*FINAL ATALHOS PRODUTOS*/

/*CONTATO*/	
.QuadContato_central{
	width:100%;
	height:auto;
	float:left;
	}
.QuadContato_perguntas{
	display:flex;
	gap:50px;
	}
.Left_contato{
	width:50%;
	}
.Rigth_contato{
	width:50%;
	}	
.bkimagem{
	width:350px;
	height:auto;
	flex: 1;
	border-radius:5px;
	}
img.atendimento{
	border-radius:5px;;
	}	
@media screen and (max-width: 720px) {
    img.atendimento {
        content: url(../imagens/atendimento/atendimento_imagem2.png);
    }
}
@media(max-width:800px){
.QuadContato_perguntas{
	flex-wrap: wrap;
	}
.Left_contato{
	width:100%;
	}
.Rigth_contato{
	width:100%;
	}	
	}

/*box Contato*/	
.boxAtendimento {
	width:100%; 
	padding-right:15%; 
 	height:50px; 
	float:left; 
	padding-left:50px;
	margin-bottom:3px;
	background: #1a1a1a;
	border:1px solid #F2F2F2;
	border-radius:10px;
	position:relative; z-index:1;
	cursor:pointer;
	font-family:'Rubik',Arial, Helvetica, sans-serif; font-size:16px; font-weight:500; color: #FFF; text-align:left;
	 line-height:1.2;
	user-select: none;
	transition:0.2s ease-in-out;
	outline: none;
}
@media(max-width:900px){.boxAtendimento{ height: auto; padding-top:15px; padding-bottom:15px; line-height:1.2;}}
.boxAtendimento:hover {
	background: #FFF;
	color: #000;
	border:1.9px solid #000;
	}
.boxAtendimento.active	{
	background: #FFF;
	color: #000;
	border:1.9px solid  #000;
	}	
/*Icone Abrir e Frechar*/
.boxAtendimento::after { 
	width:50px; 
	height:50px; 
	position:absolute; 
	right:0; top:0; 
	content: url(../imagens/atendimento/ver-mais1.svg);
	}
.boxAtendimento.active::after { 
	content: url(../imagens/atendimento/ver-mais2.svg);
	}
/*conteudo*/
div.conteudo_Bxcontato {
	width:100%;
	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:5px;
	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:5px;
	}	
.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{
	width: auto;
	height:50px;
	padding-left:50px;
	padding-right:20px;
	border-radius:5px;
	border:0;
	background: #000;
	border:1.9px solid #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: #FFF;
	border:1.9px solid #000;
	color: #000;
	}
.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%;
	height: 40px;
	border: 1px solid #CCC;
	border-radius:5px;
	font-family: 'Rubik', Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #333;
	background: #FFF;
	padding-left: 10px; /* Ajuste o valor conforme necessário */
	margin-bottom:5px;
}
/* Para as opções desabilitadas no select */
.select-fAt option[disabled] {
    color: #333; /* Cor para as opções desabilitadas */
}
.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%;
	height: 40px;
	border: 1px solid #CCC;
	border-radius:5px;
	font-family: 'Rubik', Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #333;
	background: #FFF;
	padding-left: 10px; /* Ajuste o valor conforme necessário */
	margin-bottom:5px;
}
.FormAtendimento .textarea-fAt {
	width: 100%;
	max-width: 100%; /* Ajuste largura do formulario */
	border-radius: 5px;
	height: 90px;
	border: 1px solid #CCC;
	margin-bottom: 5px;
	font-family: 'Rubik', Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #333;
	background: #FFF;
	resize: none;
	padding: 10px; /* Adicione uma pequena margem ao redor do texto */
	box-sizing: border-box; /* Certifique-se de incluir padding na largura total */
}
/*ação cor validação email*/	
.email_form:valid {background: #00dc00; color: #FFF; }
.email_form:invalid {background: #FFF; color: #F00;
}
/* Cor dos campos de texto */
.FormDestaque ::placeholder {color: #333;
}
/* Garante que seja visível a cor do texto em todos os navegadores*/
::placeholder {
    color: #333; 
    opacity: 1; 
}
.BTWhastContato {
    width: auto;
    height: 50px;
    padding-left: 50px;
    padding-right: 20px;
    border-radius: 5px;
	border:1.9px solid #000;
    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: #FFF;
	color: #000;
	border:1.9px solid #000;
	
}
.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*/
.container_trabalheConosco{
	display:flex;
	gap:50px;
	}
.Left_trabalheConosco{
	width:50%;
	}
.Rigth_trabalheConosco{
	width:50%;
	}
.dest_trabalhe{
	width:100%;
	background: #000;
	border-radius:5px;
	padding:25px;
	}	
.trabalheIMG{
	border-radius:5px;
	margin-top:25px;
	}	
@media (max-width:800px) {
.container_trabalheConosco{
	flex-wrap: wrap;
	}
.Left_trabalheConosco{
	width:100%;
	}
.Rigth_trabalheConosco{
	width:100%;
	}
.dest_trabalhe{
	display:flex;
	flex-wrap: wrap;
	justify-content: center;
	}		
	}
/*FINAL TRABALHE CONOSCO*/

/*CADASTRO PROFISSIONAL*/
.container_parceiro{
	display: flex;
	gap:50px;
	}
.parceiro_Left{
	width:50%;
	}
.parceiro_Rigth{
	width:50%;
	padding-top:45px;
	}	
.Form_Parceria {
    width: 100%;
    height: 950px;
    float: left;
    border: none; 
    overflow: hidden; 
	max-width: 100%; /* Impede que o iframe ultrapasse a largura */
    display: block; /* Certifica-se de que o iframe seja tratado como um bloco */ 
}	
@media(max-width:850px){
	.container_parceiro{
	flex-wrap: wrap;
	}
.parceiro_Left{
	width:100%;
	}
.parceiro_Rigth{
	width:100%;
	padding-top:0;
	}	
	}	
/*FINAL CADASTRO PROFISSIONAL*/

/*MIDIA*/	
.container_midia{
	display:flex;
	gap:10px;
	}
.Caixa_midia{
	width: 25%;
	}
.capa_midia{
	position: relative;
	width: 100%;
	border-radius: 5px;
	overflow: hidden;
	margin-bottom:5px;
	}
.capa_midia img{
	width: 100%;
	height: auto;
	display: block;
	object-fit: cover;
	}
.capa_midia::after{
	height:50%;
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(to top, rgba(0,0,0,0.9), transparent);
	}
.capa_txt{
	position: absolute;
	bottom: 25px;  /* sobe um pouco do rodapé */
	left: 50%;
	transform: translateX(-50%);
	width: 90%;
	z-index: 1;
	}	
.bt_midia{
	width:100%; 
	height:35px; 
	padding-right:5px; 
	padding-left:5px;
	float:left; 
	background: #FFF; 
	border-radius:10px;
	cursor:pointer;
	font-family:'Rubik',Arial, Helvetica, sans-serif; font-size:16px; font-weight:500; color: #000; text-align: left;
	text-decoration:none;
	transition:0.2s ease-in-out;
	user-select: none;
	outline: none;
	display: flex;
	align-items: center;
	}
.bt_midia:hover{
	background:#000;
	color:#FFF;
	}					
@media(max-width:850px){
.container_midia{
	flex-wrap: wrap;
	}
.Caixa_midia{
	width:calc(50% - 5px);
	}	
	}
@media(max-width:550px){
.container_midia{
	flex-wrap: wrap;
	}
.Caixa_midia{
	width:100%;
	}	
	}		
/*FINAL MIDIA*/	

/*POLITICAS DE PRIVACIDADE*/
.container_politicaLGPD{
	display:flex;
	gap:50px;
	}
.Left_politicaLGPD{
	width:50%;
	}
.Rigth_politicaLGPD{
	width:50%;
	}	
.lgpdIMG{
	border-radius:5px;
	}	
@media (max-width:800px) {
.container_politicaLGPD{
	flex-wrap: wrap-reverse;
	}
.Left_politicaLGPD{
	width:100%;
	}
.Rigth_politicaLGPD{
	width:100%;
	}	
	}
/*FINAL POLITICAS DE PRIVACIDADE*/	


/* ATENDIMENTO PRO */
.Bk_atendimentoPRO{
	width:100%;
	padding-top:50px;
	padding-bottom:50px;
	float:left;
	background-color:#529cba;
	background-image: url(../imagens/mkt/fundo_mkt2.svg), url(../imagens/mkt/fundo_mkt1.svg);
    background-position: top right, bottom left; /* primeira no topo direito, segunda embaixo à esquerda */
    background-repeat: no-repeat, no-repeat;     /* não repetir */
    background-size: auto, auto;  
	}
@media (max-width: 850px) {
    .Bk_atendimentoPRO {
        background-size: 50% auto, 50% auto; 
    }
}
.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;
	}
.stiloTexto{
	margin-top:10px;
	}	
.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 #000;
	background: #FFF;
	}	
.but_atpe:hover	.stiloTexto{
	color:#000;
	}
@media(max-width:900px){
	.conteiner_MKT{
		flex-wrap: wrap;
		gap: 10px 10px;
		}
	}	
@media(max-width:750px){
.Titlte_MKT{
	font-size:20px;
	}		
}		
/* FINAL ATENDIMENTO PRO */

/* 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: #529CBA; 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: 2;
}
.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:2;
	}	
/*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;
	float:left; 
	background: #000; 
	border:1.9px solid #000;
	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: #FFF; color: #000;
	}
.box_blog.active	{
	border-radius:10px; 
	background: #FFF; color: #000; 
	}	

/*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: start;
	flex-wrap: wrap;
	margin-top:20px;
	margin-bottom:20px;
	}	
.box_blog.vejablog::before{/*icone1*/	
	content:''; width:50px; height:50px; position:absolute; left:0; top:0;
	background: url(../imagens/botoes/vejablog.svg)no-repeat center left; 
	}		
@media(max-width:850px){
	.AlinhaBTMaisBLOG{
	justify-content: center;
	}	
	}	
/* FINAL BLOG */	