/*
Theme Name: Kaira - Bootstrap 5 Fashion Store HTML CSS Template
Theme URI: https://templatejungle.com/
Author: TemplatesJungle
Author URI: https://templatejungle.com/
Description: Kaira - Bootstrap 5 Fashion Store HTML CSS Template is specially designed product packaged for Fashion Stores by TemplatesJungle.
Version: 1.1
*/

/*--------------------------------------------------------------
This is main CSS file that contains custom style rules used in this template
--------------------------------------------------------------*/

/*------------------------------------*\
    Table of contents
\*------------------------------------*/

/*------------------------------------------------
CSS STRUCTURE:

1. VARIABLES
2. GENERAL TYPOGRAPHY

--------------------------------------------------------------*/
@font-face {
  font-family: 'Pinky Apple';
  src: url('fonts/Pinky Apple.otf') format('truetype');
  font-weight: normal;
  font-style: normal;
}


body {
  --heading-font: "Marcellus", Roboto, sans-serif;
  --heading-font-weight: 400;
  --heading-color: #111;
  --heading-line-height: 1.24;

  --swiper-theme-color: #8C907E;

  /* bootstrap */
  --bs-body-font-family: "Jost", Roboto, sans-serif;
  --bs-body-font-size: 18px;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #8f8f8f;
  --bs-body-color-rgb: 143, 143, 143;

  --bs-primary: #8C907E;
  --bs-secondary: #6c757d;
  --bs-black: #111;
  --bs-light: #070707!important;
  --bs-dark: #212529;
  --bs-gray: #9aa1a7;
  --bs-gray-dark: #51565b;

  --bs-primary-rgb: 140, 144, 126;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-black-rgb: 17, 17, 17;
  --bs-light-rgb: #030303!important;
  --bs-dark-rgb: 33, 37, 41;

  --bs-link-color: #111;
  --bs-link-color-rgb: 17, 17, 17;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #111;
  --bs-link-hover-color-rgb: 17, 17, 17;
  --fontWeb: 'Pinky Apple', cursive;
  --fontCards:  "Source Sans 3", sans-serif;
  /* Slide Cinta Promo */
  --colorBGCintaPromo:  #678C42;
  --colorTextCintaPromo: #FFFFFF;
  --colorSeparadorCintaPromo: #FFFFFF;
  --colorIconoCintaPromo: #F20519;

}

body {
  letter-spacing: 0.03rem;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: var(--heading-font);
  font-weight: var(--heading-font-weight);
  color: var(--heading-color);
  line-height: var(--heading-line-height);
}

h1.light,
.h1,
h2.light,
.h2,
h3.light,
.h3,
h4.light,
.h4,
h5.light,
.h5,
h6.light,
.h6 {
  color: var(--light-color);
}

h1,
h2,
h3 {
  margin: 5px 0;
}

h5,
h6 {
  letter-spacing: 1px;
}

h1,
.h1 {
  font-size: clamp(2rem, 6vw, 4.5rem);
}

h2,
.h2 {
  font-size: 3.6rem;
}

h3,
.h3 {
  font-size: 2.8rem;
}

h4,
.h4 {
  font-size: 1.8rem;
}

h5,
.h5 {
  font-size: 1.4rem;
}

h6,
.h6 {
  font-size: 1rem;
}

a {
  text-decoration: none;
}

/* container fluid */
.container-fluid {
  width: 100%;
  
}

/* Dropdown */
.dropdown-menu {
  --bs-dropdown-border-radius: 0;
  --bs-dropdown-border-width: 0;
}

.dropdown-item {
  --bs-dropdown-item-padding-y: 0.25rem;
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-link-color: var(--bs-black);
  --bs-dropdown-item-border-radius: 0;
}

.dropdown-item.active,
.dropdown-item:active {
  --bs-dropdown-link-active-color: var(--bs-light);
  --bs-dropdown-link-active-bg: var(--bs-black);
}

/* list group */
.list-group-item {
  --bs-list-group-item-padding-x: 0;
  --bs-list-group-border-width: 0;
}

/* btn */
.btn {
  --bs-btn-border-radius: 0;
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #8C907E;
  --bs-btn-border-color: #8C907E;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #5e624e;
  --bs-btn-hover-border-color: #5e624e;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #5e624e;
  --bs-btn-active-border-color: #5e624e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #8C907E;
  --bs-btn-disabled-border-color: #8C907E;
}
.btn-mayorista{
  background-color: var(--colorIconoCintaPromo);
  color: #FFFFFF;
  border: var(--colorBGCintaPromo);
  font-family: var(--fontWeb);
  font-weight: 900;
  border-radius: 30px;
}

.btn-mayorista:hover {
  background-color: var(--colorBGCintaPromo);
  color: #FFFFFF;
  border: var(--colorIconoCintaPromo);
  font-family: var(--fontWeb);
  font-weight: 900;
  border-radius: 30px;
}

.boton-flotante {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  padding: 12px 16px;
  width: 100px;
  height: 100px;
  background: linear-gradient(135deg, #4f46e5, #3b82f6); /* azul degradado */
  border-radius: 16px;
  box-shadow: 0 8px 16px rgba(0,0,0,0.2);
  color: white;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  font-family: 'Segoe UI', sans-serif;
}

.boton-flotante:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 20px rgba(0,0,0,0.25);
}

.boton-flotante i {
  font-size: 30px;
  margin-bottom: 10px;
}

.boton-flotante label {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  color: #FFFFFF!important;
}

