:root {
    --light-black: #222222;
    --secondary-text-color: #4e4c4c;
    --product-secondary-text-color: #d9d9d9;
    --product-secondary-text-color-white-bg: #4b5863;
    --green: #0b6267;
    --green-secondary: #138086;
    --line-color: #146e73;
    --openzap-bg-width: 40%;
    --main-bg-color: #f5f5f7;
    --main-bg-color-black: #282727;
    --bg-blog: #e9e9e9;
    --data-color: #262626;
    --tittle-footer-color: #afafaf;
    --container1-txt-color: #a5a5a5;
    --rede-bg-color: #a5a5a5;
    --linha-footer-color: #3d3a3a;
    --third-light-bg-color: #f2f2f2;
    --quality-selected: #d6e8ed;
    --green-line: #1786a3;
    --bg-time-card: #e8e8e8;
    --p-time-bottom: #7c7c7c;
    --funcao: #e3dddd;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    /* height: 100vh; */
    overflow-x: hidden;
}

header {
    background-color: #efeded !important;
}

#texto {
    padding: 180px 0 50px 0;
    background-color: white;
}

#texto .wrapper {
    width: 70%;
    margin: auto;
}

#texto .wrapper .titulo h1 {
    text-align: center;
    font-size: 61px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 73.2px */
}

#texto .wrapper .titulo .p-titulo {
    text-align: center;
    color: var(--product-secondary-text-color-white-bg);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 27px */
    margin-top: 10px;

}

#texto .wrapper .conteudo-first {
    margin-top: 60px;
}

#texto .wrapper .conteudo-first p:not(:first-of-type) {
    margin-top: 40px;
}

#texto .wrapper .conteudo-first p {
    /* margin-top: 20px; */
    color: var(--product-secondary-text-color-white-bg);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
}

.container-cards {
    display: flex;
    margin-top: 65px;
    justify-content: space-between;
}


.container-cards .card {
    width: 32%;
    background-color: var(--green);
    padding: 30px;
    border-radius: 15px 15px 0 15px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.container-cards .card .titulo {
    display: flex;
    align-items: center;
    gap: 15px;
}

.container-cards .card .titulo h2 {
    color: white;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 30px */
}

.container-cards .card .titulo .container-img {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background-color: var(--product-secondary-text-color);
    display: flex;
    align-items: center;
    justify-content: center;
}

.container-cards .card .titulo .container-img img {
    width: 39%;
}

.container-cards .card .conteudo p {
    color: white;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 16.8px */

}

.parceiros {
    padding-bottom: 40px !important;
}

#time {
    background-color: var(--bg-blog);
}

#time .wrapper {
    margin: auto;
    width: 70%;
    display: flex;
    justify-content: space-between;
    padding: 82px 0;
    gap: 20px;
}

#time .left-div {
    width: 50%;
    height: fit-content;
    position: sticky;
    top: 100px;
}

#time .left-div h2 {
    font-size: 2rem;
    max-width: 280px;
}

#time .left-div p {
    font-size: 0.8rem;
    max-width: 310px;
    color: var(--p-time-bottom);
    line-height: 16px;
    margin-top: 10px;
}

#time .container-time {
    width: 648px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

#time .solucao {
    width: 100%;
    height: 364px;
    background-image: url('../images/time-bg.svg');
    background-color: var(--bg-time-card);
    border-radius: 12px 12px 0 12px;
    position: relative;
}

#time .solucao .conteudo {
    position: absolute;
    bottom: 30px;
    left: 30px;
}

#time .solucao .conteudo h3 {
    color: white;
}

#time .solucao .conteudo p {
    color: var(--funcao);
    text-align: left !important;
    margin-top: 10px;
    font-size: 0.8rem;
}

#time .p-bottom {
    color: var(--p-time-bottom) !important;
    font-weight: bold;
}



.parcerias-section {
    background: var(--green) !important;
    padding-bottom: 50px;
}


#time .wrapper, #texto .wrapper{
    min-width: 900px;
}

@media screen and (max-width: 1000px) {
    #time .wrapper, #texto .wrapper{
        width: 85%;
        min-width: 500px;
    }
    #titulo .wrapper, #destaques .wrapper, #funcionalidades .wrapper, #time .wrapper, #faq-section .wrapper, #contato-section .wrapper {
        min-width: auto;
    }
    #time .wrapper {
        flex-direction: column;
    }
    
    #time .container-time {
        width: 100%;
    }
    
    #time .wrapper .left-div {
        width: 100%;
        position: initial;
    }
    
    #time .wrapper h2, #time .wrapper p {
        text-align: center;
        max-width: none;
    }
}
@media screen and (max-width: 600px) {
    #time .wrapper, #texto .wrapper{
        min-width: 300px;
    }
}
@media screen and (max-width: 920px) {
    .container-cards {
        flex-direction: column;
        gap: 24px;
    }
    .container-cards .card {
        width: 100%;
    }
}


/* ESTOU SOBRESCREVENDO O BACKGROUND PORQUE O NOSSO TIME SAIU DAQUI, POR ENQUANTO */
.sobre-nos {
    background: linear-gradient(to bottom, white 0%, white 55%, var(--main-bg-color-black) 55%, var(--main-bg-color-black) 100%) !important;
    padding: 115px 0 120px 0;
}

#parceiros {
    background: var(--green) !important;
    padding-bottom: 100px !important;
}
