@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700,900");
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/** Media Queries **/
html {
  font-size: 62.5%;
  box-sizing: border-box;
}

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

body {
  font-family: "Poppins", sans-serif;
  font-size: 1.6rem;
  line-height: 1.8;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

main {
  flex: 1;
}

p {
  color: #000000;
  font-size: 2rem;
}

.container {
  width: 95%;
  max-width: 120rem;
  margin: 0 auto;
}

a {
  text-decoration: none;
}

img,
picture {
  width: 100%;
  display: block;
}

h1, h2, h3 {
  font-family: "Poppins", sans-serif;
  margin: 2.5rem 0;
  font-weight: 300;
  text-align: center;
}

h1 {
  font-size: 3.8rem;
}

h2 {
  font-size: 3.4rem;
}

h3 {
  font-size: 3rem;
}

h4 {
  font-size: 2.6rem;
}

.section {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.centered-content {
  max-width: 80rem;
}

.flex-centered {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.align-right {
  display: flex;
  justify-content: flex-end;
}

.button-dark-gray {
  background-color: #181B1D;
  color: #FFFFFF;
  font-weight: 700;
  text-decoration: none;
  padding: 1rem 3rem;
  text-align: center;
  margin-top: 2.5rem;
  display: inline-block;
  border: none;
}
.button-dark-gray:hover {
  background-color: rgb(12.4528301887, 14.0094339623, 15.0471698113);
  cursor: pointer;
}

.button-dark-gray-block {
  background-color: #181B1D;
  color: #FFFFFF;
  font-weight: 700;
  text-decoration: none;
  padding: 1rem 3rem;
  text-align: center;
  margin-top: 2.5rem;
  display: block;
  border: none;
  min-width: 25rem;
}
.button-dark-gray-block:hover {
  background-color: rgb(12.4528301887, 14.0094339623, 15.0471698113);
  cursor: pointer;
}

.button-dark-gray-block-table {
  background-color: #181B1D;
  color: #FFFFFF;
  font-weight: 700;
  text-decoration: none;
  padding: 1rem 3rem;
  text-align: center;
  margin-top: 0;
  display: block;
  border: none;
  min-width: 100%;
}
.button-dark-gray-block-table:hover {
  background-color: rgb(12.4528301887, 14.0094339623, 15.0471698113);
  cursor: pointer;
}

.button-green {
  background-color: #71B100;
  color: #FFFFFF;
  font-weight: 700;
  text-decoration: none;
  padding: 1rem 3rem;
  text-align: center;
  margin-top: 2.5rem;
  display: inline-block;
  border: none;
}
.button-green:hover {
  background-color: rgb(96.7203389831, 151.5, 0);
  cursor: pointer;
}

.button-green-block {
  background-color: #71B100;
  color: #FFFFFF;
  font-weight: 700;
  text-decoration: none;
  padding: 1rem 3rem;
  text-align: center;
  margin-top: 2.5rem;
  display: block;
  border: none;
}
.button-green-block:hover {
  background-color: rgb(96.7203389831, 151.5, 0);
  cursor: pointer;
}

.button-red {
  background-color: rgb(189, 7, 7);
  color: #FFFFFF;
  font-weight: 700;
  text-decoration: none;
  padding: 1rem 3rem;
  text-align: center;
  margin-top: 2.5rem;
  display: inline-block;
  border: none;
}
.button-red:hover {
  background-color: rgb(164.4107142857, 6.0892857143, 6.0892857143);
  cursor: pointer;
}

.button-red-block {
  background-color: rgb(189, 7, 7);
  color: #FFFFFF;
  font-weight: 700;
  text-decoration: none;
  padding: 1rem 3rem;
  text-align: center;
  margin-top: 2.5rem;
  display: block;
  border: none;
  min-width: 25rem;
}
.button-red-block:hover {
  background-color: rgb(164.4107142857, 6.0892857143, 6.0892857143);
  cursor: pointer;
}

.button-red-block-table {
  background-color: rgb(189, 7, 7);
  color: #FFFFFF;
  font-weight: 700;
  text-decoration: none;
  padding: 1rem 3rem;
  text-align: center;
  margin-top: 0;
  display: block;
  border: none;
  min-width: 100%;
}
.button-red-block-table:hover {
  background-color: rgb(164.4107142857, 6.0892857143, 6.0892857143);
  cursor: pointer;
}

.dark-mode {
  background-color: rgb(0.9056603774, 1.0188679245, 1.0943396226);
}
.dark-mode p {
  color: #FFFFFF;
}
.dark-mode a, .dark-mode h1, .dark-mode h2, .dark-mode h3, .dark-mode h4 {
  color: #999999;
}
.dark-mode .ad {
  background-color: #181B1D;
  border: 1px solid #181B1D;
}
.dark-mode .ad .price {
  color: #71B100;
}
.dark-mode .ad-icon {
  filter: invert(100);
}
.dark-mode .us-text {
  color: #FFFFFF;
}
.dark-mode .form label, .dark-mode .form legend, .dark-mode .form p {
  color: #999999;
}
.dark-mode .form input:not([type=submit]),
.dark-mode .form textarea,
.dark-mode .form select {
  background-color: #181B1D;
  border: 1px solid #181B1D;
  color: #FFFFFF;
}

/* UI */
.no-webp .header.main {
  background-image: url("../img/header.png");
}

.webp .header.main {
  background-image: url("../img/header.webp");
}

.header {
  background-color: #181B1D;
  padding: 1rem 0 3rem 0;
}
.header.main {
  background-position: center center;
  background-size: cover;
  position: relative;
  color: #fff;
  overflow: hidden;
}
@media (min-width: 768px) {
  .header.main {
    min-height: 70rem;
  }
}
@media (min-width: 768px) {
  .header.main .header-content {
    min-height: 70rem;
  }
}
.header.main::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 0;
}
.header.main .bar,
.header.main .hero,
.header.main .header-content {
  position: relative;
  z-index: 1;
}

.header-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.header-content h1 {
  text-align: left;
  color: #FFFFFF;
  font-weight: 700;
  line-height: 2;
  max-width: 85rem;
}
.header-content .header-logo {
  width: 30rem;
}

.header-right {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
  .header-right {
    align-items: flex-end;
    flex-direction: column-reverse;
  }
}
.header-right .dark-mode-button {
  width: 3rem;
  margin-top: 3rem;
  margin-bottom: 3rem;
  filter: invert(100);
}
.header-right .dark-mode-button:hover {
  cursor: pointer;
}
@media (min-width: 768px) {
  .header-right .dark-mode-button {
    margin-top: 0;
  }
}

.bar {
  display: flex;
  flex-direction: column;
  padding-top: 3rem;
  align-items: center;
}
@media (min-width: 768px) {
  .bar {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
  }
}

.navigation {
  visibility: hidden;
  opacity: 0;
  height: 0;
  transition: visibility 0.2s ease-in-out, opacity 0.2s linear;
}
@media (min-width: 768px) {
  .navigation {
    display: flex;
    align-items: center;
    opacity: 1;
    visibility: visible;
    height: auto;
  }
}
.navigation a {
  color: #FFFFFF;
  text-decoration: none;
  font-size: 2.2rem;
  display: block;
  text-align: center;
}
@media (min-width: 768px) {
  .navigation a {
    margin-right: 2rem;
    font-size: 1.8rem;
  }
  .navigation a:last-of-type {
    margin-right: 0;
  }
}

/* Responsive menu */
.mobile-menu:hover {
  cursor: pointer;
}
@media (min-width: 768px) {
  .mobile-menu {
    display: none;
  }
}
.mobile-menu img {
  width: 5rem;
}

.show {
  visibility: visible;
  opacity: 1;
  height: auto;
}

@media (min-width: 768px) {
  .us-icons {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(3, 1fr);
  }
}

.icon {
  text-align: center;
}
.icon img {
  height: 10rem;
}
.icon h3 {
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .ads-container {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(3, 1fr);
  }
}
.ad {
  background-color: rgb(165.75, 165.75, 165.75);
  border: 1px solid rgb(127.5, 127.5, 127.5);
  margin-bottom: 2rem;
}
.ad .ad-content {
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.ad h3, .ad p {
  margin: 0;
}
.ad .description {
  height: 11rem;
  overflow: hidden;
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

.price {
  color: #71B100;
  font-weight: 700;
  font-size: 3rem;
}

.icons-specs {
  display: flex;
  list-style: none;
  padding: 0;
  max-width: 40rem;
}
.icons-specs li {
  flex: 1;
  display: flex;
}
.icons-specs li img {
  flex: 0 0 3rem;
  margin-right: 1rem;
}
.icons-specs li p {
  font-weight: #000000;
}

.no-webp .contact-image {
  background-image: url("../img/encuentra.jpg");
}

.webp .contact-image {
  background-image: url("../img/encuentra.webp");
}

.contact-image {
  background-position: center center;
  background-size: cover;
  padding: 10rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.contact-image h2 {
  font-size: 4rem;
  font-weight: 900;
  color: #FFFFFF;
}
.contact-image p {
  font-size: 1.8rem;
  color: #FFFFFF;
  width: 32rem;
}
@media (min-width: 768px) {
  .contact-image p {
    width: auto;
  }
}

@media (min-width: 768px) {
  .lower-section {
    display: grid;
    grid-template-columns: 2fr 1fr;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
.blog-entry {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .blog-entry {
    display: grid;
    grid-template-columns: 1fr 2fr;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
.blog-entry:last-of-type {
  margin-bottom: 0;
}

.meta-inf span {
  color: #181B1D;
}

.entry-text a {
  color: #000000;
  margin-top: 2rem;
  display: block;
}
@media (min-width: 768px) {
  .entry-text a {
    margin-top: 0;
  }
}
.entry-text h4 {
  margin: 0;
  line-height: 1.4;
}
.entry-text h4::after {
  content: "";
  display: block;
  width: 15rem;
  height: 0.5rem;
  background-color: #71B100;
  margin-top: 1rem;
}

.testimony {
  background-color: #71B100;
  font-size: 2.4rem;
  padding: 2rem;
  color: #FFFFFF;
  border-radius: 2rem;
}
.testimony blockquote {
  position: relative;
  padding-left: 5rem;
}
.testimony blockquote::before {
  position: absolute;
  left: -2rem;
  content: "";
  background-image: url(../img/comilla.svg);
  background-repeat: no-repeat;
  width: 6rem;
  height: 8rem;
  display: block;
}
.testimony p {
  text-align: right;
  color: #FFFFFF;
}

.footer {
  padding: 2.5rem 0;
  background-color: #181B1D;
  margin-bottom: 0;
}
.footer .footer-container {
  padding: 2.5rem;
}
.footer .navigation {
  visibility: visible;
  opacity: 1;
  height: auto;
}
.footer .copyright {
  color: #FFFFFF;
  text-align: center;
}
.footer .socials {
  margin-top: 1rem;
  display: flex;
  gap: 1rem;
  justify-content: center;
  color: #FFFFFF;
}
@media (min-width: 768px) {
  .footer .socials {
    justify-content: flex-start;
  }
}
.footer .socials .social-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  padding: 0.6rem 1rem;
  border-radius: 0.5rem;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  text-decoration: none;
  transition: transform 0.15s ease, opacity 0.15s ease;
  font-size: 1.4rem;
}
.footer .socials .social-btn svg {
  width: 1.6em;
  height: 1.6em;
  display: block;
}
.footer .socials .social-btn svg path, .footer .socials .social-btn svg circle, .footer .socials .social-btn svg rect, .footer .socials .social-btn svg polygon, .footer .socials .social-btn svg line {
  fill: currentColor;
  stroke: currentColor;
}
.footer .socials .social-btn:hover {
  opacity: 0.9;
  transform: translateY(-1px);
}

.form p {
  font-size: 1.4rem;
  color: #181B1D;
}
.form legend {
  font-size: 2rem;
  color: #181B1D;
}
.form label {
  font-weight: 700;
  text-transform: uppercase;
  display: block;
}
.form input:not([type=submit]),
.form textarea,
.form select {
  padding: 1rem;
  display: block;
  width: 100%;
  background-color: #FFFFFF;
  border: 1px solid #999999;
  border-radius: 1rem;
  margin-bottom: 2rem;
}
.form textarea {
  height: 15rem;
}
.form .contact-form {
  max-width: 30rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.form input[type=radio] {
  margin: 0;
  width: auto;
}

.contact .section__head {
  text-align: center;
  margin-bottom: 1.25rem;
}

.form fieldset {
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 0.75rem;
  padding: 1rem;
  margin-bottom: 1rem;
  background: #fff;
}

.form legend {
  font-weight: 700;
  padding: 0 0.5rem;
}

.form label {
  display: grid;
  gap: 0.35rem;
  font-weight: 600;
}

.form input, .form select {
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.5rem;
  padding: 0.5rem 0.6rem;
  font: inherit;
}

.grid-2 {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-3 {
  display: grid;
  gap: 0.75rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-4 {
  display: grid;
  gap: 0.75rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

@media (max-width: 900px) {
  .grid-2, .grid-3, .grid-4 {
    grid-template-columns: 1fr;
  }
}
.block {
  margin: 0.75rem 0 1rem;
}

.block h3 {
  margin: 0.25rem 0 0.5rem;
}

.block h4 {
  margin: 0.5rem 0 0.25rem;
  opacity: 0.85;
}

.alert {
  border-radius: 0.6rem;
  padding: 0.8rem 1rem;
  margin-bottom: 0.75rem;
}

.alert-error {
  background: #ffd6d6;
  border: 1px solid #ffd6d6;
}

.alert-success {
  background: #cfeeda;
  border: 1px solid #cfeeda;
}

.estimate {
  display: flex;
  gap: 0.5rem;
  align-items: baseline;
  justify-content: flex-end;
  font-size: 1.2rem;
  margin: 0.5rem 0 1rem;
}

.estimate strong {
  font-size: 1.6rem;
  color: #11a63a;
}

.actions {
  display: flex;
  justify-content: flex-end;
}

/* botón clickeable */
.btn, .button, button, input[type=submit] {
  cursor: pointer;
}

/* estado de carga en el botón */
.btn.is-loading {
  position: relative;
  pointer-events: none;
  opacity: 0.9;
}

.btn.is-loading::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  width: 1.15em;
  height: 1.15em;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.55);
  border-top-color: #fff;
  transform: translateY(-50%);
  animation: spin 0.8s linear infinite;
}

/* overlay de envío */
/* Personal: checkbox + label en una sola línea y centrados */
.contact .checks-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
}

.contact .chk,
.contact .chk label {
  display: inline-flex !important;
  align-items: center;
  gap: 0.6rem;
  margin: 0;
}

.contact .chk input[type=checkbox] {
  margin: 0;
  position: relative;
  top: 0;
}

/* Cristalería / Vajilla y cubertería: checkbox a la izq, texto a la der */
.contact .check-item,
.contact .check-item label {
  display: inline-flex !important;
  align-items: center;
  gap: 0.6rem;
}

.contact .check-item input[type=checkbox] {
  flex: 0 0 auto;
  margin: 0;
  transform: none;
}

/* Alinear checkbox + texto en “Personal” */
.contact .checks-row .chk {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

/* Card de selección (Cristalería / Vajilla y cubertería) */
.form .grid-3 .check-item,
.form .grid-2 .check-item {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  align-items: center;
  gap: 0.35rem 0.6rem;
  padding: 0.45rem 0.6rem;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 0.6rem;
  background: #fff;
  min-width: 0;
}

.check-item input[type=checkbox] {
  grid-row: 1/span 2;
  transform: translateY(1px);
}

.check-item {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.4rem 0.6rem;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 0.5rem;
  background: #fff;
}
.check-item input[type=checkbox] {
  width: 18px;
  height: 18px;
  accent-color: #0a9c36;
  flex-shrink: 0;
}
.check-item span {
  flex: 1;
  font-weight: 600;
  font-size: 1.4rem;
  color: #222;
  line-height: 1.3;
}

.check-item .ci-title {
  grid-column: 2;
  font-weight: 600;
  text-transform: none;
  line-height: 1.2;
  word-break: break-word;
}

.check-item .ci-price {
  grid-column: 2;
  font-weight: 700;
  color: #11a63a;
  white-space: nowrap;
  margin-top: 0.15rem;
  font-size: 1.35rem;
}

/* Evitar que la regla general de label rompa el layout de estos “cards” */
.form label.check-item {
  display: grid;
  text-transform: none;
  gap: 0.35rem;
}

/* Landing overview */
.landing {
  display: grid;
  gap: 4rem;
}

/* HERO (dentro del header.main) */
.header.main {
  color: #fff;
}
.header.main .hero {
  padding: 6rem 0 5rem;
  text-align: center;
}
.header.main .hero__subtitle {
  max-width: 60ch;
  margin: 0.5rem auto 1.5rem;
  opacity: 0.9;
}
.header.main .hero__ctas {
  display: inline-flex;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
}

/* Píldoras intro (3) */
.landing__intro {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media (max-width: 900px) {
  .landing__intro {
    grid-template-columns: 1fr;
  }
}

.pill {
  display: grid;
  background: #fff;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  text-decoration: none;
  color: inherit;
}
.pill img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
.pill__body {
  padding: 1.25rem;
}
.pill__body h3 {
  margin: 0 0 0.5rem;
}
.pill__body p {
  margin: 0 0 1rem;
}
.pill:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease;
}

/* ===== Utensilios (banda informativa) ===== */
.landing__utensilios {
  display: grid;
  gap: 1.25rem;
  align-items: center;
  grid-template-columns: 1fr;
  margin: 1.75rem 0 2rem;
  padding: 1rem;
  background: #fff;
  border-radius: 1rem;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}
@media (min-width: 900px) {
  .landing__utensilios {
    grid-template-columns: 1.1fr 1fr; /* imagen a la izq, texto a la der */
    padding: 1.25rem 1.25rem 1.25rem 1rem;
  }
}
.landing__utensilios .utensilios__media {
  border-radius: 1rem;
  overflow: hidden;
}
.landing__utensilios .utensilios__media picture, .landing__utensilios .utensilios__media img {
  display: block;
  width: 100%;
  height: clamp(220px, 38vw, 360px);
  -o-object-fit: cover;
     object-fit: cover;
}
.landing__utensilios .utensilios__content {
  padding: 0.25rem 0.5rem;
}
.landing__utensilios .utensilios__content header h2 {
  margin: 0 0 0.35rem;
  line-height: 1.15;
}
.landing__utensilios .utensilios__content header p {
  margin: 0 0 0.6rem;
  opacity: 0.92;
}
.landing__utensilios .utensilios__content .bullets {
  margin: 0 0 0.9rem;
  padding-left: 1.2rem;
}
.landing__utensilios .utensilios__content .bullets li {
  list-style: disc;
  margin: 0.35rem 0;
  line-height: 1.5;
}
.landing__utensilios .utensilios__content .utensilios__cta {
  margin-top: 0.25rem;
}

/* Cards paquetes */
.landing__packages .section__head {
  text-align: center;
  margin-bottom: 1.5rem;
  color: #fff;
}
.landing__packages .section__head p {
  color: #fff;
}

.cards {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media (max-width: 900px) {
  .cards {
    grid-template-columns: 1fr;
  }
}

.card {
  background: #fff;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  display: flex;
  flex-direction: column;
}
.card__media img {
  width: 100%;
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
}
.card__body {
  padding: 1rem 1.25rem 1.25rem;
}
.card .bullets {
  margin: 0.5rem 0 1rem;
  padding-left: 1.1rem;
}
.card .bullets li {
  list-style: disc;
  margin: 0.2rem 0;
}

/* Cobertura + pasos + políticas */
.landing__how .how {
  background: #f8f8f8;
  border-radius: 1rem;
  padding: 1.5rem;
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media (max-width: 900px) {
  .landing__how .how {
    grid-template-columns: 1fr;
  }
}

.how__block {
  background: #fff;
  border-radius: 0.75rem;
  padding: 1rem 1.25rem;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.04);
}
.how__block h3 {
  margin-top: 0;
}
.how__block p {
  font-size: 1.8rem;
}
.how__block .steps {
  counter-reset: s;
  margin: 0.5rem 0 0;
  padding: 0;
}
.how__block .steps li {
  list-style: none;
  margin: 0.25rem 0 0.25rem 0;
  position: relative;
  padding-left: 2rem;
}
.how__block .steps li::before {
  counter-increment: s;
  content: counter(s) ".-";
  position: absolute;
  left: 0;
  top: 0;
  width: 1.4rem;
  height: 1.4rem;
  padding-right: 1rem;
  text-align: center;
  font-weight: 700;
}
.how__block .bullets {
  padding-left: 1.1rem;
}
.how__block .bullets li {
  list-style: disc;
}

/* CTA ancho */
.landing__cta .cta {
  text-align: center;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.05), transparent);
  border-radius: 1rem;
  padding: 2rem 1rem;
}
.landing__cta .cta .cta__actions {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 1rem;
}

/* Enlaces y botones auxiliares */
.link-arrow {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-weight: 700;
  color: #333;
  text-decoration: none;
}
.link-arrow::after {
  content: "→";
}

/* Botones (hereda de tu sistema; fallback rápido) */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 1rem;
  border-radius: 0.75rem;
  border: 1px solid transparent;
  text-decoration: none;
  font-weight: 600;
  line-height: 1;
}
.btn-primary {
  background: #111;
  color: #fff;
}
.btn-outline {
  background: transparent;
  border-color: #111;
  color: #111;
}
.btn-light {
  background: #f4f4f4;
  color: #111;
}

/* Sección de paquetes con imagen de fondo */
.landing__packages--drinks {
  position: relative;
  color: #fff;
  padding: 3rem 0;
  background: url("/build/img/drinks2.jpg") center/cover no-repeat;
  overflow: hidden;
  /* Overlay para oscurecer la foto */
  /* Lista de bullets amplia, en columnas responsivas si tienes muchos ítems */
}
.landing__packages--drinks::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 0;
  pointer-events: none;
}
.landing__packages--drinks .landing__packages__inner {
  position: relative;
  z-index: 1;
}
.landing__packages--drinks .section__head {
  text-align: center;
  margin-bottom: 1.25rem;
}
.landing__packages--drinks .section__head h2 {
  margin-bottom: 0.25rem;
}
.landing__packages--drinks .section__head p {
  opacity: 0.95;
}
.landing__packages--drinks .bullets--wide {
  width: -moz-fit-content;
  width: fit-content;
  -moz-columns: 2;
       columns: 2; /* divide en 2 columnas en desktop */
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  padding-left: 1.2rem;
  margin: 1rem auto 1.5rem;
  justify-content: center;
  align-items: center;
}
@media (max-width: 900px) {
  .landing__packages--drinks .bullets--wide {
    -moz-columns: 1;
         columns: 1;
  }
}
.landing__packages--drinks .bullets--wide li {
  max-width: -moz-fit-content;
  max-width: fit-content;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  list-style: disc;
  margin: 0.35rem 0;
}
.landing__packages--drinks .packages__cta {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 0.5rem;
}
.landing__packages--drinks .packages__cta .btn-light {
  background: rgba(255, 255, 255, 0.9);
  color: #111;
  border-color: transparent;
}
.landing__packages--drinks .packages__cta .btn-outline {
  border-color: #fff;
  color: #fff;
  background: transparent;
}

.muted {
  opacity: 0.85;
}

.catalogs .section__head {
  text-align: center;
  margin-bottom: 2rem;
}
.catalogs .section__head h1 {
  margin-bottom: 0.25rem;
}
.catalogs .section__head p {
  opacity: 0.9;
}

.catalogs-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .catalogs-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

/* Centrar el último ítem cuando es el 1.º de la fila (caso 4, 7, 10, ...) */
@media (min-width: 768px) {
  .catalogs-grid > .catalog-card:nth-last-child(1):nth-child(3n+1) {
    grid-column: 2;
  }
}
.catalog-card {
  position: relative;
  display: block;
  border-radius: 1.25rem;
  overflow: hidden;
  text-decoration: none;
  color: #FFFFFF;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
  /* overlay con degradado */
  /* Hover */
}
.catalog-card picture, .catalog-card img {
  display: block;
  width: 100%;
  height: 340px;
  -o-object-fit: cover;
     object-fit: cover;
}
.catalog-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.55) 100%);
  z-index: 0;
}
.catalog-card__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: grid;
  align-content: end;
  padding: 1.25rem 1.25rem 1.5rem;
}
.catalog-card__overlay h2 {
  margin: 0 0 0.35rem;
  line-height: 1.1;
}
.catalog-card__overlay p {
  margin: 0 0 0.9rem;
  opacity: 0.95;
  color: #FFFFFF;
}
.catalog-card__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 700;
  color: #FFFFFF;
  text-decoration: none;
}
.catalog-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 44px rgba(0, 0, 0, 0.16);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.back-row {
  margin: 0 0 1rem;
}

.back-row--bottom {
  margin-top: 1rem;
}

.back-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 1.5rem;
  font-weight: 600;
  color: #333;
  text-decoration: none;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 0.5rem;
  padding: 0.45rem 0.8rem;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.back-link:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
}

.personal-catalog .section__head {
  text-align: center;
  margin-bottom: 2rem;
}
.personal-catalog .section__head .lead {
  opacity: 0.9;
  max-width: 70ch;
  margin: 0.25rem auto 0;
  text-wrap: pretty;
}
.personal-catalog .muted {
  opacity: 0.8;
}
.personal-catalog .small {
  font-size: 1.4rem;
}

/* UNIFORMES */
.uniformes-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  justify-content: center;
}

