body {
  font-family: 'Nunito', sans-serif;
  background-color: #f7f7f7;
}


.bloque {
  padding-top: 100px;
  padding-bottom: 100px;
}

.text-orange {
  color: rgb(255, 136, 0);
}

.grecaptcha-badge {
  width: 30px !important;
  overflow: hidden !important;
  transition: all 0.3s ease !important;
  left: 0px !important;
}

.grecaptcha-badge:hover {
  width: 256px !important;
}


ul.social-custom li {
  padding: 0;
  margin: 0;
}

.list-inline-item {
  margin: 0px;
  margin-right: 0px;
}

.list-inline-item:not(:last-child) {
  margin-right: 0px;
}

.list-inline-item a {
  text-decoration: none !important;
  font-size: 0.8em;
  padding: 5px;
  color: white;
  text-align: center;
  border-radius: 50%;
  margin: 0;
}

.list-inline-item a:hover {
  background: var(--bs-primary);
  color: white;
}







.border-muted-2 {
  border: 1px solid #ccc !important;
}

.border-muted {
  border: 1px solid #6c757d !important;
}

.paso-checkout {
  background: #eee;
  border: 1px solid #ccc;
}

.carrito-float {
  cursor: pointer;
  position: fixed;
  width: 50px;
  height: 50px;
  bottom: 75px;
  right: 15px;
  background-color: var(--bs-primary);
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 25px;
  box-shadow: 0px 0px 10px #868686;
  z-index: 100;
  padding: 8px;
}

.carrito-float:hover {
  cursor: pointer;
  color: var(--bs-primary);
  background-color: white;
  border: 2px solid var(--bs-primary);
  box-shadow: 5px 5px 20px #444444;

}

.shadow-md {
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.100) !important
}

.whatsapp-float {
  position: fixed;
  width: 50px;
  height: 50px;
  bottom: 15px;
  right: 15px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 25px;
  box-shadow: 0px 0px 10px #868686;
  z-index: 100;
  padding: 8px;
}

.whatsapp-float:hover {
  cursor: pointer;
  color: #25d366;
  background-color: white;
  border: 2px solid #25d366;
  box-shadow: 5px 5px 20px #444444;

}

.producto {
  margin-bottom: 20px;
  border: 1px solid #ccc;
  background: #fff;

  /* Para que ocupe todo el alto disponible del contenedor padre */
}


/* .producto-container {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: stretch;
}
 */


.primary-underline {
  border-bottom: 5px solid var(--bs-primary);
}

.secondary-underline {
  border-bottom: 5px solid var(--bs-secondary);
}

.white-underline {
  border-bottom: 5px solid white;
}

.producto-seleccionado {
  margin-bottom: 20px;
  border: 2px orange solid;
  background: moccasin;
}

.producto-seleccionado-texto {
  color: orange;
  font-weight: bold;
}


.rotador-imagenes-generico .item {
  margin: 0 5px;
  height: 100%;

}


.rotador-productos-destacados .item {
  margin: 0 5px;
  height: 100%;

}

.rotador-ultimas-publicaciones .item {
  margin: 0 5px;
  height: 100%;

}

.producto-destacado {

  border: 1px solid #ccc;
  background: #fff;
  padding: 15px;
  padding-bottom: 25px;
  background: white;
  min-height: 500px;

}

.new-ribbon {
  font-size: 12px;
  font-weight: bold;
  line-height: 25px;
  background: #f0ad4e;
  color: white;
  width: 80px;
  height: 25px;
  position: absolute;
  margin-left: -20px;
  text-align: center;
  border-radius: 5px 5px 5px 0;
}

.new-ribbon::after {
  content: '';
  border-top: 15px solid #4B2331;
  border-left: 15px solid transparent;
  border-right: 0 solid transparent;
  position: absolute;
  bottom: -15px;
  left: 0;
  display: block;
}




.ribbon {
  width: 70px;
  height: 20px;
  background: #f0ad4e;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
  font-size: 0.6rem;
  position: absolute;
  top: 10px;
  left: 0px;
  line-height: 20px;

  text-align: center;
}

.ribbon.destacados {

  top: 45px;
  left: 10px;

}

.ribbon.sale {
  background: #f0ad4e;
}

.ribbon.new {
  background: #f0ad4e;
}

