*{
  margin: 0;
  padding: 0;
  font-family: 'Montserrat';
}

.fijado{
  position: sticky;
  top: 0px;
  z-index: 10;
  width: 50%;
  border-bottom-right-radius: 15px;
  background-color: #6AC52B;
  display: flex;
}

.fijado p{
  font-size: 17px;
  padding: 5px;
  color: #fff;
  margin-left: 70px;
}

.fijado p a{
  text-decoration: none;
  color: #fff;
}

.fijado p a:hover{
  color: #555;
  transition: color .5s;
}

#whatsapp-chat {
	position: fixed;
	background: #fff;
	width: 25%;
	border-top-left-radius:  15px;
	box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
	bottom: 0px;
	right: 0px;
	overflow: hidden;
	z-index: 99;
	animation-name: showchat;
	animation-duration: 1s;
	transform: scale(1);
}

.hide {
	display: none;
	animation-name: showhide;
	animation-duration: 1.5s;
	transform: scale(.1);
}

.title{
  display: flex;
  color: #fff;
  background-color: #6AC52B;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  padding-left: 10px;
  padding-top: 20px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.title .fa-xmark{
  cursor: pointer;
  animation-name: showhide;
	animation-duration: 1s;
  padding-left: 80px;
}

.fa-xmark{
  
  padding-left: 20PX;
  font-size: 25px;
  
}


.header-chat {
	background: #ffffff;
	color: #6ac52b;
	padding: 0px;
	z-index: 120;
}

.header-chat h3 {
	margin: 0 0 10px 0;
}

.header-chat p {
	font-size: 14px;
	line-height: 1.7;
	margin: 0;
}

.info-avatar {
	position: relative;
}

.info-avatar img {
	border-radius: 100%;
	width: 70px;
	float: left;
	margin: 0 0px 0px 10px;
}

.info-avatar:before {
	content: "\f232";
	z-index: 1;
	font-family: "Font Awesome 5 Brands";
	background: #6ac52b;
	color: #fff;
	padding: 4px 10px;
	border-radius: 100%;
	position: absolute;
	top: 50px;
	left: 50px;
}

.info-chat span {
	display: block;
}

#get-label,
span.chat-label {
	font-size: 20px;
	color: #6ac52b;
}

#get-nama,
span.chat-nama {
	margin: 5px 0 0;
	font-size: 18px;
	font-weight: 700;
	color: #222;
}

#get-label {
	color: #6ac52b;
  margin-right: 10px;
}

#get-nama {
	color: rgb(133, 145, 136);
  margin-right: 10px;
}

#get-nama a{
  text-decoration: none;
  color: #000;
}

a#send-it {
	color: #555;
	width: 40px;
	margin: -5px 0 0 5px;
	font-weight: 700;
	padding: 8px;
	background: #eee;
	border-radius: 10px;
}

#get-nama a:hover {
  transition: color .5s;
	color: #6ac52b;
}

a.close-chat {
	position: absolute;
	top: 0px;
	right: 15px;
	color: #6ac52b;
	font-size: 50px;
}

.get-new{
  margin-bottom: 20px;
}

.whastapp{
  font-size: 60px;
  color: #6AC52B;
  border-radius: 5px;
  cursor: pointer;
  position: fixed;
  right: 0;
  bottom: 0px;
}

.ir-arriba{
  display: none;
  padding: 15px 20px;
  background: #6AC52B;
  border-radius: 5px;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
  position: fixed;
  bottom: 90px;
  right: 0;
	
}

.container{
  width: 85%;
  margin: auto;
}

.clients{
	margin-left: 10%;
  display: flex;
}

.clients img{
  width: 250px;
  margin-right: 100px;
}

.container h1{
	margin-top: 20px;
	margin-bottom: 40px;
	color: #6AC52B;
	font-size: 35px;
	text-align: center;
	font-weight: 600;
}

.text p{
	color: rgb(99, 97, 97);
	font-size: 20px;
	width: 40%;
	text-align: justify;
	margin-bottom: 70px;
}

.brands{
	display: flex;
	flex-direction: column;
	margin-bottom: 5%;
}

.row1{
	margin-top: 60px;
	display: flex;
}

.row1 p{
	width: 90%;
	font-size: 20px;
	text-align: center;
	margin-bottom: 15px;
	color: rgb(99, 97, 97);
}

.row1 img{
	border-radius: 20px;
	margin-right: 40px;
}

.row2{
	margin-top: 60px;
	display: flex;
}

.row2 p{
	width: 90%;
	font-size: 20px;
	text-align: center;
	margin-bottom: 15px;
	color: rgb(99, 97, 97);
}

.row2 img{
	border-radius: 20px;
	margin-right: 40px;
}

.papa img{
	width: 224px;
	height: 230px;
}

.piaci img{
	width: 231px;
	height: 230px;
}

.patio img{
	width: 232px;
	height: 230px;
}

.samu img{
	width: 230px;
	height: 230px;
}

.row3{
	margin-top: 60px;
	display: flex;
}

.row3 p{
	width: 90%;
	font-size: 20px;
	text-align: center;
	margin-bottom: 15px;
	color: rgb(99, 97, 97);
}

.row3 img{
	border-radius: 20px;
	margin-right: 40px;
}

.salpikitos img{
	width: 224px;
	height: 230px;
}

.rafael img{
	width: 231px;
	height: 230px;
}

.pop img{
	width: 232px;
	height: 230px;
}

.licorera img{
	width: 230px;
	height: 230px;
}

.monaco p{
	margin-left: 10px;
	margin-top: 120px;
}

.row4{
	margin-top: 60px;
	display: flex;
}

.row4 p{
	width: 90%;
	font-size: 20px;
	text-align: center;
	margin-bottom: 15px;
	color: rgb(99, 97, 97);
}

.row4 img{
	border-radius: 20px;
	margin-right: 40px;
}

.anshlem img{
	width: 224px;
	height: 230px;
}

.rochelas img{
	width: 231px;
	height: 230px;
}

.mustapan img{
	width: 232px;
	height: 230px;
}

.anshelm{
	margin-right: -20px;
}

.anshelm p{
	margin-left: -15px;
}

.rochelas p{
	margin-bottom: 40px;
}

.mustapan p{
	margin-bottom: 40px;
}

.magipan{
	margin-top: 150px;
}

.coffee p{
	margin-left: 40px;
	margin-top: 150px;
}

.row5{
	margin-top: 60px;
	display: flex;
}

.row5 p{
	width: 90%;
	font-size: 20px;
	text-align: center;
	margin-bottom: 15px;
	color: rgb(99, 97, 97);
}

.row5 img{
	border-radius: 20px;
	margin-right: 40px;
}

.wonka img{
	margin-top: 25px;
	width: 224px;
	height: 230px;
}

.sakura img{
	width: 231px;
	height: 230px;
}

.arka img{
	width: 230px;
	height: 230px;
}

.parmed img{
	width: 223px; 
	height: 230px;
}

.sakura p{
	margin-bottom: 40px;
}

.matambre p{
	margin-bottom: 120px;
}


.matambre img{
	width: 232px;
}

.arka p{
	margin-bottom: 40px;
}

.row6{
	margin-top: 60px;
	display: flex;
}

.row6 p{
	width: 90%;
	font-size: 20px;
	text-align: center;
	margin-bottom: 15px;
	color: rgb(99, 97, 97);
}

