* {
    font-style: normal;
    font-weight: normal;
    margin: 0;
    padding: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing: grayscale;
}
a{
    text-decoration: none;
}
@font-face {
    font-family: 'ChronicleDisplay-Bold';
    src: url('https://especiales.diariocorreo.pe/elementos-comunes/fonts/ChronicleDisplay-Bold.eot?#iefix') format('embedded-opentype'), 
        url('https://especiales.diariocorreo.pe/elementos-comunes/fonts/ChronicleDisplay-Bold.otf') format('opentype'), 
        url('https://especiales.diariocorreo.pe/elementos-comunes/fonts/ChronicleDisplay-Bold.woff') format('woff'), 
        url('https://especiales.diariocorreo.pe/elementos-comunes/fonts/ChronicleDisplay-Bold.ttf') format('truetype'), 
        url('https://especiales.diariocorreo.pe/elementos-comunes/fonts/ChronicleDisplay-Bold.svg#ChronicleDisplay-Bold') format('svg');
}
@font-face {
    font-family: 'actobook';
    src: url('https://especiales.diariocorreo.pe/elementos-comunes/fonts/acto-book-webfont.woff2') format('woff2'),
         url('https://especiales.diariocorreo.pe/elementos-comunes/fonts/acto-book-webfont.woff') format('woff');
}
@font-face {
    font-family: 'actobold';
    src: url('https://especiales.diariocorreo.pe/elementos-comunes/fonts/acto-bold-webfont.woff2') format('woff2'),
         url('https://especiales.diariocorreo.pe/elementos-comunes/fonts/acto-bold-webfont.woff') format('woff');
}
@font-face {
    font-family: 'actoextrabold';
    src: url('https://especiales.diariocorreo.pe/elementos-comunes/fonts/acto-extrabold-webfont.woff2') format('woff2'),
         url('https://especiales.diariocorreo.pe/elementos-comunes/fonts/acto-extrabold-webfont.woff') format('woff');
}
@font-face {
    font-family: 'icomoon';
    src: url('https://especiales.diariocorreo.pe/elementos-comunes/fonts/icomoon.eot?k0g6bz');
    src: url('https://especiales.diariocorreo.pe/elementos-comunes/fonts/icomoon.eot?k0g6bz#iefix') format('embedded-opentype'), url('https://especiales.diariocorreo.pe/elementos-comunes/fonts/icomoon.ttf?k0g6bz') format('truetype'), url('https://especiales.diariocorreo.pe/elementos-comunes/fonts/icomoon.woff?k0g6bz') format('woff'), url('https://especiales.diariocorreo.pe/elementos-comunes/fonts/icomoon.svg?k0g6bz#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

  .icon-facebook:before {
    content: "\ea90";
  }
  .icon-whatsapp:before {
    content: "\ea93";
  }
  .icon-twitter:before {
    content: "\ea96";
  }
  
a.logo-correo {
    background: url(/elementos-comunes/img/logo.png) no-repeat 0 0;
    background-size: 95%;
    height: 40px;
    width: 40px;
}
.hide {
    display: none;
}
.hidden {
    visibility: hidden;
}
.mobile {
    display: none;
}
.container {
    margin: 0 auto 80px auto;
    max-width: 980px;
}
.contenedor-medio{
    width: 100%;
    text-align: center;
}
#form{
    max-width: 980px;
    display: inline-block;
    margin: 0 auto;
}
/* header */
header {
    position: fixed;
    height: 46px;
    width: 100%;
    background: #000;
    top: 0;
    z-index: 99;
    display: table;
}
.header-comercio {
    background: #000;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}
.ctn-header-comercio {
    margin: 0 auto;
    max-width: 990px;
    text-align: left;
    vertical-align: middle;
    position: relative;
}
.ctn-header-comercio a {
    display: inline-block;
    color: #FFF;
}
.ctn-header-comercio .logo-comercio i {
    font-size: 18px;
}
.header-barra-2 {
    height: 20px;
    background-color: #fff;
    display: inline-block;
    vertical-align: middle;
    margin-top: -4px;
    width: 1px;
}
.boton-especiales {
    text-decoration: none;
    position: absolute;
    display: inline-block;
    text-indent: 0 !important;
    margin: 5px 0 0 9px;
    color: #fff;
    font: 700 13px/13px Arial;
    padding-top: 10px;
}
.cruz {
    display: inline-block;
    width: 12px;
    position: relative;
    height: 12px;
    top: 1px;
}
.cruz:before,
.cruz:after {
    content: "";
    position: absolute;
    z-index: 1;
    background: #ffca00;
}
.cruz:before {
    left: 50%;
    width: 2px;
    margin-left: -1px;
    height: 100%;
}
.cruz:after {
    top: 50%;
    height: 2px;
    margin-top: -1px;
    width: 100%;
}
#social {
    float: right;
    vertical-align: middle;
    position: absolute;
    right: 0;
    top: 0;
    display: table;
    height: 100%;
}
#social ul {
    vertical-align: middle;
    display: table-cell;
}
#social ul li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 9px;
}
.ctn-header-comercio a {
    display: inline-block;
    color: #FFF;
}
#social ul li a i {
    font-size: 18px;
}
.onlymobile {
    display: none;
}
/* fin header */

