@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.1/font/bootstrap-icons.css");
:root{
	--celeste: #019ad9;
	--azul: #1d0072;
	--azul2: #000269;
	--oscuro: #000622;
}
body {
	font-family: 'Open Sans', sans-serif;
	background-color: #f7f7f7;
	color: #666;
}
h1,h2,h3,h4,h5,h6{
	font-family: 'Lexend Deca', sans-serif;
	font-weight: 700;
	color: #333;
}
/* body.sticky-nav-enabled{
	margin-left: 60px;
} */
.texto-chap p{
	margin-bottom: 0;
	border: 1px solid #ccc;
	border-radius: 20px;
	padding: 15px;
	font-size: .9rem;
	font-weight: 300;
	color: #666;
}
.info-chap{
	min-height: 80px;
}
.typed-text {
	font-family: 'Lexend Deca', sans-serif;
    font-weight: 700;
    color: #333;
    font-size: 26px;
}
.typed-subtext {
    font-weight: 300;
    font-size: .9rem;
    color: #333;
}
.cont-robot-chap {
    font-size: 3rem;
    color: #333;
    perspective: 1000px;
}
.cont-robot-chap i {
    display: inline-block;
    transform-style: preserve-3d;
    transition: transform 1s ease, color 1s ease;
}
.btn-chap {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    font-size: 1.3rem;
    background-color: var(--celeste);
    color: #fff;
}
.btn-chap:hover{
	border-radius: 50%;
	/* font-size: 1.5rem; */
	background-color: #216df3!important;
	color: #fff;
}
/* Animación inicial */
@keyframes initialPulse {
    0%, 100% {
        transform: scale(1) rotateY(0deg);
        color: #333;
    }
    50% {
        transform: scale(1.3) rotateY(360deg);
        color: #019ad9;
    }
}

.animated {
    animation: initialPulse 3s infinite;
}

/* Animación interactiva con JavaScript */
.bounce-effect {
    animation: bounce 0.6s;
}

@keyframes bounce {
    0% {
        transform: scale(1);
    }
    30% {
        transform: scale(1.3);
    }
    50% {
        transform: scale(0.9);
    }
    70% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}

