@charset "UTF-8";
/*! 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.
 */
@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  vertical-align: middle;
}

* {
  font-optical-sizing: auto;
  font-style: normal;
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  background-color: #ffffff;
  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;
}

/** Media Queries **/
html {
  font-size: 62.5%;
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body {
  font-family: "Inter", sans-serif;
  font-size: 1.6rem;
  line-height: 1.8;
  zoom: 90%;
}

p {
  color: #000000;
  text-align: center;
  font-size: 2rem;
}

.contenedor {
  width: 95%;
  max-width: 120rem;
  margin: 0 auto;
}

a {
  text-decoration: none;
}

img,
picture {
  width: 100%;
  display: block;
}

h1, h2, h3 {
  font-family: "Inter", 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;
}

.marginTop {
  margin-top: 20px;
}

.marginLeft {
  margin-left: 20px;
}

.marginRight {
  margin-right: 20px;
}

.marginBottom {
  margin-bottom: 50px;
}

.marginIconRight {
  margin-right: 10px;
}

.marginIconLeft {
  margin-left: 10px;
}

.vardump {
  color: black;
  text-align: start;
  font-size: 1.4rem;
}

.seccion {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.contenido-centrado {
  max-width: 80rem;
}

.centrarText {
  text-align: center;
}

.colorP {
  color: #767676;
}

.alinear-derecha {
  display: flex;
  justify-content: flex-end;
}

.w100 {
  width: 100%;
}

.bold {
  font-weight: 700;
}

.anotacion {
  color: rgb(164, 164, 164);
}

.resaltar {
  font-weight: 700;
}

.container {
  width: 95%;
  margin: auto;
}
.container h1 {
  text-align: start;
  font-weight: bold;
  font-size: 5rem;
}

.boton-amarillo {
  background-color: #ff84e4;
  color: #FFFFFF;
  border-radius: 15px;
  font-weight: 700;
  text-decoration: none;
  padding: 1rem 3rem;
  text-align: center;
  display: inline-block;
  border: none;
  transition: 0.5s;
}
.boton-amarillo:hover {
  background-color: rgb(255, 101.4, 221.2829268293);
  cursor: pointer;
}

.boton-rojo {
  background-color: rgb(255, 0, 0);
  color: #FFFFFF;
  border-radius: 15px;
  font-weight: 700;
  text-decoration: none;
  padding: 1rem 3rem;
  text-align: center;
  display: inline-block;
  border: none;
  transition: 0.5s;
}
.boton-rojo:hover {
  background-color: rgb(224.4, 0, 0);
  cursor: pointer;
}

.boton-verde {
  background-color: #71B100;
  color: #FFFFFF;
  border-radius: 15px;
  font-weight: 700;
  text-decoration: none;
  padding: 1rem 3rem;
  text-align: center;
  display: inline-block;
  border: none;
  transition: 0.5s;
}
.boton-verde:hover {
  background-color: rgb(93.4644067797, 146.4, 0);
  cursor: pointer;
}

.boton-gris {
  background-color: #333333;
  color: #FFFFFF;
  border-radius: 15px;
  font-weight: 700;
  text-decoration: none;
  padding: 1rem 3rem;
  text-align: center;
  display: inline-block;
  border: none;
  transition: 0.5s;
}
.boton-gris:hover {
  background-color: rgb(35.7, 35.7, 35.7);
  cursor: pointer;
}

.boton-gris-blanco {
  background-color: rgb(164, 164, 164);
  color: #FFFFFF;
  border-radius: 15px;
  font-weight: 700;
  text-decoration: none;
  padding: 1rem 3rem;
  text-align: center;
  display: inline-block;
  border: none;
  transition: 0.5s;
}
.boton-gris-blanco:hover {
  background-color: rgb(148.7, 148.7, 148.7);
  cursor: pointer;
}

.boton-violetaMedio {
  background-color: #705E9C;
  color: #FFFFFF;
  border-radius: 15px;
  font-weight: 700;
  text-decoration: none;
  padding: 1rem 3rem;
  text-align: center;
  display: inline-block;
  border: none;
  transition: 0.5s;
}
.boton-violetaMedio:hover {
  background-color: rgb(98.2912, 82.4944, 136.9056);
  cursor: pointer;
}

.boton-violetaClaro {
  background-color: #8F78C6;
  color: #FFFFFF;
  border-radius: 15px;
  font-weight: 700;
  text-decoration: none;
  padding: 1rem 3rem;
  text-align: center;
  display: inline-block;
  border: none;
  transition: 0.5s;
}
.boton-violetaClaro:hover {
  background-color: rgb(125.15, 98.484375, 188.915625);
  cursor: pointer;
}

/** UI **/
.main-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  background-color: #f9f9f9;
  padding: 20px;
}

.product-form {
  background-color: #ffffff;
  width: 100%;
  max-width: 700px;
  padding: 50px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}
.product-form .form-title {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  color: #2d3436;
  margin-bottom: 40px;
  text-align: center;
  font-size: 3REM;
}
.product-form .field-group {
  margin-bottom: 25px;
  display: flex;
  flex-direction: column;
}
.product-form .field-group label {
  font-size: 2rem;
  font-weight: 600;
  color: #2d3436;
  margin-bottom: 10px;
}
.product-form .field-group input, .product-form .field-group textarea {
  padding: 15px;
  font-size: 2rem;
  border: 1px solid #dfe6e9;
  border-radius: 8px;
  transition: all 0.3s ease;
}
.product-form .field-group input:focus, .product-form .field-group textarea:focus {
  outline: none;
  border-color: #000000;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.03);
}
.product-form .field-group textarea {
  height: 120px;
  resize: none;
}
.product-form .field-group .file-input {
  border: 1px dashed #dfe6e9;
  background: #fafafa;
  cursor: pointer;
}
.product-form .row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 645px) {
  .product-form .row {
    display: block;
  }
}
.product-form .submit-btn {
  width: 100%;
  padding: 18px;
  background-color: #000000;
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 1.2rem;
  font-weight: 600;
  cursor: pointer;
  margin-top: 20px;
  transition: transform 0.2s, opacity 0.2s;
}
.product-form .submit-btn:hover {
  opacity: 0.85;
  transform: translateY(-2px);
}
.product-form .submit-btn:active {
  transform: translateY(0);
}

