@media (min-width: 481px) {

    .background-1 div {
        width: 178vh;
        height: 100vh;
        position: absolute;
        top: 0;
        left: 0;
    }

    .background-1 .background:before {
        z-index: 1;
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        /* for brackground perfect gradient in safari */
        /*background-image: linear-gradient(to right, transparent 20%, rgb(33,33,33) 80%, rgb(33,33,33) );*/
    }

    /* for brackground perfect gradient in chrome */
    @media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) { 
    }

    .background-1 .logo {
        background-image: url(../assets/svg/sousaramos_simbolo.svg);
        background-repeat: no-repeat;
        background-size: auto 100%;
        
        width: 50vw;
        height: 50vh;

        top: 10vh;
        left: 12.5vh;
        
    }

    .land_text {
        top: 12vh;
        width: 68vw;
        left: 40vw;
    }

    .land_text p {
        font-family: 'Roboto';
        font-size: 9em;

        letter-spacing: -0.065em;
        font-weight: 500;
        line-height: 1.05em;
    }

    .land_atuacao {
        top: 74vh;
        font-size: 1.75em;
        letter-spacing: -0.04em;
        font-weight: 100;
        width: 45vw;
        left: 40vw;
    }
}




@media (max-width: 480px) {

    section {
        width: 100vw;
        overflow-x: hidden;
        position: relative;
        box-sizing: border-box;
        padding: 20px;
        z-index: 2;
    }

    section#land {
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    section#land .logo {
        width: 50vw;
        height: auto;
        margin-bottom: 2em;
    }

    .land_text {
        top: 0vh;
        font-weight: 500;
    }
    
    .land_text p {
        font-size: 4.25em;
        letter-spacing: -0.025em;
        line-height: 1em;
    }

    .land_atuacao {
        font-size: 1.5em;
        font-weight: 300;
        line-height: 1.5em;
        letter-spacing: -0.04em;
        margin: 1.5em 0;
    }
}