html {
  scroll-behavior: smooth;
  transition: 1.3s;
}

.containerUm {
  display: flex;
  gap: 40px;
  margin: 0;
}

.containerDois {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
}

body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  color: #333;
  width: 100vw;
  justify-self: center;
  background-color: #ffffff;
}

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100px;
  position: fixed;
  z-index: 9999;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column-reverse;
}

.logo img {
  width: 214px;
  height: auto;
  position: fixed;
  top: 0;
  left: 45px;
}

.boxmenu {
  background-color: #ffffff;
  width: 100vw;
  height: 100%;
  justify-items: end;
  padding-right: 12%;
}

nav {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-items: center;
  height: 100px;
}

nav a {
  margin: 0 15px;
  text-decoration: none;
  color: #000;
  font-weight: bold;
  justify-self: center;
  transition:
    color 0.3s ease,
    transform 0.3s;
  transition: 0.3s;
}
nav a:hover {
  color: #71c6ff;
}

.hero {
  background-image: url("../svg/hero.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: white;
  padding: 114px 0px;
  text-align: center;
  height: auto;
  font-size: 24px;
  width: 100vw;
  margin-top: 100px;
  display: inline-block;
}

.hero p {
  font-size: 24px;
}

.quem-somos {
  display: flex;
  padding: 50px;
  background-color: #f9f9f9;
  flex-wrap: wrap;
}

.apresentaçãoFachada {
  width: 498px;
}

.qs p {
  font-size: 24px;
}
.qs {
  padding: 0 3rem;
}

.o-que-fazemos {
  background-color: #2f1b70;
  padding: 50px;
  text-align: center;
  color: white;
}

.cards {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
  max-width: 300px;
  justify-self: center;
}

.cards img {
  width: 100%;
  height: auto;
}

.cards img:hover {
  transform: scale(1.04);
  transition: transform 0.4s ease;
  box-shadow: 0px 4px 10px rgba(134, 212, 250, 0.502);
  border-radius: 38px;
}

.card {
  background: white;
  color: black;
  padding: 20px;
  border-radius: 10px;
  width: 200px;
  text-align: center;
}

.btn {
  background-color: #2f1b70;
  color: white;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  border-radius: 5px;
}

.galeria {
  padding: 50px;
  text-align: center;
  background-color: #e6f2f8;
  max-width: 1440px;
  justify-self: center;
}

.flex {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: auto;
}

.flex-column {
  display: flex;
  flex-direction: column;
}
.flex-column {
  width: 100%;
  height: auto;
}

.btn-vermais {
  background-color: #14175d;
  transition: 0.3s;
}

.btn-vermais:hover {
  background-color: #1d80c2;
  color: white;
}

.contato {
  background-color: #2f1b70;
  padding: 50px;
  text-align: center;
  color: white;
}

.contato form {
  display: flex;
  flex-direction: column;
  max-width: 500px;
  margin: auto;
  gap: 15px;
}

.contato input,
.contato textarea {
  padding: 15px;
  border-radius: 5px;
  border: none;
}

footer {
  display: flex;
  justify-content: space-around;
  padding: 40px;
  background: #fff;
  font-size: 0.9em;
}

footer .links {
  gap: 10px;
  display: flex;
  flex-direction: column;
}

footer .links a {
  color: #000;
  text-decoration: none;
}

.links a:hover {
  color: #71c6ff;
}
