@charset "utf-8";

.bkTopcont{
	max-width:100%;
	height:100px;
	position:relative;
	}
.barraTop_Azul{
	position:absolute;
	width:100%;
	height:65px;
	background:#529cba;
	}	
.bkcont_menu{
	max-width:1280px;
	margin:auto;
	position:relative;
	}	
.bkmeu_um{
	width:100%;
	height:35px;
	display: flex;
	justify-content: space-between;
	}
.bt_redestop{
	width:35px;
	height:35px;
	display: inline-block;/*ocupar espaço configurado*/	
	position:relative;
	cursor:pointer;
	}	
.bt_redestop.whatsapp::before{/*icone*/	
	content:''; width:35px; height:35px; position:absolute; left:0; top:0;
	background: url(../imagens/top/bt_whatsapp.svg) no-repeat center left; 
	}	
.bt_redestop.instagram::before{/*icone*/	
	content:''; width:35px; height:35px; position:absolute; left:0; top:0;
	background: url(../imagens/top/bt_instagram.svg) no-repeat center left; 
	}	
.bt_redestop.youtube::before{/*icone*/	
	content:''; width:35px; height:35px; position:absolute; left:0; top:0;
	background: url(../imagens/top/bt_youtube.svg) no-repeat center left; 
	}	
.bt_redestop.google::before{/*icone*/	
	content:''; width:35px; height:35px; position:absolute; left:0; top:0;
	background: url(../imagens/top/bt_google.svg) no-repeat center left; 
	}
.bt_redestop.facebook::before{/*icone*/	
	content:''; width:35px; height:35px; position:absolute; left:0; top:0;
	background: url(../imagens/top/bt_facebook.svg) no-repeat center left; 
	}	
.bt_redestop::before {
    transition: filter 0.3s ease;
}
.bt_redestop:hover::before {
    filter: brightness(0) saturate(100%); /* deixa o ícone preto */
}
.bt_atende{
	height:35px;
	padding-left:10px;
	display: inline-flex;
	align-items: center;
	font-family:"Rubik",Arial, Helvetica, sans-serif; font-size:15px; color: #FFF; font-weight:400;
	cursor:pointer;
	text-decoration:none;
	}
.bt_atende:hover{
	color:#000;
	}	
.bt_atendeX{
	height:35px;
	padding-left:20px;
	padding-right:10px;
	background: url(../imagens/top/seta-submenu.svg) no-repeat 7px center;
	display: inline-flex;
	align-items: center;
	font-family:"Rubik",Arial, Helvetica, sans-serif; font-size:15px; color: #FFF; font-weight:400;
	cursor:pointer;
	position:relative;
	}	
.bt_atendeX:hover{
	background-position: 7px calc(50% + 4px);
	color:#000;
	}	
.sub_atendeX{
	display:none;
	padding:15px;
	border-radius:10px;
	box-shadow: 0 4px 10px rgba(0,0,0,0.25); /* sombra */
	background: #FFF;
	position:absolute;
	top:35px;
	right:0;
	z-index:2;
	}	
.bt_atendeX:hover .sub_atendeX{
	display: block;
	}	
.btsub_atendeX{
	width:175px;
	height:40px;
	padding-left:35px;
	padding-right:10px;
	border-radius:10px;
	margin-bottom:5px;
	border:1.9px solid #FFF;
	background: #000;
	display: inline-flex;
	align-items: center;
	font-family:"Rubik",Arial, Helvetica, sans-serif; font-size:15px; color: #FFF; font-weight:400;
	text-decoration:none;
	cursor:pointer;
	position:relative;
	}	
.btsub_atendeX:hover{
	border:1.9px solid #000;
	background: #FFF;
	color: #000;
	}	
.btsub_atendeX.whatsapp::before{/*icone*/	
	content:''; width:35px; height:35px; position:absolute; left:0; top:0;
	background: url(../imagens/top/sub-whatsapp.svg) no-repeat center left; 
	}	
.btsub_atendeX.email::before{/*icone*/	
	content:''; width:35px; height:35px; position:absolute; left:0; top:0;
	background: url(../imagens/top/sub-email.svg) no-repeat center left; 
	}	
.btsub_atendeX.atendimento::before{/*icone*/	
	content:''; width:35px; height:35px; position:absolute; left:0; top:0;
	background: url(../imagens/top/sub-atendimento.svg) no-repeat center left; 
	}										
.bkmeu_dois{
	width:100%;
	height:65px;
	background: #FFF;
	border-radius:10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 20px; /* espaçamento lateral */
	}	
.logo_destaque{
	
	}	
.bkdestaq_menu{
    display: flex;
    align-items: center;
    gap: 20px; /* espaçamento entre os links */
	}	
.bt_destaque{
	font-family:"Rubik",Arial, Helvetica, sans-serif; font-size:15px; color: #000; font-weight:500;
	text-decoration:none;
	}
.bt_destaque:hover{
	color:#529cba;
	}
.bt_destaqueX{
	background: url(../imagens/top/seta-submenu-azul.svg) no-repeat left center;
	padding:10px 10px 10px 15px;
	font-family:"Rubik",Arial, Helvetica, sans-serif; font-size:15px; color: #000; font-weight:500;
	text-decoration:none;
	position:relative;
	cursor:pointer;
	}
.bt_destaqueX:hover{
	color:#529cba;
	background-position: left calc(50% + 4px);
	}
.sub_destaqueX{
	display:none;
	padding:15px;
	border-radius:10px;
	box-shadow: 0 4px 10px rgba(0,0,0,0.25); /* sombra */
	background: #FFF;
	position:absolute;
	top:35px;
	right:0;
	z-index:2;
	}	
