@import url("https://fonts.googleapis.com/css2?family=Hind:wght@300;400;500;600;700&display=swap");
@font-face {
  font-family: "eras demi";
  src: url("../fonts/erasdemi.ttf") format("truetype");
  font-weight: 900;
}
@font-face {
  font-family: "eras light";
  src: url("../fonts/eraslght.ttf") format("truetype");
  font-weight: 900;
}
.container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.row {
  display: flex;
  gap: 1rem;
  margin: 2rem 0;
}

body {
  font-family: "Hind", sans-serif;
  margin: 0;
  padding: 0;
  height: 100%;
  line-height: 1.4;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

p {
  margin: 1.5rem 0;
  padding: 0;
}

ul, ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  width: 100%;
  height: auto;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input, textarea, select, button {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  outline: none;
}

button,
input[type=submit] {
  cursor: pointer;
}

input[type=text], input[type=number], input[type=email], input[type=tel], input[type=password], input[type=submit], textarea, select {
  border-radius: 0;
  border: 1px solid #ccc;
}

.btn {
  padding: 0.5rem 1.25rem;
  background: #5f147e;
  color: #1b1b1b;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 0.5rem;
  color: white;
  font-size: 1rem;
}
.btn.agregar {
  background-color: #f27b01;
}

#wp {
  background-color: green;
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 1rem;
  left: 1rem;
  border-radius: 50px;
  z-index: 99999;
  box-shadow: 0 0 0.8rem rgba(0, 0, 0, 0.35);
}

.titulo {
  display: flex;
  gap: 3vw;
  align-items: center;
}
.titulo::after {
  content: "";
  position: relative;
  background-color: black;
  height: 3px;
  width: -moz-fit-content;
  width: fit-content;
  flex-grow: 1;
}
.titulo h3 {
  font-family: "eras demi";
  font-size: 2.5rem;
}

header {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  z-index: 11;
}
header .top {
  background: rgb(97, 1, 242);
  background: linear-gradient(90deg, rgb(97, 1, 242) 60%, rgb(163, 56, 132) 80%, rgb(233, 116, 15) 95%, rgb(206, 92, 61) 100%);
  padding: 0.25rem 0;
  box-shadow: 0 0 10px 3px black;
  position: relative;
  z-index: 1;
}
header .top ul {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  gap: 2rem;
  margin-left: auto;
}
header .top ul li {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 0.8rem;
  color: white;
}
header .top ul li .ico img {
  height: 18px;
  -o-object-fit: cover;
     object-fit: cover;
}
header .header {
  background: rgb(0, 0, 0);
  background: linear-gradient(90deg, rgb(0, 0, 0) 40%, rgb(33, 6, 45) 100%);
  padding: 2vw 0;
  transition: all 1s ease;
}
header .header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 30;
  padding: 1rem;
}
header .header.sticky .container .logo {
  width: 100px;
}
header .header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .header .container .logo {
  width: 300px;
}
header .header .container nav #menuToggle {
  display: none;
}
header .header .container nav ul {
  display: flex;
  gap: 3rem;
}
header .header .container nav ul li {
  color: white;
  font-size: 1.05rem;
  font-weight: 100;
  position: relative;
  z-index: 1;
}
header .header .container nav ul li .ico {
  display: inline-block;
  width: 10px;
  margin-left: 1rem;
}
header .header .container nav ul li ul {
  display: none;
  flex-direction: column;
  gap: 0.5rem;
  position: absolute;
  background-color: black;
  padding: 1rem;
  text-transform: capitalize;
}
header .header .container nav ul li ul.active {
  display: flex;
}
header .header .container nav ul li ul li {
  text-wrap: nowrap;
}

