
.hero-consultant {
    width: 100%;
    background-color: green;
    min-height: 720px;
    top: 0;
    background: url("../../assets/images/terra-partners-consultoria-Hero.png") no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-consultant-content {
    display: flex;
    flex-direction: column;
    max-width: 667px;
    align-items: center;
    justify-content: center;
    gap: 32px;
}

@media (max-width: 850px){
    .hero-consultant-content {
        padding-left: 16px;
        padding-right: 16px;
    }
}


.hero-consultant-content .hero-consultant-titulo {
    font-family: Figtree;
    font-weight: 400;
    font-size: 40px;
    line-height: 114.99999999999999%;
    letter-spacing: 0%;
    text-align: center;
    color: #fff;
}

@media (max-width: 850px){
    .hero-consultant-content .hero-consultant-titulo {
        font-size: 32px;
    }
}

.hero-consultant-text {
    font-family: Figtree;
    font-weight: 400;
    font-size: 24px;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;    
    color: #fff;
}

@media (max-width: 850px){
    .hero-consultant-text {
        font-size: 16px;
    }
}

.consultant-section-explanation-section {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 80px;
}

.consultant-section-explanation-section-container {
    max-width: 1140px;
    width: 100%;
}

@media (max-width: 1200px){
    .consultant-section-explanation-section-container {
        max-width: 100%;
        width: 100%;
        padding-left: 16px;
        padding-right: 16px;
    }
}

.consultant-section-explanation-section-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 20px;
}

@media (max-width: 850px){
    .consultant-section-explanation-section-header {
        flex-direction: column;
    }
}

.consultant-section-explanation-section-title {
    font-family: Figtree;
    font-weight: 400;
    font-size: 40px;
    line-height: 114.99999999999999%;
    letter-spacing: 0%;
    max-width: 544px;
    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;
}

@media (max-width: 850px){
    .consultant-section-explanation-section-title {
        max-width: 100%;
        width: 100%;
        font-size: 32px;
    }
}

.consultant-section-explanation-section-legend {
    font-family: Figtree;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0%;
    max-width: 461px;
    color: #515751;
}

@media (max-width: 850px){
    .consultant-section-explanation-section-legend {
        max-width: 100%;
        width: 100%;
    }
}

.consultant-section-explanation-section-image-cover-container {
    margin-top: 72px;

}

.consultant-section-explanation-section-image-cover {
    width: 100%;
    border-radius: 16px;
    height: 450px;
    object-fit: cover;
}

.consultant-section-explanation-section-manager-container {
    width: 100%;
    margin-top: 96px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 80px;
    gap: 24px;
}

@media (max-width: 850px){
    .consultant-section-explanation-section-manager-container {
        margin-bottom: 50px;
        margin-top: 50px;
        flex-direction: column;
    }
}

.consultant-section-explanation-section-manager-content-left {
    display: flex;
    flex-direction: column;
}

.consultant-section-explanation-section-manager-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: 558px;
}

@media (max-width: 850px){
    .consultant-section-explanation-section-manager-content-title {
        max-width: 100%;
        width: 100%;
    }
}

.consultant-section-explanation-section-manager-content-text {
    font-family: Figtree;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0%;
    margin-top: 16px;
    color: #515751;
    max-width: 558px;
}

@media (max-width: 850px){
    .consultant-section-explanation-section-manager-content-text {
        max-width: 100%;
        width: 100%;
    }
}

.consultant-section-explanation-section-manager-content-right {
    max-width: 459px;
    width: 100%;
}

@media (max-width: 850px){
    .consultant-section-explanation-section-manager-content-right {
        max-width: 100%;
        width: 100%;
    }
}

.consultant-section-explanation-section-manager-content-text-legend {
    font-family: Figtree;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0%;
    color: #515751;
}

@media (max-width: 850px){
    .consultant-section-explanation-section-manager-content-text-legend {
        font-size: 16px;
    }
}

.consultant-section-explanation-section-manager-content-list-items {
    display: flex;
    flex-direction: column;
    gap: 16px;
    list-style: none;
    margin-top: 35px;
    width: 100%;
}

.consultant-section-explanation-section-manager-content-list-item {
    font-family: Figtree;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    color: #1D1F1D;
    gap: 6px;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
}

.consultant-section-explanation-section-manager-content-list-item-icone {
    width: 24px;
    height: 24px;
}

.section-consult-rural {
    width: 100%;
    margin-top: 80px;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-bottom: 79px;
}

