* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: montserrat;
}
nav {
  gap: 3rem;
}
.links {
  gap: 3rem;
}
.links a {
  text-decoration: none;
  font-size: 1rem;
  font-weight: semibold;
}
ul.links {
  gap: 3rem !important;
}
body {
  background: #f5f5f5;
}
header {
  background-color: #d1d1d1;
  padding-right: 2.04rem;
  padding-left: 2.04rem;
  padding-top: 1.0625rem;
  padding-bottom: 1.0625rem;
}
.logosgov {
  display: flex;
  align-items: end;
  gap: 1.5rem;
}
.logos {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 1rem;
}

.logosigwhite img {
  max-width: 500px;
  object-fit: cover;
  object-position: center;
}

.menu-content {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.menu {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-size: 1.5rem;
}
.menu-item {
  text-align: center;
  padding: 1rem;
}
.menu hr {
  width: 200px;
}
.menu-item a,
.menu hr {
  color: #183884;
}

a {
  text-decoration: none;
}

.btn-shadow {
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.15) !important;
}

::-webkit-scrollbar {
  width: 9px;
  height: 10px;
  background-color: transparent;
}

::-webkit-scrollbar-thumb {
  background-color: #949597;
  border-radius: 12px;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #555;
}

#preview-dashboard {
  height: 85vh;
  object-fit: contain;
}

@media screen and (max-width: 834px) {
  .cards-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 2rem;
  }
  .title {
    margin-top: 2rem;
  }
  header {
    padding: 0 15px;
    width: 100%;
  }
  .logosigma img,
  .logosgov img {
    width: 80px;
  }
  .logosgov {
    display: none;
  }
  .logosigwhite img {
    width: 100%;
    height: 100%;
  }
  .wrapper-text {
    width: auto;
  }
  header {
    background-color: #f5f5f5;
    padding: 0.8rem;
  }
  .links {
    display: none;
  }
  .wrapper {
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .wrapper-button {
    display: none;
  }
  .title {
    flex-direction: column;
    justify-content: center;
    gap: 40px;
    height: auto;
  }
  .logosigwhite {
    padding: 0;
  }
}
@media screen and (max-width: 500px) {
  .wrapper {
    justify-content: center;
  }
  .wrapper-text {
    width: 98vw;
  }
  .wrapper-text p,
  .wrapper-text strong {
    font-size: 1.4rem;
  }
  #mainbody {
    height: auto;
    gap: 50px;
  }
}
