@font-face {
    font-family: "Roboto";
    src: url("../fonts/roboto/Roboto-Regular.ttf");
}

html,
body {
    max-width: 100%;
    overflow-x: hidden;
}

.cabecalho {
    background-size: cover;
    background-repeat: no-repeat;
}

.cabecalho p#textoCabecalho {
    position: absolute;
    left: 0;
    bottom: 0;
    margin-left: 32px;
    margin-bottom: 100px;
    color: white;
    font-size: 27px;
    width: 50%;
    text-align: left;
}

.cabecalho #logo {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 50px;
    margin-right: 50px;
    margin-bottom: 35px;
}

.tituloArea {
    margin-bottom: 30px;
}

.subtituloArea {
    margin-top: 50px;
}

@media(min-width:1900px) {
    /*.cabecalho p#textoCabecalho {
        position: absolute;
        left: 0;
        bottom: 0;
        margin-left: 50px;
        margin-bottom: 200px;
        color: white;
        font-size: 48px;
        width: 50%;
        text-align: left;
    }*/
    .cabecalho #logo {
        position: absolute;
        right: 0;
        bottom: 0;
        height: 50px;
        margin-right: 50px;
        margin-bottom: 60px;
    }
    .subtituloArea {
        margin-top: 70px;
    }
}

@media(min-width:800px) {
    .subtituloArea {
        margin-top: 70px;
    }
    .cabecalho p#textoCabecalho {
        position: absolute;
        left: 0;
        bottom: 15px;
        margin-left: 50px;
        margin-bottom: 200px;
        color: white;
        font-size: 48px;
        width: 50%;
        text-align: left;
    }
    .altura100p {
        height: 100%;
    }
    .absoluto {
        position: absolute;
    }
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
a,
address {
    font-family: "Roboto";
}

.logoGrupoGlobal {
    content: url("../images/logoGrupoGlobal.png");
    margin-top: 20px;
    margin-left: 20px;
}

.painel {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    min-height: 100vh;
    padding-left: 0;
    padding-right: 0;
}

.painel .absoluto {
    width: 90%;
}

.painel h1 {
    font-size: 50px;
    color: white;
}

.painel p {
    font-size: 18px;
    display: none;
    color: white;
}

.painel #logo {
    width: 80%;
}

.rodape {
    background-color: #1C386E;
    height: 100px;
}

.rodape a {
    width: 100%
}

.rodape img {
    width: 200px;
}

.imagemArea {
    width: 80%;
    height: calc(width * 0.9);
}

.imagemArea90 {
    width: 90%;
    height: calc(width * 0.9);
}

.imagemArea80 {
    width: 80%;
    height: calc(width * 0.8);
}

.imagemArea70 {
    width: 70%;
    height: calc(width * 0.7);
}

.imagemArea50 {
    width: 50%;
    height: calc(width * 0.5);
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

.rodape .absoluto,
.painel .absoluto,
.depoimento .absoluto {
    position: absolute;
}

.cabecalho.altura100p,
.sobre.altura100p,
.trator.altura100p,
.conversa.altura100p,
.rodape .altura100p,
.projetosservicos.altura100p,
.licenca.altura100p,
.depoimento,
.engenheiro,
.industria,
.deposito {
    height: 100%;
}