.menu {
  position: relative;
  display: flex;
  width: 100%;
  height: 80px;
  padding-left: 2em;
  padding-right: 2em;
  align-items: flex-start;
  justify-content: space-between;
  margin: auto;
  margin-top: 40px;
  max-width: 1200px;
  z-index: 999;
}
.menu img {
  width: 70%;
  height: 80px;
  object-fit: contain;
  object-position: left;
}
.menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

@media only screen and (min-width: 768px) {
  .menu img {
    height: 60px;
  }
}
@media only screen and (min-width: 1200px) {
  .menu {
    display: flex;
    width: 100%;
    height: 80px;
    align-items: flex-start;
    justify-content: space-between;
    padding: 0 2em;
    margin-top: 30px;
  }
  .menu img {
    width: auto;
  }
}
.grupo_mr {
  width: 100%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 1em;
  background: url(/assets/image/grupo_mr_tech_image.png);
  height: 400px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.about-content {
  margin-bottom: 4em;
}
.about-content h1 {
  font-size: 40px;
  font-weight: 900;
  margin-bottom: 0.5em;
}
.about-content h6 {
  font-size: 20px;
  font-weight: 900;
}
.about-content p {
  font-size: 14px;
}

.contacts-content ul {
  font-size: 14px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.contacts-content ul a {
  font-weight: 700;
  margin: 0;
  color: #55555a;
}
.contacts-content ul li a:last-of-type {
  margin-bottom: 2em;
  display: block;
}
.contacts-content ul .logo {
  width: 100%;
  max-width: 300px;
  margin-bottom: 2em;
}
.contacts-content ul h6 {
  font-weight: 700;
  margin: 0;
}
.contacts-content ul p {
  margin: 0;
  padding: 0;
}
.contacts-content ul .phone-number {
  margin: 0 0 2em;
  padding: 0;
  font-weight: normal;
}
.contacts-content ul .phone-number span {
  font-size: 11px;
  display: block;
  font-weight: normal;
  margin-bottom: 2em;
}

@media only screen and (min-width: 540px) {
  .app-contente {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .about-content {
    width: 45%;
  }
  .contacts-content {
    width: 45%;
    padding-top: 25%;
  }
}
@media only screen and (min-width: 768px) {
  .grupo_mr {
    height: 600px;
  }
  .app-contente {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .about-content {
    width: 45%;
  }
  .contacts-content {
    width: 45%;
  }
}
@media only screen and (min-width: 1200px) {
  .app-contente {
    max-width: 1200px;
    margin: auto;
    justify-content: space-between;
    align-items: center;
  }
  .grupo_mr {
    width: 45%;
    transform: none;
    left: 0;
  }
  .about-content {
    width: 45%;
  }
  .contacts-content {
    width: 100%;
    padding-top: 0;
  }
  .contacts-content ul {
    display: flex;
    justify-content: space-between;
  }
}
.politica-privacidade, .cookies {
  margin-top: 1em;
}
.politica-privacidade .title, .cookies .title {
  font-size: 40px;
  font-weight: 800;
}
.politica-privacidade .subtitle, .cookies .subtitle {
  font-size: 20px;
  font-weight: 800;
}

footer a {
  font-size: 14px;
  color: #55555a;
}
footer a:hover {
  color: #55555a;
  text-decoration: none;
}
footer ul {
  list-style: none;
  color: #55555a;
}
footer ul li {
  width: 50%;
}

@media only screen and (min-width: 540px) {
  footer a {
    font-size: 14px;
    color: #55555a;
  }
  footer a:hover {
    color: #55555a;
    text-decoration: none;
  }
  footer ul {
    list-style: none;
    color: #55555a;
  }
  footer ul li {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) {
  footer {
    padding: 0 2em;
  }
  footer a {
    font-size: 14px;
    color: #55555a;
  }
  footer a:hover {
    color: #55555a;
    text-decoration: none;
  }
  footer ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  footer ul li {
    width: 30%;
  }
}
@media only screen and (min-width: 990px) {
  footer {
    margin: auto;
    padding: 1em 1em;
    max-width: 1200px;
  }
  footer ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
  }
  footer ul li {
    width: initial;
  }
}
body {
  background: url("/assets/image/watermark_mrgroup.svg");
  background-size: 600px;
  background-repeat: no-repeat;
  font-family: "Montserrat", sans-serif;
}

.app-contente {
  padding: 0 2em;
}

.icon {
  width: 15px !important;
  margin: 0;
  margin-right: 1em;
}

/*# sourceMappingURL=app.css.map */
