/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
html {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  scroll-behavior: smooth;
  hyphens: none;
  -moz-hyphens: none;
  -webkit-hyphens: none;
  font-size: 0;
}

*,
*:before,
*:after {
  /* @box */
  margin: 0;
  padding: 0;
  box-sizing: inherit;
  -moz-box-sizing: inherit;
  -webkit-box-sizing: inherit;
}

/*
 * La clase "contenedor-seccion" es el area
 * en donde está contenida una seccion.
 * En caso de que no hayan secciones que
 * abarquen el ancho completo de la pagina
 * utilizamos esta clase en el elemento <main>
 */

.contenedor-seccion {
  /* @box */
  margin: auto;
}

/*
 * El contenedor full es una caja que
 * toca ambos bordes del canvas.
 * Este contenedor sirve para contenido que
 * abarca el 100% de ancho del monitor / device.
 */

.contenedor-full {
  /* @box */
  width: 100%;
  margin: 0 auto;
}

/* Estilos que comparten ambas clases */

.contenedor-seccion,
.contenedor-full {
  /* @box */
  min-width: 320px;
  position: relative;
}

/* -------------------- GLOBAL MEDIA QUERIES -------------------- */

/* Canvas mayor a 1261 pixeles */

@media all and (width > 1261px) {
  .contenedor-seccion {
    /* @box */
    width: 1260px;
  }
}

/* Canvas menor a 1261 pixeles */

@media all and (width < 1261px) {
  .contenedor-seccion {
    /* @box */
    width: 960px;
  }
}

/* Canvas menor a 1024 pixeles */

@media all and (max-width: 1024px) {
  .contenedor-seccion {
    /* @box */
    width: 768px;
  }
}

/* Canvas menor a 830 pixeles */

@media all and (max-width: 830px) {
  .contenedor-seccion {
    /* @box */
    width: 600px;
  }
}

/* Canvas menor a 620 pixeles */

@media all and (max-width: 620px) {
  .contenedor-seccion {
    /* @box */
    width: 95%;
  }
}

/* Canvas menor a 500 pixeles */

