@charset "UTF-8";
/* SCSS Document */
/* Variables */
/*BASE COLORS*/
/*BASE COLORS 50*/
/*BASE TYPE*/
/*BS4 breakpoints*/
.bg-grey {
  background-color: grey;
}

.bg-blue {
  background-color: blue;
}

.bg-orange {
  background-color: orange;
}

.nopadding {
  padding: 0px;
}

.area-gris {
  padding: 15px;
  background-color: rgb(234, 233, 228);
  margin: 20px 0;
}

/* Mixins Fabricio Micheli */
/* Type Specs and Styles */
p {
  font-size: 16px;
  padding: 0px;
  margin: 0px;
}

h1 {
  font-size: 3em;
  line-height: 1.05em;
  padding: 0px;
  margin: 0px;
}

h2 {
  font-size: 2em;
  line-height: 1.25em;
  padding: 0px;
  margin: 0px;
}

h3 {
  font-size: 1.45em;
  line-height: 1.25em;
  padding: 0px;
  margin: 0px;
}

h4 {
  font-size: 1.5em;
  line-height: 1.25em;
  padding: 0px;
  margin: 0px;
}

h5 {
  font-size: 1.25em;
  line-height: 1.1em;
}

h6 {
  font-size: 1.125em;
  line-height: 1em;
}

.titulo {
  color: rgb(119, 136, 28);
  padding-bottom: 15px;
  font-weight: 700;
}

.subtitulo {
  color: rgb(92, 66, 50);
  padding-bottom: 15px;
  font-weight: 600;
}

.intertitulo {
  color: rgb(0, 0, 0);
  font-weight: 600;
}

.intertitulo::after {
  content: "";
  width: 100px;
  height: 3px;
  display: block;
  background-color: rgb(206, 200, 186);
  margin: 10px 0;
}

.bajada {
  color: rgb(119, 136, 28);
  padding-bottom: 15px;
}

.text-base {
  line-height: 1.5em;
  text-indent: 0.5em;
  margin-bottom: 0.5em;
}

.text-read {
  line-height: 1.75em;
  margin-bottom: 0.5em;
  color: rgb(0, 0, 0);
}

.footer-nav-title {
  font-weight: 700;
  color: rgb(66, 95, 14);
  padding-bottom: 15px;
  padding-top: 15px;
}

/* Boostrap Overrides */
.carousel-indicators {
  bottom: 25px;
  z-index: 15;
}
@media (min-width: 992px) {
  .carousel-indicators {
    bottom: 50px;
  }
}
@media (max-width: 480px) {
  .carousel-indicators {
    bottom: 25px;
  }
}
.carousel-indicators li {
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background-color: rgb(149, 182, 60);
  border: 2px solid rgb(255, 255, 255);
}

/* Carousel position adjustments */
.carousel-indicators {
  bottom: 50px;
}
@media (max-width: 480px) {
  .carousel-indicators {
    bottom: 130px;
  }
}

.tooltip .tooltip-inner {
  background-color: rgb(168, 157, 136);
}
.tooltip .arrow:before {
  border-bottom-color: rgb(168, 157, 136) !important;
  border-top-color: rgb(168, 157, 136) !important;
}

/* Container Width Override */
@media (min-width: 1200px) {
  .container {
    max-width: 1280px !important;
  }
}
/* Elementos Reutilizables HTML */
a:link, a:visited {
  color: rgb(92, 66, 50);
}

a:hover, a:active {
  color: rgb(169, 100, 25);
  text-decoration: none;
}

.boton-simple {
  text-align: center;
  border: 0px;
  padding: 15px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 15px;
  margin: 15px 0 15px 0;
  cursor: pointer;
  background-color: rgb(119, 136, 28);
  border-radius: 5px;
  border-top: 1px solid rgb(149, 182, 60);
  border-left: 1px solid rgb(149, 182, 60);
  border-right: 1px solid rgb(66, 95, 14);
  border-bottom: 1px solid rgb(66, 95, 14);
  color: white;
  text-shadow: rgba(0, 0, 0, 0.3) 2px 2px 2px;
  transition: all 0.3s ease;
}
.boton-simple:hover {
  background-color: rgb(92, 66, 50);
  border-top: 1px solid rgb(169, 100, 25);
  border-left: 1px solid rgb(169, 100, 25);
  border-right: 1px solid rgb(56, 40, 30);
  border-bottom: 1px solid rgb(56, 40, 30);
}

.boton-simple-min {
  text-align: center;
  border: 0px;
  padding: 5px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 11px;
  margin: 5px 0 5px 0;
  cursor: pointer;
  background-color: rgb(119, 136, 28);
  border-top: 1px solid rgb(149, 182, 60);
  border-left: 1px solid rgb(149, 182, 60);
  border-right: 1px solid rgb(66, 95, 14);
  border-bottom: 1px solid rgb(66, 95, 14);
  color: white;
  transition: all 0.3s ease;
}
.boton-simple-min:hover {
  background-color: rgb(92, 66, 50);
  border-top: 1px solid rgb(169, 100, 25);
  border-left: 1px solid rgb(169, 100, 25);
  border-right: 1px solid rgb(56, 40, 30);
  border-bottom: 1px solid rgb(56, 40, 30);
}

