

.section__cards-informes-exclusivos {
	/*padding-top: calc( 50px + 4rem);*/
}
.section__cards-informes-exclusivos .section__cards-description-informes-exclusivos * {
	color: var(--bs-gray);
}
.section__cards-informes-exclusivos ul {
	padding-left: 1.6rem;
	list-style: none;
}
.section__cards-informes-exclusivos ul li {
	position: relative;
	/*font-size: 0.875rem;*/
	color: var(--bs-gray);
	margin-bottom: 1rem;
} 
.section__cards-informes-exclusivos ul li::before {
	content: '';
	position: absolute;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: var(--bs-primary);
	top: calc(0.75rem - 2px);
	left: calc(-1.5rem + 4px);
}
.section__cards-informes-exclusivos .card { 
	transition: all .5s ease; 
	position: relative;
}
.section__cards-informes-exclusivos .card.bg-brand-background {
	margin-bottom: -90px;
}
.section__cards-informes-exclusivos .card.bg-brand-background figure {
	position: relative;
	display: flex;
	margin-left: auto;
	margin-right: auto;
}
.section__cards-informes-exclusivos .card.bg-brand-background figure .icon-light-sm {
	position: absolute;
	right: 0;
  top: 20px;
}
.section__cards-informes-exclusivos .card.bg-brand-background figure img {
	display: block;
	max-height: 277px;
}
.section__cards-informes-exclusivos .fix-card {
	padding-bottom: 90px;
}
.section__cards-informes-exclusivos .card .content-ver-mas-menos {
  position: absolute;
  bottom: 0;
	left: 0;
  width: 100%;
	background: var(--bs-white);
}
.section__cards-informes-exclusivos .card.h-custom1 .content-ver-mas-menos::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 30%;
	top: -30%;
	left: 0;
	background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8687850140056023) 70%, rgba(255,255,255,1) 100%);
}
.section__cards-informes-exclusivos .h-custom1 { 
	height: 430px; 
	overflow: hidden;
	padding-bottom: 3.5rem !important;
}
/*.section__cards-informes-exclusivos .content-accordion1 { height: 110px; overflow: hidden; transition: all ..sease-in-out;* }*/

.section__cards-productos-metas .check-list-blue li { position: relative; list-style: none; }
.section__cards-productos-metas .check-list-blue li:before { content:''; position: absolute; left: -30px; top: 0px; width: 24px; height: 24px; background: transparent; background-image: url(https://cloud.modyocdn.com/uploads/a2be9a5f-6be9-4582-b7f9-524c9ef1d173/original/check-blue.svg); background-repeat: no-repeat; background-position: center; background-size: 16px; }
 