.cont-gpt{
	border-radius: 20px;
	background-color: #fff;
	box-shadow: 0 0 10px #0000001c;

	background: url(../img/inicio/chap-bg.png) no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.form-chap{
	height: 50px!important;
	border: 1px solid #f1f1f1;
	padding: 10px;
	border-radius: 30px;
}
.label-chap {
    margin-left: 1rem;
    font-size: .9rem;
    padding: 0.75rem .75rem!important;
    font-weight: 300;
    color: #999;
}
.sticky-nav{
	position: fixed;
    inset-block: 0;
    left: 0;
    z-index: 393;
    display: flex;
    flex-direction: column;
    width: 60px;
/*    height: 100vh;*/
    border-right: 1px solid rgba(119,119,119,0.12);
    background-color: var(--bgcolor-white);
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    align-items: flex-start;
/*    padding: 0 7px;*/
/*    overflow-x: hidden;*/
	background-color: #000622;
	/* background-color: var(--azul); */
	/* background-color: #fff; */
}
.sticky-nav:is(:hover,.wd-opened) {
    width: 275px;
    overflow-x: visible;
}
.sticky-nav > *{
	width: 100%;
}
.sticky-nav-title{
	display: flex;
    flex: 0 1 auto;
    align-items: center;
    margin: 8px auto;
    padding: 0 12px;
    height: 44px;
    min-height: 44px;
    min-width: 44px ;
    border-radius: 30px;
    background: var(--celeste);
    color: #f1f1f1;
    cursor: default;
    width: calc(100% - 14px);
}
.sticky-nav-title span,
.nav-sticky > li > a .nav-link-text{
	max-width: 0;
    width: 0;
    opacity: 0;
    font-weight: 600;
    font-size: 14px;
}
.nav-sticky > li > a::after{
	font-family: bootstrap-icons !important;
	margin-left: auto;
    display: inline-block;
  	content: "\F285";
    color: #666;
    font-size: clamp(6px, 60%, 18px);
    width: 0;
    opacity: 0;
}

.sticky-nav:is(:hover,.wd-opened) .sticky-nav-title span,
.sticky-nav:is(:hover,.wd-opened) .nav-sticky > li > a .nav-link-text{
    max-width: none;
    width: auto;
    opacity: 1;
    transition: opacity .25s ease .12s;
    margin-left: .5rem;
}
.sticky-nav:is(:hover,.wd-opened) .nav-sticky > li > a::after{
	max-width: none;
    width: auto;
    opacity: 1;
    transition: opacity .25s ease .12s;
}
.nav-sticky{
	text-align: start;
	overflow-x: hidden;
}
/*.nav-sticky > li{
	position: relative;
}*/
.nav-sticky > li > a {
    padding: 4px 15px 4px 22px;
    min-width: 1px;
    height: 45px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: start;
    color: #fff;
    text-decoration: none;
}

.nav-sticky > li > a:hover .nav-link-text,
.nav-sticky > li:hover > a .nav-link-text{
	/* color: var(--celeste); */
	color: var(--celeste);
}

#sidenav .wd-dropdown .wd-dropdown-menu{
	visibility: hidden;
	height: calc(100vh - .001px);
  	position: absolute;
  	width: 275px;
  	left: 100%;
  	top: 0px;
  	background-color: var(--azul);
  	/* background-color: #000622; */
  	box-shadow: 0 0 3px rgba(0,0,0,0.15);
  	border-top-right-radius: 10px;
  	border-bottom-right-radius: 10px;
  	opacity: 0;
  	transition: opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1),visibility 0.4s cubic-bezier(0.19, 1, 0.22, 1),transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  	transform: translateX(-15px) translateY(0) translateZ(0);
}
#sidenav .wd-dropdown:hover .wd-dropdown-menu,
.sticky-nav:is(:hover,.wd-opened) .wd-dropdown:hover .wd-dropdown-menu  {
	visibility: visible;
	opacity: 1;
	left: 100%;
	transform: none !important;
	overflow-y: auto;
}
#sidenav .wd-dropdown .wd-dropdown-menu li a{
	color: #f1f1f1;
}
#sidenav .wd-dropdown .wd-dropdown-menu li a:is(:hover,:focus){
	color: var(--celeste);
}
/* width */
#sidenav .nav-sticky::-webkit-scrollbar{
  	width: 5px;
}

/* Track */
#sidenav .nav-sticky::-webkit-scrollbar-track{
  	background-color: #050062;
}

/* Handle */
#sidenav .nav-sticky::-webkit-scrollbar-thumb{
  	/* background:var(--celeste);  */
  	background:var(--azul); 
  	border-radius: 10px;
}

/* Handle on hover */
#sidenav .nav-sticky::-webkit-scrollbar-thumb:hover{
  	background: #1b0184; 
}


/* width */
#sidenav .wd-dropdown:hover .wd-dropdown-menu::-webkit-scrollbar,
.sticky-nav:is(:hover,.wd-opened) .wd-dropdown:hover .wd-dropdown-menu::-webkit-scrollbar,
.has-megamenu .megamenu::-webkit-scrollbar{
  	width: 5px;
}

/* Track */
#sidenav .wd-dropdown:hover .wd-dropdown-menu::-webkit-scrollbar-track,
.sticky-nav:is(:hover,.wd-opened) .wd-dropdown:hover .wd-dropdown-menu::-webkit-scrollbar-track,
.has-megamenu .megamenu::-webkit-scrollbar-track{
  	background-color: var(--oscuro);
}

/* Handle */
#sidenav .wd-dropdown:hover .wd-dropdown-menu::-webkit-scrollbar-thumb,
.sticky-nav:is(:hover,.wd-opened) .wd-dropdown:hover .wd-dropdown-menu::-webkit-scrollbar-thumb,
.has-megamenu .megamenu::-webkit-scrollbar-thumb{
  	background: var(--azul2); 
  	border-radius: 10px;
}

/* Handle on hover */
#sidenav .wd-dropdown:hover .wd-dropdown-menu::-webkit-scrollbar-thumb:hover,
.sticky-nav:is(:hover,.wd-opened) .wd-dropdown:hover .wd-dropdown-menu::-webkit-scrollbar-thumb:hover,
.has-megamenu .megamenu::-webkit-scrollbar-thumb:hover{
  	background: #c1cbda; 
}


