#main{
  background: url('../../images/bg-futura.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 100vh;
  padding-top: 200px;
}

#main .circle{
  width: 250px;
  height: 250px;
  background-color: var(--main-empresa);
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}

#main .title, #main .title strong{
  color: #fff;
  font-size: 32px;
} 

#main .sub strong{
  color: #fff;
  font-size: 18px;
  line-height: 20px;
} 

#main .box{
  margin-top: 30px;
}

#main .item i{
  color: var(--main-empresa);
}

#main .item{
  color: #fff;
  font-size: 18px;
}

#main img{
  max-width: 100%;
}

@media(max-width: 992px){
  #main .title, #main .title strong{
    font-size: 26px;
    line-height: 28px;
  } 
  #main{
    padding-top: 50px;
  } 

  #main .circle{
    width: 100px;
    height: 100px;
  }

  #main img{
    margin-top: 20px;
  }
  #main .circle{
    margin-bottom: 10px;
  }
}