.custom-accordion .accordion-item {
      border: 1px solid #fafbfc;
  margin-bottom: 20px;
  border-radius: 16px;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.11);
}

.custom-accordion .accordion-button {
  border-radius: 16px !important;
  transition: background-color 0.2s;
  font-family: Montserrat;
  font-size: 21px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
  padding-left: 40px;
  gap: 22px;
}

.custom-accordion .accordion-button:not(.collapsed) {
  background-color: #fff;
  box-shadow: none;
}

.custom-accordion .accordion-body {
  background-color: rgba(232, 234, 239, 0.3);
  padding: 20px;
  border-top: 1px solid #e0e6ed;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  text-align: left;
}


.subtitulo p{
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}

.titulo_contato_faq h3{
  font-family: Montserrat;
  font-size: 41px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  margin: 0;
}

.titulo_contato_faq p{
  font-family: Montserrat;
  font-size: 41px;
  font-style: normal;
  font-weight: 700;
  line-height: 56px;
  margin-top: 0;
}

.accordion{
  margin-top: 54px;
  padding-bottom: 104px;
}


.card-results{
    height: 384px !important;
  max-width: 344px;
  border-radius: 16px;
  border: 2px solid #E8EAEF;
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.07);
}

.image-card {
  height: 200px; /* altura base para todos */
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-bottom: 1px solid #dddddd5e;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  overflow: hidden; /* garante que a imagem não saia da área */
}

/* Quando for full-stretch, a imagem ocupa o espaço todo sem precisar de centralização */
.image-card.full-stretch {
  display: block; /* tira o flex para a imagem preencher */
}

/* Espaço reservado quando não tem imagem */
.image-card .placeholder {
  width: 100%;
  height: 200px; /* ajuste conforme design */
  background: #f0f0f0;
  display: block;
}

/* 🔹 default (padrão / comportamento original) */
.image-card.default img {
  object-fit: initial;
}

/* 🔹 full-stretch (ocupar todo espaço esticado proporcionalmente) */
.image-card.full-stretch img,
.image-card.full-stretch .placeholder {
  width: 100%;
  height: 100%;
  object-fit: cover;       /* cobre todo espaço proporcionalmente */
  object-position: center; /* centraliza */
}

/* 🔹 margin-32 (com margem de 32px) */
.image-card.margin-32 img,
.image-card.margin-32 .placeholder {
  max-width: calc(100% - 64px);   /* 32px de cada lado */
  max-height: calc(100% - 64px);  /* 32px em cima/baixo */
  margin: auto;
  display: block;
  object-fit: contain; /* mantém proporção */
}

.card-img-top{
    object-fit: contain;
  max-height: 156px;
}

.badge {
    height: 40px;
  width: 40px;
  border-radius:100px;
  display: grid;
  align-items: center;
  margin-top: -37px;
  background-color: #e8eaef !important;
  font-size: 11px;
}


.result_gradiente.expandido {
  height: auto; /* ou algo mais adequado ao seu conteúdo */
}

.titulo_topo{
max-width: 650px;
margin: 0 auto;
margin-top: 60px;
text-align: center;
font-family: Montserrat;
font-size: 56px;
font-style: normal;
font-weight: 700;
line-height: 64px;
}

.form_search{
    background: #fff;
  border-radius: 16px;
  border: 1px solid #E8EAEF;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.11);
  height: 160px;
  display: flex;
  align-content: center;
  margin-top: 65px !important;
  padding: 32px 40px;
}

.conteudo_resultados{
    margin-top: 88px;
}

.result_gradiente .form-control{
    width: 100%;
  height: 64px;
  border-radius:8px;
  border: 2px solid #E8EAEF;
  background:#FAFBFC;
  padding: 0 65px;
  font-size: 18px;
  padding-right: 24px !important;
}

.result_gradiente .form-control::placeholder{
  color: #80818C;
}

.result_gradiente .form-control:focus{
  border: 2px solid #10A2EF;
}

.result_gradiente .btn{
 width: 307px;
  height: 64px;
  border-radius:8px;
  background:#10A2EF;
  border:inherit;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}

.result_gradiente .btn:hover{
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.15) 100%), #10A2EF;
}