.backdrop{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 300; /* Asegúrate de que esté por encima del contenido principal */
	display: none; /* Inicialmente, el backdrop no se muestra */
}

#navbar{
	background-color: #000622;
}
#navbar .topbar{
	letter-spacing: .5px;
}

#navbar .navbar-brand img{
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
#navbar.navbar-shrink .navbar-brand img{
	width: 180px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.sticky {
  position: fixed;
  top: 0;
/*  width: calc(100% - 60px);*/
  width: 100%;
  right: 0;
  z-index: 290;
}
#navbar:is(.sticky) .header-non-sticky{
	display: none;
}
.sticky + .content {
/*  padding-top: 145px;*/
  padding-top: 201px;
}

.buscador{
	width: 55%;
}
.buscador .input-group{
	border-radius: 25px;
	padding: 3px;
	border: 1px solid #e3e3e3;
}
.buscador .form-control{
	border-radius: 25px;
	padding:.5rem 1rem;
	border: none;
}
.buscador .form-control::placeholder{
	font-size: 14px;
}
.buscador .input-group .btn-color{
	border-radius: 50%!important;
	aspect-ratio: 1;
	padding: 6px 12px!important;
}
#results {
    max-height: 300px;
/*    max-width: 50%;*/
    text-align: left;
    list-style: none;
    padding: 5px 15px;
    overflow-y: auto;
    background-color: #fff;
    border-radius: 10px;
    position: absolute;
    z-index: 99;
}
#results a{
	font-size: 14px;
	text-decoration: none;
}

.link-header a{
	text-decoration: none;
	color: var(--celeste);
	line-height: 19px;
}
.link-header a i{
	color: #fff;
}
.link-header a b{
	font-family: 'Lexend Deca', sans-serif;;
	font-weight: 500;
	color: #fff;
}

.menu-inf{
	/* background-color: var(--azul2); */
	background-color: #fff;
}
.btn-categorias{
	background-color: #fff;
	padding: 3px 1rem 3px 3px;
	display: inline-flex;
	border-radius:25px;
	align-items: center;
	font-size: 14px;
	font-weight: 600;
	color: var(--azul);
}
.btn-categorias span{
	background-color: var(--celeste);
	width: 35px;
	height: 35px;
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-right: .4rem;
	color: #fff;
	font-size: 16px;
}
.btn-categorias:hover{
	background-color: #c7ddff!important;
	color: #333;
}

#navbar .nav-item .nav-link{
	font-weight: 600;
	font-size: 14px;
	padding: 8px .8rem;
	border-bottom: 2px solid transparent;
}
#navbar .nav-item .nav-link:is(:hover,:focus),
#navbar .nav-item .nav-link.active,
.navbar .has-megamenu:hover .nav-link{
	/* background-color: #c7ddff; */
	border-bottom: 2px solid var(--azul);
	color: var(--azul);
}

.btn-icono{
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background-color: #fff;
	color: var(--azul);
	font-size: 26px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.btn-icono:is(:hover,:focus){
	background-color: #7295ff!important;
	color: #222;
}
.btn-icono.dropdown-toggle{
	flex-direction: row;	
}
.btn-icono.dropdown-toggle::after{
	font-size: 14px;
	margin-left: 0;
}

/*CSS Icono Carro de Compras*/
/* .btn-carro{
	display: inline-flex;
	align-items: center;
	text-decoration: none;
	font-size: 14px;
	font-weight: 600;
	color: #fff;
} */
/* .btn-carro .icono{
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background-color: var(--celeste);
	color: #fff;
	font-size: 22px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
} */
/* .btn-carro:is(:hover,:focus) .icono{
	background-color: #216df3!important;
	color: #fff!important;
} */
.btn-carro .badge {
	position: absolute;
	top: -12px;
	right: -9px;
	height: 18px;
	width: 18px;
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-content: center;
    font-weight: 400;
    font-size: 10px;
    background-color: var(--celeste);
	padding: 0;
	color: #fff;
	box-shadow: 0 0 3px rgba(0, 0, 0, .15);
}
/*CSS Icono Carro de Compras*/


#menucat .offcanvas-body .nav-item .nav-link,
#menucat .offcanvas-body .accordion-item .accordion-button{
	height: 45px;
	padding: 4px 15px;
	display: flex;
    align-items: center;
    color: #222!important;
}
#menucat .offcanvas-body .accordion-item .accordion-button .nav-link-text{
	font-size: 14px;
}

