@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");

@font-face {
  font-family: "Maove", sans-serif;
  src: url("../fonts/maove.ttf");
}

@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/Apple/sf-pro-display_regular.woff2");
}

@font-face {
  font-family: "SF Pro Text";
  src: url("../fonts/Apple/sf-pro-text_regular.woff2");
}

@font-face {
  font-family: "Baou Display";
  src: url("../fonts/colinafont/Baou-Display.otf");
}

@font-face {
  font-family: "BioRhyme";
  src: url("../fonts/colinafont/BioRhyme-Regular.ttf");
}

@font-face {
  font-family: "Josefin Slab";
  src: url("../fonts/colinafont/22696968171.ttf");
}

/*  */

@font-face {
  font-display: swap;
  font-family: National2Condensed;
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/kfc/National2Condensed-Light.otf") format("opentype");
}

@font-face {
  font-display: swap;
  font-family: National2Condensed;
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/kfc/National2Condensed-Regular.otf") format("opentype");
}

@font-face {
  font-display: swap;
  font-family: National2Condensed;
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/kfc/National2Condensed-Medium.otf") format("opentype");
}

@font-face {
  font-display: swap;
  font-family: National2Condensed;
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/kfc/National2Condensed-Bold.otf") format("opentype");
}

@font-face {
  font-display: swap;
  font-family: HelveticaNeue;
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/kfc/HelveticaNeueLight.otf") format("opentype");
}

@font-face {
  font-display: swap;
  font-family: HelveticaNeue;
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/kfc/HelveticaNeueRegular.otf") format("opentype");
}

@font-face {
  font-display: swap;
  font-family: HelveticaNeue;
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/kfc/HelveticaNeueMedium.otf") format("opentype");
}

@font-face {
  font-display: swap;
  font-family: HelveticaNeue;
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/kfc/HelveticaNeueBold.otf") format("opentype");
}

*,
:after,
:before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  list-style: none;
}

:root {
  -animate-duration: 1s;
  -animate-delay: 1s;
  -animate-repeat: 1;
}

body {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  background-color: #fff;
}

body::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background: #fff;
}

body::-webkit-scrollbar-thumb {
  background: #86868b33;
  border-radius: 0px;
}

body::-webkit-scrollbar-thumb:hover {
  background: #f82a2b;
}

img::selection {
  background-color: #a3bed8;
}

div {
  display: block;
}

li {
  display: list-item;
  text-align: -webkit-match-parent;
}

img {
  max-width: 100%;
  cursor: pointer;
}

img {
  vertical-align: middle;
}

::selection {
  background: #f82a2b;
  color: #fff;
}

/* Estilos css para la pagina */

.page-wrapper {
  max-width: 100%;
  margin: 0 auto;
}

/* Estilos css para Header */

.header {
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  margin: auto;
  padding: 20px 0;
  width: 100%;
  position: sticky;
  top: 0px;
  left: 0px;
  z-index: 9999;
  right: 0px;
  box-shadow: 0px 1px 0px 0px #e6ebf1;
}

.header-content {
  margin: auto;
  padding: 0 40px;
  display: flex;
  width: 100%;
  max-width: 1712px;
  min-height: 64px;
  background-color: #f82a2b;
  border-radius: 18px;
  overflow: hidden;
  text-align: center;
  align-items: center;
  justify-content: space-between;
}

.top-left {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.top-left .logo img {
  margin: 0px 0px 0px 0px;
  display: flex;
}

.menu-nav-right {
  display: flex;
  justify-content: center;
  align-items: center;
}

.top-center .navbar ul {
  list-style: none;
  margin: 0px 0px 0px 0px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.top-center .navbar ul li {
  padding: 5px 15px 5px 15px;
  cursor: pointer;
  position: relative;
}

.top-center .navbar ul li button {
  font-family: "Poppins", sans-serif;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: -0.022em;
  line-height: 1.2353641176;
  border: 0px;
  background-color: transparent;
  color: #fff;
  text-decoration: none;
  text-transform: initial;
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 1rem;
  gap: 1rem;
  cursor: pointer;
  position: relative;
  padding: 5px 0px 5px 0px;
}

.top-center .navbar ul li button:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 3px;
  background-color: #fff;
  opacity: 0;
  transition: all 1s cubic-bezier(0, 0, 0.5, 1);
}

.top-center .navbar ul li button:hover:after {
  width: 100%;
  opacity: 1;
  transition: all 0.3s cubic-bezier(0, 0, 0.5, 1);
}

.global-search {
  width: 100%;
  height: 32px;
  padding: 0px 10px;
  overflow: hidden;
  border: 1px solid #86868b66;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.global-search input {
  font-size: 17px;
  border: 0;
  outline: 0;
  padding: 0;
  position: relative;
  align-items: center;
}

.global-search button img {
  width: 25px;
  display: flex;
}

.top-right {
  display: flex;
  align-items: center;
  justify-content: space-between;
  grid-gap: 3rem;
  gap: 3rem;
}

.phone {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.phone b {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.022em;
  line-height: 1.2353641176;
}

.phone a {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.022em;
  line-height: 1.2353641176;
}

.phone a:hover {
  text-decoration: underline 1px Solid #fff;
}

.auth {
  display: flex;
  flex-direction: column;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.022em;
  line-height: 1.2353641176;
  border-radius: 12px;
  transition: all 0.3s cubic-bezier(0, 0, 0.5, 1);
}

.auth a {
  color: #fff;
  font-weight: 600 !important;
  letter-spacing: -0.022em;
  line-height: 1.2353641176;
}

.auth:hove {
  color: #fff;
  background-color: #d72e2f;
  border: 1px solid #d72e2f;
  border-radius: 8px;
}

.bag {
  display: flex;
  cursor: pointer;
}

.bag button {
  background: transparent;
  margin: 0px 0px 0px 0px;
  border: 0;
  outline: 0;
  padding: 0;
  position: relative;
}

.btn-two-outline {
  display: none;
}

.btn-two-outline label {
  background-color: transparent;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 28px;
  cursor: pointer;
}

.btn-two-outline label ion-icon {
  display: flex;
  align-items: center;
}

/* Estilos css para el contenido de página */

.page-content-wrapper {
  /* margin-top: 20px; */
  background: transparent;
}

.banner-content {
  display: none;
}

.banner-container {
  margin: 0px 32px 0px 32px;
  padding: 0px 0px 48px 0px;
}

.banner {
  width: auto;
  height: 580px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  background-image: none;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border: 0px solid #ffffff66;
  border-radius: 32px;
  overflow: hidden;
}

.filtersContainer {
  margin: auto;
  margin-top: 40px;
  display: flex;
}

.filtersContainer {
  margin: auto;
  margin-top: 40px;
  padding: 30px;
  display: flex;
  background-color: #f5f5f7;
  border-radius: 18px;
}

.menuFilters {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  overflow-x: scroll;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

button {
  margin: 0;
  padding: 10px 15px;
  color: #666;
  background-color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: -0.022em;
  line-height: 1.2353641176;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  position: relative;
  white-space: nowrap;
}

.buttonCloseModal {
}

.filtersContainer button.active {
  background-color: #f82a2b;
  color: #fff;
}

.mensaje-vacio {
  text-align: center;
  padding: 40px 20px;
  font-size: 28px;
  color: #777;
}

.mensaje-vacio {
  display: flex;
  width: 100%;
  min-height: 400px;
  text-align: center;
  padding: 0px;
  background-color: #f5f5f7;
  font-family: "Poppins", sans-serif;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: -0.022em;
  line-height: 1.2353641176;
  color: #666;
  border-radius: 18px;
  justify-content: center;
  align-items: center;
}

.products-lis {
  background: transparent !important;
}

.products-banner {
  margin: auto;
  padding: 0px;
  padding-top: 40px;
  width: 100%;
  max-width: 1712px;
}

.products-banner h1 {
  font-family: "Poppins", sans-serif;
  font-size: 23px;
  font-weight: 600;
}

.banner-header-product {
  display: flex;
  background-color: #a3bed8;
  margin: 48px 0px 48px 0px;
  border: 0px solid #86868b66;
  border-radius: 25px;
  overflow: hidden;
  justify-content: center;
  align-items: center;
}

.banner-header-product img {
  height: 250px;
}

.products-stn {
  margin: 40px 0px 0px 0px;
}

.menus-stn {
  margin-top: 40px;
}

.list-products {
  margin: auto;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 4fr));
  gap: 12px;
}

.list-products {
  margin: auto;
  padding: 0 0 80px;
  display: flex;
  gap: 20px;
  overflow-x: scroll;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.product-grid-item-w {
  box-sizing: border-box;
  position: relative;
  height: 100%;
  background-color: #fff;
  border-radius: 18px;
  transition: all 0.3s cubic-bezier(0, 0, 0.5, 1);
}

/* .product-grid-item-w:hover {
  scale: 1.025;
  transition: all 0.8s cubic-bezier(0, 0, 0.5, 1);
} */

.animation_init {
  -webkit-animation: fade_init 0.5s ease-out;
  animation: fade_init 0.5s ease-out;
  opacity: 1;
}

.product-grid-item {
  height: 100%;
  width: 228px;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  transition: all 0.2s;
}

.product-grid-item-img-w {
  display: flex;
  width: 58%;
  padding: 32px 0 0;
  justify-content: center;
}

.product-grid-item-img-w {
  width: 100%;
  padding: 0px;
  background-color: #f5f5f7;
  border-radius: 18px;
  overflow-x: hidden;
}

.product-image img {
  object-fit: cover;
  object-position: center;
}

.product-grid-item-ctn-w {
  display: flex;
  margin-top: 12px !important;
  padding: 0px;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  height: 100%;
  width: 100%;
  border: 0px solid #d9d9d9;
  border-radius: 0px;
  z-index: 0;
}

.product-grid-item-ctn-cart {
  flex-direction: column;
}

.product-grid-item-ctn,
.product-grid-item-ctn-cart {
  padding: 0px;
  display: flex;
  height: auto;
  justify-content: space-between;
  flex-direction: column;
}

.product-grid-item-ctn-w,
.product-grid-item-name {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  margin: 0;
  text-align: start;
  line-height: 1.3;
  cursor: pointer;
  font-weight: 600;
  letter-spacing: -0.022em;
  line-height: 1.2353641176;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.product-grid-item-ctn-w,
.product-grid-item-name p {
  display: flex;
  color: #1d1d1f;
  gap: 12px;
}

.product-grid-item-body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1 1 auto;
}

.product-grid-item-prices {
  white-space: nowrap;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  flex-direction: column;
}

.product-grid-price-current {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #1d1d1f;
  text-align: start;
  width: 100%;
}

.product-grid-price-current,
.price_cart {
  font-size: 15px;
}

.product-grid-item-btn-.hasTerms {
  padding-bottom: 11px;
}

.product-grid-item-btn-.hasTerms {
  padding-bottom: 0px !important;
}

.product-grid-item-btn- {
  width: 100%;
  margin: auto;
  display: none;
  align-items: center;
  justify-content: space-between;
}

.btn {
  cursor: pointer;
  padding: 8px 19px 3px;
  border-radius: 25px;
  display: inline-block;
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  background: #fff;
  border: none;
  text-align: center;
  transition: all 0.2s;
  color: #666;
}

.product-grid-item-btn- button {
  width: 100%;
  margin: auto 0 !important;
  border-radius: 10px;
  font-family: "Poppins", sans-serif;
  padding: 0.5rem 0;
  font-size: 15px;
  font-weight: 600;
  display: none;
  align-items: center;
  justify-content: center;
  grid-gap: 1.5rem;
  gap: 1.5rem;
}

/* .product-grid-item-ctn-w button {
  text-transform: uppercase;
} */

.product-grid-item-termw {
  display: none;
  text-align: center;
  width: 100%;
  margin-bottom: 5px;
}

.product-grid-item-termw > button {
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #d62e2f;
  text-decoration: underline;
  border: 0;
  outline: 0;
  background-color: transparent;
  text-transform: none;
}

.text-ref {
  display: none;
  color: #545454;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0;
  text-align: center;
  font-family: "Poppins", sans-serif;
}

.addButtonProd {
  padding: 0px 10px;
  background-color: transparent !important;
  border-radius: 6px;
}

/* .detalle-producto {
  max-width: 600px;
  margin: 40px auto;
  padding: 20px;
  border-radius: 12px;
  background-color: #f9f9f9;
  text-align: center;
}

.detalle-producto img {
  border-radius: 10px;
  max-width: 100%;
  height: auto;
} */

.modal {
  --backdrop-filter-modal: saturate(180%) blur(20px);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999;
  backdrop-filter: var(--backdrop-filter-modal);
}

.modal {
  --backdrop-filter-modal: saturate(180%) blur(8px);
  background-color: transparent !important;
}

.modal {
  --backdrop-filter-modal: initial;
}

.contenido-detalle {
  margin: auto;
  display: flex;
  flex-direction: column;
  background: #fff;
  padding: 30px;
  border-radius: 25px;
  max-width: 1200px;
  width: 100%;
  box-shadow: 0px 0px 28px 0px #00000028;
  gap: 20px;
}

#modal-detalle {
  background-color: rgba(0, 0, 0, 0.8) !important;
}

.contenido-detalle {
  margin: auto;
  display: flex;
  flex-direction: column;
  background: #fff;
  padding: 30px;
  border-radius: 25px;
  max-width: 1200px;
  width: 100%;
  height: 100%;
  max-height: calc(100% - 180px);
  box-shadow: 0px 0px 28px 0px #00000028;
  gap: 20px;
  overflow: hidden;
  overflow-y: scroll;
}

@media (max-width: 991px) {
  .contenido-detalle {
    height: calc(100% - 222px);
    position: absolute;
    bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}

.contenido-detalle::-webkit-scrollbar {
  width: 0px;
}

.contenido-detalle #formEntrada {
  display: flex;
  flex-direction: column;
}

/* .contenido-detalle button {
  width: fit-content;
  color: #fff;
  background-color: #f82a2b;
}

#contenido-producto {
  display: flex;
  flex-direction: column;
  gap: 20px;
} */

.buttonCloseModal {
  width: fit-content;
  color: #fff;
  background-color: #f82a2b;
  padding: 5px 10px;
  font-size: 0.875rem;
  font-weight: 300;
  border-radius: 99999px;
}

#modal-titulo {
  font-size: 28px;
}

