.section-head {
  height: 350px;
  position: relative;
  background-color: var(--quinary);
}

.section-head-image {
  width: 100%;
  height: 350px;
  position: absolute;
  z-index: 1;
}

.section-head-image img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  opacity: .2;
  text-align: initial;
}

.section-head-content {
  z-index: 2;
}

.section-head-content h2 {
  font-size: 50px;
  color: white;
  letter-spacing: 2px;
}

.area-caja {
  /*width: auto;
  border: solid 3px var(--tertiary);
  border-radius: 30px;
  background-color: white;*/
  margin: 10px;
}

.caja::after {
  content: "\025be";
  display: table-cell;
  padding-top: 2px;
  text-align: center;
  width: 38px;
  height: 39px;
  background-color: var(--secondary);
  position: absolute;
  top: 0;
  right: 0px;
  pointer-events: none;
  color: white;
  border-radius: 6px;
  font-size: 22px;
}

.caja {
  border: none;
  overflow: hidden;
  width: 100%;
  position: relative;
  /*border-radius: 20px;*/
}

.caja select {
  background-color: transparent;
  border: none;
  color: var(--secondary);
}

.area-search-brand {
  /*width: auto;
  border: solid 3px var(--tertiary);
  border-radius: 30px;
  background-color: white;*/
  margin: 10px;
}

.area-search-brand input {
  background: transparent;
  border: none;
  color: var(--primary) !important;
}

.area-search-brand input::placeholder {
  color: var(--tertiary);
}

.btn-primary {
  color: white;
  background-color: var(--primary);
  border-radius: 30px;
  border: none;
}

.btn-primary:hover {
  background-color: var(--secondary);
}

.btn-primary:not(:disabled):not(.disabled):active {
  background-color: var(--secondary);
}

.btn-primary:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgb(197 195 255 / 25%);
}

.area-search-brand .form-control:focus {
  color: var(--primary) !important;
  background-color: inherit;
  border-color: inherit;
  outline: inherit;
  box-shadow: inherit;
}

.btn-primary.focus, .btn-primary:focus {
  color: white;
  background-color: var(--secondary);
  border-color: inherit;
  box-shadow: 0 0 0 0.2rem rgb(197 195 255 / 25%);
}

.section-filter {
  background-color: #f1f0ff;
  padding: 15px 0;
}

.image-brand {
  border: solid 2px var(--tertiary);
  border-radius: 20px;
  padding: 25px 10px;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .image-brand {
    padding: 25px;
  }
}

.area-brand-post img {
  width: 90%;
  height: 160px;
  object-fit: contain;
}

.area-brand-post .title-brand {
  font-size: 18px;
  color: var(--primary);
  font-weight: 600;
}

.area-brand-post {
  margin-bottom: 30px;
}

.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: .75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: white;
  border-radius: .25rem;
  margin: 30px 0;
}

.pagination {
  margin: 30px 0;
}

.page-link {
  position: relative;
  display: block;
  padding: 15px;
  margin-left: -1px;
  line-height: 1.25;
  color: var(--primary);
  background-color: #fff;
  border: 1px solid #EFF0F8;
  font-size: 18px;
}

.page-link:hover {
  z-index: 2;
  color: var(--primary);
  text-decoration: none;
  background-color: #EFF0F8;
  border-color: var(--tertiary);
}

.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0rem rgb(0 123 255 / 25%);
}