@media all and (max-width: 500px) {
  .contenedor-seccion {
    /* @box */
    width: 98%;
  }
}
* {
  /* @font */
  font-family: "Open Sans", Helvetica, sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

.contenedor-titulo-seccion {
  /* @grid */
  grid-column: 1 / -1;
  /* @font */
  /* font-family: 'Open Sans', Helvetica, sans-serif; */
  font-size: 16pt;
  font-weight: 700;
  /* @text */
  color: #303030;
}

.cabecera-grande {
  /* @font */
  font-size: 24pt;
  font-weight: 700;
}

.cabecera-media {
  /* @font */
  font-size: 16pt;
}

.cabecera-chica {
  /* @font */
  font-size: 12pt;
}
.contenedor-full-navbar-contenedor {
  /* @box */
  margin-bottom: 50px;
  /* @visualbox */
  background-color: #fafafa;
}

.navbar-contenedor {
  /* @flex */
  display: flex;
  flex-direction: row;
  justify-content: end;
  align-items: center;
  column-gap: 50px;
  /* @box */
  padding: 10px 0;
  /* @visualbox */
  /*background-color: bisque; /*q*/
  /* background-color: #fafafa; */
}

.navbar-contenedor-logo {
  /* @hack */
  margin-right: auto;
}





.navbar-menu {
  /* @flex */
  display: flex;
  flex-direction: row;
  column-gap: 10px;
  /* @text */
  list-style-type: none;
}

.navbar-menu-item {
  /* @box */
  padding: 10px 14px;
  border-radius: 12px;
  /* @font */
  font-family: 'Open Sans', sans-serif;
  font-size: 9pt;
  font-weight: 600;
  /* @text */
  text-decoration: none;
  color: #3b3b3b;
  /* @animation */
  transition: all 200ms ease;
}

.navbar-menu-item:hover {
  /* @visualbox */
  background-color: #ededed;
  /* @animation */
  transition: all 200ms ease;
}

.navbar-extra {
  /* @flex */
  display: flex;
  flex-direction: column;
  align-items: center;
}

.navbar-extra-texto {
  /* @box */
  margin-bottom: 6px;
  /* @font */
  font-family: 'Open Sans', sans-serif;
  font-size: 7pt;
  font-weight: 600;
}

.navbar-extra-data {
  /* @grid */
  display: grid;
  grid-auto-flow: column;
  gap: 10px;
}

.navbar-extra-imagen {
  /* @dimensions */
  height: 22px;
}
.contenedor-full-footer-contenedor {
  /* @box */
  padding: 50px 0 20px;
  /* @visualbox */
  background-color: #fafafa;
}

.footer-contenedor {
  /* @flex */
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: start;
}

.contenedor-footer-about {
  /* @flex */
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-basis: 300px;
}

.about-us-imagen {
  /* @dimensions */
  width: 100px;
  /*rd*/
}

.about-us {
  /* @font */
  font-family: "Open Sans", sans-serif;
  font-size: 12pt;
  font-weight: 600;
}

.footer-acerca-de-texto {
  /* @font */
  font-family: "Open Sans", sans-serif;
  font-size: 10pt;
  font-weight: 500;
  /* @text */
  text-align: left;
}

.footer-enlaces {
  /* @flex */
  display: flex;
  flex-direction: row;
  column-gap: 60px;
  row-gap: 20px;
}

.footer-grupo-enlaces {
  /* @flex */
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 60px;
  row-gap: 30px;
}

.footer-grupo-enlaces.redes {
  /* @grid */
  grid-template-columns: 1fr;
  align-self: start;
}

.footer-grupo-enlaces-titulo {
  /* @grid */
  grid-column: 1 / -1;
  /* @font */
  font-family: "Open Sans", sans-serif;
  font-size: 14pt;
}

.footer-enlaces-directos-menu {
  /* @text */
  list-style-type: none;
}

.footer-enlaces-directos-menu.redes li {
  /* @box */
  padding: 10px 0 10px 50px;
  /* @font */
  font-family: "Open Sans", sans-serif;
  font-size: 12pt;
  font-weight: 600;
}

.footer-enlaces-directos-menu.redes a {
  /* @text */
  text-decoration: none;
  color: #4d4d4d;
}

.footer-enlaces-directos-menu.redes .insta {
  /* @visualbox */
  background-position: 0 50%,
        24px 50%;
  background-size: 22px;
  background-repeat: no-repeat;
}

.footer-enlaces-directos-menu.redes .insta.py {
  /* @visualbox */
  background-image: url("../img/footer/icono-instagram.png"),
        url("../img/footer/banderita-paraguay.png");
}

.footer-enlaces-directos-menu.redes .insta.br {
  /* @visualbox */
  background-image: url("../img/footer/icono-instagram.png"),
        url("../img/footer/banderita-brasil.png");
}

.footer-enlaces-directos-menu.redes .insta.ar {
  /* @visualbox */
  background-image: url("../img/footer/icono-instagram.png"),
        url("../img/footer/banderita-argentina.png");
}

.footer-enlaces-directos {
  /* @box */
  display: block;
  padding: 10px 0;
  /* @font */
  font-family: "Open Sans", sans-serif;
  font-size: 12pt;
  font-weight: 700;
  /* @text */
  text-decoration: none;
  color: #4d4d4d;
}

.contenedor-full-sub-footer {
  /* @box */
  padding: 30px 0;
  /* @visualbox */
  background-color: #f2f2f2;
}

.sub-footer {
  /* @flex */
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  /* @text */
  align-items: center;
}

.sub-footer-copy {
  /* @flex */
  display: flex;
  flex-direction: row;
}

.empresa-copyright,
.empresa-privacidad {
  /* @font */
  font-family: "Open Sans", sans-serif;
  font-size: 9pt;
}

.empresa-privacidad {
  /* @text */
  text-decoration: none;
  color: #3ca2de;
}
.bienvenida-contenedor {
  display: flex;
  flex-direction: column;
  padding: 20px;
  background-color: #fff3cd;
  border-radius: 15px;
  row-gap: 10px;
  margin: 50px 0;
}

.bienvenida-contenedor * {
  font-family: "Open Sans", sans-serif;
  color: #303030;
}

.bienvenida-texto {
  font-size: 16pt;
  font-weight: 700;
}

.bienvenida-sub-texto {
  font-size: 10pt;
  font-weight: 400;
}
.categorias {
  /* @grid */
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 24px;
  /* @box */
  padding: 50px 0;
}

.categoria {
  /* @flex */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  /* @box */
  padding: 25px 0;
  /* @dimensions */
  width: 190px;
  height: 190px;
  /* @visualbox */
  background-color: white;
  border: 1px solid #cacaca;
  border-radius: 6px;
  /* @font */
  font-family: 'Open Sans', sans-serif;
  font-size: 10pt;
  /* @text */
  text-decoration: none;
  color: #676767;
  /* @animations */
  transition: all 200ms ease;
}

.categoria:hover {
  /* @visualbox */
  box-shadow: 0 2px 12px 2px rgba(0, 0, 0, .15);
  /* @animations */
  transition: all 200ms ease;
}

.categoria:hover .imagen-categoria {
  /* @visualbox */
  opacity: .75;
  /* @animations */
  transition: all 200ms ease;
}

.imagen-categoria {
  /* @dimensions */
  width: 105px;
  height: 105px;
  /* @visualbox */
  opacity: .45;
  /* @animations */
  transition: all 200ms ease;
}
.contenedor-full-flyers-ig {
  padding: 50px 0;
  background-color: #f2f4f5;
}

.flyers-ig {
  /* @grid */
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.flyer-ig {
  /* height: 200px; */
  background-color: lightblue;
}

.flyer-ig img {
  width: 100%;
  height: 395px;
  object-fit: cover;
}
.contenedor-full-formulario {
  padding: 50px 0;
  /* @visualbox */
  background-color: #fcd985;
}

.contenedor-formulario {
  /* @box */
  margin: auto;
  /* @dimensions */
  width: 618px;
  /*rd*/
}

.home-formulario {
  /* @grid */
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  /* @box */
  margin-top: 30px;
}

.home-formulario-composicion-campo {
  /* @flex */
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  /* @box */
  position: relative;
}

.home-formulario-composicion-campo.mensaje,
.home-formulario-composicion-campo.boton {
  /* @grid */
  grid-column: 1 / -1;
}

.home-formulario-composicion-campo.boton {
  /* @flex */
  justify-self: center;
}

.home-formulario-composicion-campo label {
  /* @font */
  font-family: "Open Sans", sans-serif;
  font-size: 10pt;
}

/* .home-formulario-contenedor-campo {
} */

.home-formulario-campo {
  /* @box */
  padding: 8px 15px 8px 8px;
  position: relative;
  display: block;
  /* @dimensions */
  width: 100%;
  /* @visualbox */
  background-color: white;
  border: 1pt solid #c3c3c3;
  border-radius: 6px;
  outline: none;
  /* @font */
  font-family: "Open Sans", sans-serif;
  font-size: 11pt;
  font-weight: 600;
}

.home-formulario-campo.mensaje {
  /* @dimensions */
  min-width: 100%;
  max-width: 100%;
  height: 150px;
  /*rd*/
  /* @visualbox */
  resize: none;
  /* @font */
  font-size: 10pt;
  font-weight: 400;
  /* @text */
  line-height: 1.5em;
}

.home-formulario-boton {
  /* @box */
  padding: 15px 30px;
  /* @visualbox */
  background-color: #d98020;
  border: none;
  border-radius: 4px;
  outline: none;
  /* @font */
  font-family: "Open Sans", sans-serif;
  font-size: 10pt;
  font-weight: 700;
  /* @text */
  color: white;
  cursor: pointer;
}

.home-formulario-boton:disabled {
  /* @visualbox */
  background-color: #DEDEDE;
  cursor: default;
}

.home-formulario-mensaje_error {
  /* @flex */
  align-self: start;
  /* @box */
  padding: 4px 6px;
  display: none;
  visibility: hidden;
  /* @visualbox */
  background-color: #d16262;
  border-radius: 4px;
  /* @font */
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 7pt;
  font-weight: 600;
  /* @text */
  color: #ffffff;
  list-style-type: none;
}

.home-formulario-mensaje_error.mostrar {
  /* @box */
  display: list-item;
  visibility: visible;
}

.home-formulario-mensaje_error.ocultar {
  /* @box */
  display: none;
  visibility: hidden;
}

.home-formulario-contenedor-campo.ok::after,
.home-formulario-contenedor-campo.error::after {
  position: absolute;
  right: 5px;
  top: 36px;
  width: 20px;
  height: 20px;
  font-size: 16px;
}

.home-formulario-contenedor-campo.error::after {
  content: "\26D4";
}

.home-formulario-contenedor-campo.ok::after {
  content: "\2705";
}

.home-formulario-composicion-campo:last-child::after {
  display: none;
  visibility: hidden;
}

.home-formulario-mensaje_flash-contenedor {
  grid-column: 1 / -1;
  display: none;
  text-align: center;
}

.home-formulario-contenedor-campo.error > .home-formulario-campo {
  /* @visualbox */
  background-color: #faeded;
  border: 1pt solid #d6a6a6;
}

.home-formulario-contenedor-campo.ok > .home-formulario-campo {
  /* @visualbox */
  background-color: #fbffe8;
  border: 1pt solid #aebf62;
}
.wrapper {
  /* @box */
  margin-inline: auto;
  margin-top: 30px;
  position: relative;
  padding: 40px;
  /* @dimensions */
  width: 1260px;
  max-width: 1260px;
  height: 200px;
  /* @visualbox */
  background-color: #e8e8e8;
  /* overflow: hidden; */
  mask-image: linear-gradient(
        to right,
        rgba(0, 0, 0, 0),
        rgba(0, 0, 0, 1) 20%,
        rgba(0, 0, 0, 1) 80%,
        rgba(0, 0, 0, 0)
    );
}

@keyframes scrollLeft {
  to {
    left: -150px;
  }
}

.item {
  /* @box */
  position: absolute;
  left: max(calc(150px * 8), 100%);
  /* @dimensions */
  width: 150px;
  height: 150px;
  /* @visualbox */
  background-color: #e8e8e8;
  border-radius: 6px;
  /* @animation */
  animation-name: scrollLeft;
  animation-duration: 30s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.logo-img {
  /* @dimensions */
  width: 120px;
  height: 120px;
  /* @box */
  object-fit: contain;
  /* @visualbox */
  opacity: .5;
}

.wrapper:hover .item {
  animation-play-state: paused;
}

.item1 {
  animation-delay: calc(30s / 8 * (8 - 1) * -1);
}

.item2 {
  animation-delay: calc(30s / 8 * (8 - 2) * -1);
}

.item3 {
  animation-delay: calc(30s / 8 * (8 - 3) * -1);
}

.item4 {
  animation-delay: calc(30s / 8 * (8 - 4) * -1);
}

.item5 {
  animation-delay: calc(30s / 8 * (8 - 5) * -1);
}

.item6 {
  animation-delay: calc(30s / 8 * (8 - 6) * -1);
}

.item7 {
  animation-delay: calc(30s / 8 * (8 - 7) * -1);
}

.item8 {
  animation-delay: calc(30s / 8 * (8 - 8) * -1);
}
.nuevos-productos {
  /* @grid */
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  /* @box */
  padding: 50px 0;
}

.nuevo-producto {
  /* @grid */
  display: grid;
  grid-template-columns: 2.5fr 1fr;
  /* Two equal-width columns */
  grid-template-rows: 1fr 1fr;
  /* Two equal-height rows */
  justify-content: space-between;
  align-content: space-between;
  gap: 10px;
  /* Adds spacing between grid items */
  padding: 10px 20px 10px 20px;
  height: 200px;
  /**/
  /**/
  background: linear-gradient(-25deg, #c8f5ff 50%, #b3edfa 50%);
  border-radius: 8px;
}

.nuevo-producto.fondo-marron {
  background: linear-gradient(-25deg, #f5e8cb 50%, #eddab2 50%);
}

.nuevo-producto.fondo-limon {
  background: linear-gradient(-25deg, #e5f5c9 50%, #d4ebab 50%);
}

.nuevo-producto-texto-promo {
  margin-top: 10px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 14pt;
  color: #1e7d91;
}

.visitar-nuevo-producto {
  margin-bottom: 10px;
  padding: 10px 12px;
  background-color: #2aa3be;
  justify-self: start;
  align-self: end;
  border-radius: 12px;
  color: white;
  font-family: "Open Sans", sans-serif;
  font-size: 12pt;
  font-weight: 600;
  text-decoration: none;
}

.nuevo-producto.fondo-marron .nuevo-producto-texto-promo {
  color: #87610f;
}

.nuevo-producto.fondo-marron .visitar-nuevo-producto {
  background-color: #87610f;
}

.nuevo-producto.fondo-limon .nuevo-producto-texto-promo {
  color: #80ad2b;
}

.nuevo-producto.fondo-limon .visitar-nuevo-producto {
  background-color: #80ad2b;
}

.nuevo-producto-imagen-mini {
  /* @grid */
  display: grid;
  grid-column: 2;
  /* Starts at column line 2 and ends at column line 3 (right column) */
  grid-row: 1 / span 2;
  /* Starts at row line 1 and spans 2 rows */
  justify-content: end;
  align-self: center;
  /* Alternative for grid-row: grid-row: 1 / 3; */
  /* background-color: green; */
  filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.5));
  width: 90%;
}

.nuevo-producto-imagen-mini img {
  object-fit: cover;
}
.producto-destacado {
  /* @grid */
  display: flex;
  /* grid-template-columns: 2fr 1fr; */
  column-gap: 24px;
}

.flyer-producto-destacado,
.resumen-producto-destacado {
  height: 300px;
  /*q*/
  background-color: rgb(197, 197, 197);
}

.flyer-producto-destacado {
  flex: 2;
}

.resumen-producto-destacado {
  flex: 1;
}
.contenedor-full-productos-random {
  padding: 50px 0;
  margin-bottom: 50px;
  background-color: #f2f4f5;
}

.productos-random {
  /* @box */
  margin: 30px auto 0;
}

.producto-random {
  /* @flex */
  /* display: flex;
    justify-content: center;
    align-items: center; */
  /* @box */
  margin: 0 10px;
  padding: 10px;
  /* @dimensions */
  width: 140px;
  /* height: 140px; */
  /* @visualbox */
  background-color: #f7f9fa;
  border: 1px solid #e6e6e6;
  border-radius: 6px;
}

.producto-random-contenedor {
  /* @flex */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  /* @dimensions */
  width: 120px;
  height: 120px;
  /* background-color: red; */
}

.producto-random-imagen {
  /* @dimensions */
  height: 80px;
  /* background-color: white; */
  /* @visualbox */
  filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.5));
}

.producto-random-marca {
  /* background-color: gray; */
  /* @font */
  font-family: 'Open Sans', sans-serif;
  font-size: 9pt;
  font-weight: 600;
  /* @text */
  color: black;
  text-align: center;
}
.loader {
  /* @box */
  display: block;
  position: relative;
  box-sizing: border-box;
  margin: auto;
  /* @dimensions */
  width: 28px;
  height: 28px;
  /* @visualbox */
  border: 10px solid #fcd985;
  border-radius: 50%;
  transform: rotate(45deg);
}

.loader::before {
  content: "";
  position: absolute;
  box-sizing: border-box;
  inset: -10px;
  border-radius: 50%;
  border: 6px solid #ff3d00;
  /* animation: prixClipFix 2s infinite linear; */
  animation: prixClipFix 2s linear;
}

.loader.ocultar {
  opacity: 0;
  display: none;
  transition: opacity 400ms ease;
}

.mensaje_flash {
  /* @box */
  display: inline-block;
  visibility: hidden;
  opacity: 1;
  padding: 4px 10px;
  /* @visualbox */
  border-radius: 6px;
  /* @font */
  font-family: "Open Sans", sans-serif;
  font-size: 8pt;
  font-weight: 700;
}

.mensaje_flash.exito {
  display: inline-block;
  /* @visualbox */
  background-color: #e7f7cb;
  border: 1pt solid #b9d687;
  visibility: visible;
  /* @text */
  color: #60802a;
  text-align: center;
  animation: apareceMensaje 500ms ease;
}

.mensaje_flash.error {
  visibility: visible;
  /* @visualbox */
  background-color: #fad4e0;
  border: 1pt solid #e386a3;
  /* @text */
  color: #c73664;
}

@keyframes prixClipFix {
  0% {
    clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0);
  }

  25% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0);
  }

  50% {
    clip-path: polygon(
            50% 50%,
            0 0,
            100% 0,
            100% 100%,
            100% 100%,
            100% 100%
        );
  }

  75% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%);
  }

  100% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0);
  }
}