#carrito .offcanvas-body .card{
	border-radius: 0;
	border:none;
	border-bottom: 1px solid #e3e3e3;
}
#carrito .offcanvas-body .card img{
	width: 80px;
}

/*MEGA MENU*/

.navbar .megamenu{
	padding: 1rem 1.5rem; 
	border-radius: 0;
/*	border-color: #e3e3e3;*/
	border: none;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    height: auto;
    max-height: calc(100vh - 138px);
    width:100%;
    overflow-y: auto;
}

#navbar:is(.sticky) .megamenu{
	max-height: calc(100vh - 55px);
}
.navbar .megamenu .titulo-menu{
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	background:linear-gradient(to right, #6375ff,10%, var(--azul2));
	border-radius: 50px 0 80px 50px;
	width: 90%;
}
.navbar .megamenu .titulo-menu .menu-icon{
	background:linear-gradient(135deg, #6375ff,50%, var(--azul2));
	width: 58px;
	height: 58px;
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.navbar .megamenu .titulo-cat{
	color: var(--azul);
}
.navbar .megamenu ul li a{
	color: #666;
}
.navbar .megamenu a:hover{
	color: var(--celeste)!important;
}
/* desktop view */
/*@media all and (min-width: 992px) {*/
  	.navbar .has-megamenu{
  		position:static!important;
  	}
  	.navbar .megamenu{
	  	left:0; 
	  	right: 1px; 
	  	width:100%; 
	  	margin-top:0;
	  	top: inherit;
		display: none;
		opacity: 0; 
		transition: all .1s ease-in;
  	}
  	.navbar .nav-item:hover .megamenu{
  		display: block;
  		opacity: 1;
  	}
/*}	*/
/* desktop view .end// */

/* mobile view */
@media(max-width: 991px){
  	.navbar.fixed-top .navbar-collapse, 
  	.navbar.sticky-top .navbar-collapse{
    	overflow-y: auto;
      	max-height: 90vh;
      	margin-top:10px;
  	}
}
/* mobile view .end// */

footer{
	background-color: var(--oscuro);
}
footer .bar-footer .btn-color{
/*	padding: .2rem;*/
	width: 32px;
	height: 32px;
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	background-color: var(--celeste);
}
footer .bar-footer .btn-color:hover{
	background-color: var(--azul)!important;
}
.social-foot a.btn{
	height: 32px;
	width: 32px;
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-color: var(--celeste);
	color: #fff;
	margin-right: .4rem;
	margin-bottom: .5rem;
}
.social-foot a.btn:hover{
	background-color: var(--azul);
	color: #fff;
}
footer ul li a, footer h6{
	color: #fff;
}
footer ul li a:hover{
	color: var(--celeste);
}
footer .mapa iframe{
	width: 100%;
	height: 200px;
}
.btn-tranferencia-close{
    font-size: 1.3rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
    padding: 0px 5px;
    border-radius: 20px;
    background-color: #d93025;
    border: 1px solid #d93025;
    color: #fff;
}
.btn-tranferencia-close:is(:hover,:focus){
    background-color: #9d1c13!important;
    border: 1px solid #9d1c13!important;
    color: #fff!important;
}
.btn-tranferencia{
	font-size: .85rem;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400;
	padding: 6px 18px;
	border-radius: 20px;
	background-color: #019ad9;
	border: 1px solid #019ad9;
	color: #fff;
}
.btn-tranferencia:is(:hover,:focus),
.btn-tranferencia-menu:is(:hover,:focus){
	background-color: #fff!important;
	border: 1px solid #019ad9!important;
	color: #019ad9!important;
}
.btn-tranferencia-menu{
	font-size: .85rem;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400;
	padding: 6px 18px;
	border-radius: 20px;
	background-color: #019ad9;
	border: 1px solid #019ad9;
	color: #fff;
}
.btn-color{
	padding: 10px 20px;
	background-color: var(--azul);
	color: #fff;
}
.btn-color:is(:hover,:focus){
	background-color: var(--oscuro)!important;
	color: #fff!important;
}
.btn-color2{
	background-color: #e6effd;
    color: #216df3;
    padding: .5rem 1rem;
    border-radius: 25px;
    font-size: 13px;
    font-weight: 600;
}
.btn-color2:is(:hover,:focus){
	background-color: #c7ddff!important;
    color: #216df3!important;
}
.text-18{
	font-size: 18px;
}
.text-17{
	font-size: 17px;
}
.text-14{
	font-size: 14px;
}
.text-13{
	font-size: 13px;
}
.text-12{
	font-size: 12px;
}
.text-color{
	color: var(--celeste);
}
.bg-celeste{
	background-color: var(--celeste);
}
.bg-claro{
	background-color: #e5edf4;
}
.bg-gradient-claro{
	background-image: linear-gradient(30deg, var(--azul) 0%, var(--oscuro) 100%);
}


/*figure img{
	width: 100%;
}*/
figure.media {
    clear: both;
    display: block;
    margin: 0.9em 0;
    min-width: 15em;
}
.img-pro {
    width: 261px!important;
    height: 261px!important;
    object-fit: cover!important;
    object-position: center!important;
}

.carousel-item {
/*	margin-top: 120px;*/
	/*height: 65vh;
	min-height: 400px;
	max-height: 800px;
	background: no-repeat center center scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;*/
}

.banner-seccion{
	height: 300px;
	background: no-repeat center center scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-color: var(--celeste);
	background-blend-mode: multiply;
}
.banner-seccion .titulo-slide{
	color: #fff;
	font-size: 46px;
	line-height: 48px;
	text-align: center;
}
.carousel-caption{
	bottom: inherit;
	padding: 0;
	text-align: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

/*.titulo-slide{
	font-size: 48px;
	line-height: 48px;
	font-weight: 700;
}*/
.texto-slide{
	color: #fff;
}
.titulo{
	font-size: 35px;
}
.titulo-standar{
	font-size: 26px;
}
.texto-underline{
	border-bottom: 1px dashed #ccc;
}


#categorias figure{
	border-radius: 20px;
	overflow: hidden;
	aspect-ratio: 1;
}
.categorias-productos #categorias figure{
	width: 85%;
	text-align: center;
	margin: 0 auto;
}
#categorias figure img{
	height: 100%;
	width: 100%;
	object-fit: cover;
}
#categorias .owl-nav button.owl-prev,
#categorias .owl-nav button.owl-next{
	position: absolute;
    top: 46%;
    transform: translateY(-50%);
}
#categorias .owl-nav button.owl-prev{
	left: -1rem;
}
#categorias .owl-nav button.owl-next{
	right: -1rem;
}
#categorias .owl-nav button.owl-prev{
	opacity: 0;
	transform: translateX(-15px) translateY(0) translateZ(0);
	transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}
