:root {
  --black: #000000ff;
  --oxford-blue: #14213dff;
  --orange-web: #fca311ff;
  --platinum: #e5e5e5ff;
  --white: #ffffffff;
}

body {
  display: block;
  margin: 0;
}

body::before {
  content: "";
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(imagens/capa_715sede-mrv.jpg) no-repeat center center / cover;
  filter: blur(5px) brightness(0.5);
  z-index: -1;
}

 .titulo {
  align-items: center;
  font-family: 'Arial', sans-serif;
  font-size: 40px;
  color: white;
  margin-top: 40px;
  text-align: center;
  text-shadow: 2px 2px 4px #000000;
}

.subtitulo {
  align-items: center;
  text-align: center;
  color: white;
  font-family: 'Arial', sans-serif;
  text-shadow: 2px 2px 4px #000000;
}

.empreendimentos {
  display: flex;
  align-items: center;
  justify-content: center;
}

.empreendimentos li {
  text-align: center;
  justify-content: center;
  margin: 0;
  padding: 20px;
  text-align: center;
  color: white;
  font-family: 'Arial', sans-serif;
  list-style: none;
}

.textomandacaru, .textofortealencar, .textotorredomar, .textovilledeporto, .textobrisadomar {
  font-weight: bold;
  margin: 20px;
  font-size: 20px;
  text-shadow: 2px 2px 4px #000000;
}

.rodape {
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(255, 255, 255);
  font-weight: bold;
  margin: 20px;
  font-size: 50px;
  text-shadow: 2px 2px 4px #000000;
}

.redessociais {
  display: flex;
  align-items: center;
  justify-content: center;
}

.redessociais li {
  list-style: none;
  margin: 0 15px;
  gap: 60px;
}