.hero-dynamic-select-section {
    width: 100%;
    padding-top: 100px;
    margin-top: 96px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 850px){
    .hero-dynamic-select-section {
        margin-top: 96px;
        padding-top: 50px;
    }
}

.hero-dynamic-select-container {
    max-width: 1140px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
}

@media (max-width: 1200px){
    .hero-dynamic-select-container {
        max-width: 100%;
        width: 100%;
        padding-left: 16px;
        padding-right: 16px;
    }
}

.dynamic-section-title {
    font-family: Figtree;
    font-weight: 600;
    font-size: 56px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #1D1F1D;
    max-width: 667px;
}

@media (max-width: 850px){
    .dynamic-section-title {
        font-size: 32px;
        max-width: 350px;
    }
}

.select-items {
    display: flex;
    flex-direction: row;
    margin-top: 80px;
    list-style: none;
    border: 1px solid #DADEDA;
    border-radius: 8px;
    border-width: 1px;
    padding: 16px;
    gap: 24px;
}

@media (max-width: 850px){
    .select-items {
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        gap: 16px;
    }
}


.dynamic-select-item {
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 353px;
    gap: 8px;
    border-radius: 8px;
    border-width: 1px;
    padding:8px 16px;
    color: #515751;
    font-family: Figtree;
    font-weight: 600;
    font-size: 20px;
    line-height: 114.99999999999999%;
    letter-spacing: 0%;
    text-align: center;
    transition: .5s;
    cursor: pointer;
}


@media (max-width: 1200px){
    .dynamic-select-item {
        min-width: auto;
        width: auto;
    }
}

@media (max-width: 850px){
    .dynamic-select-item {
        min-width: 100%;
        width: auto;
        font-size: 16px;
    }
}

.dynamic-select-item-active, .dynamic-select-item:hover {
    background: #427E3B1A;
    border: 1px solid  #427E3B;
    color: #427E3B;
}

.service-dynamic-content-resource {
    display: flex;
    width: 100%;
    margin-top: 80px;
    align-items: flex-start;
    justify-content: center;
    display: none;
}

@media (max-width: 1200px){
    .service-dynamic-content-resource {
        padding-left: 16px;
        padding-right: 16px;
    }
}

.service-dynamic-content-resource.show {
    display: flex;
}

.service-dynamic-content-resource-contanier {
    max-width: 1140px;
    width: 100%;
}

.service-list {
    display: flex;
    flex-direction: column;
    list-style-type: none;
}

.service-list .service-item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 121px;
    margin-bottom: 96px;
}

@media (max-width: 1200px){
    .service-list .service-item {
        gap: 50px;
    }
}

@media (max-width: 850px){
    .service-list .service-item {
        margin-bottom: 50px;
        flex-direction: column-reverse;
        gap: 16px;
    }
}


.service-item:last-child {
    margin-bottom: 0;
}

.service-list .service-item-reverse {
    flex-direction: row-reverse !important;
}

@media (max-width: 850px){
    .service-list .service-item-reverse {
        flex-direction: column-reverse !important;
    }
}

.service-item-content {
    display: flex;
    flex-direction: column;
    padding-top: 22px;
    max-width: 558px;
    width: 100%;
}

@media (max-width: 850px){
    .service-item-content {
        max-width: 100%;
        width: 100%;
        padding-top: 0;
    }
}