.header.inicio {
  background: #2b1c8c;
  background: linear-gradient(90deg, rgb(43, 28, 140) 0%, rgb(49, 128, 189) 100%);
  height: 80vh;
}
.header.admin {
  background: #0f172a;
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
  min-height: 40vh;
  padding-bottom: 60px;
  height: auto;
  justify-content: flex-start;
}
.header.admin .staffInfo {
  margin: 40px auto 0;
  width: 90%;
  max-width: 1400px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 25px;
  background-color: transparent;
  height: auto;
  padding: 0;
}
@media (max-width: 1150px) {
  .header.admin .staffInfo {
    grid-template-columns: 1fr;
    width: 95%;
  }
}
.header.admin .staffInfo div {
  display: flex;
  background-color: white;
  flex-direction: column;
  justify-content: center;
  padding: 35px;
  width: 100%;
  height: 180px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
.header.admin .staffInfo div:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 30px -10px rgba(0, 0, 0, 0.15);
}
.header.admin .staffInfo div:first-child {
  background: #6366f1;
}
.header.admin .staffInfo div:first-child h3 {
  color: white;
}
.header.admin .staffInfo div:first-child p {
  color: rgba(255, 255, 255, 0.8);
}
.header.admin .staffInfo div h2 {
  font-size: 3.5rem;
  color: #1e293b;
  font-weight: 800;
  font-family: "Figtree", sans-serif;
  margin-bottom: 5px;
}
@media (max-width: 1600px) {
  .header.admin .staffInfo div h2 {
    font-size: 3rem;
  }
}
.header.admin .staffInfo div h3 {
  font-size: 2.2rem;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 5px;
}
@media (max-width: 1600px) {
  .header.admin .staffInfo div h3 {
    font-size: 1.8rem;
  }
}
.header.admin .staffInfo div p {
  color: #64748b;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
}
.header {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.header .nav {
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgb(201, 201, 201);
  background-color: white;
}
.header .nav .navContainer {
  width: 98%;
  margin: auto;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  background-color: white;
  position: relative;
  z-index: 1000;
}
.header .nav .navContainer img {
  width: 150px;
}
.header .nav .navContainer .menu-hamburger {
  display: none;
  cursor: pointer;
  font-size: 3rem;
  color: black;
  align-items: center;
  display: none;
}
@media (max-width: 1024px) {
  .header .nav .navContainer .menu-hamburger {
    display: flex;
  }
}
.header .nav .navContainer #nav-links {
  margin: auto 0;
  display: flex;
}
.header .nav .navContainer #nav-links a {
  text-align: center;
  align-items: center;
  color: black;
  font-weight: 600;
  margin: 0 10px;
  text-decoration: none;
}
.header .nav .navContainer #nav-links a.cartButton {
  color: #2b1c8c;
}
@media (max-width: 1024px) {
  .header .nav .navContainer #nav-links {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: white;
    padding: 20px 0;
    border-bottom: 1px solid black;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  }
  .header .nav .navContainer #nav-links.active {
    display: flex;
  }
  .header .nav .navContainer #nav-links a {
    margin: 15px 0;
    width: 100%;
  }
}
.header .textHeader {
  margin: auto;
  text-align: start;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.header .textHeader h1 {
  font-size: 7rem;
  text-align: left;
  color: white;
  margin: auto;
  width: 55%;
  line-height: 75px;
}
.header .textHeader h1 span {
  font-weight: bold;
}
@media (max-width: 1600px) {
  .header .textHeader h1 {
    width: 80%;
  }
}
@media (max-width: 1024px) {
  .header .textHeader h1 {
    width: 90%;
    margin: auto;
    font-size: 5rem;
    line-height: 55px;
  }
}
.header .textHeader div {
  margin-top: 30px;
  width: 55%;
}
@media (max-width: 1600px) {
  .header .textHeader div {
    width: 80%;
  }
}
@media (max-width: 1024px) {
  .header .textHeader div {
    width: 90%;
    margin: auto;
  }
}
.header .textHeader div a {
  margin-top: 30px;
  border: 1px solid rgba(255, 255, 255, 0.315);
  background-color: white;
  padding: 10px;
  border-radius: 8px;
  color: black;
  transition: 0.4s;
  display: inline-block;
  text-decoration: none;
}
.header .textHeader div a.buttonHeader-trans {
  background-color: transparent;
  color: white;
}
.header .textHeader div a.buttonHeader-white:hover {
  background-color: transparent;
  color: white;
}
.header .textHeader div a.buttonHeader-white:hover + .buttonHeader-trans {
  background-color: white;
  color: black;
}
.header .textHeader div:has(.buttonHeader-trans:hover) .buttonHeader-white {
  background-color: transparent;
  color: white;
}
.header .textHeader div:has(.buttonHeader-trans:hover) .buttonHeader-trans:hover {
  background-color: white;
  color: black;
}

/* --- VARIABLES --- */
/* --- ANIMACIÓN DE ENTRADA --- */
@keyframes reveal {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.reveal-effect, .containerProds .containerCardsProd .cardProd, .containerProds, .blogAccessContainer {
  view-timeline-name: --reveal;
  view-timeline-axis: block;
  animation-timeline: --reveal;
  animation-name: reveal;
  animation-range: entry 10% cover 30%;
  animation-fill-mode: both;
}

/* --- SECCIONES HOME --- */
.mainHome {
  display: flex;
  margin: auto;
  justify-content: space-between;
  animation: reveal 1s ease-out;
}
@media (max-width: 800px) {
  .mainHome {
    flex-direction: column-reverse;
  }
}
.mainHome img {
  width: 100%;
  height: 600px;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 800px) {
  .mainHome img {
    height: 300px;
    margin-bottom: 50px;
  }
}
.mainHome div {
  margin: auto;
  padding: 0 50px;
  width: 80%;
}
@media (max-width: 800px) {
  .mainHome div {
    width: 100%;
  }
}
.mainHome div h2 {
  font-size: 4.5rem;
  line-height: 50px;
  margin: 0;
  width: 100%;
  font-weight: bold;
  text-align: start;
}
.mainHome div p {
  margin-top: 15px;
  width: 100%;
  text-align: start;
  color: gray;
  line-height: 20px;
}
@media (max-width: 800px) {
  .mainHome div p br {
    display: none;
  }
}

.iframeMain {
  width: 100%;
  height: 100vh;
}
@media (max-width: 1024px) {
  .iframeMain {
    display: none;
  }
}

.blogAccessContainer {
  background-color: #3139bd;
  padding: 20px;
}
.blogAccessContainer img {
  width: 130px;
  height: 30px;
}
.blogAccessContainer .cardBlog {
  display: flex;
  padding: 20px;
  background-color: white;
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 800px) {
  .blogAccessContainer .cardBlog {
    justify-content: space-evenly;
    width: 90%;
    margin: auto;
  }
}
.blogAccessContainer .cardBlog div {
  display: flex;
  align-items: center;
}
.blogAccessContainer .cardBlog div p {
  margin: 0px 30px 0px 0px;
}
@media (max-width: 800px) {
  .blogAccessContainer .cardBlog div p {
    display: none;
  }
}
.blogAccessContainer .cardBlog div a {
  background-color: #3139bd;
  color: white;
  padding: 10px;
  border-radius: 10px;
  text-decoration: none;
}

/* --- CONTENEDOR DE PRODUCTOS (CATÁLOGO Y RELACIONADOS) --- */
.containerProds {
  width: 95%;
  margin: 80px auto;
  text-align: center;
}
.containerProds .containerTitleProds {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 50px;
}
.containerProds .containerTitleProds h1, .containerProds .containerTitleProds h3 {
  margin: 0 0 20px 0;
  font-size: 5.5rem;
  font-weight: 900;
  line-height: 0.9;
  letter-spacing: -4px;
  text-transform: uppercase;
}
@media (max-width: 800px) {
  .containerProds .containerTitleProds h1, .containerProds .containerTitleProds h3 {
    font-size: 3.5rem;
  }
}
.containerProds .containerTitleProds a {
  font-weight: 800;
  font-size: 1.6rem;
  color: #000000;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 2px solid #000000;
  padding-bottom: 5px;
  transition: 0.3s;
}
.containerProds .containerTitleProds a:hover {
  opacity: 0.5;
}
.containerProds .containerCardsProd {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 35px;
}
@media (max-width: 1300px) {
  .containerProds .containerCardsProd {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 800px) {
  .containerProds .containerCardsProd {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 645px) {
  .containerProds .containerCardsProd {
    grid-template-columns: repeat(1, 1fr);
  }
}
.containerProds .containerCardsProd .cardProd {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border-radius: 25px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0 15px 45px -15px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  transition: all 0.4s ease;
}
.containerProds .containerCardsProd .cardProd:hover {
  transform: translateY(-12px);
  box-shadow: 0 30px 60px -20px rgba(0, 0, 0, 0.15);
}
.containerProds .containerCardsProd .cardProd img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  border-radius: 25px 25px 0 0;
}
.containerProds .containerCardsProd .cardProd div {
  padding: 35px 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.containerProds .containerCardsProd .cardProd div h3 {
  font-size: 2.4rem;
  font-weight: 900;
  margin: 0 0 10px 0;
  letter-spacing: -1px;
}
.containerProds .containerCardsProd .cardProd div p {
  font-size: 2rem;
  color: #666666;
  margin: 0 0 25px 0;
  font-weight: 500;
}
.containerProds .containerCardsProd .cardProd div a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 15px 30px;
  border: 2px solid #000000;
  text-decoration: none;
  color: #000000;
  font-weight: 800;
  text-transform: uppercase;
  border-radius: 100px;
  transition: 0.3s;
}
.containerProds .containerCardsProd .cardProd div a:hover {
  background: #000000;
  color: white;
}

.ver-mas-link {
  font-weight: 800;
  font-size: 1.6rem;
  color: #000000;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 2px solid #000000;
  padding-bottom: 5px;
  transition: 0.3s;
  margin-bottom: 20px;
}
.ver-mas-link:hover {
  opacity: 0.5;
}

/* --- VARIABLES --- */
/* --- ANIMACIONES --- */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.reveal, #step-3 .success-card, .containerProds {
  animation: fadeInUp 0.8s ease forwards;
}

/* --- ESTILOS GLOBALES --- */
main {
  width: 100%;
  overflow-x: hidden;
}

/* --- SECCIÓN: VISTA DE PRODUCTO DETALLE --- */
.containerProd {
  width: 95%;
  max-width: 1600px;
  margin: 150px auto 100px auto;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 80px;
  align-items: center;
}
@media (max-width: 800px) {
  .containerProd {
    grid-template-columns: 1fr;
    margin-top: 100px;
    gap: 50px;
  }
}
.containerProd img {
  width: 100%;
  height: 750px;
  object-fit: cover;
  border-radius: 30px;
}
@media (max-width: 800px) {
  .containerProd img {
    height: 500px;
  }
}
.containerProd div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.containerProd div p:first-child {
  font-size: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-weight: 700;
  color: #666666;
  margin-bottom: 15px;
}
.containerProd div h1 {
  font-size: 6.5rem;
  font-weight: 900;
  line-height: 0.85;
  letter-spacing: -4px;
  text-transform: uppercase;
  margin-bottom: 25px;
}
@media (max-width: 800px) {
  .containerProd div h1 {
    font-size: 4rem;
  }
}
.containerProd div .precioPrincipal {
  font-size: 4rem;
  font-weight: 300;
  margin-bottom: 35px;
  color: #000000;
}
.containerProd div .descProd {
  font-size: 1.8rem;
  line-height: 1.6;
  color: #666666;
  margin-bottom: 45px;
  max-width: 550px;
}
.containerProd div {
  /* SELECTOR DE CANTIDAD Y BOTÓN (AHORA HORIZONTAL) */
}
.containerProd div .product-controls-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 25px;
  margin-bottom: 35px;
}
@media (max-width: 645px) {
  .containerProd div .product-controls-wrapper {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }
}
.containerProd div .product-controls-wrapper .pill-selector {
  display: flex;
  flex-direction: row;
  align-items: center;
  border: 3px solid #000000;
  border-radius: 100px;
  padding: 10px 20px;
  height: 75px;
}
.containerProd div .product-controls-wrapper .pill-selector .btn-qty {
  background: none;
  border: none;
  font-size: 2.2rem;
  font-weight: 900;
  cursor: pointer;
  padding: 0 15px;
  line-height: 1;
  transition: 0.2s;
}
.containerProd div .product-controls-wrapper .pill-selector .btn-qty:hover {
  opacity: 0.5;
}
.containerProd div .product-controls-wrapper .pill-selector input {
  width: 70px;
  text-align: center;
  border: none;
  font-size: 2rem;
  font-weight: 900;
  outline: none;
  background: transparent;
}
.containerProd div .product-controls-wrapper .pill-selector input::-webkit-inner-spin-button, .containerProd div .product-controls-wrapper .pill-selector input::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
.containerProd div .product-controls-wrapper .btn-add-cart {
  height: 75px;
  padding: 0 50px;
  background: #000000;
  color: #ffffff;
  border: none;
  border-radius: 100px;
  font-size: 1.6rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.containerProd div .product-controls-wrapper .btn-add-cart:hover {
  transform: scale(1.03);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}
@media (max-width: 645px) {
  .containerProd div .product-controls-wrapper .btn-add-cart {
    width: 100%;
  }
}
.containerProd div .stockRest {
  font-size: 1.5rem;
  font-weight: 500;
  color: #666666;
  margin-top: 15px;
  display: flex;
  align-items: center;
  gap: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.containerProd div .stockRest span {
  font-weight: 900;
  color: #a61a11;
  border: 1.5px solid #a61a11;
  padding: 4px 15px;
  border-radius: 5px;
  position: relative;
}
.containerProd div .stockRest span::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #a61a11;
  border-radius: 50%;
  margin-right: 10px;
}

/* --- SECCIÓN: PRODUCTOS RELACIONADOS --- */
.containerProds {
  width: 95%;
  margin: 150px auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.containerProds h1, .containerProds h3 {
  font-size: 5rem;
  font-weight: 900;
  letter-spacing: -2px;
  margin: 0;
  text-transform: uppercase;
}
@media (max-width: 800px) {
  .containerProds h1, .containerProds h3 {
    font-size: 3rem;
  }
}
.containerProds .containerTitleProds {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 60px;
  align-items: start;
  text-align: start;
}
.containerProds .containerCardsProd {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px;
  justify-items: start;
}
@media (max-width: 1300px) {
  .containerProds .containerCardsProd {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 800px) {
  .containerProds .containerCardsProd {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 645px) {
  .containerProds .containerCardsProd {
    grid-template-columns: repeat(1, 1fr);
  }
}
.containerProds .containerCardsProd .cardProd {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border-radius: 25px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  overflow: hidden;
  width: 100%;
  transition: all 0.4s ease;
}
.containerProds .containerCardsProd .cardProd:hover {
  transform: translateY(-12px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}
.containerProds .containerCardsProd .cardProd:hover .btn-card {
  background: #000000;
  color: #ffffff;
}
.containerProds .containerCardsProd .cardProd img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}
.containerProds .containerCardsProd .cardProd div {
  padding: 40px 30px;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
}
.containerProds .containerCardsProd .cardProd div h3 {
  font-size: 2.8rem;
  font-weight: 900;
  margin: 0 0 15px 0 !important;
  letter-spacing: -1px;
  line-height: 1.1;
}
.containerProds .containerCardsProd .cardProd div p {
  font-size: 2.4rem;
  color: #666666;
  margin-bottom: 30px;
  font-weight: 500;
}
.containerProds .containerCardsProd .cardProd div .btn-card {
  display: inline-flex;
  padding: 18px 35px;
  border: 3px solid #000000;
  text-decoration: none;
  color: #000000;
  font-weight: 900;
  font-size: 1.5rem;
  text-transform: uppercase;
  transition: 0.3s ease;
}
.containerProds .containerCardsProd .cardProd div .btn-card::after {
  display: none;
}

.footer {
  margin-top: 100px;
  min-height: 350px;
  background-color: #3139bd;
  display: flex;
  justify-content: space-between;
  padding: 80px 10%;
  width: 100%;
  box-sizing: border-box;
}
@media (max-width: 480px) {
  .footer {
    flex-direction: column;
  }
}
.footer .footer-brand {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.footer .footer-brand img {
  width: 220px;
  height: auto;
}
.footer .footer-brand .ig-icon {
  width: 24px;
  opacity: 0.8;
}
.footer .footerSections {
  display: flex;
  gap: 60px;
}
@media (max-width: 645px) {
  .footer .footerSections {
    width: 40%;
    gap: 20px;
    flex-direction: column;
  }
}
.footer .footerSections div {
  display: flex;
  flex-direction: column;
  min-width: fit-content;
}
.footer .footerSections div h4 {
  margin: 0 0 20px 0;
  color: white;
  font-size: 2rem;
  font-weight: 600;
}
.footer .footerSections div a {
  margin-bottom: 12px;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  white-space: nowrap;
  font-size: 1.5rem;
}
.footer .footerSections div a:hover {
  color: white;
}

/* --- VARIABLES --- */
/* --- CONTENEDOR DE CONTACTO XL --- */
.containerContact {
  margin: 100px auto;
  width: 90%;
  max-width: 1400px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 80px;
}
@media (max-width: 1150px) {
  .containerContact {
    flex-direction: column;
    text-align: center;
    margin: 60px auto;
    gap: 50px;
  }
}
.containerContact {
  /* --- PARTE IZQUIERDA: TEXTOS --- */
}
.containerContact .contactIzq {
  flex: 1;
}
.containerContact .contactIzq h1 {
  font-family: "Inter", sans-serif;
  font-size: 5rem;
  font-weight: 900;
  line-height: 1;
  text-align: start;
  letter-spacing: -3px;
  margin-bottom: 25px;
  color: #000000;
}
@media (max-width: 480px) {
  .containerContact .contactIzq h1 {
    font-size: 3.5rem;
    letter-spacing: -1.5px;
  }
}
.containerContact .contactIzq .subtext {
  text-align: start;
  font-size: 1.8rem;
  color: #666666;
  font-weight: 500;
  max-width: 500px;
}
@media (max-width: 480px) {
  .containerContact .contactIzq .subtext {
    font-size: 1.4rem;
  }
}
.containerContact {
  /* --- PARTE DERECHA: TARJETAS DE CONTACTO --- */
}
.containerContact .contactDer {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 25px;
  width: 100%;
}
.containerContact .contactDer p {
  background: #ffffff;
  border: 2px solid #eeeeee;
  padding: 40px;
  border-radius: 35px;
  font-size: 2.2rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  gap: 20px;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  cursor: pointer;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
}
@media (max-width: 480px) {
  .containerContact .contactDer p {
    font-size: 1.3rem;
    padding: 25px;
    border-radius: 25px;
  }
}
.containerContact .contactDer p span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: #000000;
  color: #ffffff;
  border-radius: 20px;
  font-size: 2.5rem;
}
@media (max-width: 480px) {
  .containerContact .contactDer p span {
    width: 45px;
    height: 45px;
    font-size: 1.6rem;
    border-radius: 12px;
  }
}
.containerContact .contactDer p:hover {
  transform: scale(1.03) translateX(10px);
  border-color: #000000;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}
@media (max-width: 1150px) {
  .containerContact .contactDer p:hover {
    transform: scale(1.03);
  }
}
.containerContact .contactDer p:hover span {
  background: #000000;
}
.containerContact .contactDer p:nth-child(1):hover span {
  background: #25D366;
}
.containerContact .contactDer p:nth-child(2):hover span {
  background: #E1306C;
}
.containerContact .contactDer p:nth-child(3):hover span {
  background: #3498db;
}

/* --- VARIABLES & MIXINS --- */
/* --- ESTILOS GENERALES --- */
.cart-page {
  margin: 40px auto;
  width: 95%;
  padding-bottom: 100px;
  font-family: "Inter", sans-serif;
}
.cart-page h1 {
  font-size: 3.5rem;
  font-weight: 900;
  text-align: start;
  margin-bottom: 50px;
  letter-spacing: -2px;
}
@media (max-width: 480px) {
  .cart-page h1 {
    font-size: 2.5rem;
  }
}
.cart-page .cartContainer {
  display: flex;
  justify-content: space-between;
  gap: 50px;
}
@media (max-width: 1150px) {
  .cart-page .cartContainer {
    flex-direction: column;
    width: 100%;
  }
}
.cart-page .cartContainer {
  /* --- STEP 1: PRODUCTOS (ESTILO XL) --- */
}
.cart-page .cartContainer .cartProdsContainer {
  width: 65%;
}
@media (max-width: 1150px) {
  .cart-page .cartContainer .cartProdsContainer {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cart-page .cartContainer .cartProdsContainer .cartProd {
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0 15px 45px -15px rgba(0, 0, 0, 0.08);
  border-radius: 30px;
  display: flex;
  background: #ffffff;
  overflow: hidden;
  margin-bottom: 30px;
  transition: transform 0.3s ease;
}
.cart-page .cartContainer .cartProdsContainer .cartProd:hover {
  transform: translateY(-5px);
}
.cart-page .cartContainer .cartProdsContainer .cartProd img {
  width: 280px;
  height: 280px;
  object-fit: cover;
  border-radius: 30px 0 0 30px;
}
@media (max-width: 480px) {
  .cart-page .cartContainer .cartProdsContainer .cartProd img {
    display: none;
  }
}
.cart-page .cartContainer .cartProdsContainer .cartProd .prodInfo {
  width: 100%;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cart-page .cartContainer .cartProdsContainer .cartProd .prodInfo h3 {
  font-size: 2.2rem;
  font-weight: 900;
  margin-bottom: 15px;
  color: #000000;
  text-align: start;
  line-height: 1.1;
}
.cart-page .cartContainer .cartProdsContainer .cartProd .prodInfo .cartActions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.cart-page .cartContainer .cartProdsContainer .cartProd .prodInfo .cartActions .precioUnitario {
  font-size: 2.8rem;
  font-weight: 900;
  margin: 0;
  color: #000000;
}
.cart-page .cartContainer .cartProdsContainer .cartProd .prodInfo .cartActions .controls-wrapper {
  display: flex;
  align-items: center;
  gap: 25px;
}
.cart-page .cartContainer .cartProdsContainer .cartProd .prodInfo .cartActions .controls-wrapper .quantity-selector {
  display: flex;
  align-items: center;
  background: #f0f0f0;
  border-radius: 100px;
  padding: 12px 20px;
  border: 2px solid #e5e5e5;
}
.cart-page .cartContainer .cartProdsContainer .cartProd .prodInfo .cartActions .controls-wrapper .quantity-selector button {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 0 15px;
}
.cart-page .cartContainer .cartProdsContainer .cartProd .prodInfo .cartActions .controls-wrapper .quantity-selector button:hover {
  color: #e74c3c;
}
.cart-page .cartContainer .cartProdsContainer .cartProd .prodInfo .cartActions .controls-wrapper .quantity-selector input {
  width: 60px;
  font-size: 1.6rem;
  text-align: center;
  border: none;
  font-weight: 900;
  background: transparent;
}
.cart-page .cartContainer .cartProdsContainer .cartProd .prodInfo .cartActions .controls-wrapper .btn-eliminar-text {
  background: #fff1f1;
  color: #e74c3c;
  border: 2px solid rgba(231, 76, 60, 0.1);
  padding: 18px 30px;
  border-radius: 100px;
  font-weight: 800;
  font-size: 1.1rem;
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.3s;
}
.cart-page .cartContainer .cartProdsContainer .cartProd .prodInfo .cartActions .controls-wrapper .btn-eliminar-text:hover {
  background: #e74c3c;
  color: #ffffff;
}
.cart-page .cartContainer {
  /* --- LADO DERECHO: INFO, ENVÍOS Y TOTAL --- */
}
.cart-page .cartContainer .cartInfo {
  width: 35%;
}
@media (max-width: 1150px) {
  .cart-page .cartContainer .cartInfo {
    width: 100%;
  }
}
.cart-page .cartContainer .cartInfo .methodEnvios {
  border: 2px solid #eeeeee;
  border-radius: 30px;
  padding: 40px;
  background: #ffffff;
  margin-bottom: 30px;
}
.cart-page .cartContainer .cartInfo .methodEnvios h3 {
  font-size: 2rem;
  font-weight: 900;
  margin-bottom: 30px;
}
.cart-page .cartContainer .cartInfo .methodEnvios h3 span {
  color: #e74c3c;
}
.cart-page .cartContainer .cartInfo .methodEnvios .shipping-option-item {
  display: block;
  padding: 25px;
  border: 2px solid #f0f0f0;
  border-radius: 20px;
  margin-bottom: 20px;
  cursor: pointer;
  transition: 0.3s;
}
.cart-page .cartContainer .cartInfo .methodEnvios .shipping-option-item:hover {
  border-color: #000000;
  background: #fafafa;
}
.cart-page .cartContainer .cartInfo .methodEnvios .shipping-option-item h4 {
  display: flex;
  align-items: center;
  gap: 15px;
  font-weight: 800;
  font-size: 2rem;
  color: #000000;
}
.cart-page .cartContainer .cartInfo .methodEnvios .shipping-option-item h4 input[type=radio] {
  width: 22px;
  height: 22px;
  accent-color: #000000;
}
.cart-page .cartContainer .cartInfo .methodEnvios .shipping-option-item p {
  color: #666666;
  text-align: start;
  font-size: 1.5rem;
  margin-top: 10px;
  margin-left: 37px;
  line-height: 1.5;
}
.cart-page .cartContainer .cartInfo .totalCart {
  background: #000000;
  color: #ffffff;
  padding: 50px;
  border-radius: 30px;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.2);
}
.cart-page .cartContainer .cartInfo .totalCart h4 {
  font-size: 1.2rem;
  opacity: 0.7;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.cart-page .cartContainer .cartInfo .totalCart div {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.cart-page .cartContainer .cartInfo .totalCart div p {
  font-size: 4.5rem;
  font-weight: 900;
  margin: 0;
  letter-spacing: -3px;
  color: white;
  text-align: start;
}
.cart-page .cartContainer .cartInfo .totalCart div button {
  width: 100%;
  height: 90px;
  background: #ffffff;
  color: #000000;
  border-radius: 100px;
  border: none;
  font-size: 1.8rem;
  font-weight: 900;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  transition: 0.3s;
}
.cart-page .cartContainer .cartInfo .totalCart div button:hover {
  transform: translateY(-5px);
  background: #f0f0f0;
}

/* --- STEP 2: PAGO (VERSIÓN XL) --- */
.payment-container {
  max-width: 1000px;
  margin: 60px auto;
  padding: 20px;
}
.payment-container .payment-header {
  text-align: center;
  margin-bottom: 60px;
}
.payment-container .payment-header h1 {
  font-size: 3.8rem;
  font-weight: 900;
  letter-spacing: -2px;
}
.payment-container .payment-header p {
  font-size: 1.6rem;
  color: #666666;
}
.payment-container .payment-details {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 40px;
  margin-bottom: 50px;
}
@media (max-width: 800px) {
  .payment-container .payment-details {
    grid-template-columns: 1fr;
  }
}
.payment-container .payment-details .transfer-box {
  background: #ffffff;
  border: 2px solid #eeeeee;
  padding: 45px;
  border-radius: 30px;
}
.payment-container .payment-details .transfer-box h4 {
  font-size: 1.8rem;
  font-weight: 900;
  margin-bottom: 30px;
  border-bottom: 2px solid #f5f5f5;
  padding-bottom: 15px;
}
.payment-container .payment-details .transfer-box .data-row {
  margin-bottom: 25px;
}
.payment-container .payment-details .transfer-box .data-row span {
  font-size: 1rem;
  color: #999;
  font-weight: 700;
  text-transform: uppercase;
}
.payment-container .payment-details .transfer-box .data-row strong {
  font-size: 1.8rem;
  color: #000000;
  display: block;
  margin-top: 5px;
  word-break: break-all;
}
.payment-container .payment-details .total-box {
  background: #000000;
  color: #ffffff;
  padding: 45px;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.payment-container .payment-details .total-box span {
  font-size: 1.3rem;
  opacity: 0.8;
  margin-bottom: 10px;
}
.payment-container .payment-details .total-box h2 {
  font-size: 4rem;
  font-weight: 900;
  letter-spacing: -2px;
}
.payment-container .file-drop-area {
  position: relative;
  padding: 80px 40px;
  border: 4px dashed #ddd;
  border-radius: 30px;
  text-align: center;
  transition: 0.4s;
  background: #fafafa;
}
.payment-container .file-drop-area:hover {
  border-color: #000000;
  background: #ffffff;
  transform: scale(1.01);
}
.payment-container .file-drop-area i {
  font-size: 5rem;
  color: #ccc;
  margin-bottom: 25px;
}
.payment-container .file-drop-area p {
  font-size: 1.8rem;
  font-weight: 800;
  color: #000000;
}
.payment-container .file-drop-area #file-name {
  font-size: 1.2rem;
  color: #2ecc71;
  font-weight: 700;
  margin-top: 15px;
  display: block;
}
.payment-container .file-drop-area input[type=file] {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}

/* --- STEP 3: SUCCESS VIEW --- */
#step-3.active {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 60px 0;
}
#step-3 .success-card {
  text-align: center;
  max-width: 700px;
  width: 100%;
}
#step-3 .success-card .icon-circle {
  width: 130px;
  height: 130px;
  background: #2ecc71;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 40px auto;
  font-size: 4.5rem;
  box-shadow: 0 20px 40px rgba(46, 204, 113, 0.25);
}
#step-3 .success-card .icon-circle i {
  animation: scaleIn 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
#step-3 .success-card h1 {
  font-size: 4.5rem;
  font-weight: 900;
  letter-spacing: -2px;
  line-height: 1;
  margin-bottom: 15px;
  text-transform: uppercase;
  color: #000000;
}
#step-3 .success-card h2 {
  font-size: 2.2rem;
  font-weight: 800;
  color: #666666;
  background: #f0f0f0;
  display: inline-block;
  padding: 10px 30px;
  border-radius: 100px;
  margin-bottom: 35px;
}
#step-3 .success-card p {
  font-size: 1.8rem;
  line-height: 1.6;
  color: #666666;
  margin-bottom: 50px;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}
#step-3 .success-card .success-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
}
#step-3 .success-card .success-actions .btn-follow {
  width: 100%;
  max-width: 450px;
  height: 90px;
  background: #000000;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  border-radius: 100px;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: 900;
  transition: 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}
#step-3 .success-card .success-actions .btn-follow:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}
#step-3 .success-card .success-actions .btn-return {
  font-size: 1.5rem;
  font-weight: 800;
  color: #666666;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
  padding-bottom: 5px;
}
#step-3 .success-card .success-actions .btn-return::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 0;
  left: 0;
  background: #666666;
  transition: 0.3s;
}
#step-3 .success-card .success-actions .btn-return:hover {
  color: #000000;
}
#step-3 .success-card .success-actions .btn-return:hover::after {
  width: 100%;
  background: #000000;
}

