/**
 * @version     CVS: 1.0.0
 * @package     com_smarteventos
 * @copyright   2023 Tridia Criação
 * @license     GNU General Public License versão 2 ou posterior; consulte o arquivo License. txt
 * @author      Tridia Criação <tridiacriacao@gmail.com>
 */

 .list-event .card-event {
    transition: 0.3s all;
    border-radius: .8rem;
 }
/* .list-event .card-event:hover,
.list-event .card-event:focus {
    transform: scale(1.1) !important;
} */

.list-event .card-event:hover .insc-ballon{
    animation: pulse 1.5s infinite ease-in-out;
}

.list-event .card-img {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
.list-event .insc-ballon {
    top: -2rem;
    left: 1rem;
    font-size: 13px;
    padding: 14px 16px;
    z-index: 1;
    border-radius: 3rem;
    cursor: pointer;
    font-weight: 500 !important;
}
/* .list-event .insc-ballon:after {
    content: "";
    position: absolute;
    bottom: -.3rem;
    left: .5rem;
    border-top: .6rem solid;
    border-left: .6rem solid transparent;
    border-right: .6rem solid transparent;
} */
.list-event .inscricao-confirm:after {
    border-top-color: var(--q-normal);
}

.list-event .minha-insc:after {
    border-top-color: var(--p-normal);
}

.list-event .card-event .item-body-inner{
    background: var(--t-normal);
    color: white;
    font-weight: 500;
    border-radius: 0 0 .8rem .8rem;
}

.list-event .card-event .item-body-inner .card-title a{
    font-size: 19px;
}

.list-event .container-event:nth-child(odd) .card-event:after {
    background-image: url('../../../images/tema/backgrounds/element-unico-tags.svg') !important;
    content: '';
    position: absolute;
    background-repeat: no-repeat;
    bottom: 10%;
    right: 29px;
    width: 80px;
    height: 50%;
    opacity: .2;
    z-index: 5;
    background-size: contain;
}

.list-event .container-event:nth-child(even) .card-event:after {
    background-image: url(../../../images/tema/backgrounds/element-curva.svg) !important;
    content: '';
    position: absolute;
    background-repeat: no-repeat;
    bottom: 14%;
    right: 29px;
    width: 149px;
    height: 234px;
    opacity: .2;
    z-index: 5;
    background-size: cover;
    transform: rotateY(180deg);
}

.view-eventos .card-event .item-body-inner .me-1{
    margin-right: .25rem !important;
}

