.termo{
  color: #6987bd;
  font-weight: 200;
  font-style: italic;
}
.nome_forn_col{
  font-weight: 300;
  color: #666;
  font-size: 0.75rem;
}
.nome_col{
  font-size: 1rem;
  color: #666;
}
.descr_col{
  font-size: 0.7rem;
  color: gray;
  padding: 0.5rem 0;
}
.resultados a{
  all:unset;
  color: #6987bd;
  cursor: pointer;
}
.resultados_fotos{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 0.5rem;
  margin: 0.5rem;
}
.title_res{
  text-align: left;
  padding: 5px 10px;
  font-weight: 500;
  background: #3b73c9;
  color: ghostwhite;
  margin: 0 0.5rem;
  margin-top: 0.5rem;
  border-radius: 5px;
}
.link_forn{

}
.link_gal{
  
}
.td_mini {
  display: table-cell;
  width: 340px;
  vertical-align: middle;
  height: 65px;
  align-items: center;
}
.imini1{
  left: 0;
}
.miniatura{
  width: 300px;
  max-height: 400px;
  object-fit: contain;
  border: solid 0.1rem #999;
}
.produtos{
  display: block;
  justify-content: center;

}
.main_foto{
  border: #2150a5 0.1rem solid;
  padding: 0.5rem;
  border-radius: 0.5rem;
  background: ghostwhite;
  box-shadow: 0.3rem 0.3rem 5px 0px #999;
  margin-bottom: 0.3rem;
}
.desfoca{
  filter: blur(3px);
}
.link_prod{
  background: ghostwhite;
  padding: 0.5rem;
  text-align: center;
}
.link_admin{
  font-size: 0.65rem;
}
.main_forn{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin: 0.5rem auto;
    max-width: 90%;
  }
  .tr_gal{
    border: solid, 0.15rem #446cc9;
    border-radius: 0.5rem;
    min-width: 300px;
    min-height: 120px;
  }
  .td_nome_nog{
    background-color: unset;
    background: #2A7B9B;
    background: linear-gradient(325deg, #5395fb00, #5395fb);
    color: #164da3;
    font-size: 0.85rem;
    min-height: 120px;
    min-width: 300px;
    border-radius: 0.5rem;
    max-width: --we;
    padding: 0.5rem;
    }
  .nome_descr {
    max-width: 75%;
    width: -webkit-fill-available;
    white-space: wrap;
    color: ghostwhite;
    }
    .nome_descr a{
    max-width: 75%;
    width: -webkit-fill-available;
    white-space: wrap;
    color: ghostwhite;
    }
    
    .mini_main{
      position: relative;
    display: flex;
    max-width: 90%;
    max-height: 150px;
  }
  .td_mini{
    display: flex;
    width: 180px;
    vertical-align: middle;
    height: 65px;
    align-items: center;
  }
  .nome_forn {
  font-size: 1rem;
  max-width: 75%;
  width: -webkit-fill-available;
  white-space: wrap;
  font-weight: 600;
  }
  .nome_forn a{
    color: yellow;
  }