/* Cada card ocupa ~la mitad en desktop, full en mobile.
   El clamp evita que sean demasiado angostas o anchas */
.uniform-card {
  flex: 1 1 clamp(320px, 42%, 560px);
  max-width: 680px;
  min-width: 320px;
  background: #fff;
  border-radius: 1rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  overflow: hidden;
}
.uniform-card__head {
  padding: 1rem 1.25rem 0.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.uniform-card__head h3 {
  margin: 0;
}
.uniform-card__body {
  display: grid;
  grid-template-columns: 1fr 300px;
  padding: 1.25rem;
}
@media (max-width: 900px) {
  .uniform-card__body {
    grid-template-columns: 1fr;
  }
}
.uniform-card__left {
  display: flex;
  justify-content: center;
  align-items: center;
}
.uniform-card__left .bullets {
  padding-left: 1.5rem;
}
.uniform-card__left .bullets li {
  list-style: disc;
  margin: 0.6rem 0;
  font-size: 2.2rem;
  line-height: 1.45;
  font-weight: 600;
  color: #111;
}
.uniform-card__right {
  display: flex;
  align-items: center;
  justify-content: center;
}
.uniform-card__right picture, .uniform-card__right img {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 360px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 0.75rem;
}

/* KIT MESERO */
.kit-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  margin: 0 auto;
}
@media (min-width: 980px) {
  .kit-grid {
    max-width: calc(960px + 2rem);
  }
}

