header.hero {
    /* min-height: 85vh; */
    background: url(/img/bg_header.jpg);
    padding: 140px 0 70px 0;
    background-size: cover;
    background-position: top;
}

img.icon-footer {
    width: 15px;
}
.titulo-simula {
    font-size: 35px;
    line-height: 38px;
    color: #fff;
    padding: 15px 0 30px;
    text-shadow: 2px 2px 18px rgba(0, 0, 0, 0.64);
}
footer {
  background-color: #f8f8f8;
  position: relative;
  border-top: 5px solid #fbdd00;
}

.novo-footer-informations {
  display: flex;
  justify-content: center;
  padding: 0 20px;
  font-size: 12px;
  min-height: 150px;
}

.novo-footer-informations > div {
  max-width: 1128px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 850px) {
  .novo-footer-informations > div {
    flex-direction: column;
    padding: 20px 0;
    gap: 20px;
  }
}

.novo-footer-informations nav {
  display: flex;
  gap: 20px;
  align-items: center;
}

@media (max-width: 500px) {
  .novo-footer-informations nav {
    flex-direction: column;
    width: 100%;
    align-items: start;
  }
}

.novo-footer-informations ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.novo-footer-informations li,
.novo-footer-informations a {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: #3c3c3b;
}

.novo-footer-logo {
  width: 232px;
  height: 62px;
}

.novo-footer-companies {
  background-color: #14202e;
  display: flex;
  justify-content: center;
  padding: 20px 0;
  min-height: 150px;
}

.novo-footer-companies > div {
  max-width: 1128px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

@media (max-width: 850px) {
  .novo-footer-companies > div {
    flex-direction: column;
    gap: 20px;
  }
}

.novo-footer-companies figure {
  border-right: 1px solid white;
  width: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.novo-footer-companies figure span {
  color: white;
  font-size: 12px;
}

@media (max-width: 850px) {
  .novo-footer-companies figure {
    border-right: none;
    justify-content: center;
    display: flex;
  }
}

.novo-footer-companies ul {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  width: 80%;
  gap: 20px;
  justify-items: center;
  list-style: none;
}

@media (max-width: 850px) {
  .novo-footer-companies ul {
    width: 100%;
    padding: 0 20px;
    grid-template-columns: repeat(3, 1fr);
  }
}

.novo-footer-ymk {
  width: 108px;
  height: 91px;
}

.novo-footer-logo-companie {
  width: 80px;
  height: 30px;
}

.novo-footer-copyright {
  display: flex;
  max-width: 1128px;
  width: 100%;
  margin: 0 auto;
  justify-content: space-between;
  font-size: 12px;
  font-weight: 300;
  padding: 10px;
  color: #14202e;
}

.novo-footer-copyright a {
  text-decoration: none;
  color: #14202e;
}

@media (max-width: 768px) {
  .novo-footer-copyright {
    flex-direction: column;
    text-align: center;
    font-size: 10px;
  }
}