@keyframes apareceMensaje {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
.contenedor-full-valores-empresa {
  padding: 50px 0;
  border-top: 1pt solid #ededed;
  /*background-color: aqua; /*q*/
}

.valores-empresa {
  /**/
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 36px;
}

.valor-titulo {
  margin-bottom: 20px;
  padding-top: 70px;
  font-family: 'Open Sans', sans-serif;
  font-size: 13pt;
  font-weight: 600;
  background: url("../img/genericos/valor-icono-1.png") no-repeat 0 0 / 60px;
}

.valor-texto {
  font-family: 'Open Sans', sans-serif;
  font-size: 10pt;
}
.contenedor-breadcrumbs {
  /* @flex */
  display: flex;
  flex-direction: row;
  /* @box */
  margin-bottom: 30px;
  /*rd*/
}

.breadcrumb-enlace {
  /* @box */
  position: relative;
}

.breadcrumb-enlace a {
  /* @font */
  font-family: "Open Sans", sans-serif;
  font-size: 10pt;
  /* @text */
  text-decoration: none;
  color: #e1482f;
}

.breadcrumb-enlace::after {
  display: inline-block;
  position: relative;
  content: "/";
  margin: 0 10px;
  font-family: "Open Sans", sans-serif;
  font-size: 9pt;
}

.breadcrumb-enlace:last-of-type::after {
  content: "";
}
.contenedor-full-detalles-producto {
  /* @visualbox */
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
}

.contenedor-detalles-producto {
  /* @grid */
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: start;
}

.contenedor-detalles-producto {
  --espacio-interior: 40px;
}

/* ############################
/* LADO IZQUIERDO (SLIDER PRODUCTO
/* ##########################*/

.contenedor-imagen-producto {
  /* @box */
  margin: auto;
  /* @visualbox */
  border-right: 1px solid #ededed;
  /* @text */
  text-align: center;
}

.contenedor-imagen-full-producto {
  /* @dimensions */
  width: 570px;
  /* @rd */
  /* @box */
  margin-right: 60px;
  /*rd*/
  margin-top: var(--espacio-interior);
  /* @visualbox */
  border: 1px solid #ededed;
  border-radius: 16px;
}

.imagen-full-producto {
  /* @box */
  display: block;
  margin: 30px 0;
  /* @rd */
  /* @dimensions */
  width: 200px;
  /* @rd */
  height: 315px !important;
  /* rd */
  /* @visualbox */
  object-fit: contain;
  filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.5));
}