.kit-card {
  flex: 0 1 clamp(220px, 28vw, 320px);
  background: #fff;
  border-radius: 1rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  display: grid;
  grid-template-rows: 200px auto;
  text-align: center;
}
.kit-card__media picture, .kit-card__media img {
  width: 100%;
  height: 200px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.kit-card__body {
  padding: 0.75rem 1rem;
}
.kit-card__body h3 {
  margin: 0;
  font-size: 1.8rem;
}

/* LUGARES */
.lugares-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  margin: 0 auto;
}
@media (min-width: 1100px) {
  .lugares-grid {
    max-width: calc(1080px + 2rem);
  }
}

.lugar-card {
  flex: 0 1 clamp(280px, 30%, 360px);
  background: #fff;
  border-radius: 1rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  display: grid;
  grid-template-rows: 180px auto;
}
.lugar-card__media picture, .lugar-card__media img {
  width: 100%;
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.lugar-card__body {
  padding: 1rem 1.1rem 1.2rem;
}
.lugar-card__body h3 {
  margin: 0 0 0.5rem;
}
.lugar-card .price-list {
  margin: 0;
  padding: 0;
}
.lugar-card .price-list li {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px dashed rgba(0, 0, 0, 0.08);
  padding: 0.5rem 0;
}
.lugar-card .price-list li span {
  opacity: 0.9;
}
.lugar-card .price-list li strong {
  font-weight: 700;
}

.barras-catalog .muted {
  opacity: 0.8;
}

/* ===== HERO ===== */
.barras-hero {
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
  margin: 0 0 2rem;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
}
.barras-hero picture, .barras-hero img {
  display: block;
  width: 100%;
  height: clamp(200px, 35vw, 360px);
  -o-object-fit: cover;
     object-fit: cover;
}
.barras-hero__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 1.5rem 2rem;
  color: #fff;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.65) 100%);
}
.barras-hero__overlay h1 {
  margin: 0 0 0.25rem;
  font-size: clamp(2.4rem, 4vw, 3.4rem);
  line-height: 1.2;
}
.barras-hero__overlay p {
  margin: 0;
  font-size: 1.7rem;
  opacity: 0.95;
  color: #FFFFFF;
}