/* Botón Estilizado */
.btn-slider-custom {
  display: inline-block;
  padding: 12px 35px;
  background-color: rgb(168, 157, 136);
  color: rgb(50, 68, 12) !important;
  font-size: 1.1rem;
  font-weight: 600;
  text-transform: uppercase;
  border: 2px solid rgb(50, 68, 12);
  border-radius: 50px;
  transition: all 0.3s ease;
  text-decoration: none;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.btn-slider-custom:hover {
  background-color: rgb(149, 182, 60);
  color: rgb(50, 68, 12);
  text-decoration: none;
  transform: translateY(-2px);
}

.boton-cerrar-min {
  background: url(../images/icon-cerrar.png) no-repeat 4px 5px;
  background-size: 16px 16px;
  background-color: rgb(119, 136, 28);
  padding-left: 24px;
}

.boton-base {
  text-align: center;
  border: 0px;
  padding: 15px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 15px;
  width: 100%;
  margin: 0 0 15px 0;
  cursor: pointer;
}

.btn-catalogo {
  background-color: rgb(168, 157, 136);
  color: rgb(234, 233, 228);
  border-top: 1px solid rgb(206, 200, 186);
  border-left: 1px solid rgb(206, 200, 186);
  border-right: 1px solid rgb(130, 121, 108);
  border-bottom: 1px solid rgb(130, 121, 108);
  text-shadow: rgb(130, 121, 108) 1px 1px 0px;
  transition: all 0.3s ease;
}
.btn-catalogo img {
  width: 21px;
  height: auto;
  margin-right: 6px;
}
.btn-catalogo:hover {
  color: white;
  background-color: rgb(130, 121, 108);
  border-top: 1px solid rgb(168, 157, 136);
  border-left: 1px solid rgb(168, 157, 136);
  border-right: 1px solid rgb(92, 66, 50);
  border-bottom: 1px solid rgb(92, 66, 50);
}

.btn-ingreso-clientes {
  background-color: rgb(66, 95, 14);
  color: rgb(196, 221, 118);
  border-top: 1px solid rgb(119, 136, 28);
  border-left: 1px solid rgb(119, 136, 28);
  border-right: 1px solid rgb(50, 68, 12);
  border-bottom: 1px solid rgb(50, 68, 12);
  text-shadow: rgb(50, 68, 12) 1px 1px 0px;
  transition: all 0.3s ease;
}
.btn-ingreso-clientes img {
  width: 21px;
  height: auto;
  margin-right: 6px;
}
.btn-ingreso-clientes:hover {
  color: white;
  background-color: rgb(149, 182, 60);
  border-top: 1px solid rgb(196, 221, 118);
  border-left: 1px solid rgb(196, 221, 118);
  border-right: 1px solid rgb(119, 136, 28);
  border-bottom: 1px solid rgb(119, 136, 28);
  text-shadow: rgb(119, 136, 28) 1px 1px 0px;
}

.lista-basica {
  list-style: none;
  padding: 0px;
  margin: 10px 0 10px 5px;
}
.lista-basica li {
  padding: 2px 0 2px 2px;
}

.tabla-basica {
  padding: 10px;
  min-width: 360px;
  border-left: 2px solid rgb(66, 95, 14);
  border-right: 2px solid rgb(66, 95, 14);
}
.tabla-basica tr th {
  background-color: rgb(66, 95, 14);
  color: white;
  font-weight: 700;
  text-align: center;
  padding: 5px 10px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.tabla-basica tr td {
  border-bottom: 1px solid rgb(206, 200, 186);
  padding: 5px;
}
.tabla-basica .resalte-fila {
  background-color: rgb(196, 221, 118);
}
.tabla-basica .resalte-celda {
  color: rgb(66, 95, 14);
  font-weight: 600;
}

hr.separador-contenido {
  width: 100px;
  border: none;
  height: 3px;
  background: rgb(119, 136, 28); /* Old browsers */
  background: -moz-linear-gradient(right, rgb(149, 182, 60) 0%, rgb(119, 136, 28) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(right, rgb(149, 182, 60) 0%, rgb(119, 136, 28) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to left, rgb(149, 182, 60) 0%, rgb(119, 136, 28) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='{$color2}', endColorstr='{$color1}',GradientType=0 ); /* IE6-9 */
  display: inline-block;
  margin: 10px 0 20px 0;
}

.resalte {
  padding: 15px;
  margin: 15px 0 15px 0;
  background-color: rgb(234, 233, 228);
  color: rgb(130, 121, 108);
  border-top: solid 2px rgb(130, 121, 108);
  position: relative;
}
.resalte::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: rgb(130, 121, 108);
  position: absolute;
  top: 0px;
  left: 0px;
}

.aviso {
  padding: 15px;
  margin: 15px 0 15px 0;
  background-color: rgb(230, 195, 195);
  color: rgb(148, 36, 36);
  border-top: solid 2px rgb(148, 36, 36);
  position: relative;
}
.aviso::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: rgb(148, 36, 36);
  position: absolute;
  top: 0px;
  left: 0px;
}

/*Elementos de Formulario*/
label {
  color: rgb(56, 40, 30);
  font-style: italic;
  font-weight: 500;
}

select {
  border: 2px solid rgb(119, 136, 28);
  color: rgb(66, 95, 14);
  border-radius: 3px;
  padding: 5px;
  margin: 10px 0 10px 0;
  font-weight: 500;
}
select > option {
  font-weight: 500;
  padding: 3px;
}
select:hover {
  background-color: rgb(196, 221, 118);
}
select:focus option {
  background-color: rgb(119, 136, 28);
  color: white;
}

input {
  border: 2px solid rgb(149, 182, 60);
  color: rgb(66, 95, 14);
  border-radius: 6px;
  padding: 5px;
  margin: 10px;
  font-weight: 500;
}
input:focus {
  background-color: rgb(196, 221, 118);
  border-color: rgb(119, 136, 28);
  box-shadow: none;
}

/*Loader*/
@keyframes rotacion-loader {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
.loader-container {
  /*Contenedor del loader --> este objeto debe posicionarse en el lugar deseado para funcionar como loader*/
  width: 60px;
  height: 60px;
  position: relative;
}
.loader-container .circle {
  -webkit-animation: rotacion-loader 1s infinite linear;
  animation: rotacion-loader 1s infinite linear;
}
.loader-container .eco {
  position: absolute;
  width: 60px;
  height: 60px;
  top: 0px;
  left: 0px;
}

/*Galeria*/
.galeria-imagenes {
  font-size: 0;
  margin: 15px 0;
}
.galeria-imagenes .img-galeria {
  width: 200px;
  margin: 0 10px 10px 0;
  display: inline-block;
  position: relative;
}
.galeria-imagenes .img-galeria a {
  display: block;
  border: 3px solid rgb(119, 136, 28);
  transition: all 0.25s ease;
  position: relative;
}
.galeria-imagenes .img-galeria a:hover {
  border: 3px solid rgb(149, 182, 60);
}
.galeria-imagenes .img-galeria a:hover::after {
  opacity: 0.25;
}
.galeria-imagenes .img-galeria a::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: green;
  opacity: 0;
  transition: all 0.2s ease;
}

/*Checks*/
.check-container {
  display: inline-block;
  position: relative;
  padding-left: 32px;
  padding-right: 10px;
  margin-bottom: 10px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.check-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.check-container .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  width: 24px;
  background-color: white;
  border: 2px solid rgb(119, 136, 28);
}
.check-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 6px;
  top: 2px;
  width: 8px;
  height: 12px;
  border: solid rgb(196, 221, 118);
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.check-container:hover input ~ .checkmark {
  background-color: rgb(196, 221, 118);
}
.check-container input:checked ~ .checkmark {
  background-color: rgb(119, 136, 28);
}
.check-container input:checked ~ .checkmark:after {
  display: block;
}

/* Resalte Verde - Variante */
.resalte.verde {
  padding: 15px;
  margin: 15px 0 15px 0;
  background-color: #c1e09d;
  color: #386813;
  border-top: solid 2px #386813;
  position: relative;
}
.resalte.verde::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: rgb(130, 121, 108);
  position: absolute;
  top: 0px;
  left: 0px;
}

