header .menu {
  position: absolute;
  right: 0;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}
header .menu img {
  width: 200px;
}
header .menu ul {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header .menu ul a {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  color: black;
  margin: auto 20px;
}
header .menu ul a:hover {
  color: white;
}
header .menu ul a li {
  list-style: none;
}
header .hero img {
  width: 100%;
}

footer {
  padding: 40px;
  background: #262b32 !important;
}
footer p {
  color: white !important;
  font-size: 20px;
  text-align: center;
  margin-bottom: 0;
}
footer img {
  width: 200px;
  margin: auto;
  margin-bottom: 20px;
}

.social {
  padding: 40px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.social i {
  font-size: 30px;
  color: white;
  margin: auto 20px;
  margin-top: 20px;
}

.footer__ultimo {
  display: -webkit-inline-box;
  width: 100%;
  background-color: white;
  margin-top: 30px;
  padding: 0;
}
.footer__ultimo div {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
}
.footer__ultimo p {
  color: #343f52 !important;
}
.footer__ultimo img {
  margin: 0;
  padding: auto;
  width: 100px;
}

body > main > footer > div.p-4.footer__ultimo > div > img:nth-child(3) {
  width: 150px;
  height: 30px;
}

.prefooter {
  background-color: rgb(248, 203, 22);
  color: white;
  padding: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.prefooter h2 {
  text-align: center;
}