.alerta__card {
    position: relative;

    .alerta__img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .alerta__body {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 2rem;
        background-color: #2e3e4fAA;
        color: white;
    }

    .alerta__logo {
        width: 100px;
        top: -50px;
        right: 3rem;
        position: absolute;
    }

    .alerta__card-title {
        font-weight: bold;
    }
}