/* Imagenes Slider */

.contenedor-productos-slider {
  /* @box */
  margin: auto;
  margin-top: 20px;
  /* @rd */
  margin-left: 31%;
  /* TODO: no entiendo */
  /* @dimensions */
  width: 210px;
  /* @rd */
}

.producto-foto-slider {
  /* @dimensions */
  height: 90px !important;
  /* @rd */
  /* @visualbox */
  object-fit: contain;
  opacity: .3;
  outline-color: transparent;
}

.is-active {
  outline-color: red;
  outline-width: 2px;
  outline-style: solid;
  outline-offset: -2px;
  transition: outline-color 100ms ease-in-out;
  opacity: 1;
}

/* ############################
/* LADO DERECHO (METADATOS PRODUCTO
/* ##########################*/

.contenedor-detalles-full-producto {
  /* @box */
  padding-top: var(--espacio-interior);
  padding-bottom: var(--espacio-interior);
  padding-left: 60px;
  /*rd*/
}

.metadatos-producto {
  /* @flex */
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}

.detalle-producto-cabecera-grande,
.detalle-producto-cabecera-media,
.detalle-producto-cabecera-chica {
  /* @box */
  margin-bottom: 5px;
  /* @font */
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  /* @text */
  color: black;
}

.detalle-producto-cabecera-grande {
  /* @box */
  margin-bottom: 30px;
  /*rd*/
  /* @font */
  font-size: 24pt;
  font-weight: 700;
}

