body {
	position: relative; padding: 50px 0px;
	background-color: #f4bd24;
}
.logo{
	text-align: center; margin-bottom: 15px;
	background-color: #fff;
	padding: 8px 20px;
	border-radius: 10px;
}
.list-link{
	padding: 0px 15px;
	width: 97%;
	max-width: 550px;
	margin: auto;
	text-align: center;
}
.list-link strong{
	display: block;
	text-align: center;
	padding-bottom: 10px;
	font-weight: bold;
	color:#fff;
	letter-spacing: 2px;
	font-size: 20px;
	margin-top: 30px;
}
.list-link>span{
	margin-top: 30px;
	display: block;
	text-align: center;
	line-height: 30px;
	padding-left: 40px;
	position: relative;
	color: #000;
}
.list-link .item-link{
  width: 100%;
	height: auto;
	float: left;
	text-align: center;
	border-radius: 10px;
	background: #FFF;
	color:#333;
	position: relative;
	display: block;
	margin-bottom: 15px;
}
.list-link .item-link span{
	padding: 17px 10px;
	display: block;
	font-size: 16px;
	height: 75px;
	line-height: 41px;
	color: #000;
	letter-spacing: 2px;
}
.list-link .item-link.whatsapp{
	position: relative;
	text-align: left;
	padding-left: 60px;
}
.list-link .item-link.whatsapp img{
	position: absolute;
	left: 10px;
	top: 16px;
	height: 40px;
}
.list-link .item-link img{
	height: 30px;
}
.list-link .item-link .tokped-img{
	position: absolute;
	left: 15%;
	margin-top: 5px;
}
.list-link .item-link small{
	color: grey;
	position: absolute;
	font-size: 16px;
	display: unset;
	top: 15px;
	right: 15%;
	font-weight: bold;
}
.list-link>span img{
	display: inline-block;
}
.list-link .item-link.web-link{
	background: transparent;
	width: 20%;
	text-align: center;
	display: inline-block;
	float: none;
	max-width: 65px;
}

.clearfix{clear: both;}
.text-center{text-align: center;}


@media (max-width: 499px){
	.list-link .item-link .tokped-img{
		position: absolute;
		left: 5%!important;
		margin-top: 8px!important;
		height: 25px;
	}
	.list-link .item-link small{
		right: 5%!important;
	}
}
@media (min-width: 500px) and (max-width:600px){
	.container{width: 98%;}
	.list-link .item-link .tokped-img{
		position: absolute;
		left: 7%!important;
		margin-top: 5px;
	}
	.list-link .item-link small{
		position: absolute;
		font-size: 16px;
		display: unset;
		top: 15px;
		right: 7%!important;
		font-weight: bold;
	}
}
@media (max-width: 700px){
	.list-link .item-link .tokped-img{
		position: absolute;
		left: 12%;
		margin-top: 5px;
	}
	.list-link .item-link small{
		position: absolute;
		font-size: 16px;
		display: unset;
		top: 15px;
		right: 10%;
		font-weight: bold;
	}
}
