.template-ingredientes .container {
  max-width: 1171px;
}
.template-ingredientes h1 {
  font-family: "Sugo Classic Extralight";
  font-size: 55px;
  font-style: normal;
  font-weight: 300;
  line-height: 90%;
  margin-bottom: 16px;
}
.template-ingredientes h2 {
  color: #18535A;
  font-family: "Sugo Classic Extralight";
  font-size: 48px;
  font-style: normal;
  font-weight: 300;
  line-height: 90%;
}
.template-ingredientes h3 {
  color: #FFF;
  font-family: "Nunito Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.template-ingredientes p {
  color: #164C52;
  font-family: "Nunito Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 24px;
}
.template-ingredientes .pretitulo span {
  color: #18535A;
  font-family: "Nunito Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.section-hero {
  min-height: 100vh;
  padding-top: 166px;
  padding-bottom: 90px;
  position: sticky;
  top: 0;
  z-index: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../img/imagen.jpg");
  background-position: -13.5px 0;
  background-size: 101.977% 99.369%;
  background-repeat: no-repeat;
  background-color: lightgray;
}
.section-hero .container {
  max-width: 1249px;
}
.section-hero h1,
.section-hero p {
  color: #FFF;
}
.section-hero .breadcrumbs {
  margin-bottom: 24px;
}
.section-hero .breadcrumbs a,
.section-hero .breadcrumbs span {
  font-family: "Nunito Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #fff;
}
.section-hero .breadcrumbs .page-ingrediente {
  font-weight: 700;
}
.section-hero .container-hero {
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(12px);
  padding: 40px;
}
.section-hero .container-hero .col-img {
  display: flex;
  justify-content: end;
}

@media (max-width: 767px) {
  .section-hero {
    padding-top: 86px;
    position: relative;
  }
  .section-hero .img-col {
    display: none;
  }
}
.section-titulo_imagen_descripcion {
  padding-top: 50px;
  padding-bottom: 150px;
  position: relative;
  background: #F0F5F5;
}
.section-titulo_imagen_descripcion::after {
  content: "";
  width: 100%;
  height: 50px;
  border-radius: 24px 24px 0 0;
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  bottom: auto;
  background: #F0F5F5;
  z-index: 2;
}
.section-titulo_imagen_descripcion .imagen {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  overflow: hidden;
}
.section-titulo_imagen_descripcion .imagen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-titulo_imagen_descripcion h2 {
  font-weight: 600;
}
.section-titulo_imagen_descripcion p {
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 14px;
}
.section-titulo_imagen_descripcion p:last-child {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .section-titulo_imagen_descripcion {
    padding-top: 14px;
    padding-bottom: 68px;
  }
  .section-titulo_imagen_descripcion .col-titulo {
    margin-bottom: 16px;
  }
  .section-titulo_imagen_descripcion .col-titulo .pretitulo {
    max-width: 160px;
    margin-bottom: 14px;
  }
  .section-titulo_imagen_descripcion .col-titulo .titulo {
    max-width: 300px;
  }
}
@media (max-width: 767px) {
  .section-titulo_imagen_descripcion .imagen {
    max-height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 60px;
  }
  .section-titulo_imagen_descripcion .imagen img {
    object-position: center;
  }
}
.section-para_que_sirve {
  padding-top: 50px;
  padding-bottom: 150px;
  position: relative;
  background: #fff;
}
.section-para_que_sirve::after {
  content: "";
  width: 100%;
  height: 50px;
  border-radius: 24px 24px 0 0;
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  bottom: auto;
  background: #fff;
  z-index: 2;
}
.section-para_que_sirve .col-titulo {
  padding-right: 24px;
}
.section-para_que_sirve .imagen {
  border-radius: 16px;
  overflow: hidden;
  height: 100%;
  width: 100%;
}
.section-para_que_sirve .imagen img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.section-para_que_sirve h2 {
  font-weight: 600;
  margin-bottom: 24px;
}
.section-para_que_sirve p {
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}
.section-para_que_sirve .item p {
  font-size: 16px;
}
.section-para_que_sirve .pretitulo {
  margin-bottom: 4px;
}
.section-para_que_sirve .descripcion {
  margin-bottom: 24px;
}
.section-para_que_sirve .descripcion p {
  color: #0A2326;
}
.section-para_que_sirve .listado {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.section-para_que_sirve .listado .fila {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  column-gap: 24px;
  align-items: self-start;
  padding: 16px;
  border-radius: 24px;
  border: 2px dashed rgba(70, 117, 123, 0.8);
}
.section-para_que_sirve .listado p {
  color: #18535A;
}
.section-para_que_sirve .listado p:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .section-para_que_sirve {
    padding-top: 18px;
    padding-bottom: 100px;
  }
  .section-para_que_sirve .col-titulo {
    padding-right: 0;
  }
  .section-para_que_sirve #img-mobile-pqs {
    margin-bottom: 24px;
    border-radius: 16px;
    overflow: hidden;
    max-height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.section-beneficios {
  padding-top: 50px;
  padding-bottom: 150px;
  position: relative;
  background: #18535A;
  /* BLOQUES SUPERIORES (col-md-6) */
  /* BLOQUES INFERIORES (col-md-4) */
}
.section-beneficios::after {
  content: "";
  width: 100%;
  height: 50px;
  border-radius: 24px 24px 0 0;
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  background: #18535A;
  z-index: 2;
}
.section-beneficios .imagen {
  border-radius: 16px;
  overflow: hidden;
}
.section-beneficios .pretitulo span {
  color: #fff;
  font-weight: 200;
}
.section-beneficios h2 {
  font-weight: 500;
  margin-bottom: 76px;
  color: #fff;
}
.section-beneficios .row-beneficios {
  --bs-gutter-x: 24px;
  --bs-gutter-y: 24px;
}
.section-beneficios .row-beneficios > [class^=col-],
.section-beneficios .row-beneficios > [class*=" col-"] {
  display: flex;
}
.section-beneficios .col-titulo {
  flex-direction: column;
}
.section-beneficios .bloque {
  position: relative;
  display: flex;
  align-items: stretch;
  width: 100%;
  padding: 16px;
  border-radius: 24px;
  backdrop-filter: blur(12px);
  min-height: 232px;
  height: 100%;
  box-sizing: border-box;
}
.section-beneficios .bloque::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 24px;
  pointer-events: none;
  border: 2px dashed rgba(255, 255, 255, 0.5);
}
.section-beneficios .bloque .imagen {
  background-color: #fff;
}
.section-beneficios .bloque p {
  color: #fff;
  font-size: 14px;
  font-weight: 200;
}
.section-beneficios .bloque p:last-child {
  margin-bottom: 0;
}
.section-beneficios .bloque-horizontal {
  display: flex;
  flex-direction: row;
  column-gap: 18px;
}
.section-beneficios .bloque-horizontal .imagen,
.section-beneficios .bloque-horizontal .textos {
  flex: 0 0 calc(50% - 9px);
  max-width: calc(50% - 9px);
  height: 200px;
}
.section-beneficios .bloque-horizontal .imagen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-beneficios .bloque-horizontal .textos {
  display: flex;
  flex-direction: column;
}
.section-beneficios .bloque-horizontal .titulo {
  flex: 0 0 auto;
}
.section-beneficios .bloque-horizontal .descripcion {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
}
.section-beneficios .bloque-vertical {
  display: flex;
  flex-direction: column;
  column-gap: 18px;
  justify-content: space-between;
}
.section-beneficios .bloque-vertical .imagen,
.section-beneficios .bloque-vertical .textos {
  max-width: 100%;
}
.section-beneficios .bloque-vertical .imagen {
  height: 160px;
}
.section-beneficios .bloque-vertical .imagen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-beneficios .bloque-vertical .textos {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
  height: auto;
  margin-bottom: 16px;
}
.section-beneficios .bloque-vertical .textos h3 {
  margin-bottom: 0;
}
.section-beneficios .bloque-vertical .titulo {
  flex: 0 0 auto;
}
.section-beneficios .bloque-vertical .descripcion {
  flex: 1 1 auto;
  display: flex;
  align-items: flex-start;
}

