﻿@charset "utf-8";
.bk_topoAnimado{
	width:100%;
	height:75px;
	background: #000;
	position:fixed;
	top:-75px; /*posição inicial*/
	left:0;
	right:0;
	transition: top 0.3s ease-in-out; /*animação top*/
	}
.bk_topoAnimado.visible {
    top: 0; /*posição ao  rolar*/
}

.container_menutopoA{
	max-width:1500px;
	margin:auto;
	height:75px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	}	
@media(max-width:1500px){
.container_menutopoA{
	max-width:90%;
	margin:auto;
	}
	}	
.Bk_menusTopo{
	height:75px;
	display: flex;
	align-items: center;
	gap:10px;
	}		
.BTmenu{
	width:50px;
	height:50px;
	background: url(../imagens/topo/ico_mobile.svg)no-repeat center center;
	border-radius:5px;
	border:0;
	cursor: pointer;
	}
.BTmenu:hover{
	background: #1A1A1A url(../imagens/topo/ico_mobile.svg) no-repeat center center; 
	}
.BT_PaginaInicio{
	width:auto;
	height:50px;
	padding-right:20px;
	padding-left:20px;
	background:  linear-gradient(to right, #00D880, #08D4A3);
	border-radius:5px;
	cursor: pointer;
	display: inline-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_PaginaInicio:hover{
	background: linear-gradient(to right, #08D4A3,#00D880);
	box-shadow: 0 0px 35px rgba(0, 216, 128, 0.8);
	color: #000;
	}		
.BT_PaginaInicio.faleconosco::before{/*icone1*/	
	content:''; width:50px; height:50px; position:absolute; left:0; top:0;
	background: url(../imagens/botoes/whtasapp.svg) no-repeat center left; 
	}			
@media(max-width:450px){
.BT_PaginaInicio{
	display:none;
	}
	}	

/* MENU MOBILE */
.painel_Menu {
    width: 310px;
    padding: 25px;
    height: 100vh;
    position: fixed;
    right: -400px; /* Menu escondido à direita */
    top: 0;
    background: #1A1A1A;
    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/topo/ico_fechar.svg) no-repeat center center;
    cursor: pointer;
    transition: ease-in-out 0.2s;
    border: none;
    user-select: none;
}
.MobileLogo{
	content:'';
	width:100%;
	height:20px;
	background: url(../imagens/logomarca/logo-meddbank.svg) no-repeat center center;
	background-size:contain;
	margin-bottom:20px;
	}
.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: #1A1A1A; 
	border:1.8px solid #333333;
	border-radius:5px;
	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: #00D880;
	color: #000;
	border:1.8px solid #00D880;
}
/*FINAL MENU MOBILE */

/*BOX MENU*/
.boxMenu {
    width: 100%;
    height: 50px;
    line-height: 2;
    padding-left: 15px;
    margin-bottom: 0;
    background: #1A1A1A;
    border: 1px solid #333333;
    border-radius: 5px;
    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: #00D880; color: #000; border: 1px solid #00D880; }
.boxMenu.active {background-color: #00D880; color: #000; border: 1px solid #00D880; }

/* Icone Abrir e Fechar */
.boxMenu:after {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0;
    top: 0;
    content: url(../imagens/topo/vejaMais.svg);
}
.boxMenu.active:after {
    content: url(../imagens/topo/vejaMais2.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: 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: #00D880;
}

.BT_M_Sub.SetaSub::after {
    content: '';
    width: 12px;
    height: 40px;
    background: url(../imagens/topo/seta_sub.svg) no-repeat center center;
    position: absolute;
    top: 0;
    left: 10px;
}
/* FINAL MENU MOBILE */		