@charset "utf-8";

@media screen {
    

    *{
        font-family: Arial, Helvetica, sans-serif;
        text-align: center;
    }

    body{
        background-image: linear-gradient(to bottom, #000000b0, rgba(153, 0, 255, 0.5));
        background-attachment: fixed;
    }
    div#centro{
        background-color: rgb(255, 255, 255);
        border-radius: 10px;
        width: 70vw;
        height: 950px;

    }
    div#imagem{
        height: 250px;
        width: 70vw;
        border-radius: 5px 5px 0px 0px;
        background-image: url(images/onibus.jpeg);
        background-position: center right;
        background-size: cover;
        border-bottom: 1px black solid;
    }

    body{
        background-color: rgb(65, 65, 65);
        display: flex;
        justify-content: center;
    }
    p.questao{
        font-size: 1em;
        margin-bottom: 3px;
    }
    p.opcao{
        display: inline;
        font-size: .8em;
    }
    p.legenda{
        height: 1em;
        font-size: .75em;
        color: rgb(80, 80, 80);
    }
    #feriados{
        margin-bottom: 5px;
    }

    p#top{
        margin-bottom: 2em;
    }
    .divisorMobile{
        display: block;
    }

    #personalizado{
        display: none;
    }
    input.caixa{
        width: 40px;
    }
}