#projetosComplementaresInfo {
  margin-bottom: 300px;
}

.projetosComplementaresInfo-header {
  padding: 20px 0;
  background-color: #000;
  position: relative;
}

#projetosComplementaresInfo .pCITitle {
  font-family: serif;
  text-transform: uppercase;
  font-size: clamp(24px, 3vw, 36px);
  padding: 10px 0;
  width: 100%;
}

#projetosComplementaresInfo .line {
  height: 3px;
  width: 180%;
  background-color: #9bcd68;
}

.projetosComplementaresInfo-header > div.container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.projetosComplementaresInfo-header--title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  text-decoration: none;
  position: relative;
}

.projetosComplementaresInfo-header--title > iconify-icon {
  font-size: 40px;
  color: #fff;
}

.projetosComplementaresInfo-header--title > p {
  margin-bottom: 0;
  color: #fff;
  font-size: clamp(16px, 1.5vw, 20px);
}

.selected::after {
  content: "";
  position: absolute;
  bottom: -60px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-top: 40px solid #000;
}

.projetosComplementarInfo-body {
  margin-top: 50px;
}

.projetosComplementarInfo-body > div.container {
  position: relative;
  padding: 0;
  margin: 0 auto;
  max-width: 1320px;
  width: 100%;
}

#projetosComplementaresInfo .descAbove {
  font-size: clamp(16px, 3vw, 18px);
  font-weight: 600;
  padding-top: 20px;
}

.projetosComplementarInfo-body {
  text-align: center;
}

.imageAndBackground {
  margin-top: 20px;
  position: relative;
  padding: 0 20px;
}

.projetosComplementarInfo-body .imageAndBackground .bigger {
  object-fit: contain;
  width: 100%;
  max-width: 900px;
}

.projetosComplementarInfo-body .imageAndBackground .smaller {
  position: absolute;
  left: 20px;
  bottom: 0;
  max-width: 350px;
  width: 30vw;
  min-width: 200px;
  border: 6px solid #fff;
  max-height: 400px;
}

.projetosComplementarInfo-body .imageAndBackground .smallerestrutural {
  position: absolute;
  left: calc(18vw - 18vh);
  bottom: 0;
  max-width: 10vw;
  min-width: 170px;
  width: 100%;
  border: 6px solid #fff;
}

.bg-black {
  width: 60%;
  height: 150%;
  background-color: #000;
  position: absolute;
  right: 0;
  z-index: -1;
  top: 0;
}

.smallerImageAndContent {
  position: absolute;
  right: 20px;
  max-width: 700px;
}

#projetosComplementaresInfo .lBButton {
  background-color: #d9d9d9;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

#projetosComplementaresInfo .lBButtonDesc {
  background-color: #000;
  color: #fff;
  text-decoration: none;
  padding: 10px 3vw 10px 20px;
}

.smallerImageAndContent {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-top: 20px;
}

.smallerImageAndContent > div {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  max-width: 50vw;
  gap: 20px;
}

.boxBelowDesc {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .projetosComplementarInfo-body {
    margin-top: 20px;
  }
  .projetosComplementaresInfo-header > div.container {
    flex-direction: column;
  }

  .projetosComplementaresInfo-header--title {
    padding: 10px 0;
  }

  .selected::after {
    display: none;
  }
  .bg-black {
    display: none;
  }

  .projetosComplementarInfo-body .imageAndBackground .smaller {
    width: 50vw;
  }

  .projetosComplementarInfo-body .imageAndBackground .smallerestrutural {
    position: absolute;
    left: 0;
    bottom: 0;
    max-width: 10vw;
    min-width: 130px;
    width: 100%;
    border: 6px solid #fff;
  }

  .imageAndBackground {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
  }
  .projetosComplementarInfo-body .imageAndBackground .smaller,
  .projetosComplementarInfo-body .imageAndBackground .smallerestrutural {
    position: static;
  }
}

@media screen and (max-width: 992px) {
  #projetosComplementaresInfo {
    margin-bottom: 100px;
  }

  .bg-black {
    display: none;
  }

  .smallerImageAndContent {
    position: static;
    padding: 0 20px;
    margin-top: 30px;
    max-width: 992px;
  }

  .smallerImageAndContent > div {
    max-width: 100%;
  }

  .boxBelowDesc {
    color: #000;
  }

  .projetosComplementarInfo-body .imageAndBackground .smallerestrutural {
    left: 0;
  }

  .boxBelowDesc {
    font-size: clamp(16px, 3vw, 18px);
  }
}

@media screen and (max-width: 576px) {
  .smallerImageAndContent > div {
    flex-direction: column;
  }

  .boxBelowDesc {
    width: 100%;
    max-width: 500px;
  }
}
