/*Banner inicio*/
.banner-home {
  background: url(../../imagens/banner-1-pc.jpg) no-repeat top;
  background-size: cover;
  background-attachment: fixed;
  margin-top: 136px;
  padding: 140px 0;
  color:#fff;
}
.banner-home h2 {
  font-size: 49px;
}
.banner-home p {
  font-size: 23px;
  margin-top: 30px;
}

.button-banner {
  margin-top: 30px;
}
a.button-banner-1 {
  background: #ceaa24;
  padding: 10px 28px;
  border-radius: 10px;
  text-decoration: none;
  margin-right: 50px;
  color: #fff;
  font-weight: 500;
  border: solid 2px #ceaa24;
}

a.button-banner-2 {
  background: #ffffff00;
  padding: 10px 28px;
  border-radius: 10px;
  text-decoration: none;
  margin-right: 50px;
  color: #fff;
  font-weight: 400;
  border: solid 2px #ffffff;
}
/*Banner final*/

/*Box 1 inicio*/
section.box-1 {
  padding: 60px 0;
  text-align: center;
}
section.box-1 h2 {
  font-size: 45px;
  color: #041e41;
}
section.box-1 p {
  font-size: 18px;
  line-height: 23px;
}
/*Box 1 final*/

/*Box 2 inicio*/
section.box-2 {
  padding: 60px 0;
}
section.box-2 h2 {
  color: #041e41;
  margin-bottom: 30px;
}
i.icofont-ui-check {
  background: #041e41;
  color: #fff;
  padding: 5px;
  border-radius: 20px;
  font-size: 10px;
}
.box-2 ul {
  list-style-type: none;
  margin-top: 30px;
  padding: 0;
}
.box-2 ul li {
  margin-bottom: 20px;
  color: #041e41;
  font-weight: 400;
  font-size: 18px;
}
.box-2 ul li i {
  margin-right: 5px;
  line-height: 30px;
}
a.button-padrao {
  background: #041e41;
  color: #fff !important;
  padding: 7px 35px;
  border-radius: 9px;
  text-decoration: none;
  transition: all 
  ease 0.4s;
  margin-top: 10px;
  display: inline-block;
}
a.button-padrao:hover {
  background: #153c6a;
  transition: all 
  ease 0.4s;
}
/*Box 2 final*/

/*Box 3 inicio*/
section.box-3 {
  background: #041e41;
  padding: 100px 0 70px 0;
}
.box-servicos a {
  text-decoration: none;
}
.box-servicos {
  background: #fff;
  padding: 28px 0;
  border-radius: 10px;
  transition: all ease 0.4s;
  margin-bottom: 30px;
}
.box-servicos:hover {
  background: #CEAA24;
  border-radius: 10px;
  transition: all ease 0.4s;
}
.box-servicos:hover img {
  filter: invert(100%) grayscale(100%);
}
.box-servicos h3 {
  font-size: 20px;
  margin-top: 20px;
  text-align: center;
  color: #041E41;
}
.box-servicos:hover h3 {
  color: #fff;
}
/*Box 3 final*/

/*Box 4 inicio*/
.box-4 {
  padding: 60px 0;
}
/*Box 4 final*/

/*Box 5 inicio*/
.box-5 {
  padding: 60px 0;
  background: #041E41;
  margin-top: 30px;
}
.perfil-cliente, .perfil-cliente-detalhes {
  display: inline-block;
  margin-bottom: 20px;
}
.perfil-cliente-detalhes {
  margin-left: 20px;
}
.perfil-cliente-detalhes p {
  color: #fff;
}
.estrela-avaliacao {
  background-image: url("../../imagens/f.svg") !important;
}
.estrela-avaliacao {
  width: 17px;
  height: 17px;
  display: inline-block;
  background-repeat: no-repeat;
}
.feedback-cliente {
  max-height: 95px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.feedback-cliente p {
  font-size: 15px;
  color: #fff;
}
.box-5 .box-clientes h2 {
  color: #fff;
  font-size: 24px;
  margin: 50px 0 30px 0;
}
.box-5 .box-clientes img {
  border-radius: 10px;
}
/*Box 5 final*/

/*Box 6 inicio*/
.box-6 {
  padding: 60px 0;
}
.box-6 h2 {
  color: #041e41;
  margin-bottom: 30px;
}
.box-6 img.vantagens-img {
  max-width: 80%;
}
.box-6 .box-vantagens {
  padding: 60px 0;
  text-align: center;
}
.box-6 .box-vantagens h3 {
  font-size: 20px;
  margin-top: 20px;
  text-align: center;
  color: #041E41;
}
/*Box 6 final*/

/*Box 7 inicio*/
.box-7 {
  background: url(../../imagens/bg-box-7.png) no-repeat top;
  background-size: cover;
  background-attachment: fixed;
  padding: 140px 0;
  color:#fff;
  text-align: center;
}
.box-7-fale-conosco {
  background: #0b356eba;
  padding: 80px 0;
  border-radius: 20px;
}
.box-7-fale-conosco h2 {
  margin-bottom: 50px;
}
a.button-amarelo {
  background: #ceaa24;
  padding: 10px 28px;
  border-radius: 10px;
  text-decoration: none;
  color: #fff;
  font-weight: 500;
  border: solid 2px #ceaa24;
}
/*Box 7 final*/


@media screen and (max-width: 768px) {
  .banner-home {
    margin-top: 105px;
  }
}
@media screen and (max-width: 40em) {
	.banner-home h2 {
    font-size: 30px;
  }
  .banner-home p {
    font-size: 16px;
  }
  .banner-home {
    padding: 70px 0;
  }
  .button-banner-1, .button-banner-2 {
    display: block;
    margin-bottom: 15px;
    text-align: center;
    margin-right: 0px!important;
  }
  section.box-1 {
    padding: 30px 0;
  }
  section.box-1 h2 {
    font-size: 34px;
  }
  section.box-1 p {
    font-size: 15px;
    line-height: 20px;
  }
  .box-servicos h3 {
    font-size: 15px;
  }
  .box-5 .box-clientes img {
    max-width: 80%;
    margin-bottom: 30px;
  }
  .box-6 .box-vantagens h3 {
    font-size: 18px;
  }
  .box-7-fale-conosco h2 {
    font-size: 23px;
  }
  .box-7 {
    padding: 80px 0;
  }
}
@media screen and (max-width: 320px) {
  .banner-home {
    margin-top: 75px;
  }
  .banner-home h2 {
    font-size: 25px;
  }
  .box-servicos {
    min-height: 184px;
  }
  .box-7-fale-conosco h2 {
    font-size: 19px;
  }
  .box-7-fale-conosco {
    padding: 60px 0;
  }
  .box-7 {
    padding: 60px 0;
  }
}