.infinity-text{color:#000;text-transform:uppercase;gap:5rem;font-size:2.5rem;font-weight:700;display:flex;overflow-x:hidden}.infinity-text__texto{justify-content:center;align-items:center;gap:5rem;font-family:Agency FB,Anton,sans-serif;animation:1.25s linear infinite movimiento;display:flex}.infinity-text__texto:after{content:"";background:url(/img/home/huellas.svg) 0 0/cover no-repeat;width:8rem;height:3rem}@keyframes movimiento{0%{transform:translate(0)}to{transform:translate(-122%)}}
.card{text-align:center;background:url(/img/cards/bg_negro.avif) 50%/cover no-repeat;border-radius:1rem;width:100%;max-width:40rem;padding:2rem;transition:all .25s ease-in-out}.card:hover{color:#000;background:url(/img/cards/bg_amarillo.avif)}.card:hover .card__img{filter:grayscale(0)}.card__img{object-fit:cover;filter:grayscale();width:100%;height:40rem;transition:all .25s ease-in-out}.card__title{margin:2rem 0;font-size:3.5rem;font-weight:700}.card__description{font-size:2rem;font-weight:700}.product-card{background:0 0;border-radius:1rem;width:100%;max-width:45rem;padding:1.5rem 0;position:relative;overflow:hidden}@media (min-width:768px){.product-card{padding:2rem}}.product-card:after{content:"";z-index:0;background-color:#fc0;width:100%;height:100%;transition:all 1s ease-in-out;position:absolute;top:0;left:0}.product-card:hover:after{transform:translateY(35%)}.product-card__contenido{z-index:1;background:0 0;padding:0 1.5rem;position:relative}@media (min-width:768px){.product-card__contenido{padding:0}}.product-card__img{object-fit:contain;height:auto}.product-card__title{text-align:center;margin:0 0 2rem}.product-card__description{text-align:center;margin-bottom:2rem}.product-card__description:first-letter{text-transform:capitalize}.product-card__botones{z-index:1;position:relative}
