.listServsInvest {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: start;
  align-items: center;
  padding: 20px 0;
  margin: 0 35px;

  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  font-size: 14px;
}

.listServsInvest li {
  border: 1px solid #ffffff;
  text-align: center;
  border-radius: 5px;
  width: 130px;
  height: 130px;
  margin: 0 8px 8px 0;
  transition: 0.4s;
}

.listServsInvest li h3 {
  font-size: 14px;
  font-family: 'Roboto';
  font-weight: 400;
}

.listServsInvest li i {
  font-size: 4rem;
}

.listServsInvest .titleItem {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: start;
  border: none;
}

.listServsInvest li a {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  height: 100%;
  padding: 15px;
  color: #ffffff;
  transition: 0.3s;
}

.listServsInvest li a:hover {
  background-color: #fff;
  color: var(--color_primary);
  transition: 0.3s;
}

.servicos_investconde {
  padding: 25px 0;
  background-color: var(--color_primary);
  width: 60%;
  min-height: 370px;
}

.novo_investconde {
  padding: 25px 0;
  box-sizing: border-box;
  border: 0.883025px solid #FCCF13;
  border-radius: 4.41512px;
  width: 40%;
}

.listServsInvest .titleItem {
  border: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.listServsInvest .titleInvestConde {
  color: #fff;
  margin: 0;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
}

.detailTitle {
  width: 70px;
  height: 3px;
  background-color: var(--color_details);
  margin-top: 5px;
  margin-bottom: 10px;
  display: block;
}

@media screen and (max-width: 720px) {

  .servicos_investconde,
  .novo_investconde {
    width: auto;
  }

  .novo_investconde {
    margin-top: 10px;
  }

}

@media screen and (max-width: 889px) {
  .listServsInvest {
    justify-content: center;
  }
}


/********DESCRICAO INVESTCONDE */

#containerInvestConde.container {
  margin-bottom: 60px;
  gap: 30px;
}

.descInvestConde {
  display: flex;
  flex-direction: column;
  width: 50%;
  height: 100%;
  background-color: #F9F9FC;
}

.investCondeBottom {
  display: flex;
  margin-left: auto;
}

.lampInvestConde {
  display: flex;
  margin-left: 90%;
}

@media screen and (max-width: 720px) {

  .mosaicoInvetConde,
  .descInvestConde {
    width: auto;
  }

}

.titleDescInvest {
  display: flex;
  flex-direction: column;
  margin-left: 40px;
  margin-top: -32px;
  margin-bottom: auto;
  height: 200px;
  max-height: 300px;
}

.titleDescInvest h2 {
  font-family: 'Heebo';
  font-style: normal;
  font-weight: 300;
  font-size: 48px;
  line-height: 102.37%;
  color: #013C7A;
  margin-bottom: 20px;
  z-index: 9;
}

.titleDescInvest p {
  max-width: 480px;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 127.69%;
  color: #394053;
  z-index: 9;
}

@media screen and (min-width:51px) and (max-width: 1024px) {
  .titleDescInvest p {
    width: auto;
  }
}

/*********MOSAICO INVESTCONDE**********/

.mosaicoInvestConde {
  display: grid;
  width: 50%;
  grid-template-areas:
    "A B"
    "A C";
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 2fr 2fr;
  gap: 10px;
  height: 100%;
}

.mosaicoInvestConde>.compreNoConde {
  grid-area: A;
  width: 286.4px;
}

.mosaicoInvestConde>.servicosConde {
  grid-area: B;
  width: 307.54px;
  height: 204.29px;
}

.mosaicoInvestConde>.calEventosConde {
  grid-area: C;
  width: 307.54px;
  height: 204.29px;
}

.mosaicoInvestConde>.compreNoConde>img,
.mosaicoInvestConde>.servicosConde>img,
.mosaicoInvestConde>.calEventosConde>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mosaicoInvestConde>.compreNoConde>h2,
.mosaicoInvestConde>.servicosConde>h2,
.mosaicoInvestConde>.calEventosConde>h2 {
  position: absolute;
  font-family: 'Heebo';
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 102.37%;
  color: #FFFFFF;
  padding: 10px;
  padding-bottom: 50px;
}