/* ======== PAQUETES ======== */
.paquetes-stack {
  display: block;
}

.paquete-card {
  max-width: 1100px;
  margin: 0 auto 1.25rem;
  background: #fff;
  border-radius: 1rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  overflow: hidden;
}
.paquete-card__head {
  padding: 1.2rem 1.4rem 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.paquete-card__head h2 {
  margin: 0 0 0.35rem;
  line-height: 1.15;
}
.paquete-card__head .price-pp {
  margin: 0;
}
.paquete-card__head .price-pp span {
  opacity: 0.85;
  margin-right: 0.25rem;
}
.paquete-card__head .price-pp strong {
  font-weight: 700;
}
.paquete-card__body {
  padding: 1.15rem 1.25rem 2rem;
}

/* ======== GRID de CATEGORÍAS ======== */
.cat-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  margin-top: 0.25rem;
}

.cat-card {
  flex: 0 1 clamp(260px, 30%, 360px);
  background: #fff;
  color: #111;
  border-radius: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.06);
  padding: 1rem 1.2rem;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.cat-card .cat-card__title {
  margin: 0 0 0.5rem;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.2;
}
.cat-card .cat-card__list {
  margin: 0;
  padding-left: 2rem;
}
.cat-card .cat-card__list li {
  list-style: disc;
  margin: 0.25rem 0;
  font-size: 1.8rem;
  line-height: 1.45;
}
.cat-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.1);
}
.cat-card.is-dark {
  background: #181B1D;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.08);
}
.cat-card.is-dark .cat-card__title {
  color: #fff;
}
.cat-card.is-dark .cat-card__list li {
  color: #fff;
}

