body {
    padding: 0;
    margin: 0;
    display: block;
    height: 100vh;
    width: 100%;
    background: url(../images/bground/bgTopBanner.png) 0 0 repeat !important;
}

h1 {
    margin-top: 30px;
    text-align: center;
    color: #505050;
    font-family: Bebas Neue, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 45px;
}

p {
    text-align: center;
    color: #666;
    font-family: Calibri, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 19px;
}

#container {
    width: 500px;
    max-width: 90%;
    padding: 40px 0;
    background: url(../images/bground/divisoriaTopo.png) 50% 0 no-repeat;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#divisoriaBase {
    width: 100%;
    height: 37px;
    background: url(../images/bground/divisoriaBase.png) 50% 0 no-repeat;
}

#topbanner {
    background: url() 0 0 repeat;
}

#logoDelivoro {
    background: url(../images/logo/delivoro.png) 0 0 no-repeat;
    width: 288px;
    height: 101px;
    margin: 0 auto;
    background-position: center;
}

/* MEDIA QUERIES */
@media (max-width: 600px) {
    #container {
        width: 300px;
        background-size: 300px;
    }

    #logoDelivoro {
        width: 200px;
        height: 71px;
        background-size: 200px;
    }

    #divisoriaBase {
        width: 300px;
        background-size: 300px;
        height: 21px;
    }

    h1 {
        font-size: 35px;
    }

    p {
        font-size: 18px;
    }
}

@media (max-width: 400px) {
    #container {
        width: 200px;
        background-size: 200px;
        padding: 20px 0;
    }

    #logoDelivoro {
        width: 200px;
        height: 71px;
        background-size: 180px;
    }

    #divisoriaBase {
        width: 200px;
        background-size: 200px;
        height: 21px;
    }

    h1 {
        font-size: 24px;
        margin: 10px 0;
    }

    p {
        font-size: 14px;
    }
}
