.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) {
  #col-img::before {
    content: '';
    display: block;
    position: absolute;
    background-position: 0% 50%;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/about_customer.svg);
    background-size: initial;
    background-repeat: no-repeat;
    z-index: 0;
  }
}

@media (min-width: 1200px) {
  #sobre-simbi {
    background-image: url("../../assets/img/about-simbi.png");
    background-repeat: no-repeat;
    background-size: 610px;
    background-position: 90% 50%;
  }
}

@media (max-width: 576px) {
  #sobre-customer {
    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;
}

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


@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;
  } */

  #logo-capa{
    width: 80px;
    height: 88px;
  }

  #botao-tarja {
    width: 253px;
  }

  .container-tarja {
    width: 90%;
  }

  .logos {
    display: none;
  }


  #portal-projetos {
    height: 100%;
  }

}


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

.links {
  color: #4A72BE;
}

@media (min-width: 1200px) {

}

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

@media (min-width: 992px) {
  .container-tarja {
    width: 90%;
  }

  #botao-tarja {
    width: 253px;
  }

  #sobre-simbi {
    height: 607px;
  }

  #sobre-customer {
    height: 607px;
  }

  .navbar {
    height: 104px;
  }
}

@media (min-width: 1024px) {
  .container-tarja {
    width: 50%;
  }
}

@media (max-width: 1199px) {
  #container-sobre-simbi {
    margin: 0;
    width: 100%;
  }
}
@media (max-width: 768px) {
  #container-portal{
    background-image: url('../../assets/img/capa.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 50px;
    padding: 0;
    margin: 0;
  }
}

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

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

  #portal-projetos{
    background-image: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(8,107,113,1) 100%);
    z-index: -1;
    height: 380px;
  }
}

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

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

@media (max-width: 1300px) and (min-width: 993px) {
  #logo-capa{
    width: 90px;
    height: 99px;
  }

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

  #portal-projetos{
    background-image: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(8,107,113,1) 100%);
    z-index: -1;
    height: 500px;
  }
}

@media (min-width: 1301px){
  #logo-capa{
    width: 90px;
    height: 99px;
  }

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

  #portal-projetos{
    background-image: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(8,107,113,1) 100%);
    z-index: -1;
    height: 700px;
  }
}

