@charset "UTF-8";

@media screen and (min-width: 946px) and (max-width: 992px){
    .confirma-presenca{
        background-size: cover;
    }
}

@media screen and (min-width: 992px){
    .confirma-presenca{
        background: #f5f5f5;
        padding-bottom: 0;
    }

    h2{
        font-size: 3.6em;
    }

    #ornament{
        margin: -30px 0 10px 0;
        width: 250px;
    }

    #imagem{
        background: #02183f url(foto.jpg) no-repeat;
        display: block;
        float: left;
        min-height: 100%;
        width: 70%;
        background-size: cover;
        background-position: 50%;
        overflow: hidden;
    }

    #numero{
        width: 12%;
        font-size: 16px;
    }
}