/* Tabla Basica Minimal */
.tabla-basica-min {
  padding: 5px;
  min-width: 360px;
  border: none;
  font-size: 12px;
}
.tabla-basica-min tr th {
  background-color: #c0b7a7;
  color: white;
  font-weight: 400;
  text-align: center;
  padding: 4px 8px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.tabla-basica-min tr td {
  background-color: #f4f4f4;
  border-bottom: 1px solid rgb(206, 200, 186);
  padding: 4px;
  text-align: center;
}
.tabla-basica-min .resalte-fila {
  background-color: rgb(196, 221, 118);
}
.tabla-basica-min .resalte-celda {
  color: rgb(66, 95, 14);
  font-weight: 600;
}

/* Textarea */
textarea {
  border: 2px solid rgb(119, 136, 28);
  color: rgb(66, 95, 14);
  border-radius: 6px;
  padding: 5px;
  font-weight: 500;
  width: 90% !important;
}
textarea:focus {
  background-color: rgb(196, 221, 118);
  border-color: rgb(119, 136, 28);
  box-shadow: none;
}

/* Sistema Par (Label/Dato) */
.par {
  margin: 5px 0;
}
.par .label {
  border-bottom: #ccc dotted 1px;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  width: 28%;
}
.par .dato {
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  width: 70%;
}
.par .dato-estilizado {
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  width: 70%;
  font-weight: bold;
  border: #95b63c solid 1px;
  background-color: #f4fcdf;
  border-radius: 5px;
  padding: 4px 12px;
}

/* Form Validation */
.label-error {
  background-color: #c4342a;
  color: #fff;
  padding: 8px;
  border-radius: 6px;
}
.label-error:empty {
  display: none;
}

.input-error {
  border: #AA563D solid 2px;
  background-color: #D1B3C2;
}

/*MODIFICADORES*/
.cleardiv {
  clear: both;
}

/* Form Element Overrides */
input {
  margin: 1px !important;
}

label {
  margin-bottom: 0px !important;
}

/* CSS Document */
/*Z index data: 
*/
body {
  font-family: "Libre Franklin", sans-serif;
  font-size: 16px;
}

.wrapper {
  position: relative;
  width: 100%;
}

.panel {
  background: rgb(206, 200, 186); /* Old browsers */
  background: -moz-linear-gradient(top, rgb(191, 181, 165) 0%, rgb(206, 200, 186) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgb(191, 181, 165) 0%, rgb(206, 200, 186) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgb(191, 181, 165) 0%, rgb(206, 200, 186) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='{$color2}', endColorstr='{$color1}',GradientType=0 ); /* IE6-9 */
  padding: 20px;
  z-index: 1055;
}
.panel .logo {
  margin: 10px 10px 20px 10px;
  width: 60%;
}
.panel ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.panel ul li {
  margin: 0px;
  padding: 0px;
}
.panel ul li a {
  color: rgb(66, 95, 14);
  font-weight: 700;
  text-transform: uppercase;
  margin: 0px;
  padding: 8px 8px 8px 16px;
  display: block;
  border-bottom: 1px dotted rgb(168, 157, 136);
  background: url("../images/arrow-list.png") no-repeat 0px 50%;
}
.panel ul li a:hover {
  color: white;
  background-color: rgb(149, 182, 60);
}
.panel ul li.submenu {
  margin-left: 20px;
}
.panel ul li.submenu a {
  font-size: 14px;
  font-weight: 500;
}

.abrir-menu {
  cursor: pointer;
}
@media (min-width: 992px) {
  .abrir-menu {
    display: none;
  }
}

.cerrar-menu {
  display: block;
  background: url(../images/cerrar.png) no-repeat;
  height: 40px;
  width: 40px;
  float: right;
  cursor: pointer;
}

header .header-top {
  height: auto;
  background: white; /* Old browsers */
  background: -moz-linear-gradient(top, rgb(234, 233, 228) 0%, white 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgb(234, 233, 228) 0%, white 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgb(234, 233, 228) 0%, white 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='{$color2}', endColorstr='{$color1}',GradientType=0 ); /* IE6-9 */
  border-bottom: 1px solid rgb(206, 200, 186);
  padding: 10px 0;
}
header .header-top .header-top-inner .header-logo {
  text-align: center;
}
@media (min-width: 768px) {
  header .header-top .header-top-inner .header-logo {
    text-align: left;
  }
}
header .header-top .header-top-inner .header-logo img {
  max-width: 180px;
  width: 100%;
  height: auto;
  margin: 8px 0;
}
header .header-top .header-top-inner .header-menu {
  display: none;
}
@media (min-width: 992px) {
  header .header-top .header-top-inner .header-menu {
    display: block;
  }
}
header .header-top .header-top-inner .header-menu .header-bar {
  background: transparent;
}
header .header-top .header-top-inner .header-menu .header-bar .header-bar-inner {
  padding: 0;
}
header .header-top .header-top-inner .header-menu .header-bar .header-bar-nav-container {
  margin: 0;
  padding: 0;
}
header .header-top .header-top-inner .header-menu .header-bar .header-bar-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 0;
}
header .header-top .header-top-inner .header-menu .header-bar .header-bar-nav ul li a {
  display: block;
  padding: 12px 20px;
  text-transform: uppercase;
  color: rgb(66, 95, 14);
  font-weight: 600;
  font-size: 12px;
  transition: all 0.3s ease;
  position: relative;
}
header .header-top .header-top-inner .header-menu .header-bar .header-bar-nav ul li a:hover {
  color: rgb(50, 68, 12);
  background-color: rgb(149, 182, 60);
}
header .header-top .header-top-inner .header-menu .header-bar .header-bar-nav ul li a.sel {
  color: rgb(119, 136, 28);
  background-color: transparent;
  font-weight: bold;
}
header .header-top .header-top-inner .header-menu .header-bar .header-bar-nav ul li a.sel::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 20px;
  right: 20px;
  height: 3px;
  background-color: rgb(119, 136, 28);
}
header .header-top .header-top-inner .header-menu .header-bar .header-bar-nav ul li a.destaque-menu {
  background-color: rgb(168, 157, 136);
  color: white;
}
header .header-top .header-top-inner .header-menu .header-bar .header-bar-nav ul li a.destaque-menu:hover {
  background-color: rgb(92, 66, 50);
}
header .header-top .header-top-inner .header-menu .header-bar .header-bar-carrito {
  display: none;
}
header .header-top .header-top-inner .header-menu .header-bar .abrir-menu {
  display: none;
}
header .header-top .header-top-inner .header-actions {
  display: flex;
  gap: 25px;
  align-items: center;
}
header .header-top .header-top-inner .header-actions .header-action-item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgb(66, 95, 14);
  font-size: 15px;
  font-weight: 600;
  transition: all 0.3s ease;
  position: relative;
}
header .header-top .header-top-inner .header-actions .header-action-item i {
  font-size: 22px;
}
header .header-top .header-top-inner .header-actions .header-action-item:hover {
  color: rgb(119, 136, 28);
}
header .header-top .header-top-inner .header-actions .header-user-desktop {
  display: none !important;
}
@media (min-width: 992px) {
  header .header-top .header-top-inner .header-actions .header-user-desktop {
    display: flex !important;
  }
}
header .header-top .header-top-inner .header-actions .header-user-mobile {
  display: flex !important;
}
@media (min-width: 992px) {
  header .header-top .header-top-inner .header-actions .header-user-mobile {
    display: none !important;
  }
}
@media (min-width: 992px) {
  header .header-top .header-top-inner .header-actions .abrir-menu {
    display: none;
  }
}
header .header-top .header-top-inner .header-actions .header-cart .cart-badge {
  position: absolute;
  top: -8px;
  right: -8px;
  background-color: #dc3545;
  color: white;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  font-size: 11px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .header-top .header-top-inner .header-actions .header-user-dropdown {
  cursor: pointer;
}
header .header-top .header-top-inner .header-actions .header-user-dropdown .dropdown-content {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  background: white;
  border: 2px solid rgb(206, 200, 186);
  border-radius: 4px;
  padding: 15px;
  min-width: 200px;
  padding-top: 25px;
  margin-top: 0;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}
header .header-top .header-top-inner .header-actions .header-user-dropdown .dropdown-content p {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgb(206, 200, 186);
}
header .header-top .header-top-inner .header-actions .header-user-dropdown .dropdown-content a {
  display: block;
  padding: 8px 0;
  color: rgb(92, 66, 50);
}
header .header-top .header-top-inner .header-actions .header-user-dropdown .dropdown-content a:hover {
  color: rgb(66, 95, 14);
}
header .header-top .header-top-inner .header-actions .header-user-dropdown:hover .dropdown-content {
  display: block;
}

.carousel-wrapper .carousel-container {
  width: 100%;
  max-width: 1800px;
  margin: 0 auto 0 auto;
  border-top: rgb(196, 221, 118) solid 1px;
  border-bottom: rgb(66, 95, 14) solid 6px;
  max-height: 700px;
}

.slider-item-container {
  position: relative;
  width: 100%;
  max-height: 700px;
}

/* Capa de texto: Posicionada arriba y a la izquierda */
.carousel-caption-custom {
  position: absolute;
  top: 8%;
  left: 6%;
  z-index: 10;
  max-width: 45%; /* Evita que el texto invada el sector del mueble */
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px;
  /* Degradado suave para asegurar contraste con el fondo claro del patio */
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.72) 60%, rgba(255, 255, 255, 0.55) 100%);
  border-radius: 8px;
}

/* Título Principal */
.slider-title {
  color: #556B2F; /* Verde oliva oscuro de tu marca */
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 10px;
  text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.8);
}

/* Subtítulo con los productos */
.slider-subtitle {
  color: #4a4a4a;
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 25px;
}

