* {
    font-style: normal;
    font-weight: normal;
    margin: 0;
    padding: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@font-face {
    font-family: 'actolight';
    src: url('/especiales/trivia-ludofonico/fonts/acto-light-webfont.woff2') format('woff2'),
         url('/especiales/trivia-ludofonico/fonts/acto-light-webfont.woff') format('woff');
}

@font-face {
    font-family: 'actobook';
    src: url('/especiales/trivia-ludofonico/fonts/acto-book-webfont.woff2') format('woff2'),
         url('/especiales/trivia-ludofonico/fonts/acto-book-webfont.woff') format('woff');
}

@font-face {
    font-family: 'actobold';
    src: url('/especiales/trivia-ludofonico/fonts/acto-bold-webfont.woff2') format('woff2'),
         url('/especiales/trivia-ludofonico/fonts/acto-bold-webfont.woff') format('woff');
}

@font-face {
    font-family: 'actoextrabold';
    src: url('/especiales/trivia-ludofonico/fonts/acto-extrabold-webfont.woff2') format('woff2'),
         url('/especiales/trivia-ludofonico/fonts/acto-extrabold-webfont.woff') format('woff');
}

@font-face {
    font-family: 'actobook_italic';
    src: url('/especiales/trivia-ludofonico/fonts/acto-book_italic-webfont.woff2') format('woff2'),
         url('/especiales/trivia-ludofonico/fonts/acto-book_italic-webfont.woff') format('woff');
}

@font-face {
    font-family: 'actoblack_italic';
    src: url('/especiales/trivia-ludofonico/fonts/acto-black_italic-webfont.woff2') format('woff2'),
         url('/especiales/trivia-ludofonico/fonts/acto-black_italic-webfont.woff') format('woff');
}

.hide {
    display: none;
}

.hidden {
    visibility: hidden;
}

.mobile {
    display: none;
}

.container {
    background: #fff;
    margin: 0 auto;
    width: 1020px;
}

#pronosticos .container {
    height: inherit;
}

.container.large {
    width: 1002px;
}

.header-comercio {
    background: #000;
    padding: 22px 0 14px;
}

.ctn-header-comercio {
    margin: 0 auto;
    max-width: 990px;
    text-align: left;
}

.ctn-header-comercio a {
    display: inline-block;
    text-indent: -9999px;
}

a.logo-comercio {
    background: url('../img/logo.png') no-repeat 0 0;
    background-size: 100%;
    height: 24px;
    width: 154px;
}

#social {
    float: right;
    margin-right: 0px;
}

#social ul {
    display: inline-block;
    margin: -3px auto 0;
    padding: 0;
    vertical-align: middle;
}

#social ul li {
    display: inline-block;
    margin: 0 1px;
    vertical-align: middle;
}

#social ul li a {
    height: 32px;
    width: 32px;
}

#social ul li a.facebook {
    background: url('../img/redes.png') no-repeat -17px -9px;
}

#social ul li a.tw {
    background: url('../img/redes.png') no-repeat -56px -9px;
}

#social ul li a.gp {
    background: url('../img/redes.png') no-repeat -96px -9px;
}

#social ul li:hover {
    opacity: 0.5;
}

#intro {       
    background: #fff;
    text-align: center;
}

#intro .container {
    position: relative;
}

h1 {
    color: #000;
    font: 30px/34px 'actobold';
    margin: 0 auto;
    max-width: 480px;
    padding-top: 10px;    
    text-align: center;
    text-transform: uppercase;
}
    h1 span{
        color: #d20062;
    }

#description {
    width: 881px;
    height: 436px;
    position: relative;
    /*top: -82px;*/
    z-index: 2;
    background-position: center bottom;
    margin: 0 auto;
}

#description h2 {
    font-family: 'actobold';
    color: #424242;
    font-size: 30px;
    line-height: 42px;
    text-align: center;
    /*margin-top: 14px;*/
    margin-bottom: 22px;
}

#pronosticos #intro {
    height: auto;
}

#pronosticos #description h2 {
    /*margin-top: 35px;*/
}

#pronosticos #description p {
    padding: 0 260px;
}

#description p {
    font-family: 'actobook';
    color: #000000;
    font-size: 20px;
    line-height: 21px;
    text-align: center;
    padding: 0 180px;
}

#description p.second {
    margin-top: 20px;
    margin-bottom: 25px;
}

.bottom p,
#description .last p {
    font-family: 'ChronicleDisplay-Roman';
    color: #000000;
    font-size: 20px;
    line-height: 22px;
    text-align: center;
}

