@import url('https://fonts.googleapis.com/css2?family=Lobster+Two:ital,wght@1,700&family=Poppins:wght@200;400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;400&display=swap');
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body{
	background: #E0E4E5;
	font-family: 'Open Sans', sans-serif;
	background-image: linear-gradient(35deg, gray, white,gray, white, gray);
}
header {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	background-color: #06113b;
	color: white;
	padding: 5px;
  }
  .navbar {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding: 10px 0 10px 55px;
  }
  header .navbar .ll {
	font-family: "Lobster Two", cursive;
	font-size: 55px;
	margin-top: 5px;
	color: rgb(242, 237, 244);
	padding-left: 55px;
  }
  header .navbar a {
	font-family: "Poppins", sans-serif;
	color: white;
	padding-left: 35px;
	font-weight: 500;
	font-size: 16px;
	text-decoration: none;
	justify-items: center;
	align-items: center;
  }
  
  .navbar a:hover {
	color: rgb(246, 217, 209);
	opacity: 1;
	font-weight: 900;
  }

.wrap{
	max-width: 1100px;
	width: 90%;
	margin: auto;
}

.wrap > h1{
	color: #4d4949;
	font-weight: 400;
	display: flex;
	flex-direction: column;
	text-align: center;
	margin: 15px 0px;
	font-weight: bolder;
	color: #06113B;
}

.wrap > h1:after{
	content: '';
	width: 100%;
	height: 1px;
	background: #c7c7c7;
	margin: 20px 0;
}

.store-wrapper{
	display: flex;
	flex-wrap: wrap;
}

.category_list{
	display: flex;
	flex-direction: column;
	width: 18%;
}

.category_list .category_item{
	display: block;
	width: 90%;
	padding: 15px 0;
	margin-bottom: 20px;
	background-color: #06113B;

	text-align: center;
	text-decoration: none;
	color: #fff;
	border-radius: 20px;
}

.category_list .ct_item-active{
	background: #2D3E50;
}

/* videos ============*/

.products-list{
	width: 82%;
	display: flex;
	flex-wrap: wrap;
}


.products-list .product-item{
	width: 22%;
	margin-left: 3%;
	margin-bottom: 25px;
	box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.22);

	display: flex;
	flex-direction: column;
	align-items: center;
	align-self: flex-start;

	transition: all .4s;
}

.products-list .product-item img{
	width: 100%;
}

.products-list .product-item a{
	display: block;
	width: 100%;
	padding: 8px 0;
	background: #2D3E50;

	color: #fff;
	text-align: center;
	text-decoration: none;
}



.footer1 {
	display:grid;
	grid-template-columns: 35% auto auto auto;
	font-family: 'poppins', sans-serif;
	color: white;
	background-color: #06113B;
	width: 100%;
	height: 150px;
  
	padding: 20px 10px 30px 20px;
	margin:auto
		
  }
  
  .footer2 {
   
	color: white;
	background-color: #06113B;
	width: 100%;
	height: 40px;
   
	padding: 20px 10px 30px 20px;
	margin:auto
		
  }
  
  .footer2 h4{
	font-size: 11px;
	text-align: center;
	font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	font-weight: 400;
	
  }
  
  footer .look{
	font-family: 'Lobster Two', cursive;
	text-decoration: none;
	font-size: 35px;
	color:white;
  }
  footer h2{
	font-family: 'poppins', sans-serif;
	font-size: 13px;
  }
  
  footer h3{
	font-family: 'poppins', sans-serif;
	font-size: 17px;
	font-weight: bold;
  }
  
  .lado2{
	margin-top: 20px;
  }
  
  
  /*ICONOS*/
  .lado1 a {
	display:inline-block;
	margin-top: 2%;
	text-decoration: none;
	font-size: 20px;
	color:white;
	margin-right: 10px;
	margin-bottom: 10px;
  }
  
  
  .lado2 a {
	display:flex;
	margin-top: 1%;
	text-decoration: none;
	font-size: 10px;
	color:white;
	margin-right: 10px;
	margin-bottom: 10px;
  }
  
  

/* RESPONSIVE */

@media screen and (max-width: 1100px){

	header {
		/* padding: 10px 0; */
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	  }
	
	  header .navbar a {
		display: none;
		padding-left: 530px;
	  }
	  
	  header .ll {
		margin: 0;
		padding: 0;
		font-size: 100px;
	  }
	
	  footer {
		margin-top: 300px;
		display: flex;
		flex-direction: column;
		height: 100%;
		width: 100%;
	  }
	
	  footer .footer1 {
		display: flex;
		flex-direction: column;
		height: 90%;
		width: 100%;
		padding-left: 50px;
	  }
	  footer .footer1 .lado1,
	  footer .footer1 .lado2 {
		width: 90%;
		margin: 0;
		margin-bottom: 50px;
	  }
	  /* footer .footer1 .lado1 .look {
		font-size: 70px;
	  }
	
	  footer .footer1 .lado2 h3 {
		font-size: 30px;
	  }
	  footer .footer1 .lado2 a {
		font-size: 20px;
	  } */
	
	  footer .footer2 {
		width: 100%;
	
	  }
	  /* footer .footer2 h4 {
		font-size: 20px;
	  } */

	.products-list .product-item{
		width: 30.3%;
	}
}

