@media screen and  (min-width: 500px){
    body {
        background-image: url("../assets/img/Fundo.svg");
        background-size: cover;
        background-position-y:-120px !important;
        background-position: top center;
        background-repeat: no-repeat;
        overflow-x: hidden !important;
        overflow-y: hidden !important;
    }
}
@media screen and (min-width:1200px) {
        body {
            background-image: url("../assets/img/Fundo.svg");
            background-position-y:-1200px!important ;
            background-size: cover !important; 
            background-repeat: no-repeat;
            overflow-x: hidden !important;
            overflow-y: hidden !important;
        }
        
        .content {
            width: 29.5vw !important;
            margin-left: 35%;
            height: 100vh;
            gap: 5px;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
        }
        
        .bonecos {
            width: 100% !important;
            max-width: 750px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: -15px;
        }
        
        .bonecos img {
            width: 90%;
            height: auto;
        }
        
        .logo {
            width: 70% !important;
            max-width: 650px;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        
        .logo img {
            width: 100%;
            height: auto;
        }
    
}
@media screen and  (min-width: 1000px){
    body {
        background-image: url("../assets/img/Fundo.svg");
        background-position-y:-1060px!important ;
        background-size: cover !important; 
        background-repeat: no-repeat;
        overflow-x: hidden !important;
        overflow-y: hidden !important;
    }
    
    .content {
        width: 29.5vw !important;
        margin-left: 35%;
        height: 100vh;
        gap: 5px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    
    .bonecos {
        width: 100% !important;
        max-width: 750px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: -15px;
    }
    
    .bonecos img {
        width: 90%;
        height: auto;
    }
    
    .logo {
        width: 70% !important;
        max-width: 650px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .logo img {
        width: 100%;
        height: auto;
    }
}

body {
    background-image: url("../assets/img/Fundo.svg");
    background-size: cover;
    background-position-y:-100px ;
    background-position: top center;
    background-repeat: no-repeat;
    overflow-x: hidden !important;
    overflow-y: hidden !important;
}

.content {
    width: 95vw;
    height: 100vh;
    gap: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.bonecos {
    width: 80%;
    max-width: 750px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: -15px;
}

.bonecos img {
    width: 100%;
    height: auto;
}

.logo {
    width: 65%;
    max-width: 650px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo img {
    width: 100%;
    height: auto;
}