@font-face {
    font-family: 'DaxlinePro';
    font-display: auto;
    src: url("fonts/daxlineprolight.eot");
    src: url("fonts/daxlineprolight.eot?#iefix") format("embedded-opentype"), url("fonts/daxlineprolight.woff") format("woff"), url("fonts/daxlineprolight.woff2") format("woff2"), url("fonts/daxlineprolight.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'DaxlinePro';
    font-display: auto;
    src: url("fonts/daxlinepromedium.eot");
    src: url("fonts/daxlinepromedium.eot?#iefix") format("embedded-opentype"), url("fonts/daxlinepromedium.woff") format("woff"), url("fonts/daxlinepromedium.woff2") format("woff2"), url("fonts/daxlinepromedium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'DaxlinePro';
    font-display: auto;
    src: url("fonts/daxlineprobold.eot");
    src: url("fonts/daxlineprobold.eot?#iefix") format("embedded-opentype"), url("fonts/daxlineprobold.woff") format("woff2"), url("fonts/daxlineprobold.woff") format("woff2"), url("fonts/daxlineprobold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'DaxlinePro';
    font-display: auto;
    src: url("fonts/daxlineproblack.eot");
    src: url("fonts/daxlineproblack.eot?#iefix") format("embedded-opentype"), url("fonts/daxlineproblack.woff") format("woff2"), url("fonts/daxlineproblack.woff") format("woff2"), url("fonts/daxlineproblack.ttf") format("truetype");
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'll-icon-font';
    src: url("fonts/ll-icon-font.woff") format("woff")
}

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

details {
    width: 100%;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

/* reset end */

:root {
    --lightblack: #012406;
    --ll-green: #69A507;
    --font: DaxlinePro, sans-serif;
}

header {
    padding: 17px 25px 6px;
    position: relative;
    z-index: 5;
    background: white;
}

img.logo {
    position: relative;
    z-index: 6;
    margin-top: -30px;
}

section.top {
    background: #E61A00;
    padding-bottom: 54px;
    text-align: center;
}

section.bottom {
    background: #E2E2E2;
    padding:30px 25px;
    border-radius:5px;
    margin-top:25px;
}

article section.bottom h3 {
    font:normal normal 500 16px/26px DaxlinePro;
}

section.bottom h3 {
    margin:20px 0;
}

article section.bottom p {
    margin-bottom: 20px;
}

div.header, div.tickets {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 325px;
    margin: 0 auto;
}

h1 {
    text-align: center;
    font: normal normal 900 28px/28px var(--font);
    color: var(--lightblack);
    text-transform: uppercase;
    margin-top: 3px;
}

p.jackpot {
    text-align: center;
    font: normal normal 900 35px/60px var(--font);
    color: white;
    margin-top: 16px;
    width: 100%;
}

p.name {
    display: none;
}

p.jackpot span {
    font: normal normal 900 70px/60px var(--font);
}

div.ticket {
    background: url('img/ticketbg.png') top left no-repeat;
    background-size: 100%;
    width: 279px;
    padding: 0.5em;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 2;
    height: 157px;
    box-shadow: 0 5px 20px #00000040;
    margin-top: 18px;
}

@media
(-webkit-min-device-pixel-ratio: 2),
(-moz-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    div.ticket {
        background: url('img/ticketbg-2x.png') top left no-repeat;
        background-size: 100%;
    }
}

img.overlapped {
    position: relative;
    top: -30px;
    z-index: 100;
    margin-bottom: -28px;
}

div.ticket.rotated {
    transform: rotate(-5deg);
}

div.ticket.background {
    margin-bottom: -194px;
    left: 15px;
}

div.offer {
    width: 109px;
    height: 109px;
    background: transparent linear-gradient(90deg, #A30855 0%, #5B0841 100%) 0 0 no-repeat padding-box;
    border-radius: 50%;
    color:white;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top:482px;
    left: calc(50% + 75px);
    z-index: 10;
}

div.offer p {
    font: normal normal 18px/24px DaxlinePro;
    text-align: center;
    padding-top: 6px;
}

div.offer p span {
    display: block;
    font-weight: 800;
    font-size: 28px;
}
.ticketMainNumber {
    display: flex;
    justify-content: space-between;
}
.ticketMainNumber span {
    width: 19px;
    height: 30px;
    display: inline-block;
    background: url('img/numbersSprite.png') no-repeat;
    background-size: 200%;
    text-indent: -9999px;
    margin-top: 1px;
    background-position: 0 -292px;
}

.ticketMainNumber span.digit0 {
    background-position: 0 -292px;
}

.ticketMainNumber span.digit1 {
    background-position: 0 -259px;
}

.ticketMainNumber span.digit2 {
    background-position: 0 -226px;
}

.ticketMainNumber span.digit3 {
    background-position: 0 -194px;
}

.ticketMainNumber span.digit4 {
    background-position: 0 -162px;
}

.ticketMainNumber span.digit5 {
    background-position: 0 -130px;
}

.ticketMainNumber span.digit6 {
    background-position: 0 -97px;
}

.ticketMainNumber span.digit7 {
    background-position: 0 -65px;
}

.ticketMainNumber span.digit8 {
    background-position: 0 -32px;
}

.ticketMainNumber span.digit9 {
    background-position: 0 0;
}

.ticketMainNumber span.val0 {
    background-position: 0 -612px;
}

.ticket img.side {
    width: 87px;
    height: 132px;
}

.ticket .center {
    padding: 12px 9px;
    text-align: left;
    width: 123px;
}

.ticket .center p {
    color: #999;
    font-size: 10px;
    font-family: var(--font);
    font-weight: bold;
    margin-top: 37px;
    text-align: center;
}

#ticketBarcodeImage, .ticketBarcodeImage {
    width: 126px;
    height: 14px;
    opacity: .6;
    background: url('img/barcode.gif');
    background-size: 90px;
    margin-top: 32px;
}

#ticketBarcode, .ticketBarcode {
    display: block;
    margin-top: 13px;
    margin-left: 16px;
    font-size: 9.5px;
    color: #535353;
    font-weight: bold;
    font-family: var(--font);
    letter-spacing: 1.5px;
}

.right {
    color: #535353;
    font-family: sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    width: 50px;
}

.right p {
    font-size: 14px;
}

.right p:after, .right p:before {
    display: block;
    font-size: 6px;
    font-weight: normal;
    margin-top: 2px;
}

.right .serie {
    margin-top: 13px;
}

.right .serie:after {
    content: 'SERIE';
}

.right .participacion {
    margin-top: 20px;
}

.right .participacion span {
    text-transform: uppercase;
    display: block;
    font-size: 6px;
    font-weight: normal;
    margin-top: 2px;
}

.right .precio {
    margin-top: 18px;
    font-size: 10px;
}

.right .precio:after {
    content: 'EUR';
}

.right .precio:before {
    content: 'PRECIO';
    margin-bottom: 2px;
}

.tippengine {
    background-color: white;
    border-radius: 8px;
    padding: 64px 30px;
    justify-content: center;
    width: 289px;
    margin-top: -47px;
    padding-top: 60px;
    position: relative;
    z-index: 1;
}

.twoforone .tippengine {
    margin-top: -56px;
    padding-top: 83px;
    padding-bottom: 29px;
}

.tippengine p {
    font-family: var(--font);
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0;
    display: block;
    color: var(--lightblack);
    text-align: center;
}

.tippengine > p {
    margin-top: 16px;
}

.tippengine .digits {
    display: flex;
    justify-content: space-between;
}

.tippengine .digits > div {
    text-align: center;
}

.tippengine .digits > div > .digit-container {
    width: 54px;
    height: 60px;
    border-radius: 4px;
    display: flex;
    background-color: #E8E8E8;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.tippengine .digits > div > .digit-container span {
    font: normal normal 900 40px/28px var(--font);
    color: var(--lightblack);
    text-transform: uppercase;
    text-indent: -9999px;
    display: inline-block;
    width: 30px;
    height: 60px;
    background: url('img/numbersSprite.png') no-repeat -31px -433px;
    background-size: 58px;
}

.tippengine .digits > div > .digit-container span.digit1 {
    background-position: -31px -433px;
}

.tippengine .digits > div > .digit-container span.digit1 {
    background-position: -31px -381px;
}

.tippengine .digits > div > .digit-container span.digit2 {
    background-position: -31px -332px;
}

.tippengine .digits > div > .digit-container span.digit3 {
    background-position: -31px -284px;
}

.tippengine .digits > div > .digit-container span.digit4 {
    background-position: -31px -235px;
}

.tippengine .digits > div > .digit-container span.digit5 {
    background-position: -31px -185px;
}

.tippengine .digits > div > .digit-container span.digit6 {
    background-position: -31px -136px;
}

.tippengine .digits > div > .digit-container span.digit7 {
    background-position: -31px -86px;
}

.tippengine .digits > div > .digit-container span.digit8 {
    background-position: -31px -37px;
}

.tippengine .digits > div > .digit-container span.digit9 {
    background-position: -31px 13px;
}

.tippengine .digits > div >  .up {
    text-indent: -9999px;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 8px solid var(--ll-green);
    margin:7px auto;
}

.tippengine .digits > div >  .down {
    text-indent: -9999px;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 8px solid var(--ll-green);
    margin:7px auto;
}

.quotes {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;
;
}

.quotes > div {
    width: 139px;
    height: 60px;
    background-color: #FAFAFA;
    box-shadow: inset 0 0 2px #00000029;
    border: 1px solid #E2E2E2;
    border-radius: 4px;
    text-align: center;
    font: normal normal 900 14px/24px var(--font);
    color: var(--lightblack);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 3px;
}

.quotes > div.selected {
    background-color: var(--lightblack);
}

.quotes > div.selected p {
    color: white;
}

.quotes > div p {
    font-size: 14px;
}

.quotes > div p:first-child {
    font-weight: 900;
}

.quotes .quote {
    text-align: center;
    font: normal normal 22px/28px DaxlinePro;
    width: 265px;
}

.quotes .quote strong {
    font-weight: 800;
}

.quotes .quote span {
    text-decoration: line-through;
}

button {
    width: 286px;
    height: 48px;
    background-color: var(--ll-green);
    border-radius: 28px;
    border:0;
    color: #000;
    font: normal normal 900 18px/50px var(--font);
    margin: 24px auto 30px;
    display: block;
}

.top h2 {
    font: normal normal 900 28px/28px var(--font);
    letter-spacing: 0;
    color: white;
    text-transform: uppercase;
    width: 325px;
    margin-top: 44px;
    margin-bottom: 12px;
}

.facts {
    margin: 18px auto 0;
    width: 325px;
    text-align: left;
}

.facts ul {
    list-style-position: outside;
    width: 250px;
    padding-left: 24px;
}

.facts ul li {
    font: normal normal 500 18px/22px var(--font);
    letter-spacing: 0;
    color: var(--lightblack);
    margin-bottom: 6px;
    padding-left: 6px;
}

.facts li::marker {
    color: white;
    content: '\2713';
    display: inline-block;
    padding: 0 6px 0 0;
    font-family: ll-icon-font, sans-serif;
    position: relative;
    top: 6px;
    font-size: 30px;
}

article {
    padding-bottom: 20px;
}

article img {
    width: 100%;
    height: auto;
}

article section {
    padding: 30px 25px 0;
}

article section h3, article section h2 {
    font: normal normal 500 24px/26px DaxlinePro;
    color: var(--lightblack);
    margin-bottom: 16px;
    line-height:150%;
}

article section h3 {
    margin-top: 16px;
    margin-bottom: 7px;
    display: inline;
}

article section p {
    font: normal normal 300 18px/24px DaxlinePro;
    color: var(--lightblack);
    line-height: 150%;
    margin:20px 0;
}

article section p.strong {
    font-weight: bold;
    margin: 30px auto;
}

article section img {
    margin: 0 auto 24px;
}

article button {
    margin-top: 30px;
}


@media (min-width: 1024px) {

    article section:nth-child(4) h3 {
        line-height: 3;
        cursor:pointer;
    }

    section.top {
        padding-top: 0.457rem;
        padding-bottom: 3.657rem;
    }

    div.header, div.tickets, div.facts, .top h2 {
        width: 43.78rem;
    }

    div.title {
        text-align: left;
        width: 20.069rem;
        padding-top: 0.914rem;
    }

    h1 {
        font-size: 1.823rem;
        line-height: 100%;
        text-align: left;
    }

    p.name {
        display: block;
        font-family: var(--font);
        font-size: 1.371rem;
        line-height: 1.829rem;
        font-weight: bold;
        letter-spacing: -0.082rem;
        color: #FFFFFF;
        text-transform: none;
    }

    p.jackpot {
        text-align: left;
        font-size: 2.377rem;
        margin-top: 1.920rem;
    }

    p.jackpot span {
        font-size: 5.029rem;
    }

    .twoforone p.jackpot {
        font-size: 2.926rem;
        margin-top: 2.651rem;
    }

    .twoforone p.jackpot span {
        font-size: 6.309rem;
    }

    header{
        padding:1.006rem 0 0.777rem 2.697rem;
    }

    header img {
        width: 5.851rem;
    }

    div.header {
        justify-content: space-between;
        padding-top: 1.1426rem;
    }

    .twoforone div.header {
        flex-direction: row-reverse;
    }

    div.header > img {
        width: 17.874rem;
        height: 14.903rem;
    }

    .twoforone div.header > img {
        width: 21.577rem;
        height: 17.966rem;
        top: -3.886rem;
        margin-bottom: -3.886rem;
    }

    div.tickets {
        background-color: white;
        border-radius: 0.366rem;
        justify-content: space-evenly;
        padding:2rem 0;
        flex-wrap: nowrap;
        width: 43.794rem;
    }

    div.tippengine {
        margin-top: 0;
        padding: 0;
    }

    .twoforone .tippengine {
        margin-top: 0;
        padding-bottom: 0;
        padding-top: 0;
    }

    .tippengine > p:first-child {
        margin-top: 0;
    }

    div.ticket {
        margin-top: 0;
        width: 22.491rem;
        height: 12.937rem;
    }

    .twoforone div.ticket {
        margin-top: 0;
        width: 17.966rem;
        height: 10.2rem;
    }

    .twoforone .ticket img.side {
        width: 5.897rem;
        height: 8.503rem;
    }

    .twoforone .ticket .center {
        width: 8.091rem;
        padding-top: 0.823rem;
    }

    .twoforone .right {
        width: 2.606rem;
    }

    div.tickets div.bg {
        width: 50%;
        display: flex;
        flex-direction: column-reverse;
        position: relative;
        left: -1.783rem;
    }

    div.offer {
        width: 8.320rem;
        height: 8.320rem;
        top: -0.366rem;
    }
    div.offer p span {
        font-size: 2.194rem;
    }

    div.offer p {
        font: normal normal 1.280rem/1.646rem DaxlinePro;
    }

    div.ticket.rotated {
        left: -0.834rem;
        top: -12rem;
    }

    div.ticket.background {
        transform: rotate(-2deg);
        top: -20rem;
    }

    .ticket img.side {
        width: 7.451rem;
        height: 10.606rem;
    }

    .ticket .center {
        width: 9.966rem;
        padding-top: 1.006rem;
    }

    .ticketMainNumber span {
        width: 1.6rem;
        height: 2.514rem;
    }

    .twoforone .ticketMainNumber span {
        width: 1.28rem;
        height: 1.966rem;
    }

    .ticketMainNumber span.digit0 {
        background-position: 0 -24.503rem;
    }

    .ticketMainNumber span.digit1 {
        background-position: 0 -21.760rem;
    }

    .ticketMainNumber span.digit2 {
        background-position: 0 -19.063rem;
    }

    .ticketMainNumber span.digit3 {
        background-position: 0 -16.274rem;
    }

    .ticketMainNumber span.digit4 {
        background-position: 0 -13.623rem;
    }

    .ticketMainNumber span.digit5 {
        background-position: 0 -10.834rem;
    }

    .ticketMainNumber span.digit6 {
        background-position: 0 -8.091rem;
    }

    .ticketMainNumber span.digit7 {
        background-position: 0 -5.394rem;
    }

    .ticketMainNumber span.digit8 {
        background-position: 0 -2.651rem;
    }

    .twoforone .ticketMainNumber span.digit0 {
        background-position: 0 -19.611rem;
    }

    .twoforone .ticketMainNumber span.digit1 {
        background-position: 0 -17.463rem;
    }

    .twoforone .ticketMainNumber span.digit2 {
        background-position: 0 -15.223rem;
    }

    .twoforone .ticketMainNumber span.digit3 {
        background-position: 0 -13.074rem;
    }

    .twoforone .ticketMainNumber span.digit4 {
        background-position: 0 -10.926rem;
    }

    .twoforone .ticketMainNumber span.digit5 {
        background-position: 0 -8.777rem;
    }

    .twoforone .ticketMainNumber span.digit6 {
        background-position: 0 -6.537rem;
    }

    .twoforone .ticketMainNumber span.digit7 {
        background-position: 0 -4.343rem;
    }

    .twoforone .ticketMainNumber span.digit8 {
        background-position: 0 -2.194rem;
    }

    .ticket .center p {
        font-size: 0.823rem;
        margin-top: 3.109rem;
    }

    .twoforone .ticket .center p {
        font-size: 0.64rem;
        margin-top: 2.56rem;
    }

    #ticketBarcodeImage, .ticketBarcodeImage {
        width: 9.966rem;
        height: 1.143rem;
        background-size: 17.417rem;
        margin-top: 2.423rem;
    }

    .twoforone #ticketBarcodeImage, .twoforone .ticketBarcodeImage {
        width: 8.229rem;
        height: 1.006rem;
        background-size: 19.52rem;
        margin-top: 1.92rem;
    }

    .twoforone .ticketBarcodeImage {
        margin-top: 7.086rem;
    }

    #ticketBarcode, .ticketBarcode {
        display: block;
        margin-top: 1.28rem;
        margin-left: 0.96rem;
        font-size: 0.64rem;
        color: #535353;
        font-weight: bold;
        font-family: var(--font);
        letter-spacing: 0.137rem;
    }

    .twoforone #ticketBarcode, .twoforone .ticketBarcode {
        margin-top: 0.869rem;
        margin-left: 0.777rem;
        font-size: 0.594rem;
        letter-spacing: 0.091rem;
    }

    .right {
        width: 3.794rem;
    }

    .right .serie {
        margin-top: 1.371rem;
    }

    .twoforone .right .serie {
        margin-top: 0.914rem;
    }

    .right p {
        font-size: 1.280rem;
    }

    .twoforone .right p {
        font-size: 1.097rem;
    }

    .right p:after, .right p:before {
        font-size: 0.411rem;
    }

    .twoforone .right p:after, .right p:before {
        font-size: 0.366rem;
    }

    .right .participacion {
        margin-top: 1.463rem;
    }

    .twoforone .right .participacion {
        margin-top: 1.280rem;
    }

    .twoforone .right p.participacion {
        font-size: 0.731rem;
    }

    .right .participacion span {
        font-size: 0.411rem;
    }

    .right .precio {
        margin-top: 1.371rem;
        font-size: 0.914rem;
    }

    .right .precio:before {
        margin-bottom: 0;
    }

    .right .precio:after {
        margin-top: 0.091rem;
    }

    .twoforone .right .precio {
        margin-top: 1.097rem;
    }

    .twoforone .right p.precio {
        font-size: 0.960rem;
    }

    .facts h2 {
        margin-top: 2.743rem;
    }

    .facts ul {
        display: flex;
        justify-content: space-between;
        width: 39.177rem;
        margin-left: 1.143rem;
    }

    .facts ul li {
        width: 9.920rem;
    }

    img.hero {
        width: 100%;
    }

    article {
        width: 40.229rem;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        flex-direction: row-reverse;
        padding-top: 3.657rem;
    }

    article section {
        padding: 0;
        margin: 0;
    }

    article section:first-child h3, article section:first-child h2 {
        font-weight: 900;
        font-size: 1.280rem;
        margin-bottom: 1.920rem;
    }

    article section:nth-child(2), article section:nth-child(3) {
        width:48%;
        margin: 0;
        padding-top: 2.560rem;
    }

    article section:nth-child(2) h3, article section:nth-child(3) h3, article section:nth-child(4) h3,
    article section:nth-child(2) h2, article section:nth-child(3) h2, article section:nth-child(4) h2 {
        font: normal normal 1.097rem/1.189rem DaxlinePro;
        text-transform: none;
    }

    article section:nth-child(4) h3 {
        line-height:2;
        cursor:pointer;
    }

    article section:nth-child(2) img, article section:nth-child(3) img {
        margin-bottom: 1.463rem;
    }

    article section.close {
        display: flex;
        justify-content: space-between;
        margin-top: 2.743rem;
        align-items: flex-start;
        margin-bottom: 1.554rem;
    }

    article section.close img {
        width: 48%;
        margin: 0;
        height: inherit;
    }

    article section.close div {
        width: 100%;
    }

    article > button {
        width: 14.903rem;
    }

}

