@font-face {
  font-family: "helvetica-neue-black";
  src: url("../../fonts/helvetica-lt/helvetica-neue-black.otf") format(opentype);
  font-display: swap;
}
@font-face {
  font-family: "helvetica-lt-roman";
  src: url("../../fonts/helvetica-lt/helvetica-lt-roman.ttf") format(truetype);
  font-display: swap;
}
@font-face {
  font-family: "helvetica-lt-std-bold";
  src: url("../../fonts/helvetica-lt/helvetica-lt-std-bold.otf") format(opentype);
  font-display: swap;
}
@font-face {
  font-family: "helvetica-neue-lt-std-lt";
  src: url("../../fonts/helvetica-lt/helvetica-neue-lt-std-lt.otf") format(opentype);
  font-display: swap;
}
.helvetica-neue-black {
  font-family: "helvetica-neue-black";
}

.helvetica-lt-roman {
  font-family: "helvetica-lt-roman";
  font-weight: normal;
}

.helvetica-lt-std-bold {
  font-family: "helvetica-lt-std-bold";
}

.helvetica-neue-lt-std-lt {
  font-family: "helvetica-neue-lt-std-lt";
  font-weight: normal;
}

.helvetica-black {
  font-family: "helvetica-neue-black";
}

.helvetica-roman {
  font-family: "helvetica-lt-roman";
  font-weight: normal;
}

.helvetica-bold {
  font-family: "helvetica-lt-std-bold";
}

.helvetica-light {
  font-family: "helvetica-neue-lt-std-lt";
  font-weight: lighter;
}

b,
strong {
  font-family: "helvetica-lt-std-bold";
}

img {
  max-width: 100%;
}

.d-block {
  display: block;
}

.d-flex {
  display: flex;
}

.flex-wrap {
  flex-wrap: wrap;
}

@media (min-width: 992px) {
  .flex-nowrap-md {
    flex-wrap: nowrap;
  }
}

@media (min-width: 1024px) {
  .flex-lg-nowrap {
    flex-wrap: nowrap;
  }
}

.flex-column {
  flex-direction: column;
}