#form-plato {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.tablePlattersList {
  margin: auto;
  width: 100%;
  background-color: #f5f5f7;
  border-radius: 18px;
}

table {
  margin: auto;
  width: 100%;
}

th {
  background-color: #fff;
  border: 6px solid #f5f5f7;
  border-radius: 18px;
}

th,
td {
  padding: 15px 20px;
  font-size: 13px;
  text-align: center;
}

/* .modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.48);
  justify-content: center;
  align-items: center;
  z-index: 1000;
  backdrop-filter: blur(20px);
} */

.modal-content {
  display: flex;
  flex-direction: column;
  background: #fff;
  padding: 30px;
  border-radius: 18px;
  width: 100%;
  max-width: 512px;
  gap: 30px;
  box-shadow: 0px 0px 48px 0px #00000018;
}

.acciones {
  display: flex;
  gap: 12px;
}

.acciones button {
  width: 100%;
  margin: 0;
  padding: 8px;
  font-size: 14px;
}

.allPagePlattersMenuRoot {
  margin: auto;
  width: 100%;
  max-width: 1440px;
}

.form-date,
.form-platter,
.form-name,
.form-description {
  display: flex;
  gap: 6px;
}

.form-date,
.form-platter,
.form-name,
.form-description {
  margin: 0;
  padding: 10px;
  display: flex;
  background-color: #f5f5f7;
  border-radius: 10px;
  gap: 6px;
}

.form-description {
  flex-direction: column;
}

.txtStart {
  text-align: start;
}

.mainHead {
  margin: auto;
  padding: 0px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.titlePlatterList {
  padding: 48px 0;
  font-size: 28px;
  font-weight: 600;
}

.card-cta-modal-button {
  --global-card-corner-radius: 28px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
  border-radius: var(--global-card-corner-radius);
  z-index: 1;
  width: 100%;
  height: 100%;
}

.card-cta-modal-button .card-cta-modal-button-icon {
  --scrim-background-color: rgb(51, 51, 54);
  --scrim-hover-background-color: #37373a;
  --scrim-active-background-color: #2f2f32;
  --icon-color: #d6d6d7;
  --icon-interaction-color: rgb(255, 255, 255);
  border-radius: 50%;
  display: flex;
  align-items: center;
  height: 28px;
  width: 28px;
  outline: none;
  position: absolute;
  z-index: 1;
  right: 12px;
  bottom: 72px;
  margin: 0;
  padding: 0;
  border: 0;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.1s linear, color 0.1s linear;
  background-color: var(--scrim-background-color);
  color: var(--icon-color);
}

.card-cta-modal-button .card-cta-modal-button-icon {
  --scrim-background-color: #f82a2b;
  --icon-color: #fff;
  background-color: var(--scrim-background-color);
  color: var(--icon-color);
}

.card-cta-modal-button .card-modal-button-small-icon {
  width: 14px;
  height: 14px;
}

.card-cta-modal-button
  .card-cta-modal-button-icon
  .card-cta-modal-button-small-icon {
  fill: currentColor;
  pointer-events: none;
}

:where(
    :not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *)
  ) {
  all: unset;
  display: revert;
}

:root {
  --cds-colors-brand-medium: #e4002b;
  --cds-colors-brand-light: #f499aa;
  --cds-colors-brand-lightest: #fbd5dd;
  --cds-colors-brand-dark: #89001a;
  --cds-colors-brand-darkest: #32000a;
  --cds-colors-neutral-medium: #dfe1e2;
  --cds-colors-neutral-light: #f2f3f3;
  --cds-colors-neutral-lightest: #fff;
  --cds-colors-neutral-dark: #747576;
  --cds-colors-neutral-darkest: #000;
  --cds-colors-highlight-medium: #3a8701;
  --cds-colors-highlight-light: #8cc166;
  --cds-colors-highlight-lightest: #d9eacc;
  --cds-colors-highlight-dark: #265b00;
  --cds-colors-highlight-darkest: #0d1e00;
  --cds-colors-feedback-success-medium: #17ab4d;
  --cds-colors-feedback-success-light: #74cd94;
  --cds-colors-feedback-success-lightest: #d1eedb;
  --cds-colors-feedback-success-dark: #0e672e;
  --cds-colors-feedback-success-darkest: #05220f;
  --cds-colors-feedback-warning-medium: #ffc233;
  --cds-colors-feedback-warning-light: #ffda85;
  --cds-colors-feedback-warning-lightest: #fff3d6;
  --cds-colors-feedback-warning-dark: #8c6a1c;
  --cds-colors-feedback-warning-darkest: #320;
  --cds-colors-feedback-negative-medium: #eb550f;
  --cds-colors-feedback-negative-light: #f3996f;
  --cds-colors-feedback-negative-lightest: #fce4d9;
  --cds-colors-feedback-negative-dark: #8d3309;
  --cds-colors-feedback-negative-darkest: #2f1103;
  --cds-colors-feedback-primitive-red-100: #fbd5dd;
  --cds-colors-feedback-primitive-red-200: #f499aa;
  --cds-colors-feedback-primitive-red-300: #ef6680;
  --cds-colors-feedback-primitive-red-400: #e93355;
  --cds-colors-feedback-primitive-red-500: #e4002b;
  --cds-colors-feedback-primitive-red-600: #b60022;
  --cds-colors-feedback-primitive-red-700: #89001a;
  --cds-colors-feedback-primitive-red-800: #5b0011;
  --cds-colors-feedback-primitive-red-900: #32000a;
  --cds-colors-feedback-primitive-grey-100: #f9f9f9;
  --cds-colors-feedback-primitive-grey-200: #f2f3f3;
  --cds-colors-feedback-primitive-grey-300: #ecedee;
  --cds-colors-feedback-primitive-grey-400: #e5e7e8;
  --cds-colors-feedback-primitive-grey-500: #dfe1e2;
  --cds-colors-feedback-primitive-grey-600: #b2b4b5;
  --cds-colors-feedback-primitive-grey-700: #797a7b;
  --cds-colors-feedback-primitive-grey-800: #5e5f5f;
  --cds-colors-feedback-primitive-grey-900: #2d2d2d;
  --cds-colors-feedback-primitive-pear-100: #d9eacc;
  --cds-colors-feedback-primitive-pear-200: #b3d599;
  --cds-colors-feedback-primitive-pear-300: #8cc166;
  --cds-colors-feedback-primitive-pear-400: #66ac33;
  --cds-colors-feedback-primitive-pear-500: #3a8701;
  --cds-colors-feedback-primitive-pear-600: #337900;
  --cds-colors-feedback-primitive-pear-700: #265b00;
  --cds-colors-feedback-primitive-pear-800: #1a3c00;
  --cds-colors-feedback-primitive-pear-900: #0d1e00;
  --cds-colors-feedback-primitive-yellow-100: #fff3d6;
  --cds-colors-feedback-primitive-yellow-200: #ffe7ad;
  --cds-colors-feedback-primitive-yellow-300: #ffda85;
  --cds-colors-feedback-primitive-yellow-400: #ffce5c;
  --cds-colors-feedback-primitive-yellow-500: #ffc233;
  --cds-colors-feedback-primitive-yellow-600: #c80;
  --cds-colors-feedback-primitive-yellow-700: #99741f;
  --cds-colors-feedback-primitive-yellow-800: #664e14;
  --cds-colors-feedback-primitive-yellow-900: #320;
  --cds-colors-feedback-primitive-green-100: #d1eedb;
  --cds-colors-feedback-primitive-green-200: #a2ddb8;
  --cds-colors-feedback-primitive-green-300: #74cd94;
  --cds-colors-feedback-primitive-green-400: #45bc71;
  --cds-colors-feedback-primitive-green-500: #17ab4d;
  --cds-colors-feedback-primitive-green-600: #12893e;
  --cds-colors-feedback-primitive-green-700: #0e672e;
  --cds-colors-feedback-primitive-green-800: #09441f;
  --cds-colors-feedback-primitive-green-900: #05220f;
  --cds-colors-feedback-primitive-orange-100: #fbddcf;
  --cds-colors-feedback-primitive-orange-200: #f7bb9f;
  --cds-colors-feedback-primitive-orange-300: #f3996f;
  --cds-colors-feedback-primitive-orange-400: #ef773f;
  --cds-colors-feedback-primitive-orange-500: #eb550f;
  --cds-colors-feedback-primitive-orange-600: #bc440c;
  --cds-colors-feedback-primitive-orange-700: #8d3309;
  --cds-colors-feedback-primitive-orange-800: #5e2206;
  --cds-colors-feedback-primitive-orange-900: #2f1103;
  --cds-colors-feedback-primitive-white: #fff;
  --cds-colors-feedback-primitive-black: #000;
  --cds-colors-text-primary: #000;
  --cds-colors-text-secondary: #797a7b;
  --cds-typography-font-family-primary: HelveticaNeue;
  --cds-typography-font-family-secondary: National2Condensed;
  --cds-typography-text-transform-uppercase: uppercase;
  --cds-typography-text-transform-capitalize: capitalize;
  --cds-typography-text-transform-initial: initial;
  --cds-typography-letter-spacing-tight: 0rem;
  --cds-typography-letter-spacing-fair: 0.16rem;
  --cds-typography-letter-spacing-confy: 0.5rem;
  --cds-typography-letter-spacing-long: 0.75rem;
  --cds-typography-line-height-tight: 1rem;
  --cds-typography-line-height-fair: 1.3rem;
  --cds-typography-line-height-confy: 1.5rem;
  --cds-typography-line-height-long: 2rem;
  --cds-typography-font-weight-light: 300;
  --cds-typography-font-weight-regular: 400;
  --cds-typography-font-weight-medium: 500;
  --cds-typography-font-weight-bold: 700;
  --cds-typography-font-size-3xs: 0.625rem;
  --cds-typography-font-size-2xs: 0.75rem;
  --cds-typography-font-size-xs: 0.875rem;
  --cds-typography-font-size-sm: 1rem;
  --cds-typography-font-size-md: 1.25rem;
  --cds-typography-font-size-lg: 1.5rem;
  --cds-typography-font-size-xl: 2rem;
  --cds-typography-font-size-2xl: 2.5rem;
  --cds-typography-font-size-3xl: 3rem;
  --cds-typography-font-size-4xl: 4rem;
  --cds-typography-font-size-5xl: 5rem;
  --cds-border-radius-xs: 4px;
  --cds-border-radius-sm: 8px;
  --cds-border-radius-md: 16px;
  --cds-border-radius-lg: 24px;
  --cds-border-radius-xl: 32px;
  --cds-border-radius-pill: 500px;
  --cds-border-radius-circular: 50%;
  --cds-border-width-hairline: 1px;
  --cds-border-width-thick: 2px;
  --cds-border-width-heavy: 4px;
  --cds-spacing-stack-5xs: 2px;
  --cds-spacing-stack-4xs: 4px;
  --cds-spacing-stack-3xs: 8px;
  --cds-spacing-stack-2xs: 12px;
  --cds-spacing-stack-xs: 16px;
  --cds-spacing-stack-sm: 24px;
  --cds-spacing-stack-md: 32px;
  --cds-spacing-stack-lg: 40px;
  --cds-spacing-stack-xl: 48px;
  --cds-spacing-stack-2xl: 56px;
  --cds-spacing-stack-3xl: 64px;
  --cds-spacing-stack-4xl: 80px;
  --cds-spacing-stack-5xl: 120px;
  --cds-spacing-stack-huge: 150px;
  --cds-spacing-stack-giant: 200px;
  --cds-spacing-inline-4xs: 4px;
  --cds-spacing-inline-3xs: 8px;
  --cds-spacing-inline-2xs: 12px;
  --cds-spacing-inline-xs: 16px;
  --cds-spacing-inline-sm: 24px;
  --cds-spacing-inline-md: 32px;
  --cds-spacing-inline-lg: 40px;
  --cds-spacing-inline-xl: 48px;
  --cds-spacing-inline-2xl: 56px;
  --cds-spacing-inline-3xl: 64px;
  --cds-spacing-inline-4xl: 80px;
  --cds-elevation-xs: 1px 1px 1px rgba(0, 0, 0, 0.4),
    0px 2px 8px 0px rgba(0, 0, 0, 0.12);
  --cds-elevation-sm: 1px 1px 1px rgba(0, 0, 0, 0.4),
    0px 6px 6px -6px rgba(0, 0, 0, 0.2);
  --cds-elevation-md: 1px 1px 1px rgba(0, 0, 0, 0.4),
    0px 12px 12px rgba(0, 0, 0, 0.2);
  --cds-elevation-lg: 1px 1px 1px rgba(0, 0, 0, 0.4),
    0px 8px 24px rgba(0, 0, 0, 0.2);
  --cds-elevation-xl: 1px 1px 1px rgba(0, 0, 0, 0.2),
    0px 0px 32px rgba(0, 0, 0, 0.15), 0px 32px 32px rgba(0, 0, 0, 0.1);
  --swiper-theme-color: #007aff;
}

