.nav-main {
  background-color: #ffffff;
  border-bottom: #c5c2c2;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}
.logo-barrio-nav {
  margin-left: 30px;
  padding-top: 2px;
  padding-bottom: 2px;
  width: 100px;
}
.logo-barrios-comerciales-nav {
  margin-right: 30px;
  padding-left: 10px;
  padding-top: 2px;
  padding-bottom: 2px;
  width: 90px;
}
.bc-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.title-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.text-type {
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
}
.main-title {
  color: #c5c2c2;
  font-size: 12px;
  text-transform: uppercase;
}
.main-title-plaza {
  margin-top: -8px;
  color: #424242;
  font-size: 22px;
  text-transform: uppercase;
}

/* Extra small devices (phones, 600px and down) */
@media screen and (max-width: 600px) {
  .logo-barrio-nav {
    margin-left: 10px;
  }

  .logo-barrios-comerciales-nav {
    margin-right: 10px;
    padding-left: 20px;
  }
}
