@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');

*
{
	box-sizing: border-box;
}

html
{
	scroll-behavior: smooth;
}

body
{
	font-family: "Lato", sans-serif;
	font-size: 13px;
	background-color: #191919;
	color: #999999;
}

h1, h2, h3
{
	margin-bottom: 5px;
}

h1
{
	font-size: 24px;
}

h2
{
	font-size: 17px;
	font-weight: bold;
}

h3
{
	line-height: 1.25;
}

a
{
	text-decoration: none;
	color: inherit;
	cursor: pointer;
}

ul
{
	display: flex;
	justify-content: space-around;
	margin: 0 auto;
	gap: 25px;
}

p
{
	line-height: 1.5;
	margin: 10px 0;
}

header
{
	padding: 5px 50px;
	display: flex;
	align-items: center;
}

main
{
	min-height: 100vh;
	background-color: #EEEEEE;
	color: #000000;
}

#showcase
{
	display: flex;
	padding: 50px;
	gap: 25px;
	margin-top: 25px;
}

footer
{
	padding: 50px;
}

footer section
{
	display: flex;
	gap: 50px;
}

footer ul.info
{
	font-size: 18px;
}

footer ul.info li i
{
	display: block;
	font-size: 32px;
	margin: 15px;
	color: #078944;
}

footer ul.info li
{
	padding: 15px;
	text-align: center;
	line-height: 1.5;
	width: 25vw;
}

footer ul.social
{
	gap: 5px;
	justify-content: flex-start;
}

footer ul.social li a
{
	display: flex;
	background-color: #141414;
	padding: 5px;
	transition: 0.2s;
}

footer ul.social li a:hover
{
	background-color: #078944;
	color: #FFFFFF;
}

footer ul.social li i
{
	margin: 0;
	display: block;
	width: 24px;
	height: 24px;
	text-align: center;
	line-height: 2;
}

hr
{
	border: none;
	border-top: 1px solid #232323;
	margin: 35px;
}

#mapa
{
	min-width: 70vw;
}

.categories
{
	min-width: 315px;
}

.categories ul
{
	border: 1px solid blue;
	flex-direction: column;
	gap: 0;
	border: solid 1px rgba(0,0,0,.15);
	border-radius: 6px;
	box-shadow: 3px 3px 9px rgba(164, 164, 186, 0.2);
	overflow: hidden;
}

.categories li a
{
	padding: 10px;
	display: block;
	transition: 0.2s;
}

.categories li.active a,
.categories li a:hover
{
	background-color: #078944;
	color: #FFFFFF;
}

.products
{
	flex: 1;
}

.products ul.catalog
{
	flex-flow: wrap;
	justify-content: center;
}

.products ul.catalog li
{
	flex: 1;
	width: 250px;
	min-width: 250px;
	min-height: 325px;
	box-shadow: 3px 3px 9px rgba(164,164,186,0.2);
	border: solid 1px #dddddd;
	padding: 10px;
	border-radius: 6px;
	position: relative;
}

.products ul.catalog li div.thumbnail
{
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	height: 60%;
}

.products ul.catalog li img
{
	width: 100%;
}

.products ul.catalog li h3
{
	margin: 5px;
}

.products ul.catalog li hr
{
	border: none;
	border-top: 1px solid #bebebe;
}

.products ul.catalog li span.price
{
	color: #078944;
	font-size: 25px;
	position: absolute;
	bottom: 10px;
}

.products ul.catalog li button
{
	position: absolute;
	right: 10px;
	bottom: 10px;
	font-weight: bold;
	cursor: pointer;
}

button
{
	background-color: #078944;
	padding: 0 15px;
	border: none;
	border-radius: 5px;
	color: #FFFFFF;
	height: 30px;
}

.search
{
	margin-top: -60px;
}

.search form
{
	padding: 15px 0 15px 15px;
	text-align: right;
	display: flex;
	justify-content: end;
	gap: 5px;
}

.search form input
{
	height: 30px;
	padding: 10px;
	border-radius: 5px;
	border: 1px solid #909090;
	flex: 1;
	max-width: 375px;
}

#showcase ul.pagination
{
	justify-content: center;
	margin: 25px;
	gap: 10px;
	border-top: 1px solid #464646;
	padding-top: 15px;
}

#showcase ul.pagination li
{
	background-color: #191919;
	color: #FFFFFF;
	border-radius: 5px;
	min-width: 40px;
	text-align: center;
}

#showcase ul.pagination li.active
{
	background-color: #078944;
	padding: 5px 15px;
}

#showcase ul.pagination li a
{
	display: block;
	padding: 5px 15px;
}

#nosotros
{
	background-color: #FFFFFF;
	text-align: center;
	min-height: 50vh;
	padding: 100px;
}

#nosotros h1
{
	color: #078944;
	margin: 25px;
}

#nosotros p
{
	line-height: 2;
	width: 70%;
	margin: 15px auto;
}

.swiper
{
	width: 100%;
	height: 100%;
}

.swiper-wrapper
{
	height: 450px;
}

.swiper-slide
{
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

.swiper-slide > div
{
	display: flex;
	width: 75%;
	height: 100%;
	position: absolute;
	align-items: center;
	justify-content: center;
	z-index: 2;
	pointer-events: none;
	flex-direction: column;
	color: #FFFFFF;
}

.swiper-slide img
{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.swiper-slide::after
{
	background-color: rgba(0, 0, 0, 0.5);
	content: "";
	display: inline-block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

.swiper-slide h1
{
	font-size: 32px;
	margin: 15px 0;
}

.swiper-slide h2
{
	font-size: 26px;
}

.swiper-slide p
{
	font-size: 18px;
	color: #FFFFFF;
	width: 75%;
}

.swiper-slide span
{
	color: #078944;
}

.swiper
{
	margin-left: auto;
	margin-right: auto;
}

.swiper-button-next, .swiper-button-prev
{
	color: #078944;
}

.swiper-pagination-bullet
{
	background: white;
}

.swiper-pagination-bullet-active
{
	background: #078944;
}

@media (max-width: 960px)
{
	.catalog li
	{
		width: auto;
		min-height: 370px;
		width: 100%;
	}
}

@media (max-width: 720px)
{
	header
	{
		padding: 10px;
	}

	#logo img
	{
		height: 60px;
	}

	nav ul
	{
		gap: 0;
		font-size: 12px;
	}

	#showcase
	{
		flex-direction: column;
		padding: 25px;
	}

	.categories
	{
		min-width: auto;
	}

	.catalog li
	{
		width: auto;
		min-height: 370px;
	}

	.search
	{
		margin: 0;
	}

	.search form
	{
		padding: 15px 0;
	}

	#nosotros
	{
		padding: 10px;
	}

	#nosotros img
	{
		width: 100%;
	}

	footer
	{
		padding: 25px;
	}

	footer section
	{
		flex-direction: column;
	}

	footer ul.info
	{
		font-size: 14px;
		flex-direction: column;
	}

	footer ul.info li
	{
		padding: 0;
		width: auto;
	}

	.swiper-slide h1
	{
		font-size: 18px;
	}

	.swiper-slide h2
	{
		font-size: 16px;
	}

	.swiper-slide p
	{
		font-size: 14px;
	}
}
