.bx-breadcrumb {
  margin: 15px;
  /* margin: 30px 0 0 30px; */
  font-size: 12pt;
  max-width: 1440px;
  /* text-align: center; */
}
.bx-breadcrumb i {
  color: black;
  vertical-align: middle;
  margin-right: 5px;
}
.bx-breadcrumb .bx-breadcrumb-item {
  float: left;
  margin-bottom: 10px;
  white-space: nowrap;
  /* vertical-align: middle; */
  margin-right: 10px;
}
.bx-breadcrumb .bx-breadcrumb-item span {
  font-family: "Lora", "Montserrat";
  white-space: normal;
}
.bx-breadcrumb .bx-breadcrumb-item a {
  border-bottom: none;
  color: var(--bordo);
}
.bx-breadcrumb .bx-breadcrumb-item a:hover {
}

.bx-breadcrum-container + main > section {
  padding-top: 0;
}

.bx-breadcrum-container + main > section:first-of-type .bx-catalog-element {
  margin-top: 10px;
}

.bx-breadcrumb-item .fa.fa-angle-right::before {
  content: "/";
}

.bx-breadcrumb::after {
  content: "";
  height: 3px;
  display: block;
  margin-top: 3px;
  background-color: var(--bordo);
}

.bx-breadcrum-container {
  max-width: 1440px;
  width: calc(100% - 30px);
  margin: 0 auto;
}

@media (max-width: 1024px) {
  /* .bx-breadcrumb {
    margin-top: 20%;
  } */

  .bx-breadcrum-container + main > section:first-of-type {
    padding-top: 0;
  }

  .bx-breadcrum-container + main > section:first-of-type .bx-catalog-element {
    margin-top: 0;
  }

  .bx-breadcrum-container + main {
    padding-top: 15px;
  }
}

@media (max-width: 768px) {
  /* .bx-breadcrumb {
    margin-top: 30%;
  } */

  .bx-breadcrum-container + main > section:first-of-type {
    padding-top: 0;
  }

  .bx-breadcrum-container + main {
    /* padding-top: 25px; */
    padding-top: 0;
  }
}
