@import url(https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap);/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}
button,
input {
/* 1 */
  overflow: visible;
}
button,
select {
/* 1 */
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body {
  font-family: "Nunito", serif;
}
.layout {
  width: 100%;
  max-width: 1640px;
  margin: 0 auto;
  padding: 0 20px;
}
.home-banner {
  height: 100vh;
  min-height: 500px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
}
.home-banner-contenido {
  text-align: left;
  padding: 20px 50px;
}
.home-banner-contenido h1 {
  color: #fff;
  text-shadow: 0px 4px 8px rgba(0,0,0,0.25);
  font-family: "Nunito", serif;
  font-size: 50px;
  font-size: 3vw;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  max-width: 550px;
}
.home-banner-contenido h1 span {
  display: block;
}
.home-banner-contenido .opciones {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.home-banner-contenido .opciones a img {
  width: 100%;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  min-width: 150px;
}
.home-barra {
  background: #268752;
  padding: 15px 0;
}
.home-barra h3 {
  color: #fff;
  text-align: center;
  font-family: "Nunito", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  margin: 0;
}
.home-barra h3 span {
  margin-right: 10px;
  display: inline-block;
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
}
.home-categorias {
  padding: 100px 20px;
}
.home-categorias-container h2 {
  color: #cd1719;
  text-align: center;
  font-family: "Nunito", serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.home-categorias-container p {
  color: #292929;
  text-align: center;
  font-family: "Nunito", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  max-width: 700px;
  margin: 0 auto;
}
.home-categorias-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 30px;
  max-width: 1300px;
  margin: 150px auto;
}
.home-categorias-grid .col {
  width: calc(50% - 15px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 50px;
}
.home-categorias-grid .item {
  height: 100%;
}
.home-categorias-grid .item.small {
  height: 40%;
}
.home-categorias-grid .categoria {
  background: #e6e6e6;
  border-radius: 20px;
  height: 100%;
  position: relative;
  padding: 30px 20px;
  cursor: pointer;
}
.home-categorias-grid .categoria-nombre {
  background: #268752;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  padding: 5px 40px;
  border-radius: 30px;
  position: absolute;
  top: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.home-categorias-grid .categoria-nombre h4 {
  color: #fff;
  text-align: center;
  font-family: "Nunito", serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin: 0;
}
.home-categorias-grid .categoria-ver-mas {
  position: absolute;
  bottom: 0px;
  right: 20px;
  width: 100%;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  padding: 5px 20px;
  border-radius: 30px;
  background: #268752;
  color: #fff;
  text-align: center;
  font-family: "Nunito", serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
}
.home-categorias-grid .categoria-imagen {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 100%;
}
.home-categorias-grid .categoria-imagen img {
  width: 100%;
  display: block;
}
.home-categorias-grid .categoria-imagen.chiles img {
  -webkit-transform: translate(-3vw, 30px);
          transform: translate(-3vw, 30px);
}
.home-categorias-grid .categoria-imagen.chuys img {
  width: 125%;
  -webkit-transform: translate(-7vw, 30px);
          transform: translate(-7vw, 30px);
}
.home-categorias-grid .categoria-imagen.cepesmar img {
  width: 111%;
  -webkit-transform: translate(-20px, 30px);
          transform: translate(-20px, 30px);
}
.home-categorias-grid .categoria-imagen.abarrotes img {
  -webkit-transform: translate(-20px, 39px);
          transform: translate(-20px, 39px);
}
.home-categorias-grid .categoria-logo {
  text-align: right;
}
.home-categorias-grid .categoria-logo img {
  width: 100%;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}
.home-categorias-fancy-back {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  background: rgba(0,0,0,0.5);
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home-categorias-fancy-back.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.home-categorias-fancy {
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  background: #268752;
  padding: 20px;
  border-radius: 30px;
  position: relative;
}
.home-categorias-fancy .icon-close {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #fff;
  cursor: pointer;
}
.home-categorias-fancy .text {
  color: #fff;
  display: none;
  height: calc(100% - 40px);
}
.home-categorias-fancy .text.active {
  display: block;
}
.home-categorias-fancy .text h3 {
  font-size: 25px;
}
.home-categorias-fancy .text-content {
  height: calc(100% - 40px);
  overflow: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-right: 5px;
  gap: 10px;
}
.home-categorias-fancy .text .producto {
  background: #fff;
  text-align: center;
  width: calc(25% - 10px);
  border-radius: 10px;
  padding: 10px;
}
.home-categorias-fancy .text .producto img {
  width: 100%;
  display: block;
}
.home-categorias-fancy .text .producto p {
  font-size: 15px;
}
.home-descarga {
  background: #018947;
}
.home-descarga-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.home-descarga-container .texto {
  width: 40%;
}
.home-descarga-container .texto h2 {
  color: #fff;
  font-family: "Nunito", serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 130.508%;
  max-width: 400px;
}
.home-descarga-container .texto p {
  color: #fff;
  font-family: "Nunito", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  max-width: 470px;
  line-height: normal;
}
.home-descarga-container .texto .opciones {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home-descarga-container .texto .opciones a {
  margin: 0 10px;
}
.home-descarga-container .texto .opciones a img {
  width: 100%;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}
.home-descarga-container .imagen {
  width: 50%;
}
.home-descarga-container .imagen img {
  width: 100%;
  display: block;
}
.home-ubicaciones {
  padding: 100px 0;
}
.home-ubicaciones h2 {
  color: #cd1719;
  font-family: "Nunito", serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 136.345%; /* 54.538px */
  text-align: center;
}
.home-ubicaciones-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.home-ubicaciones-container .col {
  width: calc(50% - 50px);
}
.home-ubicaciones-container .ubicacion-block {
  border-radius: 47px;
  border: 2px solid #e6e6e6;
  padding: 20px 50px;
  position: relative;
  margin: 20px 0;
  cursor: pointer;
}
.home-ubicaciones-container .ubicacion-block.selected {
  border: 2px solid #3fa535;
}
.home-ubicaciones-container .ubicacion-block:last-child {
  margin-bottom: 0;
}
.home-ubicaciones-container .ubicacion-block h3 {
  color: #cd1719;
  font-family: "Nunito", serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 136.345%; /* 54.538px */
  margin: 0;
}
.home-ubicaciones-container .ubicacion-block p {
  color: #000;
  font-family: "Nunito", serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 136.345%; /* 24.542px */
  max-width: 600px;
}
.home-ubicaciones-container .ubicacion-block .horario {
  font-size: 20px;
  font-weight: 700;
  margin: 0;
}
.home-ubicaciones-container .ubicacion-block button {
  border-radius: 15.095px;
  background: #268752;
  color: #fff;
  font-family: "Nunito", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 136.345%; /* 27.269px */
  border: none;
  padding: 5px 30px;
  position: absolute;
  top: 30px;
  right: 40px;
  cursor: pointer;
}
.home-ubicaciones-container .ubicacion-block .block-iframe {
  display: none;
}
.home-ubicaciones-container .mapa {
  border-radius: 35px;
  overflow: hidden;
  height: 100%;
  position: relative;
}
.home-ubicaciones-container .mapa-iframe {
  position: absolute;
  z-index: 1;
}
.home-ubicaciones-container .mapa-iframe.active {
  display: block;
  z-index: 2;
}
.home-compras {
  background: #cd1719;
  padding: 100px 0;
}
.home-compras h2 {
  color: #fff;
  font-family: "Nunito", serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 136.345%; /* 54.538px */
  text-align: center;
}
.footer {
  background: #268752;
  padding: 80px 0 50px;
}
.footer .layout {
  max-width: 1740px;
}
.footer .cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 85%;
  margin: 0 auto;
}
.footer .cols .col {
  width: 25%;
  margin: 0 20px;
}
.footer .cols .col:nth-child(2) {
  width: 50%;
}
.footer .cols img.logo {
  width: 100%;
  max-width: 160px;
  display: block;
}
.footer .cols h3 {
  color: #fff;
  text-align: center;
  font-family: "Nunito", serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin: 0;
}
.footer .cols h3 span {
  margin-right: 10px;
  display: inline-block;
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
}
.footer .cols p {
  color: #fff;
  text-align: center;
  font-family: "Nunito", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.footer .cols .redes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.footer .cols .redes a {
  margin: 0 10px;
}
.footer .line {
  width: 100%;
  height: 1px;
  background: #fff;
  margin: 50px 0;
}
.footer .hecho p {
  color: #fff;
  text-align: center;
  font-family: "Nunito", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.footer .hecho a {
  display: block;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .home-banner {
    background-position: 80%;
  }
  .home-banner-contenido {
    padding: 144px 50px 20px;
  }
  .home-banner-contenido h1 {
    font-size: 4vw;
    max-width: 800px;
  }
  .home-categorias {
    padding: 30px 0 0;
  }
  .home-descarga-container .texto {
    padding: 0 20px;
    width: 50%;
  }
  .home-descarga-container .texto h2 {
    font-size: 30px;
  }
  .home-descarga-container .texto p {
    font-size: 16px;
  }
  .home-ubicaciones-container .col {
    width: calc(50% - 10px);
  }
  .home-ubicaciones-container .ubicacion-block h3 {
    font-size: 20px;
  }
  .home-ubicaciones-container .ubicacion-block p {
    font-size: 15px;
  }
  .home-ubicaciones-container .ubicacion-block .horario {
    font-size: 16px;
  }
  .home-ubicaciones-container .ubicacion-block button {
    font-size: 15px;
    top: 15px;
    right: 10px;
  }
  .footer .cols {
    width: 100%;
  }
  .footer .cols h3 {
    font-size: 25px;
  }
  .footer .cols p {
    font-size: 15px;
  }
  .footer .cols .redes {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer .cols .redes a {
    margin: 0 5px;
  }
  .footer .cols .redes svg {
    width: 30px !important;
    height: 30px !important;
  }
}
@media screen and (max-width: 850px) {
  .home-categorias {
    padding: 30px 0 0;
  }
  .home-categorias-fancy .text .producto {
    width: calc(33.33% - 10px);
  }
}
@media screen and (max-width: 650px) {
  .home-banner {
    background-position: 70%;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .home-banner-contenido {
    text-align: center;
  }
  .home-banner-contenido .opciones {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .home-banner-contenido .opciones a img {
    max-width: 120px;
  }
  .home-ubicaciones {
    padding: 50px 0;
  }
  .home-ubicaciones h2 {
    font-size: 35px;
  }
  .home-ubicaciones-container {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }
  .home-ubicaciones-container .col {
    width: 100%;
  }
  .home-ubicaciones-container .col .mapa {
    height: 400px;
    display: none;
  }
  .home-ubicaciones-container .col .ubicacion-block {
    border: 2px solid #3fa535;
  }
  .home-ubicaciones-container .col .ubicacion-block .block-iframe {
    display: block;
    height: 400px;
    margin: 20px 0;
  }
  .home-descarga {
    padding-top: 50px;
  }
  .home-descarga-container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .home-descarga-container .texto {
    width: 100%;
    text-align: center;
  }
  .home-descarga-container .texto h2,
  .home-descarga-container .texto p {
    max-width: unset;
  }
  .home-descarga-container .texto .opciones {
    max-width: 400px;
    margin: 0 auto;
  }
  .home-descarga-container .texto .opciones a {
    margin: 0 3px;
  }
  .home-descarga-container .imagen {
    width: 90%;
  }
  .home-compras {
    padding: 50px 0;
  }
  .home-compras h2 {
    font-size: 30px;
  }
  .home-categorias-grid {
    gap: 10px;
  }
  .home-categorias-grid .col {
    width: calc(50% - 5px);
  }
  .home-categorias-grid .item.small {
    height: 100%;
  }
  .home-categorias-grid .categoria {
    padding: 10px;
  }
  .home-categorias-grid .categoria-nombre {
    padding: 5px 17px;
  }
  .home-categorias-grid .categoria-nombre h4 {
    font-size: 14px;
  }
  .home-categorias-grid .categoria-ver-mas {
    font-size: 14px;
    padding: 5px 10px;
  }
  .home-categorias-grid .categoria-imagen.chiles img {
    -webkit-transform: translate(-3vw, 10px);
            transform: translate(-3vw, 10px);
  }
  .home-categorias-grid .categoria-imagen.chuys img {
    width: 125%;
    -webkit-transform: translate(-7vw, 10px);
            transform: translate(-7vw, 10px);
  }
  .home-categorias-grid .categoria-imagen.cepesmar img {
    width: 111%;
    -webkit-transform: translate(-10px, 10px);
            transform: translate(-10px, 10px);
  }
  .home-categorias-grid .categoria-imagen.abarrotes img {
    -webkit-transform: translate(-10px, 10px);
            transform: translate(-10px, 10px);
  }
  .home-categorias-fancy .text .producto {
    width: calc(50% - 5px);
  }
  .footer .cols {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer .cols .col {
    width: 100% !important;
    margin: 20px 0;
  }
  .footer .cols img.logo {
    margin: 0 auto;
  }
  .footer .cols .redes {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 520px) {
  .home-banner {
    background-image: url("/landing2025/images/chiles_banner_movil.jpg") !important;
    background-position: 65%;
  }
}
@media screen and (max-width: 480px) {
  .home-banner {
    height: 85vh;
  }
  .home-banner-contenido {
    text-align: center;
    padding: 20px;
  }
  .home-banner-contenido .logo {
    max-width: 180px;
  }
  .home-banner-contenido .opciones {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 30px;
  }
  .home-banner-contenido .opciones a {
    margin: 5px 0px;
  }
  .home-banner-contenido .opciones a:last-child {
    margin-top: -5px;
  }
  .home-banner-contenido .opciones a img {
    max-width: 180px;
  }
  .home-banner-contenido h1 {
    font-size: 20px;
  }
  .home-barra {
    padding: 8px 0;
  }
  .home-barra h3 {
    font-size: 16px;
    line-height: 2rem;
  }
  .home-barra h3 span {
    -webkit-transform: translateY(6px);
            transform: translateY(6px);
  }
  .home-barra h3 svg {
    width: 25px !important;
    height: 25px !important;
  }
  .home-categorias-container h2 {
    font-size: 30px;
  }
  .home-categorias-container p {
    font-size: 16px;
  }
  .home-categorias-grid {
    margin: 80px 0;
  }
  .home-categorias-grid .item {
    height: 150px;
  }
  .home-categorias-grid .item.small {
    height: 150px;
  }
  .home-ubicaciones-container .ubicacion-block {
    border-radius: 30px;
    padding: 20px;
  }
  .home-ubicaciones-container .ubicacion-block button {
    position: unset;
    margin-top: 10px;
  }
  .home-compras h2 {
    font-size: 25px;
  }
  .footer .cols h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 390px) {
  .home-categorias-grid .categoria-nombre h4 {
    font-size: 12px;
  }
  .home-categorias-grid .categoria-ver-mas {
    font-size: 12px;
  }
  .home-categorias-grid .item {
    height: 130px;
  }
  .home-categorias-grid .item.small {
    height: 130px;
  }
}