#pedido {
  background-color: #1e9f5a;
  padding: 1rem 0;
  color: white;
  position: sticky;
  top: 3rem;
  z-index: 10;
}
#pedido .container h3 {
  font-weight: 600;
}
#pedido .container .row {
  margin: 0;
}
#pedido .container .row .ver {
  display: none;
}
#pedido .container .pedido {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
#pedido .container .pedido .datospedido {
  display: flex;
  flex-direction: column;
  font-size: 0.9rem;
}
#pedido .container .pedido .datospedido p {
  margin: 0;
}
#pedido .container .pedido .datospedido label {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 1rem;
}
#pedido .container .pedido .datospedido label span {
  transform: translate(10px, 5px);
  font-size: 0.9rem;
  font-weight: 600;
}
#pedido .container .pedido .datospedido label textarea {
  color: white;
  border-radius: 0.5rem;
  padding: 0.25rem 0.5rem;
}
#pedido .container .pedido .datospedido label textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
#pedido .container .pedido .datospedido label textarea::placeholder {
  color: rgba(255, 255, 255, 0.8);
}
#pedido .container .pedido .finalizado {
  align-self: flex-start;
  width: 400px;
}

#slide {
  width: 100%;
  background: url(../images/bg_slide.jpg);
  background-size: cover;
  overflow: hidden;
  position: relative;
}
#slide .splide__track .splide__list .splide__slide .container {
  display: flex;
  align-items: center;
}
#slide .splide__track .splide__list .splide__slide .container .row {
  gap: 3rem;
  align-items: center;
  justify-content: space-between;
  margin: 0;
}
#slide .splide__track .splide__list .splide__slide .container .row #imagenes {
  max-width: 50%;
}
#slide .splide__track .splide__list .splide__slide .container .row .content {
  color: white;
  text-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.8);
  display: flex;
  flex-direction: column;
}
#slide .splide__track .splide__list .splide__slide .container .row .content h2 {
  font-family: "eras demi";
  font-size: 3.5rem;
  margin: 0;
}
#slide .splide__track .splide__list .splide__slide .container .row .content p {
  font-family: "eras light";
  font-size: 2rem;
  margin: 0;
}
#slide .splide__track .splide__list .splide__slide .container .row .content a {
  margin-top: 1rem;
}

