body {
  margin: 0;
  font-family: Arial, sans-serif;
  min-height: 100vh;
  background-color: #f7f7f77a;
}

#indexProdsViewport {
  overflow: hidden;
  width: 100%;
}

.carousel-btn {
  display: none;
}

.prods {
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  font-family: var(--font-heading);
  font-weight: 700;
  height: auto;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-align: center;
  font-size: 20px;
  color: #3d3d3dc7;
  width: 100%;
  justify-content: space-evenly;
}

.prods .titulo2 {
  margin-bottom: 5px;
  height: auto;
}

#indexProdsCont {
  display: flex;
  width: -webkit-fill-available;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px;
  border-radius: 10px;
  flex-direction: row;
  height: auto;
  gap: 20px;
  will-change: transform;
  justify-content: flex-start;
}

.header {
  /* position: relative;
  transition: all 0.3s ease-in-out;
  max-height: 150px;
  z-index: 22; */
  width: -webkit-fill-available;
  background-color: rgb(52, 52, 52);
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

#seleccionado {

  color: orange;
  text-underline-offset: 5px;
  text-decoration: underline;
}

.seleccionado {

  color: orange;
  text-underline-offset: 5px;
  text-decoration: underline;

}


#br_header {
  height: 70px;
}


.logo {
  width: 60px;
  height: 50px;
}

nav {
  height: 20px;
  display: flex;
  gap: 5px;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-end;
  align-items: center;
}

a {
  margin-top: -10px;
  font-family: 'Inter', system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  text-align: center;
  align-content: center;
  z-index: 12;
}

a:hover {
  text-decoration: underline;
  color: orange
}

#user {
  font-size: 14px;
}

.circulo {
  width: 40px;
  height: 40px;
  background-color: rgba(127, 243, 252, 0.507);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1;
  vertical-align: center;
  z-index: 0;
}

.circulo:hover {
  background-color: rgba(67, 131, 136, 0.486);
}

nav a {
  /* margin-left: 5px;
  margin-right: 5px; */
  margin-top: 0px;
  font-family: 'Inter', system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
  color: #ffffff;
  font-size: 14px;
}

.icono-carrito {
  user-select: none;
  fill: currentColor;
  stroke: none;
  max-height: 100px;
  vertical-align: middle;
  color: #ffffff;
  cursor: pointer;
  height: 50px;
  width: 25px;
  align-self: center;
}

.producto {

  box-sizing: border-box;
  width: 90%;
  justify-self: center;
  padding: 5px;
  background: rgb(255, 255, 255);
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0px 0px 6px 1px #bbbbbb;
}

#leftSection {

  background-color: rgb(255, 255, 255);
  display: flex;
  box-shadow: 0px 0px 5px 1px rgb(158, 158, 158);
  border-radius: 5px;
  margin-bottom: 10px;
  flex-direction: column;
}

#prod-info-title {
  text-align: center;

  margin-top: 0;
  margin-left: 0;
  height: auto;
  white-space: nowrap;
  border-radius: 2px;
  width: -webkit-fill-available;
  padding: 5px;
  position: relative;
}

#prod-info-title span {
  display: inline-block;
  transition: transform 0.15s ease;
  will-change: transform;
  font-size: 15px;
  margin-bottom: 15px;
}

#prod-info-marca {
  width: 90px;
  height: auto;
  margin-top: 10px;
  margin-left: auto;
  margin-bottom: 15px;
  margin-right: auto;
}

#prod-info-price {
  margin-left: 0px;
  margin-top: 0px;
  margin-bottom: 5px;
  font-weight: bold;
  font-family: 'Montserrat';
  font-size: 25px;
  width: -webkit-fill-available;
  color: rgb(53, 53, 53);
  text-wrap: nowrap;
}

p2 {
  font-family: 'Inter', system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  text-decoration: none;
  color: #3d3d3dc7;
  text-align: center;
  font-size: 10px;
  width: 90%;
  justify-self: center;
}

.producto:hover {
  box-shadow: 0px 0px 0px 1.5px orange;
}

#prod-info-text {
  margin-left: 0px;
  margin-top: 0px;
  width: -webkit-fill-available;
}

#prodDataContainer {
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
}

#pPrecioLista {
  font-size: 15px;
}
#tituloCarrito {
  color: #FF8200;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Inter';
  user-select: none;
  font-family: 'Montserrat', sans-serif;
  font-weight: bolder;
  margin-top: 15px;
  margin-bottom: 15px;
  width: max-content;
  height: auto;
  font-size: 30px;
  text-align: center;
  cursor: default;
}
#precioContainer {
  display: flex;
  flex-direction: row;
  align-self: center;
  align-items: center;
  width: 100%;
  text-align-last: center;
  justify-content: center;
}
#leftContainer .single-image-container{
  width: 100%;
  width: 200px;   
  height: 200px;      
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

