
.tela {
    height: 100vh;
    width: 100%;
    background-image: url(../img/bg.jpg);
    background-size: cover;
}
.content-tela {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100vh;
}
.content-tela .header {
    display: flex;
    font-family: 'PP Formula Extended Variable';
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
}

.header img {
    height: 60px;
}
.header a {
    font-size: 12px;
    text-decoration: none;
    text-transform: uppercase;
    color: white;
    margin-left: 10px;
    font-weight: bold;
}
.content h1 {
    font-family: 'PP Formula Extended';
    max-width: 500px;
}

.content p {
    font-size: 17px;
    font-weight: 900;
    max-width: 500px;
}
.content-tela .content {
    display: flex;
    font-family: 'PP Formula Extended Variable';
    flex-direction: column;
    align-items: flex-start;
    color: white;
}

.content-tela .arrow {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}
.arrow img {
    height: 30px;
}

.quem_somos {
    background-color: #EDEEEA;
    min-height: 450px;
    width: 100%;
}

.quemsomos_content {
    min-height: 450px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.quem-texts {
    display: flex;
    /* background-color: blue; */
    flex-direction: row;
    font-family: 'Standerd';
    font-size: 20px;
}

.titles h1 {
    color: #344E42;
    font-family: 'PP Formula Extended';
    text-transform: uppercase;
    font-size: 49px;
    margin-top: 50px;
}

.titles span {
    color: #1E1E1E;
    text-transform: uppercase;
    text-decoration: underline;
    font-family: 'Standerd';
    font-size: 13px;
}

.quem-texts p {
    max-width: 880px;
    margin-left: 140px;
    font-size: 18px;
}
.footer {
    background-color: #344E42;
    height: 400px;
    background-image: url(../img/seta.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.footer-content h4 {
    color: white;
    font-family: 'PP Formula Extended';
    font-size: 11px;
    text-transform: uppercase;
    margin-top: 80px;
    font-weight: bold;
    text-decoration: underline;
}

.footer-content {
}
.it-footer img {
    height: 30px;
    margin-right: 9px;
}
.it-footer {
    color: white;
    font-family: 'Standerd';
    display: flex;
    flex-direction: column;
    height: 168px;
    flex-wrap: wrap;
    align-content: flex-start;
    margin-top: 60px;
}

.it-footer div {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 288px;
    margin: 0px 10px 10px 0px;
    height: 32px;
    line-height: 15px;
    align-items: center;
}

.it-footer img {
    height: 30px;
}
.logo {
    background: #5B7A5D;
    height: 28px;
    text-align: center;
}
.it-footer a {
    color: white;
    text-decoration: none;
}
@media (max-width: 767.98px) { 
    .header img {
        height: 40px;
    }
    .menu {
        display: none;
    }
    .titles h1 {
        color: #344E42;
        font-family: 'PP Formula Extended';
        text-transform: uppercase;
        font-size: 27px;
        margin-top: 12px;
    }
    .quem-texts {
        flex-direction: column;
    }
    .quem-texts p {
        max-width: 880px;
        margin-left: 0px;
        font-size: 16px;
        margin-top: 30px;
    }

    .quemsomos_content {
        padding-top: 50px;
    }

    .footer-content h4 {
        margin-top: 50px;
    }
    .it-footer {
        color: white;
        font-family: 'Standerd';
        display: flex;
        flex-direction: row;
        height: 168px;
        flex-wrap: wrap;
        align-content: flex-start;
        margin-top: 27px;
    }
    .it-footer div {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        width: 288px;
        margin: 0px 10px 10px 0px;
        height: 32px;
        line-height: 15px;
        align-items: center;
        font-size: 13px;
    }
    .it-footer img {
        height: 21px;
    }

}