.ribbon.new::after {
  content: '';
  border-top: 15px solid #f0ad4e;
}

.ribbon.sold {
  background: #f0ad4e;
}

.ribbon.sold::after {
  content: '';
  border-top: 15px solid #b06d0f;
}

.ribbon.gift {
  background: #5cb85c;
}

.ribbon.gift::after {
  content: '';
  border-top: 15px solid #2d672d;
}

.ribbon:nth-of-type(2) {
  top: 30px;
}

.ribbon::after {
  content: '';
  border-top: 15px solid #4B2331;
  border-left: 15px solid transparent;
  border-right: 0 solid transparent;
  position: absolute;
  bottom: -15px;
  left: 0;
  display: block;
}

.producto-destacado-wrap {
  padding: 20px;
  height: 100%;
}

.producto-destacado .image {
  position: relative;
  padding: 20px;
}

.producto-destacado .overlay {
  width: 100%;
  height: 100%;
  background: rgba(79, 191, 168, 0.6);
  position: absolute;
  top: 0;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.producto-destacado .overlay a {
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  opacity: 0;
}

.producto-destacado .overlay i {
  margin-right: 5px;
}

.producto-destacado .text {
  text-align: center;
}

.producto-destacado .text .intro {
  text-align: left;
  margin-bottom: 20px;
  color: #888;
  font-size: 0.9rem;
}

.producto-destacado h4 {
  margin: 10px 0;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.producto-destacado .author-category {
  font-size: 0.75rem;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.producto-destacado .author-category a {
  font-weight: 500;
}

.producto-destacado:hover .overlay {
  opacity: 1;
}

.producto-destacado:hover .overlay a {
  -webkit-transform: none;
  transform: none;
  opacity: 1;
}

.botonera-primary-link.show {
  background-color: var(--bs-primary);
  color: #fff;
}

#superloading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.99);
  z-index: 9998;
}

#superloading-text {
  color: black;
}

.toast {
  z-index: 10000;
}

#toast-container {
  position: fixed;
  /* Asegúrate de que esté en posición fija */
  top: 20px;
  /* Ajusta la posición según necesites */
  right: 20px;
  /* Ajusta la posición según necesites */
  z-index: 10001;
  /* Asegúrate de que sea mayor que el de superloading */
}

/* .navbar-principal {
  background-color: #343434;
} */

/* CSS */
.navbar-brand img {
  width: auto;
  max-height: 80px;
  /* Por defecto en móviles */
  height: 100%;
}

@media (min-width: 767px) {
  .navbar-brand img {
    max-height: 100px;
    max-width: 350px;
    /* En pantallas más grandes */
  }

}

@media (min-width: 991px) {
  .navbar-brand img {
    max-height: 140px;
    max-width: 400px;
    /* En pantallas más grandes */
  }
}

/* CSS */
#superloading-img {
  width: auto;
  max-height: 200px;
  max-width: 200px;
  /* Por defecto en móviles */
  height: 100%;
}

@media (min-width: 767px) {
  #superloading-img {
    max-height: 350px;
    max-width: 350px;
    /* En pantallas más grandes */
  }

}








#ui-datepicker-div {
  z-index: 999;
}

.btn-primary {
  color: white;
}

.botonera-primary-item .dropdown-menu {
  border-radius: 0px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  margin-top: 0px;
  min-width: 300px;

}

.botonera-primary-item .dropdown-menu {
  padding-top: 0px;
  padding-bottom: 0px;
}

.botonera-primary-item .dropdown-menu .dropdown-item {
  padding-top: 15px;
  padding-bottom: 15px;
}

.botonera-primary-link {
  display: block;
  padding: 15px 0px;
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;

  font-size: 17px;
  font-weight: bold;
  display: flex;
  align-items: flex-end;
  justify-content: center;

  color: var(--bs-dark);
}



/* Estilos para dispositivos con un ancho entre 601px y 1024px (tabletas) */
@media (min-width: 767px) {
  .botonera-primary-link {
    padding: 0px 15px;
    height: 120px;
    font-size: 15px;
    padding-bottom: 20px;
  }
}

@media (min-width: 991px) {
  .botonera-primary-link {
    height: 160px;
    font-size: 17px;

  }
}


.botonera-primary-link.dropdown-toggle::after {
  padding-bottom: 10px;
}

