* {
  margin: 0;
  padding: 0;
  font-family: "Nunito Sans", sans-serif;
}
body {
  height: 100vh;
  min-height: 640px;

  background-image: url("./images/Backgorund2.png");
  background-size: cover;
}
.div1 {
  height: 90%;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.subdiv1 {
  height: 80%;
  width: 30%;
}
.subdiv2 {
  height: 80%;

  width: 20%;
  display: flex;
  align-items: flex-end;
  justify-items: center;
}
.logo-maior {
  height: 35%;
  margin: 0 auto 30px;
}
.subdiv3 {
  height: 80%;
  width: 450px;
}
.logo-menor {
  height: 100px;
  display: none;
}

h1 {
  padding-top: 100px;
}

p {
  font-size: 1.3em;
  padding: 20px 20px;
}
.texto-titulo {
  background-color: #ee9800bf;
  color: white;
  padding: 30px 20px;
}
.texto-corpo {
  padding: 0 0 40%;
  background-color: #ee9800bf;
  color: white;
  border-radius: 0 0 50% 50%;
}
.links {
  height: 1.3em;
  margin: 0 2px;
}

footer {
  min-height: 10%;
  background-image: url(./images/MSDB-barrado-verde2.png);
  background-size: cover;
  background-repeat: no-repeat;
  filter: brightness(0.25);
  background-position: 0 10px;
}

@media (max-width: 1080px) {
  .div1 {
    justify-content: center;
  }
  .subdiv1,
  .subdiv2 {
    display: none;
  }
  .subdiv3 {
    width: 90%;
    max-width: 450px;
  }
  h1 {
    padding-top: 0;
  }
  .logo-menor {
    display: flex;
    justify-content: center;
    background-color: #ee9800bf;
  }
  body {
    background-repeat: no-repeat;
    background-position: 0px 100px;
  }
  .logo-imagem-menor {
    filter: brightness(0.25);
  }
}

@media (max-height: 740px) {
  h1 {
    font-size: 1.3em;
  }
  p {
    font-size: 1.1em;
  }
  .texto-corpo {
    padding: 0 0 20%;
    border-radius: 0 0 50% 50%;
  }
}