#leftContainer .producto-img{
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.textContainer {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#prod-info-envio-cont {
  display: flex;
  width: 95%;
  text-wrap: nowrap;
  height: auto;
  flex-direction: row;
  justify-content: center;
  align-content: center;
  align-items: center;
}

#prod-info-envio {
  width: auto;
  font-size: 12px;
  height: auto;
  padding: 0px;
  margin-top: 5px;
  margin-bottom: 5px;
}

#prod-info-envio-img {
  width: 70px;
  height: 10px;
  margin-top: 5px;
  margin-left: 5px;
  margin-bottom: 5px;
}

#prod-unidad-btn-add {
  width: 30px;
  height: 30px;
  background-color: rgb(255, 255, 255);
  border-radius: 0px;
  color: rgb(255, 129, 56);
  font-size: 20px;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  border: none;
  outline: none;
  box-shadow: 0px 0px 0px 1px rgb(255, 129, 56);
  user-select: none;

}

#prod-unidad-btn-add:hover {
  background-color: rgb(255, 129, 56);
  outline: none;
  color: white;
  cursor: pointer;
}

#prod-unidad-text {
  user-select: none;
  font-family: 'Montserrat', sans-serif;
  width: 35px;
  height: 30px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 0px 1px #cbcbcb;
  border-radius: 0px;
  color: rgb(44, 44, 44);
  font-size: 15px;
  display: flex;
  text-align: center;
  align-content: center;
  align-items: center;
  justify-content: center;
}

#add_product {
  font-family: 'Montserrat', sans-serif;
  user-select: none;
  font-size: 18px;
  /* padding: 7px; */
  padding-top: 5px;
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 5px;
  border-radius: 4px;
  cursor: pointer;
  margin-top: 0px;
  margin-bottom: 0px;
  color: rgb(255, 129, 56);
  box-shadow: 0px 0px 0px 1px rgb(255, 129, 56);
  text-align-last: center;
  background-color: white;
}

#add_product:hover {
  background-color: rgb(255, 129, 56);
  color: white;
}

#vermas {
  font-size: 15px;
  margin-top: 5px;
  margin-bottom: 5px;
  color: #f08f35;
  text-decoration: underline;
  width: -webkit-fill-available;
}

#prod-info-udisp {
  display: inline;
  margin-left: 0px;
  text-align: center;
  font-size: 12px;
  margin-top: 10px;
  width: max-content;
}

#contUnidades {
  display: flex;
  justify-content: center;
}

#prod-info-marca-txt {
  align-self: center;
  background-color: white;
  font-family: 'Inter';
}

#vermas:hover {
  text-decoration: underline;
  color: #b06826;
  cursor: pointer;
}

.producto-img {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  object-fit: contain;
  transition: opacity 0.3s ease;
  opacity: 1;
}


.producto-info {
  display: flex;
  justify-content: center;
  width: 100%;
  text-align-last: center;
  flex-direction: column;
  align-items: center;
}

.producto-img.loading {
  opacity: 0;
}

.icono-carrito:hover {

  fill: currentColor;
  stroke: none;
  vertical-align: middle;
  color: orange;
}

nav a:hover {
  color: orange;
  text-decoration: underline;
  text-underline-offset: 5px;
}

.search_bar {
  background-color: rgb(52, 52, 52);
  align-self: center;
  width: 250px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 20px;
  border-radius: 18px;
  border: none;
  color: white;
  box-shadow: 0px 0px 0px 1px rgb(255, 255, 255);
  padding-left: 30px;
  background-image: url('../imagenes/logos/search.png');
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: 8px center;
  font-family: 'Inter', system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}

.search_bar:hover {
  box-shadow: 0px 0px 0px 2px rgb(255, 255, 255);
}

.carousel-fade {
  display: none;
  position: relative;
  width: 700px;
  height: 300px;
  margin: 0 auto;
  overflow: hidden;
}