.botonera-primary-link.active {
  background-color: var(--bs-primary);
  color: var(--bs-light);
  border-top: 5px solid var(--bs-secondary);
}

.botonera-primary-link:hover {
  background-color: var(--bs-secondary);
  color: var(--bs-light);
  border-top: 5px solid var(--bs-primary);
}

.botonera-primary-link a:focus {
  background-color: var(--bs-secondary);
  color: var(--bs-light);
  border-top: 5px solid var(--bs-primary);
}

.botonera-primary-link.dark {
  color: var(--bs-light);
}

.botonera-primary-link.dark:active {
  color: var(--bs-dark);
}

.botonera-primary-link.dark:hover {
  color: var(--bs-dark);
}



.owl-nav {
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  bottom: auto;
  width: 100%;
  padding: 20px;
  text-align: right;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  width: 10px;
  height: 10px;
  font-size: 25px;
  line-height: 10px;
  font-family: 'consolas';
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bolder;
  background: #ccc
    /* var(--bs-light) */
  ;
  color: var(--bs-dark);
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  margin: 0 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.owl-carousel button.owl-dot.active {

  background: var(--bs-primary);
  color: var(--bs-light);

}

.owl-nav .owl-prev:hover,
.owl-nav .owl-next:hover {
  background: var(--bs-dark);
  color: var(--bs-primary);
}



.owl-carousel.equal-height .owl-stage {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}



.owl-carousel .owl-dots {
  margin-top: 20px;
  text-align: center;
}

.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  margin: 0 5px;
}

.owl-carousel.equal-height .owl-stage {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

/* .owl-carousel .owl-dots .owl-dot.active span {
    background: #fff;
}

.owl-carousel .owl-dots .owl-dot span {
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #aaa;
} */


/* Estilos básicos */
/* Estilos base btn-muted */
.btn-muted {
  background-color: #6c757d;
  color: #ffffff;
  border: 1px solid #6c757d;
  border-radius: 0.25rem;
  transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s;
  cursor: pointer;
}

/* Hover */
.btn-muted:hover {
  background-color: #aaa;
  border-color: #aaa;
}

/* Focus */
.btn-muted:focus {
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

/* Active */
.btn-muted:active {
  background-color: #545b62;
  border-color: #4e555b;
}

/* Disabled */
.btn-muted:disabled,
.btn-muted.disabled {
  background-color: #6c757d;
  border-color: #6c757d;
  color: #e2e6ea;
  cursor: not-allowed;
  opacity: 0.65;
}

/* Estilos base btn-muted-2 */
.btn-muted-2 {
  background-color: #ccc;
  color: #333;
  border: 1px solid #ccc;
  border-radius: 0.25rem;
  transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s;
  cursor: pointer;
}

/* Hover */
.btn-muted-2:hover {
  background-color: #b3b3b3;
  border-color: #b3b3b3;
}

/* Focus */
.btn-muted-2:focus {
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(204, 204, 204, 0.5);
}

/* Active */
.btn-muted-2:active {
  background-color: #999;
  border-color: #999;
}

/* Disabled */
.btn-muted-2:disabled,
.btn-muted-2.disabled {
  background-color: #ccc;
  border-color: #ccc;
  color: #666;
  cursor: not-allowed;
  opacity: 0.65;
}

/* Ajustes para btn-sm */
.btn-muted.btn-sm,
.btn-muted-2.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

/* Ajustes para btn-lg */
.btn-muted.btn-lg,
.btn-muted-2.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.5rem;
}

/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #d2d2d2;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #949494;
  border-radius: 3px;
  opacity: 0.5;
}

::-webkit-scrollbar-thumb:hover {
  width: 10px;

}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: var(--bs-primary);
  opacity: 1;
  width: 10px;
}

.choices__inner {
  font-weight: bold;
  font-size: 16px;
  background-color: white;
  color: black;
  border-radius: 0.5em;
  border: 1px solid #ced4da;
}

.choices__list {
  z-index: 999;
}

.accordion-button:focus {
  border: none;
  box-shadow: none;
}

.accordion-button:active {
  border: none;
  box-shadow: none;
}

.accordion-button:not(.collapsed) {
  color: var(--bs-primary);
  font-size: 1.1em;
  background-color: #f2f2f2;
}

@media (min-width: 576px) {
  .container {
    max-width: 90%;
  }
}