.logoPagina {
    content: url("../images/logoEnergiaAzul.png");
}

.cabecalho {
    background-image: url("../images/energiaAzul/header.jpg");
    background-position-x: center;
    background-size: cover;
}

.cabecalho div {
    position: absolute;
    right: 0;
    bottom: 0;
    margin-right: 25px;
    margin-bottom: 100px;
    color: white;
    font-size: 22px;
    width: 82%;
}

#textoEngenheiro {
    width: 100%;
    padding: 30px 20px;
    text-align: justify
}

.depoimento {
    background-color: #2E6192;
}

.depoimento div {
    width: 50%;
    font-size: 16px;
    color: white;
}

#textoViabilidade {
    width: 50%;
    font-size: 16px;
    text-align: center;
}

@media(min-width:800px) {
    .cabecalho div {
        position: absolute;
        right: 0;
        top: 0;
        margin-right: 180px;
        margin-top: 60px;
        color: white;
        font-size: 22px;
        width: 35%;
    }
    #textoEngenheiro {
        width: 80%;
        text-align: justify
    }
    .area-texto {
        padding: 0;
        width: 80%;
    }
    #textoEngenheiro.absoluto {
        position: absolute;
    }
}

@media(max-height:799px) {
    .area-texto {
        padding: 30px 20px;
        width: 100%;
    }
    #textoViabilidade,
    .depoimento div {
        width: 100%;
    }
}

.industria {
    background-image: url("../images/energiaAzul/industria.jpg");
    background-position-x: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.industria div {
    position: absolute;
    bottom: 0;
    color: white;
    margin-bottom: 30px;
    text-align: center;
    width: 80%;
    margin-left: 10%;
    font-size: 50px;
    font-weight: bold;
}

.area {
    padding: 10px;
}

.deposito {
    background-image: url("../images/energiaAzul/deposito.jpg");
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
}

.usisaSolar {
    background-image: url("../images/energiaAzul/fundoUsinaSolar.jpg");
    background-position-x: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 450px;
}

.usisaEolica1 {
    background-image: url("../images/energiaAzul/fundoUsinaEolica.jpg");
    background-position-x: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 450px;
}

.usisaEolica2 {
    background-image: url("../images/energiaAzul/fundoUsinaEolica1.jpg");
    background-position-x: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 450px;
}

.cases {
    background-image: url("../images/energiaAzul/cases.jpg");
    background-position-x: center;
    background-size: cover;
    background-repeat: no-repeat;
}