.carousel-fade-parallax {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.carousel-fade img {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  z-index: 0;
}

.carousel-fade-parallax img {
  z-index: 0;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.carousel-fade-parallax img.active {
  opacity: 1;
}

.carousel-fade::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(to left, rgba(255, 255, 255, 0) 40%, rgb(255, 255, 255) 95%);
  pointer-events: none;
}

.carousel-fade img.active {
  opacity: 1;
}

.parallax {
  /* margin-top: 70px; */
  position: relative;
  height: 150px;
  width: 100%;
  z-index: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: background-image 1s ease-in-out;
}

.parallax::after {
  background-color: #000000;
}


.texto_p {
  width: 70%;
  position: relative;
  z-index: 2;
  transform: translate(12px, -320%);
  will-change: transform;
  font-size: 2rem;
  font-weight: bold;
  color: white;
  justify-self: center;
  text-align: center;
  font-family: 'Inter', system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;

}

/* p {
  font-family: 'Inter', system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 1rem;
  text-decoration: none;
  color: #3d3d3dc7;
  text-align: center;
  width: 70%;
  justify-self: center;
} */

footer {
  padding: 1.5rem;
  text-align: center;
  border-top: 1px solid #9e8a8a;
  color: #b4b4b4;
  background-color: #3d3d3dc7;
}

.footer_container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.social-container {
  text-align: center;
  width: -webkit-fill-available;
  margin: 20px 0;
  font-family: sans-serif;
  color: rgb(190, 190, 190)
}

.social-icons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
}

.social-icons a {
  color: rgb(190, 190, 190);
  /* color de los iconos */
  transition: transform 0.2s, color 0.2s;
  will-change: transform;
}

hr {
  width: 86% !important;
  margin-left: 20px !important;
  border: 2px solid #f3af61 !important;
  border-radius: 2px !important;
  margin-bottom: 10px !important;
}

.carousel-fade-inv {
  display: none;
}

.icon_fb svg {
  fill: white;
  transition: fill 0.2s ease;
}

.icon_fb:hover svg {
  fill: #00a2ff;
}

.icon_yt:hover svg {
  fill: #ff4646;
}

.icon_yt svg {
  fill: white;
  transition: fill 0.2s ease;
}

.icon_tik:hover {
  color: #fff;
  filter:
    drop-shadow(-2px -2px 1px #25f4edb7) drop-shadow(2px 2px 1px #fe2c56aa);
}

.icon_mp .cls-1 {
  fill: #0a0080;
}

.icon_mp .cls-2 {
  fill: #fff;
}

.icon_mp .cls-3 {
  fill: #00bcff;
}

.icon_mp .cls-1,
.icon_mp .cls-2,
.icon_mp .cls-3 {
  transition: fill 0.3s ease;
  /* aplica transición al fill */
}

#bloque_ajuste {
  display: flex;
  flex-wrap: wrap;
  text-align-last: center;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
}


.productos {
  max-width: 1200px;
  padding: 20px;
  margin-left: 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.texto {
  text-align: center;
}

.categoria .texto {
  width: auto;
}

#headerR {
  display: flex;
  flex-direction: column;
}

:root {
  --font-heading: 'Oswald', system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.categoria {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-self: center;
  padding: 10px;
  margin-bottom: 30px;
  background: rgb(255, 255, 255);
  border-radius: 8px;
  box-shadow: 0px 0px 23px 1px #b1b1b1;
  justify-content: space-between;
}

.titulo {
  display: block;
  margin: 0 auto;
  /* centra horizontalmente */
  text-align: center;
  /* centra el texto dentro */
  font-family: var(--font-heading);
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #262626c7;
  font-size: 30px;
  line-height: 1.2;
}

h11 {
  z-index: 5;
  position: relative;
  justify-self: center;
  font-family: var(--font-heading);
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin: 0 0 .0rem;
  line-height: 1.5;
  color: #3d3d3dc7;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  font-size: 25px;
  line-height: 1.2;
  margin: 0;
}


.btn-modern {
  position: relative;
  margin-left: 0;
  margin-bottom: 20px;
  background: orange;
  color: white;
  font-weight: bold;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-size: 25px;
  width: 200px;
  height: 60px;
  overflow: hidden;
  z-index: 1;
  transition: transform 0.3s ease, color 0.3s ease;
  will-change: transform;
}

.btn-modern::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 100%;
  background-color: orangered;
  transform: translate(-50%, -50%);
  will-change: transform;
  border-radius: 0%;
  transition: width 0.3s ease;
  z-index: -1;
}

.btn-modern:hover::before {
  width: 100%;
}

.btn-modern:hover {
  color: white;
}

.categoria .texto li {
  margin-left: 25px;
  text-align: start;
  font-family: 'Inter', system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  margin: 0.6rem 0 0;
  color: #1d1d1dc7;
  line-height: 1;
  font-size: 15px;
}

.categoria .imagen img {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 700px;
  height: auto;
  border-radius: 8px;
  object-fit: cover;
  display: block;
  position: relative;
  z-index: 0;
  margin: 0;
}

.descripcion {
  height: auto;
  display: flex;
  align-content: center;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.marcas {
  display: flex;
  flex-direction: column;
  font-family: var(--font-heading);
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-align: center;
  font-size: 20px;
  color: #3d3d3dc7;
  width: 100%;
  margin-bottom: 1px;
  align-items: center;
  justify-content: center;
}

#huella {
  height: 40px;
  margin-top: 10px;
  width: 100%;
  margin-bottom: 10px;
}


