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

p, h3 {
    margin: 0px;
    font-family: "Nunito Sans";
}

.text-bar h3 {
    color: var(--colorInterfaceDarkDeep, #393B47);
    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: var(--colorInterfaceDarkDeep, #393B47);
    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;
    top: -2px;
border-radius: 0px 0px 4px 4px;
background: #2DA94F;
}


.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(--colorInterfaceDarkDown, #67697A);

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

.cnpj-forn {
  color: var(--colorInterfaceDarkUp, #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(--colorInterfaceDarkDown, #67697A);
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: var(--colorInterfaceLightDown, #E0E2EE);
}

.bloco-desconto {
display: flex;
padding: 12px;
align-items: flex-start;
gap: 8px;
align-self: stretch;
border-radius: var(--borderRadiusSm, 8px);
border: 1px solid var(--colorInterfaceLightDown, #E0E2EE);

}

.high-discount-tag {
 opacity: 100%;
 background: #2DA94F; /* cor dourada, por exemplo */
}

/* Exemplo: alterar cor da borda e fundo do bloco-desconto */
.high-discount-bloco {
  border: 0px solid #FFD700;
border-radius: var(--borderRadiusSm, 8px);
background: var(--colorStatusPositiveUp, #F2FDF5);
}

.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(--colorInterfaceDarkDown, #67697A);
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: var(--colorBrandPrimaryPure, #0025E0);
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: var(--colorInterfaceLightUp, #F3F5FE);
  color: #0025E0;
text-align: center;
font-family: "Nunito Sans";
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 100%; /* 16px */
}

.hubdb-img {
    width: 73px;
  padding: 8px;
    height: 73px;
    display: flex;
    justify-content: center;
    border: 1px solid var(--colorInterfaceLightDown, #E0E2EE);
    align-items: center;
  border-radius: var(--borderRadiusSm, 8px);
background: #Fff;
}

.hubdb-item {
    display: flex;
width: 280px;
padding: 0px 16px 16px 16px;
flex-direction: column;
align-items: flex-start;
gap: 16px;
  border-radius: 12px;
border: 1px solid var(--colorInterfaceLightDown, #E0E2EE);
background: #FFF;
}

.hubdb-item h3 {
    color: var(--colorInterfaceDarkDeep, #393B47);
    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;
}


.filters {
    margin-bottom: 40px;
    display: flex;
    align-items: center;
 gap: 8px;
  justify-content: space-between;
}

.filters select {
    
    padding: 5px;
    color: var(--colorBrandPrimaryPure, #0025E0);
    font-family: "Nunito Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%; /* 15.4px */
    border-radius: 8px;
    border: 1px solid var(--colorBrandPrimaryPure, #0025E0);
    opacity: 0.8;
    background: var(--Interface-Light-Pure, #FFF);
    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;
}

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

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


/* 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(--colorBrandPrimaryPure, #0025E0);
    font-family: "Nunito Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    border-radius: 8px;
    border: 1px solid var(--colorBrandPrimaryPure, #0025E0);
    background: var(--Interface-Light-Pure, #FFF);
    display: flex;
    align-items: center;
    cursor: pointer;
  height: 40px;
}

.checkbox-dropdown {
    display: none;
    position: absolute;
    background-color: #ffff;
    z-index: 1;
   max-height: 300px;
    overflow-y: auto;
    border: 1px solid var(--colorBrandPrimaryPure, #CED1E1);
    border-radius: 8px;
    padding: 16px;
    position: absolute;
    width: max-content;
  
}

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

.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: 800px;
border-radius: 8px;
}

/* 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%);
  background: #FFF;
  padding: 20px;
  border-radius: 8px;
  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;
}

#modal h2 {
  margin:0px;
  margin-top:8px;
color: var(--colorInterfaceDarkDeep, #393B47);

/* 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: var(--colorInterfaceDarkDeep, #393B47);

/* 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: #FFF8F9;

}

.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: var(--colorHighlightDeep, #E53E32);
}

.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: var(--colorInterfaceLightUp, #F3F5FE);

}

.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: var(--colorBrandPrimaryDown, #5872F5);
}

.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: var(--colorStatusPositiveUp, #F2FDF5);
  margin-top: 16px;
  margin-bottom: 16px;
}

@media (max-width: 480px) {
  
 .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;
  }

}