/* Estilo específico para el botón de limpiar */
.boton-limpiar {
  background: linear-gradient(135deg, #dc2626, #ef4444); /* rojo degradado */
}

.pagination {
  --bs-pagination-active-bg: var(--bs-black);
  --bs-pagination-border-width: 0;
  --bs-pagination-border-radius: 0;
}

/* breadcrumb */
.breadcrumb {
  --bs-breadcrumb-item-padding-x: 1em;
}

/* text white */
.text-white {
  --heading-color: var(--bs-light);
  --bs-breadcrumb-item-active-color: var(--bs-light);
  --bs-breadcrumb-divider-color: var(--bs-light);
  --bs-link-color-rgb: var(--bs-light-rgb);
  --bs-link-hover-color-rgb: var(--bs-light-rgb);
}

.text-white .nav-link {
  --bs-nav-link-color: var(--bs-light);
  --bs-nav-link-hover-color: var(--bs-light);
  --bs-nav-link-active-color: var(--bs-light);
  --bs-navbar-active-color: var(--bs-light);
}
.nav-link{
  color: black!important;
  font-size: 1rem!important;
  font-weight: 200!important;
}

.navbar.fixed-top {
  top: 50px;
  transition: top 0.3s ease;
  z-index: 1040;
}
.navbar.stickyy {
  top: 0;
}

label{
  color: black!important;
}

p{
  color: black!important;
}

.navbar-toggler-icon{
  color: black!important;
  font-size: 1rem!important;
  font-weight: 400!important;
}

/* accordion */
.accordion {
  --bs-accordion-border-width: 0;
  --bs-accordion-border-radius: 0;
  --bs-accordion-inner-border-radius: 0;
  --bs-accordion-btn-padding-x: 0;
  --bs-accordion-btn-padding-y: 0.1rem;
  --bs-accordion-btn-color: var(--bs-dark);
  --bs-accordion-btn-bg: transparent;
  --bs-accordion-btn-focus-border-color: var(--bs-dark);
  --bs-accordion-btn-focus-box-shadow: none;
  --bs-accordion-body-padding-x: 0;
  --bs-accordion-body-padding-y: 0.1rem;
  --bs-accordion-active-color: transparent;
  --bs-accordion-active-bg: transparent;
}

/* form control */
.form-control:focus {
  border-color: #ccc;
  box-shadow: 0 0 0 0.25rem rgba(200, 200, 200, .25);
}

/* dark theme */
[data-bs-theme=dark] body {
  color-scheme: dark;

  --heading-color: #fff;
  --bs-link-color: #fff;
  --bs-link-hover-color: #fff;
  --bs-link-color-rgb: 255, 255, 255;
  --bs-link-hover-color-rgb: 255, 255, 255;
  --bs-body-color: #d1d1d1;

  /* Fondo de huellitas */
  --bs-body-bg: #111;
  --bs-body-bg-rgb: 17, 17, 41;

  background-color: var(--bs-body-bg);
  background-image: url('./images/BackgroundHuellas.png'); /* Reemplaza con la ruta real */
  background-repeat: repeat;
  background-size: auto;
  background-position: top left;
}


[data-bs-theme=dark] .dropdown-item {
  --bs-dropdown-link-color: var(--bs-light);
  --bs-dropdown-link-hover-color: var(--bs-white);
}

[data-bs-theme=dark] .bg-white,
[data-bs-theme=dark] .bg-light {
 /* --bs-bg-opacity: 1; */
}

.bg-light {
  --bs-body-bg: #688c4248 !important;
  --bs-body-bg-rgb: 17, 17, 41 !important;
  background-color: var(--bs-body-bg) !important;
  background-image: url('/images/BackgroundHuellas.png') !important;
  background-repeat: repeat !important;
  background-size: 600px 500px !important; /* Huellitas más pequeñas */
  background-position: top left !important;
  min-height: auto; /* 100% del alto de la pantalla */
}


.features {
  --bs-body-bg: #feffff2d !important;
  --bs-body-bg-rgb: 17, 17, 41 !important;
  background-color: var(--bs-body-bg) !important;
  background-image: url('/images/BackgroundHuellas.png') !important;
  background-repeat: repeat !important;
  background-size: 600px 500px !important; /* Huellitas más pequeñas */
  background-position: top left !important;
  min-height: auto; /* 100% del alto de la pantalla */
}


/* end of Bootstrap Color Theme */

/* preloader */
.preloader {
  position: fixed;
  z-index: 99;
  background: transparent;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: height 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.preloader.loaded {
  height: 0;
}

/* navbar */
.navbar.fixed-top {
  transition: background-color 0.6s ease-out;
}

/* ===========================Slider Principal ===========================*/

.principal-slider-container {
	width: 100%;
	max-width: 100vw;
	height: 70vh;	
	position: relative;
  margin-top: 90px;
}

.principal-slider-img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	border-radius: 0;
}

@media (max-width: 768px) {
	.principal-swiper-button-next,
	.principal-swiper-button-prev {
		display: none !important;
	}

  

	.principal-slider-container {
		height: 25vh;
	}
}

@media (max-width: 500px) {
	.principal-slider-container {
		height: 20vh;
	}
}

/* ==========================Slide Cards Productos Favoritos ===================*/

.Fav-swiper {
	width: 100%;
	position: relative;
  padding-top: 30px;
  padding-bottom: 50px;  
}

.Fav-swiper-slide {
	display: flex;
	justify-content: center;
	align-items: center;
}

.Fav-banner-item {
	width: 100%;
	max-width: 300px;
	border: 1px solid #ddd;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 2px 6px rgba(0,0,0,0.1);
	background: #fff;
	transition: transform 0.3s;
}

.Fav-banner-item:hover {
	transform: scale(1.02);
}

.Fav-image-holder {
	width: 100%;
	height: auto;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.Fav-imgwidth {
	width: 100%;
	height: auto;
	object-fit: contain!important;
}

.Fav-banner-content {
	padding: 15px;
}

.Fav-element-title {
	font-size: 1.1rem;
	font-weight: bold;  
  font-family: var(--fontCards);
}

.Fav-descripcion {
	font-size: 0.9rem;
	color: #555;
	margin-bottom: 10px;
  font-family: var(--fontCards);
}

.Fav-invFav {
	display: block;
	font-size: 0.8rem;
	margin-top: 5px;
	color: #888;
}

.Fav-btn-left {
	margin-top: 10px;
}

.Fav-btn-link {
	color: #F20519;
	transition: color 0.2s;
  font-family: var(--fontWeb);
}

.Fav-btn-link:hover {
	color: #678C42;
	text-decoration: underline;
}

@media (max-width: 768px) {
	.Fav-banner-item {
		max-width: 90%;
	}
}

@media (max-width: 576px) {
	.Fav-swiper {
		padding-top: 10px;
		padding-bottom: 20px;
	}

	.Fav-banner-item {
		max-width: 80%;
    margin-left: auto;
    margin-right: auto;
	}

	.Fav-imgwidth {
		height: 180px;
		object-fit: contain!important;
	}

	.Fav-banner-content {
		padding: 10px;
	}
  .Fav-descripcion {
		display: none;
	}
}
/* ==========================Slide Cards Productos Nuevos ===================*/

.Nue-swiper {
	width: 100%;
	position: relative;
  padding-top: 30px;
  padding-bottom: 50px;  
}

.Nue-swiper-slide {
	display: flex;
	justify-content: center;
	align-items: center;
}

.Fav-banner-item {
	width: 100%;
	max-width: 300px;
	border: 1px solid #ddd;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 2px 6px rgba(0,0,0,0.1);
	background: #fff;
	transition: transform 0.3s;
}

.Fav-banner-item:hover {
	transform: scale(1.02);
}

.Fav-image-holder {
	width: 100%;
	height: auto;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.Fav-imgwidth {
	width: 100%;
	height: auto;
	object-fit: contain!important;
}

.Fav-banner-content {
	padding: 15px;
}

.Fav-element-title {
	font-size: 1.1rem;
	font-weight: bold;  
  font-family: var(--fontCards);
}

.Fav-descripcion {
	font-size: 0.9rem;
	color: #555;
	margin-bottom: 10px;
  font-family: var(--fontCards);
}

.Fav-invFav {
	display: block;
	font-size: 0.8rem;
	margin-top: 5px;
	color: #888;
}

.Fav-btn-left {
	margin-top: 10px;
}

.Fav-btn-link {
	color: #F20519;
	transition: color 0.2s;
  font-family: var(--fontWeb);
}

.Fav-btn-link:hover {
	color: #678C42;
	text-decoration: underline;
}

@media (max-width: 768px) {
	.Fav-banner-item {
		max-width: 90%;
	}
}

@media (max-width: 576px) {
	.Nue-swiper {
		padding-top: 10px;
		padding-bottom: 20px;
	}

	.Fav-banner-item {
		max-width: 80%;
    margin-left: auto;
    margin-right: auto;
	}

	.Fav-imgwidth {
		height: 180px;
		object-fit: contain!important;
	}

	.Fav-banner-content {
		padding: 10px;
	}
  .Fav-descripcion {
		display: none;
	}
}
/* ======== titulo Favoritos Ofertas =======*/

.titulo-ofertas {
  font-family: var(--fontWeb);
  font-weight: 900;
  text-align: center;
  font-size: 3rem;
  line-height: 1.8;  
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}
.titulo-ofertas h2{
  margin: 0!important;
}

.titulo-nuestras {
  color: #F20519;
  position: relative;
}

.titulo-ofertas-verde {
  color: #678C42;
  position: relative;
}

.titulo-nuestras::after,
.titulo-ofertas-verde::after {
  content: '';
  display: block;
  height: 3px;
  background-color: currentColor;
  width: 0;
  transition: width 0.3s ease;
 
}

.titulo-nuestras:hover::after,
.titulo-ofertas-verde:hover::after {
  width: 100%;
}

/* Responsive ajustes */
@media (max-width: 768px) {
  .titulo-ofertas {
    font-size: 2rem;
  }
}

@media (max-width: 480px) {
  .titulo-ofertas {
    font-size: 1.5rem;
  }
}


/* polygon */
.polygon {
  clip-path: polygon(0 0, 100% 0, 100% 20%, 100% 100%, 80% 100%, 20% 100%, 0 100%, 0% 20%);
}

.aos-animate .polygon {
  animation: 1s polygon forwards;
}

@keyframes polygon {
  0% {
    clip-path: polygon(0 0, 100% 0, 100% 20%, 100% 100%, 80% 100%, 20% 100%, 0 100%, 0% 20%);
  }

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

/* ============== Titulo Nuestros Productos =================*/
.section-title{
  font-family: var(--fontWeb);
  font-weight: 900;
  text-align: center;
  font-size: 3rem;
  line-height: 1.8;  
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  color: #F20519;
}
@media (max-width: 768px) {
  .section-title {
    font-size: 2rem;
  }
}

.texto-respon{
  font-size:1em;
  text-align: justify;
  padding:10px;
  color: black;
  font-family: var(--fontCards);
}

.texto-respon1{
  font-size:1.4em!important; 
  padding:10px!important;
  color: #678C42!important;
  font-family: var(--fontCards)!important;
}
/* =================== Ficha Articulo Descripcion En Modal ===========*/

.ficha-container {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 0 15px rgba(0,0,0,0.1);
  padding: 20px;
  max-width: 95%;
  margin: 0 auto;
  flex-direction: row;
}

.ficha-left {
  display: flex;
  gap: 20px;
  flex: 1 1 400px;
}

.ficha-thumbs {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.thumb-img {
  width: 100px;
  height: 100px;
  object-fit: contain;
  cursor: pointer;
  border: 2px solid transparent;
  border-radius: 6px;
  transition: border 0.3s;
}
.thumb-img.active,
.thumb-img:hover {
  border-color: #007BFF;
}

.ficha-img img {
  max-width: 400px;
  max-height: 400px;
  border-radius: 10px;
  object-fit: contain;
}

.ficha-img {
  text-align: center;
}

.ficha-info {
  flex: 1 1 400px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.ficha-info h2 {
  font-size: 1.8em;
  margin-bottom: 10px;
}

.ficha-info p {
  font-size: 1em;
  color: #333;
}

.precio {
  font-size: 1.6em;
  font-weight: bold;
  margin: 15px 0;
}

.input-cant {
  font-size: 1.2em;
  padding: 5px;
  width: 100px;
  text-align: center;
  margin-bottom: 10px;
}

.boton-agregar {
  display: inline-block;
  color: #fff;
  background-color: #28a745;
  padding: 10px 20px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
}

@media (max-width: 768px) {
  .ficha-container {
    flex-direction: column;
    align-items: center;
  }

  .ficha-left {
    flex-direction: column;
    align-items: center;
  }

  .ficha-thumbs {
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
  }

  .thumb-img {
    width: 70px;
    height: 70px;
  }

  .ficha-info {
    width: 100%;
    margin-top: 20px;
  }

  .ficha-img img {
    width: 100%;
    max-width: 300px;
  }
}



/* =================open-up ================*/
.open-up {
  clip-path: inset(48% 34% 36% 35%);
}

.aos-animate.open-up {
  animation: 1s open-up forwards;
}

@keyframes open-up {
  0% {
    clip-path: inset(48% 34% 36% 35%);
  }

  100% {
    clip-path: inset(0% 0% 0% 0%);
  }
}

/*@keyframes down-leave {
  0% { clip-path: inset(0); }
  100% { clip-path: inset(100% 0 0 0); }
}*/
.swipe-up {
  --delay: 0.05s;
}

.swipe-up {
  animation-delay: 1s;
  /* animation-delay: data(swipe-delay); */
}

/* Text Effects */
.txt-fx {
  overflow: hidden;
  line-height: 1;
}
.txt-fx.zoom {
  overflow: visible;
}

.txt-fx .word {
  overflow: hidden;
  transform-origin: 0 100%;
  display: inline-block;
  line-height: 1em;
}
.txt-fx .letter {
  transform-origin: 0 100%;
  display: inline-block;
  line-height: 1em;
}

.txt-fx {
  --delay: 50ms;
  --easing: cubic-bezier(.5, 0, .53, 1);
}

/* fade right */
.txt-fx.fade-right .letter {
  transform: translate3d(-50px, 0, 0);
  opacity: 0;
  transition: transform 0.6s var(--easing), opacity 0.6s var(--easing);
}

.aos-animate .txt-fx.fade-right .letter {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

/* slide up */
.txt-fx.slide-up .letter {
  transform: translate3d(0, 1.2em, 0);
  transition: transform 0.9s var(--easing);
}

.swiper-slide-active .txt-fx.slide-up .letter,
.aos-animate .txt-fx.slide-up .letter {
  transform: translate3d(0, 0, 0);
}

/* domino */
.txt-fx.domino .letter {
  transform-origin: 50% 0;
  transform: rotateY(90deg);
  transition: transform 0.9s var(--easing);
}

.swiper-slide-active .txt-fx.domino .letter,
.aos-animate .txt-fx.domino .letter {
  transform: rotateY(0);
}

/* zoom */
.txt-fx.zoom .letter {
  transform-origin: 50% 0;
  transform: scale(3);
  transition: transform 0.9s var(--easing);
}

.swiper-slide-active .txt-fx.zoom .letter,
.aos-animate .txt-fx.zoom .letter {
  transform: scale(1);
}

/* .txt-fx .letter:nth-child(1) {
  transition-delay: calc(var(--delay) * 1);
}

.txt-fx .letter:nth-child(2) {
  transition-delay: calc(var(--delay) * 2);
}

.txt-fx .letter:nth-child(3) {
  transition-delay: calc(var(--delay) * 3);
}

.txt-fx .letter:nth-child(4) {
  transition-delay: calc(var(--delay) * 4);
}

.txt-fx .letter:nth-child(5) {
  transition-delay: calc(var(--delay) * 5);
}

.txt-fx .letter:nth-child(6) {
  transition-delay: calc(var(--delay) * 6);
}

.txt-fx .letter:nth-child(7) {
  transition-delay: calc(var(--delay) * 7);
}

.txt-fx .letter:nth-child(8) {
  transition-delay: calc(var(--delay) * 8);
}

.txt-fx .letter:nth-child(9) {
  transition-delay: calc(var(--delay) * 9);
}

.txt-fx .letter:nth-child(10) {
  transition-delay: calc(var(--delay) * 10);
}

.txt-fx .letter:nth-child(11) {
  transition-delay: calc(var(--delay) * 11);
}

.txt-fx .letter:nth-child(12) {
  transition-delay: calc(var(--delay) * 12);
}

.txt-fx .letter:nth-child(13) {
  transition-delay: calc(var(--delay) * 13);
}

.txt-fx .letter:nth-child(14) {
  transition-delay: calc(var(--delay) * 14);
}

.txt-fx .letter:nth-child(15) {
  transition-delay: calc(var(--delay) * 15);
}

.txt-fx .letter:nth-child(16) {
  transition-delay: calc(var(--delay) * 16);
} */


/** Search Popup
--------------------------------------------------------------*/
.search-popup {
  background-color: #fff;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}
.search-popup.is-visible {
  opacity: 1;
  visibility: visible;
  cursor: -webkit-image-set(url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath fill='%23FFF' d='M20 1l-1-1-9 9-9-9-1 1 9 9-9 9 1 1 9-9 9 9 1-1-9-9'/%3E%3C/svg%3E") 1x, url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath fill='%23000' d='M20 1l-1-1-9 9-9-9-1 1 9 9-9 9 1 1 9-9 9 9 1-1-9-9'/%3E%3C/svg%3E") 2x), pointer;
  cursor: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath fill='%23000' d='M20 1l-1-1-9 9-9-9-1 1 9 9-9 9 1 1 9-9 9 9 1-1-9-9'/%3E%3C/svg%3E"), pointer;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}
.search-popup-container {
  background-color: transparent;
  position: relative;
  top: 50%;
  margin: 0 auto;
  padding: 0;
  width: 90%;
  max-width: 800px;
  text-align: center;
  box-shadow: none;
  cursor: default;
  -webkit-transform: translateY(-40px);
  transform: translateY(-40px);
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.is-visible .search-popup-container {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.search-popup-form {
  position: relative;
  margin: 0 0 3em 0;
}
.search-popup-form .form-control {
  padding: 0 0 .375em 0;
  font-size: 2em;
}
.search-popup-form #search-popup-submit {
  display: none;
}
.search-popup .search-popup-close {
  display: block;
  position: absolute;
  top: 2em;
  right: 2em;
  margin: -0.5em;
  padding: 0.5em;
  line-height: 0;
}
.search-popup .search-popup-close:hover {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.search-popup .search-popup-close i {
  display: block;
  position: relative;
  width: 1em;
  height: 1em;
  fill: rgba(0,0,0,0.5);
}
.search-popup .search-popup-close:hover i {
  fill: rgba(0,0,0,1);
}
.search-popup .cat-list-title {
  margin-top: 40px;
  margin-bottom: 10px;
  font-size: 0.6em;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.search-popup .cat-list {
  margin: 0;
  list-style-type: none;
}
.search-popup .cat-list-item {
  display: inline-block;
  margin-bottom: 0;
  letter-spacing: 0.015em;
  font-size: 2em;
}
.search-popup .cat-list-item a {
  position: relative;
}
.search-popup .cat-list-item a::after {
  background: none repeat scroll 0 0 #fff;
  content: "";
  height: 1px;
  border-bottom: 1px solid #ff9697;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 100%;
  width: 100%;
  -webkit-transition: height 0.3s,opacity 0.3s,-webkit-transform 0.3s;
  transition: height 0.3s,opacity 0.3s,transform 0.3s;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.search-popup .cat-list-item a:hover::after {
  height: 1px;
  opacity: 1;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}
.search-popup .cat-list-item::after {
  content: "/";
  padding: 0 5px;
  line-height: 1;
  color: rgba(0, 0, 0, 0.5);
  vertical-align: text-top;
}
.search-popup .cat-list-item:last-child::after {
  display: none;
}

@media only screen and (max-width: 991px) {
  .search-popup .cat-list-item,
  .search-popup-form .form-control {
    font-size: 1.425em;
  }
}
@media only screen and (max-width: 767px) {
.search-popup .search-popup-close {
    top: 1em;
    right: 1em;
  }
}
@media only screen and (max-width: 575px) {
  .search-popup .cat-list-item,
  .search-popup-form .form-control {
    font-size: 1.125em;
  }
  .search-popup .search-popup-close {
    top: 1em;
    right: 1em;
  }
}

.search-popup input[type="search"] {
  font-size: 24px;
  height: 60px;
  padding: 26px;
}
.search-popup .search-form button {
  top: 12px;
  right: 15px;
}
.search-popup .search-form button svg {
  height: 28px;
  width: 28px;
}


/* Swiper */
/* - Swiper Slide Arrows 1
------------------------------------------------------------- */
.icon-arrow {
  position: absolute;
  top: 50%;
  font-size: 2em;
  color: var(--dark-color);
  z-index: 8;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  border: 1px solid #d9d9d9;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0.4;
  transition: opacity 0.3s ease-out;
}

.icon-arrow:hover {
  opacity: 1;
}

.icon-arrow.icon-arrow-left {
  left: 30px;
}

.icon-arrow.icon-arrow-right {
  right: 30px;
}

@media (max-width: 991px) {
  .icon-arrow.icon-arrow-left,
  .icon-arrow.icon-arrow-right {
    display: none;
  }
  .swiper-pagination {
    position: relative;
  }
}

/** Swiper Slide Arrows 2
--------------------------------------------------------------*/
.icon-arrow.no-outline {
  top: 40%;
  font-size: 1.7em;
  color: var(--grey-color);
  border: none;
}

.icon-arrow.no-outline:hover {
  background: none;
  color: var(--dark-color);
}

.icon-arrow.light-arrow.no-outline {
  color: var(--light-color);
  opacity: 0.7;
}

.icon-arrow.light-arrow.no-outline:hover {
  opacity: 1;
}

.swiper-button-normal {
  background: transparent;
}

.swiper-button-normal .icon {
  font-size: 1.6em;
  color: var(--dark-color);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

/** Swiper Slide Arrows with background 3
--------------------------------------------------------------*/
.icon-arrow {
  width: 90px;
  height: 90px;
  border-radius: 50%;
}

/*--- Image hover Effects
-----------------------------------------------*/
.image-zoom-effect {
  display: flex;
  flex-wrap: wrap;
}

.image-zoom-effect .image-holder {
  width: 100%;
  height: auto;
  overflow: hidden;
  transform: scale(1);
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.image-zoom-effect:hover .image-holder {
  transform: scale(0.95);
}

.image-zoom-effect img {
  transform: scale(1);
  will-change: transform;
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 0;
}

.image-zoom-effect:hover img {
  transform: scale(1.1);
}


/* - Border Hover Effects
------------------------------------------------------------- */
.border-animation a,
.border-animation a:after,
.border-animation a:before {
  transition: all .5s;
}

.border-animation a {
  position: relative;
}

.border-animation a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  content: '.';
  color: transparent;
  background: var(--bs-primary);
  height: 2px;
}

.border-animation a:hover:after {
  width: 100%;
}

.content-light .border-animation a:hover:after,
.content-light .border-animation li.active a:after {
  background: var(--bs-primary);
}

/* - Border Hover No Effects
------------------------------------------------------------- */
.border-animation .no-effect a:after {
  background: none;
}

/* - Border Hover Effects 2
------------------------------------------------------------- */
.border-animation-left .item-anchor {
  position: relative;
  margin-bottom: 10px;
}

.border-animation-left .item-anchor:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0.8px;
  left: 0;
  bottom: 0;
  z-index: 9;
  background: var(--bs-dark);
  transition: all 0.5s ease;
}

.border-animation-left.light-border .item-anchor:after,
.border-animation-left .item-anchor:after {
  background: var(--bs-dark);
}

.border-animation-left .item-anchor:hover:after,
.border-animation-left .item-anchor:focus:after {
  width: 100%;
}

.element-title{
  font-size: 1rem;
  font-weight: bold;
  font-family: var(--fontCards);
}

.descripcionFav{
  font-size: 0.8rem;
  font-family: var(--fontCards);
}

.invFav{
  font-size: 1rem;
  font-family: var(--fontCards);
}

/* background */
.background {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 600px;
}

.background.pattern-bg {
  background: url(images/pattern-bg.png) no-repeat;
}

.background.normal-bg {
  background: url(images/newsletter-image.jpg) no-repeat;
}

/* large text */
.title-xlarge {
  font-size: calc(2rem + 10vw);
  /* 10.4em; */
  font-family: var(--heading-font);
  color: var(--bs-gray-300);
  position: absolute;
  top: -40px;
  left: 0;
  z-index: 0;
}

/*--------------------------------------------------------------
/** 7.8 Video Section
--------------------------------------------------------------*/
.video .video-content {
  position: relative;
}

.video .video-player {
  position: absolute;
}

.video .video-player {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.video .video-player a {
  position: relative;
}

.video .video-player svg {
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

@media (max-width: 600px) {
  .video .video-player img.text-pattern {
    width: 60%;
    display: flex;
    margin: 0 auto;
  }
}

/*--------------------------------------------------------------
/** 7.9 Testimonial Slider
--------------------------------------------------------------*/
.testimonials .section-title {
  font-size: 1em;
  font-weight: 700;
  line-height: 1;
}

.testimonial-swiper .testimonial-item blockquote {
  font-size: 2.5em;
}

.testimonial-swiper .testimonial-item blockquote>p {
  margin: 0;
}

.testimonials .review-title {
  font-size: 14px;
}

.testimonial-swiper .swiper-slide {
  opacity: 0.2;
  width: 42% !important;
}

.testimonial-swiper.swiper-3d .swiper-slide-shadow-left,
.testimonial-swiper.swiper-3d .swiper-slide-shadow-right {
  background-image: none;
}

.testimonial-swiper .swiper-slide-active {
  opacity: 1;
}

.testimonials .swiper-pagination {
  left: 0;
  right: 0;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background: #8C907E;
}

.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin-right: 10px;
}

@media only screen and (max-width: 1199px) {
  .testimonial-swiper .testimonial-item blockquote {
    font-size: 1.8em;
  }
}

@media only screen and (max-width: 999px) {
  .testimonial-swiper .testimonial-item blockquote {
    font-size: 1.2em;
  }
}


/** 7.13 Instagram
--------------------------------------------------------------*/
.instagram .insta-item {
  position: relative;
  margin-bottom: 20px;
}

.instagram .insta-item a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: 0.6s ease-out;
}

/* Link Effect
 - Place anywhere you want your link to animate
 - Add data-after="Any text" to the link within the class
 - Use span within the anchor tag for the effect to work
------------------------------------------------------------- */
.link-effect a {
  position: relative;
  padding: 0;
  overflow: hidden;
  transition: transform 0.5s;
  display: block;
}

.link-effect a::after {
  content: attr(data-after);
  display: inline-block;
  transform: translateY(100%);
  position: absolute;
  left: 0;
  font-size: 1rem;
  text-align: inherit;
  text-transform: uppercase;
  transition: inherit;
}

.link-effect a>span {
  display: inline-block;
  transform: translateY(0%);
  transition: inherit;
}

.link-effect:hover a>span {
  transform: translateY(-100%);
}

.link-effect:hover a::after {
  transform: translateY(0%);
}

/* product item */
.product-item .btn-wishlist {
  display: block;
  z-index: 111;
  position: absolute;
  top: 5px;
  padding: 10px;
  color: var(--bs-black);
  background: var(--bs-white);
  right: 5px;
  opacity: 0;
  transition: opacity 0.3s ease-in;
}

.product-item:hover .btn-wishlist {
  opacity: 1;
}

/* rotating text */
.text-rotate {
  animation: rotation 50s infinite linear;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(359deg);
  }
}

/* single product */
/* product-thumbnail-slider */
.product-thumbnail-slider {
  height: 790px;
}
@media screen and (max-width:992px) {
  .product-thumbnail-slider {
    margin-top: 20px;
    height: auto;
  }
}
@media screen and (min-width:992px) {
  .product-thumbnail-slider {
    height: 590px;
  }
}
@media screen and (min-width:1200px) {
  .product-thumbnail-slider {
    height: 790px;
  }
}
/* 
.product-thumbnail-slider .swiper-slide {
  height: 200px;
} */

/* ------ Quantity ------*/
.product-quantity .qty-number {
  margin-right: 20px;
}
.product-quantity .input-group .btn {
  height: 48px;
  border: 1px solid #ccc;
}
.qty-number .quntity-button {
  min-width: 40px;
  height: 40px;
  font-size: 1.8em;
  line-height: 1.5;
  text-align: center;
  cursor: pointer;
  background-color: var(--accent-dim-color);
  transition: .5s all ease-in-out;
}

.qty-number .quntity-button:hover {
  background-color: var(--accent-lit-color);
}

.qty-number input {
  font-size: 1.4em;
  width: 50px;
  height: 40px;
  text-align: center;
  border-radius: 0;
  border: 1px solid var(--dark-color);
}

.qty-field .regular-price {
  display: none;
}

/*--------------------------------------------------------------
/** Single Product
--------------------------------------------------------------*/
.single-product-template .breadcrumbs li {
  font-size: 1.5em;
  padding-right: 15px;
}

.single-product-template .breadcrumbs span {
  padding-left: 15px;
}

.product-preview .swiper-slide {
  padding-bottom: 15px;
}

/*---- Single Product Information ----------*/
.rating-container .rating {
  color: var(--bs-yellow);
  font-size: 1.4em;
}

.product-info .product-price strong {
  font-size: 1.6em;
  color: var(--accent-color);
  padding-right: 10px;
}

.product-info .product-price del {
  color: var(--accent-color);
}

.product-info .color-product-options .color-item {
  display: inline-block;
  vertical-align: top;
  width: 25px;
  height: 25px;
  cursor: pointer;
  border: 1px solid var(--bs-gray);
  padding: 1px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: 0 3px;
}

.product-info .color-product-options .color-item span {
  border: 1px solid var(--dark-color);
  display: block;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.product-info .color-product-options .color-item:hover {
  border: 1px dotted var(--bs-gray-300);
}

.product-info .item-title {
  width: 100%;
}

.swatch-element .swatch-label {
  font-weight: 400;
  line-height: 32px;
  text-align: center;
  display: inline-block;
  margin-right: 10px;
  min-width: 50px;
  height: 50px;
  border: 2px solid var(--bs-gray-300);
  transition: all 0.3s;
  cursor: pointer;
  padding: 8px;
}
.swatch-element .swatch-input {
  display: none;
}
.swatch-element .swatch-input:checked+.swatch-label {
  border: 2px solid var(--bs-gray);
}

/*---- Single Product Accordion ----------*/
.review-style1 .review-item .rating-container .rating {
  font-size: 1em;
}

.review-style1 .review-item span.author-name {
  font-weight: 600;
}

/* button */
.btn-link {
  font-size: 0.875rem;
  font-family: var(--fontWeb);
  letter-spacing: 0.0875rem;
  text-transform: uppercase;
  text-decoration: none;
}

a.btn-link,
a.btn-link:after {
  transition: all .5s;
}

a.btn-link {
  position: relative;
}

a.btn-link:before,
a.btn-link:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  background-color: var(--bs-dark);
  height: 1px;
}

[data-bs-theme=dark] a.btn-link:after {
  background-color: var(--bs-white);
}

a.btn-link:before {
  background-color: var(--bs-gray);
  width: 100%;
}

a.btn-link.is-checked:after,
a.btn-link:hover:after {
  width: 100%;
}

a.btn-link.text-white:after {
  background-color: var(--bs-white);
}

a.btn-link.text-light:after {
  background-color: var(--bs-light);
}

/* color options */
.form-check {
  padding: 0;
}

.form-check-label {
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.form-check-label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border: 1px solid #111;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.form-check-label:hover input~.checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.form-check-label input:checked~.checkmark {
  background-color: #A226F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.form-check-label input:checked~.checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.form-check-label .checkmark:after {
  top: 8px;
  left: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #444;
}

.form-check-label.red input~.checkmark {
  background-color: #CA7A7A;
}

.form-check-label.brown input~.checkmark {
  background-color: #D5BB96;
}

.form-check-label.green input~.checkmark {
  background-color: #A5BC73;
}

.form-check-label.aqua input~.checkmark {
  background-color: #779B9D;
}

/* sidebar accordion */
.product-info .accordion {
  --bs-accordion-btn-icon: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="24" height="24" viewBox="0 0 24 24"%3E%3Cpath fill="currentColor" d="M19 11h-6V5a1 1 0 0 0-2 0v6H5a1 1 0 0 0 0 2h6v6a1 1 0 0 0 2 0v-6h6a1 1 0 0 0 0-2Z"%2F%3E%3C%2Fsvg%3E');
  --bs-accordion-btn-active-icon: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="24" height="24" viewBox="0 0 24 24"%3E%3Cpath fill="currentColor" d="M19 11H5a1 1 0 0 0 0 2h14a1 1 0 0 0 0-2Z"%2F%3E%3C%2Fsvg%3E');
}
.product-filter .accordion {
  --bs-accordion-btn-color: var(--bs-body-color);
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="24" height="24" viewBox="0 0 24 24"%3E%3Cpath fill="currentColor" d="M19 11h-6V5a1 1 0 0 0-2 0v6H5a1 1 0 0 0 0 2h6v6a1 1 0 0 0 2 0v-6h6a1 1 0 0 0 0-2Z"%2F%3E%3C%2Fsvg%3E');
  --bs-accordion-btn-active-icon: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="24" height="24" viewBox="0 0 24 24"%3E%3Cpath fill="currentColor" d="M19 11H5a1 1 0 0 0 0 2h14a1 1 0 0 0 0-2Z"%2F%3E%3C%2Fsvg%3E');
  --bs-accordion-body-padding-x: 0;
  --bs-accordion-body-padding-y: 0;
  --bs-accordion-active-color: #8C907E;
}

.product-filter .accordion-body>div,
.product-filter .accordion-body a {
  display: block;
  padding: 10px;
  margin-bottom: 1.25rem;
  border: 1px solid #EBEBEA;
}

.product-filter .accordion-body a:hover {
  border: 1px solid #999;
}

/* image zoom */
.image-zoom {
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.photo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform .3s ease-out;
}




.figureimg{
	background:#ccc!important;
	width:80px!important;
	height:200px!important;
	margin-top:5px!important;
	margin-left:0px!important;
	padding:0px!important;
	position:fixed!important;
	z-index: 1099!important;	
}
.figureimglogo{
	max-width:80px!important;
	max-height:200px!important;
	position:fixed!important;
	z-index: 1098!important;	
}

li{
	list-style:none;
}
.linea_superior{
	background:#000;
	color:#ccc;
	height:100px;
	width:90%;
	margin-top:-5px;
	margin-bottom:0px;
	margin-left:auto;
	margin-right:auto;
	padding-left:100px;
	padding-top:5px;
	position:fixed;
	border-radius:5px;
	box-shadow:0px 3px 5px 2px rgba(0,0,0,.2);
}
a{
	text-decoration:none;
}
.contenedor_imagenes{
	width:600px;
	max-height:350px;
	border-radius:5px;
	/*box-shadow:0px 2px 5px 1px rgba(0,0,0,.2);*/
	/*background:#fff;*/
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
	margin:auto;
}
.contenedor_imagenes ul{
	display:flex!important;
	width:100%;
}
.contenedor_imagenes ul li img{
	width:100%;
}
.izq_boton, .der_boton{
	top:50%;
	position:relative;
	width:50px;
	height:50px;
	background:gray;
	transform:traslateY(-50%);
	line-height:50px;
	border-radius:50%;
	text-align:center;
	font-size:2em;
	color:white;
}
.izq_boton{
	left:5px;
}
.der_boton{
	right:5px;
}
.img_div_slider{
	width:70%;
	height:70%;
	margin:auto;
	padding:auto;
	background-size:cover;
	background-position:50%;
}
#img_slider{
	max-width:90%;
	height:300px;
}
.sticky-container{
	padding:0px;
	margin:0px;
	position:fixed;
	right:-110px;
	bottom:180px;
	width:210px;
	z-index: 1100;
}
.sticky li{
	list-style-type:none;
	background-color:#fff;
	color:#efefef;
	height:25px;
	padding:8px;
	margin:0px 0px 2px 0px;
	-webkit-transition:all 0.25s ease-in-out;
	-moz-transition:all 0.25s ease-in-out;
	-o-transition:all 0.25s ease-in-out;
	transition:all 0.25s ease-in-out;
	cursor:pointer;
	box-shadow:0px 3px 5px 2px rgba(0,0,0,.2);
	border-radius:10px;
}
.sticky li:hover{
	margin-left:-115px;
}
.sticky li img{
	float:left;
	margin:5px 4px;
	margin-right:5px;
}
.sticky li p{
	padding-top:5px;
	margin:0px;
	line-height:16px;
	font-size:11px;
}
.sticky li p a{
	text-decoration:none;
	color:#2C3539;
	margin-top:auto;
	margin-bottom:auto;
}
.sticky li p a:hover{
	text-decoration:underline;
}
.articulo_seccion{
	/*background:#fff;*/
	width:100%;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
.divTienda{
    width:300px;
    min-height:360px;
	margin-top:10px!important;
	margin-bottom:10px!important;
	box-shadow:0px 3px 5px 2px rgba(0,0,0,.3);
	text-align:center;
}
.infoPrincipal{
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:-o-flex;
    display:flex;
    justify-content:space-around;
    align-items:flex-start;
    flex-wrap:wrap;
}	
.flexinicio{
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:-o-flex;
    display:flex;
    justify-content:space-start;
    align-items:flex-start;
    flex-wrap:wrap;
	width:40%;
}	

.centrar{
	text-align:center!important;
	margin-left:auto!important;
	margin-right:auto!important;
}
.sombra{
	box-shadow:0px 2px 5px 1px rgba(0,0,0,.2);
	border-radius:3px;
	margin-top:2px;
	margin-bottom:2px;
}
.articulo_lateral{
	width:100%;
	position:fixed;
	margin-bottom:0px;
}
.estylo_whatsapp{
	border: none; 
	margin: 10px 0;
	font-size: 16px;
}
.input{
	border-top:0;
	border-bottom:1px solid #ABF43F;
	border-left:0;
	border-right:0;
	font-size:1.5em;
	width:90%;
	margin-top:5px;
	margin-bottom:5px;
	text-align:center;
	
}
.inputb{
	border-top:0;
	border-bottom:1px solid #ABF43F;
	border-left:0;
	border-right:0;
	font-size:0.9em;
	width:50%;
	margin-top:5px;
	margin-bottom:5px;
	text-align:center;
	color:#1C3BFE;
}


.logo_dispositivos{
		display:none;
		width:120px;height:120px;
		margin-left:auto;
		margin-right:auto;		
	}
@media (max-width:750px){
	.menu_superior{
		display:none;
	}
	.contenedor_imagenes{
		display:none;		
	}
	.articulo_lateral{
		width:100%;
		position:fixed;
		bottom:40px;
	}
	.sticky li{
		margin-left:-50px;
	}
	
	.linea_superior{
		padding-left:10px;
		height:45px;
	}
	nav figure{
		display:none;
	}
	nav figure img{
		display:none;
	}
	.logo_dispositivos{
		display:block;	
		margin-top:-140px;
		z-index: 1107;
	}
}
@media (min-width:750px){
	#seccion_slider{
		margin-top:-50px;
	}
}

.modalpromo {
  position: fixed;
  z-index: 1050;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
}

.contenedorpromo {
  position: relative; /* Esto es clave para posicionar el botón de cerrar */
  background-color: #fff;
  border-radius: 10px;
  padding: 30px;
  width: 90%;
  max-width: 1800px;
  max-height: 90vh;
  overflow-y: auto;
}

@keyframes fadeInUp {
  from {
    transform: translateY(50px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.titulopromo {
  font-size: 1.4rem;
  font-weight: 600;
  text-align: center;
  padding: 10px 20px;
  border-radius: 10px;
  margin-bottom: 15px;
}
.cerrarmodalpromo {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #0c0c0c;
  background-color: #d6d4d4;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.cerrarmodalpromo:hover {
  background-color: #fdfbfb;
}
.displayNone{	
	display:none;
	
}
.btnpagar{
	border-radius:6px;
	box-shadow:0px 2px 5px 1px rgba(0,0,0,.2);
	color:#FFFFFF;
	background:#F32424;
	font-size:2em;
	width:180px;
	height:40px;
	padding-left:12px;
	padding-right:12px;
	padding-top:3px;	
	padding-top:3px;
	
}
.img120x120{
width:120px;
height:120px;	
}
.img40x40{
width:40px;
height:40px;	
}
.datosnit{
	font-size:0.8em;
	padding-top:2px;
	padding-bottom:2px;
	color:#1C3BFE;
}
.btnguardar{
	background-color:transparent;
	background-image: url("../img/guardar.png");
	margin:3px 3px 3px 3px;
	border-radius:10px 10px 10px 10px;
	color:White;border-style:none;
	height:64px;width:64px;
	background-repeat:no-repeat;
}        
.btnguardar:hover{
    -ms-transform:scale(1.3,1.3);
    -webkit-transform:scale(1.3,1.3);
    transform:escale(1.3,1.3);
    border-radius:4px;
    transition:all 0s ease-out;
    
} 
.btnpago{
	background-color:transparent;
	background-image: url("../img/tarjeta-de-debito.png");
	margin:3px 3px 3px 3px;
	border-radius:3px;
	color:White;
	border-style:none;
	height:64px;
	width:64px;
	background-repeat:no-repeat;
}        
.btnpago:hover{
    -ms-transform:scale(1.3,1.3);
    -webkit-transform:scale(1.3,1.3);
    transform:escale(1.3,1.3);
    border-radius:4px;
    transition:all 0s ease-out;
    
} 
    .btnmail{background-color:transparent;background-image: url("../img/correoemail2.png");margin:3px 3px 3px 3px;border-radius:10px 10px 10px 10px;color:White;border-style:none;height:64px;width:64px;background-repeat:no-repeat;}        
    .btnmail:hover{
        -ms-transform:scale(1.3,1.3);
        -webkit-transform:scale(1.3,1.3);
        transform:escale(1.3,1.3);
        border-radius:4px;
        transition:all 0s ease-out;
        
    } 

.infoPrincipalsedes{
     display:-webkit-flex;
     display:-moz-flex;
     display:-ms-flex;
     display:-o-flex;
     display:flex;
     justify-content:space-around;
     align-items:flex-start;
     flex-wrap:wrap;
     margin:4px;
 }	
.infoSedes{
	box-shadow:0px 2px 5px 1px rgba(0,0,0,.2); 
	padding:5px;
	margin:5px;
} 
.inputselect{
    margin-top:5px;
    margin-bottom:5px;
    border-radius:4px 4PX 4PX 4PX; 
    color:#013ADF;
    font-size:0.85em;
    text-align:center;
    width:200px;
    height:22px;
}
.search-container {
  position: relative;
  display: inline-block;
}

.search-icon {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  color: #888;
  pointer-events: none;
  font-size: 16px;
}

.inputbuscar {
  padding-left: 32px; /* espacio para el icono */
  height: 30px !important;
  font-size: 1em !important;
  width: 250px; /* ajusta el largo */
  border: 1px solid #ccc; /* borde visible */
  border-radius: 4px; /* opcional: bordes redondeados */
  box-sizing: border-box;
}

.btn-noti-activadas {
  background-color: #3498db;
  padding:1rem;
  border-radius:5px;
  color: #fff;
    box-shadow:0px 2px 5px 1px rgba(0,0,0,.2);
	border:none;
}

.btn-noti-desactivadas {
  background-color: red;
  padding:1rem;
  border-radius:5px;
  color: #fff;
    box-shadow:0px 2px 5px 1px rgba(0,0,0,.2);
	border:none;
}
.oculto {
  display: none !important;
}	

table{
            
                border:1px solid #ddd;
                width:90%!important;
                margin-left:auto;
                margin-right:auto;
                margin-top:5px;
                margin-bottom:5px;
                padding:0;
                border-collapse:collapse;
                border-radius:10px 10px 10px 10px;
                
            }
        /*tbody{
            
                width:95%!important;
                border-radius:10px 10px 10px 10px;
            }   */ 
            
            table tr{
                border:1px solid #ddd;
                padding:3px;
                border-radius:10px 10px 10px 10px;
                font-size:1em;
                color:blue;
            }
            table td, table th{
                padding:3px;
                text-align:left;
                border-radius:4px 4px 4px 4px;
            }
            
            table th{
                text-transform:uppercase;
                font-family:14px;
                letter-spacing:1px;
                color:#fff;
                background-color:#1976D2;
                border-radius:4px 4px 4px 4px;
                text-align:center;
                border-right: 1px solid #FFFFFF;
            }
            
            table tr:nth-child(even){
                background-color:#FAFAFA;
                color:green;
                border-radius:4px 4px 4px 4px;
            }
            
            table td:last:child{
                    background-color:#FAFAFA;
                    border-radius:4px 4px 4px 4px;
            }
            td{
                 border-radius:4px 4px 4px 4px;
            }
            
            @media screen and (max-width:900px){
                table{
                    
                    border:30px;
                    border-radius:10px 10px 10px 10px;
                }
                
                table tr{
                    margin-bottom:10px;
                    display:block;
                    border-bottom:2px solid #ddd;
                    box-shadow:0px 2px 5px 1px rgba(0,0,0,.2);
                    border-radius:10px 10px 10px 10px;
                }
                
                
                table td{
                    display:block;
                    text-align:right;
                    font-size:16px;
                    border-bottom:1px dotted #ccc;
                    height:auto;
                    border-radius:10px 10px 10px 10px;
                }
                
                table td:last:child{
                    border-bottom:0;
                }
                table td:before{
                    content:attr(data-label);
                    float:left;
                    /*text-transform:uppercase;*/
                    font-weight:600;
                    border-radius:10px 10px 10px 10px;
                }
                table thead{
                    display:none;
                    border-radius:10px 10px 10px 10px;
                }
                
                
            } 
            .pie{
        width:80%;
        box-shadow:0px 2px 5px 1px rgba(0,0,0,.2);
        border-radius:3px;
        padding-left:10px;
        padding-top:2px;
        padding-bottom:-10px;
        margin-left:auto;
        margin-right:auto;
        margin-top:5px;
        margin-bottom:5px;
        
    }
    
    .paginador ul{
	padding:15px;
	list-style:none;
	background:#fff;
	/*margin-top:15px;*/
	display: -webkit- flex;
	display: -moz- flex;
	display: -ms- flex;
	display: -o- flex;
	display: flex;
     justify-content:center;
     align-items:flex-start;
     flex-wrap:wrap;
     border-radius:15px;
}

.paginador input .paginaSelect{
	color:#428bca;
	border: 1px solid #ddd;
	padding:5px;
	display:inline-block;
	font-size:3em;
	text-align:center;
	width:50px;
	background:#000;
	border-radius:15px;
}
.paginador a:hover{
	background:#ddd;
}
@media (max-width:700px){
	
	.tituloH1{
		font-size:1em!important;
		margin-top:-30px!important;
		margin-bottom:10px;
		margin-left:5px!important;
	}
	.imgicologo{
		margin-left:-35px;
		width:50px!important;
		height:auto;
	}
	.textimgicologo{
		margin-left:0px!important;
		font-size:0.5em!important;
	}	
	.flexinicio{
		font-size:0.9em;
		margin-left:-30px!important;
	}
	.nav-lat .sticky{
		margin-top:-500px;
	}
	#respuestasblog{
		margin-top:-100px;
		font-size:0.9em;
	}
	.cortar-texto{
		width: 220px;
		white-space: pre-line;
		text-overflow: ellipsis;
		overflow: hidden;
		­webkit­shape­inside: rectangle(0,0,80%,80%,50px,50px);
		font-size:0.8em;
	}
	.cortar-parrafo{
		width: 220px;
		white-space: pre-line;
		text-overflow: ellipsis;
		overflow: hidden;
		word-wrap: break-word;
		font-size:0.8em;
	}
	
	.divBlog{
		max-width:210px;
		padding:3px;
		border-radius:8px;
		margin:10px;
		cursor:pointer;
	}
	.btnpagar{
		border-radius:6px;
		box-shadow:0px 2px 5px 1px rgba(0,0,0,.2);
		color:#FFFFFF;
		background:#F32424;
		font-size:1em;
		width:70%;
		height:40px;
		padding-left:12px;
		padding-right:12px;
		padding-top:3px;	
		padding-top:3px;
		
	}
	.divBlog:hover{
		-ms-transform:scale(1.04,1.04);
		-webkit-transform:scale(1.04,1.04);
		transform:escale(1.04,1.04);
		border-radius:4px;
		transition:all 0s ease-out;
	}
	.tituloPedidos{
		font-size:0.85em;
	}
	.ocultar{
		display:none;
	}
	.imagenblog{
		width:100px!important;
		height:auto!important;
	}
	.margenArtF{
		margin-top:-80px!important;
	}
	.widthAnul{
		width:0px!important;
		padding-top:-60px!important;
	}
	.SecBus{
		margin-top:100px!important;
		font-size:0.5em!important;
	}
}
.imgablog{
	border-radius:8px;
}
.grid-blog{
	display:grid;
	grid-template-columns:repeat(auto-fill,minmax(260px,260px));
	/*grid-template-columns:repeat(3,1fr);
	grid-template-rows:repeat(2,1fr);
	/*background:#F2F3F4;*/
	/*background:black;*/
	justify-content:center;
	align-content:center
}		
.grid-blog2{
	display:grid;
	grid-template-columns:repeat(auto-fill,minmax(230px,760px));
	/*grid-template-columns:repeat(3,1fr);
	grid-template-rows:repeat(2,1fr);
	/*background:#F2F3F4;*/
	/*background:black;*/
	justify-content:center;
	align-content:center
}
.gridTienda {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr)); /* antes 260px */
  gap: 20px;
  justify-content: center;
  padding: 15px;
  max-width: calc(350px * 5 + 20px * 4); /* ajustado para 5 cards de 300px */
  margin: 0 auto;
}

.card-producto {
  height: 100%;
  min-height: 380px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.20);
  border-radius: 30px 5px 30px 5px;
  overflow: hidden;
  background: #ffffff !important;
  padding: 5px;
}
.card-producto label{
    margin:0px;
    padding:4px;
    line-height:0.9;
}
.card-producto div{
    margin:0px;
    padding:0px;
    line-height:0.9;
}
.card-producto p{
    margin:0px;
    padding:0px;
    line-height:0.9;
}
.card-producto img.imgwidth{
  max-width: 1800px;
  max-height: 180px;
  object-fit: contain;
  display: block;
  margin: 0 auto;
  line-height:0.9;
}

@media screen and (max-width: 768px) {
  .gridTienda {
    grid-template-columns: repeat(2, 1fr);
    max-width: 100%;
    gap: 5px;
    margin: 0;
  }

  #descripArticulo{
    display: none;
  }

  .card-producto {
    min-height: 320px;
    padding: 5px;
    margin: 0!important;
    
  }

  .card-producto img.imgwidth {
    max-width: 180px;
    max-height: 180px;
  }

  /* Ajusta el título del producto */
.element-title {
  font-size: 1rem;
  line-height: 1.2;
  margin-bottom: 6px;
}

/* Ajusta la descripción */
#descripArticulo {
  font-size: 0.875rem;
  line-height: 1.3;
  margin-bottom: 8px;
}

/* Precio más compacto */
.texto-respon {
  font-size: 1rem;
  font-weight: bold;
}
.iconos-acciones i {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
/* Botones de acciones (carrito, compartir, eliminar) más pequeños */
.iconos-acciones i {
  font-size: 1.2rem;
  margin: 0 6px;
}

/* Botones de sumar/restar más pequeños */
.btn-cantidad i { 
  font-size: 1rem;
  width: 30px!important;
  height: 30px!important;
}


/* Total precio más discreto */
.precio-total {
  font-size: 0.9rem;
}
.input-cantidad {
  width: 45px!important;  
  padding: 4px 4px!important; 
}

}


@media screen and (max-width: 480px) {
  .gridTienda {
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
    margin: 0;
  }
  #descripArticulo{
    display: none;
  }
  .card-producto {
    min-height: 280px;
    padding: 5px;
    margin: 0!important;
    font-size: 12px;
  }
  .card-producto img.imgwidth {
    max-width: 100px;
    max-height: 100px;
  } 
  .element-title {
    font-size: 1em;
    line-height: 1;
    margin-bottom: 6px;
  }
  #descripArticulo {
    font-size: 0.87rem;
    line-height: 1.3;
    margin-bottom: 8px;
  }
  .texto-respon {
    font-size: 1rem;
    font-weight: bold;
  }
  .iconos-acciones i {
    font-size: 0.8rem;
    margin: 0 4px;    
  }
  .iconos-acciones{
    gap:0!important;
  }
  .icono-carrito,  .btn-cantidad i {
    width: 20px;
    height: 20px;  
    margin: 2px;
    font-size: 0.8rem;
  }
  .contador-carrito { 
    gap: 4px!important;
    margin: 2px 0!important;
  }
  .precio-total {
    font-size: 0.9rem;
  }
}

.fichasIniciales{
	padding:15px;
	border-radius:40px 5PX 30PX 5PX;
}		
.flexinicio{
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flex;
	display:-o-flex;
	display:flex;
	/*justify-content:flex-space;
	align-items:flex-start;*/
	flex-wrap:wrap;
	width:95%;
	margin-right:auto;
	margin-left:auto;
}		
.flexcentrar{
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flex;
	display:-o-flex;
	display:flex;
	flex-wrap:wrap;
	width:95%;
}	

.flexcentrar li{	
	border:1px solid #ABF43F;
	color:#283593;
	font-size:1.2em;
	margin:15px;
	padding:5px;
	border-radius:15px;
}
.flexcentrarBtn:hover{
	-ms-transform:scale(1.2,1.2);
	-webkit-transform:scale(1.2,1.2);
	transform:escale(1.2,1.2);
	border-radius:4px;
	transition:all 0s ease-out;
}

.tituloH1{
	margin-top:-100px;
	margin-bottom:-100px;
	color:#283593 ;
	font-size:2em;
	width:80%;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
.subtitulosh3{
	font-size:0.8em;
	color:#283593 ;
}


.contador-carrito {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: 5px 0;
}

.badge-carrito {
  position: absolute;
  top: -10px;
  right: -15px;
  background-color: red;
  color: white;
  font-size: 9px;
  width: 20px;
  height: 20px;
  font-weight: bold;
  border-radius: 50%;
  display: flex;               /* Activa Flexbox */
  align-items: center;        /* Centra verticalmente */
  justify-content: center;    /* Centra horizontalmente */
}

.input-cantidad {
  width: 60px;
  text-align: center;
  padding: 6px 8px;
  font-size: 1.1em;
  border-radius: 5px;
  border: 1px solid #ccc;
  color: inherit;
}

.icono-carrito,  .btn-cantidad i {
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4em;
  color: #333;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.05);
  transition: background-color 0.3s ease;
  cursor: pointer;
  margin: 5px;
}

 .icono-borrar i{
  width: 45px;
  height: 45px;  
  font-size: 1.3em;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #e70505;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.05);
  transition: background-color 0.3s ease;
  cursor: pointer;
  margin: 5px;
}
.text-centrar{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.icono-carrito:hover, .icono-borrar i:hover, .btn-cantidad i:hover {
  background-color: rgba(0, 0, 0, 0.15);
}

.iconos-acciones {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px; /* separa los íconos entre sí */
  flex-wrap: wrap; /* para que se adapten en móvil */
}

.precio-total {
  display: block;
  margin-top: 5px;
  font-weight: bold;
  font-size: 1em;
  color: inherit;
}

.contenedor-paginado {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  gap: 10px;
  flex-wrap: wrap;
}

.label_pagina {
  font-size: 1.2em;
  font-weight: bold;
  color: #333;
}

.select_paginado {
  padding: 10px 16px;
  font-size: 1.1em;
  border-radius: 10px;
  border: 2px solid #4076F4;
  background-color: #fff;
  color: #333;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
}

.select_paginado:focus {
  outline: none;
  border-color: #3056d3;
  box-shadow: 0 0 0 3px rgba(64,118,244,0.3);
}

.controlpagina li {
  display: inline-block;
  margin: 0 4px;
  padding: 8px 14px;
  background-color: #f2f2f2;
  color: #333;
  border-radius: 6px;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.3s ease;
}

.controlpagina li:hover {
  background-color: #4076F4;
  color: #fff;
}

@media (max-width: 600px) {
  .contenedor-paginado {
    gap: 6px;
    margin-top: 10px;
  }

  .icono-carrito,  .btn-cantidad i {
    width: 30px;
    height: 30px;
  }

  .icono-borrar i{
    width: 30px;
    height: 30px;  
  }

  .label_pagina {
    font-size: 0.9em;
  }

  .select_paginado {
    padding: 6px 10px;
    font-size: 0.9em;
    border-radius: 8px;
  }

  .controlpagina li {
    padding: 6px 10px;
    font-size: 0.9em;
    margin: 0 2px;
    border-radius: 5px;
  }
}

/* =====================Promo Slider Cinta corrediza ========================*/

.promo-slider-container {
  width: 100vw;
  overflow: hidden;
  background: var(--colorBGCintaPromo);
  position: relative;
  top: 0;
  left: 0;
  z-index: 999;
  height: 50px;
}

.promo-slider-track {
  display: flex;
  width: max-content;
  animation: scrollPromo 30s linear infinite;
}

.promo-slide {
  position: relative;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
  color: var(--colorTextCintaPromo);
  height: 50px;
  white-space: nowrap;
  font-size: 20px;
  font-family: var(--fontWeb);
}

.promo-slide::after {
  content: '';
  position: absolute;
  right: 0;
  top: 10px; /* margen superior */
  height: 25px; /* altura del borde */
  width: 1px;  
  background-color: var(--colorSeparadorCintaPromo);
}

.promo-slide i {
  margin-right: 8px;
  font-size: 18px;
  color: var(--colorIconoCintaPromo);
}

@keyframes scrollPromo {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* =================Circulos Inputs Busqueda Lineas y Grupos ========== */

 .slider-grupos-container {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  gap: 15px;
  padding: 10px;
}

.slider-grupos {
  flex: 0 0 auto;
  scroll-snap-align: center;
}
    /*swiper grupos*/
.grupo-swiper-container {
  width: 100%;
  padding: 0px 30px;
}


.grupo-swiper-slide {
  display: flex;
  justify-content: center;
}

.grupo-swiper-button-next,
.grupo-swiper-button-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background: rgba(0,0,0,0.4);
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.grupo-swiper-button-next {
  right: 10px;
}

.grupo-swiper-button-prev {
  left: 10px;
}

.grupo-swiper-button-next i,
.grupo-swiper-button-prev i {
  font-size: 20px;
}

  /*swiper lineas*/
.linea-swiper-container {
  width: 100%;
  padding: 0px 30px;
}


.linea-swiper-slide {
  display: flex;
  justify-content: center;
}

.linea-swiper-button-next,
.linea-swiper-button-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background: rgba(0,0,0,0.4);
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.linea-swiper-button-next {
  right: 10px;
}

.linea-swiper-button-prev {
  left: 10px;
}

.linea-swiper-button-next i,
.linea-swiper-button-prev i {
  font-size: 20px;
}

.lineas-container {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: flex-start;
}
.linea-option {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  border: 2px solid transparent;
  border-radius: 50%;
  padding: 10px;
  transition: border-color 0.3s, transform 0.3s;
}
.linea-option input[type="radio"] {
  display: none;
}
.linea-option img {
  width: 150px;
  height: 150px;
  object-fit: cover;
  border-radius: 50%;
  border: 2px solid #ccc;
  transition: border-color 0.3s;
}
.linea-option .linea-desc {
  margin-top: 2px;
  text-align: center;
  font-size: 1.2em;
  color: var(--colorBGCintaPromo);
}
.linea-option input[type="radio"]:checked + img {
  border-color: var(--colorBGCintaPromo);
}
.linea-option input[type="radio"]:checked ~ .linea-desc {
  font-weight: bold;
  color: var(--colorBGCintaPromo);
}
.linea-option:hover img {
  transform: scale(1.05);
  border-color: var(--colorBGCintaPromo);
}
.linea-option:hover .linea-desc {
  font-weight: bold;
  color: var(--colorBGCintaPromo);
}

.grupo-option {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;  
  border: 2px solid transparent;
  border-radius: 50%;
  padding: 5px;
  transition: transform 0.2s, border-color 0.2s;
}

.grupo-option input[type="radio"] {
  display: none;
}

.grupo-option img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #ccc;
  transition: transform 0.2s, border-color 0.2s;
}

.grupo-option .grupo-desc {
  margin-top: 2px;
  font-size: 1.2em;
  text-align: center;
  color: var(--colorIconoCintaPromo);
}

.grupo-option:hover img {
  transform: scale(1.05);
  border-color: #F20519;
}

.grupo-option:hover .grupo-desc {
  font-weight: bold;
  color: #F20519;
}

.grupo-option input[type="radio"]:checked + img {
  border-color: #F20519;
}

.grupo-option input[type="radio"]:checked + img + .grupo-desc {
  font-weight: bold;
  color: #F20519;
}

@media (max-width:576px){
  .linea-option img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid #ccc;
    transition: border-color 0.3s;
  } 
  .grupo-option img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #ccc;
    transition: transform 0.2s, border-color 0.2s;
  }
  .linea-option .linea-desc {   
    font-size: 0.6em;    
  } 
  .grupo-option .grupo-desc {   
    font-size: 0.6em;    
  }
}

/*========= Categorias Botones ====*/

.categoria-img{
  cursor: pointer;
  max-width: 200px;
  border-radius:20%;
}

.div-img-categorias{
  display: flex; 
  flex-direction: column; 
  justify-content: center; 
  align-items: center; 
}

.title-categorias{
  margin-top:10px; 
  font-weight: 600;
  font-size: 2em; 
  color: var(--colorIconoCintaPromo);
  font-family: var(--fontWeb);
}

@media (max-width:700px){
  .categoria-img{
    max-width: 130px;
    border-radius:10%;
  }

  .title-categorias{
    font-size: 1em; 
  }
}

/* ====  Boton de Whatsapp ===== */
.whatsapp-float {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 999;
  background-color: #25D366;
  border-radius: 50%;
  padding: 10px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.3);
  transition: transform 0.3s ease;
}

.whatsapp-float:hover {
  transform: scale(1.1);
}

.whatsapp-float img {
  width: 70px;
  height: 70px;
}

@media (max-width:700px){
  .whatsapp-float img {
    width: 40px;
    height: 40px;
  }

  .whatsapp-float {   
    bottom: 30px;    
  }
}

/* ======== Footer Estilos ===== */
.footer-menu p{
  font-family: var(--fontCards);
}
#footer{
  background-color: #d5dec9;
} 

/* ======= reels Estilos Seccion tres Videos ========*/
.reels-section {
  padding: 40px 20px;
  background-color: #f7f7f7;
}

.reels-container {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.reel-card {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.1);
  padding: 10px;
  overflow: hidden;
  max-width: 400px;
  width: 100%;
  aspect-ratio: 9/16;
  display: flex;
  align-items: center;
  justify-content: center;
}

.reel-card video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}

.video-short-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  
}

.video-short-card {
  width: 100%;
  max-width: 360px; /* típico ancho vertical */
  aspect-ratio: 9 / 16;
  background-color: #000;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0,0,0,0.5);
}

.video-short-iframe {
  width: 100%;
  height: 100%;
  border: none;
}


/* ================ Formulario de Contacto Layout =================== */

.contact-wrapper {
  display: flex;
  flex-wrap: wrap;
  background: #d5dec9;
  color: #fff;
  padding: 60px 20px;
  gap: 40px;
  justify-content: center;

  --bs-body-bg: #d5dec9!important;
  --bs-body-bg-rgb: 17, 17, 41 !important;
  background-color: var(--bs-body-bg) !important;
  background-image: url('/images/BackgroundHuellas.png') !important;
  background-repeat: repeat !important;
  background-size: 400px 300px !important; /* Huellitas más pequeñas */
  background-position: top left !important;
  min-height: auto;
}

.contact-info {
  flex: 1 1 300px;
  max-width: 500px;
  background: #f7f7f7;
  padding: 40px;
  border-radius: 16px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3);
}

.contact-info h2 {
  font-size: 28px;
  margin-bottom: 16px;
  font-family: var(--fontWeb);
  color:var(--colorBGCintaPromo)!important
}

.contact-info p {
  font-size: 16px;
  margin-bottom: 16px;
  font-family: var(--fontCards);
  color: var(--colorIconoCintaPromo)!important;
}

.info-block p {
  margin-bottom: 8px;
  color: #ccc;
}

.social-buttons {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  color: white;
  text-decoration: none;
  font-size: 20px;
  transition: transform 0.3s ease, background-color 0.3s ease;
}

.social-icon:hover {
  transform: scale(1.1);
}

#facebook {
  background-color: #3b5998;
}