@media (max-width: 991px) {
  .slider-title {
    font-size: 2rem;
  }
  .slider-subtitle {
    font-size: 1.1rem;
    margin-bottom: 15px;
  }
  .carousel-caption-custom {
    max-width: 55%;
    top: 8%;
  }
}
@media (max-width: 767px) {
  /* En móviles ocultamos el texto absoluto para que no tape la imagen chica */
  /* O podés reubicarlo abajo si tu contenedor mobile lo requiere */
  .carousel-caption-custom {
    position: relative;
    max-width: 100%;
    left: 0;
    top: 0;
    background: #f8f9fa;
    padding: 15px;
    text-align: center;
    align-items: center;
  }
  .slider-title {
    font-size: 1.5rem;
    color: #556B2F;
  }
  .slider-subtitle {
    font-size: 1rem;
  }
  .btn-slider-custom {
    padding: 8px 20px;
    font-size: 0.9rem;
  }
}
main {
  position: relative;
  min-height: 600px;
}
main .nav-categorias {
  position: relative;
  margin-top: 15px;
}
main .nav-categorias ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 0px;
  padding: 0px;
}
main .nav-categorias ul li {
  width: 46%;
  height: 160px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  main .nav-categorias ul li {
    width: 30%;
  }
}
@media (min-width: 992px) {
  main .nav-categorias ul li {
    width: 18%;
  }
}
main .nav-categorias ul li a {
  width: 100%;
  height: 100%;
  display: block;
  padding: 15px;
  border-top: 6px solid rgb(92, 66, 50);
  color: rgb(92, 66, 50);
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: bottom right;
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow: 2px 2px 3px rgba(56, 40, 30, 0.5);
}
@media (min-width: 576px) {
  main .nav-categorias ul li a {
    font-size: 22px;
  }
}
main .nav-categorias ul li a:hover {
  color: rgb(169, 100, 25);
  border-color: rgb(169, 100, 25);
  background-size: auto 120%;
}
main .nav-categorias ul li a.combos {
  background-color: rgb(234, 233, 228);
  background-image: url("../images/combo.jpg");
}
main .nav-categorias ul li a.mesas {
  background-color: rgb(234, 233, 228);
  background-image: url("../images/mesa.jpg");
}
main .nav-categorias ul li a.sillas {
  background-color: rgb(234, 233, 228);
  background-image: url("../images/silla.jpg");
}
main .nav-categorias ul li a.reposeras {
  background-color: rgb(234, 233, 228);
  background-image: url("../images/reposera.jpg");
}
main .nav-categorias ul li a.living {
  background-color: rgb(234, 233, 228);
  background-image: url("../images/living.jpg");
}
main .nav-categorias.solapado {
  margin-top: -110px;
}
@media (max-width: 480px) {
  main .nav-categorias.solapado {
    margin-top: -30px;
  }
}
@media (min-width: 992px) {
  main .nav-categorias.solapado {
    margin-top: -60px;
  }
}
main .solapado {
  margin-top: -40px;
}
@media (min-width: 992px) {
  main .solapado {
    margin-top: -60px;
  }
}
footer {
  background: rgb(168, 157, 136); /* Old browsers */
  background: -moz-linear-gradient(top, rgb(206, 200, 186) 0%, rgb(168, 157, 136) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgb(206, 200, 186) 0%, rgb(168, 157, 136) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgb(206, 200, 186) 0%, rgb(168, 157, 136) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='{$color2}', endColorstr='{$color1}',GradientType=0 ); /* IE6-9 */
  position: relative;
  padding-bottom: 20px;
}
footer .footer-logo {
  width: 100%;
  text-align: center;
  background-color: rgb(234, 233, 228);
  padding: 20px 0;
  border-bottom: 1px solid white;
}
footer .footer-logo img {
  max-width: 200px;
  height: auto;
}
footer .footer-info {
  padding-top: 20px;
}
footer .footer-info .footer-nav-1 {
  /*margin-bottom:10px;*/
}
footer .footer-info .footer-social .footer-social-logos .icon-link a {
  font-size: 32px;
  color: rgb(92, 66, 50);
  margin: 0 10px 10px 0;
  transition: all 0.25s ease;
}
footer .footer-info .footer-social .footer-social-logos .icon-link a:hover {
  color: rgb(169, 100, 25);
}
footer .footer-info .footer-contacto p {
  font-size: 14px;
  line-height: 21px;
}
footer .footer-info .lista-footer {
  list-style: none;
  padding: 0px;
}
footer .footer-info .lista-footer li {
  margin: 10px 0 10px 0;
}
footer .footer-info .lista-footer li a {
  padding-left: 15px;
  background-image: url("../images/arrow-list.png");
  background-repeat: no-repeat;
  background-position: 0px 2px;
  color: rgb(56, 40, 30);
  transition: all 0.3s ease;
  font-weight: 600;
  transition: all 0.25s ease;
}
footer .footer-info .lista-footer li a:hover {
  color: rgb(169, 100, 25);
  background-position: 5px 2px;
  padding-left: 20px;
}

/*LISTA DE PRODUCTOS*/
.bg-h-te {
  background: url("../images/bg-eucalipto.jpg") no-repeat center bottom;
}

.bg-h-marron {
  background: url("../images/bg-eucalipto-marron.jpg") no-repeat center bottom;
}

.bg-h-verde {
  background: url("../images/bg-eucalipto-verde.jpg") no-repeat center bottom;
}

.header-categoria {
  background-color: rgb(130, 121, 108);
}
.header-categoria .inner-header-categoria {
  background-color: rgb(130, 121, 108);
  min-height: 280px;
  border-left: 5px solid rgb(234, 233, 228);
}
@media (min-width: 768px) {
  .header-categoria .inner-header-categoria {
    min-height: 160px;
  }
}
.header-categoria .inner-header-categoria {
  padding: 20px;
}
.header-categoria .inner-header-categoria h2 {
  font-weight: 700;
  color: white;
  text-shadow: rgb(56, 40, 30) 2px 2px 2px;
  font-size: 42px;
  padding: 5px;
  margin-bottom: 5px;
}
.header-categoria .inner-header-categoria h5 {
  color: rgb(234, 233, 228);
  background-color: rgba(56, 40, 30, 0.5);
  display: inline-block;
  padding: 5px;
  margin: 0px;
}
.header-categoria .inner-header-destacado {
  background-color: rgb(92, 66, 50);
  min-height: 220px;
  border-left: 5px solid rgb(56, 40, 30);
}
@media (min-width: 768px) {
  .header-categoria .inner-header-destacado {
    min-height: 160px;
  }
}
.header-categoria .inner-header-destacado {
  padding: 20px;
}
.header-categoria .inner-header-destacado h2 {
  font-weight: 700;
  color: rgb(196, 221, 118);
  text-shadow: rgb(56, 40, 30) 2px 2px 2px;
  font-size: 42px;
  padding: 5px;
  margin-bottom: 5px;
}
.header-categoria .inner-header-destacado h5 {
  color: rgb(234, 233, 228);
  display: inline-block;
  padding: 5px;
  margin: 0px;
  color: rgb(149, 182, 60);
}
.header-categoria .inner-header-generico {
  background-color: rgb(119, 136, 28);
  min-height: 220px;
  border-left: 5px solid rgb(149, 182, 60);
}
@media (min-width: 768px) {
  .header-categoria .inner-header-generico {
    min-height: 160px;
  }
}
.header-categoria .inner-header-generico {
  padding: 20px;
}
.header-categoria .inner-header-generico h2 {
  font-weight: 700;
  color: white;
  text-shadow: rgb(66, 95, 14) 2px 2px 2px;
  font-size: 42px;
  padding: 5px;
  margin-bottom: 5px;
}
.header-categoria .inner-header-generico h5 {
  color: rgb(234, 233, 228);
  display: inline-block;
  padding: 5px;
  margin: 0px;
  color: rgb(196, 221, 118);
}

.bgheader-combos {
  background: url("../images/bg-combos.jpg") no-repeat right bottom;
}

.bgheader-mesas {
  background: url("../images/bg-mesas.jpg") no-repeat right bottom;
}

.bgheader-sillas {
  background: url("../images/bg-sillas.jpg") no-repeat right bottom;
}

.bgheader-reposeras {
  background: url("../images/bg-reposeras.jpg") no-repeat right bottom;
}

.bgheader-living {
  background: url("../images/bg-setliving.jpg") no-repeat right bottom;
}

.bgheader-outlet {
  background: url("../images/bg-outlet.jpg") no-repeat right bottom;
}