.row6 img{
	border-radius: 20px;
	margin-right: 40px;
}

.thiagos img{
	width: 224px;
	height: 230px;
}

.pandora img{
	width: 231px;
	height: 230px;
}

.capachos img{
	width: 232px;
	height: 230px;
}

.sabor img{
	width: 230px;
	height: 230px;
}

.epa img{
	width: 223px; 
	height: 230px;
}


.row7{
	margin-top: 60px;
	display: flex;
}

.row7 p{
	width: 90%;
	font-size: 20px;
	text-align: center;
	margin-bottom: 15px;
	color: rgb(99, 97, 97);
}

.row7 img{
	border-radius: 20px;
	margin-right: 40px;
}

.cafe img{
	width: 231px;
	height: 230px;
}

.barra img{
	width: 232px;
}

.american img{
	width: 223px; 
	height: 230px;
}


.terraza p{
	width: 80%;
	margin-right: 140px;
	margin-top: 150px;
}

.barra p{
	margin-bottom: 90px;
}

.casa p{
	margin-top: 150px;
	margin-right: 120px;
}

.american p{
	margin-bottom: 40px;
}

.row8{
	margin-top: 60px;
	display: flex;
}

.row8 p{
	width: 90%;
	font-size: 20px;
	text-align: center;
	margin-bottom: 15px;
	color: rgb(99, 97, 97);
}

.row8 img{
	border-radius: 20px;
	margin-right: 40px;
}

.loper img{
	width: 224px;
	height: 230px;
}

.cache img{
	width: 231px;
	height: 230px;
}

.cero img{
	width: 232px;
	height: 230px;
}

.beer img{
	width: 230px;
	height: 230px;
}

.chick img{
	width: 223px; 
	height: 230px;
}

.row9{
	margin-top: 60px;
	display: flex;
}

.row9 p{
	width: 90%;
	font-size: 20px;
	text-align: center;
	margin-bottom: 40px;
	color: rgb(99, 97, 97);
}

.row9 img{
	border-radius: 20px;
	margin-right: 40px;
}

.carriel img{
	width: 224px;
	height: 230px;
}

.pamayte img{
	width: 231px;
	height: 230px;
}

.camasa img{
	width: 230px;
	height: 230px;
}

.parador img{
	width: 223px; 
	height: 230px;
}


.carriel p{
	margin-bottom: 40px;
}

.pamayte p{
	margin-bottom: 40px;
}

.terracruz p{
	margin-top: 160px;
	margin-right: 170px;
}

.camasa p{
	margin-bottom: 40px;
}

.row10{
	margin-top: 60px;
	display: flex;
}

.row10 p{
	width: 90%;
	font-size: 20px;
	text-align: center;
	margin-bottom: 15px;
	color: rgb(99, 97, 97);
}

.row10 img{
	border-radius: 20px;
	margin-right: 40px;
}

.wow img{
	width: 224px;
}

.golden img{
	width: 231px;
	height: 230px;
}

.real img{
	width: 232px;
	height: 230px;
}

.francis img{
	width: 230px;
	height: 230px;
}

.digital img{
	width: 223px; 
	height: 230px;
}


.snacks p{
	margin-bottom: 40px;
}

.golden p{
	margin-bottom: 15px;
}

.francis p{
	margin-bottom: 15px;
}

.digital p{
	margin-bottom: 15px;
}

