/* DEFAULT */
/*** LAYOUT WIDTH ***/
/*** MEDIAS ***/
/*** COLORS ***/
/*** SPACES ***/
/*** EASES ***/
/*** CONFIGS ***/
/********** PARCE INT **********/
/********** REM SIZE TRANSFORM **********/
/********** PUT VERSION IN URL **********/
/********** STRING REPLACE **********/
/********** URL ENCODE **********/
/********** SPACE **********/
/********** COLOR **********/
/* N4HK */
@font-face {
  font-family: "LunchBox-Light";
  src: local("LunchBox-Light");
  font-style: normal;
  font-weight: normal;
  src: url("/themes/custom/minestle/images/fonts/LunchBox-Light/LunchBox-Light.woff2") format("woff2"), url("/themes/custom/minestle/images/fonts/LunchBox-Light/LunchBox-Light.woff") format("woff");
  font-display: swap;
}

.c-1 {
  color: #39BBE4;
}

.c-2 {
  color: #EB5EA1;
}

.c-3 {
  color: #ce8100;
}

.c-4 {
  color: #8FC34F;
}

.c-5 {
  color: #EC683B;
}

.c-6 {
  color: #00AB97;
}

.c-7 {
  color: #9361A6;
}

.c-8 {
  color: #8DC640;
}

.c-9 {
  color: #E86067;
}

.c-10 {
  color: #507EC0;
}

.bg-1 {
  background-color: #39BBE4;
}

.bg-2 {
  background-color: #EB5EA1;
}

.bg-3 {
  background-color: #F2A72A;
}

.bg-4 {
  background-color: #8FC34F;
}

.bg-5 {
  background-color: #EC683B;
}

.bg-6 {
  background-color: #00AB97;
}

.bg-7 {
  background-color: #9361A6;
}

.bg-8 {
  background-color: #8DC640;
}

.bg-9 {
  background-color: #E86067;
}

.bg-10 {
  background-color: #507EC0;
}

.btn-n4hk {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  color: white;
  border-radius: 1.875rem;
  inline-size: fit-content;
  min-inline-size: 9.375rem;
  padding-inline: 1rem;
  block-size: 2.875rem;
  text-decoration: none;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  transition: all 0.3s ease-in-out;
  font-family: "Nestle-Text", sans-serif;
  font-size: 1.375rem;
}

.btn-n4hk--1 {
  background-color: #1279c1;
}

.btn-n4hk--1:hover {
  background-color: #1ca3ce;
}

.btn-n4hk--2 {
  background-color: #EB5EA1;
}

.btn-n4hk--2:hover {
  background-color: #e53187;
}

.btn-n4hk--3 {
  background-color: #F2A72A;
}

.btn-n4hk--3:hover {
  background-color: #dc8e0d;
}

.btn-n4hk:hover {
  color: white;
}

.card-n4hk {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  inline-size: 100%;
  min-block-size: 12.5rem;
  margin-inline: auto;
  background-color: white;
}

.card-n4hk::after {
  position: absolute;
  content: "";
  display: block;
  background-image: url("/themes/custom/minestle/images/n4hk/box-shadow-card-bottom.svg");
  background-position: center;
  background-repeat: no-repeat;
  inline-size: 96%;
  block-size: 1rem;
  margin-inline: auto;
  right: 0;
  bottom: -1rem;
  left: 0;
}

@media screen and (min-width: 767px) {
  .card-n4hk::after {
    block-size: 1.6875rem;
    bottom: -1.6875rem;
  }
}

.card-n4hk__image {
  position: relative;
}

.card-n4hk__image .stamp {
  display: block;
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
}

.card-n4hk__image .stamp img {
  inline-size: 100%;
  min-inline-size: 2.375rem;
  max-inline-size: 2.375rem;
  block-size: 2.375rem;
}

@media screen and (min-width: 767px) {
  .card-n4hk__image .stamp img {
    top: 1.25rem;
    right: 1.25rem;
    min-inline-size: 4.375rem;
    max-inline-size: 4.375rem;
    block-size: 4.375rem;
  }
}

.card-n4hk__image picture {
  display: block;
}

.card-n4hk__image img {
  inline-size: 100%;
  min-inline-size: 9.375rem;
  max-inline-size: 9.375rem;
  object-fit: cover;
}

@media screen and (min-width: 992px) {
  .card-n4hk__image img {
    max-inline-size: 23.4375rem;
  }
}