.bgheader-generico {
  background: url("../images/bg-generico.jpg") no-repeat right bottom;
}

.productos-container-outer {
  background-color: rgb(255, 255, 255);
  padding: 0 0 20px 0;
}
.productos-container-outer .productos-container-inner .header-lista {
  padding: 20px 0 25px 0;
}
.productos-container-outer .productos-container-inner .header-lista h2 {
  color: rgb(119, 136, 28);
  font-weight: 300;
  font-size: 28px;
  border-bottom: rgb(119, 136, 28) solid 2px;
  font-size: 28px;
  font-weight: 500;
  margin: 10px 0;
  padding: 20px;
}
.productos-container-outer .productos-container-inner .header-lista h2 a {
  color: rgb(66, 95, 14);
  font-size: 18px;
}
.productos-container-outer .productos-container-inner .header-lista h2 i {
  font-size: 28px;
  color: rgb(119, 136, 28);
  margin-right: 10px;
}
@media (min-width: 992px) {
  .productos-container-outer .productos-container-inner .header-lista h2 {
    font-size: 30px;
  }
}

.producto-list-item .producto-item-container {
  border: 1px solid rgb(230, 230, 230);
  background-color: white;
  margin-bottom: 15px;
  border-radius: 10px;
  position: relative;
}
.producto-list-item .producto-item-container .producto-list-img {
  border-bottom: 3px solid rgb(168, 157, 136);
  text-align: center;
  max-height: 267px;
  min-height: 267px;
}
.producto-list-item .producto-item-container .producto-list-img img {
  max-height: 263px;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.producto-list-item .producto-item-container .producto-list-data {
  background-color: #f2f2f1;
  padding: 15px;
}
.producto-list-item .producto-item-container .producto-list-data h2 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}
@media (min-width: 992px) {
  .producto-list-item .producto-item-container .producto-list-data h2 {
    line-height: 24px;
  }
}
.producto-list-item .producto-item-container .producto-list-data h2 a {
  color: rgb(66, 95, 14);
}
.producto-list-item .producto-item-container .producto-list-data h2 a:hover {
  color: rgb(169, 100, 25);
}
.producto-list-item .producto-item-container .action {
  margin-top: auto;
}

.producto-container-outer .producto-container-inner {
  padding: 20px 0 20px 0;
}
.producto-container-outer .producto-container-inner .header-producto .breadcrumb-producto {
  font-size: 24px;
  font-weight: 700;
  color: rgb(119, 136, 28);
}
.producto-container-outer .producto-container-inner .header-producto .titulo-producto {
  font-size: 40px;
  color: rgb(66, 95, 14);
}
.tag-container {
  padding: 10px 0;
}
.tag-container a {
  display: inline-block;
  background-color: rgb(206, 200, 186);
  color: rgb(56, 40, 30);
  padding: 3px 5px;
  border-radius: 3px;
  margin: 0 5px 5px 0;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  transition: all 0.25s ease;
}
.tag-container a:hover {
  color: white;
  background-color: rgb(92, 66, 50);
}

.cod-producto {
  font-weight: 700;
  font-size: 14px;
  text-align: left;
  color: rgb(92, 66, 50);
}

.producto-material-container {
  display: flex;
  flex-wrap: wrap;
}
.producto-material-container .icon-material {
  background-color: rgb(168, 157, 136);
  border-radius: 50%;
  width: 30px;
  height: 30px;
  border: 2px solid rgb(92, 66, 50);
}
.producto-material-container p {
  color: rgb(92, 66, 50);
  font-size: 14px;
  font-weight: 600;
  line-height: 32px;
  margin-left: 6px;
}

.producto-datos {
  display: flex;
  flex-wrap: wrap;
}
.producto-datos .dato-unico {
  padding: 3px 5px 3px 0;
}
.producto-datos .dato-unico .dato-texto {
  display: inline-block;
  padding: 3px 5px;
  font-size: 11px;
  text-transform: uppercase;
  background-color: rgb(119, 136, 28);
  color: white;
  font-weight: 600;
  border-radius: 3px;
}
.producto-datos .dato-unico img {
  display: inline-block;
  max-width: 14px;
}
.producto-datos .dato-unico p {
  display: inline-block;
  padding-left: 5px;
  font-size: 10px;
  font-weight: normal;
  color: rgb(119, 136, 28);
}

.producto-descr {
  color: rgb(130, 121, 108);
  font-size: 15px;
  line-height: 19px;
  padding: 4px 0;
}

.producto-descr-max {
  color: rgb(130, 121, 108);
  font-size: 17px;
  line-height: 24px;
  padding: 8px 0;
}

.producto-precio {
  text-align: right;
  font-size: 28px;
  line-height: 32px;
  color: rgb(92, 66, 50);
  font-weight: 800;
  position: relative;
}
.producto-precio span {
  position: relative;
  font-size: 21px;
  bottom: 3px;
}

/*Producto Carrito*/
.producto-carrito-container {
  display: flex;
  flex-wrap: wrap;
  background-color: rgb(234, 233, 228);
  margin-bottom: 15px;
  border-top: 3px solid rgb(119, 136, 28);
}
.producto-carrito-container .producto-carrito-img {
  width: 100%;
}
@media (min-width: 576px) {
  .producto-carrito-container .producto-carrito-img {
    width: 40%;
  }
}
@media (min-width: 992px) {
  .producto-carrito-container .producto-carrito-img {
    width: 25%;
  }
}
.producto-carrito-container .producto-carrito-img {
  background-color: rgb(206, 200, 186);
}
.producto-carrito-container .producto-carrito-data {
  width: 100%;
}
@media (min-width: 576px) {
  .producto-carrito-container .producto-carrito-data {
    width: 60%;
  }
}
@media (min-width: 992px) {
  .producto-carrito-container .producto-carrito-data {
    width: 45%;
  }
}
.producto-carrito-container .producto-carrito-data {
  padding: 10px;
}
.producto-carrito-container .producto-carrito-data h2 {
  font-size: 24px;
}
.producto-carrito-container .producto-carrito-data h2 a {
  color: rgb(66, 95, 14);
}
.producto-carrito-container .producto-carrito-data h2 a:visited {
  color: rgb(66, 95, 14);
}
.producto-carrito-container .producto-carrito-cantidad {
  width: 50%;
}
@media (min-width: 992px) {
  .producto-carrito-container .producto-carrito-cantidad {
    width: 12%;
  }
}
.producto-carrito-container .producto-carrito-cantidad {
  align-self: center;
  text-align: center;
}
.producto-carrito-container .producto-carrito-cantidad p {
  display: inline-block;
  font-size: 13px;
  color: rgb(130, 121, 108);
  margin: 0px;
}
.producto-carrito-container .producto-carrito-precio {
  width: 50%;
}
@media (min-width: 992px) {
  .producto-carrito-container .producto-carrito-precio {
    width: 18%;
  }
}
.producto-carrito-container .producto-carrito-precio {
  padding: 10px;
  align-self: center;
}

/*Action Sets*/
/*Action Sets*/
.action {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 15px;
  background-color: #f2f2f1;
  min-height: 133px;
}
.action > a {
  width: 100% !important;
  border-radius: 50px;
}
.action .action-text {
  background-color: rgb(66, 95, 14);
  padding: 12px 15px;
  color: white;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s ease;
}
.action .action-text p {
  font-weight: 600;
  font-size: 13px;
  text-shadow: rgba(0, 0, 0, 0.3) 2px 2px 2px;
  margin: 0;
}
.action .action-text p.cantidad-en-carrito {
  background-color: #dc3545;
  border: #ffffff solid 1px;
  color: #ffffff;
  text-align: center;
  width: 22px;
  height: 22px;
  line-height: 19px;
  font-size: 10px;
  border-radius: 50%;
  margin-left: 5px;
}
.action .action-text:hover {
  background-color: rgb(92, 66, 50);
  letter-spacing: 1.5px;
}
.action .action-text img,
.action .action-text i {
  font-size: 18px;
  color: #ffffff;
  margin-right: 10px;
}
.action .action-icon {
  background-color: rgb(119, 136, 28);
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s ease;
}
.action .action-icon p {
  font-weight: 600;
  font-size: 13px;
  text-shadow: rgba(0, 0, 0, 0.3) 2px 2px 2px;
  margin: 0;
  color: #ffffff;
}
.action .action-icon:hover {
  background-color: rgb(92, 66, 50);
  letter-spacing: 1.5px;
}
.action .action-icon img,
.action .action-icon i {
  font-size: 18px;
  color: #ffffff;
  margin-right: 10px;
}
.action .action-precio {
  width: 100%;
  text-align: center;
  border-radius: 50px;
  border: 2px solid rgb(92, 66, 50);
  color: rgb(169, 100, 25);
  background-color: white;
  font-size: 22px;
  line-height: 1.4em;
  padding: 8px;
  font-weight: 700;
}
@media (min-width: 576px) {
  .action .action-precio {
    font-size: 26px;
  }
}