@media (max-width: 991px) {
  .section-beneficios h2 {
    margin-bottom: 6px;
  }
  .section-beneficios .bloque-horizontal {
    flex-direction: column;
  }
  .section-beneficios .bloque-horizontal .imagen,
  .section-beneficios .bloque-horizontal .textos {
    width: 100%;
    max-width: unset;
    flex: unset;
  }
  .section-beneficios .bloque-horizontal .textos {
    height: auto;
    order: 1;
    margin-bottom: 24px;
  }
  .section-beneficios .bloque-horizontal .imagen {
    order: 2;
  }
  .section-beneficios .imagen {
    height: 170px;
  }
}
@media (max-width: 767px) {
  .section-beneficios {
    padding-top: 10px;
    padding-bottom: 30px;
  }
  .section-beneficios .pretitulo {
    margin-bottom: 8px;
  }
  .section-beneficios .pretitulo span {
    font-size: 22px;
    font-weight: 300;
  }
  .section-beneficios .col-titulo .titulo {
    margin-bottom: 14px;
  }
  .section-beneficios .bloque .titulo {
    margin-bottom: 8px;
  }
}
.section-texto {
  padding-top: 50px;
  padding-bottom: 150px;
  position: relative;
  background: #F0F5F5;
}
.section-texto::after {
  content: "";
  width: 100%;
  height: 50px;
  border-radius: 24px 24px 0 0;
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  bottom: auto;
  background: #F0F5F5;
  z-index: 2;
}
.section-texto h2 {
  font-weight: 600;
}
.section-texto p {
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 14px;
}
.section-texto p:last-child {
  margin-bottom: 0;
}
.section-texto a,
.section-texto a:visited {
  color: #0A2326;
}

/*# sourceMappingURL=style-ingrediente.css.map */
