/* Fuentes de Google fonts */

@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@700&family=Roboto:wght@400;700&display=swap");

/* -------------------
   Configuraciones generales 
   ------------------- */

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  text-decoration: none;
  list-style: none;
}

body {
  background-color: #d9d9d9;
  font-family: "Roboto", sans-serif;
  font-size: 1.7rem;
}

html {
  scroll-behavior: smooth;
  font-size: 100%;
}

/* -------------------
   Menu
   ------------------- */

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

#logo {
  width: 15rem;
  height: auto;
  position: fixed;
  top: 3.4rem;
  left: 3.4rem;
  z-index: 99999;
}

header {
  height: 8.9rem;
}

.contenedor {
  display: flex;
  justify-content: end;
  width: 100%;
  height: 8.9rem;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background-color: #fff;
}

.nav-desk {
  display: none;
}

.nav-desk a {
  color: #000;
}

.nav-bar {
  position: absolute;
  background-color: #fff;
  top: 0;
  right: 100%;
  height: 100vh;
  width: 100vw;
  z-index: 999;
  display: flex;
  transition: position 2.9s;
  /* -webkit-transition: position 2.9s;
     -moz-transition: position 2.9s;
     -ms-transition: position 2.9s;
     -o-transition: position 2.9s; */
}

.toggle {
  left: 0;
}

.toggle-menu {
  background-color: transparent;
  position: fixed;
  top: 3rem;
  right: 3.4rem;
  width: 4rem;
  height: 4rem;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  border-radius: 5px;
  cursor: pointer;
  /* -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
     -ms-border-radius: 5px;
     -o-border-radius: 5px; */
}

.line {
  width: 100%;
  height: 0.5rem;
  border-radius: 500px;
  background-color: #000;
  transition: transform 0.2s ease-out;
  /* -webkit-transition: transform 0.2s ease-out;
     -moz-transition: transform 0.2s ease-out;
     -ms-transition: transform 0.2s ease-out;
     -o-transition: transform 0.2s ease-out; */
}

.toggle .line1 {
  transform: scale(0.9) rotateZ(-45deg) translate(-6px, 18px);
}

.toggle .line2 {
  display: none;
}

.toggle .line3 {
  transform: scale(0.9) rotateZ(45deg) translate(-6px, -18px);
}

.nav-list {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 2.5rem;
  margin: 9rem 6.8rem auto 6.8rem;
}

.nav-list-item a {
  font-size: 3.4rem;
  font-family: "Roboto", sans-serif;
}

.nav-link {
  color: #000;
  font-size: 22px;
  text-decoration: none;
  position: relative;
  padding-bottom: 4px;
}

.nav-link::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  transform: scaleX(0);
  transition: transform 0.4s ease-in-out;
  transform-origin: left;
  /* -webkit-transition: transform 0.4s ease-in-out;
     -moz-transition: transform 0.4s ease-in-out;
     -ms-transition: transform 0.4s ease-in-out;
     -o-transition: transform 0.4s ease-in-out; */
}

.nav-link:hover::before {
  transform: scaleX(1);
}

.nav-icon {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 2rem;
  margin: 1.4rem 9.5rem 0.5rem 0;
  font-size: 3.5rem;
}

.search {
  display: flex;
  flex-direction: row;
  background-color: transparent;
}

.search input {
  display: none;
}

.club-header {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-top: 44rem;
}

/* -------------------
   Tipologias de textos 
   ------------------- */

h1 {
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-size: 5.5rem;
  line-height: 84%;
  text-align: center;
  color: #fff;
  margin-bottom: 0.6rem;
}

.h1-2 {
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-size: 5rem;
  line-height: 100%;
  text-align: left;
  color: #000;
  margin-bottom: 0.6rem;
  position: sticky;
  top: 5rem;
  z-index: -1;
}

h2 {
  font-family: "Roboto", sans-serif;
  font-size: 3rem;
  font-weight: 700;
}

h3 {
  font-family: "Roboto", sans-serif;
  font-size: 2rem;
  line-height: 120.5%;
}

h4 {
  font-family: "Roboto", sans-serif;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 146.5%;
}