#instagram {
  background: radial-gradient(circle at 30% 30%, #feda75, #d62976, #962fbf);
}

#tiktok {
  background: linear-gradient(135deg, #25F4EE, #FE2C55);
}

#whatsapp {
  background-color: #25d366;
}

#youtube {
  background-color: #FF0000; /* Rojo YouTube */
}

.contact-form {
  flex: 1 1 300px;
  max-width: 600px;
  background: #f7f7f7;  
  padding: 40px;
  border-radius: 16px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3);
}

.contact-form h2 {
  text-align: center;
  margin-bottom: 24px;
  font-size: 36px;
  color: var(--colorBGCintaPromo);
  font-family: var(--fontWeb);
}

.form-group-contact {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.form-group-contact.full {
  flex-direction: column;
}

.contact-form input,
.contact-form textarea {
  flex: 1;
  padding: 12px 16px;
  background: #678c424b;
  border: 1px solid #444;
  border-radius: 8px;
  color: #000000;
  font-size: 16px;
  width: 100%;
  font-family: var(--fontCards);
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: #000000;
}

.contact-form textarea {
  resize: vertical;
}

.contact-btn {
  width: 100%;
  padding: 14px;
  background: var(--colorIconoCintaPromo);
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.3s ease;
  font-family: var(--fontCards);
}

.contact-btn:hover {
  background: #e14e48;
}

@media (max-width: 768px) {
  .contact-wrapper {
    flex-direction: column;
  }

  .form-group-contact{
    flex-direction: column;
    gap: 12px;
  }

  .contact-form,
  .contact-info {
    padding: 20px;
  }
}

.empresa-mapa {
  margin-top: 30px;
  width: 100%;
  max-width: 100%;
}

.company-logo {
  max-width: 180px;
  margin-bottom: 20px;
  border-radius: 12px; /* Opcional si quieres bordes redondeados */
}

/* ========= No hay articulos en articulos-bus ======= */

.no-results {
  text-align: center;
  padding: 40px 20px;
  color: #555;
  background-color: #f1f1f1;
  border-radius: 12px;
  box-shadow: 0 0 15px rgba(0,0,0,0.05);
  margin: 30px auto;
  max-width: 480px;
}

.no-results-icon {
  width: 100px;
  height: auto;
  margin-bottom: 20px;
  opacity: 0.85;
}
/* ============= Inuput Buscar Mobil ========= */

.input-wrapper-mobile {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}

.inputbuscar-mobile {
  max-width: 320px;
  border-radius: 25px;
  padding: 8px 16px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  transition: all 0.3s ease-in-out;
}

.inputbuscar-mobile:focus {
  border-color: var(--colorBGCintaPromo);
  box-shadow: 0 0 8px rgba(0, 123, 255, 0.25);
  outline: none;
}

/* ========== Recuperar contraseña Ingresar Correo Login======== */

/* CSS */
.recovery-container {
  max-width: 400px;
  margin: 2rem auto;
  padding: 2rem;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.1);
  text-align: center;
}

