/*==== FUENTES ====*/
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

/* ==== ICONOS BOOTSTRAP ==== */
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

body {
	font-family: "Outfit", sans-serif;
}
h1,h2,h3,h4,h5,h6{
	font-weight: 700;
}
p,li{
	font-weight: 300;
}

/* ==== COMPONENTES & GENERALES ====*/
.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;
}

.titulo{
	color: #333;
	font-size: 35px;
	line-height: 35px;
	font-weight: 600;
	letter-spacing: .12em;
}
.subtitulo{
	letter-spacing: .15em;
}
.linea-color{
	height: 1px;
	width: 50px;
}

.btn{
	border-radius: 15px;
	padding: .7rem 1.4rem;
}
.btn-sm{
	font-size: 12px!important;
	line-height: 12px;
}
.btn-color, .btn-outline-color{
	font-size: 14px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.breadcrumb{
	font-size: 14px;
}
.breadcrumb .breadcrumb-item a{
	text-decoration: none;
	color: #666;
}
.breadcrumb .breadcrumb-item.active{
	font-weight: 400;
	color: var(--botones);
}
/* ==== FIN COMPONENTES & GENERALES ====*/


/* ==== LAYOUT ====*/
.topbar{
	font-size: 14px;
	letter-spacing: 1px;
	font-weight: 300;
}
#navbar{
	background-color: #fff;
}
#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: 150px;
	-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{
	letter-spacing: .8px;
	font-weight: 400;
	text-align: center;
	padding: .6rem 1rem .5rem;
}
#navbar .nav-item .nav-link::after{
	content: '';
	display: block;
	height: 1px;
	width: 20px;
	background-color: transparent;
	margin: 4px auto 0 auto;
	transition: all .3s ease-in-out;
}

#navbar .btn-link{
	text-decoration: none;
	color: #444;
	padding: .5rem;
}
#navbar .btn-link:is(:hover,:focus){
	color: #111!important;
}
#navbar .dropdown-menu .dropdown-item{
	font-size: 14px;
	font-weight: 300;
}
#navbar .btn-carro{
	position: relative;
}
#navbar .btn-carro i{
	font-size: 23px;
}
#navbar .btn-carro .badge{
	position: absolute;
	top: 5px;
	right: -2px;
	height: 18px;
	width: 18px;
	border-radius: 50%;
	font-size: 11px;
	font-weight: 400;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.icono{
	font-size: 21px;
	line-height: 21px;
}
.icono-lg{
	font-size: 27px;
	line-height: 27px;
}
#buscar, #buscar2{
	border-radius: 0;
	border:0;
	border-bottom: 1px solid #D9D9D9;
	padding: .4rem .7rem;
	color: #666;
	min-width: 200px;
}
#buscar::placeholder,
#buscar2::placeholder{
	color: #666;
}
#buscar + button.btn-link,
#buscar2 + button.btn-link{
	color: #777;
}

