.chamadaBoxVerticalGrande {
    grid-column: span 6;
    grid-row: span 8;
}
.chamadaBoxVerticalGrande > h2 {
    padding-left: 24px;
    position: relative;
    font-family: "Merriweather", sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 32px;
    letter-spacing: -0.32px;
    color: #1c1c1c;
    margin-bottom: 18px;
}
.chamadaBoxVerticalGrande > h2:after {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    content: '';
    background-color: #0373be;
    width: 14px;
    height: 14px;
}
.chamadaBoxVerticalGrande > div {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding-top: 24px;
    border-top: 1px solid #e7e7e7;
}
.chamadaBoxVerticalGrande > div > .chamadaBoxVerticalGrandeDestaque {
    display: flex;
    flex-direction: column;
    gap: 18px;
    width: 100%;
}
.chamadaBoxVerticalGrande > div > .chamadaBoxVerticalGrandeDestaque > figure {
    width: 100%;
    height: 375px;
    overflow: hidden;
}
.chamadaBoxVerticalGrande > div > .chamadaBoxVerticalGrandeDestaque > figure > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.chamadaVertical:hover > a > figure > img {
    transform: scale(1.05);
}
.chamadaBoxVerticalGrande > div > .chamadaBoxVerticalGrandeDestaque > div {
    display: flex;
    flex-direction: column;
}
.chamadaBoxVerticalGrande > div > .chamadaBoxVerticalGrandeDestaque > div > h3 {
    font-family: "WorkSans",sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.12px;
    color: #0373BE;
    margin-bottom: 12px;
}
.chamadaBoxVerticalGrande > div > .chamadaBoxVerticalGrandeDestaque > div > h4 {
    font-family: "Merriweather",sans-serif;
    font-weight: 400;
    font-size: 26px;
    line-height: 32px;
    color: #1C1C1C;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    min-height: 84px;
}
.chamadaBoxVerticalGrande > div > .chamadaBoxVerticalGrandeDestaque:hover > div > h4 {
    text-decoration: underline!important;
}
.chamadaBoxVerticalGrande > div > div {
    display: flex;
    justify-content: space-between;
    gap: 24px;
}
.chamadaBoxVerticalGrande > div > div > .chamadaBoxVerticalGrandeSeca {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 14px;
}
.chamadaBoxVerticalGrande > div > div > .chamadaBoxVerticalGrandeSeca > figure {
    width: 100px;
    min-width: 100px;
    height: 100px;
    overflow: hidden;
}
.chamadaBoxVerticalGrande > div > div > .chamadaBoxVerticalGrandeSeca > figure > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.chamadaBoxVerticalGrande > div > div > .chamadaBoxVerticalGrandeSeca > div {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.chamadaBoxVerticalGrande > div > div > .chamadaBoxVerticalGrandeSeca > div > h3 {
    font-family: "WorkSans",sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.12px;
}
.chamadaBoxVerticalGrande > div > div > .chamadaBoxVerticalGrandeSeca > div > h4 {
    font-family: "WorkSans",sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #1c1c1c;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.chamadaBoxVerticalGrande > div > div > .chamadaBoxVerticalGrandeSeca:hover > div > h4 {
    text-decoration: underline!important;
}
@media screen and (max-width: 768px) {
    .chamadaBoxVerticalGrande {
        grid-column: 1/-1;
        grid-row: auto;
    }
    .chamadaBoxVerticalGrande > h2 {
        font-size: 28px;
        line-height: 28px;
        letter-spacing: -0.28px;
        margin-bottom: 24px;
    }
    .chamadaBoxVerticalGrande > div {
        gap: 18px;
        padding-top: unset;
        border-top: unset;
    }
    .chamadaBoxVerticalGrande > div > .chamadaBoxVerticalGrandeDestaque {
        gap: 16px;
    }
    .chamadaBoxVerticalGrande > div > .chamadaBoxVerticalGrandeDestaque > figure {
        height: 210px;
    }
    .chamadaBoxVerticalGrande > div > .chamadaBoxVerticalGrandeDestaque > div > h3 {
        font-size: 10px;
        line-height: 14px;
        letter-spacing: 0.1px;
        margin-bottom: 10px;
    }
    .chamadaBoxVerticalGrande > div > .chamadaBoxVerticalGrandeDestaque > div > h4 {
        font-size: 18px;
        line-height: 24px;
        min-height: unset;
    }
    .chamadaBoxVerticalGrande > div > div {
        flex-direction: column;
        gap: 18px;
    }
    .chamadaBoxVerticalGrande > div > div > .chamadaBoxVerticalGrandeSeca {
        gap: 12px;
    }
    .chamadaBoxVerticalGrande > div > div > .chamadaBoxVerticalGrandeSeca > figure {
        display: none;
    }
    .chamadaBoxVerticalGrande > div > div > .chamadaBoxVerticalGrandeSeca > div > h3 {
        font-size: 10px;
        line-height: 14px;
        letter-spacing: 0.1px;
    }
}