#destacados,
#resultados,
#nosotros,
#contacto {
  margin: 3vw 0;
}
#destacados .productos,
#resultados .productos,
#nosotros .productos,
#contacto .productos {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2vw;
}
#destacados .productos .prod,
#resultados .productos .prod,
#nosotros .productos .prod,
#contacto .productos .prod {
  border-radius: 5px;
  overflow: hidden;
  border: solid 1px #b8babd;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: all 0.5s ease;
}
#destacados .productos .prod img,
#resultados .productos .prod img,
#nosotros .productos .prod img,
#contacto .productos .prod img {
  width: 100%;
  height: 260px;
  -o-object-fit: cover;
     object-fit: cover;
}
#destacados .productos .prod .categoria,
#resultados .productos .prod .categoria,
#nosotros .productos .prod .categoria,
#contacto .productos .prod .categoria {
  background: #f27b01;
  color: black;
  font-weight: 600;
  padding: 0.5rem 3rem 0.5rem 1rem;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  top: 1.5rem;
  border-radius: 0 0.5rem 0.5rem 0;
  text-transform: capitalize;
}
#destacados .productos .prod .tituloprod,
#resultados .productos .prod .tituloprod,
#nosotros .productos .prod .tituloprod,
#contacto .productos .prod .tituloprod {
  font-family: "eras demi";
  font-size: 1rem;
  padding: 0.5rem 1rem;
  background-color: #dbdbdb;
  transition: all 0.5s ease;
}
#destacados .productos .prod .tituloprod h3,
#resultados .productos .prod .tituloprod h3,
#nosotros .productos .prod .tituloprod h3,
#contacto .productos .prod .tituloprod h3 {
  margin: 0;
  padding: 0;
  font-size: 1rem;
}
#destacados .productos .prod .info,
#resultados .productos .prod .info,
#nosotros .productos .prod .info,
#contacto .productos .prod .info {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
#destacados .productos .prod .mas,
#resultados .productos .prod .mas,
#nosotros .productos .prod .mas,
#contacto .productos .prod .mas {
  position: absolute;
  bottom: 1rem;
  right: 20px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
  transition: all 0.5s ease;
  font-weight: 600;
}
#destacados .productos .prod:hover,
#resultados .productos .prod:hover,
#nosotros .productos .prod:hover,
#contacto .productos .prod:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
}
#destacados .productos .prod:hover .categoria,
#resultados .productos .prod:hover .categoria,
#nosotros .productos .prod:hover .categoria,
#contacto .productos .prod:hover .categoria {
  box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.3);
}
#destacados .productos .prod:hover .tituloprod,
#resultados .productos .prod:hover .tituloprod,
#nosotros .productos .prod:hover .tituloprod,
#contacto .productos .prod:hover .tituloprod {
  background: #f27b01;
}
#destacados .productos .prod:hover .mas,
#resultados .productos .prod:hover .mas,
#nosotros .productos .prod:hover .mas,
#contacto .productos .prod:hover .mas {
  background: #f27b01;
  color: #1b1b1b;
}
#destacados .resultados,
#resultados .resultados,
#nosotros .resultados,
#contacto .resultados {
  display: grid;
  grid-template-columns: 200px calc(100% - 200px - 3rem);
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}
#destacados .resultados h3,
#resultados .resultados h3,
#nosotros .resultados h3,
#contacto .resultados h3 {
  font-size: 175%;
  font-weight: 600;
}
#destacados .resultados h4,
#resultados .resultados h4,
#nosotros .resultados h4,
#contacto .resultados h4 {
  font-size: 1.2rem;
  font-weight: 600;
}
#destacados .resultados .filtro,
#resultados .resultados .filtro,
#nosotros .resultados .filtro,
#contacto .resultados .filtro {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
#destacados .resultados .filtro .titfitro,
#resultados .resultados .filtro .titfitro,
#nosotros .resultados .filtro .titfitro,
#contacto .resultados .filtro .titfitro {
  display: flex;
  justify-content: space-between;
}
#destacados .resultados .filtro .titfitro .ico,
#resultados .resultados .filtro .titfitro .ico,
#nosotros .resultados .filtro .titfitro .ico,
#contacto .resultados .filtro .titfitro .ico {
  display: none;
  width: 40px;
}
#destacados .resultados .filtro .aplicados,
#resultados .resultados .filtro .aplicados,
#nosotros .resultados .filtro .aplicados,
#contacto .resultados .filtro .aplicados {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 0.25rem;
  background: #5f147e;
  color: white;
  padding: 1rem;
  border-radius: 0.5rem;
}
#destacados .resultados .filtro .aplicados .aplicado,
#resultados .resultados .filtro .aplicados .aplicado,
#nosotros .resultados .filtro .aplicados .aplicado,
#contacto .resultados .filtro .aplicados .aplicado {
  width: 100%;
  text-transform: capitalize;
  border: solid 1px #b8babd;
  border-radius: 0.25rem;
  padding: 0.25rem;
  font-size: 0.8rem;
  display: flex;
  gap: 0.5rem;
}
#destacados .resultados .filtro .aplicados .aplicado .borrar,
#resultados .resultados .filtro .aplicados .aplicado .borrar,
#nosotros .resultados .filtro .aplicados .aplicado .borrar,
#contacto .resultados .filtro .aplicados .aplicado .borrar {
  margin-left: auto;
  font-weight: 600;
  font-size: 0.6rem;
  cursor: pointer;
}
#destacados .resultados .filtro #filtros form,
#resultados .resultados .filtro #filtros form,
#nosotros .resultados .filtro #filtros form,
#contacto .resultados .filtro #filtros form {
  display: grid;
  row-gap: 1rem;
}
#destacados .resultados .filtro #filtros .filtro,
#resultados .resultados .filtro #filtros .filtro,
#nosotros .resultados .filtro #filtros .filtro,
#contacto .resultados .filtro #filtros .filtro {
  padding: 0.75rem;
  border: solid 1px #dbdbdb;
  border-radius: 0.5rem;
  text-transform: capitalize;
}
#destacados .resultados .filtro #filtros .filtro .input,
#resultados .resultados .filtro #filtros .filtro .input,
#nosotros .resultados .filtro #filtros .filtro .input,
#contacto .resultados .filtro #filtros .filtro .input {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
#destacados .resultados .informacion,
#resultados .resultados .informacion,
#nosotros .resultados .informacion,
#contacto .resultados .informacion {
  display: flex;
  flex-direction: column;
}
#destacados .resultados .informacion .producto,
#resultados .resultados .informacion .producto,
#nosotros .resultados .informacion .producto,
#contacto .resultados .informacion .producto {
  display: flex;
  border-radius: 0.5rem;
  border: solid 1px #b8babd;
  overflow: hidden;
  margin: 1rem 0;
}
#destacados .resultados .informacion .producto .imagen,
#resultados .resultados .informacion .producto .imagen,
#nosotros .resultados .informacion .producto .imagen,
#contacto .resultados .informacion .producto .imagen {
  max-width: 300px;
  min-width: 300px;
  height: 200px;
  position: relative;
}
#destacados .resultados .informacion .producto .imagen .categoria,
#resultados .resultados .informacion .producto .imagen .categoria,
#nosotros .resultados .informacion .producto .imagen .categoria,
#contacto .resultados .informacion .producto .imagen .categoria {
  position: absolute;
  top: 1rem;
  left: 0;
  background: #f27b01;
  font-weight: 600;
  padding: 0.5rem;
  border-radius: 0 0.5rem 0.5rem 0;
  text-transform: capitalize;
}
#destacados .resultados .informacion .producto .imagen img,
#resultados .resultados .informacion .producto .imagen img,
#nosotros .resultados .informacion .producto .imagen img,
#contacto .resultados .informacion .producto .imagen img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#destacados .resultados .informacion .producto .infoprod,
#resultados .resultados .informacion .producto .infoprod,
#nosotros .resultados .informacion .producto .infoprod,
#contacto .resultados .informacion .producto .infoprod {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  flex-grow: 1;
}
#destacados .resultados .informacion .producto .infoprod .item,
#resultados .resultados .informacion .producto .infoprod .item,
#nosotros .resultados .informacion .producto .infoprod .item,
#contacto .resultados .informacion .producto .infoprod .item {
  margin: 0 1rem;
}
#destacados .resultados .informacion .producto .infoprod .item.titulo,
#resultados .resultados .informacion .producto .infoprod .item.titulo,
#nosotros .resultados .informacion .producto .infoprod .item.titulo,
#contacto .resultados .informacion .producto .infoprod .item.titulo {
  margin-left: 0;
  width: 100%;
  background: #f27b01;
  padding: 0.5rem 1rem;
}
#destacados .resultados .informacion .producto .infoprod .item.titulo::after,
#resultados .resultados .informacion .producto .infoprod .item.titulo::after,
#nosotros .resultados .informacion .producto .infoprod .item.titulo::after,
#contacto .resultados .informacion .producto .infoprod .item.titulo::after {
  background-color: transparent;
}
#destacados .resultados .informacion .producto .infoprod .item.agregar,
#resultados .resultados .informacion .producto .infoprod .item.agregar,
#nosotros .resultados .informacion .producto .infoprod .item.agregar,
#contacto .resultados .informacion .producto .infoprod .item.agregar {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 1rem;
  margin-top: auto;
  margin-bottom: 1rem;
}
#destacados .resultados .informacion .producto .infoprod .item.agregar label,
#resultados .resultados .informacion .producto .infoprod .item.agregar label,
#nosotros .resultados .informacion .producto .infoprod .item.agregar label,
#contacto .resultados .informacion .producto .infoprod .item.agregar label {
  display: flex;
  flex-direction: column;
}
#destacados .resultados .informacion .producto .infoprod .item.agregar label span,
#resultados .resultados .informacion .producto .infoprod .item.agregar label span,
#nosotros .resultados .informacion .producto .infoprod .item.agregar label span,
#contacto .resultados .informacion .producto .infoprod .item.agregar label span {
  font-size: 0.8rem;
  font-weight: 600;
}
#destacados .resultados .informacion .producto .infoprod .item.agregar label input[type=number],
#resultados .resultados .informacion .producto .infoprod .item.agregar label input[type=number],
#nosotros .resultados .informacion .producto .infoprod .item.agregar label input[type=number],
#contacto .resultados .informacion .producto .infoprod .item.agregar label input[type=number] {
  width: 100px;
  padding: 0.5rem;
}
#destacados .resultados .informacion .producto .infoprod .item.agregar .btn,
#resultados .resultados .informacion .producto .infoprod .item.agregar .btn,
#nosotros .resultados .informacion .producto .infoprod .item.agregar .btn,
#contacto .resultados .informacion .producto .infoprod .item.agregar .btn {
  margin: 0;
}
#destacados .resultados .informacion .producto .infoprod a.btn,
#resultados .resultados .informacion .producto .infoprod a.btn,
#nosotros .resultados .informacion .producto .infoprod a.btn,
#contacto .resultados .informacion .producto .infoprod a.btn {
  margin: auto 1rem 1rem auto;
}

