.background-g {
  background-image: url("../images/glosario_banner_home.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 4%;
  background-position: center center;
}
.background-g a:focus {
  outline-offset: inherit;
}

.breadcrumb {
  background-color: transparent;
  padding-top: 20px;
}
.title {
  font-weight: 600;
}
.subtitle {
  margin-top: 5%;
  margin-bottom: 8%;
  font-size: 1.3em;
  font-weight: 300;
}
.text-white {
  color: #fff;
  font-family: montserrat;
}

.content-section {
  color: #6e6e6e;
  padding-left: 5%;
  padding-right: 8%;
  min-height: 520px;
}
.art-section {
  margin-top: 4%;
  margin-bottom: 4%;
}
.art-title {
  color: #4f4f4f;
  font-size: 1.8em;
}
.art-content {
  font-size: 1.2em;
  max-height: 200px;
  overflow-y: hidden;
  padding: 0 10px;
}
.art-source {
  font-size: 1em;
  color: #575757;
}
#sidebar-vocabulary {
  padding-top: 74px;
  padding-left: 0;
  padding-right: 0;
  background-color: #f7f7f7;
  text-align: center;
}

#sidebar-vocabulary .letter {
  display: block;
  text-decoration: none;
  color: #4f4f4f;
  font-weight: 900;
  font-size: 18px;
  padding: 35px 0;
}

#sidebar-vocabulary .active {
  color: #d1011d;
  border-right: 6px solid #d1011d;
  font-size: 36px;
}
.fix {
  margin: 0;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .btn-container-home {
    text-align: center;
  }
  .subtitle {
    padding: 5% 0;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .subtitle {
    font-size: 0.94em;
    padding: 5% 0;
  }
  .content-section {
    padding-right: 4%;
  }
}
@media (max-width: 575.98px) {
  .subtitle {
    font-size: 1em;
    padding: 7% 0;
  }
  .art-title {
    font-size: 0.8em;
  }
  .art-content {
    font-size: 0.7em;
  }
  .art-source {
    font-size: 0.5em;
  }
}

/* Styles for the search bar */
.glossary-search {
  margin: 10px 30px 30px 0;
  position: relative;
}

.search-button {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);

  border: none;
  background: #fafafa;
  outline: none;
  height: 60%;
  width: 40px;
}

.search-input {
  border: none;
  height: 64px;
  width: 220px;

  padding-left: 40px;
  background: #fafafa;
  outline: none;
  border-radius: 5px;
}

.search-input::placeholder {
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.23px;
  line-height: 18px;
}

.background-g a > span.btn {
  padding-top: 9px;
}

@media (max-width: 768px) {
  .search-input {
    width: 100%;
  }
}