.recovery-title {
  font-family: 'Segoe UI', sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  color: #2c3e50; 
  margin-bottom: 1.5rem;
  line-height: 1.4;
}

.recovery-input {
  width: 100%;
  padding: 0.75rem 1rem;
  font-size: 1rem;
  border: 2px solid #d1d5db;
  border-radius: 8px;
  transition: border-color 0.3s, box-shadow 0.3s;
}

.recovery-input:focus {
  border-color: #3B81F6;
  outline: none;
  box-shadow: 0 0 0 4px rgba(59,129,246,0.2);
}

.recovery-button {
  display: block;          
  margin: 1.5rem auto 0;
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  font-weight: 500;
  color: #fff;
  background: linear-gradient(135deg, #4f46e5, #3b82f6);
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s;
}

.recovery-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(0,0,0,0.15);
}

/* === respuesta al enviar correo recuperar contraseña=======*/

.mi-alerta-exito {
  background: #e6ffed;
  color: #2f855a;
  border: 1px solid #c6f6d5;
  border-radius: 8px;
  padding: 1rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}
.mi-alerta-exito svg {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
}

/* =========== titulo Checkout ===================*/

.titulo-chevere {
  font-size: 2rem;
  font-weight: 700;
  position: relative;
  display: inline-block;
  padding-bottom: 8px;
  margin-bottom: 1rem;
  color: #1a1a1a;
}