/* Header Categoria - Ajustes */
.header-categoria {
  margin-top: 1px;
}

/* Backgrounds adicionales */
.bgheader-set_comedor {
  background: url("../images/bg-combos.jpg") no-repeat right bottom;
}

.bgheader-set_living {
  background: url("../images/bg-setliving.jpg") no-repeat right bottom;
}

/* Mensajes del sistema */
.mensaje {
  border-bottom: #666 dotted 1px;
  background: #ddd;
  margin: 0;
  padding: 25px;
  color: #000;
}
.mensaje.usuario-no-reconocido {
  border-bottom: #FC0 solid 1px;
  background: #fea;
}

/* Catalogos */
.catalogos .catalogo {
  background-color: rgb(234, 233, 228);
  border: 2px solid rgb(119, 136, 28);
  border-radius: 10px;
  padding: 15px;
}
.catalogos .catalogo .icon {
  text-align: center;
}
.catalogos .catalogo .descripcion {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  margin: 10px;
}
.catalogos .catalogo .observacion {
  text-align: left;
  margin: 5px;
}
.catalogos .catalogo .link {
  background-color: rgb(66, 95, 14);
  padding: 10px;
}
.catalogos .catalogo .link a {
  display: block;
  color: #fff;
}

/* Contacto */
.contacto-mensaje-confirmacion {
  display: none;
  background-color: #83c33a;
  color: rgb(66, 95, 14);
  padding: 10px;
}

/* Search Overlay */
.search-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(66, 95, 14, 0.95);
  z-index: 10000;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.search-overlay.active {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
}
.search-overlay .search-overlay-content {
  width: 90%;
  max-width: 700px;
  position: relative;
}
.search-overlay .search-logo {
  text-align: center;
  margin-bottom: 40px;
}
.search-overlay .search-logo img {
  max-width: 250px;
  height: auto;
  filter: brightness(0) invert(1);
}
.search-overlay .search-close {
  position: absolute;
  top: -50px;
  right: 0;
  background: transparent;
  border: none;
  color: white;
  font-size: 32px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.search-overlay .search-close:hover {
  color: rgb(149, 182, 60);
  transform: rotate(90deg);
}
.search-overlay .search-form {
  display: flex;
  gap: 10px;
}
.search-overlay .search-input {
  flex: 1;
  padding: 20px 25px;
  font-size: 18px;
  border: none;
  border-radius: 4px;
  background-color: white;
  color: rgb(66, 95, 14);
  font-weight: 500;
}
.search-overlay .search-input:focus {
  outline: 3px solid rgb(149, 182, 60);
}
.search-overlay .search-input::placeholder {
  color: #999;
}
.search-overlay .search-submit {
  padding: 20px 30px;
  background-color: rgb(149, 182, 60);
  color: white;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
}
.search-overlay .search-submit:hover {
  background-color: rgb(196, 221, 118);
}
.search-overlay .search-submit i {
  margin-right: 8px;
}

.header-search-trigger {
  cursor: pointer;
}

/* Página Mayoristas */
.btn-mayoristas {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding: 25px;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: white;
  border-radius: 4px;
  transition: all 0.3s ease;
  margin-bottom: 20px;
}
.btn-mayoristas i {
  font-size: 28px;
}
.btn-mayoristas.btn-registrate {
  background-color: rgb(66, 95, 14);
  color: white;
}
.btn-mayoristas.btn-registrate:hover {
  background-color: rgb(119, 136, 28);
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.btn-mayoristas.btn-ingreso {
  background-color: rgb(66, 95, 14);
  color: white;
}
.btn-mayoristas.btn-ingreso:hover {
  background-color: rgb(119, 136, 28);
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.card-contacto {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  padding: 40px 30px;
  text-align: center;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  border-top: 4px solid #95b63c;
}

.card-contacto:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

.card-contacto-icono {
  width: 70px;
  height: 70px;
  margin: 0 auto 20px;
  border-radius: 50%;
  background: #95b63c;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
}

.card-contacto h3 {
  color: #333;
  font-weight: 700;
  margin-bottom: 15px;
}

.separador-card {
  width: 50px;
  border: none;
  border-top: 2px solid #95b63c;
  margin: 0 auto 20px;
}

.card-contacto-wsp {
  display: block;
  font-size: 18px;
  font-weight: 600;
  color: #25D366;
  text-decoration: none;
  margin-bottom: 12px;
}

.card-contacto-wsp i {
  margin-right: 8px;
}

.card-contacto-wsp:hover {
  text-decoration: underline;
}

.card-contacto-mail {
  display: block;
  font-size: 15px;
  color: rgb(149, 182, 60);
  text-decoration: none;
  font-weight: 500;
}

.card-contacto-mail i {
  margin-right: 6px;
}

.card-contacto-mail:hover {
  text-decoration: underline;
}

.bloque-form-contacto-inputs {
  border: rgb(168, 157, 136) solid 1px;
  border-radius: 10px;
  background-color: rgb(234, 233, 228);
  margin: 10px;
  padding: 20px;
}

/* Home Components - Beneficios y Comentarios */
/* --------------------------------------------------------
   BENEFICIOS
-------------------------------------------------------- */
.beneficios-section {
  background-color: rgb(234, 233, 228);
  padding: 40px 0 50px;
  border-bottom: 3px solid rgb(206, 200, 186);
}

.beneficios-grid {
  display: flex;
  flex-wrap: wrap;
}

.beneficio-card {
  flex: 1 1 280px;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 30px 28px;
  margin: 5px;
  border-radius: 10px;
  transition: background-color 0.25s ease;
  background-color: rgb(208, 215, 194);
}
@media (max-width: 480px) {
  .beneficio-card {
    border-right: none;
    border-bottom: 1px solid rgb(206, 200, 186);
  }
}
.beneficio-card:last-child {
  border-right: none;
}
.beneficio-card:hover {
  background-color: rgba(206, 200, 186, 0.5);
}
.beneficio-card--destacado {
  background-color: rgb(66, 95, 14);
  border-right: 1px solid rgba(66, 95, 14, 0.5);
}
@media (max-width: 480px) {
  .beneficio-card--destacado {
    border-right: none;
  }
}
.beneficio-card--destacado:hover {
  background-color: rgb(50, 68, 12);
}
.beneficio-card--destacado .beneficio-titulo,
.beneficio-card--destacado .beneficio-texto {
  color: rgb(255, 255, 255);
}
.beneficio-card--destacado .beneficio-icono {
  background-color: rgb(119, 136, 28);
  color: rgb(196, 221, 118);
}

.beneficio-icono {
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: rgb(196, 221, 118);
  color: rgb(66, 95, 14);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  box-shadow: rgba(56, 40, 30, 0.5) 2px 2px 2px;
  transition: transform 0.25s ease;
}
.beneficio-card:hover .beneficio-icono {
  transform: scale(1.08);
}

.beneficio-titulo {
  font-size: 18px;
  font-weight: 700;
  color: rgb(66, 95, 14);
  margin: 0 0 6px;
  padding: 0;
  letter-spacing: 0.03em;
}

.beneficio-subtitulo {
  font-size: 16px;
  font-weight: 700;
  color: rgb(119, 136, 28);
  margin: 0 0 6px;
  padding: 0;
  letter-spacing: 0.03em;
}

.beneficio-texto {
  font-size: 16px;
  line-height: 1.6em;
  color: rgb(130, 121, 108);
  margin: 0;
  padding: 0;
}

/* --------------------------------------------------------
   TESTIMONIOS
-------------------------------------------------------- */
.comentarios-section {
  background-color: rgb(255, 255, 255);
  padding: 55px 0 60px;
}

.comentarios-header {
  margin-bottom: 36px;
}

.comentarios-titulo {
  font-size: 28px;
  font-weight: 300;
  color: rgb(119, 136, 28);
  margin: 0 0 4px;
  padding: 0;
}
@media (max-width: 480px) {
  .comentarios-titulo {
    font-size: 22px;
  }
}

.comentarios-carousel-wrapper {
  position: relative;
  overflow: hidden;
  padding: 5px 24px;
}

.comentarios-track {
  display: flex;
  gap: 10px;
  transition: transform 0.4s ease;
  will-change: transform;
}

.comentario-card {
  flex: 0 0 calc(50% - 10px);
  background-color: rgb(234, 233, 228);
  border-top: 4px solid rgb(119, 136, 28);
  padding: 28px 24px;
  box-shadow: rgba(56, 40, 30, 0.5) 2px 2px 2px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 14px;
  transition: box-shadow 0.25s ease, transform 0.25s ease;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .comentario-card {
    flex: 0 0 calc(50% - 10px);
  }
}
@media (max-width: 480px) {
  .comentario-card {
    flex: 0 0 100%;
  }
}
.comentario-card:hover {
  box-shadow: 3px 5px 14px rgba(56, 40, 30, 0.5);
  transform: translateY(-3px);
}

.comentario-estrellas {
  color: rgb(169, 100, 25);
  font-size: 15px;
  letter-spacing: 2px;
}

.comentario-titulo {
  font-size: 16px;
  font-weight: 700;
  color: rgb(66, 95, 14);
  margin: 0;
  padding: 0;
  line-height: 1.3em;
}

.comentario-texto {
  font-size: 15px;
  line-height: 1.65em;
  color: rgb(130, 121, 108);
  font-style: italic;
  flex-grow: 1;
  margin: 0;
  padding: 0;
}

.comentario-autor {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 4px;
  padding-top: 14px;
  border-top: 1px dotted rgb(206, 200, 186);
}

.comentario-avatar {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: rgb(206, 200, 186);
  color: rgb(168, 157, 136);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  flex-shrink: 0;
}

.comentario-nombre {
  display: block;
  font-weight: 700;
  font-size: 14px;
  color: rgb(66, 95, 14);
}

.comentario-lugar {
  display: block;
  font-size: 12px;
  color: rgb(168, 157, 136);
}

.carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid rgb(119, 136, 28);
  background-color: rgb(255, 255, 255);
  color: rgb(119, 136, 28);
  font-size: 14px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  z-index: 10;
  box-shadow: rgba(56, 40, 30, 0.5) 2px 2px 2px;
}
.carousel-btn:hover {
  background-color: rgb(119, 136, 28);
  color: rgb(255, 255, 255);
}
.carousel-btn--prev {
  left: -6px;
}
.carousel-btn--next {
  right: -6px;
}

.comentarios-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 24px;
}
.comentarios-dots .dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: rgb(206, 200, 186);
  border: 2px solid rgb(255, 255, 255);
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.2s ease;
}
.comentarios-dots .dot.active {
  background-color: rgb(119, 136, 28);
  transform: scale(1.2);
}