#producto {
  margin: 2rem 0;
}
#producto .container .producto {
  display: flex;
  gap: 3rem;
}
#producto .container .producto .imagen {
  width: 440px;
  position: relative;
}
#producto .container .producto .imagen .categoria {
  position: absolute;
  top: 1rem;
  left: 0;
  background: #f27b01;
  font-weight: 600;
  padding: 0.5rem;
  border-radius: 0 0.5rem 0.5rem 0;
  text-transform: capitalize;
}
#producto .container .producto .infoprod {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
#producto .container .producto .infoprod h3 {
  font-family: "eras demi";
  font-size: 2rem;
}
#producto .container .producto .infoprod .item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
#producto .container .producto .infoprod .item .ico {
  width: 40px;
}
#producto .container .producto .infoprod #pedidoproducto {
  display: none;
}
#producto .container .producto .infoprod #pedidoproducto .titulo {
  display: flex;
  justify-content: space-between;
}
#producto .container .producto .infoprod #pedidoproducto .titulo::after {
  display: none;
}
#producto .container .producto .infoprod #pedidoproducto .titulo .cerrar {
  cursor: pointer;
  font-family: "eras demi";
  font-size: 2rem;
}
#producto .container .producto .infoprod #pedidoproducto .row {
  margin: 0;
}
#producto .container .producto .infoprod #pedidoproducto .row label span {
  position: relative;
  display: block;
  font-size: 0.8rem;
  font-weight: 600;
  transform: translate(8px, 5px);
}
#producto .container .producto .infoprod #pedidoproducto .row input {
  padding: 0.5rem;
  border-radius: 0.5rem;
}
#producto .container .producto .infoprod #pedidoproducto .row input[type=submit] {
  height: -moz-fit-content;
  height: fit-content;
  margin-top: auto;
}