.card-n4hk__content {
  -ms-flex: 1 auto;
      flex: 1 auto;
  padding-block: 1.5rem;
  padding-inline: 0.75rem;
  text-align: left;
}

.card-n4hk__content .description {
  color: black;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4375rem;
  margin-block-end: 1.5rem;
}

.card-n4hk__content .title {
  font-size: 2.0625rem;
  font-weight: 400;
  margin: 0;
}

@media screen and (min-width: 992px) {
  .card-n4hk__content .title {
    font-size: 2.8125rem;
  }
}

@media screen and (min-width: 992px) {
  .card-n4hk__content {
    padding-inline: 1.25rem;
    text-align: center;
  }
  .card-n4hk__content .description {
    font-size: 1.125rem;
  }
}

@media screen and (min-width: 992px) {
  .card-n4hk {
    -ms-flex-direction: column;
        flex-direction: column;
    max-inline-size: 23.4375rem;
    block-size: auto;
  }
}

.articles {
  background-color: white;
  padding-block: 2.5rem;
  padding-inline: 1.75rem;
}

.articles__grid {
  display: grid;
  grid-template-columns: 100%;
  row-gap: 2rem;
}

@media screen and (min-width: 767px) {
  .articles__grid {
    grid-template-columns: 1fr 1fr;
    column-gap: 1.5rem;
    row-gap: 0;
  }
}

.articles .article-n4hk {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  inline-size: 100%;
  min-inline-size: 21.5625rem;
  max-inline-size: 21.5625rem;
  row-gap: 2rem;
  margin-inline: auto;
}

@media screen and (min-width: 767px) {
  .articles .article-n4hk {
    max-inline-size: 37.1875rem;
    column-gap: 1.5rem;
    row-gap: 0;
  }
}

.articles .article-n4hk::after {
  position: absolute;
  content: "";
  display: block;
  background-image: url("/themes/custom/minestle/images/n4hk/box-shadow-card-bottom.svg");
  background-position: center;
  background-repeat: no-repeat;
  inline-size: 96%;
  block-size: 1rem;
  margin-inline: auto;
  right: 0;
  bottom: -1rem;
  left: 0;
}

@media screen and (min-width: 767px) {
  .articles .article-n4hk::after {
    block-size: 1.6875rem;
    bottom: -1.6875rem;
  }
}

.articles .article-n4hk__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  text-align: center;
  inline-size: 100%;
  padding-block: 2.5rem;
  padding-inline: 1.5rem;
}

@media screen and (min-width: 767px) {
  .articles .article-n4hk__content {
    padding-inline: 5.875rem;
  }
}

.articles .article-n4hk__content .title {
  font-size: 2.5rem;
  color: white;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid white;
  inline-size: 100%;
  margin-bottom: 1.375rem;
  text-transform: uppercase;
}

.articles .article-n4hk__content .description {
  color: white;
  margin-bottom: 1.375rem;
}

.modal-n4hk {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: white;
  border-radius: 0.625rem;
  box-shadow: 2px 2px 15px rgba(37, 37, 37, 0.4);
  width: 90vw;
  max-height: 90vh;
  max-width: 50rem;
  padding: 1.5rem;
  margin: auto;
  transition: all 0.3s ease-in-out;
  display: none;
  pointer-events: none;
  opacity: 0;
  border: none;
  overflow: auto;
  z-index: 110;
}

.modal-n4hk.active {
  display: -ms-flexbox;
  display: flex;
  pointer-events: initial;
  opacity: 1;
}

.modal-n4hk--video {
  padding: 3.125rem 1.5rem 1.5rem;
  max-height: 90vh;
  max-width: 90vw;
  width: 90vw;
  height: 58vw;
  overflow: hidden;
}

@media screen and (min-width: 992px) {
  .modal-n4hk--video {
    padding: 3.125rem 2rem 2rem;
    width: 62.5rem;
    height: 39.375rem;
  }
}

.modal-n4hk--video .youtube-modal-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
}

.modal-n4hk--video .video {
  -ms-flex: 1;
      flex: 1;
  margin-bottom: 0;
}

.modal-n4hk--video .video iframe {
  width: 100%;
  height: 100%;
}

.modal-n4hk__close {
  position: absolute;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  top: .50rem;
  right: .50rem;
  background-color: #8FC34F;
  width: 2.375rem;
  height: 2.375rem;
  border-radius: 100%;
}

.modalBackdrop {
  background: rgba(37, 37, 37, 0.4);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 106;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
  display: none;
}

.modalBackdrop.active {
  pointer-events: initial;
  opacity: 1;
  display: block;
}

