.fs12 {
  font-size: 12px;
}

.fs14 {
  font-size: 14px;
}

.fs18 {
  font-size: 18px;
}

.fs20 {
  font-size: 22px;
}

.fs22 {
  font-size: 22px;
}

.fs24 {
  font-size: 24px;
}

.fs36 {
  font-size: 36px;
}

.fs48 {
  font-size: 48px;
}

.bold {
  font-weight: bold;
}

.medium {
  font-weight: 500;
}

.dark {
  color: #1C2829;
}

.text-dark {
  color: #535767;
}

.text-light {
  color: #95A2A4;
}

.text-white {
  color: white;
}

.tone-yellow {
  color: #EEB754;
}

.tone-red {
  color: #E27878;
}

.tone-blue {
  color: #42919E;
}

.dark-green {
  color: #38656C;
}

a {
  color: #42919E !important;
  font-weight: bold;
}

a:hover {
  color: #38656C !important;
}

[v-cloak] {
  display: none;
}

.w-100 {
  width: 100%;
}

.text-center {
  text-align: center;
}

@media (max-width: 500px) {
  .center-mobile {
    text-align: center;
  }
}

html, body {
  font-family: 'Nunito', sans-serif !important;
  scroll-behavior: smooth;
}

.btn-nmd {
  text-transform: uppercase;
  font-family: 'Nunito', sans-serif !important;
  font-size: 0.875rem  !important;
  font-weight: bold !important;
  padding: 13.5px 20px !important;
  -webkit-transition: all 0.2s !important;
  transition: all 0.2s !important;
  min-width: 120px !important;
  border-radius: 8px !important;
  -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.15);
}

.btn-nmd.btn-white {
  background-color: #fff;
  color: #1C2829;
}

.btn-nmd.btn-white:hover {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
}

.btn-nmd.btn-white:hover.btn-white {
  background-color: rgba(255, 255, 255, 0.993);
  color: #1C2829;
}

.btn-nmd.btn-lg {
  padding: 0.5rem 1rem !important;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-nmd.btn-red {
  background-color: #E27878;
  color: white;
}

.btn-nmd.btn-red:hover {
  color: white !important;
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  -webkit-filter: brightness(85%);
          filter: brightness(85%);
}

.contact-btn {
  z-index: 999;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: fixed;
  bottom: 60px;
  right: 60px;
  background-color: #42919E;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
}

@media (max-width: 500px) {
  .contact-btn {
    bottom: 50px;
    right: 15px;
  }
}

.info-banner {
  background-color: #ffffff;
  border-bottom: solid 2px #EEB754;
  text-align: center;
  color: #1C2829;
  font-weight: bold;
  padding: 4px 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

#main-nav {
  z-index: 99;
  position: fixed;
  top: 34px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 78%;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
  border-radius: 0px 0px 30px 30px;
  padding: 15px 20px;
  margin: auto;
}
@media (max-width: 1700px) {
  #main-nav {
    width: 85%;
  }
}

@media (max-width: 1500px) {
  #main-nav {
    width: 90%;
  }
}
@media (max-width: 1400px) {
  #main-nav {
    width: 95%;
  }
}

@media (max-width: 1330px) {
  #main-nav {
    width: 100%;
  }
}

@media (max-width: 1260px) {
  #main-nav .contact-link{
    display: none !important;
  }
}

@media (max-width: 1200px) {
  #main-nav .familia-link{
    display: none !important;
  }
}

#main-nav ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#main-nav ul .nav-link {
  padding: 5px 8px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#main-nav ul .nav-link a {
  text-decoration: none;
  font-size: 16px;
  color: #1C2829;
  font-weight: 700;
}

#main-nav ul .nav-link:hover {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
}

#main-nav ul .nav-link:hover a {
  color: #42919E;
}

#main-nav .badge {
  background-color: #E27878;
  color: white;
  border-radius: 50%;
}

#mobile-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: white;
  z-index: 999;
  padding: 8px 20px;
  -webkit-box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.2);
}

.drawer {
  position: fixed;
  top: 50px;
  width: 100%;
  height: 100vh;
  background-color: white;
  z-index: 998;
  left: -110%;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.drawer.active {
  left: 0;
}

.drawer .mobile-links {
  margin-top: 40px;
  padding-left: 0 !important;
  list-style: none;
  text-align: center;
  font-size: 22px;
}

.drawer .mobile-links .nav-link {
  padding: 10px 0;
  border-bottom: solid 1px #efeef3;
}

.wish-list {
  color: white;
  position: fixed;
  top: 0px;
  max-width: 80%;
  width: 300px;
  height: 100vh;
  background-color: #E27878;
  z-index: 9999;
  right: -380px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.wish-list.active {
  right: 0;
}

.category-grid {
  width: 80%;
  margin: auto;
  display: -ms-grid;
  display: grid;
  grid-gap: 10px;
  -ms-grid-columns: (minmax(50px, 1fr))[2];
      grid-template-columns: repeat(2, minmax(50px, 1fr));
  grid-auto-rows: 250px;
}

@media (max-width: 992px) {
  .category-grid {
    width: 90%;
  }
}

@media (max-width: 500px) {
  .category-grid {
    -ms-grid-columns: (minmax(50px, 1fr))[1];
        grid-template-columns: repeat(1, minmax(50px, 1fr));
  }
}

.category-grid .grid-item {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  position: relative;
}

.category-grid .grid-item .description {
  position: absolute;
  bottom: 15px;
  width: 90%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 8px;
  padding: 15px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.category-grid .grid-item .description:hover {
  bottom: 18px;
}

.category-grid .grid-item .description:hover .text {
  -webkit-line-clamp: 20;
}

.category-grid .grid-item .description .text {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.category-grid .grid-item.double {
  -ms-grid-row-span: 2;
      grid-row-end: span 2;
}

.category-grid .grid-item.double-col {
  -ms-grid-column: span 2;
      grid-column-start: span 2;
}
/*# sourceMappingURL=style.css.map */