:root {
  --main-bg-color: #CB1823;
}

.header {
  padding-top: 1.688rem;
  padding-bottom: 1.688rem;
}

.header .navbar-nav {
  gap: 2.5rem;
}

.header .nav-item a {
  color: #303555;
  font-size: 18px;
  font-weight: 400;
  padding: unset;
}

.header .nav-item.active {
  text-decoration: underline;
  text-decoration-color: var(--main-bg-color);
  text-decoration-thickness: 0.125rem;
  text-underline-offset: 0.375rem;
}

.breadcrumb-item a,
.breadcrumb-item.active {
  font-family: 'Poppins';
  color: #303555;
  font-size: 16px;
  letter-spacing: 5%;
}

.breadcrumb-item a {
  font-weight: 500;
  text-decoration: none;
}

.breadcrumb-item.active {
  font-weight: 400;
}

/* Moviles - SM */
@media (max-width: 575.98px) {
  /* .layout-main-wrapper {
    padding-left: 24px;
    padding-right: 24px;
  } */

  .header {
   padding-top: 20px;
   padding-bottom: 20px;
   padding-left: 24px;
   padding-right: 24px;
  }

  .navbar-toggler{
    border: unset;
  }

  .navbar-toggler-icon {
    width: 32px;
    height: 32px;
    background-image: url("../img/menu_button.svg");
    background-size: 32px;
  }

  .navbar-brand img{
    width: 117px;
    height: 40px;
  }

  .navbar-collapse {
    margin-top: 24px;
  }

  .breadcrumb{
    align-items: center;
    padding-left: 24px;
    padding-right: 24px;
  }

  .breadcrumb-item a,
  .breadcrumb-item.active {
    font-size: 12px;
  }
}

/* Tablets en vertical - MD */
@media (min-width: 576px) and (max-width: 767.98px) {

}

/* Tablets en horizontal - LG */
@media (min-width: 768px) and (max-width: 991.98px) {

}

/* Portátiles pequeños - XL */
@media (min-width: 992px) and (max-width: 1199.98px) {

}
