/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  scroll-behavior: smooth;
}

/* 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 */
  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;
}

html {
  box-sizing: border-box;
}

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

a {
  text-decoration: none;
  color: inherit;
}

ul {
  list-style: none;
}

.cabecera {
  background-color: #FFFBF3;
  height: 90dvh;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

@media (min-width: 480px) {
  .cabecera {
    height: 100dvh;
  }
}
.seccion1 {
  position: fixed;
  z-index: 3;
  top: 0;
  left: 0;
  background-color: rgba(255, 245, 238, 0.8);
  height: 100px;
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.seccion1 ul {
  display: flex;
  list-style: none;
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  justify-content: center;
}
.seccion1 #menu, .seccion1 .hamburguesa {
  display: none;
}

.contenedor-nav {
  display: flex;
  gap: 2rem;
  justify-content: space-around;
  font-family: "Quicksand", sans-serif;
  font-weight: bold;
}
.contenedor-nav li {
  transition: 200ms all ease;
}
.contenedor-nav li:hover {
  color: #FF00AA;
  font-weight: bolder;
}

.cerrar-menu {
  display: none;
}

.cerrar-menu-activo {
  display: flex;
}

@media (max-width: 480px) {
  .seccion1 {
    flex-direction: column;
    height: 150px;
    width: 100%;
  }
  .seccion1 .seccion1_part2 {
    display: none;
  }
  .hamburguesa {
    display: block !important;
    font-size: 2rem;
    cursor: pointer;
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 4;
  }
  #menu:checked ~ .seccion1_part2 {
    display: flex;
  }
  .navegador {
    position: fixed;
    inset: 0;
    background-color: #FFE4AA;
    display: flex;
    justify-content: center;
  }
  .contenedor-nav {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    height: 100%;
    width: 100%;
    max-width: 15rem;
    align-items: center;
    padding: 0;
  }
  .seccion1_part2 {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .seccion1_part2 .navegador {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0rem;
  }
  .cerrar-menu {
    z-index: 5;
    font-size: 2rem;
    font-weight: bold;
    cursor: pointer;
  }
}
.seccion1_part3 {
  position: relative;
  z-index: 1211;
}

@media (max-width: 480px) {
  .seccion1_part3 {
    margin-bottom: 0.4rem;
    transform: scale(0.7);
  }
}
.contador {
  position: absolute;
  font-family: "Fredoka", cursive;
  color: white;
  text-shadow: 1px 1px 2px black;
  outline: 3px solid #f1c100;
  top: -0.5rem;
  right: -0.5rem;
  width: 2rem;
  height: 2rem;
  background-color: #ffcc00;
  border-radius: 50%;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 2;
  transition: 300ms all;
  cursor: pointer;
}

.btn-carrito {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background: linear-gradient(135deg, #FF00AA 20%, #AC67F4 100%);
  color: white;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  padding: 0.8rem 1.5rem;
  border-radius: 2rem;
  width: 11rem;
  height: 3.1rem;
  cursor: pointer;
  box-shadow: 0px 0px 10px rgba(255, 0, 170, 0.456);
  transition: all 300ms ease-in-out;
}
.btn-carrito:hover {
  transform: scale(1.1);
  background-color: rgb(215.73, 0, 143.82);
}
.btn-carrito .trolley {
  width: 1.5rem;
  height: 1.5rem;
  object-fit: cover;
}

.btn-carrito:hover ~ .contador {
  transform: scale(1.1);
}

.seccion2 {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding-top: 10px;
  gap: 20px;
  height: 100%;
  width: 100%;
  background: linear-gradient(135deg, #FFD1E3 0%, #FFE4AA 35%, #fbd76a 60%, #D8B4FE 100%);
}
.seccion2 .sub-seccion1 {
  display: flex;
  flex-direction: column;
  padding: 1rem;
  width: 50%;
  justify-content: center;
}
.seccion2 .sub-seccion1 h1 {
  font-family: "Fredoka", cursive;
  font-size: 4rem;
  color: #FF00AA;
  margin-bottom: 1rem;
  -webkit-text-stroke: 1px #000000;
}
.seccion2 .sub-seccion1 h1 .destacado {
  color: #FFFBF3;
  text-shadow: 0px 0px 10px #d6ab00;
  border-bottom: 3px solid rgb(75, 75, 75);
}
.seccion2 .sub-seccion1 p {
  font-family: "Quicksand", sans-serif;
  font-size: 1.5rem;
  color: rgb(51, 51, 51);
  margin-bottom: 2rem;
}
.seccion2 .sub-seccion1 .subtitulo {
  background-color: #FFFBF3;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 12rem;
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  color: #FF00AA;
  height: 1.7rem;
  font-weight: bold;
  border-radius: 2rem;
  padding: 0.5rem;
  box-shadow: 0px 0px 1px #FF00AA;
}
.seccion2 .sub-seccion1 .subtitulo .star {
  width: 1.2rem;
  height: 1.2rem;
  margin-right: 0.5rem;
}
.seccion2 .sub-seccion1 .botonera {
  display: flex;
  gap: 1rem;
  margin-top: 2rem;
}
.seccion2 .sub-seccion1 .botonera .btn-general2 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background-color: #FFDC4C;
  color: black;
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  padding: 0.8rem 1.5rem;
  border-radius: 2rem;
  cursor: pointer;
  box-shadow: 0px 0px 10px rgba(255, 220, 76, 0.456);
  transition: all 300ms ease-in-out;
}
.seccion2 .sub-seccion1 .botonera .btn-general2:hover {
  transform: scale(1.1);
  background-color: rgb(255, 210.0330167598, 25.026);
}
.seccion2 .sub-seccion1 .botonera .btn-general2 .whatsapp-icon {
  width: 1.5rem;
  height: 1.5rem;
}
.seccion2 .sub-seccion1 .botonera .btn-general1 {
  background-color: #FF00AA;
  color: white;
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  padding: 0.8rem 1.5rem;
  border-radius: 2rem;
  cursor: pointer;
  box-shadow: 0px 0px 10px rgba(255, 0, 170, 0.456);
  transition: all 300ms ease-in-out;
}
.seccion2 .sub-seccion1 .botonera .btn-general1:hover {
  transform: scale(1.1);
  background-color: rgb(215.73, 0, 143.82);
}
@media (max-width: 480px) {
  .seccion2 .sub-seccion1 {
    padding-top: 14rem !important;
    height: 100% !important;
  }
}
@media (max-width: 388px) {
  .seccion2 .sub-seccion1 {
    padding-top: 18rem !important;
    height: 100% !important;
  }
}

@media (max-width: 480px) {
  .seccion2 {
    gap: 4px;
    height: 140% !important;
    flex-direction: column;
    justify-content: center;
  }
}
.sub-seccion2 {
  position: relative;
}
.sub-seccion2 img {
  z-index: 1;
  width: 37rem;
  height: 40rem;
  object-fit: cover;
  border-radius: 5rem;
  animation: arriba-abajo 3s infinite;
  position: relative;
}
.sub-seccion2 .cuadrito1 {
  position: absolute;
  top: -5%;
  right: -5%;
  width: 12rem;
  height: 5rem;
  background-color: #FFDC4C;
  border-radius: 2.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  z-index: 2;
  box-shadow: 0 0px 10px rgba(255, 0, 170, 0.456);
  animation: balanceo 5s infinite;
}
.sub-seccion2 .cuadrito1 p {
  font-size: 1.2rem;
  color: black;
}
.sub-seccion2 .cuadrito1 p span {
  font-weight: bold;
}
.sub-seccion2 .cuadrito2 {
  position: absolute;
  bottom: -5%;
  left: -5%;
  width: 10rem;
  height: 5rem;
  background-color: #FFFBF3;
  border-radius: 2.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  z-index: 2;
  box-shadow: 0 0px 10px rgba(255, 0, 170, 0.456);
}
.sub-seccion2 .cuadrito2 p {
  font-size: 1.2rem;
  color: black;
}
.sub-seccion2 .cuadrito2 p span {
  font-weight: bold;
}

@media (max-width: 480px) {
  .seccion2 {
    flex-direction: column;
    height: 100%;
    margin-top: 8rem;
    gap: 2rem;
  }
  .seccion2 .sub-seccion1 {
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 1rem;
  }
  .seccion2 .sub-seccion1 .botonera {
    justify-content: center;
  }
  .seccion2 .sub-seccion1 h1 {
    font-size: 2.5rem;
  }
  .seccion2 .sub-seccion1 p {
    font-size: 1rem;
  }
  .seccion2 .sub-seccion2 {
    padding-bottom: 1rem;
  }
  .seccion2 .sub-seccion2 img {
    width: 20rem;
    height: 20rem;
  }
  .seccion2 .sub-seccion2 .cuadrito1 {
    width: 8rem;
    height: 4rem;
    font-size: 0.8rem;
  }
  .seccion2 .sub-seccion2 .cuadrito2 {
    width: 8rem;
    height: 4rem;
    font-size: 0.8rem;
  }
}
@media (max-width: 388px) {
  .img-dulces {
    width: 5rem;
    height: 4rem;
  }
}
@media (max-width: 1536px) {
  .img-dulces {
    width: 28rem !important;
    height: 30rem !important;
  }
}
@media (max-width: 820px) {
  .img-dulces {
    width: 22rem !important;
    height: 25rem !important;
  }
}
@media (max-width: 388px) {
  .img-dulces {
    width: 15rem !important;
    height: 15rem !important;
  }
}
@keyframes balanceo {
  0% {
    transform: rotate(-5deg);
  }
  50% {
    transform: rotate(5deg);
  }
  100% {
    transform: rotate(-5deg);
  }
}
@keyframes arriba-abajo {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
main {
  display: flex;
  justify-content: center;
}

.como-pedir {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 7rem;
  background-color: #FFFBF3;
}
.como-pedir h3, .como-pedir h2 {
  font-family: "Fredoka", cursive;
}
.como-pedir span, .como-pedir p {
  font-family: "Quicksand", sans-serif;
}

.titulo {
  text-align: center;
  margin-bottom: 60px;
}

.titulo span {
  color: #8A63FF;
  font-size: 0.9rem;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.titulo h2 {
  margin-top: 10px;
  font-size: 3rem;
  color: #2E153D;
}

.pasos {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 25px;
  width: 100%;
}

.paso {
  position: relative;
  background: #fff;
  border: 1px solid #F3D6EC;
  border-radius: 30px;
  padding: 70px 30px 35px;
  transition: 0.3s;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
  width: 100%;
}

@media (max-width: 480px) {
  .como-pedir {
    padding: 1rem;
  }
  .paso {
    width: 100%;
  }
}
.paso:hover {
  transform: translateY(-8px);
}

.numero {
  position: absolute;
  top: 25px;
  left: 25px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.4rem;
  font-weight: bold;
  background: linear-gradient(135deg, #FF55B3, #A45CFF);
}

.paso h3 {
  color: #2E153D;
  font-size: 1.7rem;
  margin-bottom: 12px;
}

.paso p {
  color: #666;
  line-height: 1.6;
  font-size: 1.1rem;
}

@media (max-width: 768px) {
  .titulo h2 {
    font-size: 2.2rem;
  }
}
.footer {
  background: #ffffff;
  border-top: 1px solid #f3d7e9;
}
.footer h2, .footer h3 {
  font-family: "Fredoka", cursive;
  font-size: 1.3rem !important;
  font-weight: bold !important;
}
.footer p, .footer li {
  font-family: "Quicksand", sans-serif;
  font-size: 1.2rem !important;
}

.footer-contenedor {
  width: min(120rem, 90%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5rem;
  padding: 5rem 0;
}

.footer-columna h3 {
  font-size: 2rem;
  color: #2F123E;
  margin-bottom: 2rem;
}

.footer-columna p {
  color: #6B5A78;
  line-height: 1.8;
  margin-top: 2rem;
}

.footer-columna ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-columna li {
  margin-bottom: 1.5rem;
  color: #6B5A78;
  font-size: 1.6rem;
}

.footer-logo {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.logo-circulo {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #FF5DAE, #A75CFF);
  color: white;
  font-size: 2rem;
}

.footer-logo h2 {
  font-size: 3rem;
  color: #2F123E;
}

.footer-copy {
  border-top: 1px solid #f3d7e9;
  text-align: center;
  padding: 2rem 0;
  height: 8rem;
  color: #7A6A86;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.footer-copy a {
  display: flex;
  align-items: center;
  cursor: pointer;
}

@media (max-width: 480px) {
  .footer-copy {
    flex-direction: column;
    justify-content: space-around;
  }
}
.logo_codificandola {
  width: 10rem;
  filter: drop-shadow(1px 5px 4px rgba(0, 0, 0, 0.7));
  object-fit: cover;
}

@media (max-width: 900px) {
  .footer-contenedor {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .footer-logo {
    justify-content: center;
  }
}
.creditos {
  text-shadow: 2px 2px 6px black;
  display: flex;
  color: white;
}
.creditos span {
  color: #00EF67;
}

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

@media (max-width: 480px) {
  main {
    margin-top: 15rem;
  }
}
.catalogo {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.catalogo .seccion-catalogo1 {
  display: flex;
  width: 100%;
  justify-content: space-around;
  align-items: center;
  padding: 2rem;
}
.catalogo .seccion-catalogo1 .sub-sc1 span {
  font-family: "Quicksand", sans-serif;
  color: #FF00AA;
  font-weight: bold;
}
.catalogo .seccion-catalogo1 .sub-sc1 h3 {
  font-family: "Fredoka", cursive;
}

@media (max-width: 480px) {
  .seccion-catalogo1 {
    flex-direction: column;
    gap: 1rem;
  }
  .sub-sc2 {
    width: 100%;
  }
  #buscador {
    max-width: 100%;
  }
}
.buscador-productos {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0.7rem 0.1rem;
  border-radius: 6rem;
  outline: 1px solid rgb(195, 195, 195);
}
.buscador-productos:focus-within {
  outline: 2px solid #FF00AA;
}
.buscador-productos #buscador, .buscador-productos #buscador:focus {
  border: none;
  outline: none;
}

.categorias {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

@media (max-width: 480px) {
  .categorias {
    flex-direction: column;
  }
}
.categoria {
  display: flex;
  justify-content: center;
  outline: 1px solid #ff6cce;
  padding: 0.7rem 2.3rem;
  border-radius: 3rem;
  cursor: pointer;
  font-family: "Quicksand", sans-serif;
}

.categoria:hover {
  background-color: #FF00AA;
  color: white;
  font-weight: bolder;
}

.categoria-activa {
  box-shadow: 2px 2px 15px #FF00AA;
  background-color: #ff6cce;
  color: white;
  font-weight: bold;
}

.seccion-catalogo2 li {
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 480px) {
  .seccion-catalogo2 {
    justify-content: center;
    align-items: center;
  }
}
/*==========================
        TARJETA PRODUCTO
===========================*/
.seccion-catalogo3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 2rem;
  gap: 1rem;
}

.producto {
  background: #fff;
  border-radius: 22px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
  border: 1px solid #ececec;
  width: 15rem;
  margin: 1rem;
}

.producto:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}

.producto__imagen {
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
}

.producto__imagen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
  display: block;
}

.producto:hover .producto__imagen img {
  transform: scale(1.05);
}

.producto__body {
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.producto__categoria {
  color: #b45cf7;
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.producto__nombre {
  margin: 0;
  font-size: 1.4rem;
  color: #222;
  font-weight: 700;
}

.producto__descripcion {
  margin: 0;
  color: #666;
  font-size: 0.95rem;
  line-height: 1.5;
}

.producto__footer {
  margin-top: auto;
  padding: 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.producto__precio {
  font-size: 2rem;
  font-weight: bold;
  color: #2b174f;
}

.producto__boton {
  border: none;
  background: linear-gradient(90deg, #ff4db8, #a84dff);
  color: #fff;
  border-radius: 30px;
  padding: 12px 22px;
  font-size: 0.95rem;
  font-weight: 600;
  cursor: pointer;
  transition: 0.25s;
  display: flex;
  align-items: center;
  gap: 8px;
}

.producto__boton:hover {
  transform: scale(1.05);
}

.producto__boton:active {
  transform: scale(0.97);
}

.nohay {
  display: none;
  flex-direction: column;
  justify-items: center;
  align-items: center;
  background-color: #f6f6f6;
  padding: 3rem;
  border-radius: 3rem;
  width: 25rem;
}
.nohay .img-not-found {
  width: 5rem;
}

.contenedor_sidebar {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.359);
  z-index: 4;
  backdrop-filter: blur(10px);
}

.activo-sidebar {
  display: block;
}

.sidebar_productos {
  width: 40dvw;
  height: 100dvh;
  background-color: white;
  position: fixed;
  top: 0rem;
  right: 0;
  z-index: 3;
  overflow: hidden;
  padding-bottom: 1rem;
}

@media (max-width: 1024px) {
  .sidebar_productos {
    width: 50dvw;
  }
}
@media (max-width: 820px) {
  .sidebar_productos {
    width: 65dvw;
  }
}
@media (max-width: 480px) {
  .sidebar_productos {
    width: 100dvw;
  }
}
.seccion_sidebar1 {
  border-bottom: 1px solid #FF00AA;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.seccion_sidebar1 h3 {
  flex-basis: 80%;
  text-align: center;
}
.seccion_sidebar1 .cerrar-sidebar {
  flex-basis: 20%;
  cursor: pointer;
}
.seccion_sidebar1 .cerrar-sidebar:hover {
  text-shadow: 2px 2px 8px rgb(251, 66, 66);
}

.seccion_sidebar2 {
  height: 100%;
}

.sidebar_activo {
  display: "";
}

.seccion_sidebar_prod1 {
  margin-top: 2rem;
  text-align: center;
  font-family: "Quicksand", sans-serif;
}

.seccion_sidebar_prod2 {
  display: none;
  height: 100%;
  width: 100%;
  flex-direction: column;
  justify-content: space-around;
  padding: 1rem;
}

.cuerpo-sidebar {
  flex-basis: 55%;
}

.footer-sidebar {
  display: flex;
  gap: 2rem;
  flex-basis: 20%;
  align-items: end;
  justify-content: center;
}

@media (max-width: 768px) {
  .footer-sidebar {
    flex-direction: column;
    align-items: center;
  }
}
.datos-cliente div {
  display: flex;
  justify-content: space-between;
}

.btn-confirmar {
  flex-basis: 15%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.elbtn {
  background: #FF00AA;
  padding: 0 3rem;
  color: white;
  border-radius: 2rem;
  cursor: pointer;
  transition: 300ms all;
}
.elbtn:hover {
  background-color: #ff33bb;
}

.cuerpo-sidebar {
  margin: 0 auto;
  width: 100%;
}

.factura {
  outline: 1px solid black;
  width: 100%;
}
.factura thead {
  background-color: bisque;
  font-family: "Fredoka", cursive;
}
.factura thead tr {
  background-color: bisque;
}
.factura th {
  padding: 0.5rem;
}
.factura tr {
  outline: 1px solid black;
}
.factura td {
  text-align: center;
  padding: 0.3rem;
}
.factura .el-cuerpo-factura {
  font-family: "Quicksand", sans-serif;
}
.factura .el-cuerpo-factura tr:nth-child(even) {
  background-color: aliceblue;
}

.cantipro {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.cantipro .menos {
  grid-column: 1/2;
  grid-row: 1/2;
}
.cantipro .mas {
  grid-column: 3/4;
  grid-row: 1/2;
}
.cantipro .mas, .cantipro .menos {
  font-family: "Fredoka", cursive;
  background-color: aquamarine;
  cursor: pointer;
  transition: 300ms all;
}
.cantipro .mas:hover, .cantipro .menos:hover {
  background-color: rgb(0, 229, 152);
}

.eliminar-item-pro {
  cursor: pointer;
}

.logo {
  transition: transform 0.3s ease-in-out;
  cursor: pointer;
  will-change: transform;
}