:root{
	--negro: #000;
	--blanco: #fff;
	--fuente-ppal: 'Montserrat', sans-serif;
	--script: 'Halimun', 'Montserrat', sans-serif;
}
@font-face {
  	font-family: 'Halimun';
  	src: url('../fonts/Halimun.woff2') format('woff2'),
		url('../fonts/Halimun.woff') format('woff');
  	font-style: normal;
  	font-weight: normal;
}

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

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

.script{
	font-family: var(--script)!important;
	font-weight: 400;
}

.topbar{
	background-color: var(--negro);
	font-size: 13px;
	letter-spacing: 1px;
	font-weight: 300;
}

#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: 200px;
	-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-size: 13px;
	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 .nav-item .nav-link.active::after,
#navbar .nav-item .nav-link:is(:hover)::after{
	background-color: var(--negro);
}

#navbar .btn-link{
	text-decoration: none;
	color: #777;
}
#navbar .btn-link:is(:hover,:focus){
	color: #222!important;
}

.icono{
	font-size: 20px;
	line-height: 20px;
}
.icono-lg{
	font-size: 23px;
	line-height: 23px;
}
#buscar, #buscar2{
	border-radius: 0;
	border:0;
	border-bottom: 1px solid #D9D9D9;
	padding: .4rem .7rem;
	font-size: 13px;
	color: #666;
	min-width: 200px;
}
#buscar::placeholder,
#buscar2::placeholder{
	font-size: 13px;
	color: #666;
}
#buscar + button.btn-link,
#buscar2 + button.btn-link{
	color: #777;
}
.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{
	background-color: #FAFAFA;
}
.suscribir .form-control{
	border:0;
	color: #666;
	padding: .4rem .7rem;
	border-bottom: 1px solid #666;
	background-color: transparent;
}

#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 .down-foot{
	border-top: 1px solid #D9D9D9;
	font-size: 14px;
}


.form-control, 
.form-select{
	border-radius: 0;
}


.btn{
	border-radius: 0;
}
.btn-sm{
	font-size: 12px!important;
	line-height: 12px;
}
.btn-color{
	background-color: #222;
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: .7rem 1.4rem;
}
.btn-color:is(:hover,:focus){
	background-color: var(--negro)!important;
	color: var(--blanco)!important;
}
.btn-outline-gris{
	border-radius: 20px;
	padding: .5rem 1rem;
	border: 1px solid #D9D9D9;
	color: #777;
}
.btn-outline-gris:is(:hover, :focus){
	background-color: #222!important;
	color: var(--blanco)!important;
}
.btn-outline-blanco{
	background-color: transparent;
	color: var(--blanco);
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: .7rem 1.4rem;
	border-color: var(--blanco);
}
.btn-outline-blanco:is(:hover,:focus){
	background-color: var(--blanco)!important;
	color: #222!important;
}

/*.carousel-inner{
	margin-top: 165px;
}*/

