.vendedores {
    overflow: hidden;
}

.vendedores h1 {
    font-weight: 400;
    font-size: 48px;
    line-height: 56px;
    color: #FFFFFF;
}

.vendedores h1 span {
    font-weight: 600;
}

.vendedores .img-hexagono {
    width: 426px;
    position: absolute;
    top: 0;
    right: -82px;
}

.vendedores .whats-container {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    background: #FF6A04;
    display: flex;
    justify-content: center;
    align-items: center;
}

.vendedores .img-whats {
    width: 18px;
    height: 18px;
}

.vendedores .bg-white-smoke {
    background: #f7f7f7;
}

.vendedores .number {
    font-size: 18px;
    font-weight: 700;
    background: white;
    padding: 6px 12px;
    border-radius: 23px;
}

.vendedores .name {
    font-size: 18px;
    font-weight: 600;
}

.vendedores .item {
    border-bottom: 1px solid #e4e3e2;
}

.vendedores .img-banner {
    width: 600px;
    height: 485px;
    max-width: 100%;
    object-fit: cover;
    z-index: 2;
}

.vendedores .top {
    height: 549px;
    padding-top: 52px;
}

.vendedores .top-2 {
    padding-top: 110px !important;
}

.vendedores .content-about {
    padding-top: 165px !important;
}

@media screen and (max-width: 768px) {
    .vendedores .top {
        height: auto !important;
        padding-top: 40px !important;
        padding-bottom: 25px !important;
    }

    .vendedores .top-2 {
        padding-top: 0 !important;
    }

    .vendedores .img-banner {
        width: 100%;
        margin-top: 15px;
        height: auto;
    }

    .vendedores .img-hexagono {
        width: 250px;
    }

    .vendedores h1 {
        font-size: 28px;
        line-height: 36px;
        z-index: 2;
        position: relative;
    }

    .vendedores .content-about {
        margin-top: 0;
        background: #f7f7f7;
        padding-top: 20px !important;
        padding-bottom: 30px !important;
    }

    .vendedores .number {
        font-size: 14px;
    }
    
    .vendedores .name {
        font-size: 14px;
    }
}