.ProductDetail_product-detail__ {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.ProductCustomizationForm_product-customization-form__ {
  display: flex;
  flex-direction: column;
  padding-inline: var(--cds-spacing-stack-xs);
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .ProductCustomizationForm_product-customization-form__ {
    flex-direction: row;
    justify-content: center;
    gap: 40px;
    padding-top: 32px;
    padding-inline: 40px;
    max-width: 1200px;
  }
}

.ProductInformation_product-information__ {
  position: relative;
}

@media screen and (min-width: 1024px) {
  .ProductInformation_product-information__ {
    width: 100%;
    max-width: 387px;
  }
}

.ProductInformation_product-information__content__ {
  display: flex;
  flex-direction: column;
  gap: var(--cds-spacing-inline-sm);
  padding-top: 24px;
}

@media screen and (min-width: 1024px) {
  .ProductInformation_product-information__content__ {
    border: 1px solid #86868b66;
    border-radius: 18px;
    padding: 32px;
    height: -moz-fit-content;
    height: fit-content;
    position: -webkit-sticky;
    position: sticky;
    top: 32px;
    padding-top: 32px;
  }
}

.ProductCustomization_product-customization__ {
  display: flex;
  flex-direction: column;
  margin-top: var(--cds-spacing-inline-md);
}

.ProductCustomization_product-customization__ {
  display: none;
}

@media screen and (min-width: 1024px) {
  .ProductCustomization_product-customization__ {
    margin-top: 0;
    flex: 1 1;
  }
}

.ProductCustomization_product-customization__title__ {
  color: var(--cds-colors-neutral-darkest);
  font-weight: var(--cds-typography-font-weight-medium);
  font-size: var(--cds-typography-font-size-md);
  line-height: var(--cds-typography-line-height-confy);
  font-family: var(--cds-typography-font-family-secondary);
}

.ProductCustomization_product-customization__title__ {
  padding-left: 40px;
}

/* .ProductCustomization_product-customization__list__ {
  margin-top: var(--cds-spacing-inline-xs);
  margin-bottom: 120px;
}

@media screen and (min-width: 1024px) {
  .ProductCustomization_product-customization__list__ {
    margin-bottom: 32px;
  }
} */

.styles_accordion-item__ {
  width: 100%;
  overflow: hidden;
}

.CustomizationSection_customization-section__ {
  border: 1px solid #86868b66;
  border-radius: var(--cds-border-radius-sm);
}

.CustomizationSection_customization-section__ {
  background-color: #f5f5f7;
  border: none;
  border-radius: 18px;
}

.AccordionHeader_accordion-header__ {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: var(--cds-spacing-stack-3xs);
}

.CustomizationSectionHeader_customization-section-header__ {
  background-color: rgb(245, 245, 247) !important;
  padding: var(--cds-spacing-inline-xs) var(--cds-spacing-stack-xs);
}

.CustomizationSectionHeader_customization-section-header__:active {
  background-color: rgb(245, 245, 247) !important;
  transform: scale(1);
}

.CustomizationSectionHeader_customization-section-header__:focus {
  outline: none;
}

.AccordionHeader_accordion-header__content__ {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  width: 100%;
  align-items: center;
}

.AccordionHeader_accordion-header__title___ {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  font-weight: var(--accordion-header-title-weight);
}

.CustomizationSectionHeader_customization-section-header__title__ {
  color: var(--cds-colors-neutral-darkest);
  font-weight: var(--cds-typography-font-weight-bold);
  font-size: var(--cds-typography-font-size-sm);
}

.AccordionHeader_accordion-header__icon__ {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
}

.AccordionHeader_accordion-header__footer__,
.AccordionHeader_accordion-header__header__ {
  width: 100%;
}

.CustomizationSectionSubheader_customization-section-subheader__ {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.CustomizationSectionHeader_customization-section-header__subheader-label__ {
  color: var(--cds-colors-neutral-darkest);
  font-weight: var(--cds-typography-font-weight-regular);
  font-size: var(--cds-typography-font-size-xs);
  font-family: "HelveticaNeue";
}

.Badge_badge__ {
  border-width: 0.5px;
  border-style: solid;
  border-radius: var(--cds-border-radius-xs);
  font-weight: var(--cds-typography-font-weight-regular);
}

.Badge_badge--sm__ {
  padding: var(--cds-spacing-stack-4xs);
  font-size: var(--cds-typography-font-size-2xs);
  line-height: 12px;
}

.Badge_badge--neutral__ {
  border-color: var(--cds-colors-neutral-darkest);
  background: transparent;
  color: var(--cds-colors-neutral-darkest);
}

.CustomizationSection_customization-section__content__ {
  padding: var(--cds-spacing-inline-xs) var(--cds-spacing-stack-xs);
}

.OptionList_option-list__,
.OptionList_option-list__item__ {
  display: flex;
  flex-direction: column;
  gap: var(--cds-spacing-inline-2xs);
}

.ItemOption_item-option__ {
  justify-content: space-between;
}

.ItemOption_item-option__,
.ItemOption_item-option__body__ {
  display: flex;
  align-items: center;
  gap: var(--cds-spacing-stack-3xs);
}

.ItemOption_item-option__,
.ItemOption_item-option__body__ {
  display: flex;
  align-items: center;
  gap: var(--cds-spacing-stack-3xs);
}

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

.ItemOption_item-option__img__ {
  width: 3rem;
  height: 3rem;
}

.ItemOption_item-option__text__ {
  color: var(--cds-colors-neutral-darkest);
  font-family: "HelveticaNeue";
  font-weight: var(--cds-typography-font-weight-regular);
  font-size: var(--cds-typography-font-size-sm);
  line-height: var(--cds-typography-line-height-tight);
}

.ItemOption_item-option__checkbox__ {
  display: flex;
  align-items: center;
  gap: var(--cds-spacing-stack-3xs);
}

.InputCheckbox_input-checkbox__ {
  cursor: pointer;
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: -moz-fit-content;
  width: fit-content;
}

.InputCheckbox_input-checkbox__container__ {
  align-items: center;
  display: flex;
  font-size: var(--cds-typography-font-size-xs);
  font-style: normal;
  font-weight: var(--input-checkbox-weight);
  gap: 0.75rem;
  line-height: 1rem;
  min-height: 1rem;
  padding-left: 16px;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}

input,
textarea {
  -webkit-user-select: auto;
}

.InputCheckbox_input-checkbox__input__ {
  cursor: pointer;
  height: 0;
  opacity: 1;
  position: relative;
  width: 0;
}

.InputCheckbox_input-checkbox__checkmark__ {
  background-color: var(--cds-colors-neutral-lightest);
  border: 1px solid var(--cds-colors-neutral-darkest);
  height: 16px;
  left: 0;
  position: absolute;
  top: 0;
  width: 16px;
}

.InputCheckbox_input-checkbox__checkmark__ {
  border: 1px solid #86868b66;
}

.InputCheckbox_input-checkbox--radio__
  .InputCheckbox_input-checkbox__checkmark__ {
  border-radius: 50%;
}

.Divider_divider__ {
  height: 0.0625rem;
  width: 100%;
  background-color: var(--cds-colors-neutral-medium);
}

/* Estilos css para Footer */

.site-footer {
  width: auto;
  /* height: 444px; */
  background: #f5f5f7;
  border-top: 1px Solid #e6ebf1;
}

.container-footer {
  max-width: 100%;
  width: 1472px;
  margin: auto;
  padding: 0px 100px 0px 100px;
}

.content-footer-section {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin: 0;
}

.footer-left {
  color: #1d1d1f;
  padding: 50px 25px;
  text-align: left;
  width: 27%;
  max-width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.logo-footer {
  text-align: center;
  padding: 25px 0;
}

.site-footer .container-footer .footer-left .container-form {
  width: 100%;
}

.site-footer .container-footer .footer-left .container-form h4 {
  margin-top: 0;
  margin-bottom: 22.61px;
  font-weight: 600;
  font-size: 17px;
}

.site-footer
  .container-footer
  .footer-left
  .container-form
  .form-suscribe-input {
  width: 100%;
  position: relative;
}

.site-footer
  .container-footer
  .footer-left
  .container-form
  .form-suscribe-input
  input {
  width: 100%;
  padding: 13px 50px 13px 15px;
  border: 1px solid #fff;
  border-radius: 15px;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #fff;
  background-color: transparent;
  opacity: 0.9;
  outline: 0;
}

.site-footer
  .container-footer
  .footer-left
  .container-form
  .form-suscribe-input
  button {
  position: absolute;
  right: 0;
  bottom: 0;
  outline: 0;
  border: 1px solid #fff;
  border-radius: 0px 15px 15px 0px;
  background: #fff;
  height: 100%;
  width: 50px;
}

.site-footer
  .container-footer
  .footer-left
  .container-form
  .form-suscribe-input
  button
  img {
  transform: rotate(-90deg);
  vertical-align: middle;
}

.alerts-suscribe-input {
  font-family: "Poppins", sans-serif;
  color: #fff;
  text-align: left;
}

.site-footer
  .container-footer
  .footer-left
  .container-form
  .form-suscribe-check {
  color: #5a5a5a;
  font-size: 13px;
  margin-bottom: 5px;
  margin-top: 15px;
  display: flex;
  font-family: "Poppins", sans-serif;
  justify-content: center;
}

.site-footer
  .container-footer
  .footer-left
  .container-form
  .form-suscribe-check
  input {
  margin-right: 5px;
  outline: 0;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  height: 15px;
  width: 15px;
  background-color: #fff;
  border: 1px solid #cdcdcd;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.site-footer
  .container-footer
  .footer-left
  .container-form
  .form-suscribe-check
  label {
  color: #666;
  font-size: 13px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  text-align: left;
}

.menufooter {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: column;
  padding: 50px 25px;
  margin: 0;
  border-bottom: 1px solid #86868b66;
  min-width: 300px;
}

.menufooter h3 {
  position: relative;
  width: 100%;
  text-align: center;
  color: #1d1d1f;
  font-size: 18px;
  text-align: left;
  font-weight: 700;
  margin: 0 0 15px;
  font-family: "Poppins", sans-serif;
}

.menufooter .menufooter-slide {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.menufooter .menufooter-slide .menufooter-link {
  text-align: left;
  display: inline-block;
  padding: 5px 0;
}

.menufooter .menufooter-slide .menufooter-link a {
  color: #1d1d1f;
  font-family: "Poppins", sans-serif;
  white-space: nowrap;
  font-size: 16px;
  font-weight: 300;
  text-align: left;
  display: block;
  margin: 0;
  text-decoration: none;
}

.section-comprobante {
  width: 95%;
  margin: 20px auto 0;
}

.section-comprobante a {
  text-decoration: none;
  display: block;
  cursor: pointer;
  color: #1d1d1f;
  border: 1px solid #86868b66;
  border-radius: 10px;
  padding: 10px;
  font-size: 15px;
  font-weight: 300;
  text-align: center;
  font-family: "Poppins", sans-serif;
}

.footer-right {
  padding: 50px 25px;
}

.footer-right b {
  color: #1d1d1f;
  display: block;
  margin-bottom: 12px;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.footer-right .social-block-footer .social-icons-footer-home {
  list-style: none;
  margin: 16px 0px 16px 0px;
  padding-left: 0;
  display: flex;
}

.footer-right .social-block-footer .social-icons-footer-home li {
  padding: 0 20px;
}

.footer-right .social-block-footer .social-icons-footer-home li a img {
  height: 25px;
  width: 25px;
}

.formas-de-pago {
  display: flex;
  margin-bottom: 25px;
  width: 100%;
}

.formas-de-pago span {
  flex: 1;
  margin-right: 5px;
}

.formas-de-pago img {
  max-width: 100%;
  width: 64px;
  border-radius: 10px;
}

.btn-claimbook {
  padding-top: 6px;
  margin-bottom: 24px;
}

.btn-claimbook a {
  display: block;
}

.btn-claimbook img {
  width: 112px;
}

/* Copyright */

.copyright-container {
  display: flex;
  width: auto;
  height: 48px;
  background: #f5f5f7;
  /* border-top: 1px Solid #e6ebf1; */
}

.copyright-content {
  display: flex;
  max-width: 100%;
  width: 1472px;
  margin: auto;
  padding: 0px 100px 0px 100px;
  justify-content: center;
  align-items: center;
}

.copyright-text h2 {
  color: #1d1d1f;
  font-size: 13px;
  font-weight: 300;
}

/* Estilos css para menu lateral */

#btn-menu {
  display: none;
}

.resp-menu {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  width: 357px;
  height: 100%;
  background: #fff;
  transition: all 0.5s;
  flex-direction: column;
  overflow-y: auto;
}

.resp-menu {
  width: 100%;
  height: 100%;
}

.nsb {
  opacity: 0;
  visibility: hidden;
}

.nsb {
  overflow-y: none;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.resp-menu {
  width: 100%;
  bottom: 0;
}

#btn-menu:checked ~ .nsb {
  opacity: 1;
  visibility: visible;
}

.resp-content,
.rest-logo-w {
  display: flex;
  align-items: center;
}

.rest-logo-w {
  background: none;
  justify-content: center;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 20px;
  right: 20px;
  border-radius: 0px;
  z-index: 100;
}

.rest-logo-w .btn-close-resp {
  border: none;
  background: none;
  cursor: pointer;
  background-image: url(../svg/6f5b214.svg);
  width: 20px;
  height: 10px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  outline: 0;
  filter: invert(1);
}

label {
  overflow: visible;
}

label,
select {
  text-transform: none;
}

label,
html input[type="label"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance-: label;
  cursor: pointer;
}

.resp-content {
  position: relative;
  flex-direction: column;
  height: calc(100% - 50px);
  padding-top: 2rem;
  justify-content: flex-start;
}

.resp-top-left {
  padding: 0;
  margin: 0;
  list-style: none;
  width: 85%;
  text-align: left;
}

.heading {
  margin: 25px 0px 25px 0px;
  padding: 15px 0px 15px 0px;
  text-align: left;
  border-bottom: 1px solid #86868b66;
}

.heading h1 {
  color: #333336;
  font-size: 38px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  margin: 0px;
  padding: 0px;
}

.resp-links {
  padding: 0;
  margin: 0;
  list-style: none;
  width: 85%;
  text-align: center;
}

.resp-links li {
  padding: 0px;
  text-align: left;
  border-bottom: 0px solid #86868b66;
}

.resp-links li a {
  cursor: pointer;
}

.resp-links li a {
  color: #333336;
  font-size: 28px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 600;
}

.sign-in-container {
  display: flex;
  margin: 0;
  padding: 0;
  height: 28px;
}

.sign-in-icon {
  margin: 0;
  padding: 0;
}

.sign-in-icon label {
  background-color: transparent;
  border: 0px;
}

.sign-in-icon ion-icon {
  display: flex;
  width: 28px;
  height: 28px;
}

[hidden],
template {
  display: none;
}

.resp-footer {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  width: 100%;
  text-align: center;
  padding-bottom: 25px;
  padding-top: 4rem;
}

.resp-footer h3 {
  margin: 20px 0px;
  color: #000;
  font-family: "Poppins";
  font-size: 20px;
  font-weight: 400;
  text-align: center;
}

.resp-footer {
  padding-bottom: 15rem;
}

.resp-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  grid-gap: 3rem;
  gap: 3rem;
}

.resp-footer ul li {
  padding: 0 5px;
}

.resp-footer ul li a img {
  width: 50px;
  height: 50px;
}

.btn-icons {
  display: none;
  overflow: hidden;
}

/*--- Hoja de estilos para pág Carta ---*/

.page-container-banner {
  display: flex;
  margin: 0px 180px 20px 180px;
  align-items: center;
  justify-content: center;
}

.banner-page {
  display: flex;
  margin: 0;
  padding: 0;
  max-width: 100%;
  width: 100%;
  height: auto;
  border-radius: 25px;
  overflow: hidden;
  align-items: center;
  justify-content: center;
}

.banner-page img {
  content: img;
  width: 100%;
}

/*-- slider --*/

.banner-slider-box-container {
  display: flex;
  background: transparent !important;
}

.banner-slider-box-container-mobile {
  display: none;
}

.swiper-wrapper {
  height: 580px;
  margin: 0px 0px 0px 0px;
  border: 0px solid #a9c3e666;
  border-radius: 0px;
  overflow: hidden;
}

.slider-container {
  position: relative;
  width: 100%;
  height: 100%;
  background: transparent !important;
  overflow: hidden;
}

.slider input {
  visibility: hidden;
  display: none;
}

.buttons {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 20px;
  gap: 10px;
}
.buttons label {
  width: 10px;
  height: 10px;
  background-color: #fff;
  backdrop-filter: blur(4px);
  border-radius: 9999px;
  opacity: 0.3;
  cursor: pointer;
  z-index: 1;
  transition: 300ms ease-in-out;
  transition: all 0.3s cubic-bezier(0, 0, 0.5, 1);
}

.buttons label:hover {
  opacity: 1;
}

.slider input:nth-child(1):checked ~ .buttons label:nth-child(1),
.slider input:nth-child(2):checked ~ .buttons label:nth-child(2),
.slider input:nth-child(3):checked ~ .buttons label:nth-child(3) {
  opacity: 1;
  scroll-margin: 1.2;
  width: 10px;
}

.content {
  position: relative;
  width: 300%;
  height: auto;
  display: flex;
  transition: 400ms ease-in-out;
  animation: slide 20s infinite;
}

.firstslide,
.secondslide,
.thirdslide {
  display: flex;
  position: relative;
  width: 100%;
  height: 580px;
  justify-content: center;
  align-items: center;
  opacity: 1;
  transition: all 20s cubic-bezier(0, 0, 0.5, 1);
}

.slider input:nth-child(1):checked ~ .content {
  left: 0;
}

.slider input:nth-child(2):checked ~ .content {
  left: -100%;
}

.slider input:nth-child(3):checked ~ .content {
  left: -200%;
}

.dots {
  display: flex;
}

.buttons-container {
  height: 100%;
}

.buttons-banner {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 50px;
  gap: 12px;
}

.buttons-banner label {
  width: 10px;
  height: 5px;
  background-color: #141416;
  border-radius: 25px;
  opacity: 0.3;
  cursor: pointer;
  z-index: 1;
  transition: 300ms ease-in-out;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.3);
  transition: all 0.3s cubic-bezier(0, 0, 0.5, 1);
}

/*--- Estilos css para Nosotros ---*/

.we-page-section-container {
  width: 100%;
  padding-top: 100px;
}

.we-column_1,
.we-column_2 {
  box-shadow: 0px 0px #00000070;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  row-gap: 0px;
  column-gap: 0px;
  overflow: visible;
  border-color: inherit;
  background-repeat: no-repeat;
  background-position: 0% 100%;
  background-size: contain;
  background-attachment: scroll;
  background-clip: padding-box;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
}

.we-column_1,
.we-column_2 {
  max-width: 50%;
  width: 100%;
}

.we-container-wrapper {
  display: flex;
  position: relative;
  width: min(100%, 1200px);
  margin: 0px 360px 0px 360px;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: nowrap;
  row-gap: 0px;
  column-gap: 160px;
  box-sizing: border-box;
}

.we-stn_1 {
  padding-top: 0em;
  padding-right: 7em;
  padding-bottom: 0em;
  padding-left: 0em;
}

.we-content {
  width: 100%;
}

.head-we-column {
  word-wrap: break-word;
}

.head-we-column h2 {
  font-size: 45px;
  margin: 0px 0px 20px 0px;
}

.p-we-column {
  margin: 0px 0px 30px 0px;
}

.p-we-column p {
  font-size: 16px;
  font-weight: 400;
  word-break: break-word;
}

.we-stn_3 {
  max-width: 50%;
  width: 100%;
}

.we-page-section-container img {
  width: 780px;
}

.products-home h1 {
  display: flex;
}

/* .products-stn {
  display: flex;
} */

/*---> Estilos css para Carta <---*/

.page-carta-salon-wrapper {
  display: none;
  margin: 0px 0px;
}

.carta-salon-container {
  margin: 0px 0px 0px 0px;
  padding: 88px 360px 20px 360px;
}

.carta-salon-content {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 2fr));
  grid-gap: 25px 30px;
  gap: 25px 30px;
}

.carta-salon-content {
  height: 800px;
  overflow: scroll;
}

.carta-salon-content::-webkit-scrollbar {
  width: 8px;
  height: 0px;
  background-color: #e0e5e7;
  border-radius: 10px;
}

.carta-salon-content::-webkit-scrollbar-thumb {
  width: 8px;
  background-color: #d62e2f;
  border-radius: 10px;
}

.carta-salon_1 {
  margin: 0px 88px 20px 88px;
  background-color: #fff;
  border: 1px solid #86868b66;
  border-radius: 50px;
  overflow: hidden;
}

.carta-salon_2 {
  margin: 20px 88px 0px 88px;
  background-color: #fff;
  border: 1px solid #86868b66;
  border-radius: 50px;
  overflow: hidden;
}

/*---> Estilos css para Carta <---*/

.page-nosotros-wrapper {
  display: flex;
  margin: 0px 0px;
  justify-content: center;
}

.nosotros-container {
  display: flex;
  width: 1200px;
  height: 100%;
  margin: 0px 0px 0px 0px;
  padding: 100px 0px 0px 0px;
  align-items: center;
}

.nosotros-stn {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 2fr));
  grid-gap: 25px 30px;
  gap: 25px 160px;
}

