section{
	margin: 70px 0;
}
.list_projects.container_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.card_img{
	max-width: 92.5% !important;
}

.button.gris_button{
	background-color: #E6E6EC;
    color: var(--e-global-color-text);
	border-radius: 8px;
    padding: 12px 24px;
    text-align: center;
    border: none;
    font-weight: 800;
    line-height: 19px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.banner-facilote {
	margin: 70px 0 0 0;
}
.title__centenario{
	color: var(--e-global-color-primary);
}
.card {
	background-color: var(--e-global-color-primary);
	border-radius: 24px;
	display: flex;
	align-items: center;
	position: relative;
	justify-content: center;
}
.card--sm {
	position: relative;
    height: 100%;
    bottom: -16px;
}
.card--md {
	margin: 0px 0px 0px 20px;
	padding: 15px 80px 15px 80px;
	background-color: #ffffff;
	border-radius: 11px 11px 11px 11px;
	width: 732px;
	position: relative;
}
.card--md::after {
	content: "";
	background: url('../../../../uploads/2024/12/nube-arrow-item.svg') no-repeat;
	width: 31px;
	height: 46px;
	position: absolute;
	left: -30px;
	top: 18px;
}
.card--white {
	background-color: #fff;
}
.card__title {
	color: var(--e-global-color-primary);
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-size: 46px;
	font-weight: 400;
	line-height: 50px;
	margin: 0;
	text-align: center;
}
.card__title--red {
	color: var(--e-global-color-primary);
}
.banner-facilote .banner-facilote__content {
	padding: 64px 0 70px;
}
.card__list {
	margin-top: 46px;
	width: 70%;
}
.card__list ul {
	display: flex;
	flex-direction: column;
	gap: 20px;
	padding-left: 20px;
}
.card__list li {
	list-style-type: none;
	display: flex;
	gap: 10px;
	align-items: flex-start;
}
.card__list img {
	width: 28px;
	height: 28px;
}
.card__list-text {
	font-size: 18px;
	line-height: 28.8px;
	font-weight: 400;
	padding-left: 5px;
	color: #fff;
}
.white-curved-arrow {
	width: 104px;
	height: 104px !important;
	position: absolute;
	right: 120px;
	bottom: 150px;
	transform: scaleX(-1) rotate(130deg);
}
.card__btn {
	font-size: 16px;
	font-weight: 700 !important;
	line-height: 18.78px;
	color: #eee ;
	background-color: var(--e-global-color-231ef25);
	border-radius: 8px;
	padding: 14px 38px;
	right: 43px;
	left: inherit;
	position: absolute;
	bottom: 80px;
}
.card__btn::hover {
	cursor: pointer;
}
.red-right-arrow {
	width: 20px;
	height: 13px;
	margin-left: 10px;
}
.card__img--mobile {
	display: none;
}
.title__centenario--red {
	color: var(--e-global-color-primary);
}
.list-blogs {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 20px;
	margin: 50px 0;
}
.btn-blog {
	height: fit-content;
	font-size: 16px !important;
	font-weight: 700 !important;
	line-height: 19px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}

@media (max-width: 768px) {
	section{
		margin: 0;
	}
	.card{
		border-radius: 10px;
	}
	.list_projects.container_box{
		padding: 0 20px;
	}
	.button.gris_button{
		padding: 0;
		color: #0E131F !important;
	}
	.red-right-arrow,
	.white-curved-arrow,
	.card-container__img {
		display: none;
	}
	.banner-facilote {
		padding-left: inherit;
	}
	.card--md::after {
		content: "";
		background: url(../../../../uploads/2022/12/Group-1302.svg) no-repeat;
		background-size: contain;
		transform: rotate(-90deg);
		width: 15px;
		height: 20px;
		position: absolute;
		left: initial;
		right: 30px;
		top: initial;
		bottom: -15px;
	}
	.card--md {
		margin: inherit;
		padding: 14px 0px;
		width: 100%;
	}
	.card__title {
		font-size: 26px;
		line-height: 26px;
		text-align: center;
	}
	.card__list-text {
		font-size: 13px;
		font-weight: 500;
		line-height: 20px;
	}
	.banner-facilote .banner-facilote__content {
		padding: 20px 20px 58px 20px;
	}
	.card__btn {
		font-size: 15px !important;
        line-height: 22.5px !important;
        padding: 15px 19px 14px 19px;
        left: 10px;
        bottom: -30px;
        width: calc(100% - 20px);
        text-align: center;
	}
	.card__img--mobile {
		display: flex;
        position: absolute;
        height: 183px !important;
        object-fit: cover;
        right: 3px;
        bottom: 0px;
        width: 185px;
	}
	.card__list {
		width: 68%;
		margin-top: 21px;
	}
	.card__list img {
		width: 20px;
		height: 20px;
	}
	.card__list ul {
		padding-left: inherit;
		gap: 10px;
	}
	.card__list li {
		align-items:flex-start;
	}
	.btn-blog {
		color: #adaabf !important;
		font-size: 12px !important;
		background: transparent !important;
	}
	.btn-blog path {
		stroke: #adaabf;
		fill: none;
	}
	.endorsements-centenario__description {
		display: none;
	}
	.endorsements-centenario {
		flex-wrap: wrap;
		background-color: var(--e-global-color-231ef25);
		padding: 30px 18px;
	}
	.endorsements-centenario__img {
		max-width: 254px !important;
		margin: -35px 0px 0px 0px;
		padding: 0px 0px 0px 20px;
	}
	.endorsements-centenario__btn {
		display: none;
	}
	.endorsements-centenario__btn--mobile {
		display: flex;
		margin-top: 30px;
		position: relative;
		left: 50%;
		transform: translateX(-50%);
		font-size: 13px;
		background: var(--e-global-color-primary);
		color: var(--e-global-color-231ef25);
		padding: 12px 14px 12px 24px;
	}
	.endorsements-centenario__btn--mobile path {
		stroke: var(--e-global-color-231ef25);
		fill: var(--e-global-color-231ef25);
	}
	.endorsements-centenario__list {
		width: 100%;
		gap: 0;
		margin-top: 30px;
	}
	.banner-facilote {
		margin: inherit;
		padding: 40px 18px 60px;
	}
	.list-blogs {
		margin: inherit;
		padding: 40px 18px;
		align-items:center;
	}
}
