/*fontes utilizadas*/
.font-family {
 font-family: "Fjalla One", sans-serif;
 font-family: "Roboto", sans-serif;
 font-family: "Raleway", sans-serif;
 font-family: "Lato", sans-serif;
}


/*Menu Site */


.header {
  width: 100%;
  height:60% ;
  background: #0b3aea;
}

.menu-topo {
  text-align: right;
}

.menu-topo li {
  display: inline-block;
  margin-left: 20px;
  margin-top: 10px;
}

.menu-topo a {
  text-decoration: none;
  font-family:Raleway;
  font-size: 28px;
  font-weight: bold;
  color: white;
  cursor: pointer;




}

.menu-topo a:hover{
  transition: 0.7s all;
  color: black;

}

/* Banner */

.foco {
  width: 100%;
  height: 667px;
  background: url("../img/banner.jpg") no-repeat center;
  background-size: cover;
  text-align: center;


}

.foco h1 {
  font-family:Raleway;
  font-size: 40px;
  font-weight: bold;
  text-transform: uppercase;
  text-shadow: 2px 2px 6px black;
  color:#f7f7f7;
  text-align: center;
  margin-top: 350px;
  margin-bottom: 40px;
  line-height: 60px;
}
.botao{

  font-family:Roboto;
  font-size: 20px;
  font-weight: bold;
  color: white;
  text-transform: uppercase;
  text-decoration: none;
  padding:20px;
  background: #0b3aea;
  border-radius: 15px;
  margin-bottom: 500px;
}

.botao:hover{
  background:black;
  transition: 0.5s all;
  box-shadow: 2px 2px 2px black;
}

/*serviços*/

.servicos{
  width: 100%;
  height: 150px;
  background-color: #e5dfdf;
}

.servicos h2{
  font-family:Raleway;
  font-size:18px;
  font-weight:bold;
  text-transform:uppercase;
  margin-top: 50px;
}

.servicos p{
  font-family:Lato;
  font-size:17px;
  margin-top: 10px;
}

/*nossos serviços*/

.nossos-servicos {
  height: 435px;
}
.nossos-servicos h2 {
  font-family: Roboto;
  font-weight:bold;
  font-size:30px;
  text-transform:uppercase;
  margin-top:45px;
  text-align:center;

}

.nossos-servicos h2::after {
  content:"";
  width: 185px;
  height: 3px;
  background:#0b3aea;
  display: block;
  margin: 0 auto;
  margin-top: 8px;

}

.serv-img{
  text-align: center;
  margin-top: 50px;
}

.serv-img h3{
  font-family: Roboto;
  font-weight: bold;
  font-size: 24px;
  text-transform: uppercase;
  margin-top: 20px;
  color: #0b3aea;
}

.serv-img p{
  font-family:Fjalla One;
  font-size: 18px;
  text-transform: uppercase;
  margin-top: 20px;
  text-align: center;
  line-height: 25px;
}

.marcas{
  height: 435px;
  background: #f7f7f7;
}

.marcas h2{
  font-family: Roboto;
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 50px;
  text-align: center;
}

.marcas p{
  font-family: Roboto;
  font-size: 18px;
  font-weight: lighter;
  text-transform: uppercase;
  text-align: center;
  color: black;
  margin-top: 10px;

}

.logos{
  margin-top: 70px;
  max-width: 100%;
  -moz-transition: all 0.4s;
  -webkit-transform: all 0.4s;
  transition: all 0.4s;
}

.logos:hover {
  -moz-transform:scale(0.1);
  -webkit-transform: scale(0.1);
  transform:scale(0.9);
}



.Sobre{
  height:500px;
}

.Sobre h2{
  font-family: Roboto;
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 50px;
  text-align: center;
}

.Sobre p{
  font-family: Roboto;
  font-size: 18px;
  font-weight: lighter;
  text-transform: uppercase;
  text-align: center;
  color: black;
  margin-top: 10px;

}

.Sobre h3{
  font-family:Raleway;
  font-size: 18px;
  font-weight:bold;
  text-align: right;
  text-transform: uppercase;
  line-height: 20px;
  margin-top: 70px;
  color: #68737a;

}

.Sobre img{
  margin-top: 55px;
}

/*objtivo*/

.objetivo{
  height: 600px;
  background: #f7f7f7;
  margin-top: 45px;
  text-align: center;
}

.objetivo h2{
  font-family: Roboto;
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 50px;
  text-align: center;
}

.objetivo p{
  font-family: Roboto;
  font-size: 18px;
  font-weight: lighter;
  text-transform: uppercase;
  text-align: center;
  color: black;
  margin-top: 10px;

}

.objetivo h3{
  font-family:Raleway;
  font-size: 18px;
  font-weight:bold;
  text-align: left;
  text-transform: uppercase;
  line-height: 25px;
  margin-top: 70px;
  color: #68737a;

}

.objetivo img{
  margin-top: 55px;

}

.botao-orcamento{
  background: #0b3aea;
  padding:20px;
  font-family: Roboto;
  font-size: 20px;
  font-weight: bold;
  color: white;
  text-decoration: none;
  display: block;
  margin-top: 70px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  border-radius: 15px;
}


.botao-orcamento:hover{
  background:black;
  transition: 0.5s all;
  box-shadow: 2px 2px 2px black;
}

.localizacao {
  height: 580px;
}

.localizacao h2{
  font-family: Roboto;
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 50px;
  text-align: center;
}

.localizacao p{
  font-family: Roboto;
  font-size: 18px;
  font-weight: lighter;
  text-transform: uppercase;
  text-align: center;
  color: black;
  margin-top: 10px;

}

.mapagoogle{
  margin-top: 30px;

}

.footer{
  height: 150px;
  background: #0b3aea;
}

.footer h2{
  font-family: Roboto;
  font-size: 20px;
  font-weight: bold;
  text-transform:uppercase;
  margin-top: 20px;
  text-align: left;
  color: white;
}

.footer p{
  font-family: Roboto;
  font-size: 18px;
  font-weight: lighter;
  text-transform: unset;
  text-align: left;
  color:white;
  margin-top: 20px;

}

.logos-redes{
  margin-top: 30px;
}

.obrigado{
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  background: black;
  flex-direction: column;

}

.text{
  font-size: 45px;
  color: white;
  margin-bottom: 30px;
}


.paragrafo{
  color: white;
  margin-bottom: 50px;
}


.btn{
  padding: 15px 55px;
  background: white;
  text-decoration: none;
  color: black;
  transition: all 0.5s;
}

.btn:hover{
  border-radius: 16px;
}
