/* Style */
body, html {
    background: rgb(255,108,0); /* Old browsers */
    background: -moz-linear-gradient(-45deg, rgba(255,108,0,1) 0%, rgba(250,202,36,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, rgba(255,108,0,1) 0%,rgba(250,202,36,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, rgba(255,108,0,1) 0%,rgba(250,202,36,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6c00', endColorstr='#faca24',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    font-family: 'Quicksand', sans-serif;
    color: white;
}

    body .container {
        background: url('../../img/grafismo.png') no-repeat left;
        background-size: cover;
    }

        body .container .content {
            background: url('../../elements/ilustra_dia_vetor.svg') no-repeat;
            background-position: right;
            position: relative;
            height: 100%;
        }



@media (max-width: 980px) {

    body .container .content {
        background: none;
    }

        body .container .content .wrap {
            background: url('../../elements/ilustra_dia_vetor_groundless.svg') no-repeat;
            /* background-position: -200px 324px; */
            background-position: bottom center;
            background-size: 100%;
        }
}


@media (min-width: 981px) and (max-width: 1024px) {

    body .container .content {
        background: none;
    }

        body .container .content .wrap {
            background: url('../../elements/ilustra_dia_vetor_groundless.svg') no-repeat;
            /* background-position: -200px 324px; */
            background-position: bottom center;
            background-size: 100%;
        }
}


/* Elementos separados */
#carro {
    position: absolute;
    display: block;
    /*top: 425px;*/
    bottom: calc(22.7% + 3rem);
    right: 720px;
    width: 6vw;
    z-index: 1;
}


#disco_voador {
    position: absolute;
    display: block;
    top: 0;
    transform: scale(0.05);
    right: 1200px;
    width: 6vw;
    z-index: 0;
}


@media (max-width: 980px) {
    #carro {
        bottom: 78px;
        top: unset;
        left: -80px;
        width: 15vw;
    }


    #disco_voador {
        position: absolute;
        top: unset;
        transform: scale(0.02);
        left: -80px;
        right: unset;
        bottom: 260px;
        width: 15vw;
    }
}

@media (min-width: 981px) and (max-width: 1024px) {
    #carro {
        bottom: 140px;
        top: unset;
        transform: scale(1);
        left: -80px;
        width: 15vw;
    }


    #disco_voador {
        position: absolute;
        top: unset;
        transform: scale(0.02);
        left: -80px;
        right: unset;
        bottom: 260px;
        width: 15vw;
    }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
    #carro {
        display: none;
    }


    #disco_voador {
        display: none;
    }
}




@media (max-width: 960px) and (orientation: landscape) {
    body .container .content {
        background: none;
    }

        body .container .content .wrap {
            background: none;
        }

    #carro {
        display: none;
    }


    #disco_voador {
        display: none;
    }
}
