*,
:after,
:before {
  box-sizing: border-box;
}

body {
  background-color: #ffffff;
  color: #0F3E42;
  font-family: "Montserrat", system-ui;
  margin: 0;
}
body a {
  color: #0F3E42;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 24px;
  color: #0F3E42;
}

h2 {
  margin-top: 16px;
  color: #3C3534 !important;
  margin-left: 12px;
}
h2::after {
  background: linear-gradient(90deg, #3C3534 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
  display: block;
  height: 1px;
  margin-top: 12px;
  opacity: 30%;
  width: 100%;
}

h3 {
  font-size: 22px;
}

img {
  width: 100%;
}

[v-cloak] {
  display: none !important;
}

main {
  background-image: url(https://www.biobiochile.cl/especial/food-service-2026/assets/img/bg-movil-fs.jpg);
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
}
main .title-food-service {
  position: relative;
  top: 20px;
  left: 30%;
  width: 33%;
  height: auto;
}
main .title-food-service img {
  width: 100%;
  height: auto;
  display: block;
}

main .content-container {
  display: flex;
  justify-content: center;
  margin-bottom: 75px;
  position: relative;
}
main .content-container .banner-aside-container {
  display: none;
}
main .content-container .section-container {
  padding-left: 12px;
  padding-right: 12px;
  overflow: hidden;
}
main .noticias span,
main .noticias h3,
main .noticias p {
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  margin-bottom: 12px;
  margin-top: 0;
  color: #3C3534;
}
main .cargar-mas-noticias {
  align-items: center;
  background-color: #318029;
  border-radius: 64px;
  color: #ffffff;
  display: flex;
  font-size: 14px;
  font-weight: 700;
  justify-content: center;
  line-height: 14px;
  margin: 0 auto;
  width: 205px;
  cursor: pointer;
  margin-bottom: 80px;
}
main .cargar-mas-noticias p {
  color: #ffffff;
}

@media (min-width: 993px) {
  body {
    background-color: #ffffff;
  }
  a {
    color: #0F3E42;
    text-decoration: none;
  }
  h2 {
    color: #3C3534;
    margin-left: 0;
  }
  h2::after {
    width: 635px;
  }
  main {
    background-image: url(https://www.biobiochile.cl/especial/food-service-2026/assets/img/bg-desk-fs.jpg);
    background-position: top;
    background-repeat: no-repeat;
  }
  main .title-food-service {
    position: relative;
    top: 32px;
    left: 46%;
    width: 14%;
    height: auto;
  }
  main .content-container {
    margin: auto auto auto;
    max-width: 1152px;
    padding-top: 60px;
  }
  main .content-container .banner-aside-container {
    display: block;
    margin-right: 32px;
    max-width: 160px;
    width: 100%;
  }
  main .content-container .section-container {
    max-width: 970px;
    width: 100%;
  }
  main .noticias {
    max-width: 302px;
  }
  main .noticias span,
  main .noticias h3,
  main .noticias p {
    font-size: 15px;
    line-height: 21px;
  }
}