body {
  margin: 0;
  font-family: Arial, sans-serif;
  min-height: 100vh;
  background-color: #f7f7f77a;
}

.single-image-container {
  width: 200px;
  height: 200px;
  align-self: center;
  margin-right: 20px;
  margin-left: 10px;
  border-radius: 10px;
}

.producto {
  box-sizing: border-box;
  padding: 5px;

  background: rgb(255, 255, 255);
  border-radius: 14px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0px 0px 1px 1px #bbbbbb;
  content-visibility: auto;
  contain-intrinsic-size: 300px 400px;
}

#prod-info-text {
  margin-left: 0px;
  margin-top: 0px;
  width: -webkit-fill-available;
}

#contUnidadesBtnCarrito {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
}

#prod-info-udisp {
  display: inline;
  margin-left: 0px;
  text-align: center;
  font-size: 12px;
  margin-top: 10px;
  width: -webkit-fill-available;
}

#prod-info-udisp-dis {
  display: none;
}

#prod-info-price {
  margin-left: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 25px;
  font-weight: bold;
  font-family: "Montserrat";
  width: -webkit-fill-available;
  color: rgb(53, 53, 53);
  text-wrap: nowrap;
}

#prod-info-title {
  overflow: hidden;
  margin-bottom: 5px;
  margin-top: 0;
  margin-left: 0;
  text-align: center;
  white-space: nowrap;
  background-color: #ffd4ae00;
  border-radius: 2px;
  width: -webkit-fill-available;
  padding: 5px;
  position: relative;
}

#prod-info-marca-txt {
  align-self: center;
  background-color: white;
  font-family: 'Inter';
}

#prod-info-title span {
  display: inline-block;
  transition: transform 0.15s ease;
  will-change: transform;
}

#prod-info-off {
  font-size: 10px;
  margin: 0px;
  width: -webkit-fill-available;
  color: green
}

#prod-info-efect {
  font-size: 16px;
  font-weight: bolder;
  font-family: 'Inter';
  margin: 0px;
  width: -webkit-fill-available;
  color: green;
}

#prod-info-marca {
  width: 90px;
  user-select: none;
  height: auto;
  margin-top: 2px;
  margin-left: auto;
  margin-bottom: 10px;
  margin-right: auto;
}

#contUnidades {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#prodDataContainer {
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-around;
}

#pPrecioLista {
  font-size: 25px;
  font-family: "Montserrat";
}

#precioContainer {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  text-align-last: center;
}

#prod-info-envio-cont {
  display: flex;
  flex-direction: row;
  width: 100%;
  text-wrap: nowrap;
  height: auto;
  justify-content: center;
  align-content: center;
  align-items: center;
}

#prod-info-envio {
  width: auto;
  margin: 5px;
  font-size: 12px;
  height: auto;
  padding: 0px;
}

#prod-info-envio-img {
  width: 25%;
  user-select: none;
  height: 12px;
  margin-left: 0px;
}

#add_product {
  font-family: 'Montserrat', sans-serif;
  user-select: none;
  font-size: 15px;
  padding: 6px;
  border-radius: 8px;
  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;
  text-align: center;
  margin-bottom: 5px;
  color: #f08f35;
  place-self: center;
  text-decoration: underline;
}

#vermas:hover {
  text-decoration: underline;
  color: #b06826;
  cursor: pointer;
}

#headerR {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.header {
  position: relative;
  z-index: 22;
  width: -webkit-fill-available;
  background-color: rgb(52, 52, 52);
  padding: 1rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

#seleccionado {

  color: orange;
  text-underline-offset: 5px;
  text-decoration: underline;
}

#br_header {
  height: 70px;
}

.logo {
  width: 60px;
  height: 50px;
}

nav {
  height: 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-end;
  align-items: center;
}

a {
  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: 16px;
}

.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 {
  font-family: 'Inter', system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 20px;
  text-decoration: none;
  color: #ffffff;
}

