.container.partners {
	border-top: 1px solid #D1D4D8;
	padding-top: 10px;
}

.box-partners {
	display: block;
	width: 90%;
	height: auto;
	margin: auto;
	padding: 10px;
	padding-bottom: 50px;
	background-color: #DBB81500;

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.box-content-subtitle {
	font-size: 18px;
}

.subtext-content {
	display: block;
	font-size: 15px;
}

.box-form-search {
	display: flex;
	flex-direction: row;
	gap: 30px;
	padding-top: 30px;
	padding-bottom: 30px;
}

.box-form-search select {
	width: 100%;
	height: 45px;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-right: 30px;
	border: 1px solid #D5D8D9;
	border-radius: 3px;
	outline: none;
	font-size: 14px;
}

.box-form-search select:focus {
	border: 1px solid #F8C959;
}

.btn-search {
	width: 100%;
	max-width: 350px;
	height: 45px;
	border: none;
	border-radius: 3px;
	outline: none;
	color: #FFF;
	font-size: 16px;
	background-color: #20af6d;

	cursor: pointer;
}

.box-form-search button:hover {
	background-color: #14975B;
}

.no-business {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 30px;
	padding: 5px 0px;
	font-size: 15px;
	border-radius: 3px;
	color: #9E5D5D;
	background-color: #EFDBDB;
}

.item-business-search {
	display: flex;
	flex-flow: row wrap;
	height: auto;
	padding: 10px;
	margin-bottom: 10px;
	border-radius: 3px;
	border: 1px solid #E1E4E8;
	background-color: #ffebc4;
}

.icon-business {
	width: 60px;
	height: 60px;
	float: left;
	margin-right: 10px;
	border-radius: 4px;
	background-color: #c1c1c1;

	object-fit: cover;
	object-position: center;
}

.data-business {
	flex: 1;
	min-width: 270px;
	padding-right: 20px;
}

.data-business b {
	display: block;
}

.phone-business {
	font-family: 'Inter-Medium', sans-serif;
	font-size: 15px;
}

.address-business {
	display: block;
	font-family: 'Inter-Light', sans-serif;
	font-size: 14px;
}

.box-discount-off {
	display: flex;
	align-items: center;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 14px;
	color: #000;
}
