@import "https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Open+Sans:ital,wght@0,300;0,700;1,400&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  border: 0;
}
body {
  font-family: "Barlow", sans-serif;
  font-family: "Open Sans", sans-serif;
  font-family: Roboto, sans-serif;
  background-color: #fff;
  padding-top: 72px;
}
.whatsapp-link {
  background-color: #34af23;
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 0;
  right: 0;
  width: 60px;
  height: 60px;
  margin-right: 30px;
  margin-bottom: 30px;
  border: 1px solid rgba(255, 255, 255, 0);
  border-radius: 50%;
  z-index: 5;
}
.whatsapp-link:hover {
  width: 70px;
  height: 70px;
  margin-right: 25px;
  margin-bottom: 25px;
  border: 1px solid #fff;
}
#whatsapp-img {
  width: 40px;
}
.whatsapp-link:hover #whatsapp-img {
  width: 45px;
}
header {
  width: 100%;
  box-shadow: 0 0 5px #061940;
  position: fixed;
  background-color: #fff;
  display: block;
  z-index: 10;
  top: 0;
}
#btn-menu-mobile {
  width: 20px;
}
#header a {
  color: #0c214e;
  text-decoration: none;
  font-weight: 400;
  font-size: 13px;
  border-radius: 5px;
  transition: 0.5s;
}
#header #nav-menu a:hover {
  background: #061940;
  color: #fff;
  transition: 1s;
}
#header {
  max-width: 1500px;
  box-sizing: border-box;
  height: 70px;
  display: flex;
  align-items: center;
  padding: 1rem;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
}
#menu {
  display: flex;
  list-style: none;
  gap: 1rem;
}
#menu a {
  display: block;
  padding: 0.5rem;
  text-align: center;
}
#btn-mobile {
  display: none;
  background-color: #fff;
  border: 0;
}
#header #button-fale-conosco {
  background-color: #061940;
  color: #fff;
}
#header #button-fale-conosco:hover {
  background-color: #fff;
  color: #061940;
}
#sengefar-logo {
  width: 200px;
}
footer {
  width: 100%;
  background-color: #333d52;
}
#div-logo-sengefar-branco {
  display: flex;
  width: 100%;
  align-items: center;
  padding-top: 10px;
}
#div-logo-sengefar-branco a {
  margin-left: auto;
  margin-right: auto;
}
#logo-sengefar-branco {
  padding-top: 20px;
  width: 180px;
  background-color: #333d52;
  opacity: 0.9;
}
#solucoes-industriais {
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  text-align: center;
  margin: 10px 0;
}
#local-sengefar {
  color: #ffffff6e;
  font-weight: 300;
  font-size: 10px;
  text-align: center;
  padding: 5px;
  margin-bottom: 30px;
}
#local-sengefar span {
  font-weight: 600;
  margin: 0 5px;
}
.footer-links {
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  border-top: 1px solid #c3c3c3;
  max-width: 1200px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding-bottom: 30px;
}
.footer-links a {
  color: #c3c3c3;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 10px;
  font-weight: 100;
  margin: 10px;
  text-decoration: none;
  text-align: center;
}
.footer-links a:hover {
  color: #fff;
}
.footer-redes-sociais {
  width: 100%;
  background-color: #a4a9b2;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-redes-sociais a {
  margin: 0 3px;
}
.footer-redes-sociais a img {
  width: 20px;
}
@media screen and (max-width: 790px) {
  #sengefar-logo {
    width: 150px;
    transition: 1s;
  }
}

@media screen and (max-width: 750px) {
  #btn-mobile {
    display: block;
  }
  #menu {
    display: none;
    position: absolute;
    width: 100%;
    top: 70px;
    right: 0;
    background-color: #fff;
    height: 0;
    z-index: 1000;
    align-items: center;
  }
  #nav-menu.active #menu {
    display: block;
    height: 100vh;
    overflow-y: auto;
    overflow: hidden;
  }
  #nav-menu.active #body {
    overflow: hidden;
  }
  #header {
    width: 100%;
    min-width: 250px;
  }
  #menu a {
    width: 100%;
    border-radius: 0;
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #061940;
    font-size: 18px;
    font-weight: 500;
    min-width: 250px;
  }
}

@media screen and (max-width: 300px) {
  #sengefar-logo {
    width: 100px;
  }
  .whatsapp-link {
    width: 50px;
    height: 50px;
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .whatsapp-link:hover {
    width: 60px;
    height: 60px;
    margin-right: 15px;
    margin-bottom: 15px;
  }
  #whatsapp-img {
    width: 30px;
  }
  .whatsapp-link:hover #whatsapp-img {
    width: 35px;
  }
}
