@import url('https://fonts.googleapis.com/css?family=Nunito+Sans');

p {
  margin: 0px !important;
}
p, h3 {
    margin: 0px;
    font-family: "Nunito Sans";
}
/* Container das bolhas, cobrindo todo o módulo/página */
.blur-balls {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none; /* permite clicar nos elementos do módulo normalmente */
  z-index: -1; /* fica atrás de tudo */
}

/* Estilo base das bolhas */
.blur-ball {
  position: absolute;
  border-radius: 50%;
  width: 560px;
  height: 560px;
  background: var(--colorBrandPrimaryPure, #0025E0);
  filter: blur(280px);
  aspect-ratio: 1 / 1;
  flex-shrink: 0;
}

/* Bolha 1 */
.blur-ball.ball1 {
  left: 80px;
  top: 880px;
}

/* Bolha 2 */
.blur-ball.ball2 {
  left: 720px;
  top: 1300px;
}

.text-bar h3 {
    color: #FFF;
    text-align: left;
    font-family: "Nunito Sans";
    font-size: 32px;
    font-style: normal;
    font-weight: 800;
    line-height: 35px; /* 109.375% */
    margin: 0px;
}

.text-bar p {
    color: #AAADC0;
    text-align: left;
    font-family: "Nunito Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
    margin: 0px;
}

.text-bar {
    margin-bottom: 24px;
}

.hubdb-list {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
      margin-top: 24px;
}
.tag-destaque {
display: flex;
  opacity: 0%;
padding: 4px 6px;
justify-content: center;
align-items: center;
gap: 10px;
position: relative;
border-radius: 0px 0px 4px 4px;
background: #2DA94F;
}

.filter-desconto {
  border: none;
}


.tag-destaque p {

color: var(--colorInterfaceLightPure, #FFF);
font-family: "Nunito Sans";
font-size: 8px;
font-style: normal;
font-weight: 900;
line-height: 150%; /* 12px */
letter-spacing: 0.8px;
text-transform: uppercase;

}

.header-card {
display: flex;
    gap: 12px;
width: 100%;
    justify-content: space-between;
}

.hubdb-tag {
  
       align-items: flex-start;
    gap: 0px;
    flex-direction: column;
}

.hubdb-tag p {
  color: var(--colorInterfaceLightDown, #E0E2EE);

/* description */
font-family: "Nunito Sans";
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 150%; /* 21px */
    margin-bottom: 4px;
    margin-top: 4px;
}


.tabela-forn {
  color: var(--colorInterfaceLightDown, #AAADC0)
}
.cnpj-forn {
  color: var(--colorInterfaceLightDown, #AAADC0);
font-family: "Nunito Sans";
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 13.8px; /* 86.25% */

    margin-top: 4px;
  
}

.cnpj-forn strong {
color: var(--colorInterfaceLightDown, #E0E2EE);
font-family: "Nunito Sans";
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 13.8px; /* 86.25% */

}

.seg-reg {
display: flex;
    gap: 2px;
flex-wrap: wrap;
}

.line-divider {
height: 1px;
align-self: stretch;
background: rgba(103, 105, 122, 0.48);
}

.bloco-desconto {
display: flex;
padding: 12px;
align-items: flex-start;
gap: 8px;
align-self: stretch;
border-radius: 8px;
background: rgba(255, 255, 255, 0.04);

}

.high-discount-tag {
 opacity: 100%;
background: var(--colorBrandPrimaryPure, #0025E0);
}

/* Exemplo: alterar cor da borda e fundo do bloco-desconto */
.high-discount-bloco {
  border: 0px solid #FFD700;
border-radius: 8px;
background: rgba(14, 36, 143, 0.24);
}

.content-cnpj {
display: flex;
    flex-direction: column;
    gap: 4px;
}

}

.bloco-desconto span {
    display: flex
;
      flex-direction: column;
    gap: 8px;

}


.bloco-desconto p strong {

color: var(--colorInterfaceLightDown, #E0E2EE);
font-family: "Nunito Sans";
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 120%; /* 19.2px */

}

.bloco-desconto svg {
width: 20px;
height: 20px;
}

.cta-calculo {

color: #B8C3FF;
font-family: "Nunito Sans";
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 100%; /* 16px */
text-decoration-line: underline;
text-decoration-style: solid;
text-decoration-skip-ink: none;
text-decoration-thickness: auto;
text-underline-offset: auto;
text-underline-position: from-font;
  cursor: pointer;

}

.cta-conversao {

display: flex;
  gap: 4px;
  text-decoration: none;
min-height: 48px;
max-height: 48px;
justify-content: center;
align-items: center;
align-self: stretch;
border-radius: 500px;
background: rgba(0, 37, 224, 0.24);
color: var(--colorBrandPrimaryUp, #B8C3FF);
text-align: center;
font-family: "Nunito Sans";
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 100%; /* 16px */
}

.hubdb-img {
    width: 72px;
  padding: 8px;
    height: 72px;
    display: flex;
    justify-content: center;
    align-items: center;
  border-radius: 8px;
background: rgba(255, 255, 255, 0.04);
}

.hubdb-item {
    display: flex;
width: 280px;
padding: 0px 16px 16px 16px;
flex-direction: column;
align-items: flex-start;
gap: 16px;
border-radius: 12px;
background-color: #393B47;
}

.hubdb-item h3 {
    color: var(--colorInterfaceDarkDeep, #fff);
    font-family: "Nunito Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 132%; /* 16px */
}

.oreder-1 {
margin-right: 20px;


}

.filter-1, .oreder-1 {
display: flex;
    gap: 8px;
  align-items: center;
}

.filter-1 h4, .oreder-1 h4 {
margin: 0px;
display: flex;
    gap: 4px;
  color: #AAADC0;
}


.filters {
    margin-bottom: 40px;
  width: 100%;
    display: flex;
    align-items: center;
 gap: 8px;
  justify-content: space-between;
}
#search-bar::placeholder {
  color: #AAADC0; /* cor do placeholder */
  opacity: 1; /* garante que o branco apareça forte */
}
.filters select {
    
    padding: 5px;
    color: var(--colorInterfaceLightUp, #F3F5FE);
    font-family: "Nunito Sans";
    font-size: 12px;
    font-style: normal;
  border: none;
    font-weight: 400;
    line-height: 110%; /* 15.4px */
    border-radius: 8px;
    opacity: 0.8;
    background: var(--colorInterfaceDarkDown, #67697A);
    display: flex;
    height: 40px;
    justify-content: space-between;
    align-items: center;
    max-width: 100px;
    width: fit-content;
    padding: 8px;
}

#clear-filters {
    display: flex;
    align-items: center;
    gap: 4px;
       width: 140px;
    max-width: 169px;
  color: #B8C3FF;
  text-decoration-line: underline;
}

#no-results-message {
    text-align: center;
    color: var(--colorInterfaceDarkDeep, #FFF);
    font-family: "Nunito Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    margin-top: 20px;
}

#no-results-message h3 {
font-size: 32px;
 color: #fff;
}


/* Adicione isso ao final do seu arquivo CSS */

.dropdown-checkbox {
    position: relative;
    display: inline-block;
      width: max-content;
}

.dropdown-checkbox button {
    padding: 5px;
    color: var(--colorInterfaceLightUp, #F3F5FE);
    font-family: "Nunito Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    border-radius: 8px;
    background: var(--colorInterfaceDarkDown, #67697A);
    display: flex;
    align-items: center;
    cursor: pointer;
  height: 40px;
  border: none;
}

.checkbox-dropdown {
    display: none;
    position: absolute;
    background-color: #67697A;
  box-shadow: 0 16px 48px 0 rgba(12, 13, 20, 0.08);
    z-index: 1;
   max-height: 300px;
    overflow-y: auto;
    border-radius: 8px;
    padding: 16px;
    position: absolute;
    width: max-content;
  
}

.checkbox-dropdown label {
    display: block;
    margin-bottom: 8px;
    cursor: pointer;
  color: #fff;
}

.checkbox-dropdown input {
    margin-right: 8px;
}

.checkbox-dropdown.show {
    display: block;
}

.checkbox-dropdown button {

    padding: 8px 12px;
    background-color: var(--colorBrandPrimaryPure, #0025E0);
    color: white;
    border: none;
    cursor: pointer;
margin-top: 12px;
    border-radius: 50px;
}

.checkbox-dropdown button:hover {
    background-color: var(--colorBrandPrimaryDark, #001a99);
}

/* Estilos para o botão ativo */
.dropdown-checkbox button.active {
    background-color: var(--colorBrandPrimaryPure, #0025E0);
    color: white;
    border: 1px solid var(--colorBrandPrimaryPure, #0025E0);
}

#search-bar {
max-width: 640px;
border-radius: 8px;
  background-color: #67697A;
border: none;
  color: #AAADC0;
}

/* Overlay que cobre toda a tela */
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
}

/* Container centralizado da modal */
.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 8px;
border: 1.02px solid var(--colorInterfaceDarkDown, #67697A);
background: var(--colorInterfaceDarkDeep, #393B47);
  padding: 20px;
  z-index: 1000;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  max-width: 500px;
  width: 90%;
}

/* Conteúdo da modal */
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
}

/* Botão de fechar (X) */
.close-button {
  position: absolute;
  top: -16px;
  right: 10px;
  font-size: 24px;
  cursor: pointer;
  color: AAADC0; !important
}

#modal h2 {
  margin:0px;
  margin-top:8px;
color: #fff;

/* Site/Site - Heading 5 */
font-family: "Nunito Sans";
font-size: 20px;
font-style: normal;
font-weight: 800;
line-height: 100%; /* 20px */

}

#modal p {
   margin:0px;
  margin-top:8px;
color: #fff;

/* Site/Site - Description */
font-family: "Nunito Sans";
font-size: 14px;
font-style: normal;
font-weight: 300;
line-height: 130%; /* 18.2px */

}

.img-calc {
margin-top: 16px;
margin-bottom: 16px;
}

.color-box {
display: flex;
width: 512px;
align-items: flex-end;
gap: 8px;

}

.color-b-1 {
  max-width: 220px;
width: 100%;

flex-shrink: 0;}

.b1-1 {
display: flex;
position: relative;
    bottom: -6px;
padding: 16px;
justify-content: center;
align-items: center;
gap: var(--borderRadiusLg, 16px);
  border-radius: var(--borderRadiusMd, 12px);
background: #D6AEB1;

}

.b1-2 {
display: flex;

height: fit-content;
  padding: 9px 4px 4px 4px;

justify-content: center;
align-items: flex-end;
gap: 10px;
flex-shrink: 0;
border-radius: 0px 0px var(--borderRadiusMd, 12px) var(--borderRadiusMd, 12px);
background: rgba(229, 62, 50, 0.64);
}

.b1-1 h4 {
margin: 0px;
  color: var(--colorStatusNegativePure, #F5456E);

/* heading3 */
font-family: "Nunito Sans";
font-size: 20px;
font-style: normal;
font-weight: 800;
line-height: 124%; /* 24.8px */
}

.b1-1 p {
color: var(--colorStatusNegativeDown, #F27592);
font-family: "Nunito Sans";
font-size: 12px;
font-style: normal;
font-weight: 700;
line-height: 150%; /* 18px */
}

.b1-1 p {}


.b1-2 h6 {
margin: 0px;
  color: var(--colorInterfaceLightPure, #FFF);

/* Site/Site - Caption 1 */
font-family: "Nunito Sans";
font-size: 12px;
font-style: normal;
font-weight: 700;
line-height: 115%; /* 13.8px */
}


/* BOARD COLOR2  */


.color-b-2 {
  max-width: 220px;
width: 100%;

flex-shrink: 0;}

.b2-1 {
display: flex;
position: relative;
    bottom: -6px;
padding: 16px;
justify-content: center;
align-items: center;
gap: var(--borderRadiusLg, 16px);
border-radius: var(--borderRadiusMd, 12px);
background: #B8C3FF;

}

.a {
  color: #B8C3FF; !important
}

.b2-2 {
display: flex;

height: fit-content;
  padding: 9px 4px 4px 4px;

justify-content: center;
align-items: flex-end;
gap: 10px;
flex-shrink: 0;
border-radius: var(--borderRadiusMd, 12px);
background: rgba(88, 114, 245, 0.64);
}

.b2-1 h4 {
margin: 0px;
 color: var(--colorBrandPrimaryDown, #5872F5);

/* heading3 */
font-family: "Nunito Sans";
font-size: 20px;
font-style: bold;
font-weight: 800;
line-height: 124%; /* 24.8px */
}

.b2-1 p {
color: var(--colorBrandPrimaryDown, #5872F5)
font-family: "Nunito Sans";
font-size: 12px;
font-style: normal;
font-weight: 700;
line-height: 150%; /* 18px */
}

.b2-1 p {}


.b2-2 h6 {
margin: 0px;
  color: var(--colorInterfaceLightPure, #FFF);

/* Site/Site - Caption 1 */
font-family: "Nunito Sans";
font-size: 12px;
font-style: normal;
font-weight: 700;
line-height: 115%; /* 13.8px */
}

.description-calc {
display: flex;
max-width: 512px;
padding: 16px;
align-items: center;
gap: 8px;
border-radius: var(--borderRadiusSm, 8px);
background: rgba(28, 153, 153, 0.32);
  margin-top: 16px;
  margin-bottom: 16px;
}

/* BOTÃO "VER MAIS" (NOVO) */
.load-more{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  min-height:48px;
  padding:12px 20px;
  border-radius:500px;
  border:none;
  background: rgba(0, 37, 224, 0.24);
  color:#B8C3FF;
  font-family:"Nunito Sans";
  font-size:16px;
  font-weight:700;
  cursor:pointer;
}

@media (max-width: 480px) {
  
  .modal {
    top: 10%;                   
    left: 50%;
    transform: translateX(-50%); 
    width: calc(100% - 24px);
    max-width: 420px;
    max-height: 85vh;
    padding: 16px;
    border-radius: 12px;
  }

  
 .color-b-1 {
  max-width: 166px;
width: 100%;

flex-shrink: 0;} 
  
  
.color-b-2 {
  max-width: 166px;
width: 100%;

flex-shrink: 0;}
  
  .color-box {
display: flex;
width: 100%;
align-items: flex-end;
gap: 8px;

}
  
  .b1-1 img {
  max-width: 40px;
  }

}
