:root{
	--negro: #000;
	--blanco: #fff;
	--fuente-ppal: "Source Sans 3", sans-serif;
}

body {
	font-family: var(--fuente-ppal);
}
h1,h2,h3,h4,h5,h6,
.h1,.h2,.h3,.h4,.h5,.h6{
	font-weight: 700;
}

.text-10{
	font-size: 10px;
}
.text-12,
.texto .text-tiny{
	font-size: 12px!important;
}
.text-13{
	font-size: 13px!important;
}
.text-14,
.texto .text-small{
	font-size: 14px!important;
}
.texto .text-big{
	font-size: 20px!important;
}
.texto .text-huge{
	font-size: 28px!important;
}
.texto figure img{
	max-width: 100%;
}
.texto figure table{
	width: 100%;
	max-width: 100%;
}
.texto figure table img{
	max-width: 100%;
}

/*====LAYOUT====*/
.topbar{
	font-size: 12px;
	font-weight: 700;
}
.topbar a{
	text-decoration: none;
}
.topbar a:hover{
	opacity: .8;
}
.topbar a i{
	margin-right: .2rem;
}

.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;
}

#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: 250px;
	-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 .nav-item .nav-link{
	font-weight: 400;
	font-size: 15px;
	text-align: center;
	padding: 8px 1rem;
}
#navbar .btn-link, .buscador .btn-link{
	text-decoration: none;
	color: #777;
}
#navbar .btn-link:is(:hover,:focus){
	color: #222!important;
}

.menu-inf .btn-categorias{
	background-color: #fff;
	padding: 3px 1rem 3px 3px;
	display: inline-flex;
	border-radius:25px;
	align-items: center;
	font-size: 15px;
	font-weight: 400;
	color: #666;
}
.menu-inf .btn-categorias span{
	background-color: var(--botones);
	width: 35px;
	height: 35px;
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-right: .4rem;
	color: var(--blanco);
	font-size: 16px;
	margin-left: 0;
}
.menu-inf .btn-categorias:hover{
	background-color: #fff!important;
	color: var(--botones);
}
.menu-inf .nav-item{
	position: relative;
}
.menu-inf .nav-item::after{
	position: absolute;
    content: '';
    display: block;
    border-right: 1px solid #fff;
    width: 1px;
    top: 5px;
    right: 0;
    bottom: 7px;
}
.menu-inf .nav-item:last-child::after{
	display: none;
}
.menu-inf .nav-item .nav-link{
	color: #666;
}

.menu-inf .dropdown .dropdown-content{
	display: none;
  	position: absolute;
  	margin-top: -1px;
  	background-color: #E7EDE4;
  	background-color: #fff;
  	width: 100%;
  	min-width: 160px;
  	border-top: 2px solid var(--botones);
  	box-shadow: 0 4px 10px rgba(0, 0, 0, .2);

}
.menu-inf .dropdown:hover .dropdown-content {
	display: block;
	z-index: 999;
}
.menu-inf .dropdown .dropdown-content .dropdown-item{
	padding: .5rem 0;
	color: #555;
	font-size: 14px;
}
.menu-inf .dropdown .dropdown-content .dropdown-item:hover{
	color: var(--botones);
}
.icono{
	font-size: 32px;
	line-height: 32px;
}
/*CSS Icono Carro de Compras*/
.btn-carro{
	position: relative;
	color: #fff;
	font-size: 32px;
	line-height: 32px;
}
.btn-carro:is(:hover,:focus) i{
	opacity: .8;
}
.btn-carro .badge {
	position: absolute;
	top: -1px;
	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(--botones);
	padding: 0;
	color: #fff;
}
/*CSS Icono Carro de Compras*/

/*OFFCANVAS*/
#menucat .accordion.categorias .accordion-item,
#menucat .accordion.categorias .accordion-item button{
	background-color: var(--topbar-footer);
}
#menucat .accordion.categorias .accordion-item a.nav-link,
#menucat .accordion.categorias .accordion-item button{
	text-transform: uppercase;
	color: #fff;
	padding: 10px 20px;
	font-weight: 400;
}
#menucat .accordion.categorias .accordion-item .accordion-collapse{
	background-color: #fff;
}
#menucat .accordion.categorias .accordion-item .accordion-collapse .dropdown-item{
	color: var(--topbar-footer);
	font-size: 15px;
	font-weight: 400;
}
/*FIN OFFCANVAS*/