.service-item-content-title {
    font-family: Figtree;
    font-weight: 400;
    font-size: 40px;
    line-height: 114.99999999999999%;
    letter-spacing: 0%;
    background: linear-gradient(to right, #215E1A 0%, #BF823A 100%);
    background: -webkit-linear-gradient(left, #215E1A 0%, #BF823A 100%);
        -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    max-width: 544px;
}

@media (max-width: 850px){
    .service-item-content-title {
        font-size: 32px;
        max-width: 100%;
        width: 100%;
    }
}

.service-item-content-description {
    font-family: Figtree;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0%;
    color:#515751;
    max-width: 434px;
    margin-top: 16px;
}

@media (max-width: 850px){
    .service-item-content-description {
        max-width: 100%;
        width: 100%;
    }
}

.service-item-content-subitems {
    margin-top: 32px;
    list-style: none;
    gap: 24px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(0, 1fr));    
    width: 100%;
    max-width: 100%;
}


@media (max-width: 850px){
    .service-item-content-subitems {
        grid-template-columns: 1fr;
    }
}

.service-item-content-subitems-item {
    gap: 32px;
    width: 100%;
    border-radius: 16px;
    padding:24px 32px;
    border-width: 1px;
    border: 1px solid  #DADEDA;
}


.service-item-content-subitems-item-icone {
    width: 32px;
    height: 32px;
}

.service-item-content-subitems-item-title {
    margin-top: 32px;
    font-family: Figtree;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    color: #1D1F1D;
}

@media (max-width: 850px){
    .service-item-content-subitems-item-title {
        font-size: 14px;
    }
}

.service-item-content-subitems-item-text {
    font-family: Figtree;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    color: #515751;
}

.service-item-content-image {
    width: 461px;
    height: 394px;
    border-radius: 16px;
}

@media (max-width: 1000px){
    .service-item-content-image {
        max-width: 300px;
        max-height: 300px;
        object-fit: cover;
    }
}

@media (max-width: 850px){
    .service-item-content-image {
        max-width: 100%;
        width: 100%;
    }
}

.service-subitems-points {
    display: flex;
    flex-direction: column;
    list-style-type: none;
    margin-top: 32px;
    gap: 16px;
}

.service-subitems-points-item {
    display: flex;
    gap: 16px;
    max-width: 558px;
    width: 100%;
    gap: 16px;
    border-radius: 16px;
    border-width: 1px;
    padding: 16px;
    border: 1px solid  #DADEDA;
    align-items: center;
}

@media (max-width: 850px){
    .service-subitems-points-item {
        max-width: 100%;
    }
}

.service-subitems-points-item-icone {
    width: 26px;
    height: 26px;
}

.service-subitems-points-item-title {
    font-family: Figtree;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    color:#515751 ;

}

.service-sells-header {
    display: flex;
    flex-direction: row;
    gap: 135px;
}

@media (max-width: 950px){
    .service-sells-header {
        flex-direction: column;
        gap: 50px;
    }
}

.service-sells-header-content {
    max-width: 544px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

@media (max-width: 950px){
    .service-sells-header-content {
        max-width: 100%;
        width: 100%;
    }
}

.service-sells-header-title {
    font-family: Figtree;
    font-weight: 400;
    font-size: 40px;
    line-height: 114.99999999999999%;
    letter-spacing: 0%;
    background: linear-gradient(to right, #215E1A 0%, #BF823A 100%);
    background: -webkit-linear-gradient(left, #215E1A 0%, #BF823A 100%);
        -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    max-width: 346px;
}

@media (max-width: 950px){
    .service-sells-header-title {
        max-width: 100%;
        width: 100%;
    }
}

.service-sells-header-text {
    margin-top: 16px;
    font-family: Figtree;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0%;
    color: #515751;
}

.service-sells-header-image {
    max-width: 461px;
    width: 461px;
    max-height: 394px;
    border-radius: 16px;
}

@media (max-width: 950px){
    .service-sells-header-image {
        max-width: 100%;
        object-fit: cover;
    }
}

.advantages-sellers-and-buyers {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 148px;
    align-items: center;
}

@media (max-width: 850px){
    .advantages-sellers-and-buyers {
        margin-top: 50px;
    }
}

.advantages-sellers-and-buyers-title {
    font-family: Figtree;
    font-weight: 700;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #1D1F1D;
    max-width: 424px;
}

@media (max-width: 650px){
    .advantages-sellers-and-buyers-title {
        font-size: 28px;
        max-width: 400px;
    }
}

.advantages-sellers-and-buyers-list {
    margin-top: 56px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    flex-direction: row;
    list-style: none;
    gap: 24px;
    flex-wrap: wrap;
    width: 100%;
}

@media (max-width: 850px){
    .advantages-sellers-and-buyers-list {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 650px){
    .advantages-sellers-and-buyers-list {
        grid-template-columns: 1fr;
        gap: 16px;
    }
}

.advantages-sellers-and-buyers-list-item {
    gap: 32px;
    border-radius: 16px;
    padding:24px 32px;
    border-width: 1px;
    border: 1px solid  #DADEDA;
    min-width: 200px;
}

.advantages-sellers-and-buyers-list-item-title {
    font-family: Figtree;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    color: #1D1F1D;
    margin-top: 32px;
}

.advantages-sellers-and-buyers-list-item-text {
    font-family: Figtree;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    color: #515751;
    max-width:299px;
}


.how-it-works-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 120px;
}

@media (max-width: 850px){
    .how-it-works-container {
        margin-top: 50px;
    }
}

.how-it-works-container-title {
    font-family: Figtree;
    font-weight: 700;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #1D1F1D;
}

@media (max-width: 850px){
    .how-it-works-container-title {
        font-size: 28px;
    }
}

.how-it-works-container-list {
    margin-top: 56px;
    list-style-type: none;
    display: flex;
    gap: 24px;
    flex-direction: row;
}

@media (max-width: 1200px){
    .how-it-works-container-list {
        max-width: 100%;
        width: 100%;
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 650px){
    .how-it-works-container-list {
        grid-template-columns: 1fr;
        gap: 16px;
    }
}

.how-it-works-container-list-item {
    gap: 32px;
    border-radius: 16px;
    padding:20px;
    border-width: 1px;
    border: 1px solid  #DADEDA;
    min-width:267px;
    max-width: 267px;
    width: 100%;
}

@media (max-width: 1200px){
    .how-it-works-container-list-item {
        max-width: 100%;
    }
}

.how-it-works-container-list-item-number {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    background-color: #427E3B;
    font-family: Figtree;
    font-weight: 700;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #fff;
}

.how-it-works-container-list-item-title {
    font-family: Figtree;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    color: #1D1F1D;    
    margin-top: 32px;
}

.how-it-works-container-list-item-text {
    font-family: Figtree;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    color: #515751;   
    margin-top: 8px; 
}



.about-consultoria-section {
    width: 100%;
    min-height:472px;
    background-color: #fff;
    margin-top: 111px;
    background: url(../../assets/images/quem-somos-bg-consultoria.png);
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.about-consultoria-section-container {
    width: 100%;
    max-width: 1140px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.about-consultoria-section .centered-about-consultoria-object {
    width: 94.5px;
    height: 36px;
    background:url(../../assets/images/28terra-partners-consultoria-object.png);
    display: flex;
    align-items: center;
    justify-content: center;
    justify-self: flex-start;
    align-self: center;
    margin-top: 35px;
}


.about-consultoria-section-container .about-consultoria-legend {
    margin-top: 16px;
    max-width: 645px;
    font-family: Figtree;
    font-weight: 400;
    font-size: 40px;
    line-height: 114.99999999999999%;
    letter-spacing: 0%;
    text-align: center;
    color: #fff;
    margin-top: 100px;
}

@media (max-width: 850px){
    .about-consultoria-section-container .about-consultoria-legend {
        font-size: 32px;
    }
}

.about-consultoria-section-container .about-consultoria-text {
    margin-top: 16px;
    font-family: Figtree;
    font-weight: 400;
    font-size: 24px;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
    max-width: 645px;
    color: #fff;
}

@media (max-width: 850px){
    .about-consultoria-section-container .about-consultoria-text {
        font-size: 16px;
    }
}

.about-consultoria-section-container .about-consultoria-button{
    gap: 8px;
    border-radius: 6px;
    padding: 16px 24px;
    border-bottom-width: 2px;
    border: none;
    background-color: #fff;
    font-family: Figtree;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #427E3B;
    cursor: pointer;
    transition: .5s;
    text-decoration: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: 44px;


    img {
        margin-left: 8px;
    }
}