/* Botón volver */
.back-row {
  margin: 0 0 1rem;
}

.back-row--bottom {
  margin-top: 1rem;
}

.back-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 1.5rem;
  font-weight: 600;
  color: #333;
  text-decoration: none;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 0.5rem;
  padding: 0.45rem 0.8rem;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.back-link:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
}

.cristaleria-catalog .muted {
  opacity: 0.8;
}
.cristaleria-catalog .small {
  font-size: 1.4rem;
}

/* ===== HERO ===== */
.cristaleria-hero {
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
  margin: 0 0 2rem;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
}
.cristaleria-hero picture, .cristaleria-hero img {
  display: block;
  width: 100%;
  height: clamp(200px, 35vw, 360px);
  -o-object-fit: cover;
     object-fit: cover;
}
.cristaleria-hero__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 1.5rem 2rem;
  color: #fff;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.65) 100%);
}
.cristaleria-hero__overlay h1 {
  margin: 0 0 0.25rem;
  font-size: clamp(2.4rem, 4vw, 3.4rem);
  line-height: 1.2;
}
.cristaleria-hero__overlay p {
  margin: 0;
  font-size: 1.7rem;
  opacity: 0.95;
  color: #FFFFFF;
}

/* ===== GRID ===== */
.cristaleria-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}

