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

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

@font-face {
  font-family: "Lato Bold";
  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: "Baloo2 Bold";
  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;
}

#footer-second-section > .footer-section-col {
  width: 33%;
}

#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: "Lato Bold";
  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: "Lato Bold";
  font-size: 16px;
  letter-spacing: 0.1em;
  color: #ffffff;
}

#footer-third-section > .footer-section-col h4 {
  font-family: "Lato Bold";
  font-size: 20px;
  letter-spacing: 0.1em;
  color: #ffffff;
}

#footer-third-section > .footer-section-col:last-child {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

#footer-copyright {
  display: flex;
  justify-content: space-between;
  padding: 3vw;
  flex-wrap: wrap;
  align-items: center;
}

#footer-copyright > h6 {
  font-family: "Baloo2";
  color: #757575;
}

#footer-copyright a > img {
  max-width: 100px;
}

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