/*BUSCADOR*/
.buscador{
	width: 40%;
}
.buscador .input-group{
	border-radius: 8px;
	border: 1px solid #e3e3e3;
	background-color: #fff;
}
.buscador .form-control{
	border-radius: 8px;
	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;
	color: #fff;
	background-color: var(--botones);
}
.buscador .input-group .btn-color:is(:hover,:focus,:active){
	background-color: var(--botones-hover);
	color: var(--botones);
}
.cont-results{
	position: absolute;
	bottom: 0;
}
#results, #results2 {
    max-height: 300px;
    text-align: left;
    list-style: none;
    padding: 5px 15px;
    overflow-y: auto;
    background-color: #fff;
    border-radius: 10px;
    position: absolute;
    z-index: 99;
    width: 100%;
}
#results a,
#results2 a{
	text-decoration: none;
	font-size: 14px;
	color: #666;
}
#results a:hover,
#results2 a:hover{
	color: var(--botones);
}
/*FIN BUSCADOR*/

.info-destacada .card{
	border-radius: 15px;
	border: 1px solid var(--topbar-footer);
	padding: .5rem .6rem;
	transition: all .3s ease-in-out;
}
.info-destacada .card:hover img{
	opacity: .7;
}
.info-destacada .card h6{
	font-size: 20px;
	line-height: 1;
	text-transform: uppercase;
	color: var(--botones);
}
.info-destacada .card a{
	color: var(--topbar-footer);
	text-decoration: none;
}
.info-destacada .card a:hover{
	opacity: .8;
}

.suscribir{
	background-color: #FAFAFA;
}

#clientes .owl-item figure img{
	width: 190px!important;
	opacity: .6;
	transition: all .3s ease;
}
#clientes .owl-item figure:hover img{
	opacity: 1;
}

footer h6{
	font-size: 20px;
	text-transform: uppercase;
	border-bottom: 1px solid #fff;
	padding-bottom: 1rem;
	margin-bottom: 1rem;
}
footer a:hover{
	opacity: .8;
}
footer .input-group.suscribe{
	border-radius: 25px;
/*	padding: 3px;*/
	border: 1px solid #e3e3e3;
	background-color: #fff;
}
footer .input-group.suscribe .form-control{
	border-radius: 25px;
	padding:.6rem 1rem;
	border: none;
	height: 100%;
}
footer .input-group.suscribe .btn{
	border-radius: 50%!important;
	aspect-ratio: 1;
	padding: 6px 12px!important;
	color: #fff ;
	background-color: var(--bar-footer);
}
/*==== FIN LAYOUT ====*/

/*==== COMPONENTES & GENERALES ====*/
.btn{
	border-radius: 8px;
	font-weight: 600;
}
.btn-color, .btn-outline-color{
	padding: .7rem 1.4rem;
}
.btn-color:is(:hover,:focus){
	background-color: var(--negro)!important;
	color: var(--blanco)!important;
}
.btn-color2{
	border-radius: 0;
	padding: .7rem 1.4rem;
}