/*Modal buscar*/
#buscardor.modal .modal-dialog{
	max-width: 100%;
	width: 100%;
}
#buscardor.modal .modal-dialog .modal-content{
	border-radius: 0;
	border:none;
}
#buscardor.modal .modal-body .input-group span.input-group-text{
	border-radius: 0;
	background-color: transparent;
	border: 0;
}
#buscardor.modal .modal-body .form-control{
	border-radius: 0;
	border: 0;
	border-bottom:1.5px solid #666;
	background-color: transparent;
}
#buscardor.modal .modal-body .form-control:focus{
	box-shadow: none;
	border-color: #ff9800;
}
#buscardor.modal .modal-body button.close{
	height: 40px!important;
	width: 40px;
	border-radius: 50%;
	opacity: 1;
	text-shadow: none;
	color: #000;
	padding: 0;
	transition: all .2s ease;
}
#buscardor.modal .modal-body button.close:hover{
	background-color: #222;
	color: #fff;
	transition: all .2s ease;
}
#buscardor.modal .modal-body button.close:focus{
	outline: none;
	box-shadow: none;
}
/* FIN Modal buscar*/
.cont-resultados{
	position: absolute;
	bottom: -1px;
	left: 0;
	right: 0;
}
#results, #results2{
	width: 100%;
    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;
}
#results a, #results2 a{
	text-decoration: none;
	font-size: 14px;
	color: #666;
}
#results a:hover, #results2 a:hover{
	color: var(--negro);
}
.suscribir{
	border-radius: 50px;
	padding:5rem 1rem;
	background: linear-gradient(45deg, #333, #000);
}
.suscribir .form-control{
	border-radius: 15px;
	color: #fff;
	padding: .4rem .7rem;
	border: 1px solid #f1f1f1;
	background-color: transparent;
}
.suscribir .form-control::placeholder{
	color: #f1f1f1;
	font-weight: 300;
}

#clientes .owl-item figure img{
	width: 175px!important;
	opacity: .6;
	transition: all .3s ease;
}
#clientes .owl-item figure:hover img{
	opacity: 1;
}
#clientes .owl-dots{
	text-align: center;
}
#clientes button.owl-dot{
	height: 11px;
	width: 11px;
	border-radius: 50%;
	background-color: #d7d7d7!important;
	margin: 5px 3px;
}
footer{
	border-top: 1px solid #D9D9D9;
	background-color: #fff;
}
footer .social-foot{
	display: flex;
	flex-direction: row;
	gap: .5rem;
	justify-content: center;
	align-items: center;
}
footer .social-foot a.btn-color{
	border-radius: 50%!important;
	width: 34px;
	height: 34px;
	padding: 0!important;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
footer .down-foot{
	border-top: 1px solid #D9D9D9;
	font-size: 14px;
}
/* ==== FIN LAYOUT ====*/


/* ==== SECCIONES ==== */
.titulo-slide{
	font-size: 48px;
	line-height: 48px;
	font-weight: 800;
}
.carousel-item .carousel-caption{
	background-color: rgba(265, 265, 265, .7);
	top: 50%;
	transform: translatey(-50%);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #666;
	padding: 2rem;
}
.carousel-item .carousel-caption .titulo-slide{
	font-size: 50px;
	line-height: 50px;
	font-weight: 900;
	color: #333;
	text-transform: uppercase;
}
[class^='carousel-control-']{
	width: 7%;
	color: #666;
}
[class^='carousel-control-']:is(:hover,:focus){
	color: #222;
}
.carousel-indicators button{
	height: 15px!important;
	width: 15px!important;
	border-radius: 50%!important;
	border: 1px solid #333!important;
	background-color: transparent;
}
.carousel-indicators button.active{
	background-color: #333;
}

.banner-seccion{
	position: relative;
	height: 250px;
	background: no-repeat center center scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.banner-seccion .opacidad{
	background-color: rgba(265, 265, 265, .7);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.banner-seccion > .container{
	height: 100%;
	position: relative;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.banner-seccion.dashboard{
	height: 120px;
}
.banner-seccion .titulo-slide{
	text-transform: uppercase;
	margin: 0;
	font-weight: 400;
	letter-spacing: .1em;
}


#categorias figure{
	position: relative;
	background-color: #bfbfbf;
	transition: all .3s ease-in-out;
}
#categorias figure:hover{
	background-color: #e4e4e4;
}
#categorias figure img{
	width: 100%;
	aspect-ratio: .85;
	object-fit: cover;
	mix-blend-mode: multiply;
}
#categorias .sobre-categoria{
	position: absolute;
	top: 1rem;
	left: 1rem;
	bottom: 1rem;
	right: 1rem;
	border: 2px solid var(--blanco);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
#categorias .sobre-categoria h4{
	text-shadow: 0 0 5px rgba(0, 0, 0, .2);
}
#categorias figure .sobre-categoria a{
	transition: all .3s ease;
	margin-top: 2.5rem;
	opacity: 0;
}
#categorias figure:hover .sobre-categoria a{
	margin-top: 1rem;
	opacity: 1;
}
#categorias .owl-nav {
    display: block!important;
    text-align: right;
    margin-top: 0.5rem;
}
#categorias .owl-nav button span {
    background-color: var(--blanco);
    border: 1px solid var(--negro);
    height: 45px;
    width: 45px;
    border-radius: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--negro);
    transition: all .2s ease-in-out;
}
#categorias .owl-nav button span:hover{
	background-color: var(--negro);
	color: var(--blanco);
}