.comentario-producto-link {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px;
  background-color: rgb(206, 200, 186);
  border-radius: 8px;
  text-decoration: none;
  transition: background-color 0.2s ease;
}
.comentario-producto-link:hover {
  background-color: rgba(206, 200, 186, 0.5);
  text-decoration: none;
}

.comentario-producto-img {
  width: 40px;
  height: 40px;
  object-fit: cover;
  border-radius: 6px;
  flex-shrink: 0;
}

.comentario-producto-nombre {
  font-size: 12px;
  font-weight: 600;
  color: rgb(66, 95, 14);
  line-height: 1.3em;
}

/* Productos - Estilos específicos */
/* Producto Datos */
.producto-datos .dato-unico {
  padding: 3px 15px 3px 0;
}
.producto-datos .dato-unico p {
  padding-left: 1px;
  padding-top: 3px;
}
.producto-datos .dato-unico i {
  color: rgb(119, 136, 28);
}

/* Filtros en Productos */
.productos .trigger-filtros {
  border-bottom: rgb(119, 136, 28) solid 3px;
  margin: 10px 0 20px 0;
  padding: 10px;
  height: 50px;
}
.productos .trigger-filtros .trigger {
  float: right;
  cursor: pointer;
  margin-right: 25px;
}
.productos .trigger-filtros .trigger span {
  margin: 5px;
}
.productos .filtros-toggle {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  background-color: rgb(119, 136, 28);
  color: #fff;
  padding: 10px 15px;
  border-radius: 8px;
  margin-bottom: 10px;
  font-weight: 700;
  width: fit-content;
}
.productos .filtros-toggle .filtros-badge {
  background-color: rgb(148, 36, 36);
  color: #fff;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  font-size: 11px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
.productos .filtros-toggle .icono-flecha {
  transition: transform 0.3s ease;
}
@media (min-width: 992px) {
  .productos .filtros-toggle {
    display: none;
  }
}
.productos .filtros {
  background-color: rgb(230, 230, 230);
  border-radius: 10px;
  padding: 20px 20px;
  margin: 2px 0 15px 0;
  transition: max-width 0.3s ease, opacity 0.3s ease, padding 0.3s ease;
}
.productos .filtros.visible {
  display: block;
}
.productos .filtros.oculto {
  display: none;
}
.productos .filtros .titulo-buscador {
  font-weight: 700;
  color: rgb(66, 95, 14);
  font-size: 22px;
  padding: 5px;
}
.productos .filtros .titulo-buscador .cerrar-filtros {
  display: none;
  cursor: pointer;
  float: right;
  font-size: 20px;
}
.productos .filtros .grupo {
  margin: 20px 10px;
  vertical-align: top;
}
.productos .filtros .grupo input {
  width: 95%;
}
.productos .filtros .grupo .uno {
  display: block;
  width: 100%;
  border: transparent solid 1px;
  background-color: rgba(220, 220, 220, 0.5);
  color: #000;
  font-size: 13px;
  padding: 4px 10px 4px 30px;
  margin: 2px 1px;
  cursor: pointer;
}
.productos .filtros .grupo .uno:hover, .productos .filtros .grupo .uno:active {
  background-color: rgb(196, 221, 118);
  color: #000;
}
.productos .filtros .grupo .uno.sel {
  background-color: rgb(119, 136, 28);
  border: rgb(119, 136, 28) solid 1px;
  color: #fff;
}
.productos .filtros .grupo .uno .checkbox {
  display: none;
}
.productos .filtros .botonera {
  margin: 10px 10px;
}
.productos .filtros .botonera .boton {
  border: none;
  background-color: rgb(66, 95, 14);
  border-radius: 5px;
  color: #fff;
  padding: 10px;
  cursor: pointer;
}
.productos .filtros .botonera .boton.filtrar {
  border: rgb(66, 95, 14) solid 1px;
  background-color: rgb(119, 136, 28);
  font-weight: bold;
}
.productos .filtros .botonera .boton.quitar-filtros {
  border: #666 solid 1px;
  background-color: #AA563D;
  color: #fff;
}
@media (min-width: 992px) {
  .productos .filtros.filtros-toggled {
    max-width: 0;
    padding: 0;
    opacity: 0;
    overflow: hidden;
  }
}
@media (max-width: 991px) {
  .productos .filtros {
    position: fixed;
    top: 0;
    left: -360px;
    width: 340px;
    max-width: 85vw;
    height: 100vh;
    z-index: 1060;
    overflow-y: auto;
    border-radius: 0;
    margin: 0;
    transition: left 0.3s ease;
  }
  .productos .filtros .titulo-buscador .cerrar-filtros {
    display: inline-block;
  }
  .productos .filtros.filtros-toggled {
    left: 0;
  }
}
.productos .filtros-overlay {
  display: none;
}
@media (max-width: 991px) {
  .productos .filtros-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1059;
  }
  .productos .filtros-overlay.mostrar {
    display: block;
  }
}