.titulo-chevere::after {
  content: "";
  position: absolute;
  width: 60%;
  height: 4px;
  background: linear-gradient(90deg, #007bff, #00c6ff);
  left: 0;
  bottom: 0;
  border-radius: 2px;
  transition: all 0.3s ease-in-out;
}

.titulo-chevere:hover::after {
  width: 100%;
}
/* ========= Total en checkout ==*/

.bg-resumen {
  background-color: #bfafbb; /* Cambia este color a lo que desees */
}

#guardar.guardar {
  background-color: #28a745; /* Verde */
  border-color: #28a745;
  color: white;
}

/* Estilo para editar */
#guardar.editar {
  background-color: #ffc107; /* Amarillo */
  border-color: #ffc107;
  color: #212529;
}

/* ======= Estilos Paginado Ordenes  ======== */

/* TABLA TIENDA PERSONALIZADA */
.tabla-tienda {
  width: 100%;
  border-collapse: collapse;
  font-family: "Segoe UI", sans-serif;
  font-size: 14px;
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(0,0,0,0.05);
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 20px;
}

.tabla-tienda thead {
  background-color: hwb(210 27% 62%)!important;
  color: #ecf0f1;
}

.tabla-tienda th, 
.tabla-tienda td {
  padding: 12px 16px;
  border-bottom: 1px solid #eee;
  text-align: left;
}