.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: none;
	position: relative;
}
.productos .card figure{
	position: relative;
	margin: 0;
}
.productos .card figure .img-prod{
	aspect-ratio: 1;
	width: 100%;
	border-radius: 15px;
	border: 1px solid #F0F0F0;
	object-fit: contain;
	transition: all .2s ease-in-out;
}
.productos .card:hover figure .img-prod{
	opacity: .7;
}
.reciclar-icono{
	position: absolute;
	top: .5rem;
	left: .5rem;
	opacity: 1!important;
}
.oferta{
	position: absolute;
	border-radius: 25px;
	top: .5rem;
	right: .5rem;
	padding: 8px 10px;
	font-size: 12px;
	line-height: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.productos .card .card-body{
	text-align: center;
}
.productos .card .card-body .titulo-prod{
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: .05em;
}
.precio-oferta{
	font-size: 14px;
	line-height: 14px;
	text-decoration: line-through;
	letter-spacing: 1px;
	color: #888;
}
.precio{
	font-weight: 700;
	letter-spacing: .1em;
}
#lightgallery li:has([class^='col-']) img{
	aspect-ratio: 1;
	object-fit: contain;
	object-position: center;
} 

/*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 .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%;
}

/*==== CARRO DE COMPRAS ====*/
.table-carro thead th{
	text-transform: uppercase;
	font-size: 14px;
	color: #666;
}
.table-carro tbody td img{
	height:100px; 
	width: 90px; 
	min-width: 90px; 
	object-fit: cover;
}
.table-carro tbody td .color-item{
	border: 1px solid #e3e3e3;
	height:16px;
	width:16px;
	border-radius:50%
}
/*==== FIN CARRO DE COMPRAS ====*/


.pagination{
	justify-content: center;
}
.pagination .page-item .page-link{
	border-radius: 0;
	color: #666;
}
.pagination .page-item.active .page-link{
	background-color: var(--negro);
	border-color: var(--negro);
	color: #fff;
}
.list-noti img{
	aspect-ratio: 1.3;
	object-fit: cover;
}
#preguntas.accordion-flush .accordion-item .accordion-header .accordion-button{
	border-radius: 10px;
	border: none;
	box-shadow: none;
}
.mapa iframe{
	width: 100%;
}

.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;*/
}
#reviews .owl-dots{
	display: flex;
	align-items: center;
	justify-content: center;
	margin:.5rem auto 0 auto;
}
#reviews .owl-dots button{
	height: 15px;
	width: 15px;
	border-radius: 50%;
	background-color: #e3e3e3!important;
	margin:0 3px;
}

.menu-user .nav-link{
	background-color: #f6f6f6;
	color: #777;
	margin-bottom: .5rem;
	font-size: 15px;
}
.menu-user .nav-link i{
	margin-right: .5rem;
}
.menu-user .nav-link:hover{
	color: var(--negro);
}
.menu-user .nav-link.active{
	color: var(--negro);
	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)
    }
}


/* ==== RESPONSIVE ==== */

@media screen and (min-width: 0px){
	body header{
		margin-top: 80px;
	}
	body:has(.topbar) header{
		margin-top: 117px;
	}
	#navbar .header-menu > div{
		width: 33%;
	}
	#navbar .navbar-brand img{
		width: 140px;
	}
	#navbar.navbar-shrink .navbar-brand img{
		width: 130px;
	}
	.banner-seccion .titulo-slide{
		font-size: 34px;
		line-height: 34px;
	}
	.titulo{
		font-size: 26px;
	}
}	
@media screen and (min-width: 575.99px){
	body header{
		margin-top: 90px;
	}
	body:has(.topbar) header{
		margin-top: 130px;
	}
	.titulo-slide{
		font-size: 28px;
		line-height: 28px;
		font-weight: 700;
	}
	.banner-seccion .titulo-slide{
		font-size: 38px;
		line-height: 38px;
	}
	.titulo{
		font-size: 28px;
	}
}
@media screen and (min-width: 767.99px){
	#navbar .header-menu > div{
		width: 33%;
	}
	.banner-seccion .titulo-slide{
		font-size: 40px;
		line-height: 40px;
	}
	.titulo{
		font-size: 32px;
	}
}
@media screen and (min-width: 991.99px){
	
}