* {
	margin: 0;
	padding: 0;
	color: #f2f2f2;
	box-sizing: border-box;
	font-family: 'Montserrat', sans-serif;
}

body { background: #f2f2f2; }


/* Productos */
div.contProducts {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}

.prdcontenido {
	width: 220px;
	height: 240px;
	margin: 10px;
	background-color: #FFFFFF;
	position: relative;
	border-radius: 5px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	border: rgba(187, 187, 187, 0,40);
	display: flex;
}

.time {
	position: absolute;
	top: 8px;
	right: 20px;
	color: #002a45;
}

.img-box {
	width: 210px;
	height: 150px;
	margin-top: -30px;
}

.img-box img {
	width: auto;
	max-width: 90%;
	height: 100%;
}

.detail {
	position: absolute;
	color: #323232;
	font-size: 16px;
	margin-top: 140px; 
}

.pricebusq {
	position: absolute;
	font-size: 20px;
	color: #006924;
	text-decoration: none;
	margin-top: 200px; 
}

/* Users */
div.contUsers {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}

div.usercard {
	width: 320px;
	height: 150px;
	margin: 10px;
	border-radius: 10px;
	background: #ffffff;
}

div.usercard a {
	text-decoration: none;
}

div.photo-usu-box {
	display: flex;
	height: 65%;
}

div.usercard-img {
	margin: 20px 0 0 10px;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	overflow: hidden;
}

div.usercard-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

div.cont-info-user p {
	font-weight: bold;
	margin: 20px 0 0 10px;
	color: #454545;
}

div.usercard button.btn-agregar {
	height: 35px;
	width: 130px;
	border: none;
	border-radius: 8px;
	color: #ffffff;
	font-weight: bold;
	background: #6299e5;
}

/* Category */
div.contCategory {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}

div.category-card {
	width: 380px;
	height: 380px;
	margin: 10px;
	border-radius: 5px;
	background: #ffffff;
}

div.category-card h3 {
	color: #454545;
	padding: 20px;
}

div.category-card div {
	margin: 5px;
	border-radius: 5px;
	width: 90%;
	height: 130px;
}

div.category-card div img {
	width: auto;
	min-width: 160px;
	max-width: 160px;
	border: 1px solid #CCCCCC;
	padding: 5px;
	height: 100%;
	border-radius: 10px;
}

/* Footer */
footer {
	width:100%;
	font-family:"Open Sans";
	color:#fff;
	top:100%
}

div.footer-bottom {
	width:100%;
	padding: 25px 0;
	text-align:center
}

div.footer-bottom p, div.footer-bottom a {
	color:#333;
}

/* Responsive desing */
@media (max-width: 1270px) {
	div.usercard button.btn-agregar {
		height: 30px;
		width: 120px;
	}

	/* Category */
	div.category-card {
		margin: 5px;
	}
}

@media (max-width: 1200px) {
	/* User card */
	div.cont-info-user p {
		font-size: 14px;
	}

	/* Category */
	div.category-card h3 {
		font-size: 18px;
	}
}

@media (max-width: 1130px) {
	/* Products */
	div.titproductos h2 {
		font-size: 22px;
	}
}

@media (max-width: 910px) {	
	/* Products */
	p.time {
		font-size: 14px;
	}

	p.detail {
		font-size: 14px; 
	}

	p.pricebusq {
		font-size: 18px;
	}

	div.titproductos h2 {
		font-size: 20px;
	}

	/* Footer */
}

@media (max-width: 850px) {
	/* Footer */
	
}

@media (max-width: 500px) {	
	/* Category */
	div.category-card {
		width: 320px;
		height: 320px;
	}

	div.category-card h3 {
		font-size: 16px;
		padding: 10px;
	}

	div.category-card div {
		margin: 5px;
		height: 120px;
	}

	div.category-card div img {
		min-width: 120px;
		max-width: 120px;
		height: 100%;
	}
}

@media (max-width: 350px) {
	/* Category */
	div.category-card {
		width: 300px;
		height: 300px;
	}

	div.category-card h3 {
		font-size: 14px;
	}

	div.category-card div {
		width: 90%;
		height: 100px;
	}

	div.category-card div img {
		width: auto;
		min-width: 120px;
		max-width: 120px;
		height: 90%;
	}

	/* Products */
	.prdcontenido {
		width: 220px;
		height: 280px;
	}

	.img-box img {
		margin-top: 10px;
		max-width: 80%;
		height: 90%;
	}

	.detail {
		margin-top: 160px; 
	}

	.pricebusq {
		margin-top: 220px; 
	}
}

@media (max-width: 300px) {
	/* Category */
	div.category-card {
		width: 250px;
		height: 250px;
	}

	div.category-card div {
		width: 70%;
		height: 80px;
	}

	div.category-card div img {
		min-width: 80px;
		max-width: 80px;
		height: 90%;
	}

	/* Products */
	.prdcontenido {
		width: 200px;
		height: 240px;
	}

	.img-box img {
		margin-top: 30px;
		max-width: 60%;
		height: 70%;
	}

	.detail {
		margin-top: 130px; 
	}

	.pricebusq {
		margin-top: 180px; 
	}
}

@media (max-width: 260px) {
	/* Users */
	div.usercard {
		width: 200px;
	}

	div.usercard-img {
		width: 50px;
		height: 50px;
		border-radius: 50%;
	}

	/* Category */
	div.category-card {
		width: 200px;
		height: 200px;
	}

	div.category-card div {
		width: 60%;
		height: 60px;
	}

	div.category-card div img {
		min-width: 60px;
		max-width: 60px;
	}

	/* Products */
	div.contProducts {
		display: block;
	}

	.prdcontenido {
		width: 140px;
		height: 220px;
		margin: 0 0 10px -40px;
	}

	.img-box img {
		margin-top: 40px;
		max-width: 50%;
		height: 60%;
	}

	.detail {
		margin-top: 100px; 
	}

	.pricebusq {
		margin-top: 150px; 
	}
}