@charset "UTF-8";
/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on May 18, 2024 */
@font-face {
  font-family: "myriad_proregular";
  src: url("/assets/fonts/myriadpro-regular-webfont.woff2") format("woff2"), url("/assets/fonts/myriadpro-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "myriad_probold";
  src: url("/assets/fonts/myriadpro-bold-webfont.woff2") format("woff2"), url("/assets/fonts/myriadpro-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "myriad_probold_condensed";
  src: url("/assets/fonts/myriadpro-boldcond-webfont.woff2") format("woff2"), url("/assets/fonts/myriadpro-boldcond-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "myriad_proBdCnIt";
  src: url("/assets/fonts/myriadpro-boldcondit-webfont.woff2") format("woff2"), url("/assets/fonts/myriadpro-boldcondit-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "myriad_probold_italic";
  src: url("/assets/fonts/myriadpro-boldit-webfont.woff2") format("woff2"), url("/assets/fonts/myriadpro-boldit-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "myriad_procondensed";
  src: url("/assets/fonts/myriadpro-cond-webfont.woff2") format("woff2"), url("/assets/fonts/myriadpro-cond-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "myriad_procondensed_italic";
  src: url("/assets/fonts/myriadpro-condit-webfont.woff2") format("woff2"), url("/assets/fonts/myriadpro-condit-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "myriad_prolight";
  src: url("/assets/fonts/myriadpro-light-webfont.woff2") format("woff2"), url("/assets/fonts/myriadpro-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "myriad_prosemibold";
  src: url("/assets/fonts/myriadpro-semibold-webfont.woff2") format("woff2"), url("/assets/fonts/myriadpro-semibold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "myriad_prosemibold_italic";
  src: url("/assets/fonts/myriadpro-semiboldit-webfont.woff2") format("woff2"), url("/assets/fonts/myriadpro-semiboldit-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@view-transition {
  navigation: auto;
}
/* Importar Fuentes ------------------------------------------------------------*/
/*------------------------------------------------------------------------------*/
* {
  margin: 0px;
  padding: 0px;
  font-family: "myriad_prolight", sans-serif;
  box-sizing: border-box;
}

html {
  font-size: 15px;
  line-height: 1.5;
}

body {
  padding: 0px;
  font-family: "myriad_prolight", sans-serif;
  margin: 0;
}

header {
  position: fixed;
  z-index: 9999;
  background-color: #f5f5f5;
  width: 100%;
  height: 60px;
}

.header-ecommerce {
  height: auto;
}

main {
  position: absolute;
  background-color: white;
  width: 100%;
  height: calc(100% - 60px);
  margin-top: 60px;
}

.main-ecommerce {
  position: absolute;
  z-index: 1;
  margin-top: 100px;
}

.main-ecommerce-home {
  position: absolute;
  background-color: white;
  z-index: 1;
  top: 100%;
  margin-top: 100px;
  height: auto;
}

footer {
  position: fixed;
  z-index: 999;
  right: 0;
  bottom: 0;
  padding: 1rem;
  color: black;
  opacity: 60%;
  font-size: 0.5rem;
  text-align: center;
}

.footer-ecommerce {
  position: relative;
  font-size: 1rem;
  text-align: justify;
}

.footer-ecommerce p, .footer-ecommerce h1, .footer-ecommerce h2, .footer-ecommerce h3, .footer-ecommerce h4 {
  all: unset;
  width: 100%;
  display: block;
}

.footer-ecommerce a:hover {
  color: red;
}

h1, h2, h3, h4 {
  margin-bottom: 1rem;
}

hr {
  border: 1px solid black;
  margin-bottom: 1rem;
}

.hr-dark {
  border: 1px solid black;
}

.hr-medium {
  border: 1px solid gray;
}

.hr-primary {
  border: 1px solid red;
}

.hr-secondary {
  border: 1px solid #f5f5f5;
}

label {
  width: 100%;
  font-weight: bold;
}

/*Principales DIV Custom*/
.container {
  width: 100%;
  margin: auto;
  padding: 0 1rem;
}

.container-max {
  width: calc(100% - 2rem);
  max-width: 1200px;
  margin: auto;
}

.module-main {
  padding: 1rem 0;
}

.module-preheader {
  background-color: white;
  height: 40px;
}

.module-header {
  background: black;
  height: 60px;
}

.sticky {
  position: sticky;
  top: 100px;
  z-index: 10;
}

.sticky-bg {
  position: sticky;
  top: 100px;
  background: linear-gradient(to right, red 0%, red 50%, black 50%, black 100%);
  z-index: 10;
}

.row {
  display: flex; /* Activa el sistema de Flexbox */
  flex-wrap: wrap; /* Permite que los elementos bajen de línea si no caben */
  margin-right: -15px; /* Simula el padding de los contenedores */
  margin-left: -15px;
}

/*ESTILOS DE COLUMNAS*/
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}

@media (max-width: 576px) {
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 768px) {
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 992px) {
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1200px) {
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.col-offset-3 {
  margin-left: 25%; /* 3 de las 12 columnas = 25% del ancho */
}

/*JUSTIFY CONTENT*/
.justify-content-start {
  display: flex;
  justify-content: start;
}

.justify-content-center {
  display: flex;
  justify-content: center;
}

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

/*ALIGN ITEMS*/
.align-items-start {
  display: flex;
  align-items: start;
}

.align-items-center {
  display: flex;
  align-items: center;
}

.align-items-end {
  display: flex;
  align-items: end;
}

button, .btn {
  background: transparent;
  border: none;
  font-weight: bold;
  transition: all 0.5s ease;
  outline: none;
  display: inline-flex;
  align-items: center; /* Alinea verticalmente */
  justify-content: center;
  gap: 5px;
  vertical-align: middle;
  -webkit-appearance: none;
  appearance: none;
  color: inherit;
  -webkit-tap-highlight-color: transparent;
}

button:hover, .btn:hover {
  cursor: pointer;
}

.btn-main-logo {
  width: 30px;
  height: 30px;
}

.btn-main-ecommerce {
  height: 2rem;
  color: white;
  white-space: nowrap;
}

.btn-main-ecommerce:hover {
  border-left: 0.2rem solid red;
  padding-left: 1rem;
}

.btn-logo {
  height: 40px;
}

.btn-logo img {
  height: 30px;
}

.btn-menu {
  height: 40px;
  padding: 0 15px;
}

.btn-profile {
  border: none;
  height: 40px;
}

/*Main Buttons*/
.btn-dark {
  height: 40px;
  padding: 0 15px;
  background: black;
  color: white;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}
.btn-dark:hover {
  background: rgba(0, 0, 0, 0.7);
}

.btn-light {
  height: 40px;
  padding: 0 15px;
  background: white;
  color: black;
  border: 1px solid gray;
  cursor: pointer;
  transition: all 0.3s ease;
}
.btn-light:hover {
  background: gray;
  color: white;
}

.btn-primary {
  height: 40px;
  padding: 0 15px;
  background: red;
  color: white;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}
.btn-primary:hover {
  background: #cc0000;
}

.btn-secondary {
  height: 40px;
  padding: 0 15px;
  background: #f5f5f5;
  color: black;
  border: 1px solid gray;
  cursor: pointer;
  transition: all 0.3s ease;
}
.btn-secondary:hover {
  background: gray;
  color: white;
}

.btn-success {
  height: 40px;
  padding: 0 15px;
  background: #28a745;
  color: white;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}
.btn-success:hover {
  background: rgb(30.1449275362, 125.8550724638, 52);
}

.btn-danger {
  height: 40px;
  padding: 0 15px;
  background: #dc3545;
  color: white;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}
.btn-danger:hover {
  background: rgb(189.2151898734, 32.7848101266, 47.7721518987);
}

.btn-warning {
  height: 40px;
  padding: 0 15px;
  background: #ffc107;
  color: black;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}
.btn-warning:hover {
  background: rgb(211, 158.25, 0);
}

.btn-info {
  height: 40px;
  padding: 0 15px;
  background: #17a2b8;
  color: white;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}
.btn-info:hover {
  background: rgb(17.3333333333, 122.0869565217, 138.6666666667);
}

/* Outline Buttons */
.btn-outline-dark {
  border: 1px solid black;
  padding: 0 15px;
  height: 40px;
  color: black;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
}
.btn-outline-dark:hover {
  background: black;
  color: white;
}

.btn-outline-light {
  border: 1px solid white;
  padding: 0 15px;
  height: 40px;
  color: white;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
}
.btn-outline-light:hover {
  background: white;
  color: black;
}

.btn-outline-primary {
  border: 1px solid red;
  padding: 0 15px;
  height: 40px;
  color: red;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
}
.btn-outline-primary:hover {
  background: red;
  color: white;
}

.btn-outline-secondary {
  border: 1px solid #f5f5f5;
  padding: 0 15px;
  height: 40px;
  color: black;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
}
.btn-outline-secondary:hover {
  background: #f5f5f5;
  color: red;
}

.btn-outline-success {
  border: 1px solid #28a745;
  padding: 0 15px;
  height: 40px;
  color: #28a745;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
}
.btn-outline-success:hover {
  background: #28a745;
  color: white;
}

.btn-outline-danger {
  border: 1px solid #dc3545;
  padding: 0 15px;
  height: 40px;
  color: #dc3545;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
}
.btn-outline-danger:hover {
  background: #dc3545;
  color: white;
}

.btn-outline-warning {
  border: 1px solid #ffc107;
  padding: 0 15px;
  height: 40px;
  color: #ffc107;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
}
.btn-outline-warning:hover {
  background: #ffc107;
  color: black;
}

.btn-outline-info {
  border: 1px solid #17a2b8;
  padding: 0 15px;
  height: 40px;
  color: #17a2b8;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
}
.btn-outline-info:hover {
  background: #17a2b8;
  color: white;
}

.btn-display {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

.btn-display-hover:hover .btn-display {
  opacity: 1;
  visibility: visible;
}

.btn-form-search {
  position: absolute;
  right: 15px;
  height: 40px;
  color: gray;
}

.btn-form-search:hover {
  color: red;
}

.m-1 {
  margin: 5px;
}

.m-2 {
  margin: 10px;
}

.m-3 {
  margin: 15px;
}

.mt-1 {
  margin-top: 5px;
}

.mt-2 {
  margin-top: 10px;
}

.mt-3 {
  margin-top: 15px;
}

.mb-1 {
  margin-bottom: 5px;
}

.mb-2 {
  margin-bottom: 10px;
}

.mb-3 {
  margin-bottom: 15px;
}

.ml-1 {
  margin-left: 5px;
}

.ml-2 {
  margin-left: 10px;
}

.ml-3 {
  margin-left: 15px;
}

.mr-1 {
  margin-right: 5px;
}

.mr-2 {
  margin-right: 10px;
}

.mr-3 {
  margin-right: 15px;
}

/*PADDING*/
.padding-03 {
  padding: 0.3rem;
}

.padding-05 {
  padding: 0.5rem;
}

.padding-1 {
  padding: 1rem;
}

.padding-h-03 {
  padding-left: 0.3rem;
  padding-right: 0.3rem;
}

.padding-h-1 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.p-1 {
  padding: 0.33rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 1rem;
}

.p-4 {
  padding: 2rem;
}

.p-5 {
  padding: 3rem;
}

input {
  outline: none;
}

.form-group {
  margin-bottom: 15px;
}

.form-group-image {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  background-image: url("https://media.giphy.com/media/v1.Y2lkPTc5MGI3NjExd2E4YWc0aHNma2lvd3hoeW56cW5vNHI4cWJwb2l3cncyenN5NXlubiZlcD12MV9naWZzX3NlYXJjaCZjdD1n/l3fQ5AeANNgF8d5a8/giphy.gif");
  background-size: cover;
  background-position: center;
  border: 1px solid gray;
}

.form-group-image-preview {
  position: absolute;
  z-index: 3;
  width: 100%;
  aspect-ratio: 1/1;
}

.form-group-image-preview img {
  width: 100%;
  aspect-ratio: 1/1;
  position: absolute;
  z-index: 3;
}

.form-group-image-btn {
  position: absolute;
  display: block;
  z-index: 9;
  bottom: 0;
}

/*.form-group-image:hover > .form-group-image-btn{
	display: block;
	position: absolute;
	z-index: 9;
	bottom: 0;
}*/
.form-group-image-info {
  position: absolute;
  width: 100%;
  height: calc(100% - 2.5rem);
  color: white;
  padding: 1rem;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  display: flex;
}

.form-group-image:hover > .form-group-image-info {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  z-index: 4;
  display: flex;
}

.form-group-image-input {
  position: absolute;
  z-index: 8;
  width: 100%;
  height: 100%;
  opacity: 0 !important;
  cursor: pointer;
}

.form-search {
  position: relative;
}

.form-control {
  background: white;
  height: 2.5rem;
  width: 100%;
  border: 1px solid gray;
  padding: 0 15px;
}

.form-control:disabled {
  background: #f5f5f5;
  height: 2.5rem;
  width: 100%;
  border: 1px solid gray;
  padding: 0 15px;
  color: gray;
}

.input-icon {
  position: absolute;
  background: #f5f5f5;
  border: 1px solid gray;
  border-right: none;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  font-weight: bold;
  color: gray;
}

.input-text {
  position: absolute;
  background: #f5f5f5;
  border: 1px solid gray;
  border-right: none;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 70px;
  font-weight: bold;
  color: gray;
}

.form-control-input {
  height: 40px;
  width: 100%;
  border: 1px solid gray;
  padding: 0 15px;
  padding-left: 55px;
  text-align: center;
}

.form-control-input-text {
  height: 40px;
  width: 100%;
  border: 1px solid gray;
  padding: 0 15px;
  padding-left: 75px;
  text-align: center;
}

.form-number-input {
  display: flex;
  align-items: center;
  border: 1px solid #f5f5f5; /* Amarillo */
  padding: 0.3rem 1rem;
  width: fit-content;
}

.form-number-input button {
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
  width: 30px;
  height: 30px;
  line-height: 1;
  color: #000;
}

.form-number-input input[type=number] {
  width: 40px;
  text-align: center;
  border: none;
  outline: none;
  font-size: 18px;
  -moz-appearance: textfield;
}

.form-number-input input::-webkit-outer-spin-button,
.form-number-input input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=file] {
  display: block;
  background: white;
  width: 100%;
  border: 1px solid gray;
  transition: all 0.5s;
}

input[type=file]::file-selector-button {
  background: #f5f5f5;
  color: black;
  padding: 0px 15px;
  border: none;
  cursor: pointer;
  font-weight: bold;
  height: 40px;
}

input[type=file]::file-selector-button:hover {
  background: black;
  color: white;
}

fieldset {
  background: #f5f5f5;
  border: 1px solid gray;
  padding: 15px 15px 0px 15px;
  margin-bottom: 15px;
}

textarea {
  background: white;
  padding: 1rem;
  width: 100%;
  border: 1px solid gray;
  outline: none;
}

select {
  outline: none;
}

option {
  background: pink;
}

.sidebar {
  position: fixed;
  top: 60px;
  left: -300px;
  width: 300px;
  height: calc(100% - 60px);
  background-color: #fff;
  color: #333;
  overflow-y: auto;
  transition: left 0.3s ease-in-out;
  z-index: 9999;
}

.sidebar-profile {
  padding: 15px;
}

.sidebar-bg-profile {
  background: #f5f5f5;
  color: black;
  border: 1px solid gray;
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sidebar-show {
  left: 0;
}

.menu {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.menu > li {
  border-bottom: 1px solid #f5f5f5;
}

.menu > li > a > p::after {
  position: absolute;
  content: "‣";
  margin-left: 5px;
  right: 15px;
  transition: transform 0.3s ease;
}

.menu > li > a {
  display: block;
  padding: 15px;
  color: var(--color-BgDark);
  text-decoration: none;
  font-weight: bold;
  cursor: pointer;
}

.menu > li > a:hover {
  border-left: 5px solid red;
  background-color: #f5f5f5;
}

.menu > li > a > p:hover::after {
  content: "▾";
}

/* Ocultar submenús por defecto */
.submenu,
.postsubmenu {
  list-style-type: none;
  display: none;
  padding-left: 15px;
}

.submenu li a,
.postsubmenu li a {
  display: block;
  padding: 15px;
  color: var(--color-BgDark);
  text-decoration: none;
  cursor: pointer;
  border-bottom: 1px solid #f5f5f5;
}

.submenu li a:hover,
.postsubmenu li a:hover {
  border-left: 5px solid red;
  background-color: #f5f5f5;
  font-weight: bold;
}

.sidebar-right {
  position: fixed;
  top: 60px;
  right: -300px; /* Ocultos al inicio */
  width: 270px;
  height: calc(100% - 60px);
  background-color: white;
  color: black;
  transition: right 0.3s ease;
  z-index: 1000;
}

.sidebar-right-active {
  right: 0;
}

/*SIDERBAR / MENU ECOMMERCE*/
.sidebar-title-sticky-ecommerce {
  position: sticky;
  z-index: 9;
  top: 0;
}

.sidebar-ecommerce {
  position: fixed;
  top: 100px;
  left: -300px;
  width: 300px;
  height: calc(100% - 100px);
  background-color: #fff;
  color: #333;
  overflow-y: auto;
  transition: left 0.3s ease-in-out;
  z-index: 9999;
}

.sidebar-ecommerce-show {
  left: 0;
}

.menu-ecommerce {
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-bottom: 1rem;
}

.menu-ecommerce > li {
  border-bottom: 1px solid #f5f5f5;
}

.menu-ecommerce > li > a {
  display: block;
}

.menu-ecommerce > li > a > p {
  padding: 0.5rem 1rem;
  transition: all 0.3s ease;
  font-weight: bold;
}

.menu-ecommerce > li > a > p:hover {
  background: #f5f5f5;
  border-left: 0.3rem solid red;
}

.submenu-ecommerce {
  display: none;
}

.submenu-ecommerce > li > a > p {
  padding: 0.5rem 1rem;
  transition: all 0.3s ease;
  margin-left: 1rem;
}

.submenu-ecommerce > li > a > p:hover {
  background: #f5f5f5;
  border-left: 0.3rem solid red;
}

.subsubmenu-ecommerce {
  display: none;
}

.subsubmenu-ecommerce > li > a > p {
  padding: 0.5rem 1rem;
  transition: all 0.3s ease;
  margin-left: 2rem;
  font-style: italic;
}

.subsubmenu-ecommerce > li > a > p:hover {
  background: #f5f5f5;
  border-left: 0.3rem solid red;
}

.menu-ext::after {
  position: absolute;
  content: "‣";
  margin-left: 5px;
  right: 1rem;
  transition: transform 0.3s ease;
}

.menu-ext:hover::after {
  content: "▾";
}

.sidebar-e-filter {
  position: fixed;
  background-color: white;
  left: -300px;
  width: 300px;
  height: calc(100% - 100px);
  top: 100px;
  z-index: 100;
  backdrop-filter: blur(5px);
  transition: left 0.3s ease-in-out;
}

.sidebar-e-filter-show {
  left: 0;
}

.sidebar-e-filter-title {
  position: absolute;
  width: 100%;
  padding: 1rem;
  height: 60px;
}

.sidebar-e-filter-atri {
  position: absolute;
  top: 60px;
  width: 100%;
  padding: 1rem;
  height: calc(100% - 120px);
  overflow-y: auto;
}

.sidebar-e-filter-buttons {
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 60px;
  padding: 0 1rem;
}

.table-container {
  overflow: auto;
}

table {
  width: 100%;
  border-collapse: collapse;
}

thead {
  background: #f5f5f5;
}

th, td {
  padding: 0.5rem 1rem;
}

/* Primera columna: que ocupe sólo lo necesario */
col:first-child {
  width: 1%;
} /* fuerza shrink-to-fit */
td.first {
  white-space: nowrap;
} /* evita saltos dentro de la celda */
tr {
  border-bottom: 1px solid #f5f5f5;
}

tr:hover {
  background: #f5f5f5;
}

.table-sm td, .table-sm th {
  padding: 0.3rem 1rem !important;
}

.table-b-all {
  border: 1px solid gray;
}

.table-b-t {
  border-top: 1px solid gray;
}

.table-b-b {
  border-bottom: 1px solid gray;
}

.table-b-l {
  border-left: 1px solid gray;
}

.table-b-r {
  border-right: 1px solid gray;
}

.table-b-h {
  border-top: 1px solid gray;
  border-bottom: 1px solid gray;
}

.table-b-v {
  border-left: 1px solid gray;
  border-right: 1px solid gray;
}

.w-100 {
  width: 100%;
}

.w-50 {
  width: 50%;
}

.breadcrumb {
  list-style: none;
  display: flex;
  padding: 15px 0;
}

.breadcrumb li {
  display: flex;
  align-items: center;
}

.breadcrumb li a {
  font-size: 10px;
  text-decoration: none;
  color: white;
  transition: color 0.3s ease;
}

.breadcrumb li a:hover {
  color: yellow;
}

/*Separador*/
.breadcrumb li:after {
  font-size: 10px;
  content: "‣";
  margin: 0 5px;
  color: yellow;
}

.breadcrumb li:last-child::after {
  content: "";
}

/*Estilo para el ultimo elemento*/
.breadcrumb li:last-child {
  font-weight: bold;
}

.breadcrumb li:last-child a {
  pointer-events: none;
}

/*BACKGROUND-COLOR*/
.bg-color-dark {
  background: black;
}

.bg-color-light {
  background: white;
}

.bg-color-medium {
  background: gray;
}

.bg-color-primary {
  background: red;
}

.bg-color-secondary {
  background: #f5f5f5;
}

.bg-color-transparent {
  background: transparent;
}

.bg-color-success {
  background: #28a745;
}

.bg-color-danger {
  background: #dc3545;
}

.bg-color-warning {
  background: #ffc107;
}

.bg-color-info {
  background: #17a2b8;
}

.text-dark {
  color: black;
}

.text-light {
  color: white;
}

.text-medium {
  color: gray;
}

.text-primary {
  color: red;
}

.text-secondary {
  color: #f5f5f5;
}

.text-success {
  color: #28a745;
}

.text-danger {
  color: #dc3545;
}

.text-warning {
  color: #ffc107;
}

.text-info {
  color: #17a2b8;
}

/* Estilos tipográficos */
.text-bold {
  font-weight: bold;
}

.text-strike {
  text-decoration: line-through;
}

.text-italic {
  font-style: italic;
}

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

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

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

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

.text-uppercase {
  text-transform: uppercase;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-xs {
  font-size: 5px;
}

.text-sm {
  font-size: 10px;
}

.text-md {
  font-size: 15px;
}

.text-lg {
  font-size: 20px;
}

.text-xl {
  font-size: 25px;
}

.text-2xl {
  font-size: 30px;
}

.text-3xl {
  font-size: 35px;
}

.text-linelimit-1 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.text-linelimit-2 {
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 100%;
}

.pagination {
  display: flex;
  list-style: none;
  padding: 15px;
  justify-content: center;
}

.pagination li {
  margin: 0 0.3rem;
}

.pagination li a {
  text-decoration: none;
  color: black;
  font-weight: bold;
  padding: 0.5rem 1rem;
  background: #f5f5f5;
  transition: background 0.5s, color 0.5s;
}

.pagination li a:hover {
  background: red;
  color: #f5f5f5;
}

.pagination li span {
  text-decoration: none;
  color: black;
  font-weight: bold;
  padding: 0.5rem 1rem;
  background: #f5f5f5;
  transition: background 0.5s, color 0.5s;
}

/* Pagina Actual */
.pagination .pagination-active a {
  background: red;
  color: white;
  pointer-events: none;
}

/* Pagina anterior o siguiente */
.pagination .pagination-disabled a {
  color: #ccc;
  border-color: #ddd;
  pointer-events: none;
}

.alert {
  padding: 15px;
  width: 100%;
}

.alert-subtle-primary {
  background: rgba(255, 0, 0, 0.3);
  color: red;
  border: 1px solid red;
}

.alert-subtle-success {
  background: rgba(40, 167, 69, 0.3);
  color: #28a745;
  border: 1px solid #28a745;
}

.alert-subtle-danger {
  background: rgba(220, 53, 69, 0.3);
  color: #dc3545;
  border: 1px solid #dc3545;
}

.alert-subtle-warning {
  background: rgba(255, 193, 7, 0.3);
  color: #ffc107;
  border: 1px solid #ffc107;
}

.alert-subtle-info {
  background: rgba(23, 162, 184, 0.3);
  color: #17a2b8;
  border: 1px solid #17a2b8;
}

.alert-outline-primary {
  background: red;
  color: red;
  border: 1px solid red;
}

.alert-outline-success {
  background: #28a745;
  color: white;
  border: 1px solid #28a745;
}

.alert-outline-danger {
  background: #dc3545;
  color: white;
  border: 1px solid #dc3545;
}

.alert-outline-warning {
  background: #ffc107;
  color: #ffc107;
  border: 1px solid #ffc107;
}

.alert-outline-info {
  background: #17a2b8;
  color: #17a2b8;
  border: 1px solid #17a2b8;
}

.alert-primary {
  background: red;
  background: transparent;
  color: white;
  border: 1px solid red;
}

.alert-success {
  background: #28a745;
  color: #28a745;
  border: 1px solid #28a745;
}

.alert-danger {
  background: #dc3545;
  color: #dc3545;
  border: 1px solid #dc3545;
}

.alert-warning {
  background: #ffc107;
  color: #ffc107;
  border: 1px solid #ffc107;
}

.alert-info {
  background: #17a2b8;
  color: #17a2b8;
  border: 1px solid #17a2b8;
}

.toast-notification {
  position: fixed;
  top: calc(100px + 1rem);
  right: 1rem;
  animation: slideInOut 4s forwards;
  z-index: 1000;
  padding: 1rem;
}

@keyframes slideInOut {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  10% {
    opacity: 1;
    transform: translateX(0);
  }
  70% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(100%);
  }
}
.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 24px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
  border-radius: 34px;
}

.slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
}

input:checked + .slider {
  background-color: #4caf50;
}

input:checked + .slider:before {
  transform: translateX(26px);
}

input:disabled + .slider {
  background-color: #e4e4e4;
  cursor: not-allowed;
}

input:disabled:checked + .slider {
  background-color: #a5d6a7;
}

.label-text {
  margin-left: 10px;
  vertical-align: middle;
}

.switch-container {
  margin-bottom: 10px;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  backdrop-filter: blur(3px);
}

.modal-content {
  background: white;
  max-width: 30rem;
  padding: 1rem;
  animation: scaleIn 0.3s ease-out;
}

@keyframes scaleIn {
  from {
    transform: scale(0.7);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
.animation-pulseIn {
  opacity: 0;
  transform: scale(0);
  animation: pulseIn 0.8s ease-out forwards;
}

@keyframes pulseIn {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  60% {
    opacity: 1;
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.animation-pulse-infinite {
  animation: pulse 2s infinite ease-in-out;
}

.animation-pulse-infinite-hover:hover {
  animation: pulse 2s infinite ease-in-out;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
.animation-RGB {
  display: inline-block;
  background: linear-gradient(90deg, #ff004d, #00fff0, #004bff, #ff4dff, #ffd900, #ff004d);
  background-size: 300% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: rgbShift 3s linear infinite, rgbGlow 3s ease-in-out infinite;
  /* para que el texto no seleccione el fondo cuando lo copien */
  -webkit-text-fill-color: transparent;
}

/* animación del gradiente (desplaza el degradado) */
@keyframes rgbShift {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
/* animación del brillo/halo RGB cambiando sombras */
@keyframes rgbGlow {
  0% {
    text-shadow: 0 0 6px rgba(255, 0, 77, 0.6), 0 0 18px rgba(255, 0, 77, 0.25);
  }
  33% {
    text-shadow: 0 0 6px rgba(0, 255, 240, 0.6), 0 0 18px rgba(0, 255, 240, 0.18);
  }
  66% {
    text-shadow: 0 0 6px rgba(0, 75, 255, 0.6), 0 0 18px rgba(0, 75, 255, 0.18);
  }
  100% {
    text-shadow: 0 0 6px rgba(255, 0, 77, 0.6), 0 0 18px rgba(255, 0, 77, 0.25);
  }
}
.toast-success {
  background-color: rgb(216.2753623188, 245.7246376812, 223);
  border: 1px solid #28a745;
  color: #28a745;
  padding: 15px;
  position: fixed;
  top: 115px;
  right: 15px;
  animation: fadeIn 0.3s ease, fadeOut 0.3s ease 2.7s;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateX(100%);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeOut {
  to {
    opacity: 0;
    transform: translateX(100%);
  }
}
.tabs-container {
  width: 100%;
  overflow-x: auto; /* solo horizontal */
  overflow-y: hidden; /* opcional, para prevenir scroll vertical */
  -ms-overflow-style: none; /* IE y Edge */
  scrollbar-width: none; /* Firefox */
}

.tabs-container::-webkit-scrollbar {
  display: none; /* Chrome, Safari y Opera */
}

.tabs {
  display: flex;
  flex-wrap: nowrap; /* evita el salto de línea */
  box-shadow: inset 0 -1px gray;
  white-space: nowrap; /* también ayuda */
}

.tab-button {
  background: #f5f5f5;
  padding: 0 1rem;
  height: 40px;
  cursor: pointer;
  box-shadow: inset 0 -1px gray;
  border-right: 1px solid gray;
}

.tab-button:hover {
  background-color: #f5f5f5;
  border-left: 5px solid red;
  border-top: 1px solid gray;
  border-right: 1px solid gray;
  color: black;
  box-shadow: inset 0 -1px gray;
}

.tab-content {
  display: none;
  background-color: #ffffff;
  margin: 0;
}

.tab-content h2 {
  margin-top: 0;
}

.tab-button.active {
  background: white;
  color: black;
  border-left: 5px solid red;
  border-top: 1px solid gray;
  border-right: 1px solid gray;
  box-shadow: inset 0 -1px white;
}

.card {
  border: 1px solid gray;
  margin-bottom: 15px;
  padding: 15px;
  height: calc(100% - 15px);
}

.card-title {
  font-weight: bold;
  border-bottom: 2px solid red;
  padding-bottom: 15px;
  width: 100%;
}

.gallery-erp {
  position: relative;
  background: pink;
  width: 100%;
  aspect-ratio: 1/1;
}

.gallery-erp img {
  position: absolute;
  width: 100%;
  z-index: 1;
}

.gallery-erp-btn-delete {
  position: absolute;
  top: 0.3rem;
  right: 0.3rem;
  z-index: 2;
}

.gallery-erp-btn-convert {
  position: absolute;
  bottom: 5px;
  z-index: 2;
  opacity: 0;
  pointer-events: none; /* Desactiva interacciones cuando está oculto */
  transition: opacity 0.3s ease;
}

.gallery-erp:hover > .gallery-erp-btn-convert {
  opacity: 1;
  pointer-events: auto; /* Activa interacciones solo cuando es visible */
}

.grid-img-bg {
  position: relative;
  width: 100%;
}

.grid-img-bg-pin {
  position: absolute;
  padding: 1rem;
  right: 0;
}

.grid-img-bg-delete {
  position: absolute;
  padding: 1rem;
  right: 0;
}

.grid-img-bg-delete:hover {
  color: red;
}

.grid-img-bg-btn {
  position: absolute;
  padding: 1rem;
  top: 5rem;
  opacity: 0;
}

.grid-img-bg:hover > .grid-img-bg-btn {
  opacity: 1;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 15px;
}

.gallery-img {
  width: 100%;
  height: auto;
  cursor: pointer;
  transition: transform 0.3s;
}

.gallery-img:hover {
  transform: scale(1.05);
}

.modal-gallery {
  display: none;
  position: fixed;
  z-index: 1000;
  padding-top: 60px;
  left: 0;
  top: 100px;
  width: 100%;
  height: calc(100% - 100px);
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(5px);
}

.modal-gallery-content {
  display: block;
  margin: auto;
  height: 90%;
  max-width: 90%;
  max-height: 90%;
}

.gallery-close {
  position: absolute;
  top: 30px;
  right: 50px;
  color: white;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s;
}

.gallery-close:hover {
  color: #ccc;
}

.preview-document-container {
  border: 1px solid gray;
  margin: auto;
  max-width: 1080px;
  padding: 2rem;
}

.preview-document-container table {
  width: 100%;
  font-size: 10px;
}

details {
  padding: 1rem 0;
  border-bottom: 1px solid #f5f5f5;
}

summary {
  cursor: pointer;
}

summary:hover {
  color: red;
}

details ul {
  margin-left: 5rem;
  list-style-type: none;
}

/* Opcional: sangría adicional para subniveles */
details details {
  margin-left: -1rem;
}

.details-item {
  padding: 1rem 0;
  border-bottom: 1px solid #f5f5f5;
}

.details-item:hover {
  color: red;
}

.img-container {
  position: relative;
}

.img-item-section {
  width: 100%;
  transition: opacity 0.5s ease;
}

.img-bg-btn-gallery {
  position: absolute;
  top: calc(50% - 0.5rem);
  height: 1rem;
  width: 100%;
}

.img-btn-control-preview {
  color: gray;
}

.img-btn-control-preview:hover {
  color: red;
}

#image-list {
  display: none;
}

.img-tag-top-right {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9;
  background: #ffc107;
  color: black;
  padding: 0.5rem 1rem;
  font-weight: bold;
  font-style: italic;
}

.img-tag-top-left {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  background: #dc3545;
  color: white;
  padding: 0.5rem 1rem;
  font-weight: bold;
  font-style: italic;
}

.img-tag-bottom-left {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 9;
  background: #dc3545;
  color: white;
  padding: 0.5rem 1rem;
  font-weight: bold;
  font-style: italic;
}

.img-tag-bottom-right {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 9;
  background: transparent;
  color: white;
}

.video-header {
  position: fixed;
  z-index: 1;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.video-wrapper {
  position: absolute;
  margin: auto;
  top: -10%;
  left: -10%;
  width: 120%;
  height: 120%;
  pointer-events: none;
}

.video-wrapper iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.overlay {
  position: relative;
  z-index: 2;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 2rem;
}

/* Contenedor general */
.overlays {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 2;
}

/* Estilo base para cada overlay */
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: white;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.4);
  animation: fadeInOut 20s infinite;
}

.overlay p {
  font-size: 3rem !important;
}

.overlay h1 {
  font-size: 2rem;
}

/* Animación de desvanecimiento */
@keyframes fadeInOut {
  0%, 100% {
    opacity: 0;
  }
  5%, 20% {
    opacity: 1;
  }
  30%, 100% {
    opacity: 0;
  }
}
/* Delay para cada overlay */
.overlay:nth-child(1) {
  animation-delay: 0s;
}

.overlay:nth-child(2) {
  animation-delay: 5s;
}

.overlay:nth-child(3) {
  animation-delay: 10s;
}

.overlay:nth-child(4) {
  animation-delay: 15s;
}

.overlay p {
  font-size: 3rem !important;
}

.overlay h1 {
  all: unset;
  font-size: 3rem !important;
  font-weight: normal;
}

@media (max-width: 1500px) {
  .video-wrapper {
    width: 150%;
    left: -25%;
  }
}
@media (max-width: 1200px) {
  .video-wrapper {
    width: 250vh;
    left: -80vh;
  }
}
@media (max-width: 500px) {
  .video-wrapper {
    width: 400vh;
    left: -180vh;
  }
}
.bg-tag {
  position: relative;
}

.tag-top-right {
  position: absolute;
  top: 0;
  right: 0;
  background: #ffc107;
  padding: 0.5rem 1rem;
  display: flex;
  align-items: center;
  color: white;
  font-weight: bold;
  font-style: italic;
  z-index: 9;
}

.tag-bottom-left {
  position: absolute;
  bottom: 0;
  left: 0;
  background: red;
  padding: 0.5rem 1rem;
  display: flex;
  align-items: center;
  color: white;
  font-weight: bold;
  font-style: italic;
  z-index: 9;
}

.catalogue-grid-products {
  display: grid;
  gap: 1rem;
  padding: 0rem;
  grid-template-columns: repeat(1, 1fr);
}

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

@media (min-width: 420px) {
  .catalogue-grid-products {
    grid-template-columns: repeat(2, 1fr);
  }
  .catalogue-grid-brands {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 768px) {
  .catalogue-grid-products {
    grid-template-columns: repeat(2, 1fr);
  }
  .catalogue-grid-brands {
    grid-template-columns: repeat(8, 1fr);
  }
}
@media (min-width: 992px) {
  .catalogue-grid-products {
    grid-template-columns: repeat(4, 1fr);
  }
  .catalogue-grid-brands {
    grid-template-columns: repeat(8, 1fr);
  }
}
@media (min-width: 1200px) {
  .catalogue-grid-products {
    grid-template-columns: repeat(4, 1fr);
  }
  .catalogue-grid-brands {
    grid-template-columns: repeat(8, 1fr);
  }
}
.catalogue-product {
  display: grid;
  grid-template-rows: auto auto auto;
  gap: 0.5rem;
  padding: 0rem;
  text-align: center;
}

.catalogue-product-btn-addcar {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.catalogue-brand {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.catalogue-brand img {
  width: 100%;
}

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

.grid {
  border: 1px solid #f5f5f5;
}

.grid-col-2 {
  grid-template-columns: repeat(1, 1fr);
}

.grid-col-4 {
  grid-template-columns: repeat(1, 1fr);
}

.grid-col-6 {
  grid-template-columns: repeat(1, 1fr);
}

.grid-col-8 {
  grid-template-columns: repeat(1, 1fr);
}

.grid-item-2 {
  grid-column: span 2;
}

.grid-item-4 {
  grid-column: span 4;
}

.grid-item-6 {
  grid-column: span 6;
}

.grid-item-8 {
  grid-column: span 8;
}

@media (min-width: 440px) {
  .grid-col-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-col-4 {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-col-6 {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-col-8 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 768px) {
  .grid-col-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-col-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .grid-col-6 {
    grid-template-columns: repeat(4, 1fr);
  }
  .grid-col-8 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 992px) {
  .grid-col-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-col-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .grid-col-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .grid-col-8 {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media (min-width: 1200px) {
  .grid-col-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-col-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .grid-col-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .grid-col-8 {
    grid-template-columns: repeat(8, 1fr);
  }
}
.grid-nota {
  background: #ffffc8;
  padding: 1rem;
  text-align: justify;
  color: black;
}

.error-container {
  position: absolute;
  width: 100%;
  height: 100%;
  background: white;
}

.error-section-top {
  position: absolute;
  height: 50%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end; /* 👉 empuja el texto hacia abajo */
}

.error-section-top p {
  font-size: 30vh;
  font-weight: bold;
  margin: 0;
  padding: 0;
  color: gray;
  line-height: 0.6; /* elimina espacio extra */
}

.error-section-bottom {
  position: absolute;
  width: 100%;
  top: 50%;
  height: 50%;
  background: gray;
}

.error-section-bottom p {
  padding: 1rem;
  text-align: center;
  color: white;
}

a {
  color: inherit; /* o el color que desees */
  text-decoration: none;
  -webkit-tap-highlight-color: transparent; /* quita el efecto de resalte al tocar */
}

a:visited {
  color: inherit;
}

a:active, a:focus {
  color: inherit;
  outline: none;
}

.a-primary {
  font-weight: bold;
  color: red;
}

.a-primary:focus, .a-primary:hover {
  color: #17a2b8;
}

.overflow-menu-container {
  position: relative;
  height: 2.5rem;
}

.overflow-menu-btn {
  width: 100%;
  padding: 0rem 1rem;
  height: 2.5rem;
  font-weight: bold;
}

.overflow-menu-btn:hover {
  background: #f5f5f5;
}

.overflow-menu {
  position: absolute;
  list-style: none;
  right: 0;
}

.overflow-menu li {
  background: white;
}

.overflow-menu button {
  width: 100%;
  padding: 0.5rem 1rem;
  outline: none;
  vertical-align: middle;
  white-space: nowrap;
  text-align: left;
}

.overflow-menu button:hover {
  background: #f5f5f5;
}

.btn-overflow-danger {
  color: #dc3545;
}

.btn-overflow-danger:hover {
  background: #dc3545 !important;
  color: white;
}

.btn-overflow-success {
  color: #28a745;
}

.btn-overflow-success:hover {
  background: #28a745 !important;
  color: white;
}

/*# sourceMappingURL=style.css.map */