.detalle-producto-cabecera-media {
  /* @font */
  font-size: 16pt;
}

.detalle-producto-cabecera-chica {
  /* @font */
  font-size: 12pt;
}

.contenedor-producto-volumenes {
  /* @flex */
  display: flex;
  flex-direction: row;
  column-gap: 15px;
}

.detalle-producto-volumenes {
  /* @box */
  padding: 10px 12px;
  /* @visualbox */
  background-color: #e1482f;
  border-radius: 8px;
  /* @font */
  font-family: 'Open Sans', sans-serif;
  font-size: 9pt;
  font-weight: 600;
  /* @text */
  color: white;
  list-style-type: none;
}

/*  */

.detalle-producto-marca {
  /* @font */
  font-family: 'Open Sans', sans-serif;
  font-size: 16pt;
  font-weight: 600;
  /* @visualbox */
  border-bottom: 1pt dotted #e1482f;
  /* @text */
  text-decoration: dotted;
  color: #e1482f;
}

.detalle-producto-presentacion {
  /* @font */
  font-family: 'Open Sans', sans-serif;
  font-size: 16pt;
  font-weight: 600;
  /* @text */
  color: #db7d12e5;
}

.detalle-producto-desc-corta {
  /* @font */
  font-family: 'Open Sans', sans-serif;
  font-size: 10pt;
  font-weight: 400;
  /* @text */
  color: #525252;
}
.productos-similares {
  /* @grid */
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  column-gap: 24px;
  row-gap: 24px;
  padding: 50px 0;
}