.tabla-tienda tr:hover {
  background-color: #f9f9f9;
}

.tabla-tienda td[data-label]::before {
  content: attr(data-label);
  display: none;
  font-weight: bold;
  color: #999;
}

/* RESPONSIVE PARA TABLA TIENDA */
@media screen and (max-width: 768px) {
  .tabla-tienda, 
  .tabla-tienda thead, 
  .tabla-tienda tbody, 
  .tabla-tienda th, 
  .tabla-tienda td, 
  .tabla-tienda tr {
    display: block;
  }

  .tabla-tienda thead {
    display: none;
  }

  /* .tabla-tienda td {
    position: relative;
    padding-left: 50%;
    border-bottom: 1px solid #ddd;
  }

  .tabla-tienda td[data-label]::before {
    display: block;
    position: absolute;
    left: 16px;
    top: 12px;
    white-space: nowrap;
    font-weight: bold;
    color: #999;
    content: attr(data-label);
  } */
}

/* PAGINADOR TIENDA PERSONALIZADO */
.paginador-tienda {
  margin-top: 20px;
  text-align: center;
}

.paginador-tienda ul {
  list-style: none;
  display: inline-flex;
  padding: 0;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  margin: 0;
}

.paginador-tienda li {
  margin: 0;
}

.paginador-tienda input[type="button"] {
  background-color: #ecf0f1;
  border: none;
  padding: 10px 15px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  font-weight: 500;
}