.section-consult-rural-title {
    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;
    font-family: Figtree;
    font-weight: 400;
    font-size: 40px;
    line-height: 114.99999999999999%;
    letter-spacing: 0%;
    text-align: center;
    max-width: 606px;
}

@media (max-width: 750px){
    .section-consult-rural-title {
        font-size: 32px;
    }
}

.section-consult-rural-title-text {
    font-family: Figtree;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
    color: #515751;    
    max-width: 558px;
    margin-top: 16px;
}

@media (max-width: 750px){
    .section-consult-rural-title-text {
        max-width: 100%;
        width: 100%;
    }
}

.section-consult-rural-items {
    width: 100%;
    display: flex;
    flex-direction: row;
    margin-top: 48px;
    list-style: none;
    gap:24px;
}

@media (max-width:1200px){
    .section-consult-rural-items {
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
}

@media (max-width: 750px){
    .section-consult-rural-items {
        gap: 16px;
    }
}

.section-consult-rural-items-item {
    width: 267px;
    height: 260px;
    gap: 32px;
    border-radius: 16px;
    padding:20px;
    border: 1px solid  #DADEDA;
}

@media (max-width: 750px){
    .section-consult-rural-items-item {
        max-width: 100%;
        width: 100%;
    }
}

.section-consult-rural-item-icone {
    width: 48px;
    height: 48px;
}

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

.section-consult-rural-item-description {
    font-family: Figtree;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    color: #515751;
    margin-top: 8px;
}

.section-consult-rural-footer {
    margin-top: 56px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section-consult-rural-footer-icone {
    
}

.section-consult-rural-footer-text {
    font-family: Figtree;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
    margin-top: 16px;
    max-width: 558px;
}

.btn-talk-specialist {
    gap: 8px;
    border-radius: 6px;
    padding: 16px 24px;
    border-bottom-width: 2px;
    border: none;
    background-color: #427E3B;
    font-family: Figtree;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #fff;
    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;
    }
}

.marketing-agora-section {

}

.section-count-on-consultant {
    width: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    background: url(../../assets/images/terra-partners-contato-consultoria-background-count-me-on.png);
    min-height: 1084px;
}

.section-count-on-consultant-container {
    max-width: 1140px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media (max-width: 1200px){
    .section-count-on-consultant-container {
        padding-right: 16px;
        padding-left: 16px;
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

.section-count-on-consultant-title {
    font-family: Figtree;
    font-weight: 400;
    font-size: 56px;
    line-height: 114.99999999999999%;
    letter-spacing: 0%;
    text-align: center;
    color: #FFFFFF;
    max-width: 664px;
}

@media (max-width: 850px){
    .section-count-on-consultant-title {
        font-size: 38px;
    }
}

.section-count-on-consultant-text {
    font-family: Figtree;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
    color: #fff;
    margin-top: 16px;
    max-width: 664px;
}

.section-count-on-consultant-list-items {
    display: flex;
    list-style-type: none;
    flex-direction: row;
    margin-top: 48px;
    gap: 24px;
    margin-bottom: 80px;
}

@media (max-width: 1200px){
    .section-count-on-consultant-list-items {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 750px){
    .section-count-on-consultant-list-items {
        grid-template-columns: 1fr;
        width: 100%;
    }
}

.section-count-on-consultant-list-item {
    width: 267px;
    height: 180px;
    gap: 16px;
    border-radius: 16px;
    padding:20px;
    border-width: 1px;
    background-color: #FFFFFF;
    border: 1px solid  #DADEDA;
}

@media (max-width: 750px){
    .section-count-on-consultant-list-item {
        max-width: 100%;
        width: 100%;
    }
}

.section-count-on-consultant-list-item-icone {
    width: 32px;
    height: 32px;
}

.section-count-on-consultant-list-item-title {
    margin-top: 16px;
    font-family: Figtree;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    color: #1D1F1D;
}

.section-count-on-consultant-list-item-text {
    font-family: Figtree;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    color: #515751;
    margin-top: 8px;
}

.section-count-on-consultant-footer-container {
    margin-top: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.section-count-on-consultant-footer-title {
    max-width: 830px;
    width: 100%;
    font-family: Figtree;
    font-weight: 400;
    font-size: 32px;
    line-height: 114.99999999999999%;
    letter-spacing: 0%;
    text-align: center;
    color: #fff;
}

.section-count-on-consultant-footer-text {
    font-family: Figtree;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
    color: #fff;
    margin-top: 24px;
}

.section-count-on-consultant-footer-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;
    }
}