@keyframes scaleIn {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
/* --- STEPPER (BARRA PROGRESO XL) --- */
.checkout-stepper {
  display: flex;
  justify-content: space-between;
  max-width: 900px;
  margin: 60px auto;
  position: relative;
}
.checkout-stepper::before {
  content: "";
  position: absolute;
  top: 30px;
  left: 60px;
  right: 60px;
  height: 6px;
  background: #e0e0e0;
  z-index: 1;
}
.checkout-stepper .step {
  position: relative;
  z-index: 2;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.checkout-stepper .step .step-num {
  width: 65px;
  height: 65px;
  background: #ffffff;
  border: 4px solid #e0e0e0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: 1.4rem;
  color: #ccc;
  transition: 0.3s;
}
.checkout-stepper .step .step-text {
  font-size: 2rem;
  font-weight: 700;
  color: #ccc;
  margin-top: 15px;
}
.checkout-stepper .step.active .step-num {
  background: #000000;
  border-color: #000000;
  color: #ffffff;
  transform: scale(1.15);
}
.checkout-stepper .step.active .step-text {
  color: #000000;
  font-weight: 900;
}
.checkout-stepper .step.completed .step-num {
  background: #000000;
  border-color: #000000;
  color: #ffffff;
}
.checkout-stepper .step.completed .step-text {
  color: #000000;
}

/* --- NAVEGACION DE FORMULARIOS --- */
.form-navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
  gap: 30px;
}
.form-navigation .btn-back {
  background: none;
  border: none;
  color: #aaa;
  font-size: 1.3rem;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
}
.form-navigation .btn-back:hover {
  color: #000000;
  transform: translateX(-5px);
}
.form-navigation .btn-confirm {
  flex: 1;
  height: 85px;
  background: #000000;
  color: #ffffff;
  border-radius: 100px;
  font-size: 1.6rem;
  font-weight: 900;
  border: none;
  cursor: pointer;
  transition: 0.3s;
}
.form-navigation .btn-confirm:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

/* --- ANIMACIONES Y ESTADOS --- */
.step-content {
  display: none;
}
.step-content.active {
  display: block;
  animation: slideUp 0.6s cubic-bezier(0.23, 1, 0.32, 1) forwards;
}

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.mainDashboard {
  padding: 80px 0;
}
.mainDashboard p {
  font-size: 4rem;
  text-align: start;
}
.mainDashboard h1 {
  font-weight: 900;
  font-size: 3.5rem;
  letter-spacing: -2px;
  color: #0f172a;
  margin-bottom: 50px;
  position: relative;
}
.mainDashboard h1::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 60px;
  height: 6px;
  background: #6366f1;
  border-radius: 10px;
}
.mainDashboard .dashboardActions {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 30px;
  margin-bottom: 150px;
}
.mainDashboard .dashboardActions a {
  background: #ffffff;
  padding: 40px;
  border-radius: 30px;
  border: 1px solid rgba(0, 0, 0, 0.03);
  text-decoration: none;
  display: flex;
  flex-direction: column;
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 40px -15px rgba(0, 0, 0, 0.05);
}
.mainDashboard .dashboardActions a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(99, 102, 241, 0.05) 0%, transparent 100%);
  opacity: 0;
  transition: opacity 0.5s;
}
.mainDashboard .dashboardActions a:hover {
  transform: translateY(-12px) scale(1.02);
  box-shadow: 0 30px 60px -20px rgba(99, 102, 241, 0.15);
  border-color: rgba(99, 102, 241, 0.2);
}
.mainDashboard .dashboardActions a:hover::before {
  opacity: 1;
}
.mainDashboard .dashboardActions a:hover h3 {
  color: #6366f1;
}
.mainDashboard .dashboardActions a:hover .icon-arrow {
  transform: translateX(10px);
  color: #6366f1;
}
.mainDashboard .dashboardActions a h3 {
  font-weight: 900;
  font-size: 3rem;
  color: #1e293b;
  margin-bottom: 0;
  transition: color 0.3s;
}
.mainDashboard .dashboardActions a p {
  font-size: 1.5rem;
  color: #64748b;
  line-height: 1.7;
  margin-top: 0;
  margin-bottom: 30px;
}
.mainDashboard .dashboardActions a .icon-arrow {
  font-size: 2rem;
  color: #cbd5e1;
  transition: all 0.3s;
  margin-top: auto;
  display: flex;
  align-items: start;
  gap: 10px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 1.1rem;
}