/*Banners de publicidad*/
.container-top{
    padding: 50px 0 5px 0;
    margin: 0 auto;
    text-align: center;
    max-width: 980px;
    width: 100%;
}
.container-caja3{
    display: none;
    margin: 10px 0;
    padding: 0 0 20px 0;
    text-align: center;
}
.lateral-izq{
    display: inline-block;
    padding: 10px 0;
    width: 12%;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 620px;
    overflow: auto;
    position: -webkit-sticky;
    position: fixed;
    top: 35px;
    left: 0;
}
.lateral-der{
     display: inline-block;
    padding: 10px 0;
    width: 12%;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 620px;
    overflow: auto;
    position: -webkit-sticky;
    position: fixed;
    top: 35px;
    right: 0;
}
.container-zocalo{
    max-width: 728px;
    height: auto;
    z-index: 2147483646;
    position: fixed;
    margin: 20px auto 0 auto;
    bottom: 0;
    left: 0;
    right: 0;
    box-sizing: border-box;
    text-align: center;
}
.clear{
    clear: both;
}
/*Fin banners de publicidad*/

#intro {     
    background: url(https://especiales.diariocorreo.pe/eliminatorias-qatar-2022-pronosticador-resultados-nndd-xvisual/images/header-desktop.jpg?jgf) no-repeat;
    background-position: center bottom;
    height: 297px;
    text-align: center;
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
}
.copa {
    background: url(https://especiales.diariocorreo.pe/eliminatorias-qatar-2022-pronosticador-resultados-nndd-xvisual/images/cup-desktop.png) no-repeat;
    /* background-position: center 90%; */
    background-size: 50%;
    height: 460px;
}
h1 {
    margin: 0;
    padding-top: 35px;
    width: 45%;
    /*background-color: #ffe4c447;*/
    margin-left: 52%;
}
h1 a{
    color: #fff;
    text-decoration: none;
}
h1 span {
    display: block;
    background: url('https://especiales.diariocorreo.pe/eliminatorias-qatar-2022-pronosticador-resultados-nndd-xvisual/title.png') no-repeat center bottom;
    background-size: 80%;
}
h1 span.yellow {
    padding-top: 12px;
    line-height: 80px;
    display: block;
    color: #fff600;
    background-size: 60%;
}
h1 span.year {
    font-family: 'ChronicleDisplay-Roman';
    color: #FFF;
    font-size: 78px;
    background: none;
}
h2#title {
    margin: 0;
    text-align: center;
    font-size: 29px;
    font-family: 'Acto';
    margin-top: 30px;
    margin-bottom: 38px;
}
#description {
    width: 881px;
    position: relative;
    z-index: 2;
    margin: 0 auto;
}
.img-fluid {
    width: 100%;
    height: auto;
    max-width: 600px;
}
.img-title-der {
    width: 85%;
    height: auto;
    max-width: 600px;
}
#description h2 {
    color: white;
    font-family: 'actobold';
    font-size: 19px;
    text-shadow: 2px 2px 1px black;
    /* line-height: 30px; */
    text-align: center;
    /* max-width: 820px; */
    /* margin: 0 auto 10px; */
    margin-left: 57%;
}
#description h2 span{
    font-family: 'actobook' !important;
    max-width: 400px;
}
#description p {
    color: #FFF;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    word-spacing: 1px;
}
.line {
    height: 1px;
    background-color: #677cd5;
    display: block;
    margin: 1px auto 5px;
    width: 300px;
}
.line.full {
    width: 100%;
    margin-top: -18px;
}
.category h3 {
    color: #3152a6;
    font-size: 24px;
    line-height: 26px;
    font-family: 'Acto';
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.category h3 img {
    background: #FFF;
    padding: 0 15px;
}
.category h3 span {
    color: #6B6B6B;
    display: block;
    font-size: 18px;
    margin-top: -6px;
}
.month {
    text-align: center;
    color: #6B6B6B;
    display: block;
    font-size: 11px;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.date {
    text-transform: uppercase;
    color: #667FD3;
    border: 1px solid #677cd5;
    position: relative;
    overflow: hidden;
    padding: 5px 8px 2px;
    /*width: 305px;*/
    font-size: 20px;
}
.date .pull-left {
    float: left;
    color: #677cd5;
    font-family: 'Acto';
    font-weight: bold;
}
.date .pull-right {
    float: right;
    color: #677cd5;
    font-family: 'Acto';
    font-weight: bold;
}
.location {
    font-size: 14px;
    padding-top: 3px;
    color: #677cd5;
    font-family: 'Acto';
    margin-bottom: 15px;
    /*margin-left: 75px;*/
    margin-right: 0;
    text-align: center;
}
.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: 410px;
    margin: 0 auto 45px;
    height: 40px;
    padding-top: 10px;
    word-spacing: 1px;
}
.navigation a {
    color: #000;
    font-weight: bold;
    text-decoration: none;
}
.category {
    margin-bottom: 30px;
}
.grey .category {
    margin-bottom: 15px;
}
.category.grid {
    padding-top: 42px;
    margin-bottom: 0;
}
.category.list {
    padding-top: 35px;
}
.category.list.icons {
    padding-top: 0;
}
.grey {
    background-color: rgba(0, 0, 0, 0.1);
    padding-top: 21px;
    padding-bottom: 15px;
}
.white {
    padding-top: 20px;
}
.white h4 {
    color: #FFF;
    background-color: #678ed5;
    display: block;
    width: 215px;
    margin: 0 auto;
    text-align: center;
    padding: 10px 0;
    text-transform: uppercase;
    font-size: 13px;
    margin-bottom: 25px;
}
#others {
    text-align: center;
}
#others li {
    display: inline-block;
    margin: 0 24px 12px;
    text-align: center;
}
#others li.hide {
    display: none;
}
.icons #others li {
    margin: 0 40px 12px;
}
#others a {
    color: #000;
    text-decoration: none;
}
#others li img {
    display: block;
    margin: 0 auto 5px;
}
#others li span {
    display: block;
    text-align: center;
    font-weight: 600;
    font-family: 'Acto';
    font-size: 15px;
}
.line.large {
    width: 100%;
}
.white.small {
    padding-bottom: 20px;
}
.alert {
    color: #EB0013;
    display: inline-block;
    text-align: left;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    width: 100%;
    font-family: 'Acto';
    padding-left: 10px;
}
.list .alert {
    text-align: center;
    margin-bottom: 20px;
}

