body {
  background-color: #f2f2f2;
}

.cabecalho {
  display: flex;
  justify-content: space-between;
  padding: 24px 120px 16px 120px;
}

.logo {
  display: flex;
  align-items: center;
  gap: 16px;
}

h1 {
  font-style: 48px;
}

img {
  width: 50px;
  height: auto;
}

.menu {
  display: flex;
}

.lista {
  display: flex;
  align-items: center;
  gap: 36px;
  padding: 16px 0;
  list-style: none;
  color: #000000;
}

a {
  text-decoration: none;
  color: #000000;
}

footer {
  display: flex;
  justify-content: center;
}

footer img {
  width: 110px;
  height: auto;
}

.container {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 32px;
  gap: 40px;
}

.filhaA {
  gap: 18px;
  max-width: 400px;
  width: 100%;
}
.filhaA button {
  background: #353535;
  color: #ffffff;
  padding: 8px, 24px, 8px, 24px;
  gap: 10px;
  max-width: 121px;
  width: 100%;
  height: 33px;
}

.filhaA p {
  gap: 8px;
  padding-bottom: 12px;
  font-size: 16px;
  font-weight: 600;
}

.filhaA h2 {
  font-family: Inter;
  font-size: 44px;
  font-weight: 600;
}

.tamanho {
  font-weight: 500;
}

.cor {
  color: #353535;
}

.filhaAa {
  width: 121px;
  height: 75px;
  gap: 18px;
}

.abraco {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.filhaAa img {
  width: 24px;
  height: 24px;
}

.filhaB img {
  width: 560px;
  height: 315px;
}

.space {
  padding-top: 12px;
  padding-left: 12px;
  display: flex;
  gap: 12px;
}

@media (max-width: 1365px) {
  .filhaB {
    display: none;
  }
  .space {
    padding-top: 12px;
    padding-left: 0px;
    display: flex;
    gap: 12px;
  }
}