.sidebar {
  position: fixed;
  top: 8.75rem;
  right: 3rem;
  inline-size: 2.5rem;
  block-size: 2.5rem;
  z-index: 10;
}

@media screen and (min-width: 767px) {
  .sidebar {
    inline-size: 3.4375rem;
    block-size: 3.4375rem;
    top: 10.1875rem;
  }
}

.sidebar__menu-button {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 0;
  inline-size: 2.5rem;
  block-size: 2.5rem;
  background-color: #8FC34F;
  border-radius: 100%;
  outline: none;
  border: 0;
  box-shadow: none;
  z-index: 10;
}

.sidebar__menu-button img {
  transition: all 0.3s ease-in-out;
}

.sidebar__menu-button .icon-open {
  display: block;
  inline-size: 1.375rem;
  block-size: 0.9375rem;
}

.sidebar__menu-button .icon-close {
  display: none;
  inline-size: 1.1875rem;
  block-size: 1.1875rem;
}

@media screen and (min-width: 767px) {
  .sidebar__menu-button {
    inline-size: 3.4375rem;
    block-size: 3.4375rem;
  }
  .sidebar__menu-button .icon-open {
    inline-size: 2.0625rem;
    block-size: 1.375rem;
  }
  .sidebar__menu-button .icon-close {
    inline-size: 1.5625rem;
    block-size: 1.5625rem;
  }
}

.sidebar__logo {
  background-color: white;
  padding: 1.5rem;
}

.sidebar__menu {
  position: absolute;
  padding: 0;
  list-style-type: none;
  inline-size: 100vw;
  top: -1.5rem;
  right: -120vw;
  margin: 0;
  transition: all 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}

@media screen and (min-width: 767px) {
  .sidebar__menu {
    inline-size: 26.875rem;
  }
}

.sidebar__menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  background-color: #447409;
  block-size: 100vh;
}

.sidebar__menu ul li {
  border-bottom: 1px solid white;
}

.sidebar__menu ul a {
  display: block;
  font-size: 1.125rem;
  font-family: "Nestle-Text", sans-serif;
  color: white;
  padding-block: 0.75rem;
  padding-inline-start: 1.5rem;
  transition: all 0.3s ease-in-out;
}

.sidebar__menu ul a:hover {
  background: #bfdd9b;
}

.sidebar__menu::after {
  content: "";
  display: none;
  background-color: rgba(143, 195, 79, 0.77);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
  opacity: 0;
}

.sidebar.active .icon-open {
  display: none;
}

.sidebar.active .icon-close {
  display: block;
}

.sidebar.active .sidebar__menu {
  right: -3rem;
}

@media screen and (min-width: 767px) {
  .sidebar.active .sidebar__menu {
    right: -1.5rem;
  }
}

.sidebar.active .sidebar__menu::after {
  display: block;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}

.habitos {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  column-gap: 2.5rem;
}

.habitos ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  row-gap: 1rem;
  list-style-type: none;
  color: #4f2c1d;
  padding: 0;
  inline-size: 100%;
}

@media screen and (min-width: 767px) {
  .habitos ul {
    inline-size: calc(50% - 40px);
  }
}

.habitos ul li {
  display: -ms-flexbox;
  display: flex;
  font-size: 1.125rem;
  font-family: "Nestle-Text", sans-serif;
  -ms-flex-align: center;
      align-items: center;
  column-gap: 0.875rem;
}

@media screen and (min-width: 992px) {
  .habitos .draggable {
    cursor: default;
  }
}

.habitos__grid {
  padding-block: 2.5rem;
  background-image: url("/themes/custom/minestle/images/n4hk/background-repeat.png");
  background-repeat: repeat;
  background-size: 0.625rem;
  padding-inline: 1rem;
  margin-inline: -1.5rem;
  margin-block-end: 0;
}

@media screen and (min-width: 992px) {
  .habitos__grid {
    padding-inline: 0;
    margin-inline: 0;
  }
  .habitos__grid .slick-track {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 2rem;
    column-gap: 2.125rem;
    padding-inline: 2.4375rem;
    width: 100% !important;
    transform: none !important;
  }
  .habitos__grid .slick-track::before {
    content: none;
  }
  .habitos__grid .slick-track .slick-slide {
    float: none;
    width: fit-content !important;
  }
  .habitos__grid .slick-track .slick-slide.slick-cloned {
    display: none;
    visibility: hidden;
    opacity: 0;
  }
  .habitos__grid .slick-track .slick-slide:nth-child(11) {
    grid-column: 2;
  }
}