.nosotros-column-1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.title-nosotros-column h2 {
  margin-bottom: 20px;
  font-size: 48px;
}

.parrafo-nosotros-column p {
  margin-bottom: 30px;
  font-size: 100%;
  line-height: 1.85714285714286;
}

.picture-nosotros-column {
  display: flex;
  height: 315px;
  border-radius: 0px;
  overflow: hidden;
  flex-direction: column;
  justify-content: center;
}

/* Estilos para location */

.location-container {
  width: 100%;
  height: 100%;
  padding: 100px 0px 0px 0px;
}

.location-title {
  text-align: center;
  padding: 0px 0px 35px 0px;
  position: relative;
}

.location-title h2 {
  margin: 0px 0px 25px 0px;
}

.location-text {
  display: flex;
  padding: 0px 0px 88px 0px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.head-text {
  width: 800px;
}

.head-text h3 {
  margin: 20px 0px 20px 0px;
}

.ubication-locales {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 2fr));
  grid-gap: 25px 30px;
  gap: 25px 20px;
}

.text {
  display: flex;
  background-color: #fff;
  margin: 0;
  padding: 20px;
  border: 1px Solid #86868b66;
  border-radius: 25px;
  justify-content: space-between;
  align-items: center;
}

.text h3 {
  margin: 0px;
}

