header {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 100;
}
header .nav-container {
  background-color: #FFFFFF;
  height: auto;
  padding: 12px 16px;
}
header .nav-container nav {
  align-items: center;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1162px;
  position: relative;
  width: 100%;
}
header .nav-container nav .logos-header {
  align-items: center;
  display: flex;
}
header .nav-container nav .logos-header a {
  display: flex;
  align-items: center;
  justify-content: center;
}
header .nav-container nav .logos-header .svg-barra {
  margin: 0 24px;
}
header .nav-container nav .sections-redes-container {
  display: none;
}
header .nav-container nav .btn-menu-movil {
  background: transparent;
  border-color: transparent;
}
header .nav-container nav .btn-menu-movil:active, header .nav-container nav .btn-menu-movil:hover, header .nav-container nav .btn-menu-movil:focus {
  background: none;
  border-color: none;
}
header .nav-container nav .btn-menu-movil:focus {
  box-shadow: none;
}
header .nav-container nav .menu-movil {
  transition: all 1s ease-in-out;
  background-color: #FFFFFF;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  height: 100vh;
  left: auto;
  line-height: 22px;
  margin: 0;
  outline: 0;
  position: fixed;
  right: 0;
  top: 0;
  transform: translateX(0);
}
header .nav-container nav .menu-movil .header-menu {
  display: flex;
  height: 48px;
  justify-content: space-between;
  padding: 16px;
}
header .nav-container nav .menu-movil .header-menu .logo-especial {
  margin: auto 0;
}
header .nav-container nav .menu-movil .header-menu .btn-cerrar-menu {
  background: none;
  border: none;
  font-size: 22px;
  height: 20px;
  width: 20px;
}
header .nav-container nav .menu-movil .items-menu {
  display: block;
  font-size: 16px;
  padding-top: 77px;
}
header .nav-container nav .menu-movil .items-menu .container-items-menu {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  flex-direction: column;
}
header .nav-container nav .menu-movil .items-menu .container-items-menu .nav-item {
  border-bottom: 1px solid rgb(76, 76, 76);
  padding: 27px 19px 12px;
}
header .nav-container nav .menu-movil .items-menu .container-items-menu .nav-item .nav-link {
  color: #4C4C4C;
  font-family: "Montserrat", system-ui;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 12px;
  text-decoration: none;
  text-transform: uppercase;
}
header .nav-container nav .menu-movil .redes-movil {
  bottom: 70px;
  font-size: 23px;
  left: 0;
  line-height: 12px;
  position: absolute;
  right: 0;
}
header .nav-container nav .menu-movil .redes-movil .nav-link {
  color: #71757E;
  margin: 0 15px;
  padding: 8px 0;
}

@media (min-width: 992px) {
  header {
    color: #ffffff;
    font-family: "Montserrat", system-ui;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 12px;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(76, 76, 76, 0.1019607843);
  }
  header .nav-container nav .sections-redes-container {
    display: flex;
  }
  header .nav-container nav .sections-redes-container .especial-sections {
    align-items: center;
    display: flex;
    margin-right: 46px;
  }
  header .nav-container nav .sections-redes-container .especial-sections .links-header {
    color: #4C4C4C;
    font-family: "Montserrat", system-ui;
    font-size: 13px;
    font-weight: 600;
    line-height: 16px;
    margin: 0 20px;
    text-decoration: none;
  }
  header .nav-container nav .sections-redes-container .redes {
    align-items: center;
    display: flex;
  }
  header .nav-container nav .sections-redes-container .redes .nav-link {
    color: #4C4C4C;
    margin: auto 14px;
  }
  header .nav-container nav .btn-menu-movil {
    display: none;
  }
}
footer {
  border-top: 1px solid rgba(136, 153, 166, 0.3019607843);
  margin: 0;
  padding-bottom: 26px;
  padding-top: 35px;
  background-color: #FFFFFF;
  text-align: center;
}
footer .logo-bbcl {
  margin-bottom: 48px;
}
footer .texto {
  color: #8899a6;
  display: block;
  font-family: "Montserrat", system-ui;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  margin: auto;
  text-align: center;
}