.bottom p strong,
#description .last p strong {
    font-family: 'ChronicleDisplay-Black';
    font-weight: 700;
}

.navigation {
    display: block;
    text-align: center;
    font-family: Acto;
    color: #000000;
    font-size: 18px;
    font-weight: 300;
    line-height: 21px;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    width: 405px;
    margin: 26px auto 34px;
    height: 40px;
    padding-top: 10px;
    word-spacing: 1px;
}

#pronosticos .navigation {
    margin-top: 0;
}

.navigation a {
    color: #000;
    font-weight: bold;
    text-decoration: none;
}

.category {
    margin-bottom: 60px;
}

.category.list {
    margin-bottom: 20px;
}

.grey {
    background-color: rgba(0, 0, 0, 0.1);
    padding-top: 21px;
    padding-bottom: 15px;
}

.grey.blocks {
    padding-bottom: 25px;
}

.grey.blocks.second {
    padding-top: 34px;
    padding-bottom: 20px;
}

.grey.blocks.third {
    padding-top: 16px;
    padding-bottom: 20px;
}

.grey.blocks.last {
    padding-top: 14px;
    padding-bottom: 22px;
}

.white {
    /*padding-top: 38px;*/
    padding-bottom: 27px;
}

.white.small {
    padding-bottom: 20px;
}

.white.small.second {
    padding-top: 48px;
    padding-bottom: 30px;
}

.white.small.last {
    padding-top: 52px;
    padding-bottom: 18px;
}

.grey .category.list {
    margin-bottom: 37px;
}

.white .category.list {
    margin-bottom: 29px;
}

.white.small .category.list {
    margin-bottom: 36px;
}

.grey .category.list.last {
    margin-bottom: 0;
}

.white .category.list.last {
    margin-bottom: 0;
}

.white.small.last .category.list.last {
    width: 678px;
    margin: -2px auto 0;
}

.white.small.last .category.list.last .item {
    width: 218px;
}

.white.small.last .category.list.last label {
    background-position: center top;
    position: relative;
    z-index: 2;
    top: -22px;
    padding-top: 40px;
    padding-left: 0;
    text-align: center;
}

.line {
    height: 2px;
    background-color: #d24a4c;
    display: block;
    margin: 0 auto 9px;
}

.grey .line,
.white .line {
    margin-bottom: 8px;
}

.blocks.grey .line {
    margin-bottom: 12px;
}

.block h3,
.category h3 {
    font-family: 'actobold';
    color: #656565;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    margin-bottom: 20px;
    max-width: 800px;
    margin: 5px auto 20px;
}

.block h3.large {
    padding-left: 10px;
    padding-right: 10px;
}

.block h3 {
    padding: 0 25px 5px;
    line-height: 24px;
    font-size: 22px;
}

.block-3 h3 {
    padding: 0 60px 5px;
}

h3 .required {
    color: #960000;
    padding-left: 5px;
}

.alert {
    color: #960000;
    display: block;
    margin-top: 20px;
    display: none;
}

.alert.hide {
    visibility: hidden;
}

.category ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    overflow: hidden;
}

.item {
    display: inline-block;
    text-align: left;
    width: 240px;
    float: none;
    margin-right: 6px;
    margin-bottom: 20px;
    vertical-align: top;
}

.category.list .item {
    width: 193px;
    margin-right: 0;
    margin-left: 8px;
}

.blocks .item {
    width: 100%;
    margin-right: 0;
    padding-left: 35px;
    margin-bottom: 15px;
    float: none;
}

.block-2 .item {
    padding-left: 40px;
}

.block-3 .item {
    padding-left: 44px;
}

.item.last {
    margin-right: 0;
}

.category.list .item.first {
    margin-left: 0;
}

.category.list .item.last {
    margin-right: 0;
    margin-left: 7px;
}

.item img {
    width: 100%;
    display: block;
}

.item .trigger {
    position: relative;
    width: 100%;
    display: inline-block;
}

.trigger p {
    background: rgba(255, 255, 255, 0.45);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    color: #fefefe;
    margin: 0;
    text-align: right;
    display: none;
}

.trigger:hover p {
    display: inline-block;
}

.trigger .circle {
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #c50000;
    width: 85px;
    height: 60px;
    text-align: center;
    padding: 10px 5px 0 0;
    text-transform: uppercase;
    font-family: 'Acto';
    color: #fefefe;
    font-size: 15px;
    font-weight: 300;
    line-height: 16px;
    text-align: right;
}

