@font-face {
    font-family: "Poppins";
    src:
        url(/financas/cartao/assets/css/Poppins-Regular.woff2) format("woff2"),
        url(/financas/cartao/assets/css/Poppins-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

html, body {
  height: 100%;           
    margin: 0;
    padding: 0;
    display: grid;
    align-items: center;    
    justify-content: center; 
    background: #0d0f6b;
  font-family:
        "Poppins",
        system-ui,
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        sans-serif;
}

button, a {
	font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	text-decoration: none;
}

*, *::before, *::after {
  box-sizing: border-box;
}

.app {
  width: 100%;
  max-width: 460px;
  max-height: 800px;
  height: 100vh;
  margin: auto;
  background: #fff;  
  border-radius: 20px;  
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  overflow: auto;
  scrollbar-gutter: stable;
  scrollbar-width: thin;
  scrollbar-color: #ece6f2 #fff0;
}

/* HEADER */
.header {
  display: flex;
  align-items: center;
  padding: 12px 16px;
  border-bottom: 0 !important;
  justify-content: center;
  background-color: white;
  border-radius: 15px 15px 0 0;
  margin: -5px 0 -5px 0;
  border: 1px solid #445cd2;
}

.header-home {
	border: 1px solid #203a6d !important;
	margin-bottom: 10px;
  border-bottom: 0 !important;
  box-shadow: 0 2px 2px 0 #890dac1f;
}
.card-home {
	border-radius: 0 0 15px 15px !important;
}

.avatar {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: bold;
  margin-right: 10px;
}

.title {
  font-weight: bold;
  font-size: 1.2em;
  margin: -10px 0 0 0;
  color: #038a00;
}

.status {
  font-size: 0.8em;
  color: #203a6d;
}

/* BODY */
.chat {
  background: linear-gradient(180deg, #f6f9fe, #fff);
  padding: 7px;
}


/* BOTÕES */
.card, .card-etapa {
  background: #fff;
  padding: 5px 10px 15px 10px;
  border-radius: 16px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.06);
  margin: 0 auto;
  text-align: center;
  }

.btn, .btn-etapa {
  display: flex;
  position: sticky;
  z-index: 9;
  max-width: 350px;
  width: 100%;
  height: 44px;
  align-items: center;
  justify-content: space-between;
  padding: 1px;
  border-radius: 10px;
  border: 2px solid #1a9fdf;  
  text-decoration: none;
  color: #1f3a70;
  background: #fff;
  font-weight: bold;  
  font-size: 1rem;
	cursor: pointer;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: 0.2s;    
	margin: 10px auto -3px auto;
}

.btn span, .btn-etapa span {
  display: flex;
  align-items: center;
}

.btn:hover {
	background: #1a9fdf !important;
  color: #fff;
}

.destaq-etapa {
	border: 2px solid #a219c9;
}
.btn-etapa img {
	width: 38px;
  margin-right: 35px;
}
.card-etapa p {
	margin: 0 0 15px 0;
}

.icon {
  margin-right: 10px;
}

/* ANUNCIO */
.ad-slot {
	display: block;
}

.ad_container::before {
display: none;
}

.funil-ad-label {
	display: block;
    margin-top: 10px;
    font-size: 0.75rem;
    color: #242426;
    padding-left: 2px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-align: center;
}

.funil-ad {
	position: relative;
  max-width: 336px;
  max-height: 280px;
  width: 100%;
  margin: 0 auto -10px auto;
  text-align: center;
  overflow: hidden;
  font-size: 14px;
  color: #a3a0a0;
  /*
  border-radius: 10px;
  border: 2px dotted;
  height: 250px;  
  */
}


.input {
border-top: 2px solid #1a9fdf;
  padding: 10px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 20px;
  background-color: #fafafa;
  border-radius: 0 0 15px 15px;
}

.input-box {
  flex: 1;
  text-align: center;
  border-radius: 30px; 
  font-size: 0.85em;
  color: #999;
}

.input-box a {
	text-decoration: none;
	color: #6b21a8;
}

.send {
  margin-left: 10px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, #a855f7, #ec4899);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.avatar img {
	width: 60px;
	margin: -5px 0 0 0;
}
.btn img {
	width: 42px;
  margin: 0px 15px 0 0;
  background: #1a9fdf;
  border-radius: 7px;
}
.info {
font-size: 1em;
  color: #292929;
  line-height: 1.5;
  margin-top: 20px;
  padding: 10px;
  border: 1px solid #dbdbfc;
  border-radius: 10px;
}

.info strong{
	color: #386acb;
}
	
.h2Info {
	text-align: center;
  font-size: 1.2em;
  margin: -5px auto 5px auto;
  color: #0a0aee;
}

.system-status {
  display: none;
  }
  
.progress-box {
	display: flex;
  justify-content: space-around;
  background-color: #a219c9;
  border-radius: 0 0 15px 15px;
  margin: -5px 0 10px 0;
  color: white;
}

.progress {
  display: flex;
  justify-content: center;
  align-content: space-between;  
  background: #13a1da;
  width: 100%;
  height: 10px;
  position: relative;
  margin: -10px auto 2px;  
}

.p0 {  
  position: absolute;
  bottom: 11px;
  left: 0;
  margin: -11px auto;
  height: 10px;
  background: #203a6d;
}
.p1 {	
	width: 20%;
}
.p2 {	
	width: 40%;
}
.p3 {	
	width: 60%;
}
.p4 {	
	width: 80%;
}
.p5 {	
	width: 100%;
}
.p6 {	
	width: 100%;
}

.acc-content {
padding: 25px 10px 10px 10px;
max-width: 350px;
  margin: -20px auto 0 auto;
border: 1px solid #1a9fdf;
  border-radius: 0 0 15px 15px;
border-top: 0;
max-height: 1000px;
transition: opacity 1s ease;
}

.acc-content strong {
	color: #203a6d;
}

.acc-content {
  display: none;
  background-color: white;
}

.acc-content.animating {
  animation: bgFade 0.6s ease;
}

@keyframes bgFade {
  0% {
    background-color: #203a6d;
  }
  70% {
    background-color: #1a9fdf;
  }
  100% {
    background-color: #ffffff;
  }
}

.overlayLoad {
position: fixed;  
background-color: #fff;
  z-index: 99999;
  left: 0;
  right: 0;
  max-width: 470px;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
justify-self: center;
  width: 100%;
  height: 100%;
  max-height: 800px;
  border-radius: 5px;
}
@media (max-height:780px){
	.overlayLoad {		
		max-height: 100svh; 
		border-radius: 0;
	}
}

  .loading-message {
	  position: absolute;
  left: 0;
  right: 0;
  top: 50px;
    text-align: center;
  margin: 0 auto;
  width: 300px;
  height: 400px;
  font-size: 1.4rem;
  color: #1e33de;
  }

  .loading-message img {
    max-width: 80vw;    
    width: 170px;
    height: auto;
    border-radius: 50%;
  }

  @keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
  }

.Loficial {
	text-align: center;
}
.Loficial a {
	display: block;
  border: 1px solid #c933f1;
  border-radius: 20px;
  padding: 10px;
  background: linear-gradient(90deg, #faf5ff, #fff);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.13);
}

.intro {
	margin: 5px 0 -5px 0;
  font-weight: bold;
}

#textoIntro img {
	width: 38px;
  float: left;
  margin: 3px 3px 0 0;
  border: 1px solid #a414d0;
  border-radius: 50%;
}

.catDin {
	color: #ac29d4;
}


.input button {
	border: none;
  background: none;
  cursor: pointer;
  color: #1752c4;
}


btn-confirmado,
.btn-finalizado {
    text-decoration: none;
    background-color: #36de2d;
    padding: 10px;
    color: #465dd4;
    font-weight: 700;
    font-size: 1.3em;
    border-radius: 10px;
    margin-top: 3px;
    display: inline-block;
}
.modal-oculto {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 0.5);
}
.modal-conteudo {
    background: #fff;
    margin: 0 auto;
    padding: 20px;
    width: auto;
    max-width: 400px;
    max-height: 80vh;
    overflow-y: auto;
    text-align: center;
    position: relative;
}
.fechar {
  position: fixed;
  top: 0;
  left: 0;
  font-size: 28px;
  font-weight: 700;
  cursor: pointer;
  background-color: #ae21b2;
  width: auto;
  color: #fff;
  height: 30px;
  line-height: 30px;
  border-top-left-radius: 5px;
  right: 0;
  z-index: 9;
}

