#home{
  background: url('../../images/background.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 100vh;
}

#home .box{
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

#home .logo{
  margin-bottom: 30px;
}

#home .logo img{
  max-width: 250px;
  width: 100%;
}

#home .box h1, #home .box h3{
  color: #fff;
}

#home .box h1{
  font-weight: bold;
  font-size: 52px;
  margin: 0;
}

#home .box h3{
  font-size: 38px;
  font-weight: 400;
}

#home .box span{
  color: var(--main-blue);
}

#home .botao{
  margin-top: 20px;
}

#home .botao a{
  padding: 10px 30px;
  text-transform: uppercase;
  transition: all 0.5s linear;
}

#home .botao a:hover{
  letter-spacing: 5px;
  transition: all 0.5s linear;
}

@media(max-width: 767px){
  #home .logo img{
    max-width: 200px;
  }
  #home .box h1{
    font-size: 42px;
  }
  #home .botao a {
    width: 100%;
  }
}

#ind .box{
  text-align: center;
  background-color: rgba(239,239,239,0.5);
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 20px;
}

#ind .icone i{
  font-weight: bold;
  color: var(--main-empresa);
  font-size: 32px;
}

#ind .titulo{
  font-size: 21px;
  line-height: 21px;
  text-align: center;
  color: var(--main-empresa);
  font-weight: bold;
  margin-top: 10px;
  min-height: 45px;
}

#ind .sub{
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  margin-top: 10px;
  min-height: 45px;
}

@media(max-width: 767px){
  #ind .titulo{
    min-height: auto;
  }
  #ind .sub{
    min-height: auto;
  }
}

#sobre .title{
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}

#sobre .title strong{
  color: var(--main-empresa);  
}

#sobre .cert{
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#sobre .cert li{
  color: var(--main-empresa);
  float: left;
  width: 50%;
}

#sobre .cert li i{
  color: var(--main-empresa);
  margin-right: 10px;
}

#sobre .imagem{
  box-shadow: 15px -15px 0px var(--main-black);
  border-radius: 10px;
}

#sobre .imagem img{
  width: 100%;
  max-width: 600px;
  border-radius: 10px;
}

@media(max-width: 767px){
  #sobre .imagem{
    margin-top: 20px;
  }
}

#overlay{
  background: url('../../images/overlay.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  width: 100%;
  height: 250px;
}

#overlay .icone-titulo{
  position: absolute;
  left: -160px;
}

#overlay .box {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

#overlay .box .ind{
  color: #fff;
  font-size: 125px;
  font-weight: bold;
}

#overlay .box .texto {
  color: #fff;
  font-size: 30px;
  line-height: 32px;
  font-weight: bold;
  margin-left: 20px;
}

@media(max-width: 1200px){
  #overlay .icone-titulo {
    display: none;
  }
}

@media(max-width: 767px){
  #overlay{
    height: 320px;
  }

  #overlay .box{
    display: block;
  }

  #overlay .box .ind {
    font-size: 72px;
    text-align: center;
  }

  #overlay .box .texto {
    text-align: center;
    font-size: 24px;
    line-height: 26px;
  }

  #overlay .box{
    height: auto;
  }

  #overlay .bx-col{
    display: flex;
    justify-content: center;
    align-items: center;
  }

}


#servicos .titulo{
  font-size: 36px;
  line-height: 38px;
  font-weight: bold;
}

#servicos .sub{
  font-size: 21px;
}

#servicos img{
  max-width: 100%;
}

#servicos .box{
  display: flex;
  align-items: center;
}

#servicos .title{
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}

#servicos .title strong{
  color: var(--main-empresa);  
}

@media (max-width: 992px) {
  #servicos .item-celular{
    flex-direction: column-reverse;
  }
}

@media(max-width: 767px){
  #servicos .box{
    margin-bottom: 20px;
  }
}

#map{
  width: 100%;
  height: 350px;
}