.mosaicoInvestConde>.compreNoConde>h2::before,
.mosaicoInvestConde>.servicosConde>h2::before,
.mosaicoInvestConde>.calEventosConde>h2::before {
  content: "";
  width: 70px;
  position: absolute;
  display: block;
  height: 2px;
  background-color: #FCCF13;
  top: auto;
  bottom: 30px;
  left: 10px;
}

@media screen and (max-width: 720px) {
  .mosaicoInvestConde {
    display: flex;
    flex-direction: column;
    width: auto;
    gap: 10px;
  }

  .mosaicoInvestConde>.compreNoConde,
  .mosaicoInvestConde>.servicosConde,
  .mosaicoInvestConde>.calEventosConde,
  .mosaicoInvestConde>.compreNoConde>img,
  .mosaicoInvestConde>.servicosConde>img,
  .mosaicoInvestConde>.calEventosConde>img {
    width: 100%;
    height: 204.29px;
  }

  .descInvestConde {
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 721px) {
  #containerInvestConde.container {
    display: flex;
    justify-content: center;
    height: 450px;
  }

  .mosaicoInvestConde>.compreNoConde,
  .mosaicoInvestConde>.servicosConde,
  .mosaicoInvestConde>.calEventosConde {
    display: flex;
    width: auto;
    align-items: end;
    height: 100%;
  }

  .mosaicoInvestConde>.compreNoConde>h2,
  .mosaicoInvestConde>.servicosConde>h2,
  .mosaicoInvestConde>.calEventosConde>h2 {
    width: 25%;
  }
}

@media screen and (min-width: 1024px) {

  .mosaicoInvestConde>.compreNoConde>h2,
  .mosaicoInvestConde>.servicosConde>h2,
  .mosaicoInvestConde>.calEventosConde>h2 {
    width: 15%;
  }
}

/******NOTÍCIAS INVESTCONDE*******/

.idx_news #maisNoticiasInvest {
  display: flex;
  align-items: center;
  margin-top: 20px;
  width: 100%;
  justify-content: start;
}

.idx_news #maisNoticiasInvest hr {
  display: inline-block;
  height: 2.16px;
  width: 83%;
  background-color: var(--color_primary);
  ;
}

.idx_news #maisNoticiasInvest a {
  display: inline-block;
  font-family: "Roboto", "sans-serif";
  font-size: 1.6rem;
  line-height: 102.19%;
  color: var(--color_primary);
  margin-left: 10px;
  transition: all ease 0.3s;
}

#idx_news_InvestConde {
  padding: 0;
  margin-bottom: 50px;
}

#idx_news_InvestConde article h1 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical; 
}

.idx_news #maisNoticiasInvest a:before {
  content: "→";
  display: inline-block;
  margin: 0 10px;
}

#idx_news_InvestConde .container span {
  background-color: #FCCF13;
}

/***MIDIAS IG****/

#containerInvestMidia {
  margin-bottom: 50px;
}

.infoInvestConde {
  display: flex;
  padding: 20px;
  min-height: 386px;
  justify-content: space-between;
  background-color: var(--color_primary);
  width: 80%;
}

.infoInvestConde .infoDesc {
  display: flex;
  flex-direction: column;
  width: 50%;
  justify-content: center;
  align-items: start;
  margin: 30px;
}

.infoInvestConde .infoDesc h2 {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-size: 12.62px;
  line-height: 19px;
  color: #FFFFFF;
}

.infoInvestConde .infoDesc h2::before {
  content: "";
  width: 200px;
  position: relative;
  display: block;
  height: 1.5px;
  background-color: #fff;
  top: 35px;
}

.infoInvestConde .paragrafoDesc {
  display: flex;
  gap: 20px;
  flex-direction: column;
  margin-top: 40px;
}