#contacto .row {
  margin: 1rem 0;
}
#contacto .row form {
  width: 70%;
}
#contacto .row form .row {
  display: grid;
  width: 100%;
  gap: 3rem;
  margin: 1rem 0;
}
#contacto .row form .row:nth-child(1) {
  grid-template-columns: repeat(3, 1fr);
  margin-top: 0;
}
#contacto .row form .row:nth-child(2) {
  width: 100%;
  display: flex;
  grid-template-columns: repeat(3, 1fr);
  grid-area: 1/1/2/4;
}
#contacto .row form .row:nth-child(2) textarea {
  height: 100px;
}
#contacto .row form .row.error {
  background: red;
  padding: 1rem;
  border-radius: 0.5rem;
  color: white;
  font-weight: 600;
  text-align: center;
}
#contacto .row form .row.correcto {
  background: green;
  padding: 1rem;
  border-radius: 0.5rem;
  color: white;
  font-weight: 600;
  text-align: center;
}
#contacto .row form label {
  display: flex;
  flex-direction: column;
  gap: 0;
  font-weight: 600;
  width: 100%;
}
#contacto .row form label span {
  font-size: 0.9rem;
  transform: translate(5px, 5px);
}
#contacto .row form label input, #contacto .row form label textarea {
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
}
#contacto .row .datoscontacto h3 {
  font-weight: 600;
}