.alert.hide {
    visibility: hidden;
}

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

.options {
    text-align: center;
}

#dates {
    margin-top: 34px;
    text-align: center;
}

#dates li {
    border: 2px solid #488dc6;
    display: inline-block;
    padding: 16px 22px 0px;
    position: relative;
    width: 230px;
    height: 80px;
    margin-bottom: 35px;
    margin-left: 7px;
    margin-right: 7px;
}

#dates li.final {
    padding-top: 20px;
}

#dates li.final h4 {
    color: #EE0013;
    line-height: 22px;
}

#dates li.final a {
    bottom: -15px;
}

#dates li h4 {
    color: #2E55A2;
    font-size: 15px;
    line-height: 16px;
    font-family: 'Acto';
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
}

#dates li h4 span {
    display: block;
    color: #6B6B6B;
    margin-top: -3px;
    margin-bottom: 5px;
}

#dates li p {
    text-align: center;
    color: #6B6B6B;
    display: block;
    font-size: 10px;
    margin: 0;
    text-transform: uppercase;
}

#dates li a {
    display: block;
    text-indent: -9999px;
    width: 18px;
    height: 18px;
    text-align: center;
    font-size: 15px;
    color: #FFF;
    text-decoration: none;
    border-radius: 100%;
    margin: 0 auto;
    position: relative;
    bottom: -8px;
    background: url('https://especiales.diariocorreo.pe/eliminatorias-qatar-2022-pronosticador-resultados-nndd-xvisual/plus.png') no-repeat;
    background-position: center;
}

