.bs-icon {
  --bs-icon-size: .75rem;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  font-size: var(--bs-icon-size);
  width: calc(var(--bs-icon-size) * 2);
  height: calc(var(--bs-icon-size) * 2);
  color: var(--bs-primary);
}

.bs-icon-xs {
  --bs-icon-size: 1rem;
  width: calc(var(--bs-icon-size) * 1.5);
  height: calc(var(--bs-icon-size) * 1.5);
}

.bs-icon-sm {
  --bs-icon-size: 1rem;
}

.bs-icon-md {
  --bs-icon-size: 1.5rem;
}

.bs-icon-lg {
  --bs-icon-size: 2rem;
}

.bs-icon-xl {
  --bs-icon-size: 2.5rem;
}

.bs-icon.bs-icon-primary {
  color: var(--bs-white);
  background: var(--bs-primary);
}

.bs-icon.bs-icon-primary-light {
  color: var(--bs-primary);
  background: rgba(var(--bs-primary-rgb), .2);
}

.bs-icon.bs-icon-semi-white {
  color: var(--bs-primary);
  background: rgba(255, 255, 255, .5);
}

.bs-icon.bs-icon-rounded {
  border-radius: .5rem;
}

.bs-icon.bs-icon-circle {
  border-radius: 50%;
}

@media (min-width: 1200px) {
  #sobre-fcb {
    background-image: url(../../assets/img/logo_cliente_2.svg);
    background-size: 19rem;
    background-repeat: no-repeat;
    background-position: 20% 50%;
  }
}

@media (min-width: 1200px) {
  #sobre-simbi {
    background-image: url("../../assets/img/about_simbi.svg");
    background-repeat: no-repeat;
    background-position: 93% 50%;
  }
}

@media (max-width: 576px) {
  #sobre-fcb {
    background-image: none;
  }
}

@media (width: 992px) {
  #sobre-simbi {
    background-position: 100% 50%;
  }
}

.etapas:focus {
  color: #BD0077;
  background-color: #F8E6F1;
  text-decoration: underline;
}

.form-label:hover {
  background: initial;
}

.items:hover {
  color: initial;
}

.items {
  color: initial;
}

#first-item:active {
  color: #BD0077;
  background-color: #F8E6F1;
  text-decoration: underline;
}

@media (min-width: 1200px) {

}

/* @media (max-width: 992px) {
  #step-1 {
    max-height: 110vh;
  }
}

@media (min-width: 1200px) {
  #step-1 {
    max-height: 70vh;
  }
}

@media (max-width: 768px) {
  #step-1 {
    max-height: 60vh;
  }

  #step-2 {
    max-height: 60vh;
  }
}

@media (max-width: 576px) {
  #step-1 {
    max-height: 90vh;
  }
}

@media (min-width: 1200px) {
  #step-2 {
    max-height: 70vh;
  }
} */

@media (max-width: 992px) {
  /* #step-2 {
    max-height: 110vh;
  } */

  .logos {
    display: none;
  }

  #container-portal{
    background-image: url('../../assets/img/banner_cliente.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }

  #portal-projetos {
    height: 676px;
  }

}

@media (max-width: 1199px) {
  #frentes-div{
    flex-direction: column;
    align-items: center;
  }
}

@media (min-width: 1200px){
  #frentes-div {
  flex-direction: row;
  align-items: stretch;
  }
}

/* @media (max-width: 576px) {
  #step-2 {
    max-height: 90vh;
  }
} */

.links {
  color: #4A72BE;
}

@media (min-width: 1200px) {

}

@media (max-width: 990px) {
}

@media (min-width: 992px) {
  #portal-projetos {
    height: 676px;
  }

  #sobre-simbi {
    height: 607px;
  }

  #container-portal{
    background-image: url('../../assets/img/banner_cliente.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 0;
    margin: 0;
  }

  #botao-tarja {
    width: 35%;
  }

  .navbar {
    height: 104px;
  }
}

@media (min-width: 1200px) {
  #sobre-fcb {
    height: 900px;
  }
}

@media (max-width: 1199px) {
  #container-sobre-simbi {
    margin: 0;
    width: 100%;
  }
}

@media (max-width: 992px) {
  #sobre-simbi-container {
    display: flex;
    justify-content: center;
  }
}

@media (max-width: 1199px) {
  #sobre-fcb-container {
    margin: 0;
    width: 100%;
  }
}

@media (max-width: 1399px) and (min-width: 1200px) {
  #sobre-fcb-container {
    margin-left: 55%;
  }
}