.titulo{
	font-size: 38px;
	font-weight: 700;
	color: #333;
}
.linea-color{
	height: 2px;
	width: 50px;
}
.subtitulo{
	letter-spacing: .1em;
}
.bg-claro{
	background-color: #F6F6F6;
}
.breadcrumb{
	margin-bottom: 0;
}
.breadcrumb .breadcrumb-item{
	font-weight: 400;
	text-transform: uppercase;
	font-size: 14px;
	color: var(--topbar-footer);
}
.breadcrumb .breadcrumb-item a{
	color: var(--topbar-footer);
	text-decoration: none;
}
.breadcrumb .breadcrumb-item.active{
	font-weight: 700;
}
.breve{
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
/*==== COMPONENTES & GENERALES ====*/


/*==== OWLCAROUSEL ====*/
/*.owl-nav{
	display: block!important;
}*/
.owl-nav button.owl-prev,
.owl-nav button.owl-next {
    position: absolute;
    top: 46%;
    transform: translateY(-50%);
    color: #999!important;
    font-size: 15px;
}
.owl-nav button.owl-prev {
    left: -1.5rem;
}
.owl-nav button.owl-next {
    right: -1.5rem;
}

.owl-dots{
/*	display: block!important;*/
	text-align: center;
	margin-top: .3rem;
}
.owl-dots{
	text-align: center;
}
.owl-dots button.owl-dot{
	height: 16px;
	width: 16px;
	border-radius: 50%;
	margin: 5px 3px;
}
/*==== FIN OWLCAROUSEL ====*/


/*==== CONTENIDO ====*/
.barra-descatacado{
	background-color: #fff;
	color: var(--topbar-footer);
}
.barra-descatacado p{
	margin: 0;
	font-family: 'Poppins', sans-serif;
	text-transform: uppercase;
	font-weight: 800;
	text-align: center;
}
.carousel-item {
	background: no-repeat center center scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-color: #b6b6b6;
	background-blend-mode: multiply;
}
.carousel-caption{
	bottom: inherit;
	padding: 0;
	text-align: left;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.titulo-slide{
	font-size: 48px;
	line-height: 48px;
	font-weight: 800;
}
.carousel-indicators button{
	width: 15px!important;
	height: 15px!important;
	border-radius: 50%!important;
	border: none!important;
}
.carousel-control-next, .carousel-control-prev{
	width: 10%;
}

.banner-seccion{
/*	margin-top: 120px;*/
/*	height: 150px;*/
	background: no-repeat center center scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
/*	background-color: #b6b6b6;*/
/*	background-blend-mode: multiply;*/
}
.banner-seccion.dashboard{
	height: 120px;
}
.banner-seccion.banner-color{
	background-color: var(--botones);
	border-radius: 10px;
}
.header-detalle{
	margin-top: 185px;
}

.filtro-prop .form-select,
.filtro-prop form .bootstrap-select>.dropdown-toggle{
	background-color: transparent;
	border-color: #666;
	border-radius: 0.375rem;
	color: #666;
	padding: .8rem .8rem;
}
.filtro-prop .form-select option,
.filtro-prop .bootstrap-select .dropdown-menu li a{
	color: #666;
	font-size: 14px;
	text-transform: capitalize!important;
}

#categorias figure{
	width: 85%;
	margin: auto;
	border-radius: 50%;
	overflow: hidden;
	aspect-ratio: 1;
}
#categorias figure img{
	height: 100%;
	width: 100%;
	object-fit: cover;
}
#categorias .categoria-nombre{
	text-transform: uppercase;
	font-weight: 700;
	color: var(--topbar-footer);
	font-size: 15px;
	line-height: 1;
}

.accordion .accordion-item .accordion-header .link-categorias{
	padding: 16px 8px;
	font-size: 16px;
	font-weight: 400;
	background-color: var(--blanco);
	text-decoration: none;
	color: #212529;
}

