@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap);
/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}
button,
input {
/* 1 */
  overflow: visible;
}
button,
select {
/* 1 */
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
@font-face {
  font-family: 'loza';
  src: url("../iconos/loza.eot?mkocny");
  src: url("../iconos/loza.eot?mkocny#iefix") format('embedded-opentype'), url("../iconos/loza.ttf?mkocny") format('truetype'), url("../iconos/loza.woff?mkocny") format('woff'), url("../iconos/loza.svg?mkocny#icomoon") format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="icon-"],
[class*=" icon-"] {
/* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'loza' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
/* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-menu:before {
  content: "\e608";
}
.icon-babydoll:before {
  content: "\e900";
}
.icon-bikini:before {
  content: "\e901";
}
.icon-desglosar:before {
  content: "\e902";
}
.icon-eye:before {
  content: "\e903";
}
.icon-facebook:before {
  content: "\e904";
}
.icon-gmail:before {
  content: "\e905";
}
.icon-next:before {
  content: "\e906";
}
.icon-phone:before {
  content: "\e907";
}
.icon-price-tag:before {
  content: "\e908";
}
.icon-signboard:before {
  content: "\e90a";
}
.icon-subir:before {
  content: "\e90b";
}
* {
  box-sizing: border-box;
}
a {
  color: inherit;
  text-decoration: none;
}
.layout {
  width: 100%;
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}
.pagination-livewire {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
}
.pagination-livewire button {
  color: #333;
  background: transparent;
  border: none;
}
.pagination-livewire .page-item {
  cursor: pointer;
}
.pagination-livewire .page-item:not(:first-child) .page-link {
  margin-left: 0;
}
.pagination-livewire .page-item.active .page-link {
  background: #333;
  color: #fff;
  border: none;
}
.pagination-livewire .page-item.disabled .page-link {
  border: none;
}
.pagination-livewire .page-link {
  padding: 6px 15px;
  display: block !important;
}
.pagination-livewire .page-link:hover {
  color: #fff;
  background: #333;
}
.pagination,
.pagination li {
  display: inline-block;
  vertical-align: middle;
}
.pagination {
  list-style: none;
  text-align: left;
  width: 100%;
}
.pagination li {
  position: relative;
}
.pagination li a {
  color: #333;
  border: none;
  margin: 3px;
  padding: 2px;
  text-align: center;
  width: 30px;
  height: 30px;
  display: block;
  font-size: 16px;
}
.pagination li a:hover {
  background: #333;
  color: #fff;
}
.pagination li strong {
  color: var(--rojo);
}
.pagination li span {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #333;
  font-weight: 100;
  cursor: pointer;
  margin: 5px;
  background: #333;
  color: #fff;
  font-size: 16px;
}
.pagination li.disabled span {
  background: transparent;
  border: none;
  color: #333;
}
.c-up {
  position: fixed;
  right: 29px;
  border: 3px solid;
  transition: 0.3s transform ease-in-out;
  bottom: 287px;
  max-width: 50px;
  max-width: 58px;
  height: 58px;
  border-radius: 50%;
  background-color: #000;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000000;
  transform: translateY(187px);
  color: #000;
}
.c-up:hover {
  cursor: pointer;
}
.c-up--active {
  transform: translateY(0);
}
.layout2 {
  width: 100%;
  max-width: 1140px;
  padding: 0 20px;
  margin: 0 auto;
}
body {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 18px;
  padding-top: 98px;
}
.Header {
  background: #fff;
  color: #000;
  z-index: 10;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  padding: 10px 0;
}
.Header .layout {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  max-width: 1040px;
}
.Header figure {
  margin: 0;
  padding: 5px 15px;
  background: #fff;
}
.Header figure img {
  display: inline-block;
  max-width: 140px;
}
#menu {
  position: absolute;
  right: 20px;
  top: 10px;
  font-size: 30px;
  color: #000;
  cursor: pointer;
  display: none;
}
.Menu ul {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style: none;
}
.Menu-item a {
  display: block;
  padding: 18px 17px;
  font-size: 15px;
  font-weight: 500;
  border-radius: 3px;
  margin-left: 1px;
}
.Menu-item a:hover {
  background-color: #000;
  color: #fff;
  font-weight: 600;
  margin: 0;
}
.Menu-rs {
  margin-left: 20px;
}
.icon-facebook {
  font-size: 20px;
}
.icon-instagram {
  font-size: 26px;
}
.title {
  text-align: center;
}
.title h2 {
  margin: 0;
  font-size: 36px;
  font-weight: 500;
  padding-bottom: 14px;
  position: relative;
  display: inline-block;
}
.title h2:after {
  content: '';
  left: 50%;
  margin-left: -120px;
  width: 240px;
  height: 4px;
  background: #f0a7ad;
  position: absolute;
  bottom: 0;
}
.title h2.sin-borde:after {
  display: none;
}
.title-left {
  text-align: left;
}
.title-left h2:after {
  left: 0;
  margin-left: 0;
}
.linkContacto {
  border: none;
  background-color: #000;
  color: #fff;
  cursor: pointer;
  padding: 8px 24px;
}
.Catalogo-top {
  display: flex;
  align-items: center;
}
.Catalogo-top img {
  width: 154px;
  display: block;
  margin-right: 30px;
}
.Catalogo-top h2 {
  font-size: 36px;
  font-weight: 300;
  margin: 0;
  color: #202020;
}
.Catalogo-top .tags {
  display: flex;
  width: 100%;
}
.Catalogo-top .tags .tag {
  border: 2px solid #16263d;
  border-radius: 3px;
  padding: 5px 20px 5px;
  display: flex;
  margin: 0 15px;
  cursor: pointer;
  position: relative;
}
.Catalogo-top .tags .tag .icon {
  display: block;
  margin-right: 5px;
}
.Catalogo-top .tags .tag.categoria {
  background: #0f1b2a;
  color: #fff;
}
.Catalogo-top .tags .tag.etiqueta {
  background: #fff;
  color: #16263d;
}
.Catalogo-top .tags a {
  background: #fff;
  border: 2px solid #16263d;
  border-radius: 3px;
  padding: 5px 20px;
  margin-left: auto;
}
.Catalogo-top .tags a:hover {
  background: #16263d;
  color: #fff;
}
.Catalogo-numerals {
  padding: 10px 0;
  display: flex;
  justify-content: flex-end;
}
.Catalogo-numerals .paginacion {
  text-align: right;
  list-style: none;
  padding: 0;
  margin: 0 0 10px 0;
}
.Catalogo-numerals .paginacion li {
  display: inline-block;
  margin-left: 2px;
  font-size: 18px;
  margin-bottom: 2px;
}
.Catalogo-numerals .paginacion li span {
  display: block;
  padding: 3px 10px;
  font-size: 18px;
  border-radius: 3px;
  text-align: center;
  background: #000;
  font-weight: 900;
  color: #fff;
}
.Catalogo-numerals .paginacion li.disabled {
  display: none;
}
.Catalogo-content {
  display: flex;
  width: 100%;
  padding: 30px 0;
}
.Catalogo-filtros {
  width: 25%;
  margin-right: 10px;
  min-width: 190px;
}
.Catalogo-filtros-categoria {
  margin-bottom: 10px;
}
.Catalogo-filtros-categoria-titulo {
  font-weight: 500;
  padding-bottom: 10px;
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.Catalogo-filtros-categoria-titulo >input {
  width: 10%;
}
.Catalogo-filtros-categoria-titulo span {
  margin-left: 15px;
  cursor: pointer;
}
.Catalogo-filtros-categoria-titulo h2 {
  font-weight: 400;
  margin: 0;
  font-size: 22px;
}
.Catalogo-filtros-categoria .categoria .icon {
  position: absolute;
  right: 0;
  color: #b3b3b3;
  display: none;
}
.Catalogo-filtros-categoria .categoria.active .icon {
  color: #000;
}
.Catalogo-filtros-subcategorias .filtroItem-titulo {
  font-size: 18px;
  font-weight: 400;
  margin: 5px 0;
  position: relative;
  cursor: pointer;
}
.Catalogo-filtros-subcategorias .filtroItem-titulo .icon {
  position: absolute;
  right: 0;
  color: #b3b3b3;
}
.Catalogo-filtros-subcategorias .filtroItem-titulo.active {
  font-weight: 600;
}
.Catalogo-filtros-subcategorias .filtroItem-titulo.active .icon {
  color: #000;
}
.Catalogo-filtros-subcategorias .filtroItem-titulo:hover {
  text-decoration: underline;
}
.Catalogo-filtros-subcategorias .filtroItem-items {
  padding-left: 20px;
  display: none;
}
.Catalogo-filtros-subcategorias .filtroItem-items span {
  display: block;
  cursor: pointer;
  margin: 2px 0;
}
.Catalogo-filtros-subcategorias .filtroItem-items span:hover {
  text-decoration: underline;
}
.Catalogo-productos {
  align-content: flex-start;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
}
.Catalogo-productos-filtros {
  width: 100%;
}
.Catalogo-productos-busqueda {
  width: 100%;
  margin: 20px auto 30px;
  text-align: center;
}
.Catalogo-productos-busqueda input {
  width: 100%;
  border: 1px solid #8e8e8e;
  border-radius: 3px;
  padding: 10px;
  max-width: 400px;
}
.Catalogo-productos-listado {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: center;
}
.Catalogo-productos-listado >p {
  width: 100%;
  text-align: center;
}
.Catalogo-productos .active-filters {
  color: #333;
  font-weight: 100;
  line-height: 30px;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 5;
}
.Catalogo-productos .active-filters >div {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.Catalogo-productos .active-filters div span {
  display: unset !important;
}
.Catalogo-productos .active-filters button {
  background: transparent;
  line-height: 1.8;
  border: none;
  outline: none;
  font-weight: 300;
  font-size: 14px;
  cursor: pointer;
}
.Catalogo-productos .first-filtered {
  margin-bottom: 5px;
}
.Catalogo-productos .first-filtered button {
  font-size: 20px;
  font-weight: 300;
}
.productoItem {
  width: calc(25% - 20px);
  margin: 10px;
  min-width: 200px;
}
.productoItem-imagen {
  position: relative;
  border-radius: 5px;
  box-shadow: 0px 0px 15px rgba(158,156,156,0.576);
}
.productoItem-imagen img {
  width: 100%;
  display: block;
}
.productoItem-imagen .etiqueta {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 7px 10px;
  border-radius: 5px 0 5px 0;
  position: absolute;
  top: 0;
  left: 0;
}
.productoItem-imagen .etiqueta.promo {
  background: #228b2e;
}
.productoItem-imagen .etiqueta.mas {
  background: #be2828;
}
.productoItem-descripcion {
  margin-top: 5px;
}
.productoItem-descripcion h3 {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  min-height: 40px;
}
.productoItem-descripcion p {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  display: inline-block;
}
.productoItem-descripcion .lastPrice {
  font-size: 16px;
  margin-left: 3px;
  text-decoration: line-through;
  font-style: italic;
  color: #b10000;
}
.productoItem-descripcion .tallas {
  color: #999;
  font-size: 18px;
  font-weight: 400;
  min-height: 42px;
}
.productoItem-descripcion .tallas span {
  display: inline-block;
  vertical-align: top;
  margin: 0 4px;
}
.Contacto {
  background: url("../images/alcanza_tus_metas.jpg") no-repeat center, #fff;
  background-size: 100%;
  height: 70vh;
  min-height: 643px;
  position: relative;
}
.Contacto-content {
  background: #fff;
  position: absolute;
  left: 30%;
  bottom: 0;
  height: calc(100% + 25px);
  width: 60%;
  display: flex;
  flex-wrap: wrap;
  padding: 80px 90px;
  box-shadow: 0px 0px 20px rgba(71,70,70,0.481);
}
.Contacto-info {
  width: 50%;
  color: #202020;
}
.Contacto-info h2 {
  font-size: 36px;
  font-weight: 300;
  max-width: 400px;
}
.Contacto-info .campo {
  margin: 50px 0;
}
.Contacto-info .campo h3 {
  font-size: 24px;
  font-weight: 300;
  margin: 0;
}
.Contacto-info .campo h3 .icon {
  margin-right: 10px;
  vertical-align: middle;
}
.Contacto-info .campo p {
  font-size: 21px;
  font-weight: 300;
  padding-left: 35px;
  margin: 10px 0;
}
.Contacto-info .texto p {
  padding-left: 0;
}
.Contacto-form {
  width: calc(50% - 20px);
  margin-left: 20px;
}
.Contacto-form h3 {
  font-size: 24px;
  font-weight: 300;
  margin-top: 35px;
}
.Contacto-form h3 .icon {
  margin-right: 10px;
  vertical-align: middle;
}
.Contacto-form form {
  padding-left: 35px;
}
.Contacto-form form .input {
  width: 100%;
  margin: 5px 0;
  position: relative;
}
.Contacto-form form .input.full {
  width: 100%;
}
.Contacto-form form .input input,
.Contacto-form form .input textarea {
  width: 100%;
  border: 1px solid #8e8e8e;
  border-radius: 3px;
  padding: 10px;
}
.Contacto-form form .input input::-moz-placeholder, .Contacto-form form .input textarea::-moz-placeholder {
  color: #8e8e8e;
}
.Contacto-form form .input input::placeholder,
.Contacto-form form .input textarea::placeholder {
  color: #8e8e8e;
}
.Contacto-form form .input textarea {
  height: 200px;
  resize: none;
}
.Contacto-form form button {
  display: block;
  margin: 10px 0;
  margin-left: auto;
  background: #fff;
  border: 2px solid #16263d;
  border-radius: 3px;
  padding: 7px 40px;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
}
.Contacto-form form button:hover {
  background: #16263d;
  color: #fff;
}
.Productos {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.Productos .Producto {
  width: calc(25% - 10px);
  margin-left: 10px;
  margin-bottom: 60px;
}
.Productos .Producto .image {
  position: relative;
}
.Productos .Producto .image img {
  display: block;
  width: 100%;
}
.Productos .Producto .image .tag {
  position: absolute;
  left: 0;
  top: 10px;
  padding: 4px 16px;
  color: #fff;
  font-weight: 600;
  font-size: 15px;
}
.Productos .Producto .image .tag.bg-black {
  background: #000;
}
.Productos .Producto .image .tag.bg-rosa {
  background: #f0a7ad;
}
.Productos .Producto .text {
  font-weight: 700;
  font-size: 15px;
  padding: 10px 0;
}
.Footer {
  background: #fff;
  padding: 80px 0;
  color: #202020;
}
.Footer .layout {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.Footer figure {
  margin: 0;
  padding: 0;
}
.Footer .links {
  display: flex;
  align-items: center;
}
.Footer .links a {
  margin: 0 20px;
  font-size: 15px;
  font-weight: 500;
  padding: 0 1px 0 0;
}
.Footer .links a:hover {
  font-weight: 600;
  padding: 0;
}
.Footer .links .icon {
  margin: 0 10px;
}
.Footer .emultimedia {
  font-size: 15px;
  text-align: right;
  color: #999;
  margin-top: 20px;
}
.Footer .emultimedia img {
  width: 100%;
  max-width: 139px;
}
.Footer .emultimedia .aviso {
  display: block;
  transform: translateY(20px);
  color: #999;
  font-size: 14px;
}
@media screen and (max-width: 1580px) {
  .Contacto-content {
    height: unset;
    padding: 15px 90px;
  }
  .Contacto-info {
    width: 100%;
  }
  .Contacto-info h2 {
    max-width: unset;
  }
  .Contacto-info .campo {
    margin: 15px 0;
  }
  .Contacto-form {
    width: 100%;
    margin-left: 0;
  }
  .Contacto-form form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .Contacto-form form .input {
    width: 49%;
  }
}
@media screen and (max-width: 1200px) {
  .Contacto {
    height: unset;
  }
  .Contacto-content {
    position: relative;
  }
  .Contacto-form {
    width: 100%;
    margin-left: 0;
  }
  .Contacto-form form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .Contacto-form form .input {
    width: 100%;
  }
  .Productos .Producto {
    width: calc(33.33% - 10px);
  }
}
@media screen and (max-width: 1100px) {
  .Footer .layout {
    justify-content: center;
  }
  .Footer .links {
    width: 100%;
    justify-content: center;
    margin: 30px 0;
  }
  .Footer .emultimedia {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 980px) {
  .Contacto {
    height: unset;
    padding-top: 300px;
    background-position: left top;
    background-size: 280%;
  }
  .Contacto-content {
    flex-wrap: wrap;
    position: unset;
    padding: 50px 20px;
    width: 80%;
    margin: 0 auto;
  }
  .Contacto-info {
    width: 100%;
  }
  .Contacto-info h2 {
    font-size: 30px;
  }
  .Contacto-info .campo {
    margin: 50px 0 0;
  }
  .Contacto-info .campo h3 {
    font-size: 18px;
  }
  .Contacto-info .campo p {
    font-size: 17px;
  }
  .Contacto-form {
    width: 100%;
  }
  .Contacto-form h3 {
    font-size: 19px;
  }
  .Contacto-form form .input {
    font-size: 16px;
    width: 48%;
  }
  .title h2 {
    font-size: 28px;
  }
  #menu {
    display: block;
  }
  .Menu {
    position: fixed;
    top: 69px;
    bottom: 0;
    width: 100%;
    right: -100%;
    background: #fff;
    z-index: 9;
    padding: 40px 20px 20px 20px;
    transition: all 0.2s ease-in;
  }
  .Menu.show {
    right: 0;
  }
  .Menu ul {
    display: block;
  }
  .Menu-item {
    text-align: center;
  }
  .Menu-item a {
    display: block;
    padding: 10px 0;
    font-size: 15px;
  }
  .Menu-rs {
    margin: 20px 0;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 100%;
  }
  .Menu-rs a:hover {
    color: #f0a7ad;
  }
  .Menu-rs .icon-instagram {
    margin-left: 20px;
  }
  .productoItem-descripcion h3,
  .productoItem-descripcion p {
    font-size: 15px;
  }
  .productoItem-descripcion .tallas span {
    font-size: 15px;
  }
  .Catalogo-filtros {
    width: 100% !important;
    position: fixed;
    z-index: 1000000;
    background: #f1f1f1;
    z-index: 101;
    transition: all 0.3s ease;
    width: 100%;
    height: 100dvh;
    overflow-y: auto;
    top: 0;
    left: -100%;
    padding: 30px 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .Catalogo-filtros.active {
    left: 0 !important;
  }
  .Footer {
    text-align: center;
  }
  .Footer figure {
    width: 100%;
  }
  .Footer .links {
    margin: 20px 0;
    width: 100%;
  }
  .Footer .links a {
    display: inline-block;
    margin: 10px 20px;
  }
  .Footer .redes {
    width: 100%;
    justify-content: center;
    text-align: center;
  }
  .Footer .redes a {
    margin: 10px;
  }
}
@media screen and (max-width: 1000px) {
  .productoItem {
    width: calc(33% - 20px);
  }
}
@media screen and (max-width: 890px) {
  .Catalogo-top {
    flex-wrap: wrap;
    justify-content: center;
  }
  .Catalogo-top h2 {
    margin: 10px 0;
  }
  .Catalogo-top .tags {
    margin: 20px 0;
  }
  .productoItem-descripcion h3,
  .productoItem-descripcion p {
    font-size: 13px;
  }
}
@media screen and (max-width: 800px) {
  .Catalogo-container {
    padding: 50px 0 80px;
  }
  .Catalogo-content {
    flex-wrap: wrap;
  }
  .Catalogo-filtros {
    width: 100%;
  }
  .Catalogo-filtros-categoria .categoria .icon {
    display: inline-block;
  }
  .Catalogo-filtros-subcategorias {
    display: none;
  }
  .Catalogo-productos {
    width: 100%;
  }
}
@media screen and (max-width: 740px) {
  .Productos .Producto {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 680px) {
  .Footer .links {
    flex-direction: column;
  }
  .Contacto {
    height: unset;
    padding-top: 300px;
    background-position: left top;
    background-size: 300%;
  }
  .Contacto-content {
    flex-wrap: wrap;
    position: unset;
    padding: 50px 20px;
    width: 100%;
  }
  .Contacto-form form .input {
    width: 100%;
  }
  body {
    padding-top: 95px;
  }
  .Header figure {
    width: 30%;
  }
  .Header figure img {
    width: 100%;
  }
  .Catalogo-top .tags {
    flex-wrap: wrap-reverse;
    justify-content: flex-end;
  }
  .Catalogo-top .tags .tag {
    margin: 10px 15px;
  }
  .Catalogo-top .tags a {
    margin: 10px 15px;
  }
}
@media screen and (max-width: 550px) {
  .productoItem {
    width: calc(50% - 20px);
  }
  .productoItem-imagen .etiqueta {
    font-size: 10px;
  }
}
@media screen and (max-width: 420px) {
  .Catalogo-top h2 {
    width: 100%;
    text-align: center;
    margin: 10px auto;
  }
  .Catalogo-top img {
    margin: 0 auto;
  }
  .Catalogo-top .tags .tag {
    margin: 10px 5px;
  }
  .Catalogo-top .tags a {
    margin: 10px 5px;
  }
  .productoItem {
    width: calc(50% - 20px);
  }
}
.Home-banner-item {
  position: relative;
}
.Home-banner-item-img {
  position: relative;
}
.Home-banner-item-img img {
  display: block;
  width: 100%;
}
.Home-banner-item-texto {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}
.Home-banner-item-texto h1,
.Home-banner-item-texto h2 {
  font-weight: 400;
  font-size: 40px;
  margin: 0;
  filter: drop-shadow(0px 0px 4px rgba(0,0,0,0.667));
}
.Home-banner-item-texto p {
  font-size: 20px;
}
.Home-banner-item-texto a {
  background: #fff;
  border: 2px solid #16263d;
  border-radius: 3px;
  padding: 7px 40px;
  cursor: pointer;
  color: #000 !important;
}
.Home-banner-mobile {
  display: none;
}
.Home-banner.slick-slider {
  margin-bottom: 0;
}
.Home-banner.slick-slider .slick-dots {
  bottom: 0;
}
.Home-banner.slick-slider .slick-dots button::before {
  font-size: 10px;
}
.Home .cintillo {
  margin: 80px 0;
}
.Home .cintillo p {
  width: 100%;
  position: relative;
  background: #1b1b1b;
  color: #fff;
  padding: 50px;
  text-align: center;
}
.Home-numeralia {
  margin: 70px 0 0;
}
.Home-numeralia h2 {
  text-align: center;
  font-size: 30px;
  font-weight: 200;
  color: #202020;
  margin-bottom: 50px;
}
.Home-numeralia-listado {
  gap: 30px;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.Home-numeralia-listado-item {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.Home-numeralia-listado-item-numero {
  background: #1b1b1b;
  color: #fff;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  font-size: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.Home-numeralia-listado-item-texto {
  margin: 15px 0 0;
  font-size: 16px;
}
.Home-categorias {
  padding: 20px 0;
}
.Home-categorias-container {
  display: flex;
  flex-wrap: wrap;
  transform: translateY(60px);
}
.Home-categorias-bloque {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
}
.Home-categorias-item {
  width: calc(50% - 4px);
  position: relative;
  margin: 2px;
  height: 279px;
}
.Home-categorias-item a {
  width: 100%;
  position: relative;
  display: block;
  height: 100%;
}
.Home-categorias-item img {
  width: 100%;
  display: block;
  height: 100%;
  -o-object-position: top;
     object-position: top;
  -o-object-fit: cover;
     object-fit: cover;
}
.Home-categorias-item h2 {
  font-weight: 600;
  font-size: 18px;
  position: absolute;
  bottom: 0;
  left: 10px;
  color: #fff;
  max-width: 190px;
  filter: drop-shadow(0px 0px 4px rgba(0,0,0,0.667));
}
.Home-categorias-item h2 strong {
  font-weight: 600;
  font-size: 30px;
}
.Home-exito {
  background: url("../images/home/Bloque-catalogo.jpg") no-repeat center right;
  background-size: cover;
  height: 75vh;
  min-height: 850px;
}
.Home-exito-texto {
  background: rgba(255,255,255,0.806);
  max-width: 640px;
  padding: 35px 75px 85px;
  transform: translateY(210px);
  position: relative;
  border-radius: 3px;
}
.Home-exito-texto h2 {
  font-size: 36px;
  font-weight: 200;
  color: #202020;
  max-width: 340px;
}
.Home-exito-texto p {
  font-size: 20px;
  color: #666;
  text-align: justify;
}
.Home-exito-texto p strong {
  font-weight: 600;
}
.Home-exito-texto a {
  border: 2px solid #16263d;
  border-radius: 3px;
  color: #16263d;
  font-size: 18px;
  font-weight: 500;
  padding: 5px 20px;
  display: block;
  max-width: 230px;
  text-align: center;
}
.Home-exito-texto a:hover {
  background: #16263d;
  color: #fff;
}
.Home-exito-texto .marcaAgua {
  position: absolute;
  bottom: 0;
  right: 0;
}
.Home-exito-texto .marcaAgua img {
  display: block;
}
.Home-mayoreo {
  background: #ecf1f6;
}
.Home-mayoreo-container {
  padding: 280px 20px 100px;
}
.Home-mayoreo-container h2 {
  text-align: center;
  font-size: 36px;
  font-weight: 200;
  color: #202020;
  max-width: 700px;
  margin: 0 auto;
}
.Home-mayoreo-container p {
  text-align: center;
  font-size: 18px;
  color: #666;
}
.Home-mayoreo-bloques {
  display: flex;
  justify-content: center;
  margin: 50px 0;
}
.Home-mayoreo-item {
  position: relative;
  margin: 0 10px;
  width: calc(25% - 20px);
}
.Home-mayoreo-item img {
  width: 100%;
  display: block;
}
.Home-mayoreo-item:nth-child(2) {
  transform: translateY(30px);
}
.Home-mayoreo-item:nth-child(3) {
  transform: translateY(60px);
}
.Home-mayoreo-item:nth-child(4) {
  transform: translateY(90px);
}
.Home-mayoreo-item:hover .texto {
  display: flex;
}
.Home-mayoreo-item .texto {
  display: none;
  align-items: center;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 80%;
  height: 90%;
  background: rgba(255,255,255,0.79);
  border-radius: 3px;
}
.Home-mayoreo-item .texto h3 {
  font-size: 18px;
  font-weight: 600;
  padding: 0 10px;
}
.Home-mayoreo-item .icono {
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: auto;
  background: #000;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.Home-mayoreo-item .icono img {
  max-width: 40px;
}
.Home-mayoreo-item .icono .icon {
  font-size: 40px;
}
.Home-filosofia-container {
  display: flex;
  align-items: center;
  padding: 100px 0 0;
}
.Home-filosofia-container hr {
  border-color: #000;
}
.Home-filosofia-imagen {
  width: calc(50% - 20px);
  height: -moz-fit-content;
  height: fit-content;
  background: #202020;
  border-radius: 3px;
}
.Home-filosofia-imagen img {
  width: 100%;
  display: block;
  border-radius: 3px;
  transform: translate(15px, -15px);
}
.Home-filosofia-texto {
  width: calc(50% - 20px);
  padding-left: 70px;
}
.Home-filosofia-texto h2 {
  font-size: 36px;
  font-weight: 300;
  color: #202020;
  margin: 0;
}
.Home-filosofia-texto h4 {
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 0.1em;
  color: #202020;
}
.Home-filosofia-texto p {
  font-size: 20px;
  text-align: justify;
  letter-spacing: 0.05em;
  color: #666;
}
.Home-excelencia {
  background: linear-gradient(90deg, #fff 0%, #fff 10%, #eee 10%, #eee 100%);
  padding: 50px 0 280px;
}
.Home-excelencia-container {
  display: flex;
  justify-content: flex-end;
  position: relative;
}
.Home-excelencia-imagen {
  width: 100%;
}
.Home-excelencia-imagen img {
  width: 85%;
  display: block;
  position: absolute;
  left: -320px;
  top: -90px;
}
.Home-excelencia-texto {
  width: 50%;
  max-width: 400px;
  position: relative;
}
.Home-excelencia-texto h2 {
  font-size: 36px;
  font-weight: 300;
}
.Home-excelencia-texto p {
  color: #666;
  text-align: justify;
  line-height: 1.5em;
}
.Home-excelencia-texto span {
  background: #1b1b1b;
  position: absolute;
  color: #fff;
  font-size: 36px;
  font-weight: 300;
  width: -moz-max-content;
  width: max-content;
  padding: 17px 50px;
  right: 0;
}
.Home-excelencia-texto span i {
  font-weight: 500;
}
.Home-marcas-container {
  padding: 100px 20px 150px;
  text-align: center;
}
.Home-marcas-container h2 {
  font-size: 36px;
  font-weight: 300;
}
.Home-marcas-bloques {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 120px;
}
.Home-marcas-bloques .logo {
  width: calc((100% / 6) - 20px);
  margin: 10px;
}
.Home-marcas-bloques .logo img {
  width: 100%;
  max-width: -moz-max-content;
  max-width: max-content;
}
@media screen and (max-width: 1200px) {
  .Home-excelencia {
    padding: 50px 0 150px;
  }
  .Home-excelencia-imagen img {
    position: unset;
    width: 100%;
    transform: translateY(35px);
  }
  .Home-excelencia-texto {
    width: 100%;
    max-width: unset;
    padding-left: 20px;
  }
}
@media screen and (max-width: 980px) {
  .Home-excelencia {
    background: #eee;
    padding: 50px 0 70px;
  }
  .Home-excelencia-container {
    flex-wrap: wrap;
    justify-content: center;
    transform: translateY(-115px);
  }
  .Home-excelencia-imagen {
    width: 70%;
  }
  .Home-excelencia-texto {
    padding-top: 50px;
  }
  .Home-excelencia-texto span {
    font-size: 30px;
    right: -20px;
    max-width: 100%;
  }
}
@media screen and (max-width: 890px) {
  .Home-banner {
    display: none;
  }
  .Home-banner-mobile {
    display: block;
  }
  .Home-categorias-item {
    width: calc(33.33% - 4px);
  }
  .Home-filosofia-container {
    flex-wrap: wrap;
    justify-content: center;
  }
  .Home-filosofia-imagen {
    width: 70%;
  }
  .Home-filosofia-texto {
    width: 100%;
    padding: 0;
    margin-top: 50px;
  }
  .Home-marcas-bloques {
    margin-bottom: 0;
    justify-content: center;
  }
  .Home-marcas-bloques .logo {
    width: calc(33% - 20px);
  }
  .Home-mayoreo-item .texto h3 {
    font-size: 14px;
  }
}
@media screen and (max-width: 620px) {
  .Home-categorias-item {
    width: calc(50% - 4px);
  }
  .Home-exito {
    background-position: 70%;
  }
  .Home-exito-texto {
    padding: 15px 40px 65px;
    transform: translateY(135px);
  }
  .Home-exito-texto .marcaAgua {
    width: 35%;
  }
  .Home-exito-texto .marcaAgua img {
    width: 100%;
  }
  .Home-mayoreo-container {
    padding: 130px 20px 100px;
  }
  .Home-marcas-container {
    padding: 60px 20px 75px;
  }
  .Home-excelencia-texto span {
    font-size: 25px;
  }
}
@media screen and (max-width: 490px) {
  .Home-mayoreo-container {
    padding: 230px 20px 100px;
  }
  .Home-filosofia-imagen {
    width: 90%;
  }
  .Home-filosofia-texto h2 {
    font-size: 34px;
  }
  .Home-filosofia-texto h4 {
    font-size: 18px;
    margin: 20px 0 0;
  }
  .Home-filosofia-texto p {
    font-size: 16px;
  }
  .Home-marcas-bloques .logo {
    width: calc(50% - 20px);
  }
  .Home-excelencia-imagen {
    width: 85%;
  }
  .Home-excelencia-texto span {
    font-size: 22px;
  }
}
@media screen and (max-width: 420px) {
  .Home-categorias-item h2 {
    font-size: 15px;
  }
  .Home-categorias-item h2 strong {
    font-size: 25px;
  }
  .Home-exito-texto h2 {
    font-size: 30px;
  }
  .Home-exito-texto p {
    font-size: 18px;
  }
  .Home-mayoreo-container {
    padding: 230px 20px 100px;
  }
  .Home-mayoreo-container h2 {
    font-size: 32px;
  }
  .Home-mayoreo-bloques {
    flex-wrap: wrap;
  }
  .Home-mayoreo-item {
    width: calc(50% - 20px);
  }
  .Home-excelencia {
    padding: 50px 0 0;
  }
  .Home-excelencia-texto span {
    left: 0;
    font-size: 18px;
    padding: 17px 20px;
  }
}

