
@page {
    margin: 0;
    size: 3000mm 2000mm;
}

body {
    margin: 0;
    font-family: Arial, sans-serif;
}

/* Página da placa */
.page{
    position: relative;
    width: 3000mm;
    height: 2000mm;
    background: #fff;
    overflow: hidden;
    color: #0b2b4c;
}

/* Barras superior e inferior */
.topbar, .bottombar{
    position:absolute;
    left:0;
    width:100%;
    height:100mm;
    overflow:hidden;
}

.topbar{ top:0; }
.bottombar{ bottom:0; }

.barimg{
    width:100%;
    height:100mm;
    display:block;
}

/* Cabeçalho */
.header{
    position: absolute;
    top: 320mm;
    left: 180mm;
    right: 180mm;
}

.header table{
    width: 100%;
    border-collapse: collapse;
}

.header td{
    vertical-align: middle;
}

/* Logo */
.logoMain img{
    height: 250mm;
    width: auto;
    display: block;
}

/* Título principal */
.title{
    position: absolute;
    top: 650mm;
    left: 180mm;
    right: 180mm;
    font-size: 160mm;
    font-weight: 800;
    font-family: Arial;
    letter-spacing: 3mm;
    line-height: 1;
    white-space: nowrap;
}

/* Subtítulo */
.subtitle{
    position: absolute;
    top: 900mm;
    left: 180mm;
    right: 900mm; /* reserva área do QR */
    font-size: 80mm;
    font-weight: 700;
    font-family: Arial;
    line-height: 1.1;
}

/* Informações principais */
.info{
    position: absolute;
    top: 1300mm;
    left: 180mm;
    right: 900mm; /* reserva área do QR */
    font-size: 70mm;
    font-weight: 800;
    font-family: Arial;
    line-height: 1.35;
    color: #111;
    width: 100%;
}

.info span{
    font-weight: 800;
}

/* QR Code */
.qrwrap{
    position: absolute;
    right: 200mm;
    top: 700mm;
    width: 450mm;
    text-align: center;
}

.qrwrap img{
    width: 500mm;
    height: auto;
    display: block;
    margin: 0 auto;
}

.qrlabel{
    margin-top: 20mm;
    font-size: 40mm;
    color: #333;
}