.text button {
  text-decoration: underline;
  font-size: 14px;
  margin: 1rem 0;
  outline: 0;
  background-color: transparent;
  padding: 0;
  border: 0 !important;
  text-align: left;
  font-family: Raleway, sans-serif;
  cursor: pointer;
}

.maps {
  background-color: #fff;
  margin: 0;
  padding: 20px;
  border: 1px Solid #86868b66;
  border-radius: 25px;
  overflow: hidden;
}

.maps iframe {
  width: 348px;
  height: 160px;
}

.phone-location {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  grid-gap: 1rem;
  gap: 1rem;
}

.phone-text h4 {
  margin: 0;
  font-family: Raleway, sans-serif;
  font-size: 14px;
  color: #141416;
}

.phone-text p {
  color: #141416;
  font-size: 14px;
  margin: 0 0 10px;
}

.phone-text p {
  text-decoration: underline;
}

.phone-text a {
  display: none;
}

.banner--box--slider-inner-mobile {
  display: none;
}

.product-grid-item-width {
  width: initial !important;
}

.detail-product-image {
  width: 100%;
  height: auto;
}

.detail-product-image {
  border: 1px solid #86868b33;
}

.detail-product-category {
  margin-top: 8px;
  color: #fff;
  background-color: #f82a2b;
  width: fit-content;
  padding: 2px 10px;
  font-family: HelveticaNeue;
  font-size: 13px;
  font-weight: 400;
  border-radius: 99999px;
}

.detail-product-name {
  margin-top: var(--cds-spacing-stack-3xs);
  color: var(--cds-colors-neutral-darkest);
  font-weight: var(--cds-typography-font-weight-bold);
  font-size: var(--cds-typography-font-size-lg);
  line-height: var(--cds-typography-line-height-long);
  font-family: var(--cds-typography-font-family-secondary);
}

.detail-product-copy {
  margin-top: var(--cds-spacing-stack-2xs);
  color: var(--cds-colors-neutral-darkest);
  font-weight: var(--cds-typography-font-weight-regular);
  font-size: var(--cds-typography-font-size-xs);
  line-height: var(--cds-typography-line-height-tight);
}

.detail-product-copy {
  font-size: var(--cds-typography-font-size-sm);
  line-height: var(--cds-typography-line-height-fair);
}

.detail-product-prices {
  margin-top: var(--cds-spacing-stack-xs);
  font-weight: var(--cds-typography-font-weight-medium);
  line-height: var(--cds-typography-line-height-tight);
}

.detail-product-prices {
  margin-right: var(--cds-spacing-inline-2xs);
  color: var(--cds-colors-neutral-darkest);
  font-size: var(--cds-typography-font-size-sm);
  font-family: HelveticaNeue;
}

.detail-product-prices {
  font-size: var(--cds-typography-font-size-md);
}

.detail-product-button-addToCart {
  align-items: center;
  border: 1px solid transparent;
  border-radius: var(--btn-radius);
  cursor: pointer;
  display: flex;
  font-family: var(--cds-typography-font-family-primary);
  gap: var(--cds-spacing-stack-3xs);
  justify-content: center;
  transition: background 0.1s ease-in-out;
  width: -moz-fit-content;
  width: fit-content;
}

.detail-product-button-addToCart {
  border-radius: var(--cds-border-radius-mInI);
}

.detail-product-button-addToCart {
  font-size: var(--btn-font-md);
  gap: var(--btn-gap-md);
  height: var(--btn-height-md);
  padding: var(--btn-py-md) var(--btn-px-md);
}

.detail-product-button-addToCart {
  width: 100%;
}

.detail-product-button-addToCart {
  height: auto !important;
}

.detail-product-button-addToCart {
  border: none;
  background-color: var(--cds-colors-neutral-medium) !important;
  color: var(--cds-colors-neutral-dark) !important;
}

.detail-product-button-addToCart {
  background-color: rgb(245, 245, 247) !important;
}

.detail-product-button-addToCart {
  background-color: var(--btn-solid-primary-bg);
  border-color: var(--btn-solid-primary-border);
  color: var(--btn-solid-primary-text);
}

