:root{
	--verde: #6ba541;
	--verde2: #25b33c;
}
body {
	font-family: 'Lato', sans-serif;
	background-color: #efefef;
}
h1,h2,h3,h4,h5,h6{
	font-weight: 900;
}
p,li{
	font-weight: 300;
}
.topbar{
	font-size: 14px;
	font-weight: 300;
}
#results {
    max-height: 300px;
    text-align: left;
    list-style: none;
    padding: 5px 15px;
    overflow: scroll;
    background-color: #fff;
    border-radius: 10px;
    position: absolute;
    z-index: 99;
}
#navbar{
	background: -webkit-linear-gradient(to bottom, #000, 60%, rgba(0, 0, 0, 0));
	background: linear-gradient(to bottom, #000, 60%, rgba(0, 0, 0, 0));
	-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{
	background: #000;
	-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-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: 230px;
	-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;
	color: #f1f1f1;
	padding: 8px .8rem;
	letter-spacing: .5px;
}
#navbar .nav-item .nav-link:hover{
	color: rgba(255, 255, 255, .6);
}
#navbar .nav-item .nav-link.active{
	color: var(--verde);
}


/*CSS Icono Carro de Compras*/
.btn-carro{
    font-size: 1.4rem;
    padding-right: .1rem;
}
.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: red;
	padding:0;
	color: #fff;
}
/*CSS Icono Carro de Compras*/

.noticias-inicio img{
	border-radius: 15px;
	height: 90px;
	object-fit: cover;
}

footer{
	background-color: #1a1a20;
}
footer.margin-negative{
	margin-top: -7rem;
	padding-top: 3rem;
}
footer .down-foot{
	background-color: #000;
}

.btn{
	border-radius: 20px;
	padding: .5rem 1rem;
	font-weight: 300;
}
.btn-outline-color{
	border-color: var(--verde);
	color: var(--verde);
}
.btn-color,
.btn-outline-color:hover{
	background-color: var(--verde);
	color: #fff;
}
.btn-color:hover{
	background-color: var(--verde2);
	color: #fff;
}
.text-color{
	color: var(--verde);
}
.linea-color{
	height: 2px;
	width: 80px;
	background-color: var(--verde);
}


.carousel-item {
	position: relative;
	/*margin-top: 120px;*/
	height: 100vh;
	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;
	background-color: #dbdbdb;
	background-blend-mode: multiply;
}
.carousel-item .gradiente,
.banner-seccion .gradiente{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 300px;
	background: -webkit-linear-gradient(to top, rgba(0,0,0,.8), 60%, rgba(0, 0, 0, 0));
	background: linear-gradient(to top, rgba(0,0,0,.8), 60%, rgba(0, 0, 0, 0));;
}
.banner-seccion .gradiente{
	height: 200px;
}
.banner-seccion{
	/*margin-top: 120px;*/
	height: 350px;
	background: no-repeat center center scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: relative;
}
.carousel-caption{
	bottom: 6rem;
	padding: 0;
	left: 8%;
	right: 8%;
	text-align: left;
	position: absolute;
}
.carousel-control-next, 
.carousel-control-prev{
	width: 8%;
}
.carousel-indicators{
	left: inherit;
    bottom: 3rem;
    margin-right: 8%;
    margin-left: 8%;
}
.rrss-slide{
	position: absolute;
	right: 8%;
	bottom: 6rem;
}
.titulo-slide{
	font-size: 52px;
	line-height: 52px;
}
.titulo{
	color: #333;
	font-size: 36px;
}
.text-small{
	font-size: 14px;
}
.margin-top--n{
	margin-top: -3.5rem;
}

.categorias .accordion-button:not(.collapsed){
	color: var(--verde);
	background-color: #6ba5412b;
}
.pagination{
	justify-content: flex-end;
}
.pagination .page-item .page-link{
	color: var(--verde);
	border: none;
	border-radius: 10px;
	background-color: transparent;
}
.pagination .page-item .page-link:hover{
	background-color: #fff;
}
.pagination .page-item.active .page-link{
	background-color: var(--verde);
	color: #fff;
}
.productos .card img{
	width: 100%;
	height: 500px;
	object-fit: cover;
}
.productos .card .c-body{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, .0), 50%, rgba(0, 0, 0, 1.0));
	background: linear-gradient(to bottom, rgba(0, 0, 0, .0), 50%, rgba(0, 0, 0, 1.0));
}

.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*/

.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%;
}
.noti-breve{
	border-left: 2px solid var(--verde);
	padding-left: 1rem;
}
.form-control{
	border-radius: 20px;
	border-color: var(--verde);
}
.cont-sanitizar{
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
}
.cont-sanitizar .img-ppal{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.cont-sanitizar .gradiente-blanco{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 35%;
	background: linear-gradient(to left, #fff, 60%, rgba(255, 255, 255, 0));
}
.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% 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)
    }
}

@media (max-width: 1024px) {

}
@media (max-width: 991px){
	.cont-sanitizar .gradiente-blanco{
		top: inherit;
		bottom: 0;
		right: 0;
		left: 0;
		width: 100%;
		height: 35%;
		background: linear-gradient(to top, #fff, 60%, rgba(255, 255, 255, 0));
	}
}
@media (max-width: 767px) {
	.titulo-slide{
		font-size: 40px;
		line-height: 40px;
	}
	.rrss-slide{
		left: 8%;
	}
	.carousel-caption{
		bottom: 10rem;
	}
}
@media (max-width: 499px){
	
}