@media screen and (min-width: 320px) and (max-width: 480px){
	.fijado{
		width: 80%;
	}
		
	.fijado p{
		font-size: 10px;
		margin-left: 0%;
	}
			
	#whatsapp-chat {
		width: 80%;
		bottom: 80px;
		right: 35px;
	}
		
	.title{
		font-size: 12px;
		display: flex;
		color: #fff;
		background-color: #6AC52B;
		border-top-left-radius: 15px;
		border-top-right-radius: 15px;
		padding-left: 10px;
		padding-top: 20px;
		padding-right: 10px;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
		
	.title .fa-xmark{
		cursor: pointer;
		padding-left: 10PX;
		font-size: 15px;
	}
		
	.boddy{
    border-right:2px solid rgb(183, 179, 179);
    border-bottom: 2px solid rgb(183, 179, 179);
    border-bottom-right-radius: 10px;
  }
		
	.header-chat {
		background: #ffffff;
		color: #6ac52b;
		padding: 20px;
		z-index: 120;
	}
		
	.header-chat h3 {
		margin: 0 0 10px 0;
	}
		
	.header-chat p {
		font-size: 6px;
		line-height: 1.7;
		margin: 0;
	}
		
	.info-avatar img {
		border-radius: 100%;
		width: 30px;
		float: left;
		margin: 0 0px 0px 10px;
	}
		
	.info-avatar:before {
		content: "\f232";
		z-index: 1;
		font-family: "Font Awesome 5 Brands";
		background: #6ac52b;
		color: #fff;
		padding: 2px;
		border-radius: 100%;
		position: absolute;
		top: 15px;
		left: 30px;
	}
		
	#get-label,
	span.chat-label {
		margin-right: 10px;
		font-size: 10px;
		color: #6ac52b;
	}
		
	#get-nama,
	span.chat-nama {
		margin: 5px 10px 0 0;
		font-size: 10px;
		font-weight: 700;
		color: #222;
	}
		
	#get-label {
		color: #6ac52b;
	}
		
	#get-nama {
		color: rgb(133, 145, 136);
	}
		
	#get-nama a{
		text-decoration: none;
		color: #000;
	}
		
	a#send-it {
		color: #555;
		width: 40px;
		margin: -5px 0 0 5px;
		font-weight: 700;
		padding: 8px;
		background: #eee;
		border-radius: 10px;
	}
		
	#get-nama a:hover {
		transition: color .5s;
		color: #6ac52b;
	}
		
		/*a.close-chat {
			position: absolute;
			top: 10px;
			right: 25px;
			color: #fff;
			font-size: 50px;
		}*/
		
	.get-new{
		margin-bottom: 20px;
	}
		
	.ir-arriba{
		padding: 10px 10px;
		font-size: 15px;
	}
		
	.whastapp{
		font-size: 40px;
	}

	.container{
		width: 100%;
	}

	.clients{
		display: flex;
	}
	
	.clients img{
		width: 80%;
		margin: auto;
	}
	
	.container h1{
		margin-top: 20px;
		margin-bottom: 40px;
		font-size: 25px;
	}
	
	.text p{
		color: rgb(99, 97, 97);
		font-size: 20px;
		width: 90%;
		margin: auto;
		margin-bottom: 10%;
	}
	
	.brands{
		display: flex;
		flex-direction: column;
		text-align: center;
	}
	
	.row1{
		margin-top: 60px;
		display: flex;
		flex-direction: column;
	}
	
	.row1 p{
		width: 100%;
		font-size: 20px;
		margin-bottom: 15px;
		color: rgb(99, 97, 97);
	}
	
	.row1 img{
		width: 80%;
		border-radius: 20px;
		margin-right: 0px;
	}
	
	.row2{
		margin-top: 0px;
		display: flex;
		flex-direction: column;
	}
	
	.row2 p{
		width: 100%;
		font-size: 20px;
		text-align: center;
		margin-bottom: 15px;
		color: rgb(99, 97, 97);
	}
	
	.row2 img{
		width: 80%;
		border-radius: 20px;
		margin-right: 0px;
	}
	
	.parmed img{
		height: auto;
	}

	.row3{
		margin-top: 60px;
		display: flex;
		flex-direction: column;
	}
	
	.row3 p{
		width: 100%;
		font-size: 20px;
		text-align: center;
		margin-bottom: 15px;
		color: rgb(99, 97, 97);
	}
	
	.row3 img{
		width: 80%;
		border-radius: 20px;
		margin-right: 0px;
	}
	
	.monaco p{
		width: 50%;
    margin-left: 25%;
		margin-top: 100px;
		margin-bottom: 100px;
	}
	
	.row4{
		margin-top: 0px;
		display: flex;
		flex-direction: column;
	}
	
	.row4 p{
		width: 100%;
		font-size: 20px;
		text-align: center;
		margin-bottom: 15px;
		color: rgb(99, 97, 97);
	}
	
	.row4 img{
		width: 80%;
		border-radius: 20px;
		margin-right: 0px;
	}
	
	.anshelm{
		margin-right: 0px;
	}
	
	.anshelm p{
		margin-left: 0px;
	}
	
	.rochelas p{
		margin-bottom: 0px;
	}
	
	.mustapan p{
		margin-bottom: 0px;
	}
	

	.magipan p{
		margin-top: 0px;
		margin-bottom: 0px;
	}
	
	.coffee p{
		margin-left: 0px;
		margin-top: 50px;
		margin-bottom: 0px;
	}
	
	.row5{
		margin-top: 0px;
		display: flex;
		flex-direction: column;
	}
	
	.row5 p{
		width: 100%;
		font-size: 20px;
		text-align: center;
		margin-bottom: 15px;
		color: rgb(99, 97, 97);
	}
	
	.row5 img{
		width: 80%;
		border-radius: 20px;
		margin-right: 0px;
	}
	
	.sakura p{
		margin-bottom: 0px;
	}
	
	.matambre p{
		margin-bottom: 0px;
	}
	
	.matambre img{
		height: auto;
	}

	.arka p{
		margin-bottom: 0px;
	}
	
	.row6{
		margin-top: 0px;
		display: flex;
		flex-direction: column;
	}
	
	.row6 p{
		font-size: 20px;
		text-align: center;
		margin-bottom: 15px;
		color: rgb(99, 97, 97);
	}
	
	.row6 img{
		width: 80%;
		border-radius: 20px;
		margin-right: 0px;
	}
	
	.row7{
		margin-top: 0px;
		display: flex;
		flex-direction: column;
	}
	
	.row7 p{
		width: 100%;
		font-size: 20px;
		text-align: center;
		margin-bottom: 15px;
		color: rgb(99, 97, 97);
	}
	
	.row7 img{
		width: 80%;
		border-radius: 20px;
		margin-right: 0px;
	}
	
	.terraza p{
		width: 50%;
    margin-left: 25%;
		margin-top: 50px;
		margin-bottom: 100px;
	}
	
	.barra img{
		height: auto;
	}

	.barra p{
		margin-bottom: 0px;
	}
	
	.casa p{
		margin-top: 100px;
		margin-bottom: 100px;
		margin-right: 120px;
	}
	
	.american p{
		margin-bottom: 0px;
	}
	
	.row8{
		margin-top: 0px;
		display: flex;
		flex-direction: column;
	}
	
	.row8 p{
		width: 100%;
		font-size: 20px;
		text-align: center;
		margin-bottom: 15px;
		color: rgb(99, 97, 97);
	}
	
	.row8 img{
		width: 80%;
		border-radius: 20px;
		margin-right: 0px;
	}
	
	.row9{
		margin-top: 0px;
		display: flex;
		flex-direction: column;
	}
	
	.row9 p{
		width: 100%;
		font-size: 20px;
		text-align: center;
		margin-bottom: 15px;
		color: rgb(99, 97, 97);
	}
	
	.row9 img{
		width: 80%;
		border-radius: 20px;
		margin-right: 0px;
	}
	
	.carriel p{
		margin-bottom: 0px;
	}
	
	.pamayte p{
		margin-bottom: 0px;
	}
	
	.terracruz p{
		margin-top: 100px;
		margin-bottom: 100px;
		margin-right: 0px;
	}
	
	.camasa p{
		margin-bottom: 0px;
	}
	
	.row10{
		margin-top: 0px;
		display: flex;
		flex-direction: column;
	}
	
	.row10 p{
		width: 100%;
		font-size: 20px;
		text-align: center;
		margin-bottom: 15px;
		color: rgb(99, 97, 97);
	}
	
	.row10 img{
		width: 80%;
		border-radius: 20px;
		margin-right: 0px;
	}
	
	.snacks p{
		margin-bottom: 0px;
	}
	
	.golden p{
		margin-bottom: 0px;
	}
	
	.francis p{
		margin-bottom: 0px;
	}
	
	.digital p{
		margin-bottom: 0px;
	}
	
}
	