.trigger .circle strong {
    display: block;
    font-size: 30px;
    font-weight: 800;
    line-height: 16px;
    padding-top: 10px;
    text-align: center;
    padding-left: 5px;
}

.trigger .circle img {
    width: 16px;
    height: 16px;
    margin-left: 40px;
}

input[type="radio"] {
    display: none;
}

input[type="radio"]+label {
    display: block;
    width: 100%;
    text-transform: uppercase;
    background: url('../img/square.png') no-repeat;
    height: auto;
    padding-left: 40px;
    cursor: pointer;
    margin-top: 2px;
    min-height: 32px;
}

.grey input[type="radio"]+label {
    background: url('../img/square_white.png') no-repeat;
}

.category.list input[type="radio"]+label {
    height: 47px;
}

input[type="radio"]:checked+label {
    background: url('../img/radio.png') no-repeat;
}

.grey input[type="radio"]:checked+label {
    background: url('../img/radio_white.png') no-repeat;
}

label span {
    display: block;
    font-family: 'Acto';
    font-weight: 300;
    color: #000000;
    font-size: 15px;
    font-weight: 300;
    line-height: 18px;
}

.single {
    padding: 10px 0 0;
}

.double {
    padding: 0;
}

.second {
    font-family: 'Acto';
    line-height: 14px;
}

.second.large {
    width: 110%;
}

.grid .second {
    font-style: italic;
}

.blocks .second {
    text-transform: none;
}

.second.up {
    text-transform: uppercase;
}

.small .category.list .second,
.white.small.second .list.last .second {
    text-transform: uppercase;
    font-family: 'Acto';
    font-size: 15px;
    font-weight: 300;
    line-height: 16px;
}

label span i {
    font-style: italic;
    font-family: 'ChronicleDisplay';
    font-weight: 300;
}

.category.list .second,
.grey.blocks.second .block-3 .second,
.white.small.second .second {
    font-family: 'Chronicle Text G1';
    color: #000000;
    font-size: 14px;
    line-height: 16px;
    text-align: left;
    text-transform: none;
    font-weight: 400;
}

.blocks {
    overflow: hidden;
}

.block {
    padding-top: 5px;
    float: left;
}

.block-1 {
    width: 318px;
    margin-right: 23px;
}

.block-2 {
    width: 312px;
    margin-right: 23px;
}

.block-3 {
    width: 318px;
}

#selections {
    /*padding-top: 45px;*/
}

#selections h3 {
    font-family: 'Acto';
    font-weight: normal;
    font-size: 25px;
    line-height: 37px;
    color: #000;
    margin-bottom: 30px;
    background: none;
    background-color: #FFF;
    display: inline-block;
    width: 190px;
    margin: 0 auto;
}

#selections p {
    font-family: 'ChronicleDisplay';
    color: #000000;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    padding: 0 260px;
    word-spacing: 2px;
}

#selections ul {
    text-align: center;
}

#selections .text {
    margin-top: 35px;
}

#selections .line {
    margin-top: 32px;
    margin-bottom: 40px;
}

#border {
    background: url('../img/border.png') no-repeat;
    background-size: 100% 100%;
    padding-left: 30px;
    padding-right: 30px;
    min-height: 350px;
    text-align: center;
    position: relative;
}

#border .wrapper {
    margin-top: 30px;
}

#border #mini {
    background: url('../img/mini.png') no-repeat;
    display: inline-block;
    width: 121px;
    height: 65px;
    text-indent: -9999px;
    position: relative;
    bottom: -18px;
}

#selections .item {
    display: inline-block;
    vertical-align: top;   
    width: 170px;
    margin-left: 0px;
    margin-right: 0;
    height: auto;
}

#selections .item.first {
    margin-left: 0;
}

#selections .item.last {
    border: none;
    margin-left: 0;
    /*    width: 160px;*/
}

#selections .title {
    display: block;
    font-family: 'actobold';
    color: #7b7070;
    font-size: 15px;
    line-height: 16px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
}

#selections .selection {
    display: block;
    font-family: 'Acto';
    color: #000000;
    font-size: 15px;
    font-weight: 300;
    line-height: 16px;
    text-align: center;
    margin-bottom: 5px;
}

#selections .selection-fb {
    width: 30px;
    height: 30px;
    display: block;
    margin-bottom: 10px;
    background: none;
    margin: 0 auto;
}

#selections .selection-fb.active {
    background: url('../img/fb.png') no-repeat;
    cursor: pointer;
}

#pronosticos #controls {
    padding-top: 7px;
}