@media screen and (max-width: 900px){

	header {
		/* padding: 10px 0; */
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	  }
	
	  header .navbar a {
		display: none;
		padding-left: 530px;
	  }
	  
	  header .ll {
		margin: 0;
		padding: 0;
		font-size: 100px;
	  }
	
	  footer {
		margin-top: 300px;
		display: flex;
		flex-direction: column;
		height: 100%;
		width: 100%;
	  }
	
	  footer .footer1 {
		display: flex;
		flex-direction: column;
		height: 90%;
		width: 100%;
		padding-left: 50px;
	  }
	  footer .footer1 .lado1,
	  footer .footer1 .lado2 {
		width: 90%;
		margin: 0;
		margin-bottom: 50px;
	  }
	  /* footer .footer1 .lado1 .look {
		font-size: 70px;
	  }
	
	  footer .footer1 .lado2 h3 {
		font-size: 30px;
	  }
	  footer .footer1 .lado2 a {
		font-size: 20px;
	  } */
	
	  footer .footer2 {
		width: 100%;
	
	  }
	  /* footer .footer2 h4 {
		font-size: 20px;
	  } */
	.category_list,
	.products-list{
		width: 100%;
	}

	.category_list{
		flex-direction: row;
		justify-content: space-between;
	}

	.category_list .category_item{
		align-self: flex-start;
		width: 15%;
		font-size: 14px;
	}

	.products-list .product-item{
		margin-left: 4.5%;
	}

	.products-list .product-item:nth-child(3n+1){
		margin-left: 0px;
	}
}

@media screen and (max-width: 700px){
	header {
		/* padding: 10px 0; */
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	  }
	  .navbar {
		padding: 10px 0;
	  }
	
	  header .navbar a {
		display: none;
		padding-left: 530px;
	  }
	  
	  header .ll {
		margin: 0;
		padding: 0 !important;
		font-size: 100px;
	  }
	
	  footer {
		margin-top: 300px;
		display: flex;
		flex-direction: column;
		height: 100%;
		width: 100%;
	  }
	
	  footer .footer1 {
		display: flex;
		flex-direction: column;
		height: 90%;
		width: 100%;
		padding-left: 50px;
	  }
	  footer .footer1 .lado1,
	  footer .footer1 .lado2 {
		width: 90%;
		margin: 0;
		margin-bottom: 50px;
	  }
	  /* footer .footer1 .lado1 .look {
		font-size: 70px;
	  }
	
	  footer .footer1 .lado2 h3 {
		font-size: 30px;
	  }
	  footer .footer1 .lado2 a {
		font-size: 20px;
	  } */
	
	  footer .footer2 {
		width: 100%;
	
	  }
	  /* footer .footer2 h4 {
		font-size: 20px;
	  } */

	.category_list{
		flex-direction: column;
	}
	.category_list .category_item{
		width: 100%;
		margin-bottom: 10px;
	}
}

@media screen and (max-width: 600px){
	header {
		/* padding: 10px 0; */
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	  }
	  .navbar {
		padding: 10px 0;
	  }
	  header .navbar a {
		display: none;
		padding-left: 130px;
	  }
	  
	  header h1 {
		margin: 0;
		padding: 0 !important;
	  }
	
	  footer {
		margin-top: 300px;
		display: flex;
		flex-direction: column;
		height: 100%;
		width: 100%;
	  }
	
	  footer .footer1 {
		display: flex;
		flex-direction: column;
		height: 90%;
		width: 100%;
	  }
	  footer .footer1 .lado1,
	  footer .footer1 .lado2 {
		width: 90%;
		margin: 0;
	  }
	
	  footer .footer2 {
		width: 100%;
	  }
	

	.products-list .product-item{
		width: 47.5%;
	}

	.products-list .product-item:nth-child(3n+1){
		margin-left: 4.5%;
	}

	.products-list .product-item:nth-child(2n+1){
		margin-left: 0px;
	}

}

@media screen and (max-width: 350px){
	header {
		/* padding: 10px 0; */
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	  }
	  .navbar {
		padding: 10px 0;
	  }
	
	  header .navbar a {
		display: none;
		padding-left: 130px;
	  }
	  
	  header h1 {
		margin: 0;
		padding: 0 !important;
	  }
	
	  footer {
		margin-top: 300px;
		display: flex;
		flex-direction: column;
		height: 100%;
		width: 100%;
	  }
	
	  footer .footer1 {
		display: flex;
		flex-direction: column;
		height: 90%;
		width: 100%;
	  }
	  footer .footer1 .lado1,
	  footer .footer1 .lado2 {
		width: 90%;
		margin: 0;
	  }
	
	  footer .footer2 {
		width: 100%;
	  }
	

	.products-list .product_item{
		width: 100%;
		margin-left: 0px;
	}
}