﻿.card-footer {
    background-color: white;
    border-top: 0px;
}
.tarjeta-descuentos {
    background-image: url(/imagenes/tarjeta-descuentos.webp);
}
.tarjeta-guias {
    background-image: url(/imagenes/tarjeta-guias.webp);
}
.tarjeta-meditaciones {
    background-image: url(/imagenes/tarjeta-meditaciones.webp);
}
.tarjeta-reg {
    border-radius: 7px;
    background-size: cover;
    background-position: center;
    min-height: 250px;
    padding-top: 40px;
    cursor: pointer;
    text-decoration: none !important;
    margin-top: 10px;
}
.tarjeta-reg:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.4);
}
.tarjeta-talleres {
    background-image: url(/imagenes/tarjeta-talleres.webp);
}
.tit-indice {
    font-size: 1.8em;
    color: white;
    font-weight: bold;
    position: relative;
    text-shadow: 0px 0px 9px #f5f94e;
}
.rpea-desc {
    font-size: 1.1em;
    color: #fff;
    position: relative;
}