body {
	font-family: "Montserrat", serif;
}
footer{
	background-color: #434f3a;
	color: #fff;
}
footer .down-foot{
	border-top: 1px solid #343f2b;
}
footer .down-foot-dos{
	border-bottom: 1px solid #343f2b;
}
.list-group-item {
    text-decoration: noneimportant;
    background-color: #ffffff00!important;
    border: none!important;
}
.af:hover{
	color: #adaa02!important;
}
.mh-title{
	min-height: 35px;
}
.mh-text{
	min-height: 80px;
}
.bg-green-light{
	background-color: #f3f7dc;
}
.icono-circulo {
    border-radius: 50%;
    color: #fff;
    font-size: 1rem;
    height: 40px;
    width: 40px;
    background-color: #adaa02;
    border: 1px solid #adaa02;
    -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;
}
.icono-circulo:hover{
	background-color: #434f3a;
	border: 1px solid #434f3a;
	color: #fff;
}
.topbar{
	background-color: #d6ddb6;
}
.menu-secciones{
	background-color: #fff;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.card-home{
	background-color: #d6ddb6;
	border-radius: 0px;
	border: 0px;
}
.topbar{
	font-size: 14px;
	font-weight: 300;
}

.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-size: .85rem;
	font-weight: 300;
	text-align: center;
	color: #434f3a;
	padding: 10px 20px;
	letter-spacing: 1px;
}
#navbar .nav-item .nav-link.active,
#navbar .nav-item .nav-link:hover{
	font-size: .85rem;
	font-weight: 300;
	text-align: center;
	color: #adaa02;
}
.dropdown-menu{
	border-radius: 0px;
	border: 1px solid #434f3a;
	background-color:  #434f3a;
	color: #fff;
}
.dropdown-menu li a{
	font-size: .85rem;
	font-weight: 300;
	text-align: center;
	color: #fff;
	padding: 6px 12px;
	letter-spacing: 1px;
	background-color: #434f3a;
}
.dropdown-menu li a:hover{
	font-size: .85rem;
	font-weight: 300;
	text-align: center;
	color: #fff;
	background-color: #adaa02;
	padding: 6px 12px;
	letter-spacing: 1px;
}

.btn-icono{
	display: inline-flex;
	align-items: center;
	color: #666;
	font-size: 15px;
	font-weight: 300;
	padding: 3px;
}
.btn-icono .cont-icono{
	width: 44px;
	height: 44px;
	border-radius: 50%;
	font-size: 25px;
	background-color: #F2F8EB;
	color: var(--botones);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.btn-icono.dropdown-toggle{
	flex-direction: row;	
}
.btn-icono.dropdown-toggle::after{
	font-size: 14px;
	margin-left: 0;
}
.buscador{
	width: 20%;
}
.buscador .input-group{
	border-radius: 25px;
	padding: 3px;
}
.buscador .form-control{
	border: 1px solid #e3e3e3!important;
	border-radius: 25px;
	border-top-right-radius: 25px!important;
    border-bottom-right-radius: 25px!important;
	padding:.5rem 1rem;
}
.buscador .form-control::placeholder{
	font-size: .85rem;
	color: #666;
	font-weight: 300;
	font-style: italic;
}
.buscador .input-group .btn-color{
	border-radius: 50%!important;
	aspect-ratio: 1;
	padding: 6px 13px!important;
	color: #fff;
	background-color: #adaa02;
}
.buscador .input-group .btn-color:is(:hover,:focus,:active){
	background-color: #434f3a;
	color: #fff;
}

.cont-results{
	position: absolute;
	bottom: 0;
}
#results, #results2 {
    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;
    width: 100%;
}
#results a,
#results2 a{
	text-decoration: none;
	font-size: 14px;
	color: #666;
}
#results a:hover,
#results2 a:hover{
	color: var(--botones);
}

