.selos-aval .top {
    padding: 6px 0 0;
    background: url(../../assets/img/chfeet3.svg) no-repeat bottom left, url(../../assets/img/archselosbg.svg) no-repeat right center;
}

.selos-aval .top .img {
    position: relative;
    width: 100%;
    max-width: 652px;
    aspect-ratio: 1/.56441;
    margin: 0 auto;
    background: url(../../assets/img/topbg.svg) no-repeat -44px -8px;
}

.selos-aval .top .img::before,
.selos-aval .top .img::after {
    content: '';
    position: absolute;
    z-index: -1;
    border-radius: 50%;
    aspect-ratio: 1/1;
}

.selos-aval .top .img::before {
    top: 26.08%;
    left: -2.60%;
    width: 66.71%;
    background-color: var(--main);
}

.selos-aval .top .img::after {
    top: 38.31%;
    right: -3.06%;
    width: 63.95%;
    background-color: #fbbc4366;
}

.selos-aval .top .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.selos-aval .bottom {
    padding: 4.26rem 0 7.33rem;
    background: url(../../assets/img/selbg.svg) no-repeat bottom right, linear-gradient(var(--grey), var(--grey)) no-repeat top center;
    background-size: auto, 100% 435px;
}

.selos-aval .bottom .row {
    gap: 17px 0;
}

.selos-aval .bottom .row>* {
    display: flex;
    align-items: start;
    padding: 0;
}


/* .selos-aval .bottom .row>*:nth-child(odd) {
    padding: 0 0 0 calc(var(--bs-gutter-x) * .5);
}

.selos-aval .bottom .row>*:nth-child(even) {
    padding: 0 calc(var(--bs-gutter-x) * .5) 0 0;
} */

.selos-aval .bottom .box {
    display: flex;
    align-items: stretch;
    gap: 41px;
    width: 100%;
    /* max-width: 591px; */
    background: url(../../assets/img/chfeetright.svg) no-repeat top right;
    background-size: 108px 129px;
    background-color: var(--white);
    box-shadow: -5px 4px 50px -10px #7090b01a;
}

.selos-aval .bottom .box .img {
    width: 100vw;
    max-width: 240px;
    background-color: var(--grey);
}

.selos-aval .bottom .box .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
}

.selos-aval .bottom .box div:has(.title) {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    padding: 2rem 23px 41px 0;
}

.selos-aval .bottom .box .title {
    display: flex;
    align-items: center;
    gap: 12px;
    max-width: 287px;
    text-transform: uppercase;
    color: var(--dtext);
    font-size: 18px;
    font-variation-settings: "wght" 800;
    line-height: 25px;
    padding-bottom: 22px;
    border-bottom: 1px solid var(--line);
    margin-bottom: 22px;
}

.selos-aval .bottom .box .title img {
    width: 100%;
    max-width: 101px;
}

.selos-aval .bottom .box .text {
    color: var(--text);
    font-size: 16px;
    font-variation-settings: "wght" 400;
    line-height: 22px;
}

.selos-aval .bottom .box .text strong {
    color: inherit;
}


/* MEDIA QUERIES */

@media(max-width:992px) {
    .selos-aval .bottom {
        padding: 2rem 0;
    }
}

@media(max-width:768px) {
    .selos-aval .top {
        overflow: hidden;
    }
    .selos-aval .bottom .row>* {
        padding: 0 calc(var(--bs-gutter-x) * .5);
    }
}

@media(max-width:575px) {
    .selos-aval .bottom .box {
        flex-direction: column;
        gap: 1rem;
        align-items: center;
    }
    .selos-aval .bottom .box .img {
        max-width: 100%;
        aspect-ratio: 1/.4;
    }
    .selos-aval .bottom .box .img img {
        object-position: top center;
    }
    .selos-aval .bottom .box div:has(.title) {
        padding: 0 1rem 1rem;
    }
    .selos-aval .bottom .box .title {
        flex-direction: column;
        width: 100%;
        max-width: 100%;
        text-align: center;
    }
    .selos-aval .bottom .box .text {
        text-align: center;
    }
}


/* MEDIA QUERIES ! */