.h3v1 {
  font-family: "Roboto", sans-serif;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 120.5%;
}

.h3v2 {
  font-family: "Roboto", sans-serif;
  font-size: 2.3rem;
  line-height: 120.5%;
}

.simple {
  font-family: "Roboto", sans-serif;
  font-size: 1.7rem;
  line-height: 146.5%;
  margin-bottom: 2.2rem;
}

.mbot {
  margin-bottom: 2.9rem;
}

.mbot-v2 {
  margin-bottom: 6.6rem;
}

span {
  font-weight: 400;
}

ul li {
  font-family: "Roboto", sans-serif;
  font-size: 1.7rem;
}

/* Tipologias de botones */

.fa-brands, .fa-bag-shopping {
  color: #000;
}

a.boton {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Roboto", sans-serif;
  font-size: 1.7rem;
  font-weight: 700;
  border-radius: 50px;
  height: 4.3rem;
}

.v1 {
  color: #000;
  background: #fff;
  width: 19.2rem;
}

.v2 {
  width: 39.3rem;
  color: #000;
  background: #fff;
}

.v3 {
  width: 39.3rem;
  color: #fff;
  background: #000;
}

.v4 {
  width: 39.3rem;
  color: #000;
  background: #adadad;
}

.doble-boton {
  display: flex;
  justify-content: center;
  gap: 1.75rem;
}

a.boton-next {
  font-size: 2rem;
}

.con-circulo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #000;
  color: #fff;
  position: absolute;
  inset: auto 1rem 1rem auto;
  z-index: 999;
}

a.boton:hover {
  color: #000;
  background: #61b2ed;
}

a.boton-next:hover {
  color: #000;
  background: #61b2ed;
}

.borde {
  border-radius: 9.8px;
}

.gris {
  background: #d9d9d9;
}

/* Banners */

.superpuesta {
  display: grid;
  grid-template: 1 / 1;
  width: 100%;
}

.banner {
  grid-column: 1;
  grid-row: 1;
  width: 100%;
}

.banner img,
source {
  width: 100%;
}

.bajada-banner {
  text-align: center;
  color: #fff;
}

.bloque-banner {
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 950;
  grid-column: 1;
  grid-row: 1;
  justify-content: end;
  margin-bottom: 9.5rem;
}

.banner2 {
  margin-bottom: 60rem;
}

.ra {
  width: 4.6rem;
  margin-bottom: 2.2rem;
}

.atencion {
  display: flex;
  flex-direction: column;
  color: #fff;
  background: #000;
  align-items: center;
  margin: 1.9rem;
  padding: 2.8rem 3.4rem 4.1rem 3.4rem;
  gap: 1.6rem;
}

.info-atencion {
  display: flex;
  flex-direction: column;
  gap: 0;
}

/* Articulos */

.articulos {
  width: 95%;
  margin: auto;
}

.articulos-populares {
  display: flex;
  flex-direction: column;
  gap: 2.9rem;
  width: 100%;
}

.articulos-populares article {
  display: flex;
  gap: 1.5rem;
  position: relative;
  max-width: 65rem;
}

.bloque-art {
  display: flex;
  flex-direction: column;
  width: 100%;
}

/* Galeria Productos */

.resumen-productos {
  background-color: #d9d9d9;
  padding: 3.9rem 0rem 8rem 1.4rem;
}

.hela-center {
  position: absolute;
  bottom: 0;
}

.galeria-productos {
  display: flex;
  align-items: start;
  gap: 1.7rem;
  height: 50%;
  overflow-x: scroll;
  overflow-y: hidden;
  padding-right: 1.8rem;
}

.galeria-productos::-webkit-scrollbar {
  height: 0.5rem;
  background-color: white;
}

.galeria-productos::-webkit-scrollbar-thumb {
  width: 1rem;
  background-color: #000;
}

.tajeta-producto {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  background-color: white;
  position: relative;
  width: 39.6rem;
  height: 39.6rem;
  padding: 2rem 2rem 0 2rem;
  text-align: center;
  line-height: 1rem;
  transition: all 0.3s ease;
}

picture.cerrada {
  margin-top: 1rem;
  width: 39.6rem;
  overflow: hidden;
}