#categorias:hover .owl-nav button.owl-prev{
	opacity: 1;
	transform: none;
}
#categorias .owl-nav button.owl-next{
	opacity: 0;
	transform: translateX(15px) translateY(0) translateZ(0);
	transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}
#categorias:hover .owl-nav button.owl-next{
	opacity: 1;
	transform: none;
}

/*#categorias .owl-nav {
    text-align: right;
    margin-top: 0.5rem;
    font-size: 14px;
}
#categorias .owl-nav button span {
    background-color: var(--celeste);
    border: 1px solid var(--celeste);
    height: 40px;
    width: 40px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: all .2s ease-in-out;
}
#categorias .owl-nav button span:hover{
	background-color: blue;
	color: #fff;
}*/

#reviews .owl-stage{
	margin:0 auto;
}
.review{
	background: rgba(255,255,255,0.4);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	border: 1px solid rgba(255,255,255,0.3);
}
.review .foto img{
	width: 60px;
	aspect-ratio: 1;
	border-radius: 50%;
	object-fit: cover;
/*	margin: auto;*/
}

.owl-dots{
	display: flex;
	align-items: center;
	justify-content: center;
	margin:.5rem auto 0 auto;
}
.owl-dots button{
	height: 15px;
	width: 15px;
	border-radius: 50%;
	background-color: #fff!important;
	margin:0 3px;
}
.owl-dots button.active{
	background-color: var(--celeste)!important;
}