@media (min-width: 992px) {
  footer {
    padding-top: 48px;
    padding-bottom: 30px;
  }
  footer .logo-bbcl {
    display: flex;
    margin: auto auto 46px;
  }
  footer .texto {
    display: inline-block;
    font-family: "Lato", system-ui;
    font-size: 13px;
    line-height: 12px;
  }
}
#espacio-banner-superior {
  display: none;
  z-index: 99999999;
  flex-direction: column;
  position: relative;
  align-items: center;
  justify-content: space-around;
  background-color: white;
}

#boton-banner-superior,
#mensaje-scroll {
  border-radius: 8px;
  background-color: #d8d8d8;
  align-items: center;
  justify-content: center;
  color: #222222;
  font-family: "Lato", system-ui;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 18px;
}

#boton-banner-superior {
  height: 38px;
  width: 120px;
}

#mensaje-scroll {
  height: 38px;
  width: 320px;
}
#mensaje-scroll svg {
  width: 18px;
}
#mensaje-scroll span {
  margin-right: 5px;
}

#boton-banner-superior,
#mensaje-scroll,
#ITT_Mobile_BBCL {
  display: none;
}

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

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

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.py-3 {
  padding-bottom: 1rem;
  padding-top: 1rem;
}

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

body {
  background-color: #FFFFFF;
  color: #27252C;
  font-family: "Montserrat", system-ui;
  margin: 0;
}
body a {
  color: #4C4C4C;
  text-decoration: none;
}

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

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

img {
  width: 100%;
}

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

#cuenta-regresiva {
  width: 100%;
  height: 120px;
  background: #bb1ee2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  margin: 16px 0 0;
}
#cuenta-regresiva .cr-title {
  font-family: "Montserrat", system-ui;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  color: #ffffff;
  text-transform: none;
}
#cuenta-regresiva .cd {
  display: flex;
}
#cuenta-regresiva .cd .cr-items {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "Montserrat", system-ui;
  font-style: normal;
  font-weight: 600;
  font-size: 25px;
  line-height: 25px;
  text-align: center;
  color: #2c2e34;
  margin-right: 12px;
}
#cuenta-regresiva .cd .cr-items .num {
  width: 60px;
  height: 48px;
  background: #ffffff;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 4px;
}
#cuenta-regresiva .cd .cr-items .unit {
  font-family: "Montserrat", system-ui;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
  text-align: center;
  color: #ffffff;
}

main {
  background-image: url(https://www.biobiochile.cl/especial/food-service-2025/assets/img/bg-food-service-2025.png);
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
}
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;
}
main .noticias span,
main .noticias h3,
main .noticias p {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  margin-bottom: 12px;
  margin-top: 0;
}
main .cargar-mas-noticias {
  align-items: center;
  background-color: #318029;
  border-radius: 64px;
  color: #FFFFFF;
  display: flex;
  font-size: 14px;
  font-weight: 600;
  justify-content: center;
  line-height: 14px;
  margin: 0 auto;
  width: 205px;
  padding: 13px 0;
}

@media (min-width: 993px) {
  h2 {
    margin-top: 0;
  }
  h2::after {
    width: 635px;
  }
  #cuenta-regresiva {
    height: 70px;
    flex-direction: row;
    justify-content: center;
    background: #4c67f6;
  }
  #cuenta-regresiva .cd {
    margin-left: 24px;
  }
  #cuenta-regresiva .cd .cr-items {
    font-size: 24px;
    line-height: 24px;
    margin-right: 16px;
  }
  #cuenta-regresiva .cd .cr-items .num {
    width: 50px;
    height: 40px;
    border-radius: 7.00346px;
  }
  main {
    background-image: url(https://www.biobiochile.cl/especial/food-service-2025/assets/img/background-food-service-2025.jpg);
    background-position: top;
    background-repeat: no-repeat;
  }
  main .content-container {
    margin: auto auto 80px;
    max-width: 1162px;
    padding-top: 58px;
  }
  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;
  }
}/*# sourceMappingURL=common.css.map */