.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-arcelor-row::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    clip-path: polygon(0 0, 45% 0, 35% 100%, 0% 100%);
    background-image: url('../../assets/img/crianca_3.png');
    background-size: contain;
    background-repeat: no-repeat;
  }
}

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

  #sobre-simbi {
    height: 607px;
  }

  #sobre-arcelor {
    height: 607px;
  }
}

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

  .logos {
    display: none;
  }

  #col-img {
    background-image: url('../../assets/img/Imagem_1_LP.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0% 40%;
    height: 400px;
    padding: 0;
    margin: 0;
    position: relative;
    }

  #col-img::before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(315deg, rgba(0,0,0,0) 35%, rgba(0,0,0,1) 100%);
  }
  
  #titulo-capa {
    z-index: 1;
  }

  #portal-projetos {
    height: 100%;
  }

  .container-tarja {
    width: 70%;
  }

  #botao-simbi {
    width: 20%;
  }
}


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

.links {
  color: #4A72BE;
}

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

  #col-img::before {
    content: '';
    display: block;
    position: absolute;
    background-position: 0% 30%;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    clip-path: polygon(65% 0, 80% 50%, 65% 100%, 0% 100%, 0 50%, 0% 0%);
    background-image: url('../../assets/img/Imagem_1_LP.svg');
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
  }

  #col-img {
    background-image: linear-gradient(315deg, rgba(0,0,0,0) 35%, rgba(0,0,0,1) 100%);
  }

  #container-portal {
    background-image: url('../../assets/img/fundo.svg');
    position: relative;
    z-index: -1;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .container-tarja {
    width: 50%;
  }

  #botao-tarja {
    width: 30%;
  }
  
  #botao-simbi {
    width: 40%;
  }
  .navbar {
    height: 104px;
  }
}

@media (min-width: 1024px) {
}

@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-arcelor-container {
    margin: 0;
    width: 100%;
  }

  
}

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

  #sobre-simbi {
    height: 430px;
  }

  #sobre-arcelor {
    height: 430px;
  }

    #sobre-arcelor-row::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    clip-path: polygon(0 0, 45% 0, 35% 100%, 0% 100%);
    background-image: url('../../assets/img/crianca_3.png');
    background-size: contain;
    background-repeat: no-repeat;
  }
}