.item {
    display: inline-block;
    text-align: left;
    width: 320px;
    margin: 0 auto;
    position: relative;
    vertical-align: top;
    /*float: left;*/
    margin-bottom: 30px;
    /*border-right: 1px solid #667FD3;*/
}

.item.long .location {
    margin-left: 42px;
}

.item.mid .location {
    margin-left: 62px;
}

.item.last {
    margin-right: 0;
    width: 280px;
    border: none;
}

.item.center {
    /*margin-left: 178px;*/
}

.item.end {
    margin-bottom: 58px;
}

.option {
    display: inline-block;
    margin: 0 0 10px;
    vertical-align: top;
    width: 90px;    
}

.category.list .item {
    width: 190px;
    height: 247px;
    margin-right: 11px;
    margin-bottom: 15px;
    border: none;
}

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

.item img {
    display: block;
    margin: 0 auto;
    max-height: 90px;
}

.list .item img {
    max-height: 247px;
}

.item img.large {
    width: 90px;
    margin-top: 10px;
}

.item img.empate {
    width: 36px;
    height: 36px;
    margin: 37px auto 0;
}

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

.list .item .trigger {
    height: 100%;
}

.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;
    left: 0;
}

.trigger:hover p {
    display: inline-block;
}
.circle{
    
}
.trigger .circle {
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #2E55A2;
    width: 90%;
    height: 55px;
    text-align: center;
    padding: 10px 5px 0 0;
    text-transform: uppercase;
    font-family: 'Acto';
    color: #fefefe;
    font-size: 14px;
    line-height: 16px;
}

.list .trigger .circle {
    text-align: center;
}

.trigger .circle strong {
    display: block;
    font-size: 20px;
    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;
}

.list .trigger {
    text-decoration: none;
}

.list .trigger span.label {
    color: #FFF;    
    background-color: rgba(0, 0, 0, 0.7);
    display: block;
    text-align: center;
    font-family: 'Acto';
    font-weight: 100;
    font-size: 14px;
    line-height: 12px;
    padding: 20px 0 4px;
    text-transform: uppercase;
    position: relative;
    top: -48px;
}

.list .trigger span.label strong {
    font-family: 'Acto';
    font-size: 9px;
    font-weight: 300;
}

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

input[type="radio"]+label {
    display: block;
    width: 100%;
    text-transform: uppercase;
    background: url('https://especiales.diariocorreo.pe/eliminatorias-qatar-2022-pronosticador-resultados-nndd-xvisual/images/square.png') no-repeat;
    background-position: center bottom;
    cursor: pointer;
    text-align: center;
    height: 60px;
    padding-top: 5px;
}

.list .item label {
    position: relative;
    top: -96px;
}

.list input[type="radio"]+label {
    background-position: center top;
    padding-top: 35px;
}

input[type="radio"]:checked+label {
    background: url('https://especiales.diariocorreo.pe/eliminatorias-qatar-2022-pronosticador-resultados-nndd-xvisual/images/radio.png') no-repeat;
    background-position: center bottom;
}

.list input[type="radio"]:checked+label {
    background-position: center top;
    padding-top: 35px;
}

label span {
    display: block;
    font-family: 'Acto';
    font-weight: 300;
    color: #000000;
    font-size: 14px;
    font-weight: 300;
    line-height: 16px;
        text-transform: uppercase;
}

.list .item label {
    margin-top: -16px;
}

.list label span strong {
    font-family: 'Acto';
    font-weight: 600;
    font-size: 10px;
    line-height: 10px;
}

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

#controls.list {
    margin-top: 33px;
    margin-bottom: 27px;
}

#controls #text {
    width: 320px;
    display: inline-block;
    border-bottom: 1px solid #000;
    margin-right: 5px;
    padding-bottom: 6px;
    text-transform: uppercase;
    font-family: 'Acto';
}