:root {
  --btn-font-weight: var(--cds-typography-font-weight-bold);
  --btn-radius: var(--cds-border-radius-sm);
  --btn-gap-xs: var(--cds-spacing-stack-4xs);
  --btn-gap-sm: var(--cds-spacing-stack-3xs);
  --btn-gap-md: var(--cds-spacing-stack-2xs);
  --btn-gap-lg: var(--cds-spacing-stack-xs);
  --btn-px-xs: var(--cds-spacing-stack-3xs);
  --btn-px-sm: var(--cds-spacing-stack-2xs);
  --btn-px-md: var(--cds-spacing-stack-xs);
  --btn-px-lg: var(--cds-spacing-stack-sm);
  --btn-py-xs: var(--cds-spacing-stack-3xs);
  --btn-py-sm: var(--cds-spacing-stack-3xs);
  --btn-py-md: var(--cds-spacing-stack-2xs);
  --btn-py-lg: var(--cds-spacing-stack-xs);
  --btn-font-xs: var(--cds-typography-font-size-2xs);
  --btn-font-sm: var(--cds-typography-font-size-xs);
  --btn-font-md: var(--cds-typography-font-size-sm);
  --btn-font-lg: var(--cds-typography-font-size-sm);
  --btn-height-xs: 32px;
  --btn-height-sm: 40px;
  --btn-height-md: 48px;
  --btn-height-lg: 56px;
  --btn-solid-primary-bg: var(--cds-colors-brand-medium);
  --btn-solid-primary-border: var(--cds-colors-brand-medium);
  --btn-solid-primary-text: var(--cds-colors-neutral-lightest);
  --btn-solid-primary-hover-bg: var(--cds-colors-brand-lightest);
  --btn-solid-primary-hover-border: var(--cds-colors-brand-lightest);
  --btn-solid-primary-hover-text: var(--cds-colors-neutral-darkest);
  --btn-solid-primary-active-bg: var(--cds-colors-brand-dark);
  --btn-solid-primary-active-border: var(--cds-colors-brand-dark);
  --btn-solid-primary-active-text: var(--cds-colors-neutral-lightest);
  --btn-solid-primary-focus-bg: var(--cds-colors-brand-medium);
  --btn-solid-primary-focus-border: var(--cds-colors-brand-medium);
  --btn-solid-primary-focus-stroke: var(--cds-colors-brand-darkest);
  --btn-solid-primary-focus-text: var(--cds-colors-neutral-lightest);
  --btn-solid-primary-disabled-bg: var(--cds-colors-neutral-medium);
  --btn-solid-primary-disabled-border: var(--cds-colors-neutral-medium);
  --btn-solid-primary-disabled-text: var(--cds-colors-neutral-dark);
  --btn-solid-primary-loading-bg: var(--cds-colors-brand-medium);
  --btn-solid-primary-loading-text: var(--cds-colors-neutral-lightest);
  --btn-outline-primary-bg: transparent;
  --btn-outline-primary-border: var(--cds-colors-brand-medium);
  --btn-outline-primary-text: var(--cds-colors-brand-medium);
  --btn-outline-primary-hover-bg: var(--cds-colors-brand-lightest);
  --btn-outline-primary-hover-border: var(--cds-colors-neutral-darkest);
  --btn-outline-primary-hover-text: var(--cds-colors-neutral-darkest);
  --btn-outline-primary-active-bg: transparent;
  --btn-outline-primary-active-border: var(--cds-colors-brand-dark);
  --btn-outline-primary-active-text: var(--cds-colors-brand-dark);
  --btn-outline-primary-focus-bg: transparent;
  --btn-outline-primary-focus-border: var(--cds-colors-brand-medium);
  --btn-outline-primary-focus-stroke: var(--cds-colors-neutral-darkest);
  --btn-outline-primary-focus-text: var(--cds-colors-brand-medium);
  --btn-outline-primary-disabled-bg: transparent;
  --btn-outline-primary-disabled-border: var(--cds-colors-neutral-medium);
  --btn-outline-primary-disabled-text: var(--cds-colors-neutral-dark);
  --btn-link-primary-bg: transparent;
  --btn-link-primary-border: transparent;
  --btn-link-primary-text: var(--cds-colors-brand-medium);
  --btn-link-primary-hover-bg: transparent;
  --btn-link-primary-hover-border: var(--cds-colors-brand-medium);
  --btn-link-primary-hover-text: var(--cds-colors-brand-medium);
  --btn-link-primary-active-bg: var(--cds-colors-brand-dark);
  --btn-link-primary-active-border: var(--cds-colors-brand-dark);
  --btn-link-primary-active-text: var(--cds-colors-neutral-lightest);
  --btn-link-primary-focus-bg: transparent;
  --btn-link-primary-focus-border: transparent;
  --btn-link-primary-focus-stroke: var(--cds-colors-highlight-darkest);
  --btn-link-primary-focus-text: var(--cds-colors-brand-medium);
  --btn-link-primary-disabled-bg: transparent;
  --btn-link-primary-disabled-border: transparent;
  --btn-link-primary-disabled-text: var(--cds-colors-neutral-dark);
  --btn-solid-secondary-bg: var(--cds-colors-highlight-medium);
  --btn-solid-secondary-border: var(--cds-colors-highlight-medium);
  --btn-solid-secondary-text: var(--cds-colors-neutral-lightest);
  --btn-solid-secondary-hover-bg: var(--cds-colors-highlight-light);
  --btn-solid-secondary-hover-border: var(--cds-colors-highlight-light);
  --btn-solid-secondary-hover-text: var(--cds-colors-neutral-darkest);
  --btn-solid-secondary-active-bg: var(--cds-colors-highlight-dark);
  --btn-solid-secondary-active-border: var(--cds-colors-highlight-dark);
  --btn-solid-secondary-active-text: var(--cds-colors-neutral-lightest);
  --btn-solid-secondary-focus-bg: var(--cds-colors-highlight-medium);
  --btn-solid-secondary-focus-border: var(--cds-colors-highlight-medium);
  --btn-solid-secondary-focus-stroke: var(--cds-colors-brand-darkest);
  --btn-solid-secondary-focus-text: var(--cds-colors-neutral-lightest);
  --btn-solid-secondary-disabled-bg: var(--cds-colors-neutral-medium);
  --btn-solid-secondary-disabled-border: var(--cds-colors-neutral-medium);
  --btn-solid-secondary-disabled-text: var(--cds-colors-neutral-dark);
  --btn-solid-secondary-loading-bg: var(--cds-colors-neutral-lightest);
  --btn-solid-secondary-loading-text: var(--cds-colors-neutral-darkest);
  --btn-outline-secondary-bg: transparent;
  --btn-outline-secondary-border: var(--cds-colors-highlight-medium);
  --btn-outline-secondary-text: var(--cds-colors-highlight-medium);
  --btn-outline-secondary-hover-bg: var(--cds-colors-highlight-light);
  --btn-outline-secondary-hover-border: var(--cds-colors-neutral-darkest);
  --btn-outline-secondary-hover-text: var(--cds-colors-neutral-darkest);
  --btn-outline-secondary-active-bg: transparent;
  --btn-outline-secondary-active-border: var(--cds-colors-highlight-dark);
  --btn-outline-secondary-active-text: var(--cds-colors-highlight-dark);
  --btn-outline-secondary-focus-bg: transparent;
  --btn-outline-secondary-focus-border: var(--cds-colors-highlight-medium);
  --btn-outline-secondary-focus-stroke: var(--cds-colors-brand-medium);
  --btn-outline-secondary-focus-text: var(--cds-colors-highlight-medium);
  --btn-outline-secondary-disabled-bg: transparent;
  --btn-outline-secondary-disabled-border: var(--cds-colors-neutral-medium);
  --btn-outline-secondary-disabled-text: var(--cds-colors-neutral-dark);
  --btn-link-secondary-bg: transparent;
  --btn-link-secondary-border: transparent;
  --btn-link-secondary-text: var(--cds-colors-highlight-medium);
  --btn-link-secondary-hover-bg: transparent;
  --btn-link-secondary-hover-border: var(--cds-colors-highlight-medium);
  --btn-link-secondary-hover-text: var(--cds-colors-highlight-medium);
  --btn-link-secondary-active-bg: var(--cds-colors-highlight-dark);
  --btn-link-secondary-active-border: var(--cds-colors-highlight-dark);
  --btn-link-secondary-active-text: var(--cds-colors-neutral-lightest);
  --btn-link-secondary-focus-bg: transparent;
  --btn-link-secondary-focus-border: transparent;
  --btn-link-secondary-focus-stroke: var(--cds-colors-neutral-darkest);
  --btn-link-secondary-focus-text: var(--cds-colors-highlight-medium);
  --btn-link-secondary-disabled-bg: transparent;
  --btn-link-secondary-disabled-border: transparent;
  --btn-link-secondary-disabled-text: var(--cds-colors-neutral-dark);
  --btn-solid-neutral-bg: var(--cds-colors-neutral-darkest);
  --btn-solid-neutral-border: var(--cds-colors-neutral-darkest);
  --btn-solid-neutral-text: var(--cds-colors-neutral-lightest);
  --btn-solid-neutral-hover-bg: var(--cds-colors-brand-lightest);
  --btn-solid-neutral-hover-border: var(--cds-colors-brand-lightest);
  --btn-solid-neutral-hover-text: var(--cds-colors-neutral-darkest);
  --btn-solid-neutral-active-bg: var(--cds-colors-neutral-dark);
  --btn-solid-neutral-active-border: var(--cds-colors-neutral-dark);
  --btn-solid-neutral-active-text: var(--cds-colors-neutral-lightest);
  --btn-solid-neutral-focus-bg: transparent;
  --btn-solid-neutral-focus-border: var(--cds-colors-neutral-darkest);
  --btn-solid-neutral-focus-stroke: var(--cds-colors-brand-medium);
  --btn-solid-neutral-focus-text: var(--cds-colors-neutral-darkest);
  --btn-solid-neutral-disabled-bg: var(--cds-colors-neutral-medium);
  --btn-solid-neutral-disabled-border: var(--cds-colors-neutral-medium);
  --btn-solid-neutral-disabled-text: var(--cds-colors-neutral-dark);
  --btn-solid-neutral-loading-bg: var(--cds-colors-neutral-lightest);
  --btn-solid-neutral-loading-text: var(--cds-colors-neutral-darkest);
  --btn-outline-neutral-bg: transparent;
  --btn-outline-neutral-border: var(--cds-colors-neutral-darkest);
  --btn-outline-neutral-text: var(--cds-colors-neutral-darkest);
  --btn-outline-neutral-hover-bg: var(--cds-colors-brand-lightest);
  --btn-outline-neutral-hover-border: var(--cds-colors-neutral-darkest);
  --btn-outline-neutral-hover-text: var(--cds-colors-neutral-darkest);
  --btn-outline-neutral-active-bg: transparent;
  --btn-outline-neutral-active-border: var(--cds-colors-neutral-dark);
  --btn-outline-neutral-active-text: var(--cds-colors-neutral-dark);
  --btn-outline-neutral-focus: transparent;
  --btn-outline-neutral-focus-border: var(--cds-colors-neutral-darkest);
  --btn-outline-neutral-focus-stroke: var(--cds-colors-brand-medium);
  --btn-outline-neutral-focus-text: var(--cds-colors-neutral-darkest);
  --btn-outline-neutral-disabled-bg: transparent;
  --btn-outline-neutral-disabled-border: var(--cds-colors-neutral-dark);
  --btn-outline-neutral-disabled-text: var(--cds-colors-neutral-dark);
  --btn-link-neutral-bg: transparent;
  --btn-link-neutral-border: transparent;
  --btn-link-neutral-text: var(--cds-colors-neutral-darkest);
  --btn-link-neutral-hover-bg: transparent;
  --btn-link-neutral-hover-border: var(--cds-colors-neutral-darkest);
  --btn-link-neutral-hover-text: var(--cds-colors-neutral-darkest);
  --btn-link-neutral-active-bg: var(--cds-colors-neutral-dark);
  --btn-link-neutral-active-border: var(--cds-colors-neutral-dark);
  --btn-link-neutral-active-text: var(--cds-colors-neutral-lightest);
  --btn-link-neutral-focus-bg: transparent;
  --btn-link-neutral-focus-border: transparent;
  --btn-link-neutral-focus-stroke: var(--cds-colors-neutral-darkest);
  --btn-link-neutral-focus-text: var(--cds-colors-neutral-darkest);
  --btn-link-neutral-disabled-bg: transparent;
  --btn-link-neutral-disabled-border: transparent;
  --btn-link-neutral-disabled-text: var(--cds-colors-neutral-dark);
  --btn-link-neutral-loading-bg: var(--cds-colors-neutral-darkest);
  --btn-link-neutral-loading-text: var(--cds-colors-neutral-darkest);
}

:root {
  --cds-border-radius-mInI: 10px;
  --cds-colors-brand-medium-red: #f82a2b;
  --cds-colors-neutral-dark-border: 1px solid rgb(204, 204, 204);
  --z-tooltip: 10;
}

.ProductCustomizationFooter_product-customization-footer__ {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: var(--z-tooltip);
}

@media screen and (min-width: 1024px) {
  .ProductCustomizationFooter_product-customization-footer__ {
    position: relative;
  }
}

.ProductInformation_product-information__divider__1Whi8 {
  border-top: var(--cds-colors-neutral-dark-border);
}

.ProductCustomizationFooter_product-customization-footer__content__ {
  display: flex;
  height: -moz-fit-content;
  height: fit-content;
  gap: var(--cds-spacing-stack-xs);
  border-top: 1px solid var(--cds-colors-neutral-light);
  background-color: var(--cds-colors-neutral-lightest);
  padding: var(--cds-spacing-inline-xs) var(--cds-spacing-stack-xs);
}

.ProductCustomizationFooter_product-customization-footer__content__ {
  --cds-colors-default-lightest: rgb(255, 255, 255) !important;
  border-top: 1px solid rgba(134, 134, 139, .4);
  background-color: var(--cds-colors-default-lightest);
  /* padding: initial; */
}

.ProductCustomization_product-customization__accordion__ {
  display: flex;
  flex-direction: column;
  gap: var(--cds-spacing-inline-xs);
}

