:root {
    --fnt-p: clamp(0.8125rem, 0.7656rem + 0.2344vw, 1rem);
}

/*Cards Team*/
.ed-card-x3 {
    width: calc((100% / 3) - ((40px * 2)/3))!important;
}
.ed-cont-card-asesor {
    aspect-ratio: 3 / 4;
    overflow: hidden;
}
.ed-bg-fondo-cloud {
    aspect-ratio: 1;
}

/* Size font copyright*/
#ed-copyright,
#ed-legal {
  font-size: calc(var(--fnt-p) * 0.7);
}
/*Link Footer*/
#ed-copyright .link-footer {
  color: #fff;
  transition: all 0.3s ease-in-out;
}
#ed-copyright .link-footer:hover {
  color: var(--e-global-color-secondary);
}
/* heart footer */
#ed-copyright .heart {
    text-align: center;
    display: inline-block;
    width: 20px;
}
#ed-copyright .heart img {
    animation: beat 1s ease infinite;
}
@keyframes beat {
  0% {font-size: calc(var(--fnt-p) * .8);}
  50% {font-size: calc(var(--fnt-p) * .9);}
  100% {font-size: calc(var(--fnt-p) * .8);}
}

/*Button WhatsApp Services*/
.ctm-flex {
    display: flex;
    align-items: center;
    height: 50px;
    gap: 10px;
}

/*centrar ultimo loop Consultores*/
.loop-consultores .jet-listing-grid__items {
    justify-content: center;
}

@media (max-width: 1024px) {
    .ed-card-x3 {
        width: 100%!important;
    }
}