#controls {
    text-align: center;
    width: 800px;
    margin: 0 auto;
}

#controls label {
    font-family: 'Acto';
    color: #000000;
    font-size: 16px;
    font-weight: 300;
    line-height: 16px;
    text-transform: uppercase;
    margin-left: 15px;
    margin-right: 5px;
}

#controls input {
    border-width: 1px;
    border-color: #898989;
    border-style: solid;
    background-color: #eeeeee;
    width: 250px;
    height: 28px;
    margin-right: 5px;
}

#pronosticos input {
    width: 343px;
    height: 28px;
    margin-right: 25px;
}

#search,
#button {
    background-color: rgb(221, 46, 51);
    border: none;
    color: #fff;
    cursor: pointer;
    height: 31px;
    margin-top: 42px;
    padding: 0 10px;
    outline: none;
    text-transform: uppercase;
    width: 102px;    
}

#button.disabled {
    background: rgba(180, 153, 5, 0.5) url('../img/loading.gif') no-repeat;
    background-position: center;
    border: none;
    text-indent: -99999px;
    cursor: default;
}

#content {
    position: relative;
}

#content .container {
    padding-top: 26px;
}

#loading {
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    color: #FFFFFF;
    text-align: center;
}

#loading p {
    font-family: 'Acto';
    padding-top: 190px;
    margin: 0;
}

#users {
    padding: 0;
    margin: 0;
    list-style: none;
}

#users li {
    font-family: 'sans serif';
    width: 220px;
    font-size: 18px;
    border-right: 1px solid #898989;
    cursor: pointer;
    float: left;
    overflow: hidden;
    margin-right: 25px;
}

#users li span {
    display: inline-block;
    text-transform: lowercase;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 160px;
    white-space: nowrap;
}

#users li.last {
    /*    border: none;*/
}

#users li:hover span {
    color: #877300;
}

#results {
    margin-top: 50px;
    padding: 0 20px;
    overflow: hidden;
    min-height: 300px;
    border-bottom: 1px solid #898989;
    background-position: center;
    padding-bottom: 20px;
}

.bottom {
    text-align: center;
    margin-top: 32px;
    padding-bottom: 50px;
}

.bottom .second {
    margin-bottom: 4px;
}

#responses {
    margin-top: 55px;
    text-align: center;
    font-family: 'Acto';
}

#responses h3 {
    font-family: 'Acto';
    font-weight: normal;
    font-size: 24px;
    color: #000;
    background-size: 90% 2px;
    width: 300px;
    margin: 0 auto;
}

#responses .wrap {
    border-top: 1px solid #898989;
    padding: 30px 0 0px;
    margin-top: 2px;
}

#responses .wrap div {
    text-align: left;
    display: inline-block;
    margin: 0 auto;
}

#responses .wrap p {
    margin-top: 0;
    margin-bottom: 7px;
}

#responses .wrap p span {
    font-weight: bold;
}

#responses .back {
    display: block;
    width: 100%;
    background: url('../img/line.png') no-repeat;
    background-size: 100% 1px;
    background-position: center center;
    text-align: right;
}

#responses .back a {
    margin-right: 60px;
    display: inline-block;
    height: 30px;
    padding-left: 15px;
    padding-top: 5px;
    font-family: "ChronicleDisplay";
    background: #FFF url('../img/pipe.png') no-repeat;
    background-position: 8px 0;
    text-decoration: none;
    cursor: pointer;
}

#responses .back a span {
    background: #FFF url('../img/return.png') no-repeat;
    display: inline-block;
    width: 28px;
    height: 28px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: -10px;
    position: relative;
    top: -5px;
    text-indent: -9999px;
}

#after h3 {
    display: block;
    width: auto;
    background: url('../img/line.png') no-repeat center bottom;
}

.swipe {
    display: none;
}

#selections #legal {
    width: 100%;
    margin-top: 80px;
}

#legal p {
    padding: 0;
    font-size: 12px;
    text-align: left;
}

#legal p strong {
    font-family: 'ChronicleDisplay-Black';
}