.breadcrumb .breadcrumb-item a{
	color: #888;
	text-decoration: none;
}
.breadcrumb .breadcrumb-item a:hover{
	color: #444;
}
.breadcrumb .breadcrumb-item.active a{
	color: #222;
	font-weight: 600;
}

.productos .card{
	border-radius: 10px;
	overflow: hidden;
	transition: all .2s ease-in-out;
}
.productos .card:is(:hover){
	box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, .15);
}
.productos .card img{
	width: 100%;
	aspect-ratio: 1;
	object-fit: cover;
}
.productos .card .oferta,
.oferta{
	font-size: 11px;
	text-transform: uppercase;
	color: #fff;
	background-color: #E22D2D;
	padding: 5px 10px;
	border-radius: 20px;
	position: absolute;
	top: .5rem;
	right: .5rem;
	font-weight: 400;
}
.productos .card h6{
	font-size: 15px;
	height: 36px;
	overflow: hidden;
}
.productos .card .estrellas i{
	margin-right: 2px;
}
.precio-oferta{
	font-size: 14px;
	line-height: 14px;
	text-decoration: line-through;
}

#lightgallery .img-ppal img{
	aspect-ratio: 1;
	object-fit: contain!important;
	object-position: center!important;
}
#lightgallery .img-otras img{
	aspect-ratio: 1;
	object-fit: cover!important;
	object-position: center!important;
}
.title-ofertas-mayoristas{
	background-color: #e6effd;
}
.cantidad-oferta{
	background-color: var(--celeste);
	color: #fff;
	padding: 2px 6px 3px;
	color: #fff;
	border-radius: 5px;
	font-weight: 500;
}

.nav-pills .nav-item{
	margin-right: 5px;
}
.nav-pills .nav-item .nav-link{
/*	background-color: #e6effd;*/
	background-color: #f6f6f6;
    color: #216df3;
    padding: 0.5rem 1rem;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 600;
}
.nav-pills .nav-item .nav-link:is(:hover,:focus){
	background-color: #e6effd;
    color: #216df3;
}
.nav-pills .nav-item .nav-link.active{
	background-color: #c7ddff;
	color: #216df3;
}

/*Custom Radios Color - Tallas*/
	.select-color{
		width: 40px;
		height: 40px;
		margin-right: .3rem;
		margin-bottom: .4rem;
		position: relative;
		padding: 0;
	}
	.select-tallas{
		width: 45px;
		min-height: 32px;
		margin-right: .3rem;
		margin-bottom: .4rem;
		position: relative;
		padding: 0;
	}

	/* Hide the browser's default radio button */
	.select-color input,
	.select-tallas input{
		position: absolute;
		opacity: 0;
		cursor: pointer;
		margin: 0;
	}

	/* Create a custom radio button */
	.select-color .cont-color{
		position: absolute;
		top: 0;
		left: 0;
		height: 40px;
		width: 40px;
		padding: 4px;
		border:1px solid #e3e3e3;
		background-color: #fff;
	}
	.select-tallas .cont-talla{
		position: absolute;
		top: 0;
		left: 0;
		padding: 4px 0px;
		width: 45px;
		border: 1px solid #e3e3e3;
		font-size: 14px;
		background-color: #fff;
	}

	.select-color .cont-color .color{
		height: 100%;
		width: 100%;
	}

	/* On mouse-over */
	.select-color:hover input ~ label .cont-color,
	.select-tallas:hover input ~ .cont-talla{
		border-color: #80bdff;
		box-shadow: 0 0 0 0.15rem rgba(0,123,255,.25);
		cursor: pointer;
	}

	/* Show the indicator when checked */
	.select-color input:checked ~ label .cont-color,
	.select-tallas input:checked ~ .cont-talla {
		border-color: #80bdff;
		box-shadow: 0 0 0 0.15rem rgba(0,123,255,.25);
	}

/*Fin Custom Radios Color - Tallas*/