@media screen and (min-width: 480px) and (max-width: 768px){
		.fijado{
			width: 80%;
		}
			
		.fijado p{
			font-size: 10px;
			margin-left: 3%;
		}
				
		#whatsapp-chat {
			width: 60%;
			bottom: 80px;
			right: 35px;
		}
			
		.title{
			font-size: 12px;
			display: flex;
			color: #fff;
			background-color: #6AC52B;
			border-top-left-radius: 15px;
			border-top-right-radius: 15px;
			padding-left: 10px;
			padding-top: 20px;
			padding-right: 10px;
			padding-bottom: 10px;
			margin-bottom: 10px;
		}
			
		.title .fa-xmark{
			cursor: pointer;
			padding-left: 30PX;
			font-size: 15px;
		}
			
		.boddy{
			border-right:2px solid rgb(183, 179, 179);
			border-bottom: 2px solid rgb(183, 179, 179);
			border-bottom-right-radius: 10px;
		}
			
		.header-chat {
			background: #ffffff;
			color: #6ac52b;
			padding: 20px;
			z-index: 120;
		}
			
		.header-chat h3 {
			margin: 0 0 10px 0;
		}
			
		.header-chat p {
			font-size: 6px;
			line-height: 1.7;
			margin: 0;
		}
			
		.info-avatar img {
			border-radius: 100%;
			width: 50px;
			float: left;
			margin: 0 0px 0px 10px;
		}
			
		.info-avatar:before {
			content: "\f232";
			z-index: 1;
			font-family: "Font Awesome 5 Brands";
			background: #6ac52b;
			color: #fff;
			padding: 5px;
			border-radius: 100%;
			position: absolute;
			top: 25px;
			left: 45px;
		}
			
		#get-label,
		span.chat-label {
			margin-right: 10px;
			font-size: 12px;
			color: #6ac52b;
		}
			
		#get-nama,
		span.chat-nama {
			margin: 5px 10px 0 0;
			font-size: 12px;
			font-weight: 700;
			color: #222;
		}
			
		#get-label {
			color: #6ac52b;
		}
			
		#get-nama {
			color: rgb(133, 145, 136);
		}
			
		#get-nama a{
			text-decoration: none;
			color: #000;
		}
			
		a#send-it {
			color: #555;
			width: 40px;
			margin: -5px 0 0 5px;
			font-weight: 700;
			padding: 8px;
			background: #eee;
			border-radius: 10px;
		}
			
		#get-nama a:hover {
			transition: color .5s;
			color: #6ac52b;
		}
			
			/*a.close-chat {
				position: absolute;
				top: 10px;
				right: 25px;
				color: #fff;
				font-size: 50px;
			}*/
			
		.get-new{
			margin-bottom: 20px;
		}
			
		.ir-arriba{
			padding: 10px 10px;
			font-size: 15px;
		}
			
		.whastapp{
			font-size: 40px;
		}
			
		.container{
			width: 100%;
		}
	
		.clients{
			display: flex;
		}
		
		.clients img{
			width: 100%;
			margin: auto;
		}
		
		.container h1{
			margin-top: 20px;
			margin-bottom: 40px;
			font-size: 25px;
		}
		
		.text p{
			color: rgb(99, 97, 97);
			font-size: 20px;
			width: 90%;
			margin: auto;
			margin-bottom: 10%;
		}
		
		.brands{
			display: flex;
			flex-direction: column;
			text-align: center;
		}
		
		.row1{
			margin-top: 60px;
			display: flex;
			flex-direction: column;
		}
		
		.row1 p{
			width: 100%;
			font-size: 20px;
			margin-bottom: 15px;
			color: rgb(99, 97, 97);
		}
		
		.row1 img{
			width: 60%;
			border-radius: 20px;
			margin-right: 0px;
		}
		
		.row2{
			margin-top: 0px;
			display: flex;
			flex-direction: column;
		}
		
		.row2 p{
			width: 100%;
			font-size: 20px;
			text-align: center;
			margin-bottom: 15px;
			color: rgb(99, 97, 97);
		}
		
		.row2 img{
			width: 60%;
			border-radius: 20px;
			margin-right: 0px;
		}
		
		.parmed img{
			height: auto;
		}
	
		.row3{
			margin-top: 60px;
			display: flex;
			flex-direction: column;
		}
		
		.row3 p{
			width: 100%;
			font-size: 20px;
			text-align: center;
			margin-bottom: 15px;
			color: rgb(99, 97, 97);
		}
		
		.row3 img{
			width: 60%;
			border-radius: 20px;
			margin-right: 0px;
		}
		
		.monaco p{
			width: 50%;
			margin-left: 25%;
			margin-top: 100px;
			margin-bottom: 100px;
		}
		
		.row4{
			margin-top: 0px;
			display: flex;
			flex-direction: column;
		}
		
		.row4 p{
			width: 100%;
			font-size: 20px;
			text-align: center;
			margin-bottom: 15px;
			color: rgb(99, 97, 97);
		}
		
		.row4 img{
			width: 60%;
			border-radius: 20px;
			margin-right: 0px;
		}
		
		.anshelm{
			margin-right: 0px;
		}
		
		.anshelm p{
			margin-left: 0px;
		}
		
		.rochelas p{
			margin-bottom: 0px;
		}
		
		.mustapan p{
			margin-bottom: 0px;
		}
		
	
		.magipan p{
			width: 50%;
			margin-left: 25%;
			margin-top: 0px;
			margin-bottom: 0px;
		}
		
		.coffee p{
			margin-left: 0px;
			margin-top: 50px;
			margin-bottom: 50px;
		}
		
		.row5{
			margin-top: 0px;
			display: flex;
			flex-direction: column;
		}
		
		.row5 p{
			width: 100%;
			font-size: 20px;
			text-align: center;
			margin-bottom: 15px;
			color: rgb(99, 97, 97);
		}
		
		.row5 img{
			width: 60%;
			border-radius: 20px;
			margin-right: 0px;
		}
		
		.sakura p{
			margin-bottom: 0px;
		}
		
		.matambre p{
			margin-bottom: 0px;
		}
		
		.matambre img{
			height: auto;
		}
	
		.arka p{
			margin-bottom: 0px;
		}
		
		.row6{
			margin-top: 0px;
			display: flex;
			flex-direction: column;
		}
		
		.row6 p{
			width: 100%;
			font-size: 20px;
			text-align: center;
			margin-bottom: 15px;
			color: rgb(99, 97, 97);
		}
		
		.row6 img{
			width: 60%;
			border-radius: 20px;
			margin-right: 0px;
		}
		
		.row7{
			margin-top: 0px;
			display: flex;
			flex-direction: column;
		}
		
		.row7 p{
			width: 100%;
			font-size: 20px;
			text-align: center;
			margin-bottom: 15px;
			color: rgb(99, 97, 97);
		}
		
		.row7 img{
			width: 60%;
			border-radius: 20px;
			margin-right: 0px;
		}
		
		.terraza p{
			width: 50%;
			margin-left: 25%;
			margin-top: 50px;
			margin-bottom: 100px;
		}
		
		.barra img{
			height: auto;
		}
	
		.barra p{
			margin-bottom: 0px;
		}
		
		.casa p{
			width: 50%;
			margin-top: 100px;
			margin-bottom: 100px;
			margin-left: 25%;
		}
		
		.american p{
			margin-bottom: 0px;
		}
		
		.row8{
			margin-top: 0px;
			display: flex;
			flex-direction: column;
		}
		
		.row8 p{
			width: 100%;
			font-size: 20px;
			text-align: center;
			margin-bottom: 15px;
			color: rgb(99, 97, 97);
		}
		
		.row8 img{
			width: 60%;
			border-radius: 20px;
			margin-right: 0px;
		}
		
		.row9{
			margin-top: 0px;
			display: flex;
			flex-direction: column;
		}
		
		.row9 p{
			width: 100%;
			font-size: 20px;
			text-align: center;
			margin-bottom: 15px;
			color: rgb(99, 97, 97);
		}
		
		.row9 img{
			width: 60%;
			border-radius: 20px;
			margin-right: 0px;
		}
		
		.carriel p{
			margin-bottom: 0px;
		}
		
		.pamayte p{
			margin-bottom: 0px;
		}
		
		.terracruz p{
			margin-top: 100px;
			margin-bottom: 100px;
			margin-right: 0px;
		}
		
		.camasa p{
			margin-bottom: 0px;
		}
		
		.row10{
			margin-top: 0px;
			display: flex;
			flex-direction: column;
		}
		
		.row10 p{
			width: 100%;
			font-size: 20px;
			text-align: center;
			margin-bottom: 15px;
			color: rgb(99, 97, 97);
		}
		
		.row10 img{
			width: 60%;
			border-radius: 20px;
			margin-right: 0px;
		}
		
		.snacks p{
			margin-bottom: 0px;
		}
		
		.golden p{
			margin-bottom: 0px;
		}
		
		.francis p{
			margin-bottom: 0px;
		}
		
		.digital p{
			margin-bottom: 0px;
		}
}
	