.fechar, .closeContato {
	background-color: #2030b4;
}

.acoes-termos,
.acoes-saida {
    margin-top: 20px;
}
.acoes-termos button,
.acoes-saida button {
    margin: 8px;
    padding: 10px 20px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-size: 15px;
}
.btn-aceitar {
    background-color: #4caf50;
    color: #fff;
}
.btn-discordar {
    background-color: #f44336;
    color: #fff;
}

.overlayContato {
    display: none;
    position: fixed;
    top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	z-index: 999;
}
.modalContato {
    display: none;
    position: fixed;
	height: 100svh;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #fff;
	padding: 20px;
	width: 400px;
	max-width: 90%;
	z-index: 1000;
	border-radius: 8px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
	max-height: 600px;
}
.closeContato {
    background-color: #d4af37;
  position: fixed;
  top: -5px;
  left: 0;
  cursor: pointer;
  z-index: 9;
  color: #fff;
  font-size: 27px;
  width: auto;
  height: 40px;
  border: none;
  border-bottom-right-radius: 8px;
  right: 0;
}

	.send-btn {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: linear-gradient(135deg, #4ade80, #16a34a);
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    box-shadow: 0 2px 5px rgb(22 163 74 / 0.3);
    cursor: pointer;
    transition: transform 0.1s;
}
.send-btn:active {
    transform: scale(1);
}
.send-btn span {
    font-size: 16px;
    margin-left: 2px;
}
.termos {
    margin-top: 8px;
    text-align: center;
    font-size: 0.85rem;
}
.termos a {
    color: #94a3b8;
    text-decoration: none;
    margin: 0 6px;
    transition: color 0.2s;
}
.termos a:hover {
    color: var(--accent);
}


#menuToggle {
	position: relative;    
	margin: 0;
}
.hamburger {
	position: absolute;
	width: 30px;
	right: 0;
	font-weight: bold;
  font-size: 30px;
  background: none;
  border: none;
  cursor: pointer;
  color: #4a4a51;
}

