.porlet_horizontal {
  padding-bottom: 0;
}
.porlet_horizontal__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.porlet_horizontal__list.m--proyect .porlet_horizontal__item {
  padding: 3.125rem 0;
}
.porlet_horizontal__list.m--proyect .porlet_horizontal__item .porlet_horizontal__item__inset {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 800px) {
  .porlet_horizontal__list.m--proyect .porlet_horizontal__item__image {
    margin-inline: auto;
    max-width: 35rem;
    width: 100%;
  }
  .porlet_horizontal__list.m--proyect .porlet_horizontal__item__inset {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
}
.porlet_horizontal__item {
  padding: 1.875rem 0;
}
.porlet_horizontal__item__inset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.875rem;
}
.porlet_horizontal__item:nth-child(odd) {
  background-color: var(--gray-200);
}
.porlet_horizontal__item:nth-child(odd) .porlet_horizontal__item__inset {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.porlet_horizontal__item__image {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  max-width: 35rem;
  height: auto;
  border-radius: 0.375rem;
}
.porlet_horizontal__item__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.9375rem;
}
.porlet_horizontal__item__title {
  font-size: 1.5rem;
  font-weight: 700;
}
.porlet_horizontal__item__description {
  line-height: 1.4;
}
@media screen and (max-width: 1000px) {
  .porlet_horizontal__item__image {
    max-width: 26.25rem;
  }
}
@media screen and (max-width: 800px) {
  .porlet_horizontal__item__image {
    max-width: 23.75rem;
  }
  .porlet_horizontal__item__title {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 700px) {
  .porlet_horizontal__item {
    padding: 1.25rem 0;
  }
  .porlet_horizontal__item:nth-child(odd) .porlet_horizontal__item__inset {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .porlet_horizontal__item__inset {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.9375rem;
  }
  .porlet_horizontal__item__image {
    max-width: 100%;
  }
  .porlet_horizontal__item__content {
    gap: 0.625rem;
  }
}
@media screen and (max-width: 500px) {
  .porlet_horizontal__item {
    padding: 0.9375rem 0;
  }
  .porlet_horizontal__item__inset {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.625rem;
  }
  .porlet_horizontal__item__image {
    max-width: 100%;
  }
  .porlet_horizontal__item__content {
    gap: 0.375rem;
  }
  .porlet_horizontal__item__title {
    font-size: 1.1875rem;
  }
  .porlet_horizontal__item__description {
    font-size: 0.9375rem;
  }
}