@media screen and (min-width: 768px) and (max-width: 960px){
	.fijado{
			width: 80%;
		}
			
		.fijado p{
			font-size: 15px;
			margin-left: 5%;
		}
				
		#whatsapp-chat {
			width: 40%;
			bottom: 80px;
			right: 35px;
		}
			
		.title{
			font-size: 15px;
			display: flex;
			color: #fff;
			background-color: #6AC52B;
			border-top-left-radius: 15px;
			border-top-right-radius: 15px;
			padding-left: 10px;
			padding-top: 20px;
			padding-right: 10px;
			padding-bottom: 10px;
			margin-bottom: 10px;
		}
			
		.title .fa-xmark{
			cursor: pointer;
			padding-left: 30PX;
			font-size: 20px;
		}
			
		.boddy{
			border-right:2px solid rgb(183, 179, 179);
			border-bottom: 2px solid rgb(183, 179, 179);
			border-bottom-right-radius: 10px;
		}
			
		.header-chat {
			background: #ffffff;
			color: #6ac52b;
			padding: 20px;
			z-index: 120;
		}
			
		.header-chat h3 {
			margin: 0 0 10px 0;
		}
			
		.header-chat p {
			font-size: 6px;
			line-height: 1.7;
			margin: 0;
		}
			
		.info-avatar img {
			border-radius: 100%;
			width: 65px;
			float: left;
			margin: 0 0px 0px 2px;
		}
			
		.info-avatar:before {
			content: "\f232";
			z-index: 1;
			font-family: "Font Awesome 5 Brands";
			background: #6ac52b;
			color: #fff;
			padding: 5px;
			border-radius: 100%;
			position: absolute;
			top: 45px;
			left: 55px;
		}
			
		#get-label,
		span.chat-label {
			margin-right: 10px;
			font-size: 15px;
			color: #6ac52b;
		}
			
		#get-nama,
		span.chat-nama {
			margin: 5px 10px 0 0;
			font-size: 15px;
			font-weight: 700;
			color: #222;
		}
			
		#get-label {
			color: #6ac52b;
		}
			
		#get-nama {
			color: rgb(133, 145, 136);
		}
			
		#get-nama a{
			text-decoration: none;
			color: #000;
		}
			
		a#send-it {
			color: #555;
			width: 40px;
			margin: -5px 0 0 5px;
			font-weight: 700;
			padding: 8px;
			background: #eee;
			border-radius: 10px;
		}
			
		#get-nama a:hover {
			transition: color .5s;
			color: #6ac52b;
		}
			
			/*a.close-chat {
				position: absolute;
				top: 10px;
				right: 25px;
				color: #fff;
				font-size: 50px;
			}*/
			
		.get-new{
			margin-bottom: 20px;
		}
			
		.ir-arriba{
			padding: 15px 15px;
			font-size: 15px;
		}
			
		.whastapp{
			font-size: 50px;
		}

		.container{
			width: 100%;
		}
	
		.clients{
			display: flex;
		}
		
		.clients img{
			width: 100%;
			margin: auto;
		}
		
		.container h1{
			margin-top: 20px;
			margin-bottom: 40px;
			font-size: 25px;
		}
		
		.text p{
			color: rgb(99, 97, 97);
			font-size: 20px;
			width: 90%;
			margin: auto;
			margin-bottom: 10%;
		}
		
		.brands{
			display: flex;
			flex-direction: column;
			text-align: center;
		}
		
		.row1{
			margin-top: 60px;
			display: flex;
			flex-direction: column;
		}
		
		.row1 p{
			width: 100%;
			font-size: 20px;
			margin-bottom: 15px;
			color: rgb(99, 97, 97);
		}
		
		.row1 img{
			width: 40%;
			border-radius: 20px;
			margin-right: 0px;
		}
		
		.row2{
			margin-top: 0px;
			display: flex;
			flex-direction: column;
		}
		
		.row2 p{
			width: 100%;
			font-size: 20px;
			text-align: center;
			margin-bottom: 15px;
			color: rgb(99, 97, 97);
		}
		
		.row2 img{
			width: 40%;
			border-radius: 20px;
			margin-right: 0px;
		}
		
		.parmed img{
			height: auto;
		}
	
		.row3{
			margin-top: 60px;
			display: flex;
			flex-direction: column;
		}
		
		.row3 p{
			width: 100%;
			font-size: 20px;
			text-align: center;
			margin-bottom: 15px;
			color: rgb(99, 97, 97);
		}
		
		.row3 img{
			width: 40%;
			border-radius: 20px;
			margin-right: 0px;
		}
		
		.monaco p{
			width: 50%;
			margin-left: 25%;
			margin-top: 100px;
			margin-bottom: 100px;
		}
		
		.row4{
			margin-top: 0px;
			display: flex;
			flex-direction: column;
		}
		
		.row4 p{
			width: 100%;
			font-size: 20px;
			text-align: center;
			margin-bottom: 15px;
			color: rgb(99, 97, 97);
		}
		
		.row4 img{
			width: 40%;
			border-radius: 20px;
			margin-right: 0px;
		}
		
		.anshelm{
			margin-right: 0px;
		}
		
		.anshelm p{
			margin-left: 0px;
		}
		
		.rochelas p{
			margin-bottom: 0px;
		}
		
		.mustapan p{
			margin-bottom: 0px;
		}
		
	
		.magipan p{
			width: 50%;
			margin-left: 25%;
			margin-top: 0px;
			margin-bottom: 0px;
		}
		
		.coffee p{
			margin-left: 0px;
			margin-top: 50px;
			margin-bottom: 50px;
		}
		
		.row5{
			margin-top: 0px;
			display: flex;
			flex-direction: column;
		}
		
		.row5 p{
			width: 100%;
			font-size: 20px;
			text-align: center;
			margin-bottom: 15px;
			color: rgb(99, 97, 97);
		}
		
		.row5 img{
			width: 40%;
			border-radius: 20px;
			margin-right: 0px;
		}
		
		.sakura p{
			margin-bottom: 0px;
		}
		
		.matambre p{
			margin-bottom: 0px;
		}
		
		.matambre img{
			height: auto;
		}
	
		.arka p{
			margin-bottom: 0px;
		}
		
		.row6{
			margin-top: 0px;
			display: flex;
			flex-direction: column;
		}
		
		.row6 p{
			width: 100%;
			font-size: 20px;
			text-align: center;
			margin-bottom: 15px;
			color: rgb(99, 97, 97);
		}
		
		.row6 img{
			width: 40%;
			border-radius: 20px;
			margin-right: 0px;
		}
		
		.row7{
			margin-top: 0px;
			display: flex;
			flex-direction: column;
		}
		
		.row7 p{
			width: 100%;
			font-size: 20px;
			text-align: center;
			margin-bottom: 15px;
			color: rgb(99, 97, 97);
		}
		
		.row7 img{
			width: 40%;
			border-radius: 20px;
			margin-right: 0px;
		}
		
		.terraza p{
			width: 50%;
			margin-left: 25%;
			margin-top: 50px;
			margin-bottom: 100px;
		}
		
		.barra img{
			height: auto;
		}
	
		.barra p{
			margin-bottom: 0px;
		}
		
		.casa p{
			width: 50%;
			margin-top: 100px;
			margin-bottom: 100px;
			margin-left: 25%;
		}
		
		.american p{
			margin-bottom: 0px;
		}
		
		.row8{
			margin-top: 0px;
			display: flex;
			flex-direction: column;
		}
		
		.row8 p{
			width: 100%;
			font-size: 20px;
			text-align: center;
			margin-bottom: 15px;
			color: rgb(99, 97, 97);
		}
		
		.row8 img{
			width: 40%;
			border-radius: 20px;
			margin-right: 0px;
		}
		
		.row9{
			margin-top: 0px;
			display: flex;
			flex-direction: column;
		}
		
		.row9 p{
			width: 100%;
			font-size: 20px;
			text-align: center;
			margin-bottom: 15px;
			color: rgb(99, 97, 97);
		}
		
		.row9 img{
			width: 40%;
			border-radius: 20px;
			margin-right: 0px;
		}
		
		.carriel p{
			margin-bottom: 0px;
		}
		
		.pamayte p{
			margin-bottom: 0px;
		}
		
		.terracruz p{
			margin-top: 100px;
			margin-bottom: 100px;
			margin-right: 0px;
		}
		
		.camasa p{
			margin-bottom: 0px;
		}
		
		.row10{
			margin-top: 0px;
			display: flex;
			flex-direction: column;
		}
		
		.row10 p{
			width: 100%;
			font-size: 20px;
			text-align: center;
			margin-bottom: 15px;
			color: rgb(99, 97, 97);
		}
		
		.row10 img{
			width: 40%;
			border-radius: 20px;
			margin-right: 0px;
		}
		
		.snacks p{
			margin-bottom: 0px;
		}
		
		.golden p{
			margin-bottom: 0px;
		}
		
		.francis p{
			margin-bottom: 0px;
		}
		
		.digital p{
			margin-bottom: 0px;
		}
}
	
