.seo-1-quem-somos .parent {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--branco-fundo-1);
    padding-right: 40px;
}
.seo-1-quem-somos .title {
    height: 460px;
    width: 80%;
    min-width: 709px;
    background: url(https://varejo-site.web.app/assets/bg-banner-quem-somos.webp) no-repeat;
    background-size: cover;
    background-position: right;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 10%;
}
.seo-1-quem-somos .title h1 {
    font-family: Overpass;
    font-size: 48px;
    color: white;
    font-weight: 800;
    max-width: 145px;
}
.seo-1-quem-somos .descricao {
    font-family: Muli;
    display: flex;
    flex-direction: column;
    row-gap: 72px;
    width: 100%;
    padding: 0 22px;
}
.seo-1-quem-somos .descricao > p {
    text-align: center;
    font-size: 22px;
    max-width: 620px;
}
.seo-1-quem-somos .descricao > div {
    max-width: 620px;
    display: flex;
    column-gap: 28px;
    row-gap: 10px;
    font-size: 18px;
    flex-wrap: wrap;
}
.seo-1-quem-somos .descricao > div .box {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 145px;
}
.seo-1-quem-somos .descricao > div .box p {
    text-align: center;
    display: flex;
    flex-direction: column;
}

.historia {
    background-color:  var(--branco-fundo-2);
    display: flex;
    padding: var(--padding-89xl) 40px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.historia .title {
    display: flex;
    align-items: center;
    margin-bottom: 48px;
}
.historia .title h2 {
    margin: 0;
    font-family: Overpass;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: -10px;
}
.historia .title img {
    margin-left: -30px;
}
.historia .linha-do-tempo {
    max-width: 850px;
    display: flex;
    flex-direction: column-reverse;
    row-gap: 60px;
}
.historia .linha-do-tempo > div {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
.historia .linha-do-tempo > div .ano {
    font-family: Overpass;
    width: 142px;
    font-size: 48px;
    font-weight: 800;
    margin-right: 16px;
    display: flex;
}

.historia .linha-do-tempo > div .ano img {
    height: 36px;
    align-self: flex-end;
}
.historia .linha-do-tempo > div p {
    font-size: 18px;
    font-family: Muli;
    margin: 0;
    line-height: 160%;
}
.historia .linha-do-tempo > div .texto .dot {
    color: var(--azul-primrio);
}

.seo-2-veja-mais {
    padding: var(--padding-39xl) 40px;
}
.seo-2-veja-mais .modulo-itens {
    display: flex;
    gap: 80px;
    justify-content: center;
    flex-wrap: wrap;
}
.seo-2-veja-mais .modulo {
    background: url(https://varejo-site.web.app/assets/fundo-card.svg) no-repeat;
    background-size: cover;
    max-width: 543px;
    height: 354px;
    padding: 50px 45px;
    font-size: 18px;
}
.seo-2-veja-mais .modulo > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.seo-2-veja-mais .modulo h4 {
    font-family: Overpass;
    font-weight: 600;
    text-align: center;
}
.seo-2-veja-mais .modulo p {
    font-family: Muli;
    text-align: center;
    line-height: 160%;
}
.seo-2-veja-mais .modulo > div .btn{
    margin-top: 20px;
    padding: var(--padding-base) var(--padding-13xl);
    border: 1px solid var(--azul-primrio);
    color: var(--azul-primrio);
}

.chamada1 > div {
    background: url(https://varejo-site.web.app/assets/bgchamada@2x.png) no-repeat;
    background-size: cover;
    height: 215px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: var(--gap-10xl);
}
.chamada1 > div h4 {
    font-size: 26px;
    font-weight: 600;
    font-family: Overpass;
    color: white;
}
.chamada1 > div .btn{
    color: white;
    border-color: white;
    padding: 12px 24px;
}

@media only screen and (max-width: 1466px) {
    .seo-1-quem-somos .title {
        margin-left: -100px;
    }
}

@media only screen and (max-width: 1366px) {
    .seo-1-quem-somos .title {
        margin-left: -200px;
    }
}

@media only screen and (max-width: 1266px) {
    .seo-1-quem-somos .title {
        margin-left: -300px;
        padding-left: 25%;
    }
}


@media only screen and (max-width: 1166px) {
    .seo-1-quem-somos .descricao {
        row-gap: 20px;
    }
}

@media only screen and (max-width: 997px) {
    .seo-1-quem-somos .parent {
        flex-wrap: wrap;
        padding: 0;
        row-gap: 20px;
    }
    .seo-1-quem-somos .title {
        min-width: 0px;
        margin: 0;
        width: 100%;
        max-width: initial;
        padding-left: 10%;
        background: url(https://varejo-site.web.app/assets/bg-quem-somos-1000-retangulo.webp) no-repeat;
        background-position: bottom;
        background-size: cover;
        height: 400px;
    }
    .seo-1-quem-somos .descricao {
        align-items: center;
        justify-self: center;
        padding-bottom: 20px;
    }
    .seo-1-quem-somos .descricao > div {
        align-items: center;
        justify-content: center;
    }
}

@media only screen and (max-width: 679px) {
    .seo-1-quem-somos .descricao > div {
        flex-direction: column;
    }
}

@media only screen and (max-width: 640px) {
    .seo-1-quem-somos .title {
        height: 350px;
    }

    .seo-2-veja-mais .modulo {
        background: none;
        border: 1px solid #8fb6d6;
    }
}


@media only screen and (max-width: 580px) {
    .seo-2-veja-mais .modulo {
        height: auto;
        padding: 50px 22px;
    }
}

@media only screen and (max-width: 490px) {
    .historia .linha-do-tempo > div {
        flex-wrap: wrap;
        row-gap: 10px;
    }
    .historia .linha-do-tempo > div .ano img {
        display: none;
    }
    .historia .linha-do-tempo > div .texto {
        text-align: center;
    }
}

@media only screen and (max-width: 412px) {
    .chamada > div {
        height: 245px;
        gap: 20px;
    }
}