#linha-pesquisa-pop {
  width: 100%;
  background: #082239;
}

div#linha-pesquisa-pop h3 {
  font-weight: 600;
  font-size: 50px;
  color: black;
  margin-bottom: 6%;
}

.linha-pesq-pop {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    overflow: hidden;
}

.faixa6 {
  background: white;
}

.card-linha-pesq {
  /* height: 400px; */
  padding: 25px;
  background: white;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align-last: center;
  border: 2px solid #EAEFF5;
  min-height: 326px;
  width: 100%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  transition: transform .3s ease, box-shadow .3s ease;
}

div#linha-pesquisa-pop .col-md-6 {
  width: 48% !important;
  padding-top: 20px;
  border: lightgray 2px solid;
  margin-bottom: 1%;
}

/* [SLICK - desativado temporariamente]
div#linha-pesquisa-pop .slick-track {
  display: flex;
  column-gap: 1%;
}
*/
#linha-pesquisa-pop h3::after {
  content: "";
  width: 250px !important;
  height: 9px !important;
  z-index: 2;
  position: absolute;
  left: 0;
  bottom: -13px;
  background: url(../img/BarraTitulo.png);
  background-repeat: no-repeat;
  background-position-x: 0px;
}

#linha-pesquisa-pop h3 {
  position: relative;
}

.txtlinha-pesquisa-pop {
  text-align: center;
  color: black;
}

#linha-pesquisa-popcard {
  border-radius: 13px !important;
}

.linha-pesquisa-pop-titulo {
  color: black;
  text-align: center;
}

.dep-img-size {
    justify-content: left;
    height: 100%;
    display: flex;
}

/* [SLICK - setas desativadas temporariamente]
.seta3 {
  position: absolute;
  width: 100%;
  top: 50%;
  display: flex;
  justify-content: space-between;
  left: 0;
}
.a-left3,
.a-right3 {
  cursor: pointer;
}
*/
.linha-pesquisa-pop-introtxt {
    display: flex;
    /* border-bottom: 2px solid grey; */
    /* min-height: 202px; */
    align-content: center;
    /* margin-bottom: 6%; */
}

img.linha-pesquisa-popimg {
    width: 100%;
    height: auto;
    min-width: 52px;
    max-width: 52px;
}

.linha-pesquisa-pop-titulo h4 {
    font-size: 1.8rem;
    font-weight: 600;
    color: #2f5b4f;
    margin: 0;
    text-align-last: left;
    text-align: left;
}

.banner-lp-bottom {
    background-color: #e6d0b0;
}

.titulo-banner-lp {
    color: #011802;;
    font-size: 2.1rem;
    font-weight: 600;
}

.texto-banner-lp {
    font-size: 1.6rem;
}

.banner-lp-bottom {
    height: fit-content;
}

.linha-pesquisa-pop-topo {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-start;
    align-items: flex-start;
    gap: 10px;
}

.titulo-subtitulo-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: nowrap;
    justify-content: flex-start;
}

p.linha-pesquisa-pop-subtitulo {
    font-size: 1.4rem !important;
    font-weight: 600 !important;
    text-align: left;
    text-align-last: left;
    color: #3e7f72;
}

.linha-pesquisa-pop-introtxt p {
    font-size: 1.4rem !important;
    text-align: left;
    text-align-last: left;
    color: #505050;
}

.linha-pesquisa-pop-introtxt p {
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.card-lp-cont {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    height: 100%;
}

.categoria-header h2.categoria-titulo {
    font-weight: 600;
    color: #08493c;
}

.banner-lp-textos {
    width: 70%;
}

.categoria-header h2{
    margin: 0;
}

.categoria-header {
    display: flex;
    flex-direction: column;
    border-left: 5px solid #0a7060;
    padding-left: 25px;
    margin-bottom: 25px;
}

.categoria-descricao p {
    color: #505050 !important;
    max-width: 75%;
}

@media (max-width: 1025px){
  .categoria-descricao p {
    max-width: 85%;
  }

  .banner-lp-textos {
    width: 85%;
}

}