@media screen and (min-width: 1024px) {
  .ProductCustomizationFooter_product-customization-footer__content__ {
    border-top: 0;
    padding: 0;
    gap: var(--cds-spacing-stack-sm);
  }
}

.Counter_counter__zALHK {
  display: inline-flex;
  align-items: center;
  gap: var(--cds-spacing-stack-2xs);
  border-width: 0.5px;
  border-style: solid;
  border-color: var(--cds-colors-neutral-dark);
  border-radius: var(--cds-border-radius-sm);
}

.Counter_counter__zALHK {
  border-radius: var(--cds-border-radius-mInI);
}

.Counter_counter--md__eYpuT {
  padding: var(--cds-spacing-inline-3xs) var(--cds-spacing-stack-3xs);
}

.Counter_counter__zALHK {
  border: var(--cds-colors-neutral-dark-border);
}

.Counter_counter__handler__BH1iv {
  display: grid;
  place-items: center;
  cursor: pointer;
  border-radius: var(--cds-border-radius-sm);
}

.Counter_counter__handler__BH1iv {
  border-radius: var(--cds-border-radius-mInI);
}

.Counter_counter--primary__Htp_b > .Counter_counter__handler__BH1iv {
  background-color: var(--cds-colors-brand-medium-red);
}

.Counter_counter--md__eYpuT > .Counter_counter__handler__BH1iv {
  padding: var(--cds-spacing-inline-3xs) var(--cds-spacing-stack-3xs);
}

.Counter_counter__handler__BH1iv:disabled {
  cursor: not-allowed;
  background-color: var(--cds-colors-neutral-medium);
}

.Counter_counter__handler__BH1iv:disabled {
  background-color: rgb(245, 245, 247);
}

.Counter_counter__text__1hnIN {
  display: flex;
  justify-content: center;
  width: 1rem;
  color: var(--cds-colors-neutral-darkest);
  font-weight: var(--cds-typography-font-weight-regular);
}

.Counter_counter--md__eYpuT > .Counter_counter__text__1hnIN {
  font-size: var(--cds-typography-font-size-md);
  line-height: var(--cds-typography-line-height-confy);
}

.Counter_counter--md__eYpuT > .Counter_counter__handler__BH1iv > svg {
  --cds-counter-size-lg: 18px;
  width: var(--cds-counter-size-lg);
  height: var(--cds-counter-size-lg);
}

.Counter_counter--md__eYpuT > .Counter_counter__handler__BH1iv > svg {
  width: var(--cds-typography-font-size-lg);
  height: var(--cds-typography-font-size-lg);
}

.Counter_counter--primary__Htp_b > .Counter_counter__handler__BH1iv > svg {
  color: var(--cds-colors-neutral-lightest);
}

.Counter_counter__handler__BH1iv:disabled > svg {
  color: var(--cds-colors-neutral-dark);
}

.Divider_divider__qrgQF {
  height: 0.0625rem;
  width: 100%;
  background-color: var(--cds-colors-neutral-medium);
}

.sign-in-icon {
    display: none;
}