.titulo_form{
    text-align: left;
    color: #80818C;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

.result_gradiente .container, .container.conteudo_resultados{
    max-width: 1152px;
    padding: 0 !important;
    position: relative;
    z-index: 9;
}

.card-title a{
    font-family: Montserrat;
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px; /* 133.333% */
    letter-spacing: -1.32px;
}

.card-body{
    padding: 18px 32px;
}

.card-text small{
    color: #80818C;
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.pagination{
    border-radius:16px;
  border:1px solid #E8EAEF;
  background:#FFF;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.11) !important;
  justify-content: center;
  align-content: center;
  align-items: center;
  padding: 0 21px;
}

.page-item.disabled{
    font-family: "DM Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  padding-right: 15px;
}

.pagination .page-link {
  color: #10A2EF !important;
  margin: 0 2px;
  font-family: "DM Sans";
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: 24px;
}

.pagination .page-item.active .page-link {
    background-color: #10A2EF;
  color: #fff !important;
  border:none;
  width: 56px;
  height: 52px;
  border-radius:0;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}

.pagination .page-item.disabled .page-link {
 color: #C8CAD0 !important;
  pointer-events: none;
  background-color: transparent;
}

.border-right{
    height: 30px;
  width: 2px;
  background:#E8EAEF;
  margin-right: 20px;
}

.contato_faq{
  background:var(--cor-faq);
  padding-top: 88px;
}

.contato_faq .container{
    max-width: 1152px;
}

.form_no_result{
    display: block;
    margin: 0 auto;
  width: 536px;
}

.titulo_ops{
    font-family: Montserrat;
font-size: 29px;
font-style: normal;
font-weight: 700 !important;
line-height: 40px;
color: #2A394E !important;
}

.texto_ops{
    color: #2A394E !important;
  text-align: center;
  font-family: "DM Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 32px;
  max-width: 771px;
  margin: 0 auto;
    margin-bottom: 0px;
}

.form_text_ops{
    border-radius:8px;
  border:2px solid #E8EAEF;
  background:#fff;
  width: 536px;
  height: 64px;
  text-align: center;
  font-family: "DM Sans";
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: 24px;
color: #80818C;
margin-bottom: 15px;
}

.form_text_ops::placeholder{
    opacity: 0.8;
}

.button_ops{
    width: 536px;
  height: 64px;
  border:0;
  border-radius:6px;
  background:#10A2EF;
  font-family: Montserrat;
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: 24px;
}

.card_ops{
    justify-content: center;
  align-content: center;
  align-items: center;
  border-radius:16px;
  border:1px solid #E8EAEF !important;
  background:#FFF;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.11) !important;
}

.swiper-produtos {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-right:30px;
}

.swiper-produtos .swiper-wrapper {
  display: flex;
  transition-timing-function: ease;
  padding: 10px 0;
  padding-bottom: 30px;
}

.swiper-produtos .swiper-slide {
  text-align: center;
  max-width: 100%;
}

.categorias_swipe.swiper-buttons-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-top: 0px;
  gap: 10px;
}

.categorias_swipe.swiper-button-prev,
.categorias_swipe.swiper-button-next {
  position: relative; /* mantém sem absoluto */
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;

  /* remove o círculo */
  width: auto !important;
  height: auto !important;
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;

  /* remove cor herdada que poderia afetar */
  color: inherit !important;
  font-size: inherit !important;
}

.categorias_swipe.swiper-button-prev{
  left: -20px !important;
}

.categorias_swipe.swiper-button-next{
  right: -50px !important;
}

.categorias_swipe.swiper-button-next::after, .categorias_swipe.swiper-button-prev::after {
   display: none !important; /* tira o ícone padrão do Swiper */
}

.categorias_swipe i{
  color: #10A2EF;
}
.container.especifico{
  max-width: 1152px;
  margin-top: 110px;
  padding: 0;
}

.btn_categoria{
  display: flex;
  padding:8px 24px;
  justify-content: center;
  align-items: center;
  gap:8px;
  border-radius:16px;
  border:2px solid #E8EAEF;
  background:#FFF;
  box-shadow: 0px 5px 25px 0px rgba(114, 114, 255, 0.12);
  min-height: 60px;
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 21.6px; /* 135% */
  letter-spacing: -0.72px;
}

.btn.btn_categoria:hover{
  background: inherit !important;
  box-shadow: 0px 5px 25px 0px rgba(114, 114, 255, 0.12);
  border: 2px solid #10A2EF;
}

.form_newsletter_top svg{
  position: absolute;
  left: 25px;
  top: 22px;
  width: 18px;
  fill: #80818C;
}

.titulo_form_2{
  color: #2A394E;
  font-family: Montserrat;
  font-size: 17px;
  font-style: normal;
  font-weight: 800;
  line-height: 32px;
  text-align: left;
}

.especifico p{
  margin-bottom: 40px !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.descricao_category {
  height: auto;
  overflow: hidden;
  transition: height 0.3s ease, background-color 0.3s ease;
}

.descricao_category.expandida {
  height: auto;
}

.arrow {
  cursor: pointer;
  margin-top: 10px;
  display: inline-block;
  transition: transform 0.3s ease;
}

.arrow svg path {
  fill: white;
  transition: fill 0.3s ease;
}

.descricao_category.expandida + .arrow svg path {
  fill: black;
}


.descricao_category p{
  color: #FFF;
text-align: center;
font-family: "DM Sans";
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 32px;
margin-top: 8px;
}

.swiper-header {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 10px;
  position: relative;
  top: -30px;
}

.swiper-navigation {
  display: flex;
  gap: 10px;
}


.swiper-destaques-prev,
.swiper-destaques-next {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px !important;
  cursor: pointer;
  position: static;
  color: #A4A6AB;
  border:2px solid #E8EAEF;
  box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.16);
  border-radius:100px;
}

.swiper-destaques-prev::after,
.swiper-destaques-next::after {
  font-family: swiper-icons;
  font-size: 14px;
  font-weight: bold;
  display: none;
}


.slide_categoria{
  margin-top: 100px;
  margin-bottom: 188px;
}



.swiper-header {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 10px;
  position: relative;
  margin-top: -50px; /* Ajusta para ficar alinhado com o botão "Ver todos" */
}

.swiper-navigation {
  display: flex;
  gap: 10px;
}

.swiper-categoria{
   padding:64px 0px;
    
}
.swiper-button-prev:hover, .swiper-button-next:hover{
    background: #FFF !important;
}
.swiper-categoria-prev,
.swiper-categoria-next {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px !important;
  cursor: pointer;
  position: static;
  color: #A4A6AB;
  border:2px solid #E8EAEF;
  box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.16);
  border-radius:100px;
}