picture.cerrada img {
  width: 27.3rem;
}

picture.abierta {
  position: absolute;
  bottom: 0;
  transform: translateY(50%);
  transition: 0.3s ease;
  opacity: 0;
}

picture.abierta img {
  width: 17rem;
}

.tajeta-producto:hover picture.abierta {
  opacity: 1;
  transform: translateY(10%);
}

.tajeta-producto:hover picture.cerrada {
  opacity: 50%;
}

.vermas {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 2rem;
  width: 39.6rem;
  height: 39.6rem;
}

/* -------------------
   Productos
   ------------------- */

.grilla-general-produ {
  display: grid;
  grid-template-areas:
    "titulo"
    "filtros"
    "productos";
}

.titulo-etc {
  display: flex;
  flex-direction: column;
  grid-area: titulo;
}

.filter-titulo-1 {
  display: flex;
  gap: 1rem;
  padding: 2rem 0;
  border-bottom: 2px solid #000;
}

.filter-titulo-2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2rem 0;
}

.filter-titulo-2 h3 {
  opacity: 70%;
}

.filtros {
  display: none;
  grid-area: filtros;
  width: auto;
}

.filtros input[type="checkbox"] {
  appearance: none;
}

.filtros [type="checkbox"] + label::before {
  border: 2px solid #adadad;
  border-radius: 50%;
  background-color: transparent;
  content: "";
  display: inline-flex;
  height: 1.5rem;
  width: 1.5rem;
  line-height: 1.5rem;
  margin: 1rem;
  text-align: center;
  cursor: pointer;
}
.filtros [type="checkbox"]:checked + label::before {
  border-color: #61b2ed;
  background-color: #61b2ed;
}

.grilla-productos {
  grid-area: productos;
  display: grid;
  justify-content: start;
  gap: 2rem;
  grid-template-columns: repeat(auto-fit, minmax(40rem, 1fr));
}

.caja {
  padding: 1.8rem;
}

.tajeta {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fff;
  gap: 1.5rem;
  width: 85%;
  margin: auto;
  padding: 2.2rem 2rem 2.2rem 2rem;
  text-align: center;
}

.tajeta img {
  height: 28rem;
}

.icon-filter {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0.8rem;
  margin: 1rem 0;
  border-radius: 3rem;
  background: rgba(255, 255, 255, 0.5);
}

/* -------------------
   Detalle Productos
   ------------------- */

.detalles {
  display: flex;
  flex-direction: column;
  gap: 2.3rem;
  padding: 2rem;
}

.detalles ul li {
  list-style: disc;
  margin: 0 0 2rem 2rem;
}

.tajeta-detalle {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: linear-gradient(180deg, #61b2ed 45%, #fff 45%);
  gap: 1.3rem;
  width: 52rem;
  margin: auto;
  padding: 4.9rem 2rem 2.2rem 2rem;
  text-align: center;
}

.tajeta-detalle div {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  margin-top: -1rem;
  font-size: 1.7;
  text-align: center;
  color: #adadad;
}

.resumen-resena {
  display: flex;
  align-content: end;
  gap: 1.3rem;
  color: #61b2ed;
}

.resumen-resena a {
  color: #61b2ed;
}

.estrellas {
  line-height: 95%;
}

.tajeta-detalle img {
  height: 39rem;
}

.text-detalle {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/*DROPDOWN*/

.dropdown__link {
  color: #000;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  position: relative;
  margin: auto;
  padding-bottom: 1.3rem;
  padding-top: 1.3rem;
}

.dropdown:has(:checked) {
  --rows: 1fr;
  --rotate: rotate(180deg);
}

.dropdown__check {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.dropdown__arrow {
  transform: var(--rotate, 0);
  transition: 0.2s transform;
  font-size: 2.09425rem;
}

.dropdown__content {
  display: grid;
  grid-template-rows: var(--rows, 0fr);
}

.dropdown__sub {
  overflow: hidden;
}

/*Caracteristicas*/

.dropdown__li_1 {
  display: flex;
  flex-direction: column;
  gap: 1.3rem;
  text-align: center;
  margin-bottom: 7rem;
}

/* .dropdown__li_1 picture {
  width: 100%;
} */

.dropdown__li_1 picture img {
  width: 100%;
}

/*Especificaciónes*/

.dropdown__li_2 {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 1.3rem;
}

.dropdown__li_2 li {
  display: flex;
  justify-content: space-between;
}

.dropdown__li_2 ul {
  margin-bottom: 2.3rem;
}

/*Opiniones*/

.dropdown__li_3 {
  display: flex;
  flex-direction: column;
  width: 90%;
  gap: 1.3rem;
  margin: auto;
}

.puntuacion {
  display: flex;
  flex-direction: row;
  gap: 2rem;
  width: 100%;
}

#cienx100 {
  display: block;
  width: 17.8rem;
  height: 1rem;
  border-radius: 0.6rem;
  background: #61b2ed;
}

#cienx100-2 {
  display: block;
  width: 100%;
  height: 1rem;
  border-radius: 0.6rem;
  background: #61b2ed;
}

#cerox100 {
  display: block;
  width: 17.8rem;
  height: 1rem;
  border-radius: 0.6rem;
  background: #adadad;
}