.paginador-tienda input[type="button"]:hover {
  background-color: #bdc3c7;
}

.paginador-tienda .paginaSelect {
  background-color: #3498db !important;
  color: white !important;
}

.paginador-tienda .botonPaginador {
  background-color: #2980b9 !important;
  color: white !important;
}

.label-tienda {
  font-weight: bold;
  margin-top: 10px;
  display: block;
}

.select-tienda {
  padding: 6px 10px;
  border-radius: 6px;
  border: 1px solid #ccc;
  margin-top: 5px;
  font-size: 14px;
}


/*=========== Estilos tabla wompi en vista responsePayu =========*/
.wompi-resumen {
  max-width: 650px;
  margin: 40px auto;
  background: #ffffff;
  border: 1px solid #ddd;
  border-radius: 12px;
  padding: 30px;
  font-family: "Segoe UI", sans-serif;
  box-shadow: 0 0 12px rgba(0,0,0,0.05);
}
.wompi-titulo {
  text-align: center;
  color: #2c7a7b;
  margin-bottom: 25px;
  font-size: 24px;
}
.wompi-tabla {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}
.wompi-tabla tr:nth-child(even) {
  background-color: #f9f9f9;
}
.wompi-td-label {
  font-weight: 600;
  padding: 12px;
  width: 40%;
  color: #333;
}
.wompi-td-value {
  padding: 12px;
  width: 60%;
  color: #444;
  word-break: break-word;
}
.wompi-btn-contenedor {
  text-align: center;
}
.wompi-btn {
  background: #2c7a7b;
  color: #fff;
  padding: 12px 25px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background 0.3s ease;
}
.wompi-btn:hover {
  background: #225e60;
}