.check-container .checkmark {
  margin: 2px;
}

/* Productos Sin Stock */
.productos-sin-stock {
  display: none;
  border-bottom: rgb(119, 136, 28) solid 3px;
  border-radius: 10px;
  background-color: rgb(206, 200, 186);
  padding: 20px 20px;
  margin: 0px 0 15px 0;
}
.productos-sin-stock .titulo-productos-sin-stock {
  font-weight: 700;
  color: rgb(66, 95, 14);
  font-size: 22px;
  padding: 5px;
}
.productos-sin-stock .uno {
  border-left: #ccc solid 1px;
  border-radius: 3px;
  background: #eee;
  padding: 5px 5px;
  margin: 1px 0;
  color: #35420c;
  box-sizing: border-box;
  font-size: 11px;
}

/* Paginador */
.paginador-ver-masproductos-link {
  display: block;
  border: rgb(66, 95, 14) solid 1px;
  border-radius: 5px;
  background-color: rgb(230, 230, 230);
  padding: 30px;
  margin: 10px;
  text-align: center;
  font-size: 20px;
  color: rgb(119, 136, 28) !important;
  cursor: pointer;
}
.paginador-ver-masproductos-link:active, .paginador-ver-masproductos-link:hover {
  background-color: rgb(119, 136, 28);
  color: rgb(255, 255, 255) !important;
}

.productos-no-resultados {
  background-color: #ddd;
  padding: 40px 100px;
  margin: 10px auto;
  font-size: 20px;
  text-align: center;
  color: #999;
}

.producto-no-disponible {
  background-color: #c4342a;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 20px;
  margin: 10px 0;
}
.producto-no-disponible i {
  margin-right: 8px;
}

/* Producto List Item - Overrides */
.producto-list-item .producto-item-container .producto-list-data h2 {
  min-height: 72px;
}
.producto-list-item .producto-item-container .producto-precio .texto-mas-iva {
  font-weight: normal;
  font-size: 16px;
  color: #999;
}
.producto-list-item .producto-item-container .tag-container {
  min-height: 65px;
}
.producto-list-item .producto-item-container .producto-datos {
  min-height: 65px;
}
.producto-list-item .producto-item-container .producto-descr {
  min-height: 50px;
}
.producto-list-item .producto-item-container .producto-descr.full {
  display: none;
}
.producto-list-item .producto-item-container .producto-descr .btn-vermas,
.producto-list-item .producto-item-container .producto-descr .btn-vermenos {
  color: #386813;
  font-size: 14px;
  font-style: normal;
  margin: 0 5px;
  cursor: pointer;
}
.producto-list-item .producto-item-container .badge-armado {
  position: absolute;
  bottom: 135px;
  right: 20px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: rgb(255, 255, 255);
  border: rgb(66, 95, 14) solid 1px;
  color: rgb(66, 95, 14);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  z-index: 5;
  transition: all 0.25s ease;
}
.producto-list-item .producto-item-container .badge-armado:hover {
  background-color: rgb(119, 136, 28);
  color: rgb(255, 255, 255);
  transform: scale(1.1);
}

/* E-Commerce - Carrito y Pedidos */
/* Cliente - Mis Pedidos */
#mis-pedidos .codigo {
  text-align: center !important;
}
#mis-pedidos .creado {
  text-align: center;
}
#mis-pedidos .items {
  text-align: center;
}
#mis-pedidos .importe {
  text-align: center;
}
#mis-pedidos .tipo-estado {
  text-align: center;
}

/* Agregar Producto a Carrito */
.agregar-producto-a-carrito .foto {
  display: inline-block;
  vertical-align: top;
  width: 30%;
}
.agregar-producto-a-carrito .info {
  display: inline-block;
  vertical-align: top;
  width: 65%;
}
.agregar-producto-a-carrito .par {
  border-bottom: #ccc dotted 1px;
  padding: 5px;
}
.agregar-producto-a-carrito .par .label {
  display: inline-block;
  vertical-align: top;
  width: 20%;
}
.agregar-producto-a-carrito .par .dato {
  display: inline-block;
  vertical-align: top;
  width: 75%;
}
.agregar-producto-a-carrito .par.descripcion .dato {
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  color: #AA563D;
}
.agregar-producto-a-carrito .par.lista-precio .dato select, .agregar-producto-a-carrito .par.cantidad .dato input {
  padding: 4px !important;
  margin: 1px !important;
  font-weight: bold;
  font-size: 14px !important;
  color: #AA563D;
}
.agregar-producto-a-carrito .botonera {
  margin: 20px;
  text-align: center;
}
.agregar-producto-a-carrito .botonera .boton {
  border: none;
  background-color: rgb(66, 95, 14);
  color: #fff;
  padding: 10px;
  cursor: pointer;
}
.agregar-producto-a-carrito .botonera .boton.boton-off {
  background-color: #ccc;
  color: #666;
}
.agregar-producto-a-carrito .botonera .boton#btn_agregar_producto {
  background-color: rgb(66, 95, 14);
}
.agregar-producto-a-carrito .botonera .boton#btn_cerrar {
  background-color: #83c33a;
}
.agregar-producto-a-carrito .botonera .boton#btn_quitar_producto {
  background-color: #AA563D;
}

.action-text.en-carrito {
  background-color: #83c33a !important;
}

#form_carrito {
  margin: 20px;
}

/* UI Widgets - Preloader, BxSlider, jQuery UI, etc. */
/* BxSlider */
.bx-wrapper {
  border: none !important;
  border-bottom: 3px solid rgb(168, 157, 136) !important;
  margin-bottom: 0 !important;
  min-height: 267px;
}

.bx-pager {
  bottom: 0 !important;
  margin-bottom: 12px;
}

/* Preloader */
.preloader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4000px;
  z-index: 99999;
  background-repeat: no-repeat;
  background-color: #f1f1ed;
  background-position: center;
}

.preloader-content {
  width: 80%;
  max-width: 400px;
  margin: 0 auto;
}

.preloader-img {
  margin: 50px auto 20px auto;
  text-align: center;
  max-width: 90%;
}

.preloader-preloader {
  display: block;
  margin: 10px auto 10px auto;
}

.preloader-text {
  margin: 15px;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  color: #386813;
}

/* jQuery UI */
.ui-dialog-titlebar {
  background-color: rgb(66, 95, 14);
  color: #fff;
}

.ui-widget-overlay {
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 1;
}

/* Footer Scroll */
#footer_scroll {
  display: none;
  position: fixed;
  right: 20px;
  bottom: 20px;
  display: flex;
  flex-direction: row;
  gap: 15px;
  z-index: 9999;
}
#footer_scroll .footer-icon {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(66, 95, 14);
  border-radius: 50%;
  color: white;
  font-size: 24px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
#footer_scroll .footer-icon a {
  color: white;
}
#footer_scroll .footer-icon:hover {
  background-color: rgb(119, 136, 28);
  transform: scale(1.1);
}
#footer_scroll .footer-cart {
  position: relative;
}
#footer_scroll .footer-cart .cart-badge {
  position: absolute;
  top: -5px;
  right: -5px;
  background-color: #dc3545;
  color: white;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  font-size: 12px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*# sourceMappingURL=styles.css.map */