.icono-carrito {
  user-select: none;
  margin-left: 1rem;
  fill: currentColor;
  stroke: none;
  vertical-align: middle;
  color: #ffffff;
  cursor: pointer;
}

.icono-carrito:hover {
  margin-left: 1rem;
  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);
  height: 30px;
  width: 250px;
  margin-left: 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::placeholder {
  color: white;
}

.search_bar:hover {
  box-shadow: 0px 0px 0px 2px rgb(255, 255, 255);
}

.carousel-fade {
  position: relative;
  width: 590px;
  height: auto;
  overflow: hidden;
  border-radius: 15px;
}

.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: cover;
  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;
}


.carousel-fade-inv {
  position: relative;
  width: 590px;
  height: auto;
  overflow: hidden;
  border-radius: 15px;
}

.carousel-fade-inv::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 60%, rgb(255, 255, 255) 95%);
  pointer-events: none;
  transform: translate(-0px, 0px);
}

.carousel-fade-inv 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-inv img.active {
  opacity: 1;
}


.parallax {
  padding: 0px;
  height: 60vh;
  width: -webkit-fill-available;
  justify-self: center;
  position: relative;
  background-position: center;
  will-change: transform;
  background-size: contain;
  transition: transform 0.1s linear;
}


.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;
  justify-items: center;
  background-color: #3d3d3dc7;
}

.footer_container {
  display: flex;
  color: white;

  flex-direction: row;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.social-container {
  text-align: center;
  width: max-content;
  margin: 20px 0;
  font-family: sans-serif;
  color: white
}

.social-container-hor {
  display: flex;
  flex-direction: column;
  text-wrap: nowrap;
  font-size: 20px;
  color: white;
  border-right: ridge;
  padding-right: 40px;
}

.social-icons {
  display: flex;
  justify-content: start;
  gap: 20px;
  margin-top: 10px;
}

.textContainer {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 6px;
}

.social-icons a {
  color: rgb(255, 255, 255);
  transition: transform 0.2s, color 0.2s;
  will-change: transform;
}

.producto-img {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  object-fit: cover;
  transition: opacity 0.3s ease;
  opacity: 1;
}

#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;
}

#titleCont2 {
  margin-left: 0px;
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.producto-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: auto;
}

.producto-img.loading {
  opacity: 0;
}

hr {
  width: 90% !important;
  border-color: orange !important;
}

.icon_fb:hover {
  color: #00a2ff;
}

.icon_yt:hover {
  color: #ff4646;
}

.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;
}

#bloque_ajuste {
  display: flex;
  flex-wrap: wrap;
  text-align-last: center;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
}

.productos {
  width: -webkit-fill-available;
  padding: 80px;
  justify-self: center;
}

.texto {
  display: flex;
  flex-direction: column;
  align-items: start;
}

.categoria .texto {
  width: 500px;
}

:root {
  --font-heading: 'Oswald', system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.categoria {
  display: flex;
  flex-direction: row;
  width: 100%;
  padding: 10px;
  margin-bottom: 30px;
  background: rgb(255, 255, 255);
  border-radius: 24px;
  box-shadow: 4px 4px 15px 1px #b1b1b1;
  justify-content: space-between;
}

.articulo {
  user-select: none;
  width: -webkit-fill-available;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  height: 80px;
  background: #ffffff;
  border-radius: 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: flex;
  justify-content: space-between;
  align-content: center;
  flex-direction: row;
  justify-self: center;

}

.titulo {
  z-index: 5;
  position: relative;
  margin-top: 15px;
  margin-left: 20px;
  margin-bottom: 0px;
  float: inline-start;
  font-family: var(--font-heading);
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #262626c7;
  font-size: 50px;
  line-height: 1.2;
  text-wrap: nowrap;
}

.titulo2 {
  z-index: 5;
  position: relative;
  margin-top: 0px;
  height: 65px;
  margin-bottom: 0px;
  float: inline-start;
  font-family: var(--font-heading);
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #262626c7;
  font-size: 50px;
  line-height: 1.2;
  text-wrap: nowrap;
}

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: 45px;
  line-height: 1.2;
  margin: 0;
}


