.intro-text {
  width: 27%;
  height: 32%;
}

.intro-text2 {
  background: url("undraw_code_thinking_re_gka2.svg") center / contain no-repeat;
  height: 50%;
}

.divp1 {
  background: url("../../assets/img/undraw_Engineering_team_a7n2.png") center / contain no-repeat;
  /*flex: 1;*/
  /*background-position: 500% 70%;*/
  width: 50%;
}

@media (max-width:768px) {
  .divp1 {
    flex: 1;
    width: 100%;
    background-position: 50% 30%;
  }
}

.divp-1 {
  position: relative;
  text-align: center;
  width: 50%;
  align-items: center !important;
}

@media (max-width:768px) {
  .divp-1 {
    flex: 1;
    /*position: relative;*/
    /*text-align: center;*/
    width: 100%;
  }
}

@media (max-width:400px) {
  .divp-1 {
    flex: 1;
  }
}

@media (max-width: 768px) {
  .geral {
    flex-direction: column;
    flex: 1;
    margin-top: 100px;
    padding-top: 45px;
  }
}

@media (max-width: 00px) {
  .geral {
    padding-top: 20px;
  }
}

@media (min-width: 770px) {
  .geral {
    margin-top: 100px;
  }
}

.geral {
  width: 100%;
  height: 100%;
  display: flex;
  /*justify-content: space-between;*/
}

.text-primary {
  color: #1c1b28 !important;
}

.slider {
  background: white;
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, .125);
  height: 100px;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 960px;
}

.slider {
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, .125);
  height: 100px;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 960px;
}

.text-muted {
  --bs-text-opacity: 1;
  color: var(--bs-tertiary-color) !important;
}

.preloader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #111;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .4s ease;
}

.fade-out-animation {
  opacity: 0;
  visibility: hidden;
}

#mainNav .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link:hover {
  color: black;
}

.timeline:before {
  background-color: #ffe998;
  top: 20px;
}

.timeline > li .timeline-image {
  border: 7px solid #ffe998;
}

@media (max-width: 768px) {
  #plan {
    width: 80%;
    margin: 0 auto;
  }
}

section#contact {
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: center;
}

#c1 {
  display: flex;
}

@media (max-width: 576px) {
  #c1 {
    display: flex;
    flex-direction: column;
    height: 200px;
  }
}

@media (max-width: 576px) {
  #r1 {
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