@media (min-width: 1440px) {

    section.top {
        padding-top: 10px;
        padding-bottom: 80px;
    }

    div.header, div.tickets, div.facts, .top h2 {
        width: 958px;
    }

    div.title {
        width: 439px;
        padding-top: 20px;
    }

    h1 {
        font-size: 40px;
        line-height: 100%;
    }

    p.name {
        font-size: 30px;
        line-height: 40px;
        letter-spacing: -1.8px;
    }

    p.jackpot {
        font-size: 52px;
        margin-top: 42px;
    }

    p.jackpot span {
        font-size: 110px;
    }

    .twoforone p.jackpot {
        font-size: 64px;
        margin-top: 58px;
    }

    .twoforone p.jackpot span {
        font-size: 138px;
    }

    header{
        padding:22px 0 17px 59px;
    }

    header img {
        width: 128px;
    }

    div.header {
        padding-top: 1.1426em;
    }

    div.header > img {
        width: 391px;
        height: 326px;
    }

    .twoforone div.header > img {
        width: 472px;
        height: 393px;
        top: -85px;
        margin-bottom: -85px;
    }

    div.tickets {
        border-radius: 8px;
        padding:2em 0;
        width: 958px;
    }

    div.ticket {
        width: 492px;
        height: 283px;
    }

    .twoforone div.ticket {
        width: 393px;
        height: 224px;
    }

    .twoforone .ticket img.side {
        width: 129px;
        height: 186px;
    }

    .twoforone .ticket .center {
        width: 177px;
        padding-top: 18px;
    }

    .twoforone .right {
        width: 57px;
    }

    div.tickets div.bg {
        left: -39px;
    }

    div.offer {
        width: 182px;
        height: 182px;
        top: -8px;
    }
    div.offer p span {
        font-size: 48px;
    }

    div.offer p {
        font: normal normal 28px/36px DaxlinePro;
    }

    div.ticket.rotated {
        left: -34px;
        top: -59px;
    }

    div.ticket.background {
        top: -219px;
    }

    .ticket img.side {
        width: 163px;
        height: 232px;
    }

    .ticket .center {
        width: 218px;
        padding-top: 22px;
    }

    .ticketMainNumber span {
        width: 35px;
        height: 55px;
    }

    .twoforone .ticketMainNumber span {
        width: 28px;
        height: 43px;
    }

    .ticketMainNumber span.digit0 {
        background-position: 0 -536px;
    }

    .ticketMainNumber span.digit1 {
        background-position: 0 -476px;
    }

    .ticketMainNumber span.digit2 {
        background-position: 0 -417px;
    }

    .ticketMainNumber span.digit3 {
        background-position: 0 -356px;
    }

    .ticketMainNumber span.digit4 {
        background-position: 0 -298px;
    }

    .ticketMainNumber span.digit5 {
        background-position: 0 -237px;
    }

    .ticketMainNumber span.digit6 {
        background-position: 0 -177px;
    }

    .ticketMainNumber span.digit7 {
        background-position: 0 -118px;
    }

    .ticketMainNumber span.digit8 {
        background-position: 0 -58px;
    }

    .twoforone .ticketMainNumber span.digit0 {
        background-position: 0 -429px;
    }

    .twoforone .ticketMainNumber span.digit1 {
        background-position: 0 -382px;
    }

    .twoforone .ticketMainNumber span.digit2 {
        background-position: 0 -333px;
    }

    .twoforone .ticketMainNumber span.digit3 {
        background-position: 0 -286px;
    }

    .twoforone .ticketMainNumber span.digit4 {
        background-position: 0 -239px;
    }

    .twoforone .ticketMainNumber span.digit5 {
        background-position: 0 -192px;
    }

    .twoforone .ticketMainNumber span.digit6 {
        background-position: 0 -143px;
    }

    .twoforone .ticketMainNumber span.digit7 {
        background-position: 0 -95px;
    }

    .twoforone .ticketMainNumber span.digit8 {
        background-position: 0 -48px;
    }

    .ticket .center p {
        font-size: 18px;
        margin-top: 68px;
    }

    .twoforone .ticket .center p {
        font-size: 14px;
        margin-top: 56px;
    }

    #ticketBarcodeImage, .ticketBarcodeImage {
        width: 218px;
        height: 25px;
        background-size: 381px;
        margin-top: 53px;
    }

   .twoforone #ticketBarcodeImage, .twoforone .ticketBarcodeImage {
        width: 180px;
        height: 22px;
        background-size: 427px;
        margin-top: 42px;
    }

    .twoforone .ticketBarcodeImage {
        margin-top: 155px;
    }

    #ticketBarcode, .ticketBarcode {
        margin-top: 28px;
        margin-left: 21px;
        font-size: 14px;
        letter-spacing: 3px;
    }

    .twoforone #ticketBarcode, .twoforone .ticketBarcode {
        margin-top: 19px;
        margin-left: 17px;
        font-size: 13px;
        letter-spacing: 2px;
    }

    .right {
        width: 83px;
    }

    .right .serie {
        margin-top: 30px;
    }

    .twoforone .right .serie {
        margin-top: 20px;
    }

    .right p {
        font-size: 28px;
    }

    .twoforone .right p {
        font-size: 24px;
    }

    .right p:after, .right p:before {
        font-size: 9px;
    }

    .twoforone .right p:after, .right p:before {
        font-size: 8px;
    }

    .right .participacion {
        margin-top: 32px;
    }

    .twoforone .right .participacion {
        margin-top: 28px;
    }

    .twoforone .right p.participacion {
        font-size: 16px;
    }

    .right .participacion span {
        font-size: 9px;
    }

    .right .precio {
        margin-top: 30px;
        font-size: 20px;
    }

    .right .precio:before {
        margin-bottom: 0;
    }

    .right .precio:after {
        margin-top: 2px;
    }

    .twoforone .right .precio {
        margin-top: 24px;
    }

    .twoforone .right p.precio {
        font-size: 21px;
    }

    .facts h2 {
        margin-top: 60px;
    }

    .facts ul {
        width: 857px;
        margin-left: 24px;
    }

    .facts ul li {
        width: 217px;
    }

    article {
        width: 880px;
        padding-top: 80px;
    }

    article section:first-child h3, article section:first-child h2 {
        font-size: 28px;
        margin-bottom: 42px;
    }

    article section:nth-child(2), article section:nth-child(3) {
        width:48%;
        padding-top: 56px;
    }

    article section:nth-child(2) h3, article section:nth-child(3) h3, article section:nth-child(4) h3,
    article section:nth-child(2) h2, article section:nth-child(3) h2, article section:nth-child(4) h2 {
        font: normal normal 24px/26px DaxlinePro;
        line-height:150%;
    }

    article section:nth-child(4) h3 {
        font-size: 18px;
        line-height: 2;
        cursor:pointer;
    }

    article section:nth-child(2) img, article section:nth-child(3) img {
        margin-bottom: 32px;
    }

    article section.close {
        margin-top: 60px;
        margin-bottom: 34px;
    }

    article > button {
        width: 326px;
    }

}