.txt-area.desce {
  position: relative;
  bottom: -134%;
  left: -3px;
}

.txt-area {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  gap: 20px;
  padding-left: 10px;
}

.title h3 {
  color: black !important;
}
.title {
  padding: 17px;
}
.txt-area {
  background: url(../img/bolinhas.png);
  background-repeat: no-repeat;
  background-size: auto 99%;
  background-position-x: 94px;
  background-position-y: 5px;
  min-height: 560px;
  /* padding: 0; */
  padding-left: 13%;
}

.title.desce {
  padding-left: 100px;
}

.area-pai-inter.col-md-12 {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.title {
  position: relative;
  /* top: 4px;
  left: 123px;
  align-content: center; */
  /* min-height: 98px; */
}

.title h3 {
  font-size: 0.9rem;
  /* font-size: 1.2rem; */
  font-weight: 800;
  cursor: pointer;
}
.info-area {
  background: url(../img/Base-area.png);
  background-repeat: no-repeat;
  background-position: right;
  background-size: auto 100%;
  min-height: 650px;
  align-content: center;
}
p.item-txt {
  /* width: 60%; */
  margin: auto;
  color: white;
  font-size: 1.8rem;
}
.col-md-12.interna-fuild {
  padding: 0;
  & .col-md-12 {
    padding: 0;
  }
}
.container-fluid {
  padding: 0;
}
.conteudo h3 {
  /* width: 79%; */
  float: right;
  font-size: 2.1rem;
  font-weight: 900;
  color: white;
}
.title.selecionado h3 {
  background: #0080ab;
  color: white !important;
  width: fit-content;
  padding: 10px;
  transition: 0.8s;
}

@media screen and (min-width: 1600px) {
  .info-area {
    min-height: 842px;
  }
  .title {
    left: 165px;
  }
  .title h3 {
    font-size: 1.2rem;
  }
  .txt-area{
    padding-left: 0.5%;
  }
}

/* .sobe.selecionado h3::before {
  content: "";
  width: 45px;
  height: 45px;
  border-radius: 50%;
  position: absolute;
  background: #0080ab;
  display: block;
  z-index: 4;
  left: -70px;
  top: 18px;
}
.desce.selecionado h3::before {
  content: "";
  width: 45px;
  height: 45px;
  border-radius: 50%;
  position: absolute;
  background: #0080ab;
  display: block;
  z-index: 4;
  left: 5px;
  top: 17px;
} */