.producto-similar-card {
  /* @flex */
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 15px;
  /*height: 300px; /*q*/
  /* @box */
  padding: 20px 10px;
  /*background-color: cadetblue; /*q*/
  /* @visualbox */
  border: 1pt solid #ededed;
  border-radius: 12px;
}

.producto-similar-imagen {
  /* @dimensions */
  max-height: 130px;
  /* @box */
  margin-bottom: 10px;
  /* @visualbox */
  filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.5));
}

.producto-similar-categoria {
  /* @flex */
  align-self: start;
  /* @font */
  font-family: 'Open Sans', sans-serif;
  font-size: 9pt;
}

.producto-similar-marca {
  /* @dimensions */
  width: 100%;
  /* @font */
  font-family: 'Open Sans', sans-serif;
  font-size: 11pt;
  font-weight: 600;
  /* @text */
  text-decoration: dotted;
  color: #525252;
}

.producto-similar-volumen {
  /* @flex */
  align-self: flex-start;
  /* @box */
  padding: 6px 8px;
  /* @visualbox */
  background-color: green;
  border-radius: 6px;
  /* @font */
  font-family: 'Open Sans', sans-serif;
  font-size: 8pt;
  font-weight: 600;
  /* @text */
  color: white;
}

.producto-similar-visitar {
  /* @box */
  margin-top: 26px;
  padding: 8px 10px;
  /* @visualbox */
  background-color: #e1482f;
  border-radius: 6px;
  /* @font */
  font-family: 'Open Sans', sans-serif;
  font-size: 10pt !important;
  font-weight: 700;
  /* @text */
  text-decoration: none;
  color: white !important;
}
.grilla-categorias {
  /* @grid */
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  /*background-color: #f2f2f2; /*q*/
  margin-bottom: 60px;
}