.infoInvestConde .infoDesc p {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 19px;
  color: #FFFFFF;
}

.infoInvestConde .imgInvestMidia {
  display: flex;
  width: 50%;
  justify-content: center;
  align-items: center;
}

.infoInvestConde .spanInvestConde {
  display: flex;
  align-items: center;
}

.infoInvestConde .spanInvestConde span {
  display: block;
  width: 1px;
  height: 80%;
  background-color: #FCCF13;
}

@media screen and (max-width: 1024px) {

  .infoInvestConde,
  .social_instagram {
    width: 100%;
  }
}

@media screen and (max-width: 440px) {

  .infoInvestConde .imgInvestMidia,
  .infoInvestConde .spanInvestConde {
    display: none;
  }

  .infoInvestConde .infoDesc {
    width: 100%;
    align-items: center;
  }
}

/*****NOSSOS PARCEIROS*****/

#containerInvestParceiro {
  display: flex;
  position: relative;
  flex-direction: column;
  margin-bottom: 50px;
}

#containerInvestParceiro .titleParceiro {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

#containerInvestParceiro h2 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: normal;
  font-size: 2.4rem;
  line-height: 102.19%;
  color: var(--color_primary);
  padding: 0 4rem;
  background-color: #fff;
  text-transform: uppercase;
  z-index: 1;
}

#containerInvestParceiro span {
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #FCCF13;
}

#containerInvestParceiro .imgParceiros {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#containerInvestParceiro .imgParceiros img {
  width: 294px;
  height: 132.3px;
}

/********COMPRE NO CONDE*********/

#_invest_conde .gridCardsComercioServicos .filters_form__title {
  margin-top: -10px;
  margin-bottom: 30px;
}

#_invest_conde .gridCardsComercioServicos .filters_form__title button {
  position: relative;
  border: none;
  background-color: #041D53;
}

#_invest_conde .gridCardsComercioServicos .filters_form__title button i {
  color: #fff
}

#_invest_conde .sogocdn-boxLinks li {
  gap: 10px
}

#_invest_conde .sogocdn-boxLinks li span {
  width: 2px;
  content: "";
  height: 45px;
  background: #fff;
}

#_invest_conde .sogocdn-boxLinks .boxLink_active span {
  background-color: #FCCF13;
}

#_invest_conde .sogocdn-boxLinks li,
#_invest_conde .sogocdn-boxLinks li:before {
  color: #fff;
}

#_invest_conde .sogocdn-boxLinks {
  background-color: #041D53;
}

#_invest_conde .gridCardsComercioServicos .card {
  border: none;
  background-color: #FAFAF8;
}

#_invest_conde .gridCardsComercioServicos .card .categoria {
  position: relative;
  left: 10%;
  width: 186px;
  height: 48px;
  background: #FEBA2C;
  border-radius: 5px 5px 0px 0px;
  box-shadow: 0px 3px black;

  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 112.68%;
  color: #041D53;
}

#_invest_conde .gridCardsComercioServicos .card .title {
  font-family: 'Heebo';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  color: #041D53;
  text-transform: capitalize;
}

#_invest_conde .gridCardsComercioServicos .card .title::before {
  content: "";
  width: 70px;
  position: relative;
  display: block;
  height: 1px;
  background-color: #FEBA2C;
  top: 30px;
}

#_invest_conde .containerInfos {
  display: flex;
  gap: 40px;
  margin-bottom: 30px;
}

#_invest_conde .gridCardsComercioServicos .card .descricao,
#_invest_conde .gridCardsComercioServicos .card .endereco,
#_invest_conde .gridCardsComercioServicos .card .horarioFuncionamento,
#_invest_conde .gridCardsComercioServicos .card .data,
#_invest_conde .gridCardsComercioServicos .card .contato,
#_invest_conde .gridCardsComercioServicos .card .horario,
#_invest_conde .gridCardsComercioServicos .card .local {
  font-family: 'Heebo';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #706F6F;
}