@media (max-width: 991px) {
  body::-webkit-scrollbar {
    display: initial;
  }

  .header {
    padding: 0px;
    box-shadow: none;
  }

  .header-content {
    padding: 12px;
    border-radius: 0px;
  }

  .header-content {
    background: transparent;
    min-height: 48px;
  }

  .header-content {
    background-color: #f82a2b !important;
    min-height: 64px;
  }

  .top-left .logo svg {
    width: auto;
    height: 28px;
  }

  .top-center {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #fff;
    display: none;
  }

  .top-right {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #fff;
    display: none;
  }

  .btn-icons {
    display: flex;
    grid-gap: 0px 20px;
    align-items: center;
  }

  .btn-two-outline {
    display: initial;
  }

  .btn-two-outline label {
    background-color: transparent;
    margin: 0;
    padding: 0;
    width: auto;
    min-height: 28px;
    display: flex;
    border: 0;
    justify-content: center;
    align-items: center;
    cursor: pointer;
  }

  .reorder-two-outline button {
    margin: 0;
    padding: 0px;
    background-color: transparent !important;
  }

  .btn-two-outline label ion-icon {
    display: flex;
    align-items: center;
  }

  .banner--box--slider-inner-mobile {
    display: initial;
  }

  .banner-container {
    margin: 0px 20px 0px 20px;
    padding: 0px 0px 0px 0px;
  }

  .banner {
    width: auto;
    height: 132px;
    background-image: url(images/Banner-web-navid_\(2\).jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 25px;
  }

  .menuFilters {
    justify-content: initial;
    gap: 12px;
  }

  .products-lis {
    background-color: #fff;
  }

  .products-banner {
    max-width: calc(100% - 40px);
  }

  .filtersContainer {
    padding: 12px;
  }

  button {
    font-size: 17px;
  }

  .product-grid-item {
    width: 100% !important;
  }

  .products-banner h1 {
    font-size: 21px;
    font-family: "Poppins";
  }

  .banner-header-product {
    margin: 20px 0px 20px 0px;
    border: 0px solid #86868b66;
    border-radius: 15px;
    overflow: hidden;
  }

  .banner-header-product img {
    height: 100%;
  }

  .products-stn {
    margin-top: 40px;
  }

  .list-products {
    margin: auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 2fr));
    gap: 20px 12px;
  }

  .product-grid-item-ctn-w,
  .product-grid-item-name p {
    gap: 6px;
  }

  .card-cta-modal-button .card-cta-modal-button-icon {
    bottom: 67px;
  }

  /*---> Estilos css para Footer mobile <---*/

  .site-footer {
    width: auto;
    height: 100%;
  }

  .container-footer {
    max-width: 100%;
    width: 100%;
    margin: auto;
    padding: 0px 0px 40px 0px;
  }

  .content-footer-section {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0;
  }

  .footer-left {
    color: #fff;
    padding: 0px 32px 0px 32px;
    border-bottom: 1px solid #86868b66;
    text-align: left;
    width: 100%;
    max-width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  .logo-footer {
    text-align: center;
    padding: 32px 0;
  }

  .container-form {
    display: none;
  }

  .site-footer .container-footer .footer-left .container-form {
    width: 100%;
  }

  .site-footer .container-footer .footer-left .container-form h4 {
    margin-top: 0;
    margin-bottom: 22.61px;
    font-weight: 600;
    font-size: 22px;
  }

  .site-footer
    .container-footer
    .footer-left
    .container-form
    .form-suscribe-input {
    width: 80%;
    position: relative;
  }

  .site-footer
    .container-footer
    .footer-left
    .container-form
    .form-suscribe-input
    input {
    width: 100%;
    padding: 13px 50px 13px 15px;
    border: 1px solid #fff;
    border-radius: 15px;
    font-size: 16px;
    font-family: "Poppins";
    color: #fff;
    background-color: transparent;
    opacity: 0.9;
    outline: 0;
  }

  .site-footer
    .container-footer
    .footer-left
    .container-form
    .form-suscribe-input
    button {
    position: absolute;
    right: 0;
    bottom: 0;
    outline: 0;
    border: 1px solid #ffff;
    border-radius: 0px 15px 15px 0px;
    background: #fff;
    height: 100%;
    width: 50px;
  }

  .site-footer
    .container-footer
    .footer-left
    .container-form
    .form-suscribe-input
    button
    img {
    transform: rotate(-90deg);
    vertical-align: middle;
  }

  .alerts-suscribe-input {
    font-family: "Poppins";
    color: #000;
    text-align: left;
  }

  .site-footer
    .container-footer
    .footer-left
    .container-form
    .form-suscribe-check {
    color: #fff;
    font-size: 13px;
    margin-bottom: 5px;
    margin-top: 15px;
    display: flex;
    font-family: "Poppins";
    justify-content: left;
  }

  .site-footer
    .container-footer
    .footer-left
    .container-form
    .form-suscribe-check
    input {
    margin-right: 5px;
    outline: 0;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    height: 15px;
    width: 15px;
    background-color: #fff;
    border: 1px solid #cdcdcd;
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .site-footer
    .container-footer
    .footer-left
    .container-form
    .form-suscribe-check
    label {
    color: #fff;
    font-size: 16px;
    font-family: "Poppins";
    text-align: left;
  }

  .menufooter {
    list-style: none;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: column;
    padding: 32px 32px 0px 32px;
    margin: 0;
    width: 100%;
  }

  .menufooter {
    display: none;
  }

  .menufooter h3 {
    position: relative;
    width: 100%;
    text-align: left;
    color: #fff;
    font-size: 28px;
    text-align: center;
    font-weight: 600;
    margin: 0 0 15px;
    font-family: "Poppins";
  }

  .menufooter .menufooter-slide {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .menufooter .menufooter-slide .menufooter-link {
    text-align: left;
    display: inline-block;
    padding: 5px 0;
  }

  .menufooter .menufooter-slide .menufooter-link a {
    color: #fff;
    font-family: "Poppins";
    white-space: nowrap;
    font-size: 18px;
    text-align: center;
    padding: 15px 0px 10px 0px;
    border-bottom: 1px solid #86868b66;
    display: block;
    margin: 0;
    text-decoration: none;
  }

  .section-comprobante {
    width: 70%;
    margin: 20px auto 0;
  }

  .section-comprobante a {
    text-decoration: none;
    display: block;
    cursor: pointer;
    color: #fff;
    border: 1px solid #939393;
    border-radius: 10px;
    padding: 10px;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    font-family: "Poppins";
  }

  .footer-right {
    margin: 0px 0px 0px 0px;
    padding: 32px 32px 32px 32px;
    border-top: 0px solid #86868b66;
  }

  .footer-right b {
    color: #1d1d1f;
    display: block;
    margin-bottom: 12px;
    text-align: center;
    font-size: 22px;
    font-family: "Poppins";
    font-weight: 400;
  }

  .footer-right .social-block-footer .social-icons-footer-home {
    list-style: none;
    margin: 16px 0px 16px 0px;
    padding-left: 0;
    display: flex;
    justify-content: center;
  }

  .footer-right .social-block-footer .social-icons-footer-home li {
    padding: 0 8px;
  }

  .footer-right .social-block-footer .social-icons-footer-home li a img {
    height: 30px;
    width: 30px;
  }

  .formas-de-pago {
    display: flex;
    justify-content: center;
    margin-left: 10px;
    margin-bottom: 25px;
    width: 100%;
  }

  .formas-de-pago span {
    flex: 1;
    margin-right: 5px;
  }

  .formas-de-pago img {
    max-width: 100%;
    width: 64px;
    border-radius: 10px;
  }

  .btn-claimbook {
    padding-top: 6px;
    margin-bottom: 24px;
  }

  .btn-claimbook a {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .btn-claimbook img {
    width: 112px;
  }

  /* Copyright */

  .copyright-container {
    display: flex;
    width: auto;
    height: 44px;
    background: #f5f5f7;
    border-top: 1px Solid #86868b66;
    z-index: 99;
  }

  .copyright-content {
    display: flex;
    max-width: 100%;
    width: 492px;
    margin: auto;
    padding: 0px 0px;
    justify-content: center;
    align-items: center;
  }

  .copyright-content {
    width: 100vw;
  }

  .copyright-text h2 {
    color: #1d1d1f;
    font-size: 13px;
    font-weight: 300;
  }

  /* estilos css para Menu Lateral */

  #btn-menu {
    display: none;
  }

  .resp-menu {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 100;
    width: 357px;
    height: 100%;
    background: #f82a2b;
    transition: all 0.3s cubic-bezier(0, 0, 0.5, 1);
    transform: translateY(100%);
    flex-direction: column;
    overflow-y: auto;
    border-top-right-radius: 50px;
    border-top-left-radius: 50px;
    box-shadow: 0px 0px 48px 0px rgba(0, 0, 0, .18);
  }
  
  .resp-menu {
    width: 100vw;
  }

  #btn-menu:checked ~ .resp-menu {
    transform: translateY(0%);
  }

  .resp-menu {
    width: 100%;
    height: 80vh;
    z-index: 99991 !important;
  }

  .nsb {
    opacity: 1;
    visibility: hidden;
  }

  .nsb {
    overflow-y: none;
    scrollbar-width: auto;
    scrollbar-width: 0px;
    -ms-overflow-style: none;
  }

  .resp-menu {
    width: 100%;
    bottom: 0;
  }

  #btn-menu:checked ~ .nsb {
    opacity: 1;
    visibility: visible;
  }

  .resp-content,
  .rest-logo-w {
    display: flex;
    align-items: center;
  }

  .rest-logo-w {
    background: none;
    justify-content: center;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 40px;
    right: 40px;
    border-radius: 50%;
    z-index: 100;
  }

  .rest-logo-w .btn-close-resp {
    border: none;
    background: none;
    cursor: pointer;
    background-image: url(../svg/6f5b214.svg);
    width: 20px;
    height: 10px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    outline: 0;
    filter: invert(0);
  }

  label {
    overflow: visible;
  }

  label,
  select {
    text-transform: none;
  }

  label,
  html input[type="label"],
  input[type="reset"],
  input[type="submit"] {
    -webkit-appearance-: button;
    cursor: pointer;
  }

  .resp-content {
    position: relative;
    flex-direction: column;
    height: calc(100% - 50px);
    padding-top: 2rem;
    justify-content: flex-start;
  }
  
  .resp-content {
    padding-top: 0px;
  }

  .resp-top-left {
    padding: 0;
    margin: 0;
    list-style: none;
    width: 85%;
    text-align: left;
  }

  .heading {
    margin: 24px 0px;
    padding: 15px 0px 15px 0px;
    text-align: left;
    border-bottom: 1px solid #ffffff66;
  }

  .heading h1 {
    color: #fff;
    font-size: 24px;
    font-family: "Poppins";
    margin: 0px;
    padding: 0px;
    text-align: center;
  }

  .resp-links {
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    list-style: none;
    width: 85%;
    text-align: center;
    gap: 12px;
  }

  .resp-links li {
    text-align: left;
    border-bottom: 0px solid #86868b66;
  }
    
  .resp-links li {
    background-color: #f94849;
    text-align: left;
    border-bottom: none;
    border-radius: 99999px;
  }

  .resp-links li a {
    cursor: pointer;
  }

  .resp-links li a {
    display: block;
    padding: 5px 15px;
    color: #fff;
    font-size: 19px;
    font-family: "Poppins";
    font-weight: 400;
  }

  .sign-in-container {
    display: flex;
    margin: 0;
    padding: 0;
    height: 28px;
  }

  .sign-in-icon {
    margin: 0;
    padding: 0;
  }

  .sign-in-icon label {
    background-color: transparent;
    border: 0px;
  }

  .sign-in-icon ion-icon {
    display: flex;
    width: 28px;
    height: 28px;
  }

  [hidden],
  template {
    display: none;
  }

  .resp-footer {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    width: 100%;
    text-align: center;
    padding-bottom: 25px;
    padding-top: 4rem;
  }

  .resp-footer h3 {
    margin: 20px 0px;
    color: #fff;
    font-family: "Poppins";
    font-size: 20px;
    font-weight: 400;
    text-align: center;
  }

  /*.resp-footer {*/
  /*  padding-bottom: 15rem;*/
  /*}*/

  .resp-footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    grid-gap: 3rem;
    gap: 3rem;
  }

  .resp-footer ul li {
    padding: 0 5px;
  }

  .resp-footer ul li a img {
    width: 20px;
    height: auto !important;
  }

  /*-- slider --*/

  .banner-slider-box-container {
    display: none;
  }

  .banner-slider-box-container-mobile {
    display: flex;
    background: #fff;
  }

  .swiper-wrapper-mobile {
    height: 500px;
    margin: 0px 0px 0px 0px;
    border: 0px solid #a9c3e666;
    border-radius: 0px;
    overflow: hidden;
  }

  .slider-container-mobile {
    position: relative;
    width: 100%;
    height: 100%;
    background: transparent !important;
    overflow: hidden;
  }

  .slider-mobile input {
    visibility: hidden;
    display: none;
  }

  .buttons-mobile {
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 50px;
    gap: 12px;
  }

  .buttons-mobile label {
    width: 25px;
    height: 5px;
    background-color: #fff;
    border-radius: 0px;
    opacity: 0.3;
    cursor: pointer;
    z-index: 1;
    transition: 300ms ease-in-out;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.2);
    transition: all 0.3s cubic-bezier(0, 0, 0.5, 1);
  }

  .buttons-mobile label:hover {
    scale: 1.2;
    opacity: 1;
  }

  .slider-mobile
    input:nth-child(1):checked
    ~ .buttons-mobile
    label:nth-child(1),
  .slider-mobile
    input:nth-child(2):checked
    ~ .buttons-mobile
    label:nth-child(2),
  .slider-mobile
    input:nth-child(3):checked
    ~ .buttons-mobile
    label:nth-child(3) {
    opacity: 1;
    scroll-margin: 1.2;
    width: 100px;
  }

  .content-mobile {
    position: relative;
    width: 300%;
    height: auto;
    display: flex;
    transition: 400ms ease-in-out;
    animation: slide 40s infinite;
  }

  .firstslide-mobile,
  .secondslide-mobile,
  .thirdslide-mobile {
    display: flex;
    position: relative;
    width: 100%;
    height: 500px;
    justify-content: center;
    align-items: center;
  }

  .slider-mobile input:nth-child(1):checked ~ .content-mobile {
    left: 0;
  }

  .slider-mobile input:nth-child(2):checked ~ .content-mobile {
    left: -100%;
  }

  .slider-mobile input:nth-child(3):checked ~ .content-mobile {
    left: -200%;
  }

  .dots {
    display: flex;
  }

  .buttons-container {
    height: 100%;
  }

  .buttons-banner {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 50px;
    gap: 12px;
  }

  .buttons-banner label {
    width: 10px;
    height: 5px;
    background-color: #141416;
    border-radius: 25px;
    opacity: 0.3;
    cursor: pointer;
    z-index: 1;
    transition: 300ms ease-in-out;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.3);
    transition: all 0.3s cubic-bezier(0, 0, 0.5, 1);
  }

  /*---> Estilos css para Carta <---*/

  .page-carta-salon-wrapper {
    margin: 0px 0px;
  }

  .carta-salon-container {
    margin: 0px 0px 0px 0px;
    padding: 0px 20px 20px 20px;
  }

  .carta-salon-content {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 2fr));
    grid-gap: 25px 30px;
    gap: 25px 30px;
  }

  .carta-salon-content {
    height: 800px;
    overflow: scroll;
  }

  .carta-salon-content::-webkit-scrollbar {
    width: 8px;
    height: 0px;
    background-color: #e0e5e7;
    border-radius: 10px;
  }

  .carta-salon-content::-webkit-scrollbar-thumb {
    width: 8px;
    background-color: #d72c16;
    border-radius: 10px;
  }

  .carta-salon_1 {
    margin: 0px 20px 0px 0px;
    background-color: #fff;
    border: 1px solid #86868b66;
    border-radius: 35px;
    overflow: hidden;
  }

  .carta-salon_2 {
    margin: 0px 20px 0px 0px;
    background-color: #fff;
    border: 1px solid #86868b66;
    border-radius: 35px;
    overflow: hidden;
  }

  /*---> Estilos css para Carta <---*/

  .page-nosotros-wrapper {
    display: flex;
    margin: 0px 0px;
    justify-content: center;
  }

  .nosotros-container {
    display: flex;
    width: 92%;
    height: 100vh;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    border-top: 4px Solid #d72c16;
    align-items: center;
  }

  .nosotros-stn {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 2fr));
    grid-gap: 25px 30px;
    gap: 25px 160px;
  }

  .nosotros-column-1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .title-nosotros-column h2 {
    margin-bottom: 20px;
    font-size: 48px;
  }

  .parrafo-nosotros-column p {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 1.85714285714286;
  }

  .picture-nosotros-column {
    display: flex;
    height: 315px;
    border-radius: 0px;
    overflow: hidden;
    flex-direction: column;
    justify-content: center;
  }

  /* Estilos para location */

  .location-container {
    width: 100%;
    height: 100%;
  }

  .location-title {
    display: flex;
    border-radius: 0px;
    overflow: hidden;
    flex-direction: column;
    justify-content: center;
  }

  .location-text {
    display: flex;
    margin: 88px 0px 88px 0px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .head-text {
    width: 90%;
  }

  .head-text h3 {
    margin: 20px 0px 20px 0px;
  }

  .ubication-locales {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 2fr));
    grid-gap: 25px 30px;
    gap: 25px 20px;
  }

  .text {
    display: flex;
    background-color: #fff;
    margin: 0;
    padding: 20px;
    border: 1px Solid #86868b66;
    border-radius: 10px;
    justify-content: space-between;
    align-items: center;
  }

  .text h3 {
    margin: 0px;
    text-transform: uppercase;
  }

  .text button {
    text-decoration: underline;
    font-size: 14px;
    margin: 1rem 0;
    outline: 0;
    background-color: transparent;
    padding: 0;
    border: 0 !important;
    text-align: left;
    font-family: Raleway, sans-serif;
    cursor: pointer;
  }

  .subtitle-text {
    padding: 0px 20px 0px 0px;
    border-right: 1px Solid #86868b66;
  }

  .maps {
    display: none;
    background-color: #fff;
    margin: 0;
    padding: 20px;
    border: 1px Solid #86868b66;
    border-radius: 10px;
    overflow: hidden;
  }

  .maps iframe {
    width: 348px;
    height: 112px;
  }

  .phone-location {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    grid-gap: 1rem;
    gap: 1rem;
  }

  .phone-text h4 {
    margin: 0;
    font-family: Raleway, sans-serif;
    font-size: 14px;
    color: #141416;
  }

  .phone-text p {
    font-size: 14px;
    margin: 0 0 10px;
  }

  .phone-text p {
    text-decoration: underline;
  }

  .phone-text a {
    display: none;
  }

  #modal-detalle {
    backdrop-filter: blur(0px) !important;
    background-color: rgba(0, 0, 0, 0.8) !important;
  }

  .contenido-detalle {
    min-height: calc(100% - 70px) !important;
    padding: 15px;
  }

  .ProductCustomization_product-customization__title__ {
    padding: 0;
  }

  .ProductCustomizationForm_product-customization-form__ {
    padding-inline: 0;
  }
  
  .ProductCustomization_product-customization__ {
    --cds-spacing-inline-bottom-md: 100px;
    margin-bottom: var(--cds-spacing-inline-bottom-md);
  }
  
  .ProductCustomization_product-customization__ {
  margin-top: 0;
  }
  
  .ProductInformation_product-information__divider__1Whi8 {
  border-top: none;
  }
  
  .ProductCustomization_product-customization__ {
  display: flex;
  }
  
  .--banner--box--slider-inner {
    background-color: #fff;
  }
  
  .products-home {
    background-color: #fff;
  }
}
