.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(21, 57, 115, 0.81);
    /* Azul com 50% de opacidade */
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Estilo para o texto dentro do overlay */
.overlay-text {
    font-weight: 900;
    font-size: 32px;
    line-height: 37px;
    color: #fff;
    text-align: center;
}

.imgcard {
    width: 300px;
    height: 300px;
    object-fit: cover;
    border-radius: 10px;
}

.card-title {
    font: bold;
    font-size: 24px;
    line-height: 28px;
    color: #153973;
}

.card-text {
    font-size: 14px;
    line-height: 16px;
    color: #153973;
}

.p- {
    padding-top: 50px;
}

.btn {
    font: bold;
    font-size: 24px;
    line-height: 28px;
    background-color: #153973;
    border-color: #fff;
    border-radius: 20px;
}