.btn-modern {
  position: relative;
  margin-bottom: 15px;
  margin-left: -250px;
  background: orange;
  color: white;
  font-weight: bold;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-size: 25px;
  width: 200px;
  height: 60px;
  overflow: hidden;
  padding: 10px;
  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;
}

#indexProdsViewport {
  overflow: hidden;
  width: 100%;
}

#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;
}


.categoria .texto li {
  margin-left: 25px;
  font-family: 'Inter', system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  margin: 0.6rem 0 0;
  color: #1d1d1dc7;
  line-height: 1;
  text-wrap: nowrap;
  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: 350px;
  display: flex;
  margin-left: -20px;
  width: 50%;
  align-content: center;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.marcas {
  display: flex;
  flex-direction: row;
  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: space-evenly;
}

.prods {
  display: flex;
  flex-direction: row;
  align-content: center;
  align-items: center;
  font-family: var(--font-heading);
  font-weight: 700;
  height: 65px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-align: center;
  font-size: 20px;
  color: #3d3d3dc7;
  width: 100%;
  margin-bottom: 1px;
  justify-content: space-evenly;
}

#huella {
  height: 40px;
  width: 25%;
}

#huellaInv {
  transform: scaleX(-1);
  height: 40px;
  width: 25%;
}

.vector-gallery {
  overflow: hidden;
  width: 100%;
}

.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;
  transition: all 0.25s;
  margin: 10px
}

.vector-item:hover {
  width: 200px;
  height: 75px;
  cursor: pointer;
}

.vector-item img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

@keyframes scroll {
  from {
    transform: translate3d(0, 0, 0);
    will-change: transform;
  }

  to {
    transform: translate3d(var(--scroll), 0, 0);
    will-change: transform;
  }
}

p5 {
  white-space: nowrap;
  margin-bottom: 5px;
  border-radius: 4px;
  background-color: rgba(128, 128, 128, 0.336);
  width: fit-content;
  padding: 10px;
  padding-right: 20px;
  align-self: center;
  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-last: left;
  width: -webkit-fill-available;
  justify-self: center;
}

.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);
  justify-self: center;
}

.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;
}

.video-container {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
}

video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#gridmediodepago {
  display: grid;
  width: 80%;
  align-self: center;
  grid-template-columns: repeat(auto-fit, minmax(30px, 1fr));
  grid-auto-rows: auto;
  justify-items: center;
}

.mediospago {
  width: -webkit-fill-available;
  height: 90px;
  margin: 0px;
  align-content: center;
  align-self: center;
}

.mediospago svg {
  width: 60px;
  height: auto;
  transition: transform 0.2s ease;
}

.mediospago svg:hover {
  transform: scale(1.1);
}

.social-sub-container {
  display: flex;
  flex-direction: column;
  width: max-content;
  margin-left: 40px;
  align-items: flex-start;
}


.parallax {
  position: relative;
  height: 70vh;
  background-size: cover;
  background-position: center;
  transition: background-image 1s ease-in-out;
}

.carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  padding: 10px;
  cursor: pointer;
}

.carousel-btn.prev {
  left: -10px;
}

.carousel-btn.next {
  right: -10px;
}

.carousel-dots {
  text-align: center;
  position: absolute;
  bottom: 10px;
  width: 100%;
}

.carousel-dots span {
  cursor: pointer;
  height: 12px;
  width: 12px;
  margin: 0 4px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
}

.carousel-dots .active {
  background-color: #717171;
}

#revDesc {
  display: flex;
  flex-direction: column;
  width: 15%;
  align-content: center;
  align-items: center;
  margin-right: 15px;
}

#revGenCont {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

#reviewContainer {
  display: flex;
  flex-direction: row;
  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: 20px;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  box-shadow: 3px 3px 5px 0px rgba(128, 128, 128, 0.502);
  width: 250px;
  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;
}

.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;
}

.time {
  color: gray;
  font-size: 14px;
}