.grilla-categorias .contenedor-breadcrumbs {
  /* @grid */
  grid-column: 1 / -1;
  /* @box */
  margin-bottom: 0;
  /* padding: 0 0 30px 0; */
  /* @visualbox */
  /* border-bottom: 1px solid #ebebeb; */
}

.box-categoria {
  /* @flex */
  display: flex;
  flex-direction: column;
  align-items: center;
  /* @dimensions */
  height: 285px;
  /*@rd*/
  /* @box */
  padding: 10px;
  /* @visualbox */
  background-color: #fafafa;
  border: 1px solid #d6d6d6;
  border-radius: 10px;
  /* @text */
  text-decoration: none;
  /* @animation */
  transition: all 200ms ease;
}

.box-categoria-img {
  /* @flex */
  flex: 0 0 66.666%;
  /* @dimensions */
  width: 190px;
  /*@rd*/
  /* @visualbox */
  opacity: 0.5;
  /* @animation */
  transition: all 200ms ease;
}

.box-categoria:hover {
  /* @visualbox */
  background-color: #f7f7f7;
  box-shadow: 0 2px 12px 2px rgba(0, 0, 0, .15);
  /* @animation */
  transition: all 200ms ease;
}

.box-categoria:hover .box-categoria-img {
  /* @visualbox */
  opacity: 1;
  /* @animation */
  transition: all 200ms ease;
}

