* {
    font-style: normal;
    font-weight: normal;
    margin: 0;
    padding: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

a.logo-comercio {
    background: url(https://d1ts5g4ys243sh.cloudfront.net/proyectos_especiales_general/depor/prod/elementos-comunes/img/logo-depor-white.png) no-repeat 3px 3px;
    background-size: 75%;
    height: 26px;
    width: 70px;
}
a.logo-especiales {
    background: url(https://d1ts5g4ys243sh.cloudfront.net/proyectos_especiales_general/depor/prod/elementos-comunes/img/logo-especiales.png) no-repeat 0 3px;
    background-size: 82%;
    height: 22px;
    width: 100px;
}
a.logo-comercio-especiales {
    text-indent: inherit;
}
a.logo-comercio-especiales img {
    vertical-align: top;
}

img.img-loguito {
    margin: 0 auto;
    max-width: 200px;
    display: block;
    padding-bottom: 20px !important;
}

@font-face {
    font-family: 'guardianegyp-regular';
    font-weight: normal;
    src: url('https://especiales.depor.com/elementos-comunes/fonts/GuardianEgyp-Regular.ttf') format("truetype");
}

@font-face {
    font-family: 'guardianegyp-medium';
    font-weight: normal;
    src: url('https://especiales.depor.com/elementos-comunes/fonts/GuardianEgyp-Medium.ttf') format("truetype");
}

@font-face {
    font-family: 'guardianegyp-bold';
    font-weight: normal;
    src: url('https://especiales.depor.com/elementos-comunes/fonts/GuardianEgyp-Bold.ttf') format("truetype");
}

@font-face {
    font-family: 'icomoon';
    src:  url('https://especiales.depor.com/elementos-comunes/fonts/icomoon.eot?k0g6bz');
    src:  url('https://especiales.depor.com/elementos-comunes/fonts/icomoon.eot?k0g6bz#iefix') format('embedded-opentype'),
        url('https://especiales.depor.com/elementos-comunes/fonts/icomoon.ttf?k0g6bz') format('truetype'),
        url('https://especiales.depor.com/elementos-comunes/fonts/icomoon.woff?k0g6bz') format('woff'),
        url('https://especiales.depor.com/elementos-comunes/fonts/icomoon.svg?k0g6bz#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

a.btn-dorado {
    color: white;
    background-color: #000;
    padding: 10px 22px;
    font-size: 24px;
    display: initial;
    line-height: 100px;
    border-radius: 30px;
    margin-left: 7px;
}

h1.portada {
    font-size: 53px;
    line-height: 49px;
    text-align: center;
    margin-bottom: 0px;
    padding-top: 50px;
    vertical-align: middle;
    font-family: guardianegyp-bold;
}

h1.portada span {
    color: #ac9751;
}

.txt-bajada {
    max-width: 440px;
    padding-bottom: 30px;
    font-size: 18px;
    margin: 0 auto;
    text-align: center;
    font-family: 'guardianegyp-regular';
}

.txt-bajada span {
    max-width: 440px;
    padding-bottom: 30px;
    font-size: 18px;
    margin: 0 auto;
    text-align: center;
    font-family: 'guardianegyp-bold';
}

[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-comercio:before {
    content: "\e902";
}
.icon-facebook:before {
    content: "\ea90";
}
.icon-whatsapp:before {
    content: "\ea93";
}
.icon-twitter:before {
    content: "\ea96";
}
html, body{
    margin: 0;
    padding: 0;
    box-sizing: content-box;
    position: relative;
    font-family: guardianegyp-regular;
}
body{
    margin: 0 auto;
}
h1, h2, h3{
    font-weight: normal;
}

ul, ul li{
    list-style: none;
    margin: 0;
    padding: 0;
}
a{
    text-decoration: none;
    cursor: pointer;
    outline: none;
}
header{
    position: fixed;
    height: 46px;
    width: 100%;
    background: #000;
    top: 0;
    z-index: 99;
    display: table;
}

hr {
    width: 70px;
    margin: 15px auto;
    border-top: 1px solid #b7b7b7;
}

.saltar{
    -webkit-animation-name: AnimInfinita2;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count:infinite;   
    /*-webkit-animation-direction:alternate;*/
    -webkit-animation-timing-function:linear;
    -webkit-animation-delay:1s;
    animation-name: AnimInfinita2;
    animation-duration: 1s;
    animation-iteration-count:infinite; 
    /*animation-direction:alternate;*/
    animation-timing-function:linear;
    animation-delay:1s;
    margin-top: 100px;
}

@-webkit-keyframes AnimInfinita2{
    0%{
        transform:translateY(0px);
    }
    50%{
        transform:translateY(-25px);
    }
    100%{
        transform:translateY(0px);
    }
}

.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;
    padding: 6px 10px;
}
.ctn-header-comercio a {
    display: inline-block;
    color: #FFF;
}
a.logo-depor {
    background: url(/elementos-comunes/img/logo.png) no-repeat 0 0;
    background-size: 95%;
    height: 40px;
    width: 40px;
}
.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: -20px;
    width: 1px;
}
.boton-especiales {
    text-decoration: none;
    position: absolute;
    display: inline-block;
    text-indent: 0 !important;
    margin: 0 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: 1px;
    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 !important;
}

.cont-bloque-peru{
    width: 100%;
    height: 60px;
    position: relative;
    max-width: 800px;
    margin: 0 auto;
}

img.myfoto {
    max-width: 640px;
    width: 100%;
}

img.myarrow {
    max-width: 20px;
    padding-bottom: 70px;
    width: 100%;
}

.cont-bloque-peru p{
    font-family: 'guardianegyp-bold';
    font-size: 15px;
    line-height: 21px;
    padding: 20px;
}

.cont-bloque-peru p span{
    font-family: 'guardianegyp-medium';
    padding: 0px;
}


/* fin header */
.cont-video{
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
    /*background-color: #000;*/
}

.bloque-gris {
    background-color: #F4F4F4;
    color: black;
    padding: 20px 20px 20px 20px;
    line-height: 32px;
    max-width: 830px;
    font-style: italic;
    font-size: 20px;
    font-family: 'notoserif-medium';
}

.bloque-gris span{
    font-family: 'chronicletextbold';
    font-size: 20px;
    font-style: italic;
}

.barra-negra{
    width: 100%;
    background-color: white;
    max-height: 492px;
}

.barra-dorada{
    width: 100%;
    height: 100vh;
    /* position: relative; */
    background-color: #E6E6E6;
    /* background-size: cover; */
    height: 60px;
    margin-top: 40px;
}

.portada{
    margin: 0 auto;
    display: block;
    width: 100%;
    max-width: 1094px;
}

h1.peque {
    font-size: 33px !important;
    font-style: italic;
    margin-bottom: 0px !important;
    line-height: 40px !important;
}

.cont-video video{
    position: absolute;
    min-height: 100vh;
    bottom: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.cont-video .articulo{
    position: absolute;
    min-height: 100vh;
    bottom: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.cont-title-video{
    color: #FFF;
    text-align: center;
    position: absolute;
    top: 0px;
    z-index: 1;
    left: 50%;
    transform: translate(-50%,0);
    max-width: 500px;
}

.cont-title-video h1{
    font-family: 'chronicletextbold';
    font-size: 50px;
    line-height: 46px;
    margin-bottom: 40px;
    max-width: 320px;
    margin: 5px auto 30px auto;
    color: black;
}

.cont-title-video h1::before {
    content: '';
    display: block;
    width: 50px;
    right: 45%;
    margin-left: 0px;
    height: 1px;
    background-color: #dbdbdb;
    position: absolute;
    bottom: 300px;
}

.cont-title-video h2{
    font-size: 17px;
    line-height: 32px;
    color: black;
}

.cont-title-video h2::before {
    content: '';
    display: block;
    width: 50px;
    right: 45%;
    margin-left: 0px;
    height: 1px;
    background-color: #dbdbdb;
    position: absolute;
    bottom: -20px;
}

.cont-title-video h2 span{
    font-family: 'chronicletextbold';
    font-size: 17px;
    line-height: 30px;
    color: black;
}

.logo-grande{
    position: relative;
    bottom: 25px;
    left: 5%;
    width: 50px;
    transform: translate(-50%,0);
}
footer{
    background-color: #FFF;
    width: 100%;
    display: table;
}
.cont-footer{
    max-width: 900px;
    width: calc(100% - 40px);
    margin: 0 auto;
    position: relative;
}
.cont-footer h3{
    font-size: 30px;
    line-height: 35px;
    font-family: 'guardianegyp-bold';
    opacity: 0;
}
.cont-footer{
    padding-bottom: 50px;
    margin-bottom: 120px;
    margin-top: 120px;
}
.cont-footer-especial{
    margin-bottom: 20px;
}
.cont-footer::after{
    content: '';
    display: block;
    width: 0px;
    /*width: 120px;*/
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #D4D4D4;
}
.cont-footer-especial img, .cont-footer-especial h3{
    display: none;
    /*display: inline-block;*/
    vertical-align: middle;
}
.cont-footer-especial h3{
    padding-left: 10px;
    font-size: 21px;
    text-transform: uppercase;
}

.cont-bloque-white{
    margin: 0 auto;
    margin-top: 0px;
    max-width: 650px;
    background-color: whitesmoke;
    height: 580px;
    padding: 70px;
}

.container2{
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    top: -430px;
    height: 200px;
}

.container-marcas, .container-home{
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}
.cont-text-box{
    z-index: 1;
    position: relative;
    text-align: center;
}
.cont-boxes{
    margin: 0 auto;
    margin-top: 100px;
    width: 900px;
}

.cont-boxes .box{
    width: 185px;
    height: 218px;
    position: relative;
    float: left;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 60px;
}

/*.cont-boxes .box{
    width: 185px;
    height: 218px;
    position: relative;
    margin: 20px auto;
    margin-bottom: 60px;
}*/

.bg-box1{
    background-color: #eaebe5;
}

.bg-box2{
    background-color: #f3f5e7;
}

/*.cont-boxes .box::after{
    content: '';
    width: 100%;
    height: 17px;
    position: absolute;
    bottom: 0;
    background-color: #000;
}*/
.cont-boxes .box img{
    position: absolute;
    left: 10%;
    bottom: 140px;
    width: 150px;
}
.cont-text-box h3{
    text-transform: uppercase;
    font-family: 'chronicletextbold';
    font-size: 22px;
    padding-top: 85px;
    padding-bottom: 10px;
    position: relative;
}
.cont-text-box h3::before{
    content: '';
    display: block;
    width: 40px;
    right: 42%;
    margin-left: -60px;
    height: 1px;
    background-color: #000;
    position: absolute;
    bottom: 0;
}
.cont-text-box p{
    font-family: 'guardianegyp-bold';
    font-size: 17px;
    line-height: 22px;
    padding: 10px 20px 29px 20px;
}
.cont-text-box .leerarticulo{
    color: #000000;
    background-color: #ffffff;
    font-family: 'guardianegyp-medium';
    font-size: 11px;
    padding: 4px 20px 5px 20px;
    border-radius: 20px;
    border: 1px solid black;
    cursor: pointer;
}

.cont-img-legenda{
    padding-bottom: 40px;
    /*width: calc(100% - 40px);*/
    width: calc(100% - 0px);
    margin: 0 auto;
}

.cont-img-legenda img{
    width: 100%;
}
.cont-img-legenda span{
    /*display: block;
    font-size: 16px;
    line-height: 38px;*/
    font-family: 'guardianegyp-medium';
}
.cont-title-body{
    /*text-align: center;*/
    width: calc(100% - 40px);
    /*max-width: 828px;*/
    margin: 0 auto;
    padding-top: 0px;
    padding-bottom: 0px;
}

p.txt-creditos{
    padding: 5px;
}

.cont-title-body img{
    text-align: left !important;
    padding-bottom: 0px;
}

.cont-text-body{
    text-align: center;
}

.cont-text-body span{
    font-family: 'guardianegyp-medium';
}

.cont-text-body p{
    width: calc(100% - 40px);
    margin: 20px auto;
    padding: 0px 40px 0px 40px;
    max-width: 644px;
    font-size: 18px;
    text-align: center;
    line-height: 28px;
    font-family: 'guardianegyp-regular';
}
.cont-text-body p.creditos{
    font-size: 15px;
}
.cont-text-body p.bold{
    font-size: 35px;
    line-height: 47px;
    font-family: 'chronicletextbold';
    max-width: 828px;
    margin: 0 auto;
}
.cont-text-body p.comillas-bold{
    font-size: 105px;
    line-height: 1;
    font-family: 'chronicletextbold';
    padding-bottom: 0;
}

.country{
    font-size: 32px;
    line-height: 49px;
    text-align: center;
    font-family: 'guardianegyp-semibold';
    background-color: #F0F0F0;
    color: black;
    border-radius: 50px;
    max-width: 52px;
    height: 52px;
    margin: 10px auto 10px auto;
    border: 1px solid black;
}

.cont-title-body h1.redaccion{
    font-size: 17px;
    line-height: 57px;
    text-align: left;
    font-family: 'guardianegyp-bold';
    margin-bottom: 0px;
}

.cont-title-body h1.redaccion span{
    font-family: 'guardianegyp-medium';
}

.cont-bloque-peru h1{
    font-size: 27px;
    line-height: 50px;
    text-align: center;
    padding-top: 7px;
    font-family: 'guardianegyp-medium';
    margin: auto 0;
    color: black;
    /* max-width: 500px; */
    margin: 0 auto;
}

.cont-title-body h2 {
    font-size: 45px;
    line-height: 50px;
    font-family: 'guardianegyp-medium';
    color: #000;
    text-align: center;
}

.img-movil{
    display: block !important;
    max-width: 80%;
    margin: 0 auto;
} 

.container-marcas {
    position: relative;
    min-height: 440px !important;
    /*min-height: 720px !important para 4 paises*/
    top: 0px;
}

/*.container-marcas {
    position: relative;
    min-height: 1780px !important;
    top: 380px;
}*/

.irinicio{
    color: #000;
    background-color: #fff;
    border: 1px solid black;
    font-family: 'notoserif-medium';
    font-size: 14px;
    padding: 0 20px;
    padding: 4px 26px 5px 26px;
    cursor: pointer;
    border-radius: 20px;
    text-transform: uppercase;
    float: left;
    margin-bottom: 100px;
}

/****************/

@media only screen and (min-width: 940px) {
    .img-movil {
        display: none !important;
    }
}

@media only screen and (min-width: 640px) {
    .solomovil {
        display: none !important;
    }


}

@media only screen and (max-width: 940px) {
    .cont-boxes{
        width: 600px;
    }
}

@media only screen and (max-width: 768px) 
{    
    .cont-bloque-peru p {
        font-family: 'guardianegyp-bold';
        font-size: 17px;
        line-height: 25px;
        padding: 20px;
    }

    .centrado {
        text-align: center !important;
    }   

    p.txt-creditos {
        padding: 10px;
    }   

    .irinicio {
        float: inherit;
        font-size: 22px;
        display: inline-block;
        margin-bottom: 130px;
    }

    .cont-title-body {
        /*text-align: center;*/
    }

    .cont-footer h3 {
        max-width: 70%;
    }

    .barra-dorada{
    }  

    .bloque-gris span {
        font-size: 22px;
    }   


    .cont-title-body h2 {
        font-size: 30px;
        line-height: 30px;
        padding-top: 20px;
    }
    .cont-title-body {
        /*padding-bottom: 40px;*/
    }
    .cont-text-body p {
        font-size: 20px;
        line-height: 36px;
        padding: 0px !important;
        /*padding-bottom: 30px;*/
    }
    .cont-img-legenda span {
    }
    .cont-text-body p.bold {
        font-size: 24px;
        line-height: 28px;
    }
    .onlymobile{
        display: inline-block !important;
    }
    .cont-title-video h1{
        font-size: 52px;
        line-height: 45px;
    }
    .cont-title-video h2{
        font-size: 20px;
        line-height: 45px;
    }
    .cont-title-video h2::before {
        content: '';
        display: block;
        width: 50px;
        right: 45%;
        margin-left: 0px;
        height: 1px;
        background-color: #dbdbdb;
        position: absolute;
        bottom: 735px;
    }
    .ctn-header-comercio a {
        font-size: 12px;
    }
    .cont-title-video h1::before {
        bottom: -20px;
    }
}
@media only screen and (max-width: 640px) {

    .barra-negra {
        display: none;
    }

    h1.portada {
        margin-top: 50px;
    }

    #page-wrap1, .myarrow {
        /*display: none;*/
    }
    .cont-boxes {
        width: 55%;
    }

    .cont-boxes .box {
        margin-bottom: 120px;
    }

    footer .irinicio{
        float: none !important;
        bottom: -20px !important;
    }

    .cont-title-video {
        width: 355px;
    }

    .cont-title-video h2 span {
        font-size: 22px;
        line-height: 20px;
        color: black;
    }
}

/*Banners de publicidad*/
.container{
    position: fixed;
    overflow: auto;
    max-width: 640px;
    width: 100%;
    height: calc(100vh);
    transform: translate(-50%, 0);
    left: 50%;
}

/*.container-2 { //no moverr
    position: absolute;
    overflow: auto;
    max-width: 640px;
    width: 100%;
    padding: 46px 0 0 0;
    height: calc(100vh);
    transform: translate(-50%, 0);
    left: 50%;
}*/

.container-2{
    position: relative;
    max-width: 980px;
    padding: 53px 0 0 0;
    height: calc(100vh);
    transform: translate(-50%, 0);
    left: 50%;
    height: auto;
}

/*Banners de publicidad*/

.w-100 {
    width: 100%!important;
}
.container-top{
    margin: 50px auto 5px auto;
}
.container-top-2{
    margin: 48px 0 0 0;
}
.container-caja3{
    display: none;
}
.lateral-izq{
    display: inline-block;
    padding: 20px 0;
    width: 12%;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 620px;
    position: -webkit-sticky;
    position: fixed;
    top: 30px;
    left: 0;
}
.lateral-der{
    display: inline-block;
    padding: 20px 0;
    width: 12%;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 620px;
    position: -webkit-sticky;
    position: fixed;
    top: 30px;
    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;
}
.logo-partido{
    background: #FFF;
}
.cuadrado{
    width: 70px;
    height: 70px;
}

@media only screen and (max-width: 1120px)
{
    .lateral-izq, .lateral-der{
        display: none;
    }
}

@media only screen and (max-device-width: 768px)
{
    .container{
        overflow:scroll;
        -webkit-overflow-scrolling:touch;
    }
    .container-caja3{
        display: block;
        margin: 10px auto;
        text-align: center;
    }    
    .cuadrado{
        width: 50px;
        height: 50px;
    }
}