#controls.list label {
    position: relative;
    bottom: -11px;
}

#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 {
    text-transform: uppercase;
    padding: 0 10px;
    background-color: rgba(103, 142, 213, 0.4);
    width: 102px;
    height: 31px;
    margin-top: 42px;
    cursor: pointer;
    outline: none;
}

#search.disabled,
#button.disabled {
    background: #C2D2ED url('https://especiales.diariocorreo.pe/eliminatorias-qatar-2022-pronosticador-resultados-nndd-xvisual/images/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;
    z-index: 9999;
}

#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;
    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.list {
    margin-top: 75px;
}

#responses.list a {
    color: #000;
}

#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('https://especiales.diariocorreo.pe/eliminatorias-qatar-2022-pronosticador-resultados-nndd-xvisual/images/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('https://especiales.diariocorreo.pe/eliminatorias-qatar-2022-pronosticador-resultados-nndd-xvisual/images/pipe.png') no-repeat;
    background-position: 8px 0;
    text-decoration: none;
    cursor: pointer;
}

#responses .back a span {
    background: #FFF url('https://especiales.diariocorreo.pe/eliminatorias-qatar-2022-pronosticador-resultados-nndd-xvisual/images/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('https://especiales.diariocorreo.pe/eliminatorias-qatar-2022-pronosticador-resultados-nndd-xvisual/images/line.png') no-repeat center bottom;
}

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

#legal p {
    padding: 0 10px;
    font-size: 12px;
    text-align: left;
    font-family: 'actobook'; 
    line-height: 20px;
    word-spacing: 2px;
}

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

#legal a {
    color: #2E55A2;
}


/** estilos Armando **/
.wrap{
    text-align: center;
}
.final{
    border: none;
    float: none;
    margin: 0 auto;    
}
    .final .date{
        width: 100%;
    }
    .final .location{
        margin-left: 0;
        text-align: center;
    }
.category.list .options.medium{
    width: 1180px;
}
    .category.list .options.medium.centrado{
        width: 1180px;
    }
        .category.list .options.medium.centrado li.item{
            margin: 0 80px 30px;
        }

    .category.list .options.medium.centrado-cuatro{
        width: 1060px;
    }
        .category.list .options.medium.centrado-cuatro li.item{
            margin: 0 35px 30px;
        }
.logo-footer{
    display: block;
    margin: 30px auto 0;
    width: 200px;
}

h3.premio{
    color: #fff;
    display: block;
    font-family: 'actobook'; 
    font-size: 24px;
    line-height: 30px;
    margin: 0 auto;
    max-width: 660px;
}
    h3.premio span{
        color: #fff600;
        font-family: 'actobold';
    }

.box-premios{
    text-align: center;
    width: 100%;
}
    .premio{
        display: inline-block;
        margin: 0 15px;
        max-width: 270px;
        vertical-align: top;
    }
        .premio h5{
            color: #efc20f;
            font-family: 'Acto'; 
            font-size: 22px;
            font-weight: bold;   
        }
        .premio p{
            font-family: 'Acto'; 
            font-size: 18px;
        }

h2#title.mejor-jugador{
    margin-bottom: 10px;
}        
    span.advertencia{
        color: #dc3030;
        display: block;
        text-align: center;
    }

.ad-categorias{
    margin: 20px auto 0;
}
p.aviso{
    color: #d41717;
    font: 14px/16px 'actobook';
    margin: 0 auto 15px;
    max-width: 600px;
    text-align: center;
}
.no-border{
    border: none;
}
span.separador{
    background: #667FD3;
    display: inline-block;
    height: 220px;
    margin: 0 20px;
    vertical-align: top;
    width: 1px;
}
.equipos{
    width: 200px;
}
.margin-bottom{
    margin-bottom: 40px;
}
#responses .wrap h4{
    font-family: 'actobold';
    margin-bottom: 7px;
}
.item i{
    color: #3251a6;
    display: inline-block;
    font: 14px/16px 'actobook';
    vertical-align: top;
}
.ultimo{
    width: 390px;
}

span.duracion{
    color: #ff0505 !important;
}

span.resultado-score{
    background: #f3f3f3;
    color: #4a4a4a;
    display: block;
    height: 20px;
    padding: 4px;
}

