@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@400..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  letter-spacing: 1px;
  scroll-behavior: smooth;
}
body{
  background: #f7f7f7;
  font-family: "Roboto", sans-serif;
}
/* Navegação */
nav{
  background: linear-gradient(#01081a, #28747e);
  position: fixed;
  width: 100%;
  margin-top: -55px;
  box-shadow: 5px 2px 10px #01081a;
  color: white;
  border: 8px double #01081a;
  border-bottom: 0;
  z-index: 1;
}
.menu{
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: auto;
  height: 55px;
  text-shadow: 2px 2px 3px #01081a;
  padding: 0 1.5rem;
}
.logo{
  font-size: 1.4rem;
  font-family: "Orbitron", sans-serif;
  display: flex;
  align-items: center;
  color: #ccc;
  text-shadow: 2px 2px 3px #01081a;
}
.logo strong{
  font-family: "Orbitron", sans-serif;
  color: #93fdfe;
  font-size: 1.5rem;
  text-shadow: 1px 2px 3px #011026;
}
.menu-links{
  display: flex;
  gap: 2rem;
  list-style: none;
}
.menu-links a{
  color: #ddd;
  text-decoration: none;
  transition: all 0.3s;
}
.menu-links a:hover{
  color: #93fdfe;
  border-bottom: 3px solid #01081a;
}
/* Header */
.banner{
  height: 460px;
  background-image: url(img/bg-banner.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  display: flex;
  width: 100%;
  margin-top: 55px;
}
.banner-bg{
  background: rgba(0, 0, 0, 0.5);
  height: 460px;
  width: 100%;
}
.bnt-img{
  height: 460px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: auto;
  padding: 2rem 1.6rem 1.3rem;
}
.banner-titulo{
  max-width: 100%;
  text-shadow: 2px 3px 5px #01081a;
  color: #ddd;
}
.banner-titulo h1{
  font-size: 2.7rem;
  margin-bottom: 1rem;
  text-transform: uppercase;
}
.banner-titulo p{
  font-size: 25px;
  margin-bottom: 1rem;
}
.banner-titulo img{
   width: 70%;
   margin-bottom: 2.5rem;
}
.banner-titulo a{
  background: linear-gradient(#28747e, #01081a);
  padding: 12px 15px;
  border-radius: 10px;
  border: 5px double #01081a;
  text-decoration: none;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  width: 28%;
  margin: auto;
  color: #ddd;
}
.banner-titulo a:hover{
  padding: 13px 16px;
  font-size: 16px;
  border-radius: 10px;
  border: 3px double #187f7f;
}
.banner-image{
  max-width: 45%;
}
.banner-image img{
  width: 100%;
  border-radius: 28px;
  border: 7px double #28747e;
  transition: all 0.3s;
  box-shadow: 5px 5px 10px #28747e;
  margin-right: 0;
}
.banner-image img:hover{
  scale: 1.1;
}
/* Section Reparos */
.reparos{
  padding: 3rem 0;
  max-width: 1200px;
  margin: auto;
}
.section-title{
  text-align: center;
  margin-bottom: 1.8rem;
  text-transform: uppercase;
  color: #011026;
  font-size: 1.2rem;
}
.border-tp{
  border-top: 4.6px solid #28747e;
  width: 70%;
  margin-bottom: 3px;
  border-radius: 10px 10px 0 0;
}
.border-bt{
  border-top: 4.6px solid #02205a;
  width: 61%;
  border-radius: 0 0 10px 10px;
}
.borders{
  max-width: 1200px;
  margin: 3rem auto;
  margin-bottom: 6.5rem;
}
.border-tpf{
  border-top: 4.6px solid #28747e;
  width: 70%;
  border-radius: 0 0 10px 10px;
  float: right;
}
.border-btf{
  border-top: 4.6px solid #02205a;
  margin-bottom: 3px;
  width: 61%;
  border-radius: 10px 10px 0 0;
  float: right;
}
.section-title h2{
  padding-top: 3rem;
  font-size: 2rem;
}
.section-cards{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: space-between;
}
.card{
  display: flex;
  width: 100%;
  padding: 1rem 1.5rem;
  color: #011026;
}
.card i{
  font-size: 2.8rem;
  color: #28747e;
}
.card img{
  width: 52px;
  height: 46px;
}
.card-icon{
  margin-left: 1rem;
}
.card-icon h3{
  margin: -2px 0 1rem;
  text-transform: uppercase;
  font-size: 1.1rem;
}
.card-icon p{
  line-height: 2rem;
  font-size: 15px;
}
/* Section Serviços */
.servicos{
  background: linear-gradient(#ddd, #93fdfe);
  padding: 3.7rem 0 3rem;
}
.servicos-card{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  max-width: 1200px;
  width: 100%;
  margin: auto;
  padding: 1.5rem;
}
.card-img{
  width: 91%;
  margin: auto;
  background: #f7f7f7;
  margin-bottom: 2.5rem;
  text-align: center;
  box-shadow: 1px 1px 7px grey;
  transition: all 0.3s;
  border: 2px solid #28747e;
  border-radius: 10px;.
}
.card-img:hover{
  background: #28747e;
}
.card-img img{
  width: 100%;
  height: 250px;
  transition: all 0.3s;
  position: relative;
  border-radius: 7px 7px 0 0;
}
.card-img:hover img{
  margin-bottom: -5px;
}
.card-img h3{
  padding: 1.7rem 1rem;
  font-size: 1.3rem;
  color: #02205a;
}
.card-img:hover h3{
  color: #f7f7f7;
  text-shadow: 1px 2px 3px #011026;
}
/* Footer */
.footer{
  background: url(img/bg-banner.jpg);
  background-size: cover;
  width: 100%;
}
.bg-footer{
  background: rgba(0, 0, 0, 0.7);
}
.contato-itens{
  display: flex;
  max-width: 1200px;
  width: 100%;
  justify-content: space-between;
  padding: 2.5rem 2rem;
  margin: auto;
  color: #f5f5f5;
}
.contato-title{
  max-width: 30%;
}
.contato-title h3{
  margin-bottom: 1rem;
  text-transform: uppercase;
  color: #28747e;
  font-size: 1.1rem;
  text-align: center;
  text-shadow: 1px 1px 2px #011026;
}
.contato-title ul{
  list-style: none;
  margin-bottom: -13px;
}
.contato-title ul li{
  margin-bottom: 15px;
  font-size: 15px;
}
.contato-title a{
  color: #f5f5f5;
  text-decoration: none;
  display: inline-flex;
}
.contato-title i{
  color: #93fdfe;
}
.contato-title .link i{
  font-size: 1.1rem;
  margin-right: 5px;
}
.contato-title i.fa-whatsapp{
  font-size: 1.3rem;
}
.contato-title .link-social{
  font-size: 1.5rem;
}
.copy{
  background: #101010;
  color: #ccc;
  padding: 1rem;
  font-size: 13px;
  text-align: center;
  border-top: 1px solid #28747e;
}
.copy p{
  line-height: 1.5rem;
}
.copy a, strong{
  color: #aaa;
  font-family: "Orbitron", sans-serif;
  text-shadow: 1px 1px 3px #000;
  text-decoration: none;
  font-size: 12px;
}
.copy strong{
  color: orangered;
}
/* Responsividade */
@media(max-width: 820px){
  .menu{
    flex-direction: column;
    display: flex;
    justify-content: center;
    padding: 0.7rem 1rem 0;
    height: auto;
  }
  .menu-links{
    margin: 1rem;
    gap: 1.2rem;
  }
  .bnt-img{
    justify-content: center;
    text-align: center;
    margin-top: 1rem;
  }
  .bnt-img .banner-image{
    display: none;
  }
  .banner{
    background-image: url(img/bg-banner-sm.jpg);
    background-position: center;
  }
  .banner-titulo{
    text-align: center;
  }
  .banner-titulo a{
    width: 37%;
  }
  .section-cards{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .card{
    width: 100%;
  }
  .card-icon{
     margin-right: 1rem;
  }
  .section-title h2{
    padding-top: 4.1rem;
  }
  .servicos-card{
    flex-direction: column;
    grid-template-columns: repeat(1, 1fr);
  }
  .contato-itens{
    flex-direction: column;
    padding: 0.8rem 2rem 2.5rem;
  }
  .contato-title{
     margin-top: 1.7rem;
     text-align: left;
     max-width: 100%;
  }
  .contato-title h3{
    text-align: left;
  }
}
@media(max-width: 540px){
  .banner{
    background-attachment: unset;
  }
  .section-cards{
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .card-img{
    width: 95%;
  }
  .card-img img{
    height: 200px;
  }
  .banner-titulo img{
    margin-bottom: 1.5rem;
  }
}
