/* #36a698 */

/* HERO */
.hero-bg {
  min-height: 250px;
  width: 100vw;
  transform: translateX(-50%);
  left: 50%;
  position: relative;
  display: flex;
  align-items: center;
  background-image: url("/assets/media/images/capitulo-bg.jpg");
}

.hero-bg::before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: rgb(0,47,72);
  background: -moz-linear-gradient(90deg, rgba(0,47,72,0.7651435574229692) 3%, rgba(255,255,255,0) 78%);
  background: -webkit-linear-gradient(90deg, rgba(0,47,72,0.7651435574229692) 3%, rgba(255,255,255,0) 78%);
  background: linear-gradient(90deg, rgba(0,47,72,0.7651435574229692) 3%, rgba(255,255,255,0) 78%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#002f48",endColorstr="#ffffff",GradientType=1);
}
.hero-bg .container{
  position: relative;
  z-index: 1;
}
.page{
  overflow: hidden;
}

.hero-bg__title {
  color: white;
}

/* LIST */
.list {
  margin-bottom: 63px;
}
.list__item {
  font-size: 15px;
  font-weight: 600;
  color: #004795;
  display: block;
  padding-top: 14px;
  padding-bottom: 14px;
  border-bottom: 2px solid #d8d9dc;
}
.effect-fog .list__item:last-child{
  border-bottom: 0;
}
.list__item--no-border-bottom {
  border-bottom: none;
}
.list__button {
  color: #006aa8;
  font-size: 14px;
  font-weight: 600;
  padding: 16px 20px;
  border: none;
  background-color: transparent;
}

/* TITLE */
.breadcrumb{
  padding-bottom: 33px;
}
.breadcrumb a{
  font-weight: 400;
  color: #7a7a7a;
}
.breadcrumb .breadcrumb-item{
  color: #7a7a7a;
}
.active-cart-box--responsive {
  max-width: 293px;
}
.category__content {
  background-color: #f7f7f7;
  padding: 16px 14px;
  display: flex;
  margin-bottom: 10px;
  align-items: center;
  gap: 9px;
}
.category__icon {
  min-width: 17px;
}
.category__description {
  color: #000;
  font-weight: 600;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.box-aside__wrap {
  width: 100%;
  min-height: 100px;
  margin-bottom: 32px;
  /* remove */
  background-color: #f7f7f7;
  border-radius: 9px;
}
.poster__content {
  width: 100%;
  height: 250px;
  margin-bottom: 10px;
  overflow: hidden;
  position: relative;
}

.poster__content img{
  position: absolute;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}

/* Articles */
.article__order {
  gap: 16px;
}

.tech-doc {
  max-width: 200px;
}
.tech-doc__header-title {
  font-size: 18px;
  margin-bottom: 23px;
}
.tech-doc__container {
  display: flex;
  justify-content: space-between;
}
.tech-doc__input-wrap {
  margin-bottom: 14px;
}
.tech-doc__input-wrap input {
  padding: 2px;
}
.tech-doc__title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 16px;
}
.tech-doc__label {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 12px;
}
.tech-doc__action {
  background-color: transparent;
  border: none;
  color: #006aa8;
  text-align: start;
}
.tech-doc__action i {
  color: currentColor;
}/*# sourceMappingURL=custom-compiler.css.map */

@media screen and (max-width: 992px) {
  .title{
    font-size: calc(3.2em - 2.4vw);
  }
  .title--description{
    font-size: calc(2.8em - 2.4vw);
  }
}