@media screen and (min-width: 960px) and (max-width: 1024px){
	.fijado{
			width: 80%;
		}
			
		.fijado p{
			font-size: 15px;
			margin-left: 10%;
		}
				
		#whatsapp-chat {
			width: 40%;
			bottom: 80px;
			right: 45px;
		}
			
		.title{
			font-size: 15px;
			display: flex;
			color: #fff;
			background-color: #6AC52B;
			border-top-left-radius: 15px;
			border-top-right-radius: 15px;
			padding-left: 10px;
			padding-top: 20px;
			padding-right: 10px;
			padding-bottom: 10px;
			margin-bottom: 10px;
		}
			
		.title .fa-xmark{
			cursor: pointer;
			padding-left: 80PX;
			font-size: 20px;
		}
			
		.boddy{
			border-right:2px solid rgb(183, 179, 179);
			border-bottom: 2px solid rgb(183, 179, 179);
			border-bottom-right-radius: 10px;
		}
			
		.header-chat {
			background: #ffffff;
			color: #6ac52b;
			padding: 20px;
			z-index: 120;
		}
			
		.header-chat h3 {
			margin: 0 0 10px 0;
		}
			
		.header-chat p {
			font-size: 6px;
			line-height: 1.7;
			margin: 0;
		}
			
		.info-avatar img {
			border-radius: 100%;
			width: 65px;
			float: left;
			margin: 0 0px 0px 2px;
		}
			
		.info-avatar:before {
			content: "\f232";
			z-index: 1;
			font-family: "Font Awesome 5 Brands";
			background: #6ac52b;
			color: #fff;
			padding: 8px;
			border-radius: 100%;
			position: absolute;
			top: 40px;
			left: 50px;
		}
			
		#get-label,
		span.chat-label {
			margin-right: 10px;
			font-size: 16px;
			color: #6ac52b;
		}
			
		#get-nama,
		span.chat-nama {
			margin: 5px 10px 0 0;
			font-size: 16px;
			font-weight: 700;
			color: #222;
		}
			
		#get-label {
			color: #6ac52b;
		}
			
		#get-nama {
			color: rgb(133, 145, 136);
		}
			
		#get-nama a{
			text-decoration: none;
			color: #000;
		}
			
		a#send-it {
			color: #555;
			width: 40px;
			margin: -5px 0 0 5px;
			font-weight: 700;
			padding: 8px;
			background: #eee;
			border-radius: 10px;
		}
			
		#get-nama a:hover {
			transition: color .5s;
			color: #6ac52b;
		}
			
			/*a.close-chat {
				position: absolute;
				top: 10px;
				right: 25px;
				color: #fff;
				font-size: 50px;
			}*/
			
		.get-new{
			margin-bottom: 20px;
		}
			
		.ir-arriba{
			padding: 15px 15px;
			font-size: 15px;
		}
			
		.whastapp{
			font-size: 50px;
		}

		.container{
			width: 85%;
			margin: auto;
		}
		
		.clients{
			width: 100%;
			display: flex;
		}
		
		.clients img{
			width: 100%;
			margin-right: 100px;
		}
		
		.container h1{
			margin-top: 20px;
			margin-bottom: 40px;
			color: #6AC52B;
			font-size: 35px;
			text-align: center;
			font-weight: 600;
		}
		
		.text p{
			color: rgb(99, 97, 97);
			font-size: 15px;
			width: 80%;
			margin: auto;
			text-align: justify;
			margin-bottom: 50px;
		}
		
		
		.brands{
			display: flex;
			flex-direction: column;
			text-align: center;
		}
		
		.row1{
			overflow-x: auto;
			width: 90%;
			margin-top: 60px;
			display: flex;
		}
		
		.row1 p{
			width: 100%;
			font-size: 15px;
			margin-bottom: 15px;
			color: rgb(99, 97, 97);
		}
		
		.row1 img{
			border-radius: 20px;
			margin-right: 0px;
		}
		
		.row2{
			overflow-x: auto;
			width: 90%;
			margin-top: 0px;
			display: flex;
		}
		
		.row2 p{
			width: 100%;
			font-size: 15px;
			text-align: center;
			margin-bottom: 15px;
			color: rgb(99, 97, 97);
		}
		
		.row2 img{
			border-radius: 20px;
			margin-right: 0px;
		}
		
		.parmed img{
			height: auto;
		}
	
		.row3{
			overflow-x: auto;
			width: 90%;
			margin-top: 60px;
			display: flex;
		}
		
		.row3 p{
			width: 100%;
			font-size: 15px;
			text-align: center;
			margin-bottom: 15px;
			color: rgb(99, 97, 97);
		}
		
		.row3 img{
			border-radius: 20px;
			margin-right: 0px;
		}
		
		.monaco p{
			width: 50%;
			margin-left: 25%;
			margin-top: 100px;
			margin-bottom: 100px;
		}
		
		.row4{
			margin-top: 0px;
			display: flex;
			overflow-x: auto;
			width: 90%;
		}
		
		.row4 p{
			width: 100%;
			font-size: 15px;
			text-align: center;
			margin-bottom: 15px;
			color: rgb(99, 97, 97);
		}
		
		.row4 img{
			border-radius: 20px;
			margin-right: 0px;
		}
		
		.anshelm{
			margin-right: 0px;
		}
		
		.anshelm p{
			margin-left: 0px;
		}
		
		.rochelas p{
			margin-bottom: 15px;
		}
		
		.mustapan p{
			margin-bottom: 15px;
		}
		
	
		.magipan p{
			margin-left: 20%;
			margin-top: 0px;
			margin-bottom: 0px;
		}
		
		.coffee p{
			margin-left: 50px;
			margin-top: 150px;
			margin-bottom: 50px;
		}
		
		.row5{
			margin-top: 0px;
			display: flex;
			overflow-x: auto;
			width: 90%;
		}
		
		.row5 p{
			width: 100%;
			font-size: 15px;
			text-align: center;
			margin-bottom: 15px;
			color: rgb(99, 97, 97);
		}
		
		.row5 img{
			border-radius: 20px;
			margin-right: 0px;
		}
		
		.sakura p{
			margin-bottom: 15px;
		}
		
		.matambre p{
			margin-bottom: 80px;
		}
		
		.matambre img{
			height: auto;
		}
	
		.arka p{
			margin-bottom: 15px;
		}
		
		.row6{
			margin-top: 0px;
			display: flex;
			overflow-x: auto;
			width: 90%;
		}
		
		.row6 p{
			width: 100%;
			font-size: 15px;
			text-align: center;
			margin-bottom: 15px;
			color: rgb(99, 97, 97);
		}
		
		.row6 img{
			border-radius: 20px;
			margin-right: 0px;
		}
		
		.row7{
			margin-top: 0px;
			display: flex;
			overflow-x: auto;
			width: 90%;
		}
		
		.row7 p{
			width: 100%;
			font-size: 15px;
			text-align: center;
			margin-bottom: 15px;
			color: rgb(99, 97, 97);
		}
		
		.row7 img{
			border-radius: 20px;
			margin-right: 0px;
		}
		
		.terraza p{
			width: 50%;
			margin-left: 25%;
			margin-top: 100px;
			margin-bottom: 100px;
		}
		
		.barra img{
			height: auto;
		}
	
		.barra p{
			margin-bottom: 50px;
		}
		
		.casa p{
			width: 50%;
			margin-top: 100px;
			margin-bottom: 100px;
			margin-left: 25%;
		}
		
		.american p{
			margin-bottom: 15px;
		}
		
		.row8{
			margin-top: 0px;
			display: flex;
			overflow-x: auto;
			width: 90%;
		}
		
		.row8 p{
			width: 100%;
			font-size: 15px;
			text-align: center;
			margin-bottom: 15px;
			color: rgb(99, 97, 97);
		}
		
		.row8 img{
			border-radius: 20px;
			margin-right: 0px;
		}
		
		.row9{
			margin-top: 0px;
			display: flex;
			overflow-x: auto;
			width: 90%;
		}
		
		.row9 p{
			width: 100%;
			font-size: 15px;
			text-align: center;
			margin-bottom: 15px;
			color: rgb(99, 97, 97);
		}
		
		.row9 img{
			border-radius: 20px;
			margin-right: 0px;
		}
		
		.carriel p{
			margin-bottom: 0px;
		}
		
		.pamayte p{
			margin-bottom: 0px;
		}
		
		.terracruz p{
			margin-top: 100px;
			margin-bottom: 100px;
			margin-right: 100px;
		}
		
		.camasa p{
			margin-bottom: 0px;
		}
		
		.row10{
			margin-top: 0px;
			display: flex;
			overflow-x: auto;
			width: 90%;
		}
		
		.row10 p{
			width: 100%;
			font-size: 15px;
			text-align: center;
			margin-bottom: 15px;
			color: rgb(99, 97, 97);
		}
		
		.row10 img{
			border-radius: 20px;
			margin-right: 0px;
		}
		
		.snacks p{
			margin-bottom: 0px;
		}
		
		.golden p{
			margin-bottom: 0px;
		}

		.real p{
			margin-bottom: 0px;
		}
		
		.francis p{
			margin-bottom: 0px;
		}
		
		.digital p{
			margin-bottom: 0px;
		}
			
}
	