.theme-menu {
  position: absolute;
  top: 55px;
  left: auto;
  width: 100%;
  max-width: 446px;
  background: #fff;
  border-radius: 0 0 15px 15px;
  padding: 15px;  
  z-index: 1000;
  animation: fadeIn 0.2s ease;
  border: 1px solid #203a6d;
  border-top: 0;
}

.hidden {
  display: none;
}

.theme-menu .titleMenu {
  display: block;
  font-size: 13px;
  font-weight: bold;
  color: #777;
  margin: 10px 5px 5px;
  text-transform: uppercase;
}

.theme-menu button {
  width: 100%;
  border: none;
  background: #e8f1fe;
  padding: 10px;
  margin: 5px 0;
  border-radius: 8px;
  font-size: 15px;
  cursor: pointer;
  color: #1f3a6f;	
  transition: all 0.2s ease;
}

.theme-menu button:hover {
  background: #14a1db;
  transform: translateX(3px);
  color: #fff;
}

.theme-menu button + .titleMenu {
  margin-top: 15px;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}



.dot {    
    animation: pulse 2s infinite;
	color: #058b01;
    
}
@keyframes pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.3; }
}
#onlineCount {
    transition: transform 0.3s ease;
}

.msg-apCt {
position: relative;
}

.msg-ap {
  display: none;
  position: absolute;
  font-size: 1.15em;
  max-width: 240px;
  height: 35px;
  line-height: 30px;
  margin: -30px auto -5px -5px;
  background: #1f3a6f;
  padding: 2px 10px;
  border-radius: 15px;
  color: #fff;  
  white-space: nowrap;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  z-index: 99;
}


.divPerfil {
display: flex;
justify-content: space-around;
position: relative;
margin: 0 auto;
font-size: 0.9em;
background-color: #13a1da;
height: 24px;
color: #fff;
border-radius: 1px 1px 10px 10px;
margin-top: -10px;
}

.spanPro {
position: absolute;
width: 100px;
line-height: 25px;
text-align: center;
}

.btnPgr {
width: 110px;
text-align: center;
border: 0;
color: #fff;
height: 24px;
position: absolute;
background: #203a6d;
padding: 2px 5px 0 5px;
font-size: 1em;
display: flex;
justify-content: center;
align-items: center;
cursor: pointer;
}

.btnPgrLf {
	left: 0;
	border-bottom-left-radius: 10px;
}

.btnPgrRg {
	right: 0;
	border-bottom-right-radius: 10px;
	
}

.btnPgr:hover {
  background: radial-gradient(circle,rgb(13, 29, 69) 0%, rgb(109, 146, 214) 50%, rgb(13, 45, 84) 100%);
  color: #fff;
  box-shadow: 0 -1px 2px #0804356b;
}

#quick-nav-menu {
  position: sticky;
  bottom: 0;   
  width: 99%;  
  margin: 0 auto;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
  border: 1px solid #e2e8f0;
  z-index: -1;
  opacity: 0;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.4s ease;
  padding: 12px;
}

#quick-nav-menu.mostrar {  
  opacity: 1;
  z-index: 999;
}

@keyframes highlightFlash {
  0% { box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12); }
  50% { box-shadow: 0 0 20px 4px rgba(59, 130, 246, 0.6); } /* Azul brilhante */
  100% { box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12); }
}

#quick-nav-menu.flash {
  animation: highlightFlash 1.5s ease;
}

#quick-nav-menu.show {  
  opacity: 1;
}

.qnm-container {
  display: flex;
  margin-bottom: -10px;
  justify-content: space-between;
  gap: 8px;
}

.qnm-btn {
  flex: 1;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  font-weight: 500;
  color: #4b5563;
  text-decoration: none;
  padding: 10px 4px;
  border: 1px solid #cde5f1;
  border-radius: 8px;
  background: #f9fafb;
  transition: all 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.2;
  cursor: pointer;
}

.qnm-btn:hover, .qnm-btn:active {
  background: #1a9fdf;
  color: #fff;
  border-color: #d1d5db;
}


  .lInc {
  padding: 5px;
  border: 1px solid #1a9fdf;
  display: block;
  border-radius: 15px;
  color: #1d18c4;
	}
	
  .tipo {		
  font-size: 0.95em;
  text-align: center;
  display: block;
  background-color: #fcfdff;
  color: #5e5858;
  border-radius: 5px;
  border: 1px solid #b2c7e6;
	}