footer {
  background: black;
  color: white;
  margin-top: auto;
}
footer .container {
  padding: 2rem 0;
}
footer .container .row {
  justify-content: space-between;
}
footer .container .row .logo {
  width: 300px;
}
footer .container .row .navfooter #menuToggle {
  display: none;
}
footer .container .row .navfooter ul {
  display: flex;
  gap: 3rem;
}
footer .container .row .navfooter ul li {
  font-size: 1.25rem;
  font-weight: 600;
  position: relative;
  z-index: 1;
}
footer .container .row .navfooter ul li .ico {
  display: none;
}
footer .container .row .navfooter ul ul {
  display: none;
  flex-direction: column;
  gap: 0.5rem;
  position: absolute;
  background-color: black;
  padding: 1rem;
  text-transform: capitalize;
}
footer .container .row .navfooter ul ul.active {
  display: flex;
}
footer .container .row .contactos ul {
  display: flex;
  flex-direction: column;
}
footer .container .row .contactos ul li {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.8rem;
}
footer .container .row .contactos ul li .ico {
  width: 20px;
}
footer .container .row .slogan {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  gap: 0.5rem;
}
footer .container .row .slogan img {
  width: 150px;
}
footer .container .row .slogan p {
  color: grey;
  margin: 0;
}
footer .legal {
  background: #1b1b1b;
  display: flex;
  justify-content: space-between;
  padding: 1rem 2rem;
  font-size: 0.8rem;
}
footer .legal a {
  font-weight: 600;
}