/* ===== CARD (extracto con el nuevo footer) ===== */
.cristal-card {
  flex: 0 1 clamp(230px, 30%, 320px);
  background: #fff;
  border-radius: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  display: grid;
  grid-template-rows: 200px auto;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
  /* Footer medida/precio uno al lado del otro */
}
.cristal-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.1);
}
.cristal-card__media {
  background: #fafafa;
  display: grid;
  place-items: center;
}
.cristal-card__media picture, .cristal-card__media img {
  display: block;
  width: 100%;
  height: 20rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.cristal-card__body {
  padding: 1rem 1.1rem 0.6rem;
}
.cristal-card__body h3 {
  margin: 0 0 0.6rem;
  font-size: 1.9rem;
  line-height: 1.2;
  text-align: center;
}
.cristal-card__footer {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: #fff; /* mismo fondo que el card */
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 0 0 1rem 1rem; /* respeta el redondeado */
  overflow: hidden; /* por si acaso */
  margin: 0.4rem -1.1rem 0; /* extiende el footer a lo ancho del card */
  padding: 0.6rem 0; /* aire vertical */
  /* Cuando no hay medida: 1 sola celda a todo el ancho */
}
.cristal-card__footer.single {
  grid-template-columns: 1fr;
}
.cristal-card__footer .cell {
  display: grid;
  grid-template-rows: auto auto;
  align-content: center;
  justify-items: center;
  padding: 0.4rem 0.6rem;
  /* separador vertical entre celdas */
}
.cristal-card__footer .cell + .cell {
  border-left: 1px solid rgba(0, 0, 0, 0.08);
}
.cristal-card__footer .cell .label {
  font-size: 1.1rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  opacity: 0.65;
  line-height: 1;
  margin-bottom: 0.15rem;
}
.cristal-card__footer .cell .value {
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 700;
}
.cristal-card__footer .cell--medida .value {
  font-weight: 600;
}
.cristal-card__footer .cell--precio .value {
  color: #11a63a; /* verde sobrio; cámbialo a tu $green si lo tienes */
}

/* Botón reutilizable “volver” */
.back-row {
  margin: 0 0 1rem;
}

.back-row--bottom {
  margin-top: 1rem;
}

.back-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 1.5rem;
  font-weight: 600;
  color: #333;
  text-decoration: none;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 0.5rem;
  padding: 0.45rem 0.8rem;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.back-link:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
}

/* Nota legal */
.legal {
  margin-top: 0.75rem;
}

.politicas .muted {
  opacity: 0.8;
}
.politicas .small {
  font-size: 1.4rem;
}

/* ===== Hero ===== */
.policies-hero {
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
  margin: 0 0 2rem;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
}
.policies-hero picture, .policies-hero img {
  display: block;
  width: 100%;
  height: clamp(220px, 36vw, 360px);
  -o-object-fit: cover;
     object-fit: cover;
}
.policies-hero__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.6rem 2rem;
  color: #fff;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.65) 100%);
}
.policies-hero__overlay h1 {
  margin: 0 0 0.25rem;
  font-size: clamp(2.4rem, 4vw, 3.6rem);
  line-height: 1.15;
}
.policies-hero__overlay p {
  margin: 0;
  font-size: 1.7rem;
  opacity: 0.95;
  color: #FFFFFF;
  text-align: center;
}