/* =========== Tabla en ordenes tienda-bus-usuario acciones ==== */

.acciones-tabla {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  
}

.btn-accion {
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  background-color: #688c42; /* rojo */
  border-radius: 5px;
  text-decoration: none;
  transition: background 0.3s ease;
}

.btn-accion:hover {
  background-color: #c89c23;
}

.btn-accion i {
  margin-right: 5px;
}

/* Colores individuales por icono */
.icono-ver {
  color: #fff;
}

.icono-pago {
  color: #fff;
}

/* ========= Labels precios en articulos-bus ============ */
.precio-etiqueta {
  display: inline-block;
  font-size: 1em;
  font-weight: 600;
  padding: 2px 4px;
  border-radius: 6px;
  text-align: center;
  min-width: 90px;
}

/* Precio normal */
.precio-normal {
  background-color: #f0f8ff; /* Azul muy claro */
  color: #007bff;            /* Azul principal */
  border: 1px solid #007bff;
  margin:0px;
  padding:4px;
}

/* Precio mayorista */
.precio-mayorista {
  background-color: var(--colorBGCintaPromo);
  color: var(--colorIconoCintaPromo)!important;
  border: 1px solid var(--colorIconoCintaPromo);
  margin:0px;
  padding:4px;

  /* Borde blanco al texto */
  text-shadow: 
    -1px -1px 0 #fff, 
     1px -1px 0 #fff, 
    -1px  1px 0 #fff, 
     1px  1px 0 #fff;
}

/* ====  vibrando campana Ordenes Pendientes  =====*/

@keyframes vibrarCampana {
  0%   { transform: rotate(0deg); }
  25%  { transform: rotate(10deg); }
  50%  { transform: rotate(-10deg); }
  75%  { transform: rotate(10deg); }
  100% { transform: rotate(0deg); }
}

.vibrando {
  animation: vibrarCampana 0.6s infinite;
  transform-origin: top center;
}

/* ========= Loader ============*/

.loader {
   
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Arial, sans-serif;
  font-size: 24px;
}

.glitch {
  position: relative;
  font-size: 30px;  /* Puedes ajustar el tamaño según lo necesites */
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  letter-spacing: 5px;
  z-index: 1;
  animation: shift 1s ease-in-out infinite alternate;
}

.glitch:before,
.glitch:after {
  display: block;
  content: attr(data-glitch);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.8;
}

.glitch:before {
  animation: glitch 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both infinite;
  color: #8b00ff;
  z-index: -1;
}

.glitch:after {
  animation: glitch 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) reverse both infinite;
  color: #00e571;
  z-index: -2;
}

@keyframes glitch {
  0% {
      transform: translate(0);
  }

  20% {
      transform: translate(-3px, 3px);
  }

  40% {
      transform: translate(-3px, -3px);
  }

  60% {
      transform: translate(3px, 3px);
  }

  80% {
      transform: translate(3px, -3px);
  }

  to {
      transform: translate(0);
  }
}

@keyframes shift {
  0%, 40%, 44%, 58%, 61%, 65%, 69%, 73%, 100% {
      transform: skewX(0deg);
  }

  41% {
      transform: skewX(10deg);
  }

  42% {
      transform: skewX(-10deg);
  }

  59% {
      transform: skewX(40deg) skewY(10deg);
  }

  60% {
      transform: skewX(-40deg) skewY(-10deg);
  }

  63% {
      transform: skewX(10deg) skewY(-5deg);
  }

  70% {
      transform: skewX(-50deg) skewY(-20deg);
  }

  71% {
      transform: skewX(10deg) skewY(-10deg);
  }
}


/* ========= Estilos Tabla resumen Cliente Checkout ==========*/

.table-cliente {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
  table-layout: fixed;
}

.table-cliente th,
.table-cliente td {
  border: 1px solid #ccc;
  padding: 8px 6px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.table-cliente thead {
  background-color: #8c907f!important;
  color: #fff!important;
}

.table-cliente th {
  font-weight: bold;
  color: #fff!important;
  background-color: #8c907f!important;
}

.table-cliente td {
  color: #555;
}

.table-cliente-container {
  overflow-x: auto;
}

/* ============ Estilos recuperar o crear contraseña ===========*/

.btn-recuperar-ingreso {
  display: inline-block;
  background: linear-gradient(135deg, #ff416c, #ff4b2b); /* Degradado fuerte */
  color: #fff;
  padding: 12px 24px;
  border-radius: 50px;
  font-size: 1.1em;
  font-weight: bold;
  text-decoration: none;
  box-shadow: 0 8px 16px rgba(255, 75, 43, 0.4);
  transition: all 0.3s ease;
  text-align: center;
  margin: 20px auto;
}

.btn-recuperar-ingreso:hover {
  background: linear-gradient(135deg, #ff4b2b, #ff416c); /* Inversión del degradado */
  transform: scale(1.05);
  box-shadow: 0 10px 20px rgba(255, 75, 43, 0.6);
}

/*========= checkbox terminos y condiciones ========*/

.custom-checkbox {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    font-size: 15px;
    color: #2c3e50;
    position: relative;
    padding-left: 35px;
  }

  .custom-checkbox input {
    opacity: 0;
    position: absolute;
    cursor: pointer;
  }

  /* Cuadro del checkbox */
  .checkmark {
    position: absolute;
    left: 0;
    top: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 2px solid #3498db;
    border-radius: 4px;
    transition: 0.3s;
  }

  /* Animación cuando se pasa el mouse */
  .custom-checkbox:hover input ~ .checkmark {
    background-color: #eaf6ff;
  }

  /* Cuando el checkbox está marcado */
  .custom-checkbox input:checked ~ .checkmark {
    background-color: #3498db;
    border-color: #2980b9;
  }

  /* Icono de "tick" */
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }

  .custom-checkbox input:checked ~ .checkmark:after {
    display: block;
  }

  .custom-checkbox .checkmark:after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
  }

  /* =========== popup politica de Precios ========= */


    .notification {
     position: fixed;
     right: 0;
     bottom: 0;
     background: linear-gradient(135deg, #ffe5e5, #ffcccc); /* Fondo degradado */
     color: #7D1619;
     text-align: center;
     padding: 20px;
     width: 280px;
     height: auto;
     margin-right: 80px;
     margin-bottom: 200px;
     z-index: 9999 !important;
     border-radius: 12px;
     box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
     font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
     font-size: 16px;
     font-weight: bold;
     letter-spacing: 0.5px;
     opacity: 0;
     transition: opacity 0.5s ease, bottom 0.5s ease;
  }
  .notification.show {
    opacity: 1;
  }
  .close {
    color: #7D1619;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
  }
  
  .close:hover {
    color: #ddd;
  }
  @media (max-width: 750px) {
      .notification {
          position: fixed;
          bottom: 0;          
          background-color: #fff;
          color: white;
          text-align: center;
          padding: 15px;
          width:160px;
          height:auto;
          margin-right: 40px;
          margin-bottom:200px!important;
          z-index:9999!important;
          border-radius:10px;
          color:#7D1619;
          font-size:0.7em;
          opacity: 0; 
          transition: opacity 0.5s ease, bottom 0.5s ease; 
      }
      .promo-content {     
        width: 400px;        
      }
  }  

  .floating-promo {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 99999!important;
}

.promo-overlay {
  background-color: rgba(0, 0, 0, 0.6); /* fondo opalizado */
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.promo-content {
  position: relative;
  background: transparent;
  padding: 20px;
  border-radius: 12px;
  max-width: 90%;
  width: 70%;
  /*box-shadow: 0 0 20px rgba(0,0,0,0.3);*/
  text-align: center;
}

.promo-content img {
  max-height:80vh;
  max-width:90%;
  border-radius: 10px;
  margin-bottom: 10px;
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  background: rgba(0,0,0,0.6);
  color: white;
  border: none;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  cursor: pointer;
  font-weight: bold;
}

  @media (max-width: 576px) { 
      .promo-content {     
        width: 400px;        
      }
  }
  
 

 