.flex-row-reverse {
  flex-direction: row-reverse;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-start {
  justify-content: flex-start;
}

.justify-content-end {
  justify-content: flex-end;
}

.justify-content-space-between {
  justify-content: space-between;
}

.align-items-center {
  align-items: center;
}

.align-items-start {
  align-items: flex-start;
}

.align-items-end {
  align-items: flex-end;
}

.row-gap-1 {
  row-gap: 1rem !important;
}

.gap-0_5 {
  gap: 0.5rem;
}

.gap-1 {
  gap: 1rem;
}

.gap-2 {
  gap: 2rem;
}

.gap-3 {
  gap: 3rem;
}

.gap-4 {
  gap: 4rem;
}

.row {
  display: flex;
}

.col {
  width: 100%;
}

.col-6 {
  width: 50%;
}

.d-grid {
  display: grid;
}

.grid-columns-3 {
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

.grid-columns-4 {
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}

.text-center {
  text-align: center;
}

.text-start {
  text-align: left;
}

.text-end {
  text-align: right;
}

@media (max-width: 991px) {
  .text-md-justify {
    text-align: justify;
  }
}

.m-auto {
  margin: auto;
}

.m-0 {
  margin: 0;
}

.m-0-auto {
  margin: 0 auto;
}

.m-1 {
  margin: 1rem;
}

.m-2 {
  margin: 2rem;
}

.m-3 {
  margin: 3rem;
}

.m-4 {
  margin: 4rem;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-0_5 {
  margin-bottom: 0.5rem;
}

.mb-1 {
  margin-bottom: 1rem;
}

.mb-2 {
  margin-bottom: 2rem;
}

.mb-3 {
  margin-bottom: 3rem;
}

.mb-4 {
  margin-bottom: 4rem;
}

.mb-5 {
  margin-bottom: 5rem;
}

.mt-0 {
  margin-top: 0;
}

.mt-1 {
  margin-top: 1rem;
}

.mt-2 {
  margin-top: 2rem;
}

.mt-3 {
  margin-top: 3rem;
}

.mt-4 {
  margin-top: 4rem;
}

.ml-a {
  margin-left: auto;
}

.ml-2 {
  margin-left: 2rem;
}

.ml-3 {
  margin-left: 3rem;
}

.p-0 {
  padding: 0;
}

.p-1 {
  padding: 1rem;
}

.p-2 {
  padding: 2rem;
}
@media (max-width: 991px) {
  .p-2 {
    padding: 1rem;
  }
}

.p-3 {
  padding: 3rem;
}
@media (max-width: 991px) {
  .p-3 {
    padding: 1.5rem;
  }
}

.p-4 {
  padding: 4rem;
}
@media (max-width: 991px) {
  .p-4 {
    padding: 2rem;
  }
}

.pb-0 {
  padding-bottom: 0;
}

.pb-1 {
  padding-bottom: 1rem;
}

.pb-2 {
  padding-bottom: 2rem;
}

.pb-3 {
  padding-bottom: 3rem;
}

.pb-4 {
  padding-bottom: 4rem;
}

.pt-0 {
  padding-top: 0;
}

.pt-1 {
  padding-top: 1rem;
}

.pt-2 {
  padding-top: 2rem;
}

.pt-3 {
  padding-top: 3rem;
}

.pt-4 {
  padding-top: 4rem;
}

.pl-0 {
  padding-left: 0rem;
}

.pl-1 {
  padding-left: 1rem;
}

.pl-2 {
  padding-left: 2rem;
}

.pl-3 {
  padding-left: 3rem;
}

.pl-4 {
  padding-left: 4rem;
}

.pr-0 {
  padding-right: 0rem;
}

.pr-5 {
  padding-right: 5rem;
}
@media (max-width: 991px) {
  .pr-5 {
    padding-right: 2.5rem;
  }
}

.pos-relative {
  position: relative;
}

.z-index-2 {
  z-index: 2;
}

.line-height-1_1 {
  line-height: 1.1;
}

.line-height-1_2 {
  line-height: 1.2;
}

.line-height-1_3 {
  line-height: 1.3;
}

.line-height-1_4 {
  line-height: 1.4;
}

.sub-titulo {
  font-size: clamp(1.55rem, -0.875rem + 8.333333vw, 2.5rem);
}

.font-size-extra-small {
  font-size: clamp(0.6em, -0.875rem + 8.333333vw, 0.85rem);
}

.font-size-small {
  font-size: clamp(0.85em, -0.875rem + 8.333333vw, 0.95rem);
}

.font-size-normal {
  font-size: clamp(1rem, -0.875rem + 8.333333vw, 1.35rem);
}

.font-size-normal-2 {
  font-size: clamp(1.25rem, -0.875rem + 8.333333vw, 1.75rem);
}

.font-size-mediano {
  font-size: clamp(1.75rem, -0.875rem + 8.333333vw, 2.35rem);
}

.lista-custom li:not(:last-child) {
  margin-bottom: 0.75rem;
}

.custom-marker.marker-azul li::marker {
  color: #29bdbc;
}

.text-c-blanco {
  color: #fff;
}

.text-upcase {
  text-transform: uppercase;
}

.list-style-none {
  list-style: none;
}

.text-c-teal {
  color: #29bdbc;
}

.bg-c-verde-claro {
  background-color: #e4f3e5;
}

.bg-c-acua {
  background-color: #8cdbdb;
}

.bg-c-azul-oscuro {
  background-color: #1a105e;
}

.text-c-azul-oscuro {
  background-color: #1a105e;
}

.logo-pagina {
  max-width: 530px;
}
@media (max-width: 991px) {
  .logo-pagina {
    max-width: 300px;
  }
}

.img-hoja {
  width: 250px;
}

.cont-pilares {
  flex-wrap: wrap;
}
.cont-pilares .pilar-neo .pilar-img {
  width: 150px;
  flex: none;
}
@media (min-width: 1024px) {
  .cont-pilares .pilar-neo {
    width: 45%;
  }
}
@media (max-width: 567px) {
  .cont-pilares .pilar-neo {
    flex-wrap: wrap;
    row-gap: 1rem;
  }
}

.fondo-cerdito-etapas {
  background-image: url("../../images/page-porcicultura/neopigg/nuevo-disenio/etapas/porci.webp");
  background-position: top right;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 1023px) {
  .fondo-cerdito-etapas {
    background-image: unset;
  }
}

@media (min-width: 1024px) {
  .cont-col-etapas {
    width: 70%;
  }
}
@media (min-width: 1280px) {
  .cont-col-etapas {
    width: 60%;
  }
}

.cont-etapas .cont-etapa img {
  width: 150px;
}
@media (max-width: 767px) {
  .cont-etapas .cont-etapa {
    flex-wrap: wrap;
  }
}

.cont-beneficios .item-beneficio {
  position: relative;
  flex-grow: 1;
}
.cont-beneficios .item-beneficio:not(:last-child)::before {
  content: "";
  height: 90%;
  width: 5px;
  background-color: #1a105e;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media (max-width: 1279px) {
  .cont-beneficios .item-beneficio:not(:last-child)::before {
    content: unset;
  }
}
.cont-beneficios .item-beneficio .img-beneficio {
  width: 75px;
}
@media (max-width: 1279px) {
  .cont-beneficios .item-beneficio {
    flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  .cont-beneficios {
    row-gap: 1.5rem;
    flex-wrap: wrap;
  }
}

@media (min-width: 1024px) {
  .cont-sacos .cont-sacos-separados {
    display: none;
  }
}
@media (max-width: 1023px) {
  .cont-sacos .sacos-completos {
    display: none;
  }
}

.cont-resultados .info .info-resultados,
.cont-resultados .info .img-resultados {
  width: 50%;
}
@media (max-width: 991px) {
  .cont-resultados .info .info-resultados,
  .cont-resultados .info .img-resultados {
    width: 100%;
  }
}
.cont-resultados .info .img-grafica {
  width: 100%;
}
@media (max-width: 991px) {
  .cont-resultados .info {
    flex-wrap: wrap;
  }
}/*# sourceMappingURL=neopigg.css.map */