body {
    background-color: #f2f2f2;
}
  
.cabecalho {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 120px 18px 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;
  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;
  padding-left: 10%;
  padding-right: 10%;
  align-items: center;
  gap: 10px;
  justify-content: center;
  gap: 110px;
}

.filha1 img {
  width: 130px;
  height: 22px;
}

.filha1 h2 {
  color: #000000;
  font-size: 96px;
  font-weight: 400;
}

.filha1 h2 span {
  color: #d95204;
  font-weight: 700;
}

.filha1 p {
  font-size: 15px;
}

.filha2 img {
  width: 512px;
  height: auto;
}

@media (max-width: 1365px) {
  .filha2 img {
    display: none;
  }
  .filha1 h2 {
    color: rgb(0, 0, 0);
    font-size: 59px;
    font-weight: 400;
  }
  .filha1 h2 span {
    color: #d95204;
    font-size: 59px;
    font-weight: 700;
  }
  .container {
    padding: 0px 16px 0px 16px;
    gap: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .filha1 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 24px;
  }
  .filha1 p {
    size: 16px;
  }
  .juncao {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
}