* {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: "Inter", sans-serif;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  margin: 0;
  justify-content: space-between;
}

.container {
  padding: 0px 60px 0px 60px;
}

.hero {
  background-image: url("../../assets/img/banner-nature-field-sun-agriculture.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.hero img {
  padding-top: 27px;
}

.logo_Div {
  display: flex;
  padding: 10px 0px 16px 0px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  max-width: 33%;
  margin: auto;
}
.logo_Div img {
  max-width: 300px;
  min-width: 100px;
}

.titulo_Div {
  display: flex;
  padding: 80px 0px 130px 0px;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.hero h1 {
  color: white;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
}

.section {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
}

.container-content {
  display: flex;
  max-width: 750px;
  width: 100%;
  padding: 50px 20px;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
}

.container-content a {
  color: #3277AD;
  text-decoration: none;
}

.container-content a:hover {
  color: #3277AD;
  text-decoration: underline;
}

.section h1 {
  color: black;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
}
.section img {
  width: 120px;
  height: 120px;
  flex-shrink: 0;
  border-radius: 25px;
  background: cover no-repeat;
}

.content {
  display: flex;
  align-items: flex-start;
  gap: 64px;
}
.content p {
  color: black;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.bg_Footer {
  border-top: 20px solid #b4d0e7;
  background-color: #00264c;
  margin-top: 45px;
}

footer .rodape {
  display: flex;
  padding: 60px 60px 40px 60px;
  align-items: center;
  gap: 20px;
  align-self: stretch;
}

.rodape .sac {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 5px;
  flex: 1 0 0;
}

.p_title {
  color: white;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}

.p_subtitle {
  color: white;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}

.center-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.center-footer span {
  color: white;
  text-align: center;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}
.center-footer .logos {
  display: flex;
  max-width: 426.667px;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

.logos .embrapa-logo {
  width: 136px;
  height: 50px;
  flex-shrink: 0;
  background: cover no-repeat;
}

.menu-footer {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 5px;
  flex: 1 0 0;
  

  /*flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 5px;
  flex: 1 0 0;*/
}
.menu-footer a {
  color: #b4d0e7;
  text-align: center;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.72px;
}
.menu-footer span {
  color: white;
  font-size: 14px;
  text-align: center;
}

a {
  text-decoration: none;
}

.sac a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  footer .rodape {
    display: flex;
    padding: 50px 20px 40px 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
  }
  footer .menu-footer {
    order: -1;
  }
  footer .p_subtitle {
    width: 100%;
  }
}
@media (max-width: 640px) {
  .content {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .content img {
    order: 99;
  }
  .copy {
    display: flex;
  }
}
@media (max-width: 345px) {
  .center-footer .logos {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
}