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

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

#textoSobre {
    width: 90%;
    font-size: 18px;
    padding: 30px 0;
    padding-left: 20px;
}

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

.area {
    padding: 10px;
}

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

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

.conversa {
    background-image: url("../images/jubarte/conversa.jpg");
    background-size: cover;
    background-position-x: left;
    background-repeat: no-repeat;
}

h4 img {
    width: 30px;
    height: 30px;
    margin-right: 5px;
}

.cards-jubarte {
    padding-top: 40px;
    padding-bottom: 40px;
}

@media(min-width:800px) {
    .cards-jubarte {
        padding-top: 200px;
        padding-bottom: 200px;
    }
    #textoSobre {
        width: 80%;
        font-size: 18px;
    }
}

.atuacao {
    margin-top: 80px;
    margin-bottom: 30px;
    padding: 0 30px;
}