@media (max-width: 768px) {
  p {
    margin: 1.5rem 0;
  }
  .row {
    display: grid;
    grid-template-columns: 1fr;
  }
  .column {
    width: 100%;
  }
  body.activo {
    height: 100vh;
    overflow: hidden;
  }
  header .top {
    z-index: 1001;
  }
  header .top ul {
    margin: auto;
    justify-content: space-around;
    width: 100%;
    gap: 0;
  }
  header .top ul li .linkstop {
    display: none;
  }
  header .top ul li .linkstop.activo {
    width: 100%;
    position: absolute;
    z-index: 1000;
    display: block;
    top: 1.5rem;
    background: black;
    padding: 1rem;
    border-radius: 0.25rem;
    left: 0;
    display: flex;
    justify-content: center;
    gap: 0.15rem;
    font-size: 0.9rem;
  }
  header .header.sticky {
    padding: 0;
  }
  header .header.sticky .contaner .logo {
    width: 33.3333%;
  }
  header .header .container .logo {
    width: 50%;
    position: relative;
    z-index: 1000;
    transition: all 0.5s ease;
  }
  header .header .container nav #menuToggle {
    display: block;
    position: relative;
    z-index: 1000;
  }
  header .header .container nav > ul {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    position: absolute;
    width: 100%;
    height: 100vh;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: black;
    width: 0;
  }
  header .header .container nav > ul > li {
    opacity: 0;
    gap: 2rem;
  }
  header .header .container nav > ul > li .ico {
    display: inline-block;
    width: 20px;
    margin-left: 1rem;
  }
  header .header .container nav > ul > li > ul {
    background-color: transparent;
    height: 0;
    transition: all 0.5s ease;
  }
  header .header .container nav > ul > li > ul.active {
    display: flex;
    gap: 1rem;
    position: relative;
    height: 150px;
  }
  header .header .container nav > ul > li > ul li {
    opacity: 1;
  }
  #pedido {
    height: 55px;
    overflow: hidden;
    transition: all 0.5s ease;
  }
  #pedido.abierto {
    height: -moz-fit-content;
    height: fit-content;
  }
  #pedido .container .row {
    margin-bottom: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #pedido .container .row .ver {
    display: block;
  }
  #pedido .container .pedido {
    flex-direction: column;
    align-items: flex-start;
    max-height: 70vh;
    overflow: hidden;
  }
  #pedido .container .pedido .datospedido {
    height: 100%;
    overflow: auto;
  }
  #pedido .container .pedido .datospedido .row {
    display: grid;
    grid-template-columns: 3fr 1fr 2fr 1fr;
    place-items: baseline;
  }
  #pedido .container .pedido .datospedido .row p {
    display: flex;
    flex-direction: column;
  }
  #pedido .container .pedido form input[type=submit] {
    border: none;
    border-radius: 0.5rem;
  }
  #slide .splide__track .splide__list .splide__slide .container .row #imagenes {
    max-width: 100%;
    order: 2;
  }
  #slide .splide__track .splide__list .splide__slide .container .row .content {
    width: 70%;
    margin: 0 auto;
  }
  #destacados .container .productos,
  #resultados .container .productos,
  #nosotros .container .productos,
  #contacto .container .productos {
    grid-template-columns: 1fr;
  }
  #destacados .container .resultados,
  #resultados .container .resultados,
  #nosotros .container .resultados,
  #contacto .container .resultados {
    grid-template-columns: 1fr;
    position: relative;
  }
  #destacados .container .resultados .filtro,
  #resultados .container .resultados .filtro,
  #nosotros .container .resultados .filtro,
  #contacto .container .resultados .filtro {
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
  }
  #destacados .container .resultados .filtro .titfitro,
  #resultados .container .resultados .filtro .titfitro,
  #nosotros .container .resultados .filtro .titfitro,
  #contacto .container .resultados .filtro .titfitro {
    display: flex;
    justify-content: space-between;
  }
  #destacados .container .resultados .filtro .titfitro .ico,
  #resultados .container .resultados .filtro .titfitro .ico,
  #nosotros .container .resultados .filtro .titfitro .ico,
  #contacto .container .resultados .filtro .titfitro .ico {
    display: block;
    width: 40px;
  }
  #destacados .container .resultados .filtro #filtros form,
  #resultados .container .resultados .filtro #filtros form,
  #nosotros .container .resultados .filtro #filtros form,
  #contacto .container .resultados .filtro #filtros form {
    display: none;
  }
  #destacados .container .resultados .filtro #filtros form.activo,
  #resultados .container .resultados .filtro #filtros form.activo,
  #nosotros .container .resultados .filtro #filtros form.activo,
  #contacto .container .resultados .filtro #filtros form.activo {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  #destacados .container .resultados .informacion,
  #resultados .container .resultados .informacion,
  #nosotros .container .resultados .informacion,
  #contacto .container .resultados .informacion {
    margin-top: 2rem;
  }
  #destacados .container .resultados .informacion .producto,
  #resultados .container .resultados .informacion .producto,
  #nosotros .container .resultados .informacion .producto,
  #contacto .container .resultados .informacion .producto {
    flex-direction: column;
  }
  #destacados .container .resultados .informacion .producto .imagen,
  #resultados .container .resultados .informacion .producto .imagen,
  #nosotros .container .resultados .informacion .producto .imagen,
  #contacto .container .resultados .informacion .producto .imagen {
    min-width: 100%;
  }
  #producto .container .producto {
    flex-direction: column;
  }
  #producto .container .producto .imagen {
    width: 100%;
  }
  #producto .container .producto .imagen .categoria {
    left: -1rem;
  }
  #contacto .row {
    flex-direction: column;
  }
  #contacto .row form {
    width: 100%;
  }
  #contacto .row form .row:nth-child(1) {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  footer .container {
    padding: 0 1rem;
  }
  footer .container .row .navfooter ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    flex-direction: row;
    place-items: center;
  }
  footer .container .row .contactos ul {
    align-items: center;
    gap: 0.5rem;
  }
}/*# sourceMappingURL=style.css.map */