@media only screen and (max-width: 700px) {
    .mobile {
        display: block;
    }
    .header-comercio {
        padding-left: 10px;
        padding-right: 10px;
    }
    #pronosticos #intro,
    #intro {
        height: auto;
        padding-bottom: 30px;
    }
    h1 {
        font-size: 30px;
        line-height: 34px;
        padding-top: 160px;
    }
    #description {
        width: 300px;
        top: -70px;
        height: auto;
    }
    #description h2 {
        font-size: 40px;
        padding: 0 20px;
    }
    #pronosticos #description p,
    #description p {
        padding: 0 20px;
    }
    .container,
    .container.large {
        width: 300px;
        margin: 0 auto;
    }
    .navigation {
        width: 300px;
        font-size: 14px;
    }
    .wrapper {
        overflow-x: scroll;
        position: relative;
    }
    .swipe {
        display: block;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5) url('../img/scroll.png') no-repeat;
        background-position: center center;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 9;
        text-align: center;
    }
    .category.grid .item.last {
        margin-right: 9px;
    }
    .white.small.last .category.list.last .options {
        width: 670px;
    }
    .blocks .options {
        width: 300px;
    }
    .grid .options {
        width: 1250px;
    }
    .container.large .options {
        width: 1002px;
    }
    .options {
        width: 996px;
    }
    .grid .item {
        width: 300px;
    }
    .white.small.last .category.list.last {
        width: 300px;
    }
    .category.grid .item.last.end {
        margin-right: 0;
    }
    #selections p {
        padding: 0;
    }
    #controls {
        width: 300px;
    }
    #search,
    #button {
        margin-top: 20px;
    }
    #controls input {
        margin-bottom: 15px;
    }
    #pronosticos #controls {
        padding-top: 20px;
    }
    #pronosticos #controls input {
        width: 260px;
        margin: 0;
    }
    #users {
        width: 996px;
    }
    #results {
        overflow-x: scroll;
    }
    #results ul li.last {
        border-right: 1px solid #000;
    }

    /** Armando **/

    .intro-trivia{
        background-size: 100% !important;
    }
    img.bg-abba{
        width: 100%;
    }
    img.bg-interior{
        background-size: 100%;
        width: 100%;
    }
    img.linea-pregunta{
        width: 100%;
    }
    .category.list .item{
        float: left;
    }
    
    img.bg-header {
        width: 100%;
    }
    
    span.instrucciones{
        padding: 0 20px;
    }

}


/** Armando **/

.intro-trivia{
    /*height: 355px;*/
}
    img.bg-header{
        display: block;
        margin: 0 auto;
    }
    .intro-trivia p{
        font: 24px/24px 'actobold';
        text-align: center;
    }
    .intro-trivia a.participa{
        background: url(../img/btn-participa.jpg) no-repeat 0 0;
        background-size: 100%;
        display: block;
        height: 78px;
        margin: 50px auto;
        text-indent: -99999px;
        width: 238px;
    }
h2{
    color: #373737;
    font: 28px/30px 'actobold';
    padding-top: 20px;
    text-align: center;
}
span.premio{
    color: #d9302d;
    display: block;
    font: 18px/18px 'actobold';
    padding-bottom: 10px;
    padding-top: 15px;
    text-align: center;
    text-transform: uppercase;
}

.sorteo{
    color: #525252;
    display: block;
    font: 25px/27px 'actoextrabold';
    margin-bottom: 20px;
    text-align: center;
}
p.condiciones{
    font: 14px/18px 'actobook';
    margin: 0 auto;
    max-width: 996px;
    padding-bottom: 40px;
    text-align: center;    
}
img.linea-pregunta{
    display: block;
    margin: 0 auto;
}
img.bg-abba{
    display: block;
    margin: 15px auto;
    max-width: 560px;
}
.options-center{

}

a.logo-luces{
    background: url(../img/logo-luces.jpg) no-repeat 0 0;
    background-size: 100%;
    display: block;
    height: 44px;
    margin: -70px auto 0;
    text-indent: -99999px;
    width: 181px;
}
img.logo-mamma-mia{
    display: block;
    margin: 0 auto;
}

/** ludofónico **/

#intro{
    margin: 0 auto; 
    max-width: 996px;


}
    span.instrucciones{
        color: #373737;
        display: block;
        font: 24px/32px 'actobold';
        margin: 0 auto;
        max-width: 850px;      
    }
    span.premio{
        font: 24px/28px 'actobold';
    }
    #intro p{
        color: #d9302d;
        display: block;
        font: 24px/28px 'actobold';
        padding: 0 20px 120px;       
    }

#pronosticos #description{
    height: 175px;
}

body{
    background: url(../img/pattern.jpg) repeat;
}
.ultima{
    margin-bottom: 0; 
    padding-bottom: 80px;
}

.seleccion{
    padding-bottom: 0;
}
    .seleccion .container .category{
        margin-bottom: 0;
        padding-bottom: 50px;
    }