.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: 190px!important;
	opacity: .6;
	transition: all .3s ease;
}
#clientes .owl-item figure:hover img{
	opacity: 1;
}
.owl-dots{
	text-align: center;
}
.owl-dots button.owl-dot{
	height: 11px;
	width: 11px;
	border-radius: 50%;
	background-color: #d7d7d7!important;
	margin: 5px 3px;
}

/*.carousel-inner{
	margin-top: 165px;
}*/
.carousel-item {
	/*margin-top: 120px;*/
	height: 70vh;
	min-height: 450px;
	max-height: 700px;
	background: no-repeat center center scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.carousel-caption{
	bottom: inherit;
	padding: 0;
	text-align: left;
	position: absolute;
	top: 70%;
	transform: translateY(-70%);
}
.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;
    background-color: #b1b1b1;
    background-blend-mode: multiply;
    border-bottom: 4px solid #adaa02;
}
.titulo-slide {
    font-size: 2.1rem;
    color: #fff;
    font-weight: 700;
    text-shadow: 0 0 5px #3e470a8c;
}
.titulo-slide .script{
	font-size: 2.1rem;
    color: #fff;
    font-weight: 700;
    text-shadow: 0 0 5px #3e470a8c;
}
.banner-seccion .titulo-slide{
	font-size: 2.1rem;
    color: #fff;
    font-weight: 700;
    text-shadow: 0 0 5px #3e470a8c;
}
.top-titulo{
	color: #adaa02;
	font-size: .8rem;
	font-weight: 300;
	letter-spacing: 1px;
}
.titulo,
.titulo p{
	font-size: 2.5rem;
	font-weight: 600;
	color: #434f3a;
}
.titulo strong{
	font-size: 2.5rem;
	font-weight: 600;
	color: #303030;
}
.titulo-news,
.titulo-news p{
	font-size: 2rem;
	font-weight: 300;
	color: #303030;
}
.titulo-small,
.titulo-small p{
	font-size: 2rem;
	font-weight: 300;
	color: #303030;
}
.subtitulo {
    font-size: 1.2rem;
    font-weight: 600;
    color: #434f3a;
}
.texto{
	color: #666;
	font-size: 1rem;
	font-weight: 300;
}
.texto-dark{
	color: #444e38;
	font-size: 1rem;
	font-weight: 300;
}
.texto-s{
	color: #434f3a;
	font-size: .85rem;
	font-weight: 300;
}
.texto-s b{
	color: #666;
	font-size: .85rem;
	font-weight: 700;
}
.texto-slide{
	max-width: 650px;
	margin: auto;
	color: #fff;
	font-size: 1rem;
	font-weight: 300;
	text-shadow: 0 0 5px #3e470a8c;
}
.top-date{
	color: #adaa02;
	font-size: .75rem;
	font-weight: 300;
	letter-spacing: 1px;
}
.btn-color {
    border-radius: 10px;
    background-color: #adaa02;
    color: #fff;
    font-size: .9rem;
    font-weight: 400;
    padding: 8px 25px;
}
.btn-color-dos{
	border-radius: 10px;
	background-color: #adaa0200;
	border: 1px solid #adaa02;
	color: #fff;
	font-size: .9rem;
	font-weight: 400;
	letter-spacing: 1px;
	padding: 8px 25px;
}
.btn-color-line {
    border-radius: 10px;
    background-color: #adaa0200;
    border: 2px solid #adaa02;
    color: #adaa02;
    font-size: .9rem;
    font-weight: 400;
    padding: 8px 25px;
}
.btn-color:is(:hover,:focus){
	background-color: #434f3a!important;
	color: #fff!important;
}
.btn-color-dos:is(:hover,:focus){
	background-color: #434f3a!important;
	border: 1px solid #434f3a;
	color: #fff!important;
}
.btn-color-line:is(:hover,:focus){
	background-color: #434f3a!important;
	border: 2px solid #434f3a;
	color: #fff!important;
}

.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{
	border-radius: 20px;
	overflow: hidden;
	aspect-ratio: 1;
}
#categorias figure img{
	height: 100%;
	width: 100%;
	object-fit: cover;
}

