/*section div:first-child {
    background-color: red;
    width: 150px;
    height: 150px;
    position: relative;
}
section div:last-child {
    background-color: blue;
    width: 150px;
    height: 150px;
    position: relative;
    margin-top: -130px;
    margin-left: 20px;
}*/

#p1:first-child {
    /* background-color: red;
    width: 150px;*/
    height: 800px;
    position: relative;
    background-size: 100% 100%;
    /* background-image: url('/v2/wp-content/uploads/2023/09/25072023-Fotos-de-Fundo-de-Site-Desenv-Urbano-scaled-e1694799558206.jpg'); */
    background-image: url('/v2/wp-content/uploads/2025/04/DESENVOLVIMENTO-URBANO-fundo.jpg');
}

@media screen and (max-width: 430px) {
    #p1:first-child {
        /* background-color: red;
         width: 150px;*/
        height: 600px;
        position: relative;
        background-image: url("/v2/wp-content/uploads/2023/09/25072023-Fotos-de-Fundo-de-Site-Desenv-Urbano-scaled-e1694799558206.jpg");
    }
}

#p2:last-child {
    /* background-color: blue;
   width: 150px;
    height: 150px;*/
    position: relative;
    margin-top: -400px;
    margin-left: 20px;
}

.mambientecoverd {
    /* background-color: red;
     width: 150px;*/
    height: 800px;
    position: relative;
    background-size: 100% 100%;
    background-image: url('/v2/wp-content/uploads/2023/08/mambcapa.jpeg');
}

@media screen and (max-width: 430px) {
    .mambientecovermob {
        /* background-color: red;
          width: 150px;*/
        height: 600px;
        position: relative;
        background-image: url("/v2/wp-content/uploads/2023/08/mambcapa.jpeg");
    }
}