.dashboardPedidos {
  padding: 20px 0 80px;
}
.dashboardPedidos h1 {
  font-family: "Figtree", sans-serif;
  font-size: 4.2rem;
  font-weight: 900;
  color: #0f172a;
  letter-spacing: -2px;
  margin-bottom: 35px;
  display: flex;
  align-items: center;
  gap: 15px;
}
.dashboardPedidos h1::before {
  content: "";
  width: 8px;
  height: 40px;
  background: #6366f1;
  border-radius: 10px;
}
@media (max-width: 800px) {
  .dashboardPedidos h1 {
    font-size: 3rem;
  }
  .dashboardPedidos h1::before {
    height: 30px;
  }
}
.dashboardPedidos .dashboardActions {
  display: flex;
  gap: 10px;
  background: #ffffff;
  padding: 10px;
  border-radius: 20px;
  border: 1px solid #f1f5f9;
  box-shadow: 0 10px 25px -10px rgba(0, 0, 0, 0.05);
  margin-bottom: 60px;
  width: fit-content;
}
@media (max-width: 800px) {
  .dashboardPedidos .dashboardActions {
    flex-direction: column;
    width: 100%;
  }
}
.dashboardPedidos .dashboardActions a {
  padding: 12px 24px;
  text-decoration: none;
  border-radius: 14px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
  border: 1px solid transparent;
}
.dashboardPedidos .dashboardActions a h3 {
  font-size: 1.4rem;
  font-weight: 700;
  color: #475569;
  margin: 0;
}
.dashboardPedidos .dashboardActions a p {
  font-size: 1.1rem;
  color: #94a3b8;
  margin: 0;
  font-weight: 500;
}
@media (max-width: 800px) {
  .dashboardPedidos .dashboardActions a p {
    display: none;
  }
}
.dashboardPedidos .dashboardActions a span {
  display: none;
}
.dashboardPedidos .dashboardActions a:hover {
  background: #f8fafc;
  border-color: #e2e8f0;
  transform: translateY(-2px);
}
.dashboardPedidos .dashboardActions a:hover h3 {
  color: #6366f1;
}
.dashboardPedidos .dashboardActions a.active {
  background: #0f172a;
}
.dashboardPedidos .dashboardActions a.active h3 {
  color: #fff;
}
.dashboardPedidos .dashboardActions a.active p {
  color: rgba(255, 255, 255, 0.6);
}
.dashboardPedidos .containerPedidos {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(5, 1fr);
}
@media (max-width: 1220px) {
  .dashboardPedidos .containerPedidos {
    display: grid;
    gap: 1.5rem;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 1024px) {
  .dashboardPedidos .containerPedidos {
    display: grid;
    gap: 1.2rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 800px) {
  .dashboardPedidos .containerPedidos {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(1, 1fr);
  }
}
.dashboardPedidos .containerPedidos .pedido {
  background: #ffffff;
  padding: 20px;
  border-radius: 16px;
  border: 1px solid #f1f5f9;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: start;
  min-height: 140px;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  overflow: hidden;
}
.dashboardPedidos .containerPedidos .pedido::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 6px;
  background: #cbd5e1;
  transition: all 0.3s ease-in-out;
  z-index: 2;
}
.dashboardPedidos .containerPedidos .pedido:has(.procesado)::before, .dashboardPedidos .containerPedidos .pedido:has(.finalizado)::before {
  background: #10b981;
}
.dashboardPedidos .containerPedidos .pedido:has(.no-procesado)::before, .dashboardPedidos .containerPedidos .pedido:has(.codigo)::before {
  background: #ef4444;
}
.dashboardPedidos .containerPedidos .pedido:has(.en-espera)::before {
  background: #f59e0b;
}
.dashboardPedidos .containerPedidos .pedido:has(.en-camino)::before {
  background: #0ea5e9;
}
.dashboardPedidos .containerPedidos .pedido:hover {
  transform: translateY(-4px);
  border-color: #e2e8f0;
  box-shadow: 0 12px 20px -10px rgba(0, 0, 0, 0.08);
}
.dashboardPedidos .containerPedidos .pedido:hover::before {
  height: 30%;
  top: 35%;
  width: 4px;
  border-radius: 0 10px 10px 0;
}
.dashboardPedidos .containerPedidos .pedido h3 {
  font-family: "Inter", sans-serif;
  text-align: start;
  font-size: 2rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #94a3b8;
  font-weight: 600;
  margin-bottom: 8px;
}
.dashboardPedidos .containerPedidos .pedido .cliente-nombre {
  font-weight: 800;
  font-size: 1.5rem;
  color: #0f172a;
  margin-bottom: 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dashboardPedidos .containerPedidos .pedido p {
  margin: 0;
  text-align: start;
  color: #64748b;
  font-size: 2rem;
}
.dashboardPedidos .containerPedidos .pedido p strong {
  color: #6366f1;
  font-weight: 800;
}
.dashboardPedidos .containerPedidos .pedido div {
  margin-top: 12px;
  display: flex;
  gap: 5px;
}
.dashboardPedidos .containerPedidos .pedido div .botonesEstado {
  font-size: 1.5rem;
  padding: 2px 8px;
  border-radius: 4px;
  border: none;
  background: #f8fafc;
  font-weight: 700;
}

.botonesEstado {
  background-color: rgba(49, 56, 189, 0.2470588235);
  padding: 10px;
  color: blue;
  margin-right: 10px;
  margin-top: 10px;
  border-radius: 10px;
  font-weight: bold;
}
.botonesEstado i {
  margin-right: 5px;
}
.botonesEstado.procesado {
  background-color: rgba(0, 255, 128, 0.212);
  color: green;
}
.botonesEstado.no-procesado {
  background-color: rgba(255, 0, 0, 0.212);
  color: red;
}
.botonesEstado.precio {
  background-color: rgba(255, 217, 0, 0.212);
  color: orange;
}
.botonesEstado.en-espera {
  background-color: rgba(255, 217, 0, 0.212);
  color: orange;
}
.botonesEstado.en-camino {
  background-color: rgba(0, 204, 255, 0.212);
  color: rgb(0, 124, 128);
}
.botonesEstado.finalizado {
  background-color: rgba(0, 255, 128, 0.212);
  color: green;
}
.botonesEstado.codigo {
  background-color: rgba(255, 0, 0, 0.212);
  color: red;
  width: 100%;
  margin: auto;
  display: inline-flex;
  justify-content: start;
  align-items: start;
  margin-bottom: 10px;
}

.dashboardPedidos {
  background-color: #fcfcfd;
  padding: 50px 0;
}
.dashboardPedidos h1 {
  font-size: 3.5rem;
  font-weight: 950;
  color: #0f172a;
  margin-bottom: 40px;
  letter-spacing: -2px;
}
.dashboardPedidos .dashboardActions {
  display: inline-flex;
  background: #fff;
  padding: 10px;
  border-radius: 25px;
  border: 2px solid #f1f5f9;
  margin-bottom: 50px;
  gap: 10px;
}
.dashboardPedidos .dashboardActions a {
  padding: 15px 30px;
  text-decoration: none;
  border-radius: 20px;
  transition: all 0.3s ease;
}
.dashboardPedidos .dashboardActions a h3 {
  font-size: 1.3rem;
  font-weight: 800;
  color: #64748b;
  margin: 0;
}
.dashboardPedidos .dashboardActions a p {
  font-size: 1rem;
  color: #94a3b8;
  margin: 0;
}
.dashboardPedidos .dashboardActions a:hover {
  background: #f8fafc;
}
.dashboardPedidos .dashboardActions a.active {
  background: #0f172a;
}
.dashboardPedidos .dashboardActions a.active h3 {
  color: #fff;
}
.dashboardPedidos .dashboardActions a.active p {
  color: rgba(255, 255, 255, 0.5);
}
.dashboardPedidos .pedidosGrid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
  gap: 35px;
}
.dashboardPedidos .pedidosGrid .pedidoCard {
  background: #ffffff;
  border: 2px solid #eaebff;
  border-radius: 50px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 25px;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.dashboardPedidos .pedidosGrid .pedidoCard:hover {
  transform: translateY(-12px);
  box-shadow: 0 40px 80px rgba(15, 23, 42, 0.08);
  border-color: #6366f1;
}
.dashboardPedidos .pedidosGrid .pedidoCard .pedidoHeader {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.dashboardPedidos .pedidosGrid .pedidoCard .pedidoHeader .badge-id {
  background: #6366f1;
  color: #fff;
  padding: 8px 20px;
  border-radius: 18px;
  font-weight: 900;
  font-size: 1.1rem;
  text-transform: uppercase;
}
.dashboardPedidos .pedidosGrid .pedidoCard .pedidoHeader .fecha-txt {
  color: #94a3b8;
  font-weight: 700;
  font-size: 1.2rem;
}
.dashboardPedidos .pedidosGrid .pedidoCard .clienteSection {
  display: flex;
  align-items: center;
  gap: 20px;
}
.dashboardPedidos .pedidosGrid .pedidoCard .clienteSection .avatarBox {
  width: 80px;
  height: 80px;
  background: #f8fafc;
  border-radius: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.8rem;
  color: #cbd5e1;
}
.dashboardPedidos .pedidosGrid .pedidoCard .clienteSection .clienteDetalle .label {
  color: #6366f1;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 0.85rem;
  letter-spacing: 1px;
}
.dashboardPedidos .pedidosGrid .pedidoCard .clienteSection .clienteDetalle h3 {
  font-size: 2.4rem;
  font-weight: 950;
  color: #0f172a;
  margin: 2px 0 0 0;
  letter-spacing: -1.5px;
  line-height: 1;
}
.dashboardPedidos .pedidosGrid .pedidoCard .metaGrid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 15px;
}
.dashboardPedidos .pedidosGrid .pedidoCard .metaGrid .info-block {
  background: #f8fafc;
  padding: 25px;
  border-radius: 35px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.dashboardPedidos .pedidosGrid .pedidoCard .metaGrid .info-block .label {
  font-size: 0.85rem;
  color: #94a3b8;
  font-weight: 800;
  text-transform: uppercase;
}
.dashboardPedidos .pedidosGrid .pedidoCard .metaGrid .info-block .priceContainer {
  display: flex;
  align-items: baseline;
  gap: 4px;
}
.dashboardPedidos .pedidosGrid .pedidoCard .metaGrid .info-block .priceContainer .signo {
  font-size: 1.6rem;
  color: #cbd5e1;
  font-weight: 900;
}
.dashboardPedidos .pedidosGrid .pedidoCard .metaGrid .info-block .priceContainer .monto {
  font-size: 3.2rem;
  font-weight: 950;
  color: #0f172a;
  letter-spacing: 2px;
}
.dashboardPedidos .pedidosGrid .pedidoCard .metaGrid .info-block .statusText {
  font-size: 1.3rem;
  font-weight: 900;
  display: flex;
  align-items: center;
  gap: 8px;
  text-transform: uppercase;
}
.dashboardPedidos .pedidosGrid .pedidoCard .metaGrid .info-block .statusText i {
  font-size: 0.7rem;
}
.dashboardPedidos .pedidosGrid .pedidoCard .metaGrid .info-block .statusText.no-procesado {
  color: #94a3b8;
}
.dashboardPedidos .pedidosGrid .pedidoCard .metaGrid .info-block .statusText.procesado {
  color: #0f172a;
}
.dashboardPedidos .pedidosGrid .pedidoCard .metaGrid .info-block .statusText.en-espera {
  color: #f59e0b;
}
.dashboardPedidos .pedidosGrid .pedidoCard .metaGrid .info-block .statusText.en-camino {
  color: #6366f1;
}
.dashboardPedidos .pedidosGrid .pedidoCard .metaGrid .info-block .statusText.finalizado {
  color: #10b981;
}
.dashboardPedidos .pedidosGrid .pedidoCard .footer-acciones {
  margin-top: 10px;
}
.dashboardPedidos .pedidosGrid .pedidoCard .footer-acciones .btnGestionar {
  background: #0f172a;
  color: #fff;
  padding: 22px;
  border-radius: 28px;
  text-decoration: none;
  font-weight: 900;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  transition: all 0.3s ease;
}
.dashboardPedidos .pedidosGrid .pedidoCard .footer-acciones .btnGestionar:hover {
  background: #6366f1;
  gap: 25px;
}
.dashboardPedidos .empty-msg {
  text-align: center;
  grid-column: 1/-1;
  font-size: 2rem;
  font-weight: 800;
  color: #cbd5e1;
  padding: 100px 0;
}

.dashboardPedido {
  padding: 60px 40px;
  background: #f8fafc;
  min-height: 100vh;
  font-family: "Inter", sans-serif;
}
.dashboardPedido .pedidoHeaderContainer {
  max-width: 1400px;
  margin: 0 auto 40px;
}
.dashboardPedido .pedidoHeaderContainer .btn-back-minimal {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: #94a3b8;
  font-weight: 700;
  font-size: 1.2rem;
  transition: 0.3s;
}
.dashboardPedido .pedidoHeaderContainer .btn-back-minimal:hover {
  color: #6366f1;
  transform: translateX(-8px);
}
.dashboardPedido .pedidoTop {
  max-width: 1400px;
  margin: 0 auto;
  background: #fff;
  padding: 50px 60px;
  border-radius: 40px;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.05);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.dashboardPedido .pedidoTop .pedidoDesc h1 {
  font-size: 4.5rem;
  font-weight: 900;
  color: #0f172a;
  margin: 0;
  letter-spacing: -3px;
}
.dashboardPedido .pedidoTop .pedidoDesc .meta-data {
  display: flex;
  gap: 30px;
  margin-top: 20px;
}
.dashboardPedido .pedidoTop .pedidoDesc .meta-data p {
  font-size: 1.4rem;
  color: #64748b;
  font-weight: 500;
}
.dashboardPedido .pedidoTop .pedidoDesc .meta-data p i {
  color: #6366f1;
}
.dashboardPedido .pedidoTop .pedidoActions {
  display: flex;
  align-items: center;
  gap: 40px;
}
.dashboardPedido .pedidoTop .pedidoActions .select-estado {
  background: #f1f5f9;
  padding: 18px 30px;
  border-radius: 20px;
  font-size: 1.4rem;
  font-weight: 800;
  border: 2px solid transparent;
}
.dashboardPedido .pedidoTop .pedidoActions .button-group {
  display: flex;
  gap: 20px;
}
.dashboardPedido .pedidoTop .pedidoActions .button-group .btn-action.btn-assign {
  background: #0f172a;
  color: #fff;
  padding: 20px 40px;
  border-radius: 20px;
  font-weight: 800;
  font-size: 1.3rem;
  cursor: pointer;
  transition: 0.3s;
}
.dashboardPedido .pedidoTop .pedidoActions .button-group .btn-action.btn-assign:hover {
  transform: translateY(-4px);
  background: #6366f1;
}
.dashboardPedido .pedidoTop .pedidoActions .button-group .btn-delete-final {
  background: #fef2f2;
  color: #ef4444;
  width: 70px;
  height: 70px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  cursor: pointer;
  transition: 0.3s;
}
.dashboardPedido .pedidoTop .pedidoActions .button-group .btn-delete-final:hover {
  background: #ef4444;
  color: #fff;
  transform: rotate(8deg);
}
.dashboardPedido .tablePedido {
  width: 100%;
  max-width: 1400px;
  margin: 60px auto;
  border-collapse: separate;
  border-spacing: 0 25px;
}
.dashboardPedido .tablePedido thead th {
  padding: 0 40px 20px;
  color: #94a3b8;
  font-weight: 800;
  font-size: 1.1rem;
  text-transform: uppercase;
}
.dashboardPedido .tablePedido tbody tr {
  background: #fff;
  transition: 0.4s;
}
.dashboardPedido .tablePedido tbody tr td {
  padding: 40px;
  font-size: 1.5rem;
}
.dashboardPedido .tablePedido tbody tr td:first-child {
  border-radius: 35px 0 0 35px;
}
.dashboardPedido .tablePedido tbody tr td:last-child {
  border-radius: 0 35px 35px 0;
}
.dashboardPedido .tablePedido tbody tr td .codigo-txt {
  background: #eef2ff;
  color: #6366f1;
  padding: 8px 18px;
  border-radius: 12px;
  font-weight: 800;
}
.dashboardPedido .tablePedido tbody tr:hover {
  transform: scale(1.02);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.08);
}
.dashboardPedido .tablePedido .seccion-totales .valor {
  font-size: 5rem;
  font-weight: 950;
  letter-spacing: -3px;
  padding-left: 30px;
}
.dashboardPedido .pedidoInfoGrid {
  max-width: 1400px;
  margin: 0 auto 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
.dashboardPedido .pedidoInfoGrid .infoCard {
  background: #fff;
  padding: 50px;
  border-radius: 40px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
}
.dashboardPedido .pedidoInfoGrid .infoCard .cardHeader {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 30px;
  border-bottom: 2px solid #f8fafc;
  padding-bottom: 20px;
}
.dashboardPedido .pedidoInfoGrid .infoCard .cardHeader i {
  font-size: 2rem;
  color: #6366f1;
}
.dashboardPedido .pedidoInfoGrid .infoCard .cardHeader h3 {
  font-size: 2rem;
  font-weight: 900;
  margin: 0;
}
.dashboardPedido .pedidoInfoGrid .infoCard .cardBody .dataItem {
  margin-bottom: 25px;
}
.dashboardPedido .pedidoInfoGrid .infoCard .cardBody .dataItem .label {
  display: block;
  font-size: 1rem;
  color: #94a3b8;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.dashboardPedido .pedidoInfoGrid .infoCard .cardBody .dataItem p {
  font-size: 1.6rem;
  font-weight: 700;
  color: #0f172a;
  margin: 0;
  text-align: start;
}
.dashboardPedido .pedidoInfoGrid .infoCard .cardBody .dataItem .sub {
  font-size: 1.2rem;
  color: #64748b;
  font-weight: 500;
}
.dashboardPedido .pedidoInfoGrid .infoCard .cardBody .dataItem .nota {
  font-style: italic;
  color: #64748b;
  font-weight: 500;
  border-left: 4px solid #e2e8f0;
  padding-left: 15px;
  margin-top: 10px;
}
.dashboardPedido .pedidoComprobanteSection {
  max-width: 1400px;
  margin: 0 auto;
}
.dashboardPedido .pedidoComprobanteSection .comprobanteCard {
  background: #fff;
  border-radius: 40px;
  padding: 50px;
}
.dashboardPedido .pedidoComprobanteSection .comprobanteCard .cardHeader {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 30px;
}
.dashboardPedido .pedidoComprobanteSection .comprobanteCard .cardHeader i {
  font-size: 2rem;
  color: #6366f1;
}
.dashboardPedido .pedidoComprobanteSection .comprobanteCard .cardHeader h3 {
  font-size: 2rem;
  font-weight: 900;
  margin: 0;
}
.dashboardPedido .pedidoComprobanteSection .comprobanteCard .comprobanteBody .imageWrapper {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  border: 2px solid #f1f5f9;
}
.dashboardPedido .pedidoComprobanteSection .comprobanteCard .comprobanteBody .imageWrapper img {
  width: 100%;
  display: block;
  transition: 0.5s;
}
.dashboardPedido .pedidoComprobanteSection .comprobanteCard .comprobanteBody .imageWrapper .btn-zoom {
  position: absolute;
  bottom: 30px;
  right: 30px;
  background: #0f172a;
  color: #fff;
  padding: 15px 30px;
  border-radius: 15px;
  text-decoration: none;
  font-weight: 800;
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  gap: 10px;
  opacity: 0.9;
}
.dashboardPedido .pedidoComprobanteSection .comprobanteCard .comprobanteBody .imageWrapper .btn-zoom:hover {
  opacity: 1;
  transform: scale(1.05);
}
.dashboardPedido .pedidoComprobanteSection .comprobanteCard .comprobanteBody .no-comprobante {
  text-align: center;
  padding: 60px;
  background: #f8fafc;
  border-radius: 30px;
  border: 3px dashed #e2e8f0;
}
.dashboardPedido .pedidoComprobanteSection .comprobanteCard .comprobanteBody .no-comprobante i {
  font-size: 4rem;
  color: #cbd5e1;
  margin-bottom: 15px;
}
.dashboardPedido .pedidoComprobanteSection .comprobanteCard .comprobanteBody .no-comprobante p {
  font-size: 1.4rem;
  color: #94a3b8;
  font-weight: 600;
}

.profile-card {
  background: #ffffff;
  border-radius: 30px;
  padding: 40px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.05);
  max-width: 100%;
  margin: -30px auto 50px;
  position: relative;
  z-index: 10;
}
.profile-card .section-title {
  font-weight: bold;
  text-align: start;
}
.profile-card .custom-form .form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
}
@media (max-width: 600px) {
  .profile-card .custom-form .form-grid {
    grid-template-columns: 1fr;
  }
}
.profile-card .custom-form .form-grid .full-width {
  grid-column: 1/-1;
}
.profile-card .custom-form .input-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.profile-card .custom-form .input-group label {
  font-weight: 700;
  font-size: 2rem;
  color: #444;
  display: flex;
  align-items: center;
  gap: 8px;
}
.profile-card .custom-form .input-group label i {
  color: #2ed573;
}
.profile-card .custom-form .input-group input {
  padding: 15px 20px;
  border-radius: 15px;
  border: 2px solid #e2e8f0;
  font-family: "Inter", sans-serif;
  font-size: 2rem;
  transition: all 0.3s ease;
}
.profile-card .custom-form .input-group input:focus {
  outline: none;
  border-color: #111111;
  background: #fcfcfc;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}
.profile-card .custom-form .form-footer {
  margin-top: 40px;
  display: flex;
  justify-content: flex-end;
}
.profile-card .custom-form .form-footer .btn-save {
  background: #111111;
  color: #ffffff;
  padding: 18px 35px;
  border-radius: 18px;
  border: none;
  font-weight: 700;
  font-size: 1rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 12px;
  transition: all 0.3s ease;
}
.profile-card .custom-form .form-footer .btn-save:hover {
  background: #2ed573;
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(46, 213, 115, 0.3);
}

.no-procesado-color {
  color: #ff9f43;
}

.procesado-color {
  color: #2ed573;
}

.en-espera-color {
  color: #54a0ff;
}

.en-camino-color {
  color: #5f27cd;
}

.finalizado-color {
  color: #1dd1a1;
}

.pedidoCard {
  transition: all 0.3s ease;
}
.pedidoCard:hover {
  border-color: #2ed573;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
}

.empty-state-client {
  background: white;
  border-radius: 30px;
  border: 2px dashed #eee;
}

.detalleGrid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 30px;
  margin-top: -40px;
}
@media (max-width: 992px) {
  .detalleGrid {
    grid-template-columns: 1fr;
    margin-top: 20px;
  }
}

.item-fila {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 25px 0;
  border-bottom: 1px solid #f0f0f0;
}
.item-fila:last-child {
  border-bottom: none;
}
.item-fila .item-img {
  width: 150px;
  height: 150px;
  background: #fff;
  border-radius: 20px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.item-fila .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.item-fila .item-img i {
  font-size: 1.8rem;
  color: #ddd;
}
.item-fila .item-info {
  flex: 1;
}
.item-fila .item-info h4 {
  margin: 0;
  font-size: 2rem;
  font-weight: 700;
  color: #111;
}
.item-fila .item-info p {
  color: #888;
  margin-top: 5px;
  font-size: 1.5rem;
  text-align: start;
}
.item-fila .item-precio {
  text-align: right;
}
.item-fila .item-precio .subtotal-item {
  display: block;
  font-size: 3Rem;
  font-weight: 900;
  letter-spacing: -1px;
}
.item-fila .item-precio small {
  color: #bbb;
  font-size: 2rem;
}

.info-col .card-resumen-dark {
  background: #111;
  color: #fff;
  padding: 40px;
  border-radius: 35px;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}
.info-col .card-resumen-dark .total-label {
  font-weight: 600;
  color: #555;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 1.5rem;
}
.info-col .card-resumen-dark .total-amount {
  font-size: 3rem;
  font-weight: 900;
  color: #2ed573;
  letter-spacing: -2px;
  line-height: 1;
  margin: 10px 0;
}
.info-col .card-resumen-dark .metodo-pago {
  margin-top: 25px;
  padding-top: 20px;
  border-top: 1px solid #222;
}
.info-col .card-resumen-dark .metodo-pago p {
  color: #444;
  font-size: 2rem;
  margin: 0;
}
.info-col .card-info-cliente {
  margin-top: 25px;
}
.info-col .card-info-cliente h3 {
  font-size: 3rem;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.info-col .card-info-cliente h3 i {
  color: #2ed573;
}
.info-col .card-info-cliente .cliente-data-group {
  margin-bottom: 25px;
}
.info-col .card-info-cliente .cliente-data-group:last-child {
  margin-bottom: 0;
}
.info-col .card-info-cliente .cliente-data-group label {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: #2ed573;
  text-transform: uppercase;
  margin-bottom: 8px;
  letter-spacing: 1px;
}
.info-col .card-info-cliente .cliente-data-group p {
  font-size: 1.5rem;
  font-weight: 800;
  color: #111;
  text-align: start;
  line-height: 1.1;
  letter-spacing: -1px;
}

.dashboardActions.client {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 25px;
  margin-top: -30px;
}
.dashboardActions.client h3 {
  text-align: start;
}
.dashboardActions.client .action-card {
  background: #fff;
  padding: 40px;
  border-radius: 35px;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  gap: 25px;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  border: 1px solid #f0f0f0;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
}
.dashboardActions.client .action-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
  border-color: #2ed573;
}
.dashboardActions.client .action-card:hover .icon-box {
  background: #111;
  color: #2ed573;
  transform: scale(1.1);
}
.dashboardActions.client .action-card:hover .btn-link {
  color: #111;
}
.dashboardActions.client .action-card:hover .btn-link i {
  transform: translateX(5px);
}
.dashboardActions.client .action-card .icon-box {
  width: 70px;
  height: 70px;
  background: #f8f8f8;
  border-radius: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  color: #111;
  transition: all 0.3s ease;
}
.dashboardActions.client .action-card .content h3 {
  font-weight: 800;
  color: #111;
  margin-bottom: 12px;
  text-align: start;
  letter-spacing: -1px;
}
.dashboardActions.client .action-card .content p {
  color: #777;
  font-size: 1.05rem;
  line-height: 1.6;
  margin-bottom: 25px;
}
.dashboardActions.client .action-card .content .btn-link {
  font-weight: 700;
  color: #2ed573;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
}
.dashboardActions.client .action-card .content .btn-link i {
  font-size: 0.9rem;
  transition: all 0.3s ease;
}

@media (max-width: 1024px) {
  .mainDashboard h1 {
    font-size: 4rem;
    text-align: center;
  }
}
.mainDashboard .dashboardActions.admin {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 1024px) {
  .mainDashboard .dashboardActions.admin {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(1, 1fr);
  }
}
.mainDashboard .dashboardActions.admin a {
  width: 100%;
  border: 1px solid rgba(128, 128, 128, 0.301);
}
@media (max-width: 1024px) {
  .mainDashboard .dashboardActions.admin a {
    margin: 0;
  }
}
.mainDashboard .dashboardActions.admin a p {
  font-size: 2rem;
  margin: 15px 0;
}
.mainDashboard .dashboardActions.admin a h3 {
  text-align: start;
  font-size: 3rem;
  line-height: 15px;
}
.mainDashboard .dashboardActions.admin a span {
  border-radius: 10px;
  background-color: rgba(0, 0, 245, 0.137);
  padding: 10px;
  color: rgb(0, 60, 255);
  font-weight: bold;
}

.dashboardClientes {
  background-color: #f8fafc;
  padding: 40px 0 100px;
}
.dashboardClientes h1 {
  font-family: "Figtree", sans-serif;
  font-size: 3.8rem;
  font-weight: 900;
  color: #0f172a;
  margin-bottom: 35px;
  letter-spacing: -2px;
  display: flex;
  align-items: center;
  gap: 15px;
}
.dashboardClientes h1::before {
  content: "";
  width: 10px;
  height: 45px;
  background: #6366f1;
  border-radius: 20px;
}
.dashboardClientes .dashboardActions {
  display: inline-flex;
  background: #fff;
  padding: 8px;
  border-radius: 20px;
  border: 1px solid #e2e8f0;
  margin-bottom: 50px;
}
.dashboardClientes .dashboardActions a {
  padding: 12px 25px;
  text-decoration: none;
  border-radius: 15px;
}
.dashboardClientes .dashboardActions a h3 {
  font-size: 1.3rem;
  font-weight: 700;
  color: #64748b;
  margin: 0;
  text-align: start;
}
.dashboardClientes .dashboardActions a p {
  font-size: 1rem;
  color: #94a3b8;
  margin: 0;
}
.dashboardClientes .dashboardActions a:hover {
  background: #f1f5f9;
}
.dashboardClientes .dashboardActions a:hover h3 {
  color: #0f172a;
}
.dashboardClientes .clientesGrid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 30px;
}
.dashboardClientes .clientesGrid .clienteCard {
  background: #fff;
  border-radius: 35px;
  padding: 30px;
  border: 1px solid #f1f5f9;
  position: relative;
  display: flex;
  flex-direction: column;
  transition: all 0.5s cubic-bezier(0.2, 1, 0.3, 1);
}
.dashboardClientes .clientesGrid .clienteCard .clienteId {
  position: absolute;
  top: 25px;
  right: 25px;
  background: #f1f5f9;
  color: #6366f1;
  padding: 6px 14px;
  border-radius: 12px;
  font-weight: 800;
  font-size: 0.9rem;
}
.dashboardClientes .clientesGrid .clienteCard:hover {
  transform: translateY(-12px);
  box-shadow: 0 35px 60px -15px rgba(0, 0, 0, 0.1);
  border-color: #6366f1;
}
.dashboardClientes .clientesGrid .clienteCard:hover .avatarBig {
  background: #6366f1;
  color: #fff;
  transform: rotate(-5deg) scale(1.1);
}
.dashboardClientes .clientesGrid .clienteCard .clienteVisual {
  display: flex;
  justify-content: center;
  margin-bottom: 25px;
}
.dashboardClientes .clientesGrid .clienteCard .clienteVisual .avatarBig {
  width: 100px;
  height: 100px;
  background: #f8fafc;
  color: #cbd5e1;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 4rem;
  transition: 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.dashboardClientes .clientesGrid .clienteCard .info {
  text-align: center;
}
.dashboardClientes .clientesGrid .clienteCard .info h3 {
  font-size: 2.2rem;
  color: #0f172a;
  font-weight: 900;
  margin-bottom: 5px;
}
.dashboardClientes .clientesGrid .clienteCard .info .email {
  font-size: 1.2rem;
  color: #64748b;
  margin-bottom: 20px;
}
.dashboardClientes .clientesGrid .clienteCard .info .meta-data {
  background: #f8fafc;
  padding: 15px;
  border-radius: 20px;
  margin-bottom: 25px;
}
.dashboardClientes .clientesGrid .clienteCard .info .meta-data .data-box span {
  font-size: 0.85rem;
  color: #94a3b8;
  font-weight: 800;
  text-transform: uppercase;
  display: block;
}
.dashboardClientes .clientesGrid .clienteCard .info .meta-data .data-box strong {
  font-size: 1.4rem;
  color: #0f172a;
  font-weight: 800;
}
.dashboardClientes .clientesGrid .clienteCard .info .footer-acciones {
  display: flex;
  gap: 12px;
  width: 100%;
}
.dashboardClientes .clientesGrid .clienteCard .info .footer-acciones .btnHistorial {
  flex: 1;
  background: #0f172a;
  color: #fff;
  padding: 14px;
  border-radius: 18px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: 0.3s;
}
.dashboardClientes .clientesGrid .clienteCard .info .footer-acciones .btnHistorial:hover {
  background: #6366f1;
}
.dashboardClientes .clientesGrid .clienteCard .info .footer-acciones .btnEliminar {
  background: #fef2f2;
  color: #ef4444;
  border: 1px solid #fee2e2;
  width: 55px;
  height: 55px;
  border-radius: 18px;
  cursor: pointer;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.dashboardClientes .clientesGrid .clienteCard .info .footer-acciones .btnEliminar:hover {
  background: #ef4444;
  color: #fff;
  border-color: #ef4444;
}

.dashboardUsuarios {
  background-color: #f8fafc;
  padding: 40px 0 100px;
}
.dashboardUsuarios h1 {
  font-family: "Figtree", sans-serif;
  font-size: 3.8rem;
  font-weight: 900;
  color: #0f172a;
  margin-bottom: 35px;
  display: flex;
  align-items: center;
  gap: 15px;
}
.dashboardUsuarios h1::before {
  content: "";
  width: 10px;
  height: 45px;
  background: #6366f1;
  border-radius: 20px;
}
.dashboardUsuarios .dashboardActions {
  display: inline-flex;
  background: #fff;
  padding: 8px;
  border-radius: 20px;
  border: 1px solid #e2e8f0;
  margin-bottom: 50px;
}
.dashboardUsuarios .dashboardActions a {
  padding: 12px 25px;
  text-decoration: none;
  border-radius: 15px;
}
.dashboardUsuarios .dashboardActions a h3 {
  font-size: 1rem;
  font-weight: 700;
  color: #64748b;
  margin: 0;
  text-align: start;
}
.dashboardUsuarios .dashboardActions a p {
  font-size: 1rem;
  color: #94a3b8;
  margin: 0;
}
.dashboardUsuarios .dashboardActions a:hover {
  background: #f1f5f9;
}
.dashboardUsuarios .dashboardActions a:hover h3 {
  color: #0f172a;
}
.dashboardUsuarios .dashboardActions a.active {
  background: #0f172a;
}
.dashboardUsuarios .dashboardActions a.active h3 {
  color: #fff;
}
.dashboardUsuarios .dashboardActions a.active p {
  color: rgba(255, 255, 255, 0.6);
}
.dashboardUsuarios .usuariosGrid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 30px;
}
.dashboardUsuarios .usuariosGrid .userCard {
  background: #fff;
  border-radius: 35px;
  padding: 40px 25px;
  border: 1px solid #f1f5f9;
  position: relative;
  display: flex;
  flex-direction: column;
  transition: all 0.5s cubic-bezier(0.2, 1, 0.3, 1);
}
.dashboardUsuarios .usuariosGrid .userCard .userId {
  position: absolute;
  top: 25px;
  right: 25px;
  background: #f1f5f9;
  color: #6366f1;
  padding: 6px 14px;
  border-radius: 12px;
  font-weight: 800;
  font-size: 0.9rem;
}
.dashboardUsuarios .usuariosGrid .userCard:hover {
  transform: translateY(-12px);
  box-shadow: 0 35px 60px -15px rgba(0, 0, 0, 0.1);
  border-color: #6366f1;
}
.dashboardUsuarios .usuariosGrid .userCard:hover .avatarBig {
  background: #6366f1;
  color: #fff;
  transform: scale(1.05);
}
.dashboardUsuarios .usuariosGrid .userCard .userVisual {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.dashboardUsuarios .usuariosGrid .userCard .userVisual .avatarBig {
  width: 90px;
  height: 90px;
  background: #0f172a;
  color: #fff;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  font-weight: 900;
  transition: 0.4s ease;
}
.dashboardUsuarios .usuariosGrid .userCard .info {
  text-align: center;
}
.dashboardUsuarios .usuariosGrid .userCard .info .role-badge {
  display: inline-block;
  padding: 4px 12px;
  background: #ecfdf5;
  color: #059669;
  border-radius: 10px;
  font-size: 0.9rem;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.dashboardUsuarios .usuariosGrid .userCard .info h3 {
  font-size: 2.2rem;
  color: #0f172a;
  font-weight: 900;
  margin-bottom: 5px;
}
.dashboardUsuarios .usuariosGrid .userCard .info .email {
  font-size: 1.2rem;
  color: #64748b;
  margin-bottom: 30px;
}
.dashboardUsuarios .usuariosGrid .userCard .info .footer-acciones {
  display: flex;
  gap: 12px;
  margin-top: auto;
}
.dashboardUsuarios .usuariosGrid .userCard .info .footer-acciones .btnManage {
  flex: 1;
  background: #0f172a;
  color: #fff;
  border: none;
  padding: 15px;
  border-radius: 18px;
  font-weight: 700;
  font-size: 1.2rem;
  cursor: pointer;
  transition: 0.3s;
}
.dashboardUsuarios .usuariosGrid .userCard .info .footer-acciones .btnManage:hover {
  background: #6366f1;
}
.dashboardUsuarios .usuariosGrid .userCard .info .footer-acciones .btnDelete {
  background: #fef2f2;
  color: #ef4444;
  border: 1px solid #fee2e2;
  width: 55px;
  height: 55px;
  border-radius: 18px;
  cursor: pointer;
  font-size: 1.3rem;
  transition: 0.3s;
}
.dashboardUsuarios .usuariosGrid .userCard .info .footer-acciones .btnDelete:hover {
  background: #ef4444;
  color: #fff;
}

.dashboardInventario {
  background-color: #f8fafc;
  padding: 40px 0 100px;
  min-height: 100vh;
}
.dashboardInventario h1 {
  font-family: "Figtree", sans-serif;
  font-size: 4rem;
  font-weight: 900;
  color: #0f172a;
  margin-bottom: 30px;
  letter-spacing: -2px;
  display: flex;
  align-items: center;
  gap: 15px;
}
.dashboardInventario h1::before {
  content: "";
  width: 10px;
  height: 45px;
  background: #6366f1;
  border-radius: 20px;
}
.dashboardInventario .dashboardActions {
  display: inline-flex;
  gap: 10px;
  margin-bottom: 50px;
  background: #ffffff;
  padding: 8px;
  border-radius: 24px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
}
.dashboardInventario .dashboardActions a {
  padding: 14px 28px;
  text-decoration: none;
  border-radius: 18px;
  transition: all 0.3s ease;
}
.dashboardInventario .dashboardActions a h3 {
  text-align: start;
  font-size: 1rem;
  font-weight: 700;
  color: #64748b;
  margin: 0;
}
.dashboardInventario .dashboardActions a:hover {
  background: #f1f5f9;
}
.dashboardInventario .dashboardActions a:hover h3 {
  color: #0f172a;
}
.dashboardInventario .dashboardActions a.active {
  background: #0f172a;
}
.dashboardInventario .dashboardActions a.active h3 {
  color: #ffffff;
}
.dashboardInventario .inventario {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
  gap: 30px;
}
.dashboardInventario .inventario .cardItem {
  background: #ffffff;
  border-radius: 35px;
  padding: 20px;
  text-decoration: none;
  position: relative;
  display: flex;
  flex-direction: column;
  border: 1px solid #f1f5f9;
  transition: all 0.5s cubic-bezier(0.2, 1, 0.3, 1);
  box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.04);
}
.dashboardInventario .inventario .cardItem .sku-badge {
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 5;
  background: rgba(15, 23, 42, 0.9);
  backdrop-filter: blur(10px);
  color: #ffffff;
  padding: 8px 16px;
  border-radius: 15px;
  font-weight: 800;
  font-size: 1.1rem;
  letter-spacing: 1px;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
  transition: 0.3s ease;
}
.dashboardInventario .inventario .cardItem:hover {
  transform: translateY(-12px);
  box-shadow: 0 40px 60px -20px rgba(0, 0, 0, 0.15);
  border-color: #6366f1;
}
.dashboardInventario .inventario .cardItem:hover .sku-badge {
  background: #6366f1;
}
.dashboardInventario .inventario .cardItem:hover .img-large img {
  transform: scale(1.08);
}
.dashboardInventario .inventario .cardItem:hover .stock-indicator .stock-number {
  transform: rotate(-5deg) scale(1.1);
}
.dashboardInventario .inventario .cardItem .img-large {
  width: 100%;
  height: 300px;
  border-radius: 25px;
  overflow: hidden;
  background: #f8fafc;
  margin-bottom: 25px;
}
.dashboardInventario .inventario .cardItem .img-large img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease;
}
.dashboardInventario .inventario .cardItem .info {
  padding: 0 5px;
}
.dashboardInventario .inventario .cardItem .info h4 {
  font-size: 2.2rem;
  color: #0f172a;
  font-weight: 900;
  margin: 0 0 20px 0;
  line-height: 1.1;
}
.dashboardInventario .inventario .cardItem .info .footer-card {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 15px;
  border-top: 1px solid #f1f5f9;
}
.dashboardInventario .inventario .cardItem .info .footer-card .precio-box span {
  font-size: 1rem;
  color: #94a3b8;
  font-weight: 800;
  text-transform: uppercase;
}
.dashboardInventario .inventario .cardItem .info .footer-card .precio-box .precio {
  font-size: 2.8rem;
  color: #0f172a;
  font-weight: 950;
  margin: 0;
}
.dashboardInventario .inventario .cardItem .info .footer-card .stock-indicator {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.dashboardInventario .inventario .cardItem .info .footer-card .stock-indicator .stock-number {
  background: #0f172a;
  color: #ffffff;
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  font-size: 1.8rem;
  font-weight: 900;
  transition: 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.dashboardInventario .inventario .cardItem .info .footer-card .stock-indicator .stock-label {
  margin-top: 6px;
  font-size: 0.9rem;
  font-weight: 900;
  color: #94a3b8;
  text-transform: uppercase;
}
.dashboardInventario .inventario .cardItem .info .footer-card .stock-indicator.low-stock .stock-number {
  background: #ef4444;
  box-shadow: 0 5px 15px rgba(239, 68, 68, 0.4);
}
.dashboardInventario .inventario .cardItem .info .footer-card .stock-indicator.low-stock .stock-label {
  color: #ef4444;
}

.search-container {
  margin: 20px 0;
  width: 100%;
}

.search-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  background: white;
  border: 1px solid #ddd;
  border-radius: 12px;
  padding: 10px 15px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.search-wrapper:focus-within {
  border-color: #000;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.search-wrapper i {
  color: #888;
  margin-right: 10px;
}

.search-wrapper input {
  border: none;
  outline: none;
  width: 100%;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  background: transparent;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.admin-header-stats {
  background: #111111;
  padding-bottom: 60px;
  border-radius: 0 0 40px 40px;
  margin-bottom: 50px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}
.admin-header-stats .btn-back-dashboard {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.05);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.1);
  text-decoration: none;
  transition: all 0.3s ease;
  margin-right: 10px;
}
.admin-header-stats .btn-back-dashboard i {
  font-size: 1.2rem;
}
.admin-header-stats .btn-back-dashboard:hover {
  background: #ffffff;
  color: #111111;
  transform: translateX(-5px);
  box-shadow: 0 5px 15px rgba(255, 255, 255, 0.2);
}
.admin-header-stats .header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding: 10px 0;
  margin-bottom: 50px;
}
.admin-header-stats .header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}
.admin-header-stats .header-content .welcome-user {
  display: flex;
  align-items: center;
  gap: 25px;
}
.admin-header-stats .header-content .welcome-user .avatar-circle {
  width: 150px;
  height: 150px;
  background: linear-gradient(135deg, #333, #000);
  border: 3px solid rgba(46, 213, 115, 0.3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.2rem;
  font-weight: 900;
  color: #ffffff;
  box-shadow: 0 0 20px rgba(46, 213, 115, 0.1);
}
.admin-header-stats .header-content .welcome-user .text h3 {
  text-align: start;
  color: #ffffff;
  font-size: 4rem;
  font-weight: 800;
  margin: 0;
  line-height: 1;
}
.admin-header-stats .header-content .welcome-user .text h3 span {
  color: #2ed573;
  font-size: 4rem;
}
.admin-header-stats .header-content .welcome-user .text p {
  color: #888888;
  margin-top: 10px;
  font-size: 2rem;
  font-weight: 400;
}
.admin-header-stats .header-content .stats-cards {
  display: flex;
  gap: 25px;
}
.admin-header-stats .header-content .stats-cards .stat-card {
  background: rgba(255, 255, 255, 0.03);
  padding: 35px 45px;
  border-radius: 25px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  min-width: 250px;
  text-align: right;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.admin-header-stats .header-content .stats-cards .stat-card:hover {
  transform: scale(1.05);
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(46, 213, 115, 0.4);
}
.admin-header-stats .header-content .stats-cards .stat-card .stat-label {
  color: #2ed573;
  font-size: 2rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 12px;
}
.admin-header-stats .header-content .stats-cards .stat-card .stat-value {
  color: #ffffff;
  font-size: 3rem;
  font-weight: 900;
  font-family: "Inter", sans-serif;
  line-height: 1;
  letter-spacing: -1px;
}
.admin-header-stats .header-content .stats-cards .stat-card .stat-indicator {
  margin-top: 15px;
  color: #888888;
  font-size: 2rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}
.admin-header-stats .header-content .stats-cards .stat-card .stat-indicator i {
  font-size: 1rem;
}

@media (max-width: 1024px) {
  .admin-header-stats .header-content {
    flex-direction: column;
    text-align: center;
  }
  .admin-header-stats .header-content .welcome-user {
    flex-direction: column;
  }
  .admin-header-stats .header-content .welcome-user .text h3 span {
    display: inline;
    font-size: 3rem;
  }
  .admin-header-stats .header-content .stats-cards {
    width: 100%;
    flex-direction: column;
  }
  .admin-header-stats .header-content .stats-cards .stat-card {
    text-align: center;
  }
  .admin-header-stats .header-content .stats-cards .stat-card .stat-indicator {
    justify-content: center;
  }
}

/*# sourceMappingURL=app.css.map */
