.item_cursos_2025 {
    border: 2px solid #bfbfbf;
}

.item_cursos_2025 img {
    width: 100%;
    object-fit: contain;
}

.texto_cursos_2025 {
    padding: 20px 12px;
}

.texto_cursos_2025 h2 {
    font-size: 1.2rem;
    color: #2C786C;
    font-weight: 700;
    padding: 10px 0px 8px 0px;
    margin-bottom: 2px;
}

.texto_cursos_2025 span {
    width: 100%;
    max-width: 160px;
    margin-bottom: 10px;
    padding: 4px;
    display: flex;
    background: #2c786c;
    color: #fff;
    font-size: 1rem;
}

.texto_cursos_2025 p {
    font-size: 0.85rem;
    color: #1A1A1A;
    font-weight: 700;
}