@media screen and (min-width: 1024px) and (max-width: 1328px){
	.fijado{
			width: 80%;
		}
			
		.fijado p{
			font-size: 18px;
			margin-left: 8%;
		}
				
		#whatsapp-chat {
			width: 40%;
			bottom: 80px;
			right: 45px;
		}
			
		.title{
			font-size: 15px;
			display: flex;
			color: #fff;
			background-color: #6AC52B;
			border-top-left-radius: 15px;
			border-top-right-radius: 15px;
			padding-left: 10px;
			padding-top: 20px;
			padding-right: 10px;
			padding-bottom: 10px;
			margin-bottom: 10px;
		}
			
		.title .fa-xmark{
			cursor: pointer;
			padding-left: 40%;
			font-size: 20px;
		}
			
		.boddy{
			border-right:2px solid rgb(183, 179, 179);
			border-bottom: 2px solid rgb(183, 179, 179);
			border-bottom-right-radius: 10px;
		}
			
		.header-chat {
			background: #ffffff;
			color: #6ac52b;
			padding: 20px;
			z-index: 120;
		}
			
		.header-chat h3 {
			margin: 0 0 10px 0;
		}
			
		.header-chat p {
			font-size: 6px;
			line-height: 1.7;
			margin: 0;
		}
			
		.info-avatar img {
			border-radius: 100%;
			width: 65px;
			float: left;
			margin: 0 0px 0px 2px;
		}
			
		.info-avatar:before {
			content: "\f232";
			z-index: 1;
			font-family: "Font Awesome 5 Brands";
			background: #6ac52b;
			color: #fff;
			padding: 8px;
			border-radius: 100%;
			position: absolute;
			top: 40px;
			left: 50px;
		}
			
		#get-label,
		span.chat-label {
			margin-right: 10px;
			font-size: 16px;
			color: #6ac52b;
		}
			
		#get-nama,
		span.chat-nama {
			margin: 5px 10px 0 0;
			font-size: 16px;
			font-weight: 700;
			color: #222;
		}
			
		#get-label {
			color: #6ac52b;
		}
			
		#get-nama {
			color: rgb(133, 145, 136);
		}
			
		#get-nama a{
			text-decoration: none;
			color: #000;
		}
			
		a#send-it {
			color: #555;
			width: 40px;
			margin: -5px 0 0 5px;
			font-weight: 700;
			padding: 8px;
			background: #eee;
			border-radius: 10px;
		}
			
		#get-nama a:hover {
			transition: color .5s;
			color: #6ac52b;
		}
			
			/*a.close-chat {
				position: absolute;
				top: 10px;
				right: 25px;
				color: #fff;
				font-size: 50px;
			}*/
			
		.get-new{
			margin-bottom: 20px;
		}
			
		.ir-arriba{
			padding: 15px 15px;
			font-size: 15px;
		}
			
		.whastapp{
			font-size: 50px;
		}

		.container{
			width: 85%;
			margin: auto;
		}
		
		.clients{
			display: flex;
		}
		
		.clients img{
			width: 80%;
			margin-right: 100px;
		}
		
		.container h1{
			margin-top: 20px;
			margin-bottom: 40px;
			color: #6AC52B;
			font-size: 35px;
			text-align: center;
			font-weight: 600;
		}
		
		.text p{
			color: rgb(99, 97, 97);
			font-size: 20px;
			width: 40%;
			text-align: justify;
			margin-bottom: 70px;
		}
		
		.brands{
			display: flex;
			flex-direction: column;
		}
		
		.row1{
			overflow-x: auto;
			margin-top: 60px;
			width: 90%;
			display: flex;
		}
		
		.row1 p{
			width: 90%;
			font-size: 20px;
			text-align: center;
			margin-bottom: 15px;
			color: rgb(99, 97, 97);
		}
		
		.row1 img{
			border-radius: 20px;
			margin-right: 40px;
		}
		
		.row2{
			overflow-x: auto;
			margin-top: 60px;
			width: 90%;
			display: flex;
		}
		
		.row2 p{
			width: 90%;
			font-size: 20px;
			text-align: center;
			margin-bottom: 15px;
			color: rgb(99, 97, 97);
		}
		
		.row2 img{
			border-radius: 20px;
			margin-right: 40px;
		}
		
		.papa img{
			width: 150px;
			height: 150px;
		}
		
		.piaci img{
			width: 231px;
			height: 230px;
		}
		
		.patio img{
			width: 232px;
			height: 230px;
		}
		
		.samu img{
			width: 230px;
			height: 230px;
		}
		
		.row3{
			overflow-x: auto;
			margin-top: 60px;
			width: 90%;
			display: flex;
		}
		
		.row3 p{
			width: 90%;
			font-size: 20px;
			text-align: center;
			margin-bottom: 15px;
			color: rgb(99, 97, 97);
		}
		
		.row3 img{
			border-radius: 20px;
			margin-right: 40px;
		}
		
		.salpikitos img{
			width: 224px;
			height: 230px;
		}
		
		.rafael img{
			width: 231px;
			height: 230px;
		}
		
		.pop img{
			width: 232px;
			height: 230px;
		}
		
		.licorera img{
			width: 230px;
			height: 230px;
		}
		
		.monaco p{
			margin-left: 10px;
			margin-top: 120px;
		}
		
		.row4{
			overflow-x: auto;
			margin-top: 60px;
			width: 90%;
			display: flex;
		}
		
		.row4 p{
			width: 90%;
			font-size: 20px;
			text-align: center;
			margin-bottom: 15px;
			color: rgb(99, 97, 97);
		}
		
		.row4 img{
			border-radius: 20px;
			margin-right: 40px;
		}
		
		.anshlem img{
			width: 224px;
			height: 230px;
		}
		
		.rochelas img{
			width: 231px;
			height: 230px;
		}
		
		.mustapan img{
			width: 232px;
			height: 230px;
		}
		
		.anshelm{
			margin-right: 0px;
		}
		
		.anshelm p{
			margin-bottom: 40px;
			margin-left: 0px;
		}
		
		.rochelas p{
			margin-bottom: 60px;
		}
		
		.mustapan p{
			margin-bottom: 60px;
		}
		
		.magipan{
			margin-top: 170px;
		}
		
		.coffee p{
			margin-left: 40px;
			margin-top: 170px;
		}
		
		.row5{
			overflow-x: auto;
			margin-top: 60px;
			width: 90%;
			display: flex;
		}
		
		.row5 p{
			width: 90%;
			font-size: 20px;
			text-align: center;
			margin-bottom: 15px;
			color: rgb(99, 97, 97);
		}
		
		.row5 img{
			border-radius: 20px;
			margin-right: 40px;
		}
		
		.wonka img{
			width: 224px;
			height: 230px;
		}
		
		.sakura img{
			width: 231px;
			height: 230px;
		}
		
		.arka img{
			width: 230px;
			height: 230px;
		}
		
		.parmed img{
			width: 223px; 
			height: 230px;
		}
		
		.sakura p{
			margin-bottom: 40px;
		}
		
		.matambre p{
			margin-bottom: 40px;
		}
		
		
		.matambre img{
			width: 232px;
		}
		
		.arka p{
			margin-bottom: 40px;
		}
		
		.row6{
			overflow-x: auto;
			margin-top: 60px;
			width: 90%;
			display: flex;
		}
		
		.row6 p{
			width: 90%;
			font-size: 20px;
			text-align: center;
			margin-bottom: 15px;
			color: rgb(99, 97, 97);
		}
		
		.row6 img{
			border-radius: 20px;
			margin-right: 40px;
		}
		
		.thiagos img{
			width: 224px;
			height: 230px;
		}
		
		.pandora img{
			width: 231px;
			height: 230px;
		}
		
		.capachos img{
			width: 232px;
			height: 230px;
		}
		
		.sabor img{
			width: 230px;
			height: 230px;
		}
		
		.epa img{
			width: 223px; 
			height: 230px;
		}
		
		
		.row7{
			overflow-x: auto;
			margin-top: 60px;
			width: 90%;
			display: flex;
		}
		
		.row7 p{
			width: 90%;
			font-size: 20px;
			text-align: center;
			margin-bottom: 15px;
			color: rgb(99, 97, 97);
		}
		
		.row7 img{
			border-radius: 20px;
			margin-right: 40px;
		}
		
		.cafe img{
			width: 231px;
			height: 230px;
		}
		
		.barra img{
			width: 232px;
		}
		
		.american img{
			width: 223px; 
			height: 230px;
		}
		
		
		.terraza p{
			width: 80%;
			margin-right: 140px;
			margin-top: 150px;
		}
		
		.barra p{
			margin-bottom: 40px;
		}
		
		.casa p{
			margin-top: 150px;
			margin-right: 120px;
		}
		
		.american p{
			margin-bottom: 40px;
		}
		
		.row8{
			overflow-x: auto;
			margin-top: 60px;
			width: 90%;
			display: flex;
		}
		
		.row8 p{
			width: 90%;
			font-size: 20px;
			text-align: center;
			margin-bottom: 15px;
			color: rgb(99, 97, 97);
		}
		
		.row8 img{
			border-radius: 20px;
			margin-right: 40px;
		}
		
		.loper img{
			width: 224px;
			height: 230px;
		}
		
		.cache img{
			width: 231px;
			height: 230px;
		}
		
		.cero img{
			width: 232px;
			height: 230px;
		}
		
		.beer img{
			width: 230px;
			height: 230px;
		}
		
		.chick img{
			width: 223px; 
			height: 230px;
		}
		
		.row9{
			overflow-x: auto;
			margin-top: 60px;
			width: 90%;
			display: flex;
		}
		
		.row9 p{
			width: 90%;
			font-size: 20px;
			text-align: center;
			margin-bottom: 15px;
			color: rgb(99, 97, 97);
		}
		
		.row9 img{
			border-radius: 20px;
			margin-right: 40px;
		}
		
		.carriel img{
			width: 224px;
			height: 230px;
		}
		
		.pamayte img{
			width: 231px;
			height: 230px;
		}
		
		.camasa img{
			width: 230px;
			height: 230px;
		}
		
		.parador img{
			width: 223px; 
			height: 230px;
		}
		
		
		.carriel p{
			margin-bottom: 40px;
		}
		
		.pamayte p{
			margin-bottom: 40px;
		}
		
		.terracruz p{
			margin-top: 160px;
			margin-right: 170px;
		}
		
		.camasa p{
			margin-bottom: 40px;
		}
		
		.row10{
			overflow-x: auto;
			margin-top: 60px;
			width: 90%;
			display: flex;
		}
		
		.row10 p{
			width: 90%;
			font-size: 20px;
			text-align: center;
			margin-bottom: 15px;
			color: rgb(99, 97, 97);
		}
		
		.row10 img{
			border-radius: 20px;
			margin-right: 40px;
		}
		
		.wow img{
			width: 224px;
			height: 230px;
		}
		
		.golden img{
			width: 231px;
			height: 230px;
		}
		
		.real img{
			width: 232px;
			height: 230px;
		}
		
		.francis img{
			width: 230px;
			height: 230px;
		}
		
		.digital img{
			width: 223px; 
			height: 230px;
		}
		
		.snacks p{
			margin-bottom: 40px;
		}
		
		.golden p{
			margin-bottom: 40px;
		}
		
		.francis p{
			margin-bottom: 40px;
		}
		
		.digital p{
			margin-bottom: 40px;
		}
}
	