.mod_smarteventos_page .body-evento{
    border-radius: .5rem;
    position: relative;
    box-shadow: 1px 1px 8px rgba(0,0,0,0.15);
}


.mod_smarteventos_page .box-evento:nth-child(odd) .body-evento: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;
    pointer-events: none;
}

.mod_smarteventos_page .box-evento:nth-child(even) .body-evento: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;
    pointer-events: none;
    transform: rotateY(180deg);
}

.mod_smarteventos_page .body-evento .dados-evento{
    background: var(--t-normal);
    padding: 2.5rem 2rem 1rem 2rem;
    color: white;
    border-radius: 0 0 .5rem .5rem;
}

@media screen and (max-width: 991px){
    .mod_smarteventos_page .body-evento .dados-evento{
        padding: 1.5rem 1rem 1rem 1rem;
    }

}

@media screen and (max-width: 575px){
    .mod_smarteventos_page .body-evento .dados-evento{
        padding: 1.5rem 1rem 1rem 1rem;
    }

    .mod_smarteventos_page .body-evento .dados-evento .title h4{
        font-size: 19px;
    }

    .mod_smarteventos_page .body-evento .dados-evento .data-evento {
        flex-wrap: wrap;
        gap: 0 1rem !important;
    }
}

.mod_smarteventos_page .body-evento .img-evento img{
    border-radius: .5rem .5rem 0 0;

}

.mod_smarteventos_page .body-evento .info-inscricao a{
    border-radius: 2rem;
    position: absolute;
    z-index: 10;
    top: -22px;
    left: 2rem;
    padding: 1rem;
    color: white;
    background: #1c8846;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 13px;
}

@media screen and (max-width: 575px) {
    .mod_smarteventos_page .body-evento .info-inscricao a{
        left: 10px;
    }
}

.mod_smarteventos_page .body-evento:hover .info-inscricao a{
    animation: pulse 1.5s infinite ease-in-out;
    display: inline-block;
}


.mod_smarteventos_page .body-evento .dados-evento .title h4{
    color: white;
    font-weight: 700;
}


.mod_smarteventos_page .body-evento .dados-evento .title a{
    color: white;
    font-weight: 700;
    text-decoration: none;
}

.mod_smarteventos_page .body-evento .dados-evento .title h4:hover{
    text-decoration: underline;
}

.mod_smarteventos_page .body-evento .dados-evento .data-evento {
        font-weight: 500;
    margin-top: 11px;
}

/* DADOS EVENTO */
.mod_smarteventos_details .box-detail {
    padding: 2rem;
}
.mod_smarteventos_details .box-detail:first-child {
    border-radius: .8rem 0 0 .8rem;
}
.mod_smarteventos_details .box-detail:last-child {
    border-radius: 0 .8rem .8rem 0;
}
.mod_smarteventos_details .box-detail .icon i{
	display: flex;
    font-size: 4rem;
    height: 60px;
}
.mod_smarteventos_details .box-detail .txt, .mod_smarteventos_details .box-detail .txt a {
    font-size: 1.4em;
    font-weight: 400;
    text-transform: uppercase;
    color: white;
    letter-spacing: 2px;
}
.mod_smarteventos_details .box-detail .txt strong {
    font-size: 2rem;
}
@media screen and (max-width: 991px) {
    .mod_smarteventos_details  .row-cols-1 .box-detail:first-child {
        border-radius: .8rem .8rem 0 0;
    }    

    .mod_smarteventos_details  .row-cols-1 .box-detail:last-child {
        border-radius: 0 0 .8rem .8rem;
    }
    .mod_smarteventos_details  .row-cols-2 .box-detail:first-child {
        border-radius: .8rem 0 0 0;
    }
     .mod_smarteventos_details  .row-cols-2 .box-detail:nth-child(2) {
        border-radius:  0 .8rem 0 0;
    } 
    .mod_smarteventos_details  .row-cols-2 .box-detail:nth-child(3) {
        border-radius:  0  0  0 .8rem;
    } 

    .mod_smarteventos_details  .row-cols-2 .box-detail:last-child {
        border-radius: 0 0 .8rem 0;
    } 
}
@media screen and (max-width: 480px) {
    .mod_smarteventos_details  .row-cols-2 .box-detail {
        flex: 0 0 auto;
        width: 100%;
    }
    .mod_smarteventos_details  .row-cols-2 .box-detail:first-child {
        border-radius: .8rem .8rem 0 0;
    }    

     .mod_smarteventos_details  .row-cols-2 .box-detail:nth-child(2) {
        border-radius:  0;
    } 
    .mod_smarteventos_details  .row-cols-2 .box-detail:nth-child(3) {
        border-radius:  0;
    } 

    .mod_smarteventos_details  .row-cols-2 .box-detail:last-child {
        border-radius: 0 0 .8rem .8rem; !important;
    }
}
