.chamadaHome {
    grid-column: span 5;
    grid-row: span 1;
    display: flex;
}

.chamadaHome a {
    display: flex;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    gap: 26px;
}

.chamadaHome figure {
    height: 172px;
}

.chamadaHome img {
    border-radius: 15px;
    width: 224px !important;
    height: inherit;
    object-fit: cover;
}

.chamadaHome .chamadaHome-text {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.chamadaHome .chamadaHome-text>.chamadaHome-headertext {
    display: flex;
    flex-direction: row;
    gap: 23px;
    align-items: center;
}

.chamadaHome .chamadaHome-text>.chamadaHome-headertext>h3 {
    font-family: "NunitoSans-Bold";
    font-size: 12px;
    line-height: 16px;
    color: #00529E;
}

.chamadaHome .chamadaHome-text>.chamadaHome-headertext>div {
    display: flex;
    flex-direction: row;
    gap: 6px;
    align-items: center;
}

.chamadaHome .chamadaHome-text>.chamadaHome-headertext>div>img {
    width: 14px !important;
    height: 14px;
    object-fit: contain;
}

.chamadaHome .chamadaHome-text>.chamadaHome-headertext>div>p {
    font-family: "NunitoSans-Bold";
    font-size: 12px;
    line-height: 16px;
    color: #737377;
}

.chamadaHome .chamadaHome-text h2 {
    font-family: "NunitoSans-Bold";
    font-size: 26px;
    line-height: 30px;
    color: #4A4A4A;
}

.chamadaHome .chamadaHome-text h3:first-of-type {
    font-family: "NunitoSans-Bold";
    font-size: 12px;
    line-height: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.chamadaHome .chamadaHome-text h3:last-of-type {
    font-family: "NunitoSans-Regular";
    font-size: 18px;
    line-height: 22px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #757575;
}

.chamadaHome-text .description.limitlines {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

@media (max-width:1024px) {
    .chamadaHome {
        grid-column: span 2;
        grid-row: span 2;
    }

    .chamadaHome .chamadaHome-text h2 {
        font-family: "NunitoSans-ExtraBold";
        font-size: 18px;
        line-height: 22px;
        color: #4A4A4A;
    }

    .chamadaHome a {
        flex-direction: column;
        gap: 10px;
        height: fit-content;
    }

    /* .chamadaHome .chamada-box-container {
        width: 100%;
    } */
    .chamadaHome figure {
        width: 100%;
        height: 205px;
    }

    .chamadaHome-text .description {
        display: block;
        color: #9E9A99;
        font-family: "NunitoSans-SemiBold" !important;
        font-size: 15px !important;
        line-height: 19px !important;
    }

    .chamadaHome img {
        border-radius: 20px;
        width: 100% !important;
        height: 204px;
    }

    .chamadaHome .chamadaHome-text h3:last-of-type {
        font-family: "NunitoSans-ExtraBold";
        font-size: 12px;
        line-height: 16px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        color: #757575;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .chamadaHome .chamadaHome-text {
        width: 100%;
    }
}

@media screen and (max-width: 550px) {
    .chamadaHome a {
        gap: 14px;
    }

    .chamadaHome figure {
        height: auto;
        width: 100%;
        aspect-ratio: 1.6;
    }

    .chamadaHome img {
        width: 100% !important;
        height: 100%;
        border-radius: 12px;
    }
}