@import url('https://fonts.googleapis.com/css2?family=Source+Code+Pro&display=swap');

* {
    font-family: 'Source Code Pro', monospace;
}

header {
    margin-left: 100px;
}

.dobra_2 {
    display: flex;
    justify-content: center;
    align-content: center;
    margin: 190px;
    font-size: 50px;
}

.tecnologia_e_valores {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #575757;
}

.tecnologia {
    font-size: 45px;
}

.valores_tecnologia {
    font-size: 25px;
}

.dobra_3{
    background: linear-gradient(90deg, #1501A1 0%, #F47327 100%);
    padding-top: 80px;
    padding-bottom: 80px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.sobre_a_tefly{
    width: 394px;
}

.sobre_a_tefly_texto {
    color: #FFF;
    text-align: justify;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.72px;
}

.dobra_4 {
    margin-top: 100px;
    margin-bottom: 100px;
}

.nossas_empresas_texto {
    margin-left: 100px;
}

.empresas {
    color: #000;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.chamado_empresas {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.24px;
}

.cartoes {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.cartao {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 80px;
    padding: 30px;
    width: 289px;
    height: 520px;
    border-radius: 15px;
    background: #FFF;
    box-shadow: 0px 0px 8px 4px rgba(0, 0, 0, 0.25);
}

.cartao h2 {
    margin-top: 20px;
    color: #000;
    text-align: justify;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.cartao p {
    color: rgba(0, 0, 0, 0.50);
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 20px;
}

.cartao a {
    text-decoration: none;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-inline: 20px;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border-radius: 30px;
    background: #B0B0B0;
    width: 183px;
    height: 40px;
    flex-shrink: 0;
    border: none;
}

.botao_cartao_1 {
    margin-top: 20%;
}

.botao_cartao_2 {
    margin-top: 55%;
}

.botao_cartao_3 {
    margin-top: 65%;
}

.dobra_5 {
    background: linear-gradient(180deg, #1501A1 0%, #0A0051 100%);
    padding: 30px;
    padding-top: 45px;
}

.nossos_setores_texto {
    display: flex;
    align-content: center;
    justify-content: center;
}

.setores {
    color: #FFF;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-bottom: 40px;
}

.chamado_setores {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.24px;
}

.conteudo {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    color: white;
    margin-top: 50px;
    padding-bottom: 50px;

}

.conteudo_saude {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
}

.conteudo_agro {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
}

.conteudo_mercado {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
}

.texto_saude {
    margin-top: 15px;
}

.texto_agro {
    margin-top: 15px;
}

.texto_mercado {
    margin-top: 15px;
}

.saude {
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.agro {
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.mercado {
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.dobra_6 {
    margin-top: 200px;
    margin-bottom: 200px;
}

.nossos_clientes_texto {
    margin-left: 100px;
}

.clientes {
    color: #000;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.chamado_clientes {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.24px;
}

.imagens_clientes {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-evenly;
    margin: 100px;
}

.footer {
    background: linear-gradient(90deg, #1501A1 0%, #F47327 100%);
    padding: 80px;
    padding-left: 100px;
    padding-right: 100px;
}

.conteudo_footer {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-evenly;
}

.footer h1 {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 10px;
}

.footer p {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.24px;
    margin: 10px;
}

.sobre_footer {
    width: 289px;
    margin: 10px;
}

.footer h2 {
    color: #FFF;
    text-align: justify;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.18px;
    margin: 10px;
}

.politicas {
    margin: 10%;
    text-align: justify;
}

.politicas h1 {
    font-weight: bold;
    font-size: 4em;
}

.politicas h2 {
    font-weight: bold;
    font-size: 3em;
}

.politicas h3 {
    font-weight: lighter;
    font-size: 2em;
}

.politicas p {
    font-size: 1em;
}
