.mainWorks{
  width: 54vw;
  margin-top: 5%;
}
.cardWork{
  width: 100% !important;
}
#logoSimapes{
  max-width: 500px;
}
.card-body2{
  flex: 1 1 auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: var(--bs-card-color);
  gap: 28px;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.card-text2{
  line-height: 27px;
  text-indent: 50px;
  width: 97%;
  text-align: justify;
  margin-top: 20px;
  font-size: 1.1rem;
}
.job2{
  border-top: 1px dashed;
  width: 100%;
  padding-left: 30px;
  gap: 23px;
  /* display: contents; */
  display: flex;
  flex-direction: column;
}
#myXps{
  font-size: 2.2rem;
}

.mb-3{
  border: none;
  padding-left: 39px;
}
#btnExpand{ 
  z-index: 999;
  position: absolute;
  right: 0;
  margin-top: -40px;
  border: none;
}
#titleJob{
  width: fit-content;
  border: none;
  display: flex;
  flex-direction: row;
  gap: 17px;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
  font-size: 1.5rem;
  color: #dee2e6 !important;

}
#txtSt{
  font-weight: 400;
  text-decoration: none;
  color: white;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
.HTML5{
  opacity: 100%;
}
.topButtons{
  display: flex;
  flex-direction: row;
  gap: 10px;
  margin-top: 20px;
}
  #colorArrowCollapse{
    color: white;
    /* background-color: white; */
  }
  #linkSocialBackend{
    text-decoration: none;
  }
  #btnSocial2{
    width: fit-content;
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-content: center;
    align-items: center;
  }
  .linksBtn2{
    display: flex;
  }
  .card-text{
    margin-top: 20px;
    font-size: 1.1rem;
    text-indent: 50px;
  }
  #logoSimapes2{
    max-width: 242px;
  }

  #imgRabiscos{
    max-width: 600px;
  }
  @media only screen and (max-width: 820px) {
    .mainWorks{
      width: 90vw !important;
    }
    .card mb-3{
        left: -28px;
        position: relative;
    }
}
