
body{
    margin:0;
    padding:0;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    background: #000;
}

.wp{
    height: auto;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /*background: url('../img/fundo.jpg')no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;*/
    background: #000;
}

.in{
    width: 700px;
    height: 450px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -350px;
    margin-top: -225px;
}

.in div{
    padding: 20px;
    background: url('../gfx/trans/branco/60.png');
    text-align: center;
    color: #153356;
    font-size: 20px;
    text-align: center;
    line-height: 30px;
    margin-top: 20px;
}

.in span{
    display: block;
}

.in span img{
    width: 100%;
}

.tab{
    font-size: 0px;
    display: block;
    width: 100%;
}

.cel{
    display: inline-block;
    font-size: 20px;
    vertical-align: top;
    width: 50%;
}

h1{
    font-weight: 700;
    font-size: 30px;
    padding-bottom: 10px;
    line-height: 40px;
}

h2{
    font-size: 30px;
    padding-bottom: 20px;
    line-height: 40px;
}

h3{
    font-weight: 700;
    padding-bottom: 20px;
}

.in div a{
    color: #153356;
}

.in div a:hover{
    color: #D21A00;
}



.pontodecopias{
    width: 100vw;
    height: 100vh;
    position: absolute;
    left: 0%;
    top: 0%;
    background-color: #FAC923;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}