.quantity {
	position: relative;
}
input.error {
    border-color: #F44336!important;
    outline: 0!important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(244, 67, 54, .6)!important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(244, 67, 54, .6)!important;
}
/*.alerta{
    background: rgb(0 0 0 / 30%);
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 999;
    padding: 2rem;
}*/
.alerta .alert {
	position: fixed;
/*	bottom: 0;*/
	top: 45%;
	left: 0;
    right: 0;
    width: 80%;
    margin: 0 auto;
	border-radius: 10px;
	padding: 25px 15px;
	border: none;
	z-index: 9999;
	text-align: center;
/*	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;*/
	box-shadow: 0 0 20px rgb(0 0 0 / 27%);
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button{
	-webkit-appearance: none;
	margin: 0;
}
input[type=number]{
	-moz-appearance: textfield;
}
.quantity input {
	width: 85%;
	height: 42px;
	line-height: 1.65;
	float: left;
	display: block;
	padding: 0;
	margin: 0;
	padding-left: 15px;
	border: 1px solid #eee;
}
.quantity input:focus {
	outline: 0;
}
.quantity-nav {
	float: left;
	position: relative;
	height: 42px;
}
.quantity-button {
	position: relative;
	cursor: pointer;
	border-left: 1px solid #eee;
	width: 20px;
	text-align: center;
	color: #333;
	font-size: 13px;
	font-family: "Trebuchet MS", Helvetica, sans-serif !important;
	line-height: 1.7;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
.quantity-button.quantity-up {
	position: absolute;
	height: 50%;
	top: 0;
	border-bottom: 1px solid #eee;
}
.quantity-button.quantity-down {
	position: absolute;
	bottom: -1px;
	height: 50%;
}

.pagination{
	justify-content: flex-end;
	flex-wrap: wrap;
}
.pagination .page-item{
	margin: 0 2px;
}
.pagination .page-item .page-link{
	border: none;
	border-radius: 7px;
	background-color: transparent;
	color: #666;
}
.pagination .page-item:is(:hover,:focus) .page-link{
	background-color: #d8e7ed;
	color: var(--celeste);
}
.pagination .page-item.active .page-link{
	background-color: var(--celeste);
	color: #fff;
}

.sucursal img{
	aspect-ratio: 1;
	object-fit: cover;
	transition: all .24s ease-in-out;
}
.sucursal:hover img{
	transform: scale(1.08);
}
.txt-sucursal{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-end;
	background: linear-gradient(to top, rgba(0, 0, 0, .8), 35%, rgba(0, 0, 0, 0));
}
.banner-sucursal{
	background-size: cover;
	background-position: center;
	height: 470px;
}
.banner-sucursal > div{
	background: linear-gradient(to top, rgba(0, 0, 0, .8), 50%, rgba(0, 0, 0, 0));
}

.icono-contacto{
	height: 40px;
	width: 40px;
	border-radius: 50%;
	background-color: var(--celeste);
	color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.encargado-img{
	width: 125px;
	aspect-ratio: 1;
	border-radius: 50%;
	object-fit: cover;
}

.texto img{
	max-width: 100%;
}
.mapa iframe{
	width: 100%;
	margin-bottom: -1px;
}
.mapa-sucursal iframe{
	height: 300px;
}

.menu-user .nav-link{
	background-color: #e6effd;
	color: #666;
	border-radius: 10px;
	margin-bottom: .5rem;
}
.menu-user .nav-link i{
	margin-right: .5rem;
	color: var(--celeste);
}
.menu-user .nav-link:hover{
	color: #216df3;
}
.menu-user .nav-link.active{
	background-color: #c7ddff!important;
    color: #216df3!important;
}
.menu-user .nav-link.active i{
	color: #216df3!important;
}

#preguntas.accordion-flush .accordion-item .accordion-header .accordion-button{
	border-radius: 10px;
	border: none;
	box-shadow: none;
}

.wsp{
    font-size: 11px;
    font-weight: 400;
    font-family: sans-serif;
    letter-spacing: 0;
    line-height: 1px;
    padding: 3px 7px;
    letter-spacing: 0;
    text-transform: none;
}

/* CHATBOX */
.chat-pop-up {
  background-color: #fbfbfb;
  background-size: contain;
  border-radius: 10px;
  overflow: hidden;
  bottom: 90px;
  box-shadow: 0 3px 6px 0 rgba(75, 74, 75, 0.2);
  opacity: 0;
  right: 20px;
  /*padding: 34px;*/
  position: fixed;
  transform: translatey(20px);
  transition: opacity 0.25s ease, transform 0.25s ease-out;
  width: 350px;
  z-index: -1;
  max-width: 90vw;
}

.chat-pop-up--heading {
    background-color: var(--celeste);
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.chat-pop-up li a{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    border-radius: 50px;
    /*padding: 1rem;*/
    /*background-color: var(--celeste);*/
    background-color: #fff;
    /*color: #fff;*/
    color: #333;
    text-decoration: none;
    transition: all .3s ease-in-out;
}
.chat-pop-up li a i{
    color: var(--celeste);
}
.chat-pop-up li a:hover{
    background-color: var(--celeste);
    /*background-color: #000;*/
    color: #fff;
    transition: all .2s ease-in-out;
}
.chat-pop-up li a:hover i{
    color: #fff;
}

.toggle-chat {
    background: #25D366;
    color: #fff;
    border-radius: 50%;
    border-style: none;
    box-shadow: 0 3px 6px 0 rgba(75, 74, 75, 0.2);
    cursor: pointer;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    position: fixed;
    height: 70px;
    bottom: 15px;
    right: 20px;
    padding: 10px;
    transition: width 0.3s ease-in-out, background 0.2s ease;
    outline: none;
    width: 70px;
    z-index: 100;
    animation: 1s infinite alternate shimmy;
}

.toggle-chat:hover, 
.toggle-chat:active {
  background: #075E54;
}

.toggle-chat.chat-is-open {
  flex-direction: column;
}

.open-chat {
    opacity: 1;
    transition: opacity 0.2s 0.2s ease-out;
}
.open-chat::after{
    content: "\F618";
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -0.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: opacity 0.2s 0.2s ease-out;
    font-size: 35px;
/*    margin-top: 5px;*/
}

.toggle-chat.chat-is-open .open-chat {
  transition: none;
}
.toggle-chat.chat-is-open .open-chat::after{
    content: "\f659";
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -0.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: opacity 0.2s 0.2s ease-out;
    margin-top: 3px;
}

.chat-display-on {
  display: block !important;
  z-index: 100;
}

.chat-visible {
  opacity: 1;
  transform: translatey(0);
}


.whatsapp {
    position: fixed;
    z-index: 9999!important;
    border-radius: 50% 50% 50% 0%;
    width: 62px;
    height: 62px;
    bottom: 15px;
    left: 15px;
    background-color: #25d366;
    padding: 8px 8px 8px 10px;
    animation: 1s infinite alternate shimmy;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
}
.whatsapp i {
    font-size: 42px;
    color: #fff;
}
@keyframes shimmy{
    0%{
        transform:translate(0,0)
    }
    100%{
        transform:translate(5px, -5px)
    }
}

/*ESTRELLAS*/
.clasificacion label{ 
	color:grey;
}
.clasificacion input[type = "radio"]{ 
	display:none;
}
.clasificacion{
  direction: rtl;/* right to left */
  unicode-bidi: bidi-override;/* bidi de bidireccional */
}
.clasificacion label:hover{
	color:orange;
}
.clasificacion label:hover ~ label{
	color:orange;
}
.clasificacion input[type = "radio"]:checked ~ label{
	color:orange;
}


@media screen and (max-width: 1200px) {
	.buscador {
	    width: 40%;
	}
}
@media screen and (min-width: 992px){
	/* .sticky {
	  width: calc(100% - 60px);
	} */
}

@media screen and (max-width: 991px){
	.buscador {
	    width: 60%;
	    margin-right: 0!important;
	}
}

@media (max-width: 767px) {
	.banner-seccion .titulo-slide{
		font-size: 38px;
		line-height: 40px;
	}
}
@media screen and (min-width: 577px) {
	.sticky + .content {
	  padding-top: 144px;
	}
}
@media (max-width: 576px){
	.header-non-sticky{
		flex-direction: column;
	}
	#navbar .navbar-brand{
		margin-right: 0;
		width: 100%;
		text-align: center;
		margin-bottom: .5rem;
	}
	.buscador{
		width: 100%;
		margin:0 auto;
	}
}