@font-face { font-family: "Baloo2"; src: url("../assets/fonts/Baloo2-Regular.ttf"); }
@font-face { font-family: "Baloo2Bd"; src: url("../assets/fonts/Baloo2-Bold.ttf"); }
@font-face { font-family: "LatoBd"; src: url("../assets/fonts/Lato-Bold.ttf"); }

h5 a:hover, h5 a:visited { color: white; }
body { margin: 0; padding: 0; }
.mantiqueira-footer { width: 100%; }
.mantiqueira-footer > .footer-section { padding: 80px 0; }

#footer-first-section {
  background-image: linear-gradient(to bottom right, #fbfcfa, #e2e4d4, #d4f1e9);
}
#footer-first-section > .footer-section-title { display: flex; justify-content: center; }
#footer-first-section > .footer-section-title > .footer-section-title-text {
  font-family: "Baloo2Bd"; color: #53784b; border-radius: 3em; font-size: 26px;
  padding: 20px 45px; border: 1px #53784b solid; letter-spacing: 0.1em; text-align: center;
}
#footer-first-section .footer-section-list-marks {
  padding: 2vw; box-sizing: border-box; display: flex; flex-wrap: wrap; justify-content: space-evenly;
}
#footer-first-section .footer-section-list-marks > .footer-mark-item { list-style-type: none; margin: 20px; }

#footer-second-section { display: flex; justify-content: center; padding: 40px 0; }
#footer-second-section > .footer-section-col { width: 33%; }
.footer-main-logo { width: 340px; height: auto; }

#footer-third-section {
  padding-left: 10vw; padding-right: 10vw; box-sizing: border-box;
  display: flex; flex-wrap: wrap; justify-content: space-around;
  background-image: linear-gradient(to right, #65b5b7, #567e51, #668b3e);
}
#footer-third-section > .footer-section-col {
  display: flex; justify-content: center; align-items: center; width: 33%;
}
#footer-third-section > .footer-section-col li,
#footer-third-section > .footer-section-col li > a,
h5 a {
  font-family: "LatoBd"; list-style-type: none; font-size: 13px;
  letter-spacing: 0.1em; line-height: 2.2em; cursor: pointer; color: #ffffff; text-decoration: none;
}
#footer-third-section > .footer-section-col h5 {
  font-family: "LatoBd"; font-size: 16px; letter-spacing: 0.1em; color: #ffffff;
}

/* ─── Copyright: compacto, centralizado, sem logo ─── */
#footer-copyright {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  padding: 16px 24px !important;
  background-color: #ffffff;
  border-top: 1px solid #e8e8e4;
  min-height: unset !important;
  height: auto !important;
}
#footer-copyright > p,
#footer-copyright > h6 {
  font-family: "Baloo2";
  color: #888;
  font-size: 13px;
  margin: 0 !important;
  padding: 0 !important;
  text-align: center !important;
  width: 100%;
}

@media (max-width: 1200px) {
  #footer-third-section > .footer-section-col,
  #footer-second-section > .footer-section-col { width: 100%; }
  .footer-main-logo { width: 220px; }
}