/* ===== Grid de tarjetas ===== */
.policies-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media (max-width: 1100px) {
  .policies-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 720px) {
  .policies-grid {
    grid-template-columns: 1fr;
  }
}

.policy-card {
  background: #fff;
  border-radius: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.06);
  padding: 1.2rem 1.25rem 1.3rem;
  /* acentos sutiles */
}
.policy-card h3 {
  margin: 0 0 0.6rem;
  font-size: 1.9rem;
  line-height: 1.2;
}
.policy-card ul {
  margin: 0;
  padding-left: 1.4rem;
}
.policy-card ul li {
  list-style: disc;
  margin: 0.4rem 0;
  line-height: 1.45;
  font-size: 1.55rem;
}
.policy-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.1);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.policies-note {
  margin-top: 0.75rem;
  text-align: center;
}

.about .muted {
  opacity: 0.8;
}
.about .section-head {
  margin-bottom: 1.2rem;
}
.about .section-head p {
  margin: 0.25rem auto 0;
  max-width: 70ch;
  color: #FFFFFF;
}

/* ===== Hero ===== */
.about-hero {
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
  margin: 0 0 2rem;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
}
.about-hero picture, .about-hero img {
  display: block;
  width: 100%;
  height: clamp(220px, 36vw, 380px);
  -o-object-fit: cover;
     object-fit: cover;
}
.about-hero__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.6rem 2rem;
  color: #fff;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.65) 100%);
}
.about-hero__overlay h1 {
  text-align: left;
  margin: 0 0 0.25rem;
  font-size: clamp(2.6rem, 4vw, 3.6rem);
  line-height: 1.15;
}
.about-hero__overlay p {
  margin: 0;
  font-size: 1.7rem;
  opacity: 0.95;
  color: #FFFFFF;
}

/* ===== Misión / Visión (dos tarjetas) ===== */
.about-duo {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (max-width: 900px) {
  .about-duo {
    grid-template-columns: 1fr;
  }
}
.about-duo .about-card {
  background: #fff;
  border-radius: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.06);
  padding: 1.2rem 1.25rem 1.3rem;
}
.about-duo .about-card h2 {
  margin: 0 0 0.55rem;
}
.about-duo .about-card p {
  margin: 0;
  line-height: 1.6;
}

/* ===== Valores (grid de 4, alternando claro/oscuro) ===== */
.about-values {
  margin-top: 1.25rem;
}
.about-values .values-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
@media (max-width: 1200px) {
  .about-values .values-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 900px) {
  .about-values .values-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 580px) {
  .about-values .values-grid {
    grid-template-columns: 1fr;
  }
}
.about-values .value-card {
  background: #fff;
  color: #111;
  border-radius: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.06);
  padding: 1rem 1.15rem;
}
.about-values .value-card h3 {
  margin: 0 0 0.45rem;
}
.about-values .value-card p {
  margin: 0;
  line-height: 1.55;
}
.about-values .value-card.is-dark {
  background: #222; /* o $darkGray si lo tienes */
  color: #fff;
  border-color: rgba(255, 255, 255, 0.08);
}
.about-values .value-card.is-dark h3, .about-values .value-card.is-dark p {
  color: #fff;
}

/* ===== Historia (timeline) ===== */
.about-history {
  margin-top: 1.4rem;
}
.about-history .timeline {
  position: relative;
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
  /* línea central */
}
.about-history .timeline::before {
  content: "";
  position: absolute;
  left: 1.1rem;
  top: 0.25rem;
  bottom: 0.25rem;
  width: 2px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.12));
}
.about-history .timeline li {
  position: relative;
  margin-left: 3rem; /* espacio para la línea y el punto */
}
.about-history .timeline li .dot {
  position: absolute;
  left: -2rem;
  top: 0.35rem;
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: #222; /* o $darkGray */
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.06);
}
.about-history .timeline li .tl-box {
  background: #fff;
  border-radius: 0.9rem;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.06);
  padding: 0.9rem 1.05rem;
  margin: 0 0 0.9rem;
}
.about-history .timeline li .tl-box h4 {
  margin: 0 0 0.35rem;
}
.about-history .timeline li .tl-box p {
  margin: 0;
  line-height: 1.6;
}
.about-history .timeline li .tl-box em {
  font-style: italic;
}

.utensilios-catalog .muted {
  opacity: 0.8;
}
.utensilios-catalog .small {
  font-size: 1.4rem;
}
.utensilios-catalog .section__head {
  text-align: center;
  margin-bottom: 1rem;
}

.utensilios-hero {
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
  margin: 0 0 2rem;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
}
.utensilios-hero picture, .utensilios-hero img {
  display: block;
  width: 100%;
  height: clamp(200px, 35vw, 360px);
  -o-object-fit: cover;
     object-fit: cover;
}
.utensilios-hero__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.5rem 2rem;
  color: #fff;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.65) 100%);
}
.utensilios-hero__overlay h1 {
  margin: 0 0 0.25rem;
  font-size: clamp(2.4rem, 4vw, 3.4rem);
  text-align: left;
}
.utensilios-hero__overlay p {
  margin: 0;
  font-size: 1.7rem;
  opacity: 0.95;
  color: #FFFFFF;
}

.ut-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}

