:root {
  --vbc-primary: #000fff;
  --vbc-secondary: #00ffff;
  --vbc-grey: #bbbcbc;
  --vbc-success: #00ff00;
  --vbc-dark: #000000;
  --vbc-white: #fff;
}

body,
p,
h1,
h2,
h3,
h4,
h5,
button,
a {
  font-family: "Montserrat", sans-serif;
}

body {
  margin: 10px;
}

.header {
  background-color: var(--vbc-primary);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
  border-top-left-radius: 50px;
  background-image: url(../images/banner\ 2.png);
  height: 300px;
  padding: 35px;
  text-align: center;
}

.vbc-card {
  background-color: var(--vbc-primary);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background-image: url(../images/banner\ 2.png);
  height: 150px;
  padding: 35px;
  text-align: center;
}

.vbc-card img {
  width: 120px;
  height: auto;
}

.box-header {
  display: flex;
  flex-direction: column;
}

.title {
  font-weight: 600 !important;
  font-size: 18px !important;
}

.header img {
  width: 130px;
  height: auto;
}

.header-title {
  margin-top: 20px;
  color: var(--vbc-secondary);
  font-size: 20px;
  font-weight: bold;
}

.header-subtitle {
  margin-top: 10px;
  margin-bottom: 5px;
  color: #fff;
  font-size: 16px;
}

.banner img {
  width: 100%;
  height: auto;
  border-bottom-right-radius: 50px;
}

.cover {
  background-color: #660066;
  z-index: 100;
  position: absolute;
  /* z-index: 999; */
}

.card-link {
  color: #999;
}

.about p {
  font-size: 20px;
}

.unidades {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
  align-content: center;
  margin-bottom: 100px;
  /* margin-left: 8px;
  margin-right: 8px; */
  width: 100%;
}

.local {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  padding: 20px;
  width: 100%;
  border-bottom: 1px solid #999;
}

.imagem-local {
  height: 36px;
  width: 36px;
}

.titulo {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  color: #999;
  font-weight: 600;
}

.link {
  color: #999;
}
.local-address {
  font-weight: 400;
}

.local-texto {
  font-size: 18px;
  font-weight: bold;
}
