.yellow-text {
	color: #ffbf0b;
}

.no-border {
	border: none;
}

.hide {
	display: none;
}

.terms-conditions {
	text-decoration: underline;
	color: #ffbf0b;
}

.width-send-button {
	width: 50%;
}

.detailed-numbers {
	font-weight: bold;
	color: #ffbf0b;
	margin-bottom: -5px;
}

.section-divider {
	border-bottom: 2px solid rgba(0, 0, 0, 0.3);
}

.image-links-size {
	width: 100px;
	height: 100px;
}

.bottom-left {
	position: absolute;
	bottom: 8px;
	left: 16px;
}

.top-left {
	position: absolute;
	top: 8px;
	left: 16px;
}

.top-right {
	position: absolute;
	top: 8px;
	right: 30px;
}

.bottom-right {
	position: absolute;
	bottom: 8px;
	right: 16px;
}

.centered {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.promoteads-section-1 .headerimg {
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	padding-right: 30px;
}

.promoteads-search input {
	border-radius: 5px;
	outline: none;
	border: none;
	font-size: 16px;
	padding: 7px 15px;
}

.promoteads-text {
	color: white;
	font-size: 65px;
	margin-bottom: 10px;
}

.promoteads-text h1 span {
	color: #ffbf0b;
}

.promoteads-text .yellow-btn {
	font-size: 12px;
}

.promoteads-section-3 h3 {
	font-style: normal;
	font-weight: 500;
	font-size: 36px;
	line-height: 46px;
	color: #000000;
	border-bottom: 4px solid #f4f5fb;
	padding-bottom: 10px;
}

.leftimgtitle {
	font-style: normal;
	font-weight: 600;
	font-size: 13px;
	line-height: 16px;
	color: #000000;
	padding-bottom: 20px;
}

.promoteads-section-3 .yellow-btn {
	font-style: normal;
	font-weight: 600;
	font-size: 13px;
	line-height: 16px;
	color: #000000;
	padding: 15px 25px;
}

.promoteads-section-3 .adssection {
	margin-bottom: 50px;
}

.listbox {
	background-color: #f4f5fb;
	padding: 50px 0;
	border-radius: 10px;
	margin-top: 50px;
	margin-bottom: 50px;
}

.multi-column {
	-moz-column-count: 2;
	-moz-column-gap: 20px;
	-moz-column-fill: auto;
	-webkit-column-count: 2;
	-webkit-column-gap: 20px;
	-webkit-column-fill: auto;
	column-count: 2;
	column-gap: 20px;
	column-fill: auto;
	list-style-type: disc;
	columns: 2;
	-webkit-columns: 2;
	-moz-columns: 2;
	list-style-position: inside;
	list-style-type: none;
}

.multi-column li::before {
	content: url('https://cdninfoguia.com/ven/img/site-images/tick.png');
	width: 15px;
	height: 15px;
	padding-right: 25px;
}

.custom-check-list li::before {
	content: url('https://cdninfoguia.com/ven/img/site-images/tick.png');
	width: 15px;
	height: 15px;
	padding-right: 25px;
}

.benefitsAds {
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 30px;
	color: #000000;
}

.yellow-btn:hover {
	background-color: #ffbf0b;
	color: #000;
}

.container-img-ad {
	display: flex;
	justify-content: center;
	align-items: center;
}

.benefits-desktop img {
	float: left;
	width: 50px;
}

.benefits-mobile img {
	float: left;
}

.perfil-comment-right-b {
	padding-top: 10px;
}

@media only screen and (max-width: 600px) {
	.promoteads-section-1 {
		width: 100%;
		background-size: cover;
		background-position: center;
		height: 156px;
	}

	.promoteads-banner {
		padding: 20px 10px;
	}

	.promoteads-text {
		padding-top: 0px;
	}

	.promoteads-text h1 {
		font-weight: 500;
		font-size: 24px !important;
		line-height: 22px;
	}

	.promoteads-text p {
		color: rgba(255, 255, 255, 0.7) !important;
	}

	.listbox {
		background-color: transparent;
		padding: 0px;
		margin-bottom: 0px !important;
	}

	.listbox .multi-column {
		columns: 1;
		padding-left: 0px;
	}

	.rightcontent .multi-column {
		columns: 1;
		padding-left: 0px;
	}

	.benefitsAds {
		font-style: normal;
		font-weight: 400;
		font-size: 14px;
		line-height: 22px;
		color: #5e5e5e;
	}

	.pa-sec-3a h3 {
		margin-bottom: 30px;
	}
}

@media only screen and (min-width: 601px) and (max-width: 767px) {
	.promoteads-section-1 {
		margin-top: 5px;
		width: 100%;
		background-size: cover;
		background-position: center;
		height: 200px;
	}

	.promoteads-text {
		padding-top: 2rem;
	}
}

@media only screen and (min-width: 769px) and (max-width: 1160px) {
	.promoteads-section-1 {
		width: 100%;
		background-size: cover;
		background-position: center;
		height: 240px;
	}
}

@media only screen and (min-width: 320px) and (max-width: 600px) {
	.image-links-size {
		width: 60px;
		height: 60px;
	}
}