.productos .card{
	border-radius: 0;
	overflow: hidden;
	transition: all .2s ease-in-out;
	border-color: #e3e3e3;
}
.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: contain;
}
.productos .card .oferta,
.oferta{
	font-size: 12px;
	text-transform: uppercase;
	color: #fff;
	background-color: var(--botones);
	padding: 5px 10px;
	position: absolute;
	top: .5rem;
	right: .5rem;
	font-weight: 600;
}
.productos .card .card-body .producto-nombre{
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.precio-oferta{
	font-size: 14px;
	text-decoration: line-through;
	color: #666;
	font-weight: 300;
}

/*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*/

.nav-pills .nav-item{
	margin-right: 5px;
}
.nav-pills .nav-item .nav-link{
	background-color: #f1f1f1;
    color: var(--botones);
    padding: 0.5rem 1rem;
    border-radius: 8px;
/*    font-size: 14px;*/
    font-weight: 600;
    text-transform: uppercase;
}
.nav-pills .nav-item .nav-link:is(:hover,:focus),
.nav-pills .nav-item .nav-link.active{
	background-color: var(--topbar-footer);
	color: #fff;
}

.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 .alert {
	position: fixed;
	bottom: 0;
	width: 100%;
	border-radius: 0;
	margin: 0;
	padding: 25px 15px;
	border: none;
	z-index: 9999;
	text-align: center;
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
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;
}


.icono-contacto{
	height: 40px;
	width: 40px;
	border-radius: 50%;
	background-color: var(--botones);
	color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.social-foot-contacto a.btn{
	height: 32px;
	width: 32px;
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-color: var(--botones-hover);
	color: var(--blanco);
	margin-right: .4rem;
	margin-bottom: .5rem;
}
.social-foot-contacto a.btn:hover{
	background-color: var(--botones);
	color: #fff;
}

.list-noti img{
	aspect-ratio: 1.3;
	object-fit: cover;
}

.demo-gallery li a img{
	aspect-ratio: 1;
	object-fit: cover!important;
	object-position: center!important;
}

#preguntas.accordion-flush .accordion-item .accordion-header .accordion-button{
	border-radius: 10px;
	border: none;
	box-shadow: none;
}
.mapa iframe{
	width: 100%;
	height: 280px;
}
.mapa-sucursal iframe{
	width: 100%;
	height: 300px;
}

.galerias figure img{
	aspect-ratio: 1;
	object-fit: cover;
	width: 100%;
	transition: all .2s ease-in;
}
.galerias .sobre-texto{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	background: linear-gradient(to top, rgba(0, 0, 0, .8), 10%, rgba(0, 0, 0, 0));
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-end;
	padding: 1rem;
	color: #fff;
}
.galerias figure:hover img{
	opacity: .6;
}
.galerias .sobre-texto h5{
	letter-spacing: 1.5px;
}
.galerias-img ul li a img{
	aspect-ratio: .9;
	width: 100%;
	object-fit: cover;
}

#reviews .owl-stage{
	margin:0 auto;
}
.review .foto img{
	width: 55px;
	aspect-ratio: 1;
	border-radius: 50%;
	object-fit: cover;
/*	margin: auto;*/
}


.menu-user .nav-link{
	background-color: #f6f6f6;
	color: #777;
	margin-bottom: .5rem;
	font-size: 15px;
	border-radius: 10px;
}
.menu-user .nav-link i{
	margin-right: .5rem;
}
.menu-user .nav-link:hover{
	color: var(--botones);
}
.menu-user .nav-link.active{
	color: #fff;
	background-color: var(--botones-hover);
	font-weight: 500;
}

.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;
}
.whatsapp {
    position: fixed;
    z-index: 9999!important;
    border-radius: 50%;
    width: 62px;
    height: 62px;
    bottom: 15px;
    right: 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)
    }
}

/*==== INSTAFEED ====*/
#instafeed a img{
	aspect-ratio: 1;
	width: 100%;
	object-fit: cover;
	transition: all .3s ease-in-out;
}
#instafeed a:hover img{
	opacity: .5;
}
/*==== FIN INSTAFEED ====*/

@media screen and (min-width: 0px){
	/*#navbar .navbar-brand{
		width: 100%;
		margin-right: 0;
		margin-bottom: .5rem;
		text-align: center;
	}*/
	#navbar .navbar-brand img{
		width: 160px;
	}
	/*#navbar.navbar-shrink .navbar-brand img{
		width: 150px;
	}*/
	.barra-descatacado p{
		font-size: 16px;
	}
	.titulo{
		font-size: 26px;
	}
	.banner-seccion .titulo-slide{
		font-size: 36px;
		line-height: 36px;
	}
}

@media screen and (min-width: 576px){
	#navbar .navbar-brand img{
		width: 230px;
	}
	/*#navbar.navbar-shrink .navbar-brand img{
		width: 180px;
	}*/
	.barra-descatacado p{
		font-size: 18px;
	}
	.titulo-slide{
		font-size: 28px;
		line-height: 28px;
		font-weight: 700;
	}
	.titulo-slide .script{
		font-size: 30px;
		line-height: 60px;
	}
	.titulo{
		font-size: 28px;
	}
	
}
@media screen and (min-width: 768px){
	.barra-descatacado p{
		font-size: 20px;
	}
	.titulo{
		font-size: 32px;
	}
	.banner-seccion .titulo-slide{
		font-size: 36px;
		line-height: 36px;
	}
}
