
.ta-eventos-wrapper{
    width:100%;
    display:flex;
    flex-direction:column;
    gap:8px;
    font-family:Arial, Helvetica, sans-serif;
}

.ta-eventos-grid{
    display:grid;
    grid-template-columns:1.25fr 2.8fr 0.9fr;
    gap:0;
    align-items:stretch;
}

.ta-head-box,
.ta-evento-col{
    min-height:84px;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:18px 22px;
    box-sizing:border-box;
}

.ta-head-box{
    text-transform:uppercase;
    color:#fff;
    font-weight:800;
    letter-spacing:1px;
    font-size:22px;
    line-height:1.1;
}

.ta-head-blue{background:#009CDA;}
.ta-head-black{background:#000;}
.ta-head-date{text-align:center;}

.ta-eventos-row{
    border-top:1px solid rgba(255,255,255,.45);
}

.ta-col-blue{
    background:#12a6e0;
    color:#fff;
    font-weight:800;
    text-transform:uppercase;
    letter-spacing:.5px;
    font-size:20px;
    text-align:center;
}

.ta-col-black{
    background:#000;
    color:#fff;
    flex-direction:column;
    align-items:flex-start;
    justify-content:center;
    text-align:left;
}

.ta-col-date{
    background:#12a6e0;
    color:#fff;
    font-weight:800;
    text-align:center;
    flex-direction:column;
    align-items:center;
    justify-content:center;
}

.ta-evento-title{
    display:block;
}

.ta-evento-desc{
    font-size:15px;
    line-height:1.6;
    color:rgba(255,255,255,.92);
    width:100%;
}

.ta-evento-date{
    display:block;
    font-size:22px;
    line-height:1.15;
}

.ta-evento-time{
    display:block;
    font-size:15px;
    font-weight:700;
    margin-top:8px;
    opacity:.95;
}

.ta-mobile-label{
    display:none;
}

.ta-eventos-empty{
    padding:18px 20px;
    border:1px solid #e3e3e3;
    border-radius:12px;
    background:#fff;
    color:#333;
    font-family:Arial, Helvetica, sans-serif;
}

@media (max-width: 1024px){
    .ta-head-box{
        font-size:18px;
        padding:16px;
    }
    .ta-col-blue,
    .ta-evento-date{
        font-size:18px;
    }
}

@media (max-width: 767px){
    .ta-eventos-wrapper{
        gap:10px;
    }

    .ta-eventos-grid{
        grid-template-columns:1.1fr 1.8fr .9fr;
    }

    .ta-head-box,
    .ta-evento-col{
        min-height:72px;
        padding:14px 12px;
    }

    .ta-head-box{
        font-size:14px;
        letter-spacing:.8px;
    }

    .ta-col-blue{
        font-size:13px;
        line-height:1.25;
        word-break:break-word;
    }

    .ta-col-black{
        align-items:flex-start;
        justify-content:center;
        text-align:left;
    }

    .ta-evento-desc{
        font-size:13px;
        line-height:1.45;
    }

    .ta-col-date{
        align-items:center;
        justify-content:center;
        text-align:center;
    }

    .ta-col-date .ta-evento-date{
        font-size:14px;
        line-height:1.2;
    }

    .ta-col-date .ta-evento-time{
        font-size:12px;
        margin-top:4px;
    }

    .ta-mobile-label{
        display:none;
    }
}


@media (max-width: 480px){
    .ta-eventos-grid{
        grid-template-columns:1fr 1.45fr .85fr;
    }

    .ta-head-box,
    .ta-evento-col{
        padding:12px 10px;
    }

    .ta-head-box{
        font-size:12px;
    }

    .ta-col-blue{
        font-size:12px;
    }

    .ta-evento-desc{
        font-size:12px;
        line-height:1.4;
    }

    .ta-col-date .ta-evento-date{
        font-size:13px;
    }

    .ta-col-date .ta-evento-time{
        font-size:11px;
    }
}