.ancho {
  width: 22rem;
}

.comentario {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  width: 100%;
  margin-top: 2rem;
}

.center {
  justify-content: center;
  align-items: center;
}

/* -------------------
   Mercado 
   ------------------- */

.bolsa {
  display: grid;
  grid-template-areas:
    "bolsa-de-compras"
    "heladera-bolsa"
    "detalle-de-entrega"
    "entrega"
    "envio"
    "medio"
    "resumen";
  gap: 1.8rem;
}

.bolsa-de-compras {
  grid-area: bolsa-de-compras;
}

.heladera-bolsa {
  grid-area: heladera-bolsa;
}

.detalle-de-entrega {
  grid-area: detalle-de-entrega;
}

.entrega {
  grid-area: entrega;
}

.envio {
  grid-area: envio;
}

.medio {
  grid-area: medio;
}

.resumen {
  grid-area: resumen;
}

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

.start {
  display: flex;
  align-items: flex-start;
  text-align: left;
}

.colu {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 2rem;
}

.mapa {
  width: 100%;
  height: 20rem;
}

input.switch[type="checkbox"] {
  height: 0;
  width: 0;
  visibility: hidden;
}

label.switch {
  cursor: pointer;
  text-indent: -9999px;
  width: 6.2rem;
  height: 3rem;
  background: #adadad;
  display: block;
  border-radius: 3rem;
  position: relative;
}

label.switch:after {
  content: "";
  position: absolute;
  top: 0.1rem;
  left: 0.1rem;
  width: 2.8rem;
  height: 2.8rem;
  background: #fff;
  border-radius: 2.8rem;
  transition: 0.3s;
}

input.switch:checked + label.switch {
  background: #61b2ed;
}

input.switch:checked + label.switch:after {
  left: calc(100% - 0.1rem);
  transform: translateX(-100%);
}

label:active:after {
  width: 130px;
}

/* -------------------
   Personalizador
   ------------------- */

.tu-siam {
  height: 100vh;
  background-color: #fff;
}

.data {
  position: fixed;
  z-index: 9999;
  width: 95%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.slider-container {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
  background-color: white;
}

.slider-content {
  display: flex;
  transition: transform 0.5s ease;
}

.slide {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  flex: 0 0 100%;
  height: 70%;
}

.personalizador {
  margin-bottom: 1.3rem;
}

.personalizador button {
  background-color: #d9d9d9;
  padding: 0.2rem 0.6rem;
  margin: 0.4rem;
  border-radius: 50rem;
}

.primer-slide {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 3rem;
  padding: 0;
  margin: 0;
  line-height: 80%;
  border-radius: 100%;
}

#beige {
  color: #f1ede0;
  background-color: #f1ede0;
}

#celeste {
  color: #d8e8f2;
  background-color: #d8e8f2;
}

#verde {
  color: #d9e9dd;
  background-color: #d9e9dd;
}

#rojo {
  color: #a91c14;
  background-color: #a91c14;
}

.contador {
  margin-top: 0.6rem;
}