.bt_destaqueX:hover .sub_destaqueX{
	display: block;
	}	
.btsub_destaque{
	width:180px;
	height:35px;
	border-radius:10px;
	margin-bottom:5px;
	border:1.9px solid #FFF;
	background: #000;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-family:"Rubik",Arial, Helvetica, sans-serif; font-size:15px; color: #FFF; font-weight:400; text-align:center;
	text-decoration:none;
	cursor:pointer;
	position:relative;
	}
.btsub_destaque:hover{
	border:1.9px solid #000;
	color: #000;
	background: #FFF;
	}	
.BTmenu{
	height:50px;
	width:50px;
	background: url(../imagens/top/menu-mobile.svg) no-repeat center center;
	font-family:"Rubik",Arial, Helvetica, sans-serif; font-size:16px; color:#FFF; font-weight:500;
	text-decoration:none;
	border:none;
	display: flex;
	align-items: center;
	cursor:pointer;
	transition:0.2s ease-in-out;
	position:relative;
	}		
@media(max-width:1280px){
.bkmeu_dois{
	border-radius:0;
	}	
	}					
@media(max-width:850px){
.bkdestaq_menu{
	display:none; 
	}
.bkmeu_dois{
	padding: 0 10px; /* espaçamento lateral */
	}			
	}
@media(min-width:850px){
	.BTmenu{
		display:none;
	}
	}	

/* MENU MOBILE */
.painel_Menu {
    width: 310px;
    padding: 25px;
    height: 100vh;
    position: fixed;
    right: -400px; /* Menu escondido à direita */
    top: 0;
    background: #333;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
    text-align: center;
    transition: right 0.3s ease-in-out;
    overflow-x: hidden;
    z-index: 999;
    /* BARRA DE ROLAGEM QUANDO PRECISAR */
    scrollbar-width: thin !important;
    scrollbar-color: transparent transparent; /* Aqui, não pode usar !important duas vezes na mesma linha */
}	
.painel_Menu.ativo {
    right: 0; /* Move o menu para dentro da tela */
}
.BTfechar_Menu {
    width: 50px;
    height: 50px;
    position: absolute;
    top:0;
    left: 0;
    background: url(../imagens/top/fechar_menu.svg) no-repeat center center;
    cursor: pointer;
    transition: ease-in-out 0.2s;
    border: none;
    user-select: none;
}
.MobileLogo {
  display: block;
  margin: 0 auto; /* centraliza horizontalmente */
  text-align: center;
  margin-bottom:15px;
}
.MobileLogo img {
  display: block;
  margin: 0 auto; /* garante que a imagem também fique centralizada */
}
.BT_MenuP, 
.BT_MenuP:active,
.BT_MenuP:visited {
	width:100%;
 	height:50px; 
	display: flex;
	align-items: center;
	float:left;
	line-height:2;
	padding-left:15px;
	margin-bottom:4px;
	background: #333; 
	border:1.8px solid #666;
	border-radius:10px;
	cursor:pointer;
	font-family:'Rubik',Arial, Helvetica, sans-serif; font-size:16px; font-weight:500; color:#FFF; text-align: left;
	text-decoration:none;
	user-select: none;
	transition:0.2s ease-in-out;
	}	
.BT_MenuP:hover{
	background: #FFF;
	color:#529cba;
	border:1.8px solid  #FFF;
}		

.boxMenu {
    width: 100%;
    height: 50px;
    line-height: 2;
    padding-left: 15px;
    margin-bottom: 0;
    background: #333;
    border: 1px solid #666;
    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;
}
.boxMenu:hover {background-color: #FFF; color:#529cba; border: 1px solid #000; }
.boxMenu.active {background-color: #FFF; color:#529cba; border: 1px solid #000; }

/* Icone Abrir e Fechar */
.boxMenu:after {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0;
    top: 0;
    content: url(../imagens/top/mais-menu.svg);
}
.boxMenu.active:after {
    content: url(../imagens/top/mais-menu2.svg);
}
/* Conteúdo */
div.conteudo {
    max-width: 100%;
    max-height: 0; /* Inicia com altura 0 */
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 1px;
    padding-right: 1px;
    margin-bottom: 2px;
    margin-top: 0;
	border-radius:10px;
    border: 0;
    overflow: hidden;
    transition: 0.3s ease-in-out max-height, 0.3s ease-in-out opacity;
    opacity: 0; /* Começa invisível */
}
div.conteudo.show {
  opacity: 1;
    max-height: none; 
    display: block;
    margin-top: 0;
    background: #333;
    overflow: hidden;
}
/* Estilo dos Links */
.BT_M_Sub,
.BT_M_Sub:active,
.BT_M_Sub:visited {
    width: 100%;
    height: 40px;
    float: left;
    display: flex;
    align-items: center;
    padding-left: 30px;
    background: #FFF;
	border-bottom:1px solid #E6E6E6;
    cursor: pointer;
    font-family: 'Rubik', Arial, Helvetica, sans-serif;font-size: 16px;font-weight: 500; color: #000; text-align: left;
    text-decoration: none;
    user-select: none;
    transition: 0.2s ease-in-out;
    position: relative;
}
.BT_M_Sub:hover {
    color:#529cba;
}
.BT_M_Sub.SetaSub::after {
    content: '';
    width: 12px;
    height: 40px;
    background: url(../imagens/top/selecao-menu.svg) no-repeat center center;
    position: absolute;
    top: 0;
    left: 10px;
}