.ut-card {
  flex: 0 1 clamp(240px, 30%, 320px);
  background: #fff;
  border-radius: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  display: grid;
  grid-template-rows: 200px auto;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.ut-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.1);
}
.ut-card__media {
  background: #fafafa;
  display: grid;
  place-items: center;
}
.ut-card__media picture, .ut-card__media img {
  display: block;
  width: 100%;
  height: 200px;
  -o-object-fit: contain;
     object-fit: contain;
}
.ut-card__body {
  padding: 1rem 1.1rem 0.6rem;
}
.ut-card h3 {
  margin: 0 0 0.6rem;
  font-size: 1.8rem;
  line-height: 1.2;
  text-align: center;
}
.ut-card__footer {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 0 0 1rem 1rem;
  overflow: hidden;
  margin: 0.4rem -1.1rem 0;
  padding: 0.6rem 0;
}
.ut-card__footer.single {
  grid-template-columns: 1fr;
}
.ut-card__footer .cell {
  display: grid;
  grid-template-rows: auto auto;
  align-content: center;
  justify-items: center;
  padding: 0.4rem 0.6rem;
}
.ut-card__footer .cell + .cell {
  border-left: 1px solid rgba(0, 0, 0, 0.08);
}
.ut-card__footer .cell .label {
  font-size: 1.1rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  opacity: 0.65;
  line-height: 1;
  margin-bottom: 0.15rem;
}
.ut-card__footer .cell .value {
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 700;
}
.ut-card__footer .cell--precio .value {
  color: #11a63a;
}

.cutlery-stage {
  display: grid;
  gap: 3rem;
  grid-auto-rows: min-content;
  justify-items: center;
}

.cutlery-showcase {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 1rem;
  align-items: center;
  width: min(1100px, 100%);
  margin: 0 auto;
}

.cs-left, .cs-right {
  min-width: 0;
}

.cs-main {
  border-radius: 2rem;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
  background: #0a0a0a;
}
.cs-main picture, .cs-main img {
  display: block;
  width: 100%;
  height: clamp(200px, 28vw, 320px);
  -o-object-fit: cover;
     object-fit: cover;
}

.cs-right {
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 0.75rem;
  justify-items: center;
}

.cs-pill {
  display: inline-block;
  padding: 0.45rem 1rem;
  border-radius: 999px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: none;
  color: #222;
  text-align: center;
}

.cs-side {
  border-radius: 1.25rem;
  overflow: hidden;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.1);
  background: #0a0a0a;
  width: min(280px, 100%);
}
.cs-side picture, .cs-side img {
  display: block;
  width: 100%;
  height: clamp(160px, 22vw, 260px);
  -o-object-fit: cover;
     object-fit: cover;
}

.cs-price {
  margin-top: 0.25rem;
  display: inline-grid;
  grid-template-rows: auto auto;
  justify-items: center;
  gap: 0.15rem;
  padding: 0.55rem 0.9rem;
  border-radius: 0.75rem;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
}
.cs-price .label {
  font-size: 1.1rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  opacity: 0.65;
  line-height: 1;
}
.cs-price .value {
  font-size: 1.65rem;
  font-weight: 800;
  color: #11a63a;
  line-height: 1.1;
}

/* móvil: pill y precio arriba; imágenes abajo */
@media (max-width: 900px) {
  .cutlery-showcase {
    grid-template-columns: 1fr;
    grid-template-areas: "pill" "price" "main" "side";
    gap: 0.75rem;
  }
  .cs-right {
    display: contents;
  }
  .cs-pill {
    grid-area: pill;
    justify-self: center;
  }
  .cs-price {
    grid-area: price;
    justify-self: center;
  }
  .cs-left {
    grid-area: main;
  }
  .cs-side {
    grid-area: side;
    justify-self: center;
  }
  .cs-main picture, .cs-main img {
    height: clamp(180px, 42vw, 300px);
  }
  .cs-side {
    width: min(360px, 92%);
  }
}
/* desktop: asegura el layout original */
@media (min-width: 901px) {
  .cutlery-showcase {
    grid-template-columns: 2fr 1fr;
    grid-template-areas: none;
  }
  .cs-right {
    display: grid;
    grid-template-rows: auto 1fr auto;
    justify-items: center;
    gap: 0.75rem;
  }
}
.back-row {
  margin: 0 0 1rem;
}

.back-row--bottom {
  margin-top: 1rem;
}

.back-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 1.5rem;
  font-weight: 600;
  color: #333;
  text-decoration: none;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 0.5rem;
  padding: 0.45rem 0.8rem;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.back-link:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
}

.legal {
  margin-top: 0.75rem;
}

/* internal pages*/
@media (min-width: 768px) {
  .us-content {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(2, 1fr);
  }
}

.us-text blockquote {
  font-weight: 900;
  font-size: 2.2rem;
  margin: 3rem 0 0 0;
  padding-left: 1rem 0 3rem 0;
}
@media (min-width: 768px) {
  .us-text blockquote {
    margin: 0;
  }
}

.alert {
  padding: 0.5rem;
  text-align: center;
  color: #FFFFFF;
  font-weight: 700;
  text-transform: uppercase;
  margin: 1rem 0;
}
.alert.error {
  background-color: rgb(189, 7, 7);
}
.alert.success {
  background-color: #71B100;
}

.table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 2rem;
  font-size: 1.6rem;
  background-color: #FFFFFF;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  border-radius: 1rem;
  overflow: hidden;
}
.table thead {
  background-color: #181B1D;
  color: #FFFFFF;
}
.table thead th {
  padding: 1.5rem;
  text-align: left;
  font-weight: 700;
  font-size: 1.4rem;
  letter-spacing: 0.05rem;
}
.table tbody tr {
  border-bottom: 1px solid rgb(242.25, 242.25, 242.25);
}
.table tbody tr:nth-child(even) {
  background-color: white;
}
.table tbody tr:hover {
  background-color: rgb(217.5762711864, 255, 151.5);
  transition: background-color 0.3s ease;
}
.table tbody tr td {
  padding: 1.5rem;
  vertical-align: middle;
}
.table tbody tr td:first-child {
  font-weight: 700;
  color: #71B100;
}
.table tbody tr td form {
  min-width: 100%;
}
.table tbody tr img {
  border-radius: 0.5rem;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

.table-buttons-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  padding: 1rem;
  height: 15rem;
}

.modal {
  font-size: 2rem;
}

.image-small {
  width: 20rem;
}
/*# sourceMappingURL=app.css.map */