.contador span {
  font-weight: bold;
}

.slider-controls {
  display: flex;
  justify-content: center;
  align-items: start;
  line-height: 40%;
  gap: 2rem;
  margin-top: 1.3rem;
  height: 30%;
}

.slider-controls button {
  margin: 0 0.3rem;
  background-color: transparent;
}

.resultado {
  display: flex;
  justify-content: center;
  align-content: center;
  background-color: #d9d9d9;
}

.resultado img {
  width: 100%;
}

/* -------------------
   Sustentabilidad
   ------------------- */

.sustenta-art {
  display: flex;
  flex-direction: column;
  gap: 2.3rem;
}

.sustenta-art picture {
  height: 100%;
  width: 100%;
  aspect-ratio: 3 / 2;
}

.sustenta-art picture img {
  width: 100%;
  height: 100%;
}

.sustenta-art div {
  display: flex;
  flex-direction: column;
  justify-content: start;
  text-align: center;
  height: 25rem;
  width: 90%;
  margin: auto;
}

.sust-grid picture {
  grid-area: imagen;
}

.sust-grid div {
  grid-area: texto;
}

.sust-grid2 picture {
  grid-area: imagen;
}

.sust-grid2 div {
  grid-area: texto;
}

/* -------------------
   Neobolita
   ------------------- */
   .wrapper{
    display: flex;
    max-width: 1200px;
    position: relative;
  }
  .wrapper i{
    top: 50%;
    height: 44px;
    width: 44px;
    color: #343F4F;
    cursor: pointer;
    font-size: 1.15rem;
    position: absolute;
    text-align: center;
    line-height: 44px;
    background: #fff;
    border-radius: 50%;
    transform: translateY(-50%);
    transition: transform 0.1s linear;
  }
  .wrapper i:active{
    transform: translateY(-50%) scale(0.9);
  }
  .wrapper i:hover{
    background: #f2f2f2;
  }
  .wrapper i:first-child{
    left: -22px;
    display: none;
  }
  .wrapper i:last-child{
    right: -22px;
  }
  .wrapper .carousel{
    font-size: 0px;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    scroll-behavior: smooth;
  }
  .carousel.dragging{
    cursor: grab;
    scroll-behavior: auto;
  }
  .carousel.dragging img{
    pointer-events: none;
  }
  .carousel img{
    height: 340px;
    object-fit: cover;
    user-select: none;
    margin-left: 14px;
    width: calc(100% / 2);
  }
  .carousel img:first-child{
    margin-left: 0px;
  }

  .neobolita-re {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5rem;
    margin-top: 2rem;
  }

  .neobolita-re img{
    width: 30rem;
  }

  .historia-img {
    width: 100%;
  }

/* -------------------
   Footer
   ------------------- */

footer {
  padding: 0 2.3rem 4.1rem 2.3rem;
}

footer a {
  color: #000;
}

.footer-nav {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(18rem, 1fr));
  padding: 2rem;
  justify-content: end;
  gap: 2rem;
  border-bottom: 2px solid #000;
}

.footer-nav li {
  padding-bottom: 0.3rem;
}

.footer-nav ul {
  padding-bottom: 1.7rem;
}

.footer-nav {
  font-family: "Roboto", sans-serif;
  font-size: 1.5rem;
  line-height: 146.5%;
}

.footer-social {
  display: flex;
  justify-content: center;
  gap: 2.2rem;
  font-size: 4rem;
  color: #111111;
  padding: 1.7rem;
  border-bottom: 2px solid #000;
}

.footer-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  font-weight: 700;
  padding: 7.4rem 2rem 3.5rem 2rem;
  border-bottom: 2px solid #000;
}

.footer-logo img {
  width: 21.8rem;
}

.centrado {
  text-align: center;
  padding-top: 1.7rem;
}

