*{
	padding: 0;
	margin: 0;
}

body, html{
	width: 100% !important;
	height: 100% !important;
}

.st-blue{
	fill:#0766D1;
}

.bg-blue1{
	background-color: #6092FD;
}

.border1{
	border: 1px solid black;
	border-radius: 7px;
}

.shopping-cart:hover, .shopping-user:hover{
	cursor: pointer;
	background-color: black;
	& img{
		filter: invert(100%);
	}
}


#sas-icon{
	margin-left: 40px;
}

.form-search{
	margin-right: 40px;
}

main{
	width: 95% !important;
}

.carousel-item{
	height: 80% !important;
}

.container-cards{
	max-width: 70%;
}

.carousel-control-prev, .carousel-control-next{
	color: black !important;
}


.btn-clasification{
	padding: 10px 50px !important;
	border-radius: 0px !important;
	border-right: 2.3px solid #0d6efd !important;
}

.btn-clasification:hover{
	background-color: #0d6efd !important;
	color: #fff !important;
}

.clasification{
	background-color: rgb(248, 249, 250);
}

.carousel-control-next-icon, .carousel-control-prev-icon{
	filter: invert(100%);
}


.carousel-control-prev, .carousel-control-next{
	margin-top: 3%;
	height: 70% !important;
	border: 1px solid black !important;
	border-radius: 6px;
	width: 5% !important;
}


.footer{
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 160px;
	border: 1px solid lightgray;
	padding-top: 10px;
}

.btn-precio{
	position: absolute;
}

.card-body{
	height: 300px;
}

.news-latter{
	height: 30px;
	width: 80%;
	display: block;
	margin: auto;
	margin: 3px 0px;
}

#inicioSesion{
	
	width: 900px !important;
	height: 500px !important;
	border: 1px solid black;
	margin: 50px auto auto auto;
	border-radius: 10px;

	& hr{
		margin: auto auto 10px auto !important;
		width: 70%;
	}

	& h2{
		margin-top: 20px;	
		display: block;
		text-align: center;
		padding: 10px;
	}

}


#labelLogin, #logIn{
	background-color: #f85663;
	color: #FFF;
}

.item{
	height: auto;
	width: 300px;
	margin-bottom: 25px;
}

/* KEYFRAMES */
@keyframes appear {
	from {
	  opacity: 0;
	  clip-path: inset(100% 100% 0 0);
	}
	to {
	  opacity: 1;
	  clip-path: inset(0 0 0 0);
	}
  }

.col{
	animation: appear 0.5s forwards;
	animation-timeline: view();
	animation-range: entry 0% cover 40%;
}

.card__footer{
	width: 100%;
	position: absolute;
	margin: auto;
	bottom: 10px;
	left: 100px;
}