.habitos__item {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  text-align: center;
  padding: 2.1875rem;
  color: white;
  row-gap: 1.5rem;
  min-block-size: 30rem;
}

.habitos__item::after {
  position: absolute;
  content: "";
  display: block;
  background-image: url("/themes/custom/minestle/images/n4hk/box-shadow-card-bottom.svg");
  background-position: center;
  background-repeat: no-repeat;
  inline-size: 96%;
  block-size: 1rem;
  margin-inline: auto;
  right: 0;
  bottom: -1rem;
  left: 0;
}

@media screen and (min-width: 767px) {
  .habitos__item::after {
    block-size: 1.6875rem;
    bottom: -1.6875rem;
  }
}

.habitos__item h3 {
  font-size: 2.375rem;
  margin: 0;
}

.habitos__item p {
  font-size: 1rem;
  color: white;
  margin: 0;
}

body {
  font-family: "Nestle-Text", sans-serif !important;
}

body h1, body h2, body h3 {
  font-family: "LunchBox-Light", sans-serif;
}

body h1 {
  font-size: 2.5rem;
}

@media screen and (min-width: 767px) {
  body h1 {
    font-size: 3.5rem;
  }
}

body p {
  color: #4f2c1d;
  font-family: "Nestle-Text", sans-serif;
  font-size: 1.125rem;
  margin: 0;
}

img {
  max-inline-size: 100%;
  block-size: auto;
}

.lets-start .text-content {
  text-align: center;
}

.lets-start__cards {
  display: grid;
  grid-template-columns: 100%;
  row-gap: 2rem;
  column-gap: 0;
  padding-inline: 1.5rem;
  padding-block: 2.5rem 3.5625rem;
  background-image: url("/themes/custom/minestle/images/n4hk/background-repeat.png");
  background-repeat: repeat;
  background-size: 0.625rem;
  margin-inline: -1.5rem;
}

@media screen and (min-width: 992px) {
  .lets-start__cards {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 0;
    column-gap: 2.125rem;
    padding-inline: 2.4375rem;
    margin-inline: 0;
  }
}

.text-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  text-align: left;
}

@media screen and (min-width: 767px) {
  .text-content {
    text-align: center;
  }
}

.text-content h1, .text-content h2, .text-content p {
  margin-block-end: 2.5rem;
}

.que-es-nestle-por-ninos {
  padding-block-end: 2.5rem;
  color: #4f2c1d;
}

.que-es-nestle-por-ninos__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  row-gap: 2.5rem;
  -ms-flex-align: center;
      align-items: center;
  text-align: left;
}

@media screen and (min-width: 767px) {
  .que-es-nestle-por-ninos__content {
    text-align: center;
  }
}

.que-es-nestle-por-ninos__content h1,
.que-es-nestle-por-ninos__content h2 {
  margin: 0;
}

.que-hacemos {
  padding-block: 2.5rem;
  background-image: url("/themes/custom/minestle/images/n4hk/background-repeat.png");
  background-repeat: repeat;
  background-size: 0.625rem;
  background-position: center;
}

.que-hacemos__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  row-gap: 2.5rem;
  padding-block: 2rem;
  padding-inline: 1.5rem;
  background-color: white;
  border-top: solid 0.3125rem #F2A72A;
  text-align: left;
}

.que-hacemos__content h2 {
  font-size: 3.5rem;
  margin: 0;
}

.que-hacemos__content .btn-n4hk {
  margin-inline: auto;
}

.banner-video {
  display: block;
  position: relative;
  margin-block-end: 2.5rem;
}

.banner-video picture {
  display: -ms-flexbox;
  display: flex;
}

.banner-video img {
  inline-size: 100%;
  max-inline-size: 100%;
  block-size: auto;
}

.banner-video::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: block;
  content: "";
  background-image: url("/themes/custom/minestle/images/n4hk/play-new.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  inline-size: 6.25rem;
  block-size: 6.25rem;
  z-index: 2;
}

.banner-video:hover {
  cursor: pointer;
}

.section-habitos h2 {
  font-size: 2.5rem;
}

@media screen and (min-width: 767px) {
  .section-habitos h2 {
    font-size: 3.5rem;
  }
}

.section-habitos__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  row-gap: 2.5rem;
}

.section-habitos__content h2,
.section-habitos__content p {
  margin: 0;
}

@media (max-width: 767px) {
  .btn-n4hk {
    font-size: 1rem;
  }
}