@media screen and (min-width: 80em) {
  html {
    font-size: 70%;
  }
  .contenedor {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
  }
  #logo {
    width: 13rem;
    top: 2.8rem;
  }
  .nav-desk {
    display: flex;
    flex-direction: row;
    gap: 3rem;
    padding-left: 4rem;
  }
  .header__nav {
    display: none;
  }
  .toggle-menu {
    width: 2.5rem;
    height: 2.5rem;
  }
  .nav-icon {
    font-size: 3rem;
  }
  .search {
    background-color: #d9d9d9;
    border-radius: 50px;
    padding: 0.5rem;
  }
  .search input {
    display: block;
    margin: 0 0.5rem 0 0.5rem;
    background-color: inherit;
    width: 6rem;
    font-size: 0.9rem;
    font-family: "Roboto", sans-serif;
    outline: none;
  }
  /*Banners*/
  .superpuesta {
    display: grid;
    grid-template: 50% 50% / 1;
    width: 100%;
  }
  .banner {
    grid-area: 1/1/2/3;
    width: 100%;
  }
  .bloque-banner {
    grid-column: 2;
    grid-row: 1;
    width: 50%;
    justify-content: center;
    align-items: start;
    margin-left: 30rem;
    padding-bottom: 0;
    padding-right: 5rem;
  }
  .bloque-banner h1{
    text-align: left;
  }
  .bajada-banner {
    text-align: left;
  }
  /*articulos*/
  .articulos-populares {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(60rem, 1fr));
  }
  /*atencion*/
  .info-atencion {
    display: flex;
    flex-direction: row;
    gap: 6rem;
  }
  .atencion {
    align-items: start;
  }
  /*Galeria*/
  .galeria-productos {
    height: 65%;
    padding-left: 35%;
    padding-right: 40%;
  }
  /*Productos*/
  .filtros {
    display: block;
  }

  .filter-titulo-1 {
    display: none;
  }
  .grilla-general-produ {
    grid-template-columns: 25% 75%;
    grid-template-areas:
      "titulo  titulo "
      "filtros productos ";
  }
  .tajeta {
    margin: 0;
  }
  /*Detalles*/
  .detalles {
    flex-direction: row;
    width: 70%;
    margin: auto;
  }
  .tajeta {
    width: auto;
  }
  .dropdown__li_1 {
    flex-direction: row;
    gap: 5rem;
  }
  .dropdown__li_1 video{
    border-radius: 9.8px;
    max-width: 72rem;
  }
  .dropdown__li_1 img{
    border-radius: 9.8px;
    max-width: 80rem;
  }
  .dropdown__li_1 div {
    text-align: start;
    padding: 5rem;
  }
  .banner2 {
    margin-bottom: 0;
  }
  .dropdown__li_2, .comentario, .puntuacion {
    width: 60%;
    margin-left: 5rem;
  }
  /* Bolsa de compras */
  .bolsa {
    display: grid;
    width: 80%;
    grid-template-columns: 50% 50%;
    margin: auto;
    grid-template-areas:
      "bolsa-de-compras bolsa-de-compras"
      "detalle-de-entrega detalle-de-entrega"
      "entrega heladera-bolsa"
      "envio resumen"
      "medio resumen";
    gap: 1.8rem;
  }
  .resultado img {
    height: 70vh;
  }
  /* Sustentabilidad */
  .sustenta-art {
    flex-direction: row;
    align-items: center;
  }
  .sustenta-art img{
    border-radius: 9.8px;
  }
  .sust-grid {
    display: grid;
    grid-template-areas: "texto imagen";
    gap: 5rem;
  }
  .sust-grid2 {
    display: grid;
    grid-template-areas: "imagen texto";
  }
  .sust-grid2 div, .sust-grid div{
   align-items: start;
   text-align: left;
   background-color: #fff;
   height: 81%;
   border-radius: 9.8px;
   padding: 3.5rem 4rem;
  }
  .sustenta2 {
    display: flex;
    flex-direction: column;
    width: 80%;
    margin: auto;
    gap: 5rem;
  }
  .acumar-text {
    width: 50%;
    margin: auto;
    padding: 5rem  0;
    border-bottom: 2px solid #000;
    line-height: 150%;
  }
    /* historia */
    .fundador img{
      width: 100%;
    }
    .carousel img{
      width: calc(100% / 3);
    }
    .h1-2 {
      padding: 5rem;
    }
    .resultado img {
      width: auto;
      padding: 0;
    }
}
