#header {
  position: fixed !important;
  top: 0 !important;
}

#bg{
  background-image: url('../../images/overlay.jpg');
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 267px;
}

#main{
  background-color: #eee;
  padding-top: 80px;
  padding-bottom: 80px;
}

#main .titulo{
  font-weight: bold;
  font-size: 21px;
}

#main .texto{
  margin-top: 20px;
}

#main .linha{
  display: flex;
  align-items: center;
}

#main .faixa{
  background-color: #313234;
  display: flex;
  justify-content: end;
  align-items: center;
  font-size: 40px;
  color: #fff;
  padding-right: 20px;
  width: 500px;
  height: 150px;
  position: absolute;
  top: 25%;
}

@media(max-width: 1200px){
  #main .faixa{
    width: 400px;
  }
}

@media(max-width: 767px){
  #main{
    padding-top: 0;
  }
  #main .faixa{
    position: relative;
    justify-content: center;
    padding: 10px;
    width: 100%;
  }
}

#down .title{
  font-weight: bold;
  font-size: 32px;
  color: var(--main-empresa);
}

#down .box{
  margin-top: 20px;
  margin-bottom: 20px;
}

#down .item{
  text-decoration: none;
  font-size: 18px;
  margin-bottom: 10px;
  display: block;
  color: var(--main-black);
  width: max-content;
}

#down .item i{
  color: var(--main-blue);
}

#down .nav-link{
  color: var(--main-black);
  width: 100%;
}

#down .nav-link.active{
  color: var(--main-empresa);
  font-weight: bold;
}

@media(max-width: 992px){
  #down .nav-tabs{
    display: block;
    text-align: center;
    border: 0.5px solid #cecece;
  }

  #down .nav-link.active{
    background-color: var(--main-blue);
    color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}

@media(max-width: 767px){
  #down .item{
    width: auto;
    margin-bottom: 20px;
  }
}