#huellaInv {
  transform: scaleX(-1);
  height: 40px;
  margin-top: 10px;
  width: 100%;
  margin-bottom: 10px;
}

.vector-gallery {
  overflow: hidden;
  width: 100%;
}

svg {
  shape-rendering: geometricPrecision;
  text-rendering: geometricPrecision;
  image-rendering: optimizeQuality;
}

.vector-carousel {
  display: flex;
  align-items: center;
  will-change: transform;
  transform: translateZ(0);
}


.vector-item {
  flex: 0 0 auto;
  width: 140px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px
}

.vector-item img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

/* animación usa variable --scroll (JS la define) */
@keyframes scroll {
  from {
    transform: translate3d(0, 0, 0);
    will-change: transform;
  }

  to {
    transform: translate3d(var(--scroll), 0, 0);
    will-change: transform;
  }
}

.categoria {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  will-change: transform, opacity;
}

.categoria.visible {
  opacity: 1;
  transform: translateY(0);
}

/* Animación stagger (delay por item interno) */
.categoria .item {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  will-change: transform, opacity;
}

.categoria.visible .item {
  opacity: 1;
  transform: translateY(0);
}

.categoria.visible .item:nth-child(1) {
  transition-delay: 0.1s;
}

.categoria.visible .item:nth-child(2) {
  transition-delay: 0.25s;
}

.categoria.visible .item:nth-child(3) {
  transition-delay: 0.4s;
}

/* Parallax opcional (para fondos o títulos) */
.parallax {
  position: relative;
  will-change: transform;
  transition: transform 0.1s linear;
}

.video-scroll-section {
  position: relative;
  height: 200vh;
  /* El alto controla cuánto dura el “scroll-video” */
}

.video-container {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
}

video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#gridmediodepago {
  display: grid;
  width: 70%;
  align-self: center;
  grid-template-columns: repeat(3, minmax(30px, 1fr));
  grid-auto-rows: auto;
  justify-items: center;
  margin-top: 10px;
}

.mediospago {
  width: -webkit-fill-available;
  height: auto;
  margin: 0px;
  align-content: center;
  align-self: center;
}

.mediospago svg {
  width: 50px;
  height: auto;
  transition: transform 0.2s ease;
}

.social-sub-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.social-container-hor {
  display: none;
}

.social-container {
  text-align: center;
  width: -webkit-fill-available;
  margin: 20px 0;
  font-family: sans-serif;
  color: white
}


footer {
  padding: 1.5rem;
  text-align: center;
  border-top: 1px solid #9e8a8a;
  color: #b4b4b4;
  justify-items: center;
  background-color: #3d3d3dc7;
}

.footer_container {
  display: flex;
  color: white;
  flex-direction: row;
  justify-self: center;
  align-content: center;
  align-items: center;
}

.titulo2 {
  z-index: 5;
  position: relative;
  margin-top: 0px;
  height: 65px;
  margin-bottom: -20px;
  float: inline-start;
  font-family: var(--font-heading);
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #262626c7;
  font-size: 28px;
  margin-left: 0px;
  line-height: 1.2;
  text-wrap: nowrap;
}


#revDesc {
  display: flex;
  flex-direction: column;
  width: 15%;
  align-content: center;
  align-items: center;
  margin-right: 15px;
}

#revGenCont {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
}

#reviewContainer {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 20px;
  height: 280px;
  align-items: center;
}

.mensaje {
  font-size: 13px;
  font-family: 'Inter';
}

.review {
  background-color: rgb(255, 255, 255);
  padding: 10px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  box-shadow: 3px 3px 5px 0px rgba(128, 128, 128, 0.502);
  width: 220px;
  min-height: 230px;
  max-height: max-content;
}

#reviewWrapper {
  display: flex;
  align-items: center;
  gap: 10px;
}

.navBtn {
  cursor: pointer;
  font-size: 20px;
  background: transparent;
  color: gray;
  height: max-content;
  font-size: 40px;
  border: none;
  translate: 0px -30px;
}

.navBtn:hover {
  background-color: rgba(128, 128, 128, 0.483);
  border-radius: 10px;
}


.rev-time {
  display: flex;
  flex-direction: column-reverse;
}

.rev-nombre {
  color: black;
  font-weight: bold;
}

.Vpc5Fe:hover {
  color: black;
  text-decoration: underline;
  text-decoration-color: gainsboro;
}

#inicial {
  background-color: #00a2ff;
  color: white;
  border-radius: 30px;
  height: 40px;
  width: 40px;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  place-content: center;
  align-self: center;
}

.starts {
  display: flex;
  flex-direction: row;
}

.time {
  color: gray;
  font-size: 14px;
}