
.hero-about {
    width: 100%;
    background-color: green;
    min-height: 440px;
    top: 0;
    background: url("../../assets/images/hero-quem-somos-terra-partners.webp") no-repeat;
    background-size: cover;
    padding-top: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 850px){
    .hero-about {
        padding-top: 50px;
    }
}

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


.hero-about-content .hero-about-titulo {
    font-family: Figtree;
    font-weight: 600;
    font-size: 56px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #fff;
}

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

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


.about-page-company {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 111px;
}

@media (max-width: 850px){
    .about-page-company {
        margin-top: 50px;
    }
}

.about-page-company .about-page-company-content-container {
    max-width: 1140px;   
    width: 100%;
}

@media (max-width: 1200px){
    .about-page-company .about-page-company-content-container {
        max-width: 100%;   
        width: 100%;
        padding-left: 16px;
        padding-right: 16px;
    }
}

.about-page-company .about-page-company-content-container .about-page-text-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 92px;
}

@media (max-width: 1200px){
    .about-page-company .about-page-company-content-container .about-page-text-content {
        gap: 30px;
    }
}

@media (max-width: 900px){
    .about-page-company .about-page-company-content-container .about-page-text-content {
        flex-direction: column;
    }
}

.about-page-company .about-page-company-content-container .about-page-text-content .about-page-image {
    max-width: 490px;
    max-height: 349px;
    width: 490px;
    height: 349px;
}

@media (max-width: 850px){
    .about-page-company .about-page-company-content-container .about-page-text-content .about-page-image {
        max-width: 100%;   
        object-fit: contain;
    }
}

.about-page-company .about-page-company-content-container .text-container-about {
    max-width: 544px;
}

.about-page-company .about-page-company-content-container .about-page-text-content .text-container-about-page .about-page-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;
}

@media (max-width: 850px){
    .about-page-company .about-page-company-content-container .about-page-text-content .text-container-about-page .about-page-title {
        font-size: 32px;
    }
}

.about-page-company .about-page-company-content-container .about-page-text-content .text-container-about-page .about-page-text {
    font-family: Figtree;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0%;
    margin-top: 16px;
}

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

.about-page-company .about-page-company-content-container .about-page-text-content .about-page-link {
    margin-top: 46px;
    display: flex;
    flex-direction: row;
    gap: 12px;
    align-items: center;
    text-decoration: none;
    font-family: Figtree;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    color:#427E3B;

    .mini-logo {
        width: 23.756349563598633px;
        height: 24.000015258789062px;
    }
}

.about-page-company .about-page-company-content-container .image-illustration img {
    object-fit: cover;
    margin-top: 112px;
}


.about-explanation-section {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    margin-top: 127px;
}   

@media (max-width: 850px){
    .about-explanation-section {
        margin-top: 50px;
    }
}

.about-explanation-section .about-explanation-section-container {
    max-width: 1140px;
    width: 100%;
    margin-bottom: 112px;
}

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

.content-explanation-image {
    max-width: 363px;
    max-height: 367px;
    width: 363px;
    height: 367px;
}

.about-explanation-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: 849px;
}

@media (max-width: 850px){
    .about-explanation-title {
        font-size: 32px;
    }
}

.about-explanation-content-container {
    margin-top: 49px;
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    gap: 50px;
}

@media (max-width: 850px){
    .about-explanation-content-container {
        flex-direction: column;
        max-width: 100%;
        align-items: center;
    }
}

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

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

.about-history {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 122px;
}

@media (max-width: 850px){
    .about-history {
        margin-top: 50px;
    }
}

.section-history-container {
    max-width: 1140px;
    width: 100%;
    display: flex;
    flex-direction: column;
}

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


.section-history-header {
    display: flex;
    flex-direction: row;
}

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

.section-history-title {
    max-width: 558px;
    width: 100%;
    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;
}

@media (max-width: 850px){
    .section-history-title {
        font-size: 32px;
        max-width: 100%;
        text-align: center;
    }
}

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

@media (max-width: 850px){
    .section-history-legend {
        max-width: 100%;
        margin-top: 16px;
        width: 100%;
        font-size: 16px;
    }
}

.section-history-content-container {
    width: 100%;
    margin-top: 80px;
    display: flex;
    flex-direction: row;
    margin-bottom:112px;
    gap: 24px;
}

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

.section-history-items {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 24px;
    display: grid;
    grid-template-rows: 1fr 1fr;
    min-height: 464px;
}

@media (max-width: 850px){

}

.history-item {
    background-color: #EAEFEA80;
    max-width: 558px;
    height: 100%;
    gap: 32px;
    border-radius: 16px;
    padding: 32px 48px; 
}

@media (max-width: 850px){
    .history-item {
        max-width: 100%;
        padding: 16px 24px;
    }
}

.history-item-title {
    font-family: Figtree;
    font-weight: 700;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #BF823A;
}

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

.section-history-content-right {
    background-color: #EAEFEA80;
    max-width: 558px;
    gap: 32px;
    border-radius: 16px;
    padding: 32px 48px; 
    min-height: 464px;
}

@media (max-width: 850px){
    .section-history-content-right {
        max-width: 100%;
        width: 100%;
        padding: 16px 24px;
    }
}

.history-values-items {
    list-style-type: none;
    margin-top: 32px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}

.history-values-items-item {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    width: 100%;

}

.history-values-items-item-image {
    min-width: 48px;
    min-height: 48px;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    background-color: #FFFFFF;
}

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

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

.section-diferencial {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin-top: 112px;
}

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

@media (max-width: 1200px){
    .section-diferencial {
        margin-top: 50px;
    }
}


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

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

.diferencial-items {
    display: flex;
    flex-direction: row;
    margin-top: 80px;
    list-style: none;
    gap: 24px;
    /* flex-wrap: wrap; */
}

@media (max-width: 1200px){
    .diferencial-items {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        
    }
}

@media (max-width: 850px){
    .diferencial-items {
        display: grid;
        grid-template-columns: 1fr;
        margin-top: 50px;
        
    }
}


.diferencial-items  .diferencial-item {
    min-width: 267px;
    min-height: 236px;
    top: 3257px;
    gap: 32px;
    border-radius: 16px;
    border-width: 1px;
    padding:20px;
    border: 1px solid #DADEDA;
}

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

.diferencial-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;
}

@media (max-width: 850px){
    .about-consultoria-section-container {
        max-width: 100%;
        width: 100%;
        padding-left: 16px;
        padding-right: 16px;
    }
}

.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: 18px;
        max-width: 300px;
    }
}

.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;
    }
}