#_invest_conde .gridCardsComercioServicos .card .containerHoraFunc {
  max-width: 30%;
}

#_invest_conde .gridCardsComercioServicos .card .descricao {
  width: 80%;
  margin-bottom: 30px;
}

#_invest_conde .gridCardsComercioServicos .card .containerEndereco{
  display: flex;
  max-width: 50%;
  flex-direction: column;
} 

#_invest_conde .gridCardsComercioServicos .card .containerTelefones {
  flex-direction: column;
}

#_invest_conde .gridCardsComercioServicos .card .containerFlexComercioServicos {
  margin-bottom: 20px;
}

#_invest_conde .gridCardsComercioServicos .card .iconeRedeSocial {
  display: flex;
  margin-top: 5px;
}

#_invest_conde .gridCardsComercioServicos .card .containerWeblinks {
  flex-direction: column;
}

#_invest_conde .gridCardsComercioServicos .card .inscricao {
  font-family: 'Heebo';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  text-decoration-line: underline;
  color: #005B9B;
}

#_invest_conde .containerInfoEvento {
  display: flex;
  gap: 60px;
  justify-content: start;
  align-items: center;
  margin-bottom: 30px;
}

#_invest_conde .containerLocal {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 10px;
  margin-bottom: 30px;
}

#_invest_conde .gridCardsComercioServicos .card .comoChegar {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: 'Heebo';
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  color: #005B9B;
}

#_invest_conde .gridCardsComercioServicos .card .local {
  width: 300px;
  margin-bottom: 30px;
}

#_invest_conde .containerLocal span {
  content: "";
  width: 1px;
  position: relative;
  display: block;
  height: 35px;
  background-color: #706F6F66;
}

#_invest_conde .gridCardsComercioServicos .custom_select_filter .select-selected {
  position: relative;
  margin-top: -10px;
  color: #717171;
  background-color: #FAFAF8;
  border: 1px solid #CCCCCC;
  margin-bottom: 30px;
}

#_invest_conde .gridCardsComercioServicos .custom_select_filter .select-selected:after {
  background-color: #FAFAF8;
  color: #717171;
  border-left: none;
}

#_invest_conde .gridCardsComercioServicos .custom_select_filter:last-of-type .select-items {
  left: 0px;
}

/****SERVIÇOS INVESTCONDE******/

#_invest_conde .gridCardsComercioServicos .card.servicosInvest {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px;
}

#_invest_conde .gridCardsComercioServicos .card.servicosInvest .buttonServico h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 190px;
  height: 52px;
  color: #fff;
  background: #013C7A;
  border-radius: 6px;

  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 127.69%;
}

#_invest_conde .gridCardsComercioServicos .card .containerFlexServicos {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

#_invest_conde .sogocdn-boxTitle {
  padding-bottom: 10px;
}


#_invest_conde .gridCardsComercioServicos .filterBetweenDatesInvest {
  display: flex;
  gap: 15px;
  margin-top: -10px;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

#_invest_conde .gridCardsComercioServicos .btn-date-1,
#_invest_conde .gridCardsComercioServicos .btn-date-2 {
  display: flex;
  gap: 5px;
} 

#_invest_conde .gridCardsComercioServicos .btn-date-1 input,
#_invest_conde .gridCardsComercioServicos .btn-date-2 input {
  border: 1px solid #d3eff8;
  height: 40px;
  width: 130px;
  border-radius: 4px;
}

#_invest_conde .gridCardsComercioServicos .btn-date-1 ::-webkit-input-placeholder,
#_invest_conde .gridCardsComercioServicos .btn-date-2 ::-webkit-input-placeholder {
  position: relative;
  color: #041D53;
  font-size: 14px;
  left: 10px;
}

#_invest_conde .gridCardsComercioServicos .blocoIcon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #041D53;
  border-radius: 4px;
}

#_invest_conde .gridCardsComercioServicos .sogo_icon-calendar-services {
  color: #fff;
}

.investCondeTop {
  position: absolute;
}