*{
  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{
  display: flex;
	margin-left: 10%;
}

.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;
}

.row1{
	margin-top: 60px;
	display: flex;
}

.row1 p{
	width: 90%;
	font-size: 20px;
	text-align: center;
	margin-bottom: 40px;
	color: rgb(99, 97, 97);
}

.row1 img{
	border-radius: 20px;
	margin-right: 40px;
}

.donyo p{
	margin-bottom: 40px;
}

.foodtruck p{
	margin-bottom: 40px;
}

.merka p{
	margin-bottom: 40px;
}

.central p{
	margin-bottom: 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;
}


.popular p{
	width: 224px;
	height: 230px;
	margin-top: 150px;
}

.castillo p{
	width: 231px;
	height: 230px;
	margin-top: 150px;
	margin-right: 5px;
  margin-left: 40px;
}

.jiseth{
	margin-left: 40px;
}

.donyo img{
	width: 224px;
	height: 230px;
}

.foodtruck img{
	width: 231px;
	height: 230px;
}

.merka img{
	width: 232px;
	height: 230px;
}

.central img{
	width: 230px;
	height: 230px;
}

.deposito img{
	width: 223px;
	height: 230px;
}

.jiseth img{
	width: 232px;height: 230px;
}

@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: 85%;
		margin: auto;
	}
	
	.clients{
		overflow-x: auto;
		width: 80%;
		display: flex;
	}
	
	.clients img{
		width: 100%;
		margin-right: 100px;
	}
	
	.container h1{
		margin-top: 20px;
		margin-bottom: 40px;
		width: 80%;
		color: #6AC52B;
		font-size: 35px;
		text-align: center;
		font-weight: 600;
	}
	
	.text p{
		color: rgb(99, 97, 97);
		font-size: 15px;
		width: 80%;
		text-align: justify;
		margin-bottom: 50px;
	}
	
	.brands{
		display: flex;
		flex-direction: column;
	}
	
	.row1{
		width: 80%;
		overflow-x: auto;
		margin-top: 60px;
		display: flex;
		margin-bottom: 10%;
	}
	
	.row1 p{
		width: 90%;
		font-size: 15px;
		text-align: center;
		margin-bottom: 15px;
		color: rgb(99, 97, 97);
	}
	
	.row1 img{
		border-radius: 20px;
		margin-right: 0px;
	}

	.row2{
		width: 80%;
		overflow-x: auto;
		margin-top: 0px;
		display: flex;
	}
	
	.row2 p{
		width: 90%;
		font-size: 15px;
		text-align: center;
		margin-bottom: 15px;
		color: rgb(99, 97, 97);
	}
	
	.row2 img{
		border-radius: 20px;
		margin-right: 0px;
	}

	.popular p{
		margin-top: 120px;
	}
	
	.castillo p{
		margin-top: 120px;
		margin-right: 0px;
		margin-left: 20px;
	}
	
	.jiseth{
		margin-left: 40px;
	}

	.donyo p{
		margin-bottom: 20px;
	}
	
	.foodtruck p{
		margin-bottom: 20px;
	}
	
	.merka p{
		margin-bottom: 20px;
	}
	
	.central p{
		margin-bottom: 20px;
	}


}
	
@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: 85%;
			margin: auto;
		}
		
		.clients{
			overflow-x: auto;
			width: 80%;
			display: flex;
		}
		
		.clients img{
			width: 100%;
			margin-right: 100px;
		}
		
		.container h1{
			margin-top: 20px;
			margin-bottom: 40px;
			width: 80%;
			color: #6AC52B;
			font-size: 35px;
			text-align: center;
			font-weight: 600;
		}
		
		.text p{
			color: rgb(99, 97, 97);
			font-size: 15px;
			width: 80%;
			text-align: justify;
			margin-bottom: 50px;
		}
		
		.brands{
			display: flex;
			flex-direction: column;
		}
		
		.row1{
			width: 80%;
			overflow-x: auto;
			margin-top: 60px;
			display: flex;
			margin-bottom: 10%;
		}
		
		.row1 p{
			width: 90%;
			font-size: 15px;
			text-align: center;
			margin-bottom: 15px;
			color: rgb(99, 97, 97);
		}
		
		.row1 img{
			border-radius: 20px;
			margin-right: 0px;
		}
	
		.row2{
			width: 80%;
			overflow-x: auto;
			margin-top: 0px;
			display: flex;
		}
		
		.row2 p{
			width: 90%;
			font-size: 15px;
			text-align: center;
			margin-bottom: 15px;
			color: rgb(99, 97, 97);
		}
		
		.row2 img{
			border-radius: 20px;
			margin-right: 0px;
		}
	
		.popular p{
			margin-top: 120px;
		}
		
		.castillo p{
			margin-top: 120px;
			margin-right: 0px;
			margin-left: 20px;
		}
		
		.jiseth{
			margin-left: 40px;
		}
	
		.donyo p{
			margin-bottom: 20px;
		}
		
		.foodtruck p{
			margin-bottom: 20px;
		}
		
		.merka p{
			margin-bottom: 20px;
		}
		
		.central p{
			margin-bottom: 20px;
		}
	

}
	
@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: 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: 100%;
			text-align: justify;
			margin-bottom: 50px;
		}
		
		.brands{
			display: flex;
			flex-direction: column;
		}
		
		.row1{
			width: 100%;
			overflow-x: auto;
			margin-top: 60px;
			display: flex;
			margin-bottom: 10%;
		}
		
		.row1 p{
			width: 90%;
			font-size: 15px;
			text-align: center;
			margin-bottom: 15px;
			color: rgb(99, 97, 97);
		}
		
		.row1 img{
			border-radius: 20px;
			margin-right: 0px;
		}
	
		.row2{
			width: 80%;
			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;
		}

		.donyo img{
			width: 224px;
			height: 230px;
		}

		.foodtruck img{
			width: 231px;
			height: 230px;
		}
	
		.merka img{
			width: 232px;
			height: 230px;
		}

		.central img{
			width: 230px;
			height: 230px;
		}

		.deposito img{
			width: 223px;
			height: 230px;
		}

		.popular p{
			margin-top: 120px;
		}
		
		.castillo p{
			margin-top: 120px;
			margin-right: 0px;
			margin-left: 20px;
		}
		
		.jiseth{
			margin-left: 40px;
		}
	
		.donyo p{
			margin-bottom: 20px;
		}
		
		.foodtruck p{
			margin-bottom: 20px;
		}
		
		.merka p{
			margin-bottom: 20px;
		}
		
		.central p{
			margin-bottom: 20px;
		}
}
	
@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;
		}
		
		.row1{
			width: 100%;
			overflow-x: auto;
			margin-top: 60px;
			display: flex;
			margin-bottom: 10%;
		}
		
		.row1 p{
			width: 90%;
			font-size: 15px;
			text-align: center;
			margin-bottom: 15px;
			color: rgb(99, 97, 97);
		}
		
		.row1 img{
			border-radius: 20px;
			margin-right: 0px;
		}
	
		.row2{
			width: 80%;
			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;
		}
	
}
	
@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;
			text-align: center;
		}
		
		.row1{
			margin-top: 60px;
			display: flex;
			width: 90%;
			overflow-x: auto;
		}
		
		.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;
		}
		
}