* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.center {
  display: flex;
  flex-wrap: wrap;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 2%;
}

html,
body {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}

header {
  height: 200px;
  padding: 20px 0;
}

.logo {
  left: 30px;
  position: absolute;
  height: 300%;
  display: block;
}

.condominiums-select {
  border-radius: 10px;
  padding: 15px 0;
  height: 225px;
  overflow-y: scroll;
  background-color: #fff;
  margin: 0 0 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.condominiums-select p {
  color: #000;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  padding: 2px 15px;
  margin: 0 0 5px;
  cursor: pointer;
}

.condominiums-select p:hover {
  background-color: #31d2f22c;
}

.condominiums-select div:nth-child(2) {
  flex: 1;
  position: relative;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.condominiums-select div::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.condominiums-select {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

.selected-condominium {
  background-color: #31d2f2;
}

.menu {
  display: flex;
  justify-content: space-around;
  padding-top: 40px;
  width: 100%;
  text-align: right;
}

.menu-left {
  align-items: start;
}

.menu a {
  color: rgb(255, 255, 255);
  text-decoration: none;
  font-weight: 200px;
  margin-right: 140px;
}

section.sobre {
  height: calc(100% - 200px);
  position: relative;
}

.extras {
  position: absolute;
  bottom: -450;
  right: -500;
  width: 1200px;
  height: 1200px;
  border-radius: 50%;
  background-color: orangered;
}

.nav-link {
  color: #fff !important;
}

.body-titulo {
  background-image: url("http://6pbank.com.br/wp-content/uploads/2023/07/bg-6p-01a.png");
  /* Defina outras propriedades de estilo, como cor de fundo, se desejar */
  background-color: #f0f0f0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.form-gestao-titulos {
  color: #f0f0f0;
  margin-top: 20px;
  /* Para ajustar a imagem ao tamanho da janela do navegador */
}