.swiper-categoria-prev::after,
.swiper-categoria-next::after {
  font-family: swiper-icons;
  font-size: 14px;
  font-weight: bold;
  display: none;
}

.swiper-produtos::before {
  display: block;
  content: '';
  position: absolute;
  right: 0;
  height: 82px;
  width: 82px;
  z-index: 2;
  background: var(--Toggle-Gradient-Right, linear-gradient(270deg, #FFF 29.81%, rgba(255, 255, 255, 0.00) 60.01%));
}

.category-box {
    max-height: 256px; /* altura inicial */
    overflow: hidden;
    transition: max-height 0.3s ease;
    position: relative;
  }

  .category-box li{
    margin-bottom: 24px;
  }

  .category-box.expanded {
    max-height: 1000px; /* altura expandida */
  }

  .ver-mais-btn {
    cursor: pointer;
    display: inline-block;
    color: #10A2EF;
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
    width: 100%;
  }

  .valores-section{
    max-width: 1152px;
  margin:0 auto;
  background-size: 736px 872px;
  background-repeat: no-repeat;
  background-position: 400px;
  min-height: 872px;
  display: flex;
  align-items: center;

  }

  .valores-section .container, .categorias_box .container{
    padding: 0 !important;
  }

  .valores-section .subtitulo{
    color:#2F1364;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 171.429% */
  }
  
  .item_valor {
  display: flex;
  align-items: flex-start; /* mantém alinhado no topo */
  gap: 12px; /* espaço entre número e texto */
}

.item_valor .numero_semrush {
  flex-shrink: 0; /* impede que o número "encolha" */
  top: 0; /* remove deslocamento forçado */
  position: relative;
}

.item_valor .conteudo_valor {
  display: flex;
  flex-direction: column;
}

/* bloco do conteúdo */
.valores-section .title_list_valores {
  color: #2A394E;
  font-family: Montserrat;
  font-size: 23px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  margin: 0 0 4px 0; /* espaço embaixo do título */
}

/* descrição */
.valores-section .descricao_list {
  margin: 0;
  max-width: 414px;
  color: #80818C;
  font-family: "DM Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
  .valores-section h2{
    color:#2A394E;
    font-family: Montserrat;
    font-size: 41px;
    font-style: normal;
    font-weight: 400;
    line-height: 44px; /* 136.585% */
  }

  .valores-section h2 strong{
    font-weight: 700;
  }

  .valores-section p{
    color: #2A394E;
    font-family: Montserrat;
    font-size: 23px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px; /* 139.13% */
  }

  .numero_semrush{
    font-family: Montserrat;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    background: linear-gradient(315deg, #9119B3 0%, rgba(230, 76, 76, 0.94) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-right: 24px;
    position: relative;
    top: 5px;
  }

  .valores-section p{
  margin-left: 0px;
  max-width: 414px;
  color: #80818C;
  font-family: "DM Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 133.333% */
  }

  .card_direita{
    max-width: 511px;
  padding: 30px 0px !important;
  margin: 0 30px;
  }

  .categorias_box{
    min-height: 772px;
    background: var(--bg-categorias);
    padding-bottom: 100px;
  }

  .dados_categoria{
    padding-top: 88px;
  }

  .dados_categoria h2{
    color: #ECF5FA !important;
    text-align: center;
    font-family: Montserrat ;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 171.429% */
  }

  .dados_categoria .titulo-400{
    color: #FFF !important;
    text-align: center;
    font-family: Montserrat;
    font-size: 41px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 56px;
  }

  .dados_categoria .titulo-bold{
    text-align: center;
    color: #FFF;
    font-family: Montserrat;
    font-size: 41px;
    font-style: normal;
    font-weight: 700;
    line-height: 56px;
  }

  .dados_categoria .descricao{
    color:#FFF;
    text-align: center;
    font-family: "DM Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 80px;
    margin-top: -70px;
  }


  .card_categoria{
    border-radius:16px;
  border:2px solid #E8EAEF;
  background:#FFF;
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.07);
  }

  .card-header{
    padding:24px 32px;
  background:#E8EAEF1C;
  border-radius: 16px 16px 0px 0px !important;
  text-align: center;
  }

  .card-header h6, .card-header h6 a {
    color: #2A394E;
    text-align: center;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 133.333% */
  }

  .category-box a{
    color: #80818C;
    font-family: "DM Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 32px; /* 177.778% */
    transition: color 0.3s ease;
  }
  
.category-title-link{
    font-family: 'Montserrat';
font-style: normal;
font-weight: 700;
font-size: 18px;
line-height: 24px;
/* idêntico à altura da caixa ou 133% */
text-align: center;
color:#2A394E;

}
  .category-box a:hover,
  .category-title-link:hover {
    color: #10A2EF !important;
    text-decoration: none !important;
  }

  .ver-mais-btn::before{
    display: block;
  content: "";
  height: 22px;
  border-radius:0px 0px 16px 16px;
  background:linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, #FFF 70.83%);
  position: absolute;
  bottom: 42px;
  width: 200px;
  left: 0px;
  }

  .ver_mais_categoria{
    text-align: center;
    color: #fff;
    margin-top: 32px;
  }

  .ver_mais_categoria a{
    color: #fff;
    text-decoration: none;
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
  }

  .conteudo_resultados .title-categoria{
    margin-top:104px;
    color: #2A394E;
    font-family: Montserrat;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    max-width: 350px;
    padding-bottom: 4px !important;
  }

  .conteudo_resultados h3:hover{
    color: #10A2EF;
    cursor: pointer;
    
  }

  .conteudo_resultados a{
    text-decoration: none;
  }

  .conteudo_resultados .ver_todos{
    color: #80818C;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    text-decoration: none;
    position: relative;
  z-index: 9;
  }

  .ver_todos{
    cursor: pointer;
  }

  .ver_todos:hover{
    color: #10A2EF;
  }

  /* Layout para título e controles */
  .slide_categoria .section-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 20px;
  }

  .slide_categoria .title-and-link {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .slide_categoria .navigation-controls {
    display: flex;
    gap: 10px;
    margin-top: 8px; /* Alinha com o botão "Ver todos" */
  }

  /* Responsivo para mobile */
  @media (max-width: 768px) {
    .slide_categoria .section-header {
      flex-direction: column;
      gap: 15px;
    }

    .slide_categoria .navigation-controls {
      align-self: flex-end;
      margin-top: 0;
    }
  }

  .card_direita span.desconto{
    border-radius:8px 8px 8px 0px;
  background:#28D5A7;
  color: #fff;
  font-size: 12px;
  height: 20px;
  display: inline-block;
  width: 64px;
  text-align: center;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 800;
  line-height: 20px;
  }
.home .dados_categoria p{
    line-height:32px!important;
}
  .card_direita .apartir{
    color: #80818C;
    font-family: "DM Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-left: 0;
    margin-bottom: 0;
  }

  .avaliacoes .mb-2 small{
    width: 140px;
  }
  
  .valor_antigo{
    color: #A4A6AB;
  text-align: right;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  }

  .card_direita .valor_real {
    color: #2A394E;
    font-family: Montserrat;
    font-size: 23px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 4px;
    text-align: right;
  }

  .btn-oferta:hover{
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.15) 100%), #10A2EF;
    color: #fff;
  }
  .btn-oferta{
    border-radius:4px;
  background:#10A2EF;
  height: 55px;
  justify-content: center;
  display: flex;
  align-items: center;
  color: #fff;
  gap: 20px;
  margin-bottom: 5px !important;
  font-size: 18px;
  font-family: Montserrat;
  align-content: center;
  font-weight: 700;
  }

  .btn-score {
  border-radius:6px;
  border:1px solid #E8EAEF;
  background:#FFF;
}

.btn-score:hover{
  border:1px solid #E8EAEF;
  background:#FFF !important;
}

.btn-score p{
  margin-left: 0px;
  margin-bottom: 0px;
  color: #2A394E;
  text-align: left;
  font-family: "DM Sans";
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
}

.rating-stars{
  font-size: 14px;
  margin-top: 6px;
  text-align: left;
}

.rating_numero{
  display: flex;
  flex-direction: column;
  color: #2A394E;
  text-align: right;
  font-family: Montserrat;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  position: relative;
  top: 5px;
  cursor: default;
}

.rating_numero span{
  font-size: 10px;
  font-weight: 500;
  position: relative;
  top: -5px;
}
.avaliacao-item {
  margin-bottom: 12px;
}

.avaliacao-row {
  display: flex;
  align-items: center;
  gap: 10px; /* espaço entre nota e barra */
}

.avaliacao-nota {
  font-weight: 600;
  font-size: 14px;
  min-width: 30px; /* largura fixa p/ alinhar */
  text-align: right;
}

.progress {
  flex: 1; /* barra ocupa todo o espaço restante */
  height: 14px;
  background: #f1f1f1;
  border-radius: 6px;
  overflow: hidden; width: 60%;
}
/*.progress{
  width: 60%;
}

.avaliacoes{
  margin-left: 9px;
  display: flex;
  flex-direction: column;
  gap: 11px;
  margin-top: 10px;
  max-height: 200px;
  overflow-y: auto;
  padding-right: 10px;
  margin-bottom: 15px;
}*/

.number_format{
  color: var(--Intense-Dark-Blue, #2A394E);
  text-align: right;
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px; /* 100% */
  min-width: 40px;
  margin-left: auto;
}

  .result_gradiente{
    height: 440px;
    width: 100%;
    position: relative;
   transition: max-height 0.3s ease;
  }

  .imagem-fundo {
  position: absolute;
  inset: 0;
  background: var(--bg-image, linear-gradient(118deg, var(--gradiente-cor1) 10.16%, var(--gradiente-cor2) 87.64%, var(--gradiente-cor3) 100%));
  background-size: cover;
  background-position: center;
  z-index: 1;
  opacity: 1;
  height: 440px;
}
  .gradiente-por-cima{
    background: 
    linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), 
    linear-gradient(118deg, var(--gradiente-cor1) 10.16%, var(--gradiente-cor2) 87.64%, var(--gradiente-cor3) 100%);
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
  }
  
  .coluna_semrush {
  background-image: var(--fundo-coluna-semrush);      
  background-size: 100% 100%;
  height: 551px;
  background-repeat: no-repeat;
  margin-top: 51px;
  margin-left: auto;
  width: 632px;
}

.imagem_semrush {
  border-radius: 6px;
  width: 200px;
  height: 200px;
  background: var(--fundo-logo-semrush);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  margin-top: 6px;
  flex-shrink: 0;
}

.logo_semrush {
  width: 103px;
  height: auto;
  max-width: 100%;
  object-fit: contain;
  position: relative;
  top: 4px;
  left: 10px;
}

.titulo_semrush {
 margin-left: 0 !important;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 700 !important;
  font-size: 29px !important;
  line-height: 32px !important;
  color: #2A394E !important;

  /* Ajustes contra truncamento */
  white-space: normal !important;
  overflow: visible !important;
  text-overflow: clip !important;

}

.avaliacoes {
  max-height: none !important;
  height: auto !important;
  overflow: visible !important;
}

/* Linha da avaliação */
.avaliacao-item {
  display: grid;
  grid-template-columns: 140px 1fr 40px; /* título | barra | nota */
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

/* título */
.avaliacao-titulo {
  font-family: 'DM Sans', sans-serif;
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
  color: #2A394E;
}

/* barra (igual Figma: bg branco, sombra difusa, 6px) */
.progress {
  position: relative;
  height: 8px;
  background: #FAFBFC; /* Intense Light Gray */
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.11);
}

/* preenchimento da barra */
.progress-bar {
  height: 100%;
  border-radius: inherit;
  transition: width 0.3s ease;
}

/* nota */
.avaliacao-nota {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
  color: #2A394E;
  text-align: right;
  font-variant-numeric: tabular-nums; /* alinha 4.0 / 2.5 */
}

.dados_categoria .descricao{
    margin-top: 18px !important;
}

/* ==========================
   FAQ - Estilo da Sanfona
   ========================== */
/* FAQ - estilos aplicados APENAS dentro da seção da FAQ */
.contato_faq .custom-accordion .accordion-item {
  background: #FFFFFF;
  border: 1px solid #FAFBFC;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.11);
  border-radius: 16px;
  margin-bottom: 20px;
  overflow: hidden;
}

.contato_faq .custom-accordion .accordion-button {
  background: #FFFFFF;
  border-radius: 16px !important;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 21px;
  line-height: 40px;
  color: #2A394E;
  padding: 20px 24px;
  gap: 12px;
  box-shadow: none;
}

.contato_faq .custom-accordion .accordion-button:not(.collapsed) {
  background: #FFFFFF;
  color: #2A394E;
  border-bottom: 1px solid #E8EAEF;
  border-radius: 16px 16px 0 0 !important;
  box-shadow: none;
}

.contato_faq .custom-accordion .accordion-body {
  background: rgba(232, 234, 239, 0.2);
  font-family: 'DM Sans', sans-serif;
  font-weight: 400;
  font-size: 21px;
  line-height: 38px;
  color: #2A394E;
  padding: 20px 24px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}

/* =======================
   Newsletter (Footer)
   ======================= */
.oportunidades {
  padding: 80px 20px;
  text-align: center;
  color: #fff;
  position: relative;
  overflow: hidden;
}

/* Container do título + descrição */
.oportunidades .titulo-oportunidades {
  margin: 0 auto 40px;
}
.titulo-oportunidades p{
    margin: 0 auto !important;
}
.titulo-oportunidades .newsletter-title-1{
    font-family: Montserrat;
    font-size: 41px;
    font-style: normal;
    font-weight: 400;
    line-height: 56px;
    color: #fff;
    padding-top: 104px;
    margin: 0;
  }

.titulo-oportunidades .newsletter-title-2{
    color:#FFF;
    font-family: Montserrat;
    font-size: 41px;
    font-style: normal;
    font-weight: 700;
    line-height: 56px;
    margin-top: 0;
}
/* Espaçamento entre primeira e segunda linha de título */
.oportunidades .newsletter-title + .newsletter-title {
  margin-bottom: 12px;
}

/* Texto de descrição */
.oportunidades .newsletter-desc {
  font-family: 'DM Sans', sans-serif;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  color: #fff;
  opacity: 0.9;
  max-width: 640px;
  margin: 0 auto 32px;
}

.oportunidades .newsletter-desc strong {
  font-weight: 700;
}

/* Form */
.oportunidades .newsletter form {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.oportunidades .newsletter .input-group {
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(255, 255, 255, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 4px;
  padding: 12px 16px;
}

.oportunidades .newsletter input[type="email"] {
  background: transparent;
  border: none;
  outline: none;
  color: #fff;
  font-family: 'DM Sans', sans-serif;
  font-size: 18px;
  flex: 1;
}

.oportunidades .newsletter input::placeholder {
  color: #fff;
  opacity: 0.9;
}

/* Botão */
.oportunidades .newsletter button {
  background: #fff;
  color: #9119B3; /* pode ser adaptado ao gradiente */
  border: 1px solid #fff;
  box-shadow: 0px 15px 65px rgba(0, 0, 0, 0.14);
  border-radius: 4px;
  padding: 14px 24px;
  font-family: 'DM Sans', sans-serif;
  font-weight: 800;
  font-size: 19px;
  line-height: 32px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.oportunidades .newsletter button:hover {
  background: #f5f5f5;
}

/* Responsividade */
@media (max-width: 768px) {
    .especifico{
        margin-top:24px !important;
    }
    
  .descricao_category p{
margin-top: 18px;
}
.especifico .mb-3{
 margin-bottom: 16px !important;
 margin-top:74px !important;
    
}

 .swiper-produtos .swiper-slide {
     width: auto !important;     /* acompanha conteúdo */
    margin-right: 12px;
  }
  

  .btn_categoria {
    font-size: 14px;
    line-height: 1.3;
    padding: 8px 12px;
    text-align: center;

    white-space: nowrap;        /* nunca quebra */
    overflow: hidden;
    text-overflow: ellipsis;    /* opcional: se quiser "..." quando muito longo */

    max-width: none;            /* deixa crescer conforme texto */
  }
  
.list-unstyled{
    margin-top:48px !important;
}
  .oportunidades .newsletter-title {
    font-size: 20px;
    line-height: 28px;
  }

  .oportunidades .newsletter-desc {
    font-size: 16px;
    line-height: 26px;
  }

  .oportunidades .newsletter form {
    flex-direction: column;
    gap: 16px;
  }

  .oportunidades .newsletter .input-group,
  .oportunidades .newsletter button {
    width: 100%;
    max-width: 340px;
  }
  
  .dados_categoria .titulo-400{
    color: #FFF !important;
    text-align: center;
    font-family: Montserrat;
    font-size: 28px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 0px !important;
    letter-spacing: -0.05em !important;
  }
.dados_categoria .titulo-bold{
    text-align: center;
    color: #FFF;
    font-family: Montserrat;
    font-size: 28px !important;
    font-style: normal;
    font-weight: 700;
    line-height: 0px !important;
    margin-top: -5px !important;
    letter-spacing: -0.05em !important;
  }
  .swiper-categoria{
  padding: 50px 0px !important;
}

.conteudo_resultados .title-categoria{
    margin-bottom: 8px !important;
    color: #2A394E;
    font-family: Montserrat;
    font-size: 24px !important;
    font-style: normal;
    font-weight: 700;
    line-height: 28px !important;
    max-width: 350px;

}
.conteudo_resultados .ver_todos{
    margin-bottom: 40px !important;
}
.slide_categoria{
    margin-bottom: 64px !important;
}
.slide_categoria .swiper-wrapper{
    margin-top:40px !important;
    margin-bottom: 64px !important;
}
.oportunidades {
  padding: 0px 0px !important;
  
}
.oportunidades .newsletter button {
    font-size: 16px !important;
}
.contato_faq{
    margin-top: -150px !important;
}
.contato_faq .titulo_contato_faq p{
    color: #2A394E !important;
    font-family: Montserrat !important;
    font-size: 24px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: 28px !important;
    
}
#faqAccordion .accordion-item .accordion-body p{
    font-family: 'DM Sans' !important;
   font-style: normal !important;
font-weight: 400 !important;
font-size: 18px !important;
line-height: 30px !important;
/* ou 167% */

/* Intense Dark Blue */
color: #2A394E !important;
}

.titulo-oportunidades .newsletter-title-1{
    font-family: Montserrat;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    color: #fff;
    padding-top: 104px;
    margin: 0;
    letter-spacing: -0.05em;
  }

.titulo-oportunidades .newsletter-title-2{
    color:#FFF;
    font-family: Montserrat;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    margin-top: 0;
    letter-spacing: -0.05em;
}


.oportunidades .newsletter form{
    margin-bottom: 80px !important;
}
}