w.css

.content-image-text {
	padding-top:  56px;
	overflow-x: hidden;
}

.content-image-text .row {
	margin-bottom: 64px;
}

.content-image-text .row:last-child {
	margin-bottom: 40px;
}

.content-image-text .content-text{
	padding-left: 32px;
	padding-right: 32px;
}

.content-image-text .content-text img{
	width: 100%;
	object-fit:cover;
}

.content-image-text figure{
	position: relative;
	overflow: hidden;
	margin-left: -1px;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
}



.content-image-text .row:nth-child(even) figure{
	margin-left: 30px;
	margin-bottom: 24px;
}

.content-image-text .row:nth-child(odd) figure{
	margin-right: 30px;
	margin-bottom: 24px;
}



.content-image-text .row .order-2 figure{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.content-image-text .row .order-md-2 figure {
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.content-image-text figure img{
	width: 100%;
	height: 100%;
	max-height: 400px;
	object-fit: cover;
}

.content-image-text-content{
	font-size: 16px;
	font-weight: 300;
	line-height: 24px; 
}

.content-image-text-content strong {
	font-weight: 500;
}

.content-image-text-content ul{
	font-size: 14px;
	padding-left: 0;
}

.content-image-text-content li {
	line-height: 21px;
	position: relative;
	padding-left: 1rem;
	list-style: none;
}

.content-image-text-content li::before{
	content: "";
	width: 0.5rem;
	height: 0.5rem;
	border-radius: 50%;
	background: var(--color-blue-500);
	margin-right: 0.5rem;
	position: absolute;
	top: 0.48rem;
	left: 0;
}

.content-image-text .btn-mobile-w100{
	width: 100%;
}

#menu-sticky{
	position: sticky;
	top: 77px;
	z-index: 4;
	background-color: #fff;
	overflow-x: auto;
	overflow-y: hidden;
	white-space: nowrap;
	text-align: center;
	padding: 15px 0;
}

.content-image-text .content-scroll{
	scroll-margin-top: 105px;
}

@media (min-width: 768px) {
	#menu-sticky{
		top: 81px;
	}
}

@media (min-width: 992px) {
	.content-image-text .content-text{
		padding-left: 120px;
		padding-right: 120px;
	}
	.content-image-text .row:nth-child(odd) figure{
		margin-right: 0;
		margin-bottom: 24px;
	}
	.content-image-text .row:nth-child(even) figure{
		margin-left: 0;
		margin-bottom: 24px;
	}
	.content-image-text .btn-mobile-w100{
		width: auto;
	}

	#menu-sticky{
		top: 88px;
	}

	.content-image-text .bg-fondo-even{
		background-image: url(https://afpcapital.cdn.modyo.com/uploads/c473d563-fbea-43c3-8c89-dd6a4dd2130d/original/actualidad-bg.png);
		background-repeat: no-repeat;
		background-size: contain;
		background-position: bottom left;
		position: absolute;
		height: 100%;
		width: 193px;
		z-index: -1;
		left: -40px;
		bottom: 0;
	}

	.content-image-text .bg-fondo-odd{
		background-image: url(https://afpcapital.cdn.modyo.com/uploads/c473d563-fbea-43c3-8c89-dd6a4dd2130d/original/actualidad-bg.png);
		background-repeat: no-repeat;
		background-size: contain;
		background-position: bottom right;
		position: absolute;
		height: 100%;
		width: 193px;
		z-index: -1;
		right: -40px;
		bottom: 0;
	}
}