#categorias .owl-nav {
    display: flex!important;
    position: absolute;
    top: -3rem;
    right: 0;
    text-align: right;
    margin-bottom: 0.5rem;
}
#categorias .owl-nav button{
    background-color: var(--botones);
    height: 45px;
    width: 45px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin: 0 2px;
    transition: all .2s ease-in-out;
}
#categorias .owl-nav button:hover{
	background-color: var(--botones-hover);
	color: var(--botones);
}

.btn-categorias{
	background-color: #f1f1f1;
	padding: 3px 3px 3px 1rem;
	display: inline-flex;
	justify-content: space-between;
	border-radius:25px;
	align-items: center;
	font-size: 14px;
	font-weight: 600;
	color: #333;
}
.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-left: .4rem;
	color: #fff;
	font-size: 16px;
}
.btn-categorias:hover{
	background-color: #cbe0ba!important;
	color: #333;
}

.offcanvas .accordion.categorias .accordion-item a.nav-link{
	padding: 16px 20px;
}

.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{
	overflow: hidden;
	border-radius: 0px;
	transition: all .2s ease-in-out;
	background-color: #e9f0cd;
}
.productos .card:is(:hover){
	box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, .15);
}
.productos .card figure{
	overflow: hidden;
}
.productos .card figure img{
	width: 100%;
	object-fit: cover;
	transition: transform .2s;
}
.productos .card:hover figure img{
	-ms-transform: scale(1.1); /* IE 9 */
  	-webkit-transform: scale(1.1); /* Safari 3-8 */
  	transform: scale(1.1);
}
.productos .card .card-footer{
	background-color: #ffffff00!important;
}
.productos .card .oferta,
.oferta{
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #fff;
	padding: 5px 10px;
	border-radius: 20px;
	position: absolute;
	top: .5rem;
	right: .5rem;
	font-weight: 600;
}
.productos .card h6{
	font-size: 15px;
	max-height: 36px;
	overflow: hidden;
}

.precio-oferta{
	font-size: 14px;
	text-decoration: line-through;
}

/*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: #f6f6f6;
    color: var(--botones);
    padding: 0.5rem 1rem;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
}
.nav-pills .nav-item .nav-link:is(:hover,:focus),
.nav-pills .nav-item .nav-link.active{
	background-color: #e4eddd;
	color: var(--botones-hover);
}

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

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

@media (max-width: 1024px) {

}

@media screen and (min-width: 992px){
	/*.carousel-inner, .banner-seccion, .header-detalle{
		margin-top: 140px;
	}*/
}
@media screen and (max-width: 992px){
	/*.carousel-inner, .banner-seccion, .header-detalle{
		margin-top: 140px;
	}*/
}
@media screen and (min-width: 767px){
	.titulo{
		font-size: 32px;
	}
}
@media (max-width: 767px) {
	#navbar .navbar-brand img{
		width: 230px;
	}
	#navbar.navbar-shrink .navbar-brand img{
		width: 180px;

	}
	.titulo-slide{
		font-size: 28px;
		line-height: 28px;
		font-weight: 700;
	}
	.titulo-slide .script{
		font-size: 30px;
		line-height: 60px;
	}
	.titulo{
		font-size: 28px;
	}
	/*.carousel-inner, .banner-seccion, .header-detalle {
	    margin-top: 130px;
	}*/
	.banner-seccion .titulo-slide{
		font-size: 36px;
		line-height: 36px;
	}
}
@media (max-width: 576px){
	/*#navbar .navbar-brand{
		width: 100%;
		margin-right: 0;
		margin-bottom: .3rem;
		text-align: center;
	}*/
	/*.carousel-inner, .banner-seccion, .header-detalle {
	    margin-top: 180px;
	}*/
}
@media (max-width: 499px){
	/*#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: 160px;
	}
	/*.carousel-inner, .banner-seccion, .header-detalle{
		margin-top: 170px;
	}*/
	.titulo{
		font-size: 26px;
	}
	
}