@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-etapa-1 {
  color: #E06E00;
}

.text-c-etapa-2 {
  color: #B99C16;
}

.text-c-etapa-3 {
  color: #008CAD;
}

.text-c-etapa-4 {
  color: #003FA5;
}

.text-c-azul-oscuro {
  color: #164194;
}

.text-c-azul-gris {
  color: #5c7ab4;
}

.fondo-cerdito {
  width: 100%;
  padding-top: 85.25%;
  background-image: url("../../images/page-porcicultura/utmost/nuevo/fondo-cerdito.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.fondo-cerdito .logo-miriad {
  width: 250px;
  position: absolute;
  bottom: 1rem;
  right: 4rem;
}
@media (min-width: 1280px) {
  .fondo-cerdito .logo-miriad {
    bottom: 2rem;
    right: 8rem;
  }
}
@media (max-width: 1023px) {
  .fondo-cerdito .logo-miriad {
    width: 25%;
    bottom: 1rem;
    right: 1rem;
  }
}
.fondo-cerdito .cont-logo-top {
  position: absolute;
  top: 6rem;
  left: 50%;
  transform: translateX(-50%);
}
.fondo-cerdito .cont-logo-top .logo-pagina {
  max-width: 450px;
}
@media (max-width: 991px) {
  .fondo-cerdito .cont-logo-top .logo-pagina {
    max-width: 310px;
  }
}
@media (max-width: 1023px) {
  .fondo-cerdito .cont-logo-top {
    top: 1.5rem;
  }
}

.fondo-liena {
  padding: 3rem 2rem;
}
@media (min-width: 1024px) {
  .fondo-liena .info-productos {
    width: 65%;
  }
}
.fondo-liena .info-productos img {
  width: 150px;
}
@media (min-width: 1024px) {
  .fondo-liena .info-productos img {
    width: 300px;
  }
}
.fondo-liena .cont-sacos-utmost .saco-ut img {
  width: 200px;
}
.fondo-liena .cont-sacos-utmost .saco-ut p {
  display: flex;
  align-items: center;
  gap: 7px;
}
.fondo-liena .cont-sacos-utmost .saco-ut p span {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #39aa3f;
}
.fondo-liena .cont-sacos-utmost .saco-ut p img {
  width: 190px;
}
@media (min-width: 992px) {
  .fondo-liena .cont-sacos-utmost .saco-ut p {
    margin-right: 15%;
  }
}
@media (max-width: 991px) {
  .fondo-liena .cont-sacos-utmost {
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
  }
}
@media (min-width: 1024px) {
  .fondo-liena {
    padding: 5rem 2rem;
    background-image: url("../../images/page-porcicultura/utmost/nuevo/fondo-productos.webp");
    background-position: center right;
    background-size: cover;
    background-repeat: no-repeat;
  }
}

.cont-img-grande {
  text-align: center;
  padding: 2rem;
}
@media (min-width: 1024px) {
  .cont-img-grande {
    padding: 4rem;
  }
}
.cont-img-grande img {
  width: 95%;
}
@media (min-width: 1024px) {
  .cont-img-grande img {
    width: 80%;
  }
}

.fondo-titulo {
  background-image: url("../../images/page-porcicultura/utmost/nuevo/fondo-titulo.webp");
  background-position: bottom;
  background-size: cover;
  padding: 2rem 2rem 4rem;
  background-repeat: no-repeat;
}
@media (min-width: 1024px) {
  .fondo-titulo {
    padding: 6rem 4rem 8rem;
  }
}

@media (max-width: 1023px) {
  .cont-csn {
    flex-wrap: wrap;
  }
}

@media (min-width: 1280px) {
  .cont-pork-max {
    width: 70%;
  }
}
.cont-pork-max .info-pork .logo-pork-max {
  width: 200px;
}
.cont-pork-max .cont-items-pork .item-pork {
  font-size: clamp(0.9rem, -0.875rem + 8.333333vw, 1.6rem);
  position: relative;
}
@media (min-width: 992px) {
  .cont-pork-max .cont-items-pork .item-pork:not(:last-child)::after {
    content: "";
    width: 2px;
    height: 80%;
    background-color: #a2b3d4;
    position: absolute;
    top: 0;
    right: -1.1rem;
    border-radius: 10px;
  }
}
.cont-pork-max .cont-items-pork .item-pork [class^=icon-] {
  font-size: clamp(2.5rem, -0.875rem + 8.333333vw, 8rem);
}
.cont-pork-max .cont-items-pork .item-pork .text-icon {
  width: 16ch;
}

.lista-integracion {
  list-style: none;
}
.lista-integracion li {
  margin-bottom: 4rem;
}
.lista-integracion li .item-integra {
  width: 30%;
}
.lista-integracion li .item-integra + div {
  width: 70%;
}
@media (max-width: 1099px) {
  .lista-integracion li > div {
    flex-wrap: wrap;
  }
  .lista-integracion li .item-integra {
    width: 100%;
  }
  .lista-integracion li .item-integra + div {
    width: 100%;
  }
}
.lista-integracion .lista-alcances {
  text-align: center;
}
.lista-integracion .lista-alcances::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #5777b7;
  border-radius: 100px 0 0 100px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.lista-integracion .lista-alcances li {
  position: relative;
  z-index: 1;
  margin: 0;
  flex-grow: 1;
}
.lista-integracion .lista-alcances li:last-child::before {
  content: unset;
}
.lista-integracion .lista-alcances li::before {
  content: "";
  width: 3px;
  height: 50%;
  position: absolute;
  top: 0;
  right: -2rem;
  background-color: rgba(255, 255, 255, 0.3);
}
.lista-integracion .lista-alcances li img {
  width: 100px;
}
@media (max-width: 767px) {
  .lista-integracion .lista-alcances {
    flex-wrap: wrap;
  }
  .lista-integracion .lista-alcances::before {
    content: "";
    border-radius: 25px;
  }
}/*# sourceMappingURL=utmost_2024.css.map */