.carousel-item {
/*	height: 78vh;*/
	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;
	position: relative;
}
.carousel-item .opacidad{
	background-color: rgba(265, 265, 265, .8);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.banner-seccion{
/*	margin-top: 120px;*/
	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, .8);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.banner-seccion.dashboard{
	height: 120px;
}
.titulo-slide{
	font-size: 48px;
	line-height: 48px;
	font-weight: 800;
}
.titulo-slide .script{
	font-size: 38px;
	line-height: 68px;
	margin-bottom: 0;
	font-weight: 400!important;
}
.banner-seccion .titulo-slide{
	font-size: 40px;
	line-height: 40px;
}
.header-detalle{
	margin-top: 185px;
}
.carousel-item img{
	width: 95%;
	aspect-ratio: .8;
	object-fit: cover;
}
.cuadro-lineas{
	height: 20%;
	width: 50%;
	border: 4px solid #222;
}
.cuadro-lineas.sup{
	position: absolute;
	top: 2rem;
	left: -.8rem;
	border-bottom: 0;
	border-right: 0;
}
.cuadro-lineas.inf{
	position: absolute;
	bottom: .8rem;
	right: -.8rem;
	border-top: 0;
	border-left: 0;
}
[class^='carousel-control-']{
	width: 7%;
	color: #666;
}
[class^='carousel-control-']:is(:hover,:focus){
	color: #222;
}
.carousel-indicators button{
	height: 24px!important;
	width: 24px!important;
	border-radius: 50%!important;
	border: 1px solid #333!important;
	background-color: transparent!important;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.carousel-indicators button::after{
	content: '';
	display: block;
	height: 8px;
	width: 8px;
	background-color: #333;
	transform: rotate(45deg);
}


.titulo{
	color: #333;
	font-size: 35px;
	font-weight: 600;
	letter-spacing: .2em;
}
.text-small{
	font-size: 14px;
}
.text-10{
	font-size: 10px;
}
.linea-color{
	height: 1px;
	width: 50px;
	background-color: var(--negro);
}

.subtitulo{
	letter-spacing: .15em;
}


.filtro-prop .form-select,
.filtro-prop form .bootstrap-select>.dropdown-toggle{
	background-color: transparent;
	border-radius: 0;
	border-color: #666;
	color: #666;
	font-size: 13px;
	padding: .8rem .8rem;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.filtro-prop .form-select option,
.filtro-prop .bootstrap-select .dropdown-menu li a{
	color: #666;
	font-size: 14px;
	text-transform: capitalize!important;
}
/*.filtro-prop .btn-color:is(:hover,:focus){
	border-color: var(--turquesa)!important;
	color: var(--turquesa)!important;
}*/

#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 img{
	aspect-ratio: .8;
	width: 100%;max-height: 270px;
	object-fit: cover;
	transition: all .2s ease-in-out;
}
.productos .card:hover img{
	opacity: .7;
}
.productos figure .oferta{
	position: absolute;
	top: .5rem;
	right: .5rem;
	padding: 8px 10px;
	font-size: 10px;
	line-height: 10px;
	letter-spacing: 2px;
	background-color: var(--negro);
	color: var(--blanco);
	text-transform: uppercase;
}

.precio-oferta{
	font-size: 13px;
	line-height: 13px;
	text-decoration: line-through;
	letter-spacing: 1px;
}

/*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%;
}
.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)
    }
}

@media (max-width: 1024px) {

}
@media screen and (min-width: 992px){
	.carousel-inner, .banner-seccion{
		margin-top: 165px;
	}
	
}
@media screen and (max-width: 992px){
	.carousel-inner, .banner-seccion{
		margin-top: 130px;
	}
	.banner-seccion .titulo-slide{
		font-size: 38px;
		line-height: 38px;
	}
}
@media screen and (min-width: 767px){
	#navbar .header-menu > div{
		width: 33%;
	}
	.titulo{
		font-size: 32px;
	}
}
@media (max-width: 767px) {
	.titulo-slide{
		font-size: 28px;
		line-height: 28px;
		font-weight: 700;
	}
	.titulo-slide .script{
		font-size: 30px;
		line-height: 60px;
	}
	#navbar .header-menu > div{
		width: 33%;
	}
	.titulo{
		font-size: 28px;
	}
	.banner-seccion .titulo-slide{
		font-size: 28px;
		line-height: 28px;
	}
}
@media (max-width: 499px){
	#navbar .navbar-brand img{
		width: 140px;
	}
	#navbar.navbar-shrink .navbar-brand img{
		width: 130px;
	}
	.carousel-inner, .banner-seccion{
		margin-top: 105px;
	}
	.titulo{
		font-size: 26px;
	}
	
}

/* ── Aparicion de los bloques al hacer scroll ────────────────────────── */
.anim{
	opacity: 0;
	transform: translateY(30px);
	transition: opacity .7s cubic-bezier(.22, 1, .36, 1), transform .7s cubic-bezier(.22, 1, .36, 1);
	will-change: opacity, transform;
}
.anim--izq{ transform: translateX(-30px); }
.anim--der{ transform: translateX(30px); }
.anim--zoom{ transform: scale(.94); }
.anim.is-visible{
	opacity: 1;
	transform: none;
	will-change: auto;
}

/* ── Parallax del slide de portada ───────────────────────────────────── */
.carousel-item{
	position: relative;
	overflow: hidden;
	z-index: 0;
}
/* La imagen de fondo pasa a una capa mas alta que el slide: ese excedente
   es el recorrido que tiene para desplazarse sin dejar franjas vacias */
.carousel-item::before{
	content: '';
	position: absolute;
	top: -14%;
	bottom: -14%;
	left: 0;
	right: 0;
	background-image: inherit;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	transform: translate3d(0, var(--parallax, 0px), 0);
	will-change: transform;
	z-index: -1;
}
.carousel-item .container{
	will-change: transform, opacity;
}

@media (prefers-reduced-motion: reduce){
	.anim{
		opacity: 1 !important;
		transform: none !important;
		transition: none !important;
	}
	.carousel-item::before{ transform: none !important; }
	.carousel-item .container{ transform: none !important; opacity: 1 !important; }
}