.box-categoria-titulo {
  /* @flex */
  display: flex;
  flex: 0 0 33.333%;
  align-items: center;
  /* @font */
  font-family: "Open Sans", sans-serif;
  font-size: 16pt;
  /* @text */
  color: #8c8c8c;
}
.contenedor-categoria-individual {
  /* @grid */
  display: grid;
  grid-template-columns: 1fr 3fr;
  margin-bottom: 40px;
}

.contenedor-categoria-individual .contenedor-breadcrumbs {
  /* @grid */
  grid-column: 1 / -1;
  /* @box */
  margin-bottom: 0;
  padding: 0 0 30px 0;
  /* @visualbox */
  border-bottom: 1px solid #ebebeb;
}

.contenedor-menu-categorias {
  /* @box */
  padding-top: 24px;
  /* @visualbox */
  border-left: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}

.contenedor-menu-categorias * {
  /* @font */
  font-family: 'Open Sans', sans-serif;
}

.contenedor-menu-categorias h4 {
  margin-left: 24px;
}

.menu-enlace-categorias {
  margin-top: 30px;
}

.menu-enlace-categorias * {
  /* @font */
  font-size: 12pt;
  /* @text */
  text-decoration: none;
  list-style: none;
}

.menu-enlace-categorias li {
  /* @dimensions */
  width: 100%;
}

.menu-enlace-categorias a {
  /* @box */
  display: block;
  padding: 10px 0 10px 24px;
  /* @font */
  font-weight: 600;
  /* @text */
  text-decoration: none;
  color: #333333;
}

.menu-enlace-categorias a:hover {
  background-color: #F2F2F2;
}

.grilla-productos {
  /* @grid */
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: center;
  align-items: start;
}

.contenedor-grilla-imagen-producto {
  /* @box */
  /* margin: 0 auto; */
  padding: 24px;
  /* background-color: lightskyblue; */
  border-bottom: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
  /* @text */
  text-align: center;
}

.grilla-imagen-producto {
  /* @box */
  margin-bottom: 15px;
  position: relative;
  left: 50%;
  /* @dimensions */
  /* width: 140px; */
  height: 195px;
  /* @box */
  transform: translateX(-50%);
}

.grilla-imagen-producto img {
  /* @dimensions */
  width: auto;
  height: 100%;
  /* @visualbox */
  object-fit: fill;
}

.grilla-titulo-producto {
  /* @font */
  font-family: 'Open Sans', sans-serif;
  font-size: 12pt;
  /* @font */
  font-weight: 700;
  /* @text */
  text-decoration: none;
  color: #333333;
}

.grilla-producto-datos {
  /* @box */
  margin-top: 40px;
  /* @flex */
  display: flex;
  justify-content: space-between;
}

.grilla-producto-metadato,
.grilla-producto-enlace {
  /* @box */
  padding: 8px 12px;
  /* @visualbox */
  border-radius: 6px;
  /* @font */
  font-family: 'Open Sans', sans-serif;
  font-size: 10pt;
  font-weight: bold;
}

.grilla-producto-metadato {
  /* @visualbox */
  background-color: #9fc248;
  /* @text */
  color: #637d22;
}

.grilla-producto-enlace {
  /* @visualbox */
  background-color: #d96c5b;
  /* @text */
  color: #ffffff;
  text-decoration: none;
}