h4{
    border-bottom: 1px solid #667fd3;
    color: #667fd3;
    font: 18px/25px 'actobold';
    margin: 10px auto;
    max-width: 700px;
    text-align: left;    
}
.text-center{
    text-align: center;
}
    .text-center span{
        float: inherit !important;
    }

.btn-ganadores{
    display: block;
    margin: 30px auto 0;
}

.contenedor-ganadores{
    border: 1px solid #e9d843;
    border-radius: 10px;
    margin: -20px auto 20px;
    max-width: 600px;
}
    .contenedor-ganadores ul{
        list-style-type: none;
        padding: 10px 0;
    }
.contenedor-ganadores ul li{
border: 1px solid #f7f7f6;
border-radius: 20px;
font: 16px/18px 'actobook';
margin: 0 auto 10px;
max-width: 250px;
padding: 10px;   
text-transform: uppercase;                     
}
.contenedor-ganadores ul li.primer-lugar{
    border-color: #fce910;
    font-family: 'actobold';
    margin-top: 30px;
}
.contenedor-ganadores ul li.segundo-lugar{
    border-color: #c0c0c0;
    font-family: 'actobold';
}
.contenedor-ganadores ul li.tercer-lugar{
    border-color: #cd8032;
    font-family: 'actobold';
}
.contenedor-ganadores ul li i{
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
}
.copa-ganadores{
    background: url(https://especiales.diariocorreo.pe/eliminatorias-qatar-2022-pronosticador-resultados-nndd-xvisual/images/copa-ganadores.png) no-repeat center 0;
    height: 105px;
    margin: 0 auto;
    border-bottom: 1px solid #eace3a;
}
.box-main-ganadores{
    margin: 0 auto;
    max-width: 900px;
}
.box-main-ganadores h5{
    border-bottom: 1px solid #ecd227;
    font: 18px/22px 'actobold';
    text-align: center;
    text-transform: uppercase;
}
.box-main-ganadores h5 i{
    background: url(https://especiales.diariocorreo.pe/eliminatorias-qatar-2022-pronosticador-resultados-nndd-xvisual/images/estrella.png) no-repeat;
    background-size: 100%;
    display: inline-block;
    height: 20px;
    vertical-align: top;
    width: 20px;
}
.box-main-ganadores h3{
    font: 18px/22px 'actobook';
    margin: 10px auto;
    text-align: center;
    width: 100%;
    }

picture{
margin-left: 57%;
}

/***********************/

table.puesto{
    border: 1px solid #000000;
    margin: 0 auto;
    width: 700px;
    font-size: 14px;
}
table.puesto tbody td{
    height: 20px;
    border: 1px solid #000000;
    font-weight: bold;
}
table.puesto tbody td:nth-child(4),
table.puesto tbody td:nth-child(5),
table.puesto tbody td:nth-child(6),
table.puesto tbody td:nth-child(7),
table.puesto tbody td:nth-child(8),
table.puesto tbody td:nth-child(9),
table.puesto tbody td:nth-child(10),
table.puesto tbody td:nth-child(11){
    background-color: #df99a7;
    width: 40px;
}
table.puesto tbody td:nth-child(4)::after,
table.puesto tbody td:nth-child(5)::after,
table.puesto tbody td:nth-child(6)::after,
table.puesto tbody td:nth-child(7)::after,
table.puesto tbody td:nth-child(8)::after,
table.puesto tbody td:nth-child(9)::after,
table.puesto tbody td:nth-child(10)::after,
table.puesto tbody td:nth-child(11)::after{
    content: '❌';
}

table.puesto tbody td.right:nth-child(4),
table.puesto tbody td.right:nth-child(5),
table.puesto tbody td.right:nth-child(6),
table.puesto tbody td.right:nth-child(7),
table.puesto tbody td.right:nth-child(8),
table.puesto tbody td.right:nth-child(9),
table.puesto tbody td.right:nth-child(10),
table.puesto tbody td.right:nth-child(11){
    background-color: #c1dfba;
}
table.puesto tbody td.right:nth-child(4)::after,
table.puesto tbody td.right:nth-child(5)::after,
table.puesto tbody td.right:nth-child(6)::after,
table.puesto tbody td.right:nth-child(7)::after,
table.puesto tbody td.right:nth-child(8)::after,
table.puesto tbody td.right:nth-child(9)::after,
table.puesto tbody td.right:nth-child(10)::after,
table.puesto tbody td.right:nth-child(11)::after{
    content: '✔️';
}

table.puesto tbody td:nth-child(2){
    background-color: #bbdfd8;
}
table.puesto th{
    border: 1px solid #000000;
    font-weight: bold;
    color: #667fd3;
}
table.puesto th td{
    color: #000;
    font-weight: bold;
    border: 1px solid #000000;
    background-color: #ecd227 !important;
    width: 40px;
}
table.puesto th td::after{
    content: '' !important;
}
    
@media only screen and (max-width: 1024px) {

    .lateral-izq, .lateral-der{
        display: none;
    }
    
    #form{
        display: block;
    }
}

@media only screen and (max-width: 768px) {
    
    .copa {
    background: none;
    }
    
    h1 {
    width: 100%;
    padding-top: 12px;
    }
    
    #description h2, h1 {
    margin-left: 0%;
    }
    picture{
        margin: 0 auto;
    }
    
    .lateral-izq, .lateral-der{
        display: none;
    }
    
}    

@media only screen and (max-width: 700px) {
    .box-main-ganadores h3{
        font: 13px/20px 'actobook';
    }
    #social ul li a.wst {
        display: block;
    }       
    .container-caja3{
        display: block;
        margin: 10px 0;
        padding: 0 0 20px 0;
        text-align: center;
    }
    .mobile {
        display: block;
    }
    .header-comercio {
        padding-left: 10px;
        padding-right: 10px;
    }
    #pronosticos #intro,
    #intro {
        background: url(https://especiales.diariocorreo.pe/eliminatorias-qatar-2022-pronosticador-resultados-nndd-xvisual/images/header-movil.jpg?jgf) no-repeat;
        background-position: center;
        width: 100%;
        height: 450px;
        padding-bottom: 30px;
        background-size: 100%;
    }
    h1 {
        font-size: 30px;
        line-height: 0px;
    }
    h1 span.yellow {
        line-height: 44px;
        display: inline-block;
    }
    h1 span.year {
        font-size: 38px;
        display: block;
    }
    #description {
        width: 300px;
        height: auto;
    }
    #description h2 {
        font-size: 22px;
        line-height: 24px;
        padding: 10px 10px;
        margin-top: 5px;
    }
    h2#title {
        font-size: 20px;
    }
    .container {
        width: 300px;
        margin: 0 auto;
    }
    .options {
        width: 300px;
    }
    .wrap {
        width: 280px;
        margin: 0 auto;
        overflow: hidden;
    }
    .item.end {
        margin-left: 0;
        margin-bottom: 20px;
    }
    .item {
        width: 300px;
        margin: 0 auto;
        float: none;
        border: none;
        margin: 0 0 20px;
    }
    .item .date {
        margin: 0 auto;
    }
    .item .location {
        margin-left: 0;
        text-align: center;
    }
    .navigation {
        width: 260px;
        font-size: 14px;
    }
    .swipe {
        display: block;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5) url('https://especiales.diariocorreo.pe/eliminatorias-qatar-2022-pronosticador-resultados-nndd-xvisual/images/scroll.png') no-repeat;
        background-position: center center;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 9;
        text-align: center;
    }
    .wrapper {
        width: 300px;
        margin: 0 auto;
        overflow: scroll;
    }
    .grid .item {
        width: 300px;
    }
    .category.list .options {
        width: 4680px;
    }
    .category.list .item {
        margin-right: 0;
    }
    #controls {
        width: 300px;
    }
    #controls #text {
        width: 100%;
    }
    #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;
    }
    #text {
        margin-top: 20px;
    }
    #responses .back a {
        margin-right: 43px;
    }
    .category.list .options.medium.centrado{
        width: 1290px !important;
    }
    .category.list .options.medium.centrado li.item{
        margin: 0 10px 0 !important;
    }
    .bg-premio{
        width: 100%;
    }
    ul.options span.separador{
        display: none;
    }
    .solo{
       /*margin: 0 5px 10px;*/
    }
    .gris{
        width: 100px;
    }
}

@media only screen and (max-width: 375px) 
{    
    #description h3.premio{ 
        font-size: 22px;
        line-height: 26px;
        max-width: 700px;
    }
}
