*{
    margin: 0;
    padding:0;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
}
html,body{
    height: 100%;
    margin: 0;
    overflow: hidden;
}

body {
    position: fixed;
    top: 0;
    width: 100vw;
    height: 100vh;
    
    background-color: gray;
    min-height: 100vh;
}

.bg_1{
    flex-grow: 1;
    position: relative;
    top: -90px;
    z-index: -1;
    background-image: url('../../assets/projects/Apartamento Fernando Segatelli/IMG_8199.jpg');
    width: 100vw;
    height: 100vh;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    
}

/* Para tablets */
@media (min-width: 481px) and (max-width: 768px) {
    .bg_1{
        background-image: url('../../assets/projects/Casa Marcelo Pinto/0A22A3AB-3EEB-4B69-92D6-1E5052364243.jpg');
        
        
    }
}

/* Para desktops */
@media (min-width: 769px) {
    .bg_1{
        background-image: url('../../assets/projects/Apartamento Renata Wolf/_DSC9630.JPG');
    
        background-size: cover;
        background-position: center center;
 
        
    }
}