html, 
body{
    box-sizing: border-box;    
    font-style: normal;
    font-weight: normal;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@font-face {
    font-family: 'actobook';
    src: url('https://d1ts5g4ys243sh.cloudfront.net/proyectos_especiales_prod/especiales/elementos-comunes-2/fonts/acto-book-webfont.woff2') format('woff2'),
         url('https://d1ts5g4ys243sh.cloudfront.net/proyectos_especiales_prod/especiales/elementos-comunes-2/fonts/acto-book-webfont.woff') format('woff');
}
@font-face {
    font-family: 'prelomedium';
    src: url('https://nuevasnarrativasec.github.io/pataz-compendio/fonts/Prelo-Medium-webfont.woff2') format('woff2'),    
         url('https://nuevasnarrativasec.github.io/pataz-compendio/fonts/Prelo-Medium-webfont.woff') format('woff');
         
}
@font-face {
    font-family: 'preloextrabold';
    src: url('https://nuevasnarrativasec.github.io/pataz-compendio/fonts/Prelo-ExtraBold-webfont.woff2') format('woff2'),
         url('https://nuevasnarrativasec.github.io/pataz-compendio/fonts/Prelo-ExtraBold-webfont.woff') format('woff');

}

@font-face {
    font-family: 'prelobook';
    src: url('../fonts/Prelo-Book-webfont.woff2') format('woff2'),
         url('../fonts/Prelo-Book-webfont.woff') format('woff'); 

}
/*
@font-face {
    font-family: 'prelomedium'; 
    src: url('../fonts/Prelo-Medium-webfont.woff2') format('woff2'),
         url('../fonts/Prelo-Medium-webfont.woff') format('woff'),;

}*/
@font-face {
    font-family: 'prelosemibold';   
    src: url('../fonts/Prelo-SemiBold-webfont.woff2') format('woff2'),
         url('../fonts/Prelo-SemiBold-webfont.woff') format('woff');
  

}


.clear{
    clear: both;
}

#header{
    margin-bottom: 50px;
    width: 100%;
}
    .header-comercio{   
        /*background: #000; */
        padding: 5px 0;
        position: relative;
        width: 100%;
        z-index: 9999999;
    }
        .ctn-header-comercio{
            margin: 0 auto;     
            max-width: 1024px;
            padding: 0 5px;
        }
            .ctn-header-comercio a{
                display: inline-block;                
                text-indent: -9999px;
            }
                a.logo-comercio{
                    background: url(https://d1ts5g4ys243sh.cloudfront.net/proyectos_especiales_prod/especiales-multimedia/somos-35-anos-mejores-portadas-ecpm/img/logo-comercio.png?v2) no-repeat 0 0;
                    background-size: 100%;
                    height: 30px;
                    margin-top: 10px;
                    width: 110px;
                }
                #social,
                #social-2{
                    position: absolute;
                    right: 0;
                    top: 0;
                }
                     #social ul,
                     #social-2 ul{
                        display: inline-block;
                        margin: 0 auto;
                        padding: 0;
                        vertical-align: middle;
                    }
                        #social ul li,
                        #social-2 ul li{
                            display: inline-block;
                            margin: 0 3px;
                            vertical-align: middle;
                        }
                            #social ul li a,
                            #social-2 ul li a{
                                height: 36px;
                                width: 36px;
                            }
                            #fb{
                                background: url(https://d1ts5g4ys243sh.cloudfront.net/proyectos_especiales_prod/especiales-multimedia/abuso-infantil/img/fb-icon-negro.png?v2) no-repeat 0 0;
                                background-size: 100% !important;
                                border: none;
                                color: transparent;
                                display: inline-block;
                                height: 36px;
                                text-indent: -9999px;
                                width: 36px;
                            }
                            #wst{                
                                background: url(https://d1ts5g4ys243sh.cloudfront.net/proyectos_especiales_prod/especiales-multimedia/abuso-infantil/img/wsp-icon-negro.png?v2) no-repeat 0 0 !important;
                                background-size: 100% !important;
                                border: none;
                                color: transparent;
                                display: none;
                                height: 36px;
                                text-indent: -9999px;
                                width: 36px;
                            }
                            #tw{            
                                background: url(https://d1ts5g4ys243sh.cloudfront.net/proyectos_especiales_prod/especiales-multimedia/abuso-infantil/img/tw-icon-negro.png?v2) no-repeat 0 0 !important;
                                background-size: 100% !important;
                                border: none;
                                color: transparent;
                                display: inline-block;
                                height: 36px;
                                text-indent: -9999px;
                                width: 36px;
                            }
        
                
.box-cabecera{
    /*background: url('https://d1ts5g4ys243sh.cloudfront.net/proyectos_especiales_prod/especiales-multimedia/fujimori-muerte/img/bg-portada.jpg') no-repeat center top;*/
    overflow: hidden;
    position: relative;
    z-index: 9999999;
    height: 100vh;
    background-size: cover;
}    
    .box-cabecera video{
        object-fit: cover;
    }
    .layer{
        background: rgba(0,0,0,0.35);
        bottom: 0;
        font-size: 0;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
    }
    .box-main-titular{
        left: 50%;
        max-width: 500px;
        position: absolute;
        bottom: 15%;
        transform: translate(-50%, -50%);
        z-index: 10;

        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
    }
        .box-main-titular img{
            display: inline-block;
            margin: 20% 0;
            max-width: 200px;
            vertical-align: top;
        }
        .titular{
            color: #fff;
            text-align: center;
            margin-bottom: 33px;
            /*text-shadow: 0 0 30px rgba(0,0,0,0.7);*/
        }
            .bajada{
                display: none;
                opacity: 0;
            }
                .bajada h1{
                    color: #fff;
                    font: 74px/0.8 "Noto Serif KR", serif;
                    font-weight: 800;
                    margin: 0 auto;
                    padding: 0;
                    text-align: center;
                }
                    .bajada h1 span{
                        display: block;
                        font: 22px/1.2 'prelomedium';
                        margin: 20px auto;
                    }
                    .separador-titulo{
                        background: #fff;
                        height: 1px;
                        margin: 30px auto;
                        width: 100px;
                    }
        .btn-empezar{
            background-color: #000;
            border-radius: 10px;
            color: #FDB802;
            cursor: pointer;
            font: 17px/1.2 "Noto Serif KR", serif;
            font-weight: 700;
            margin: 0 auto;
            max-width: 100px;
            padding: 10px;
            text-align: center;
        }  

.box-portada{
    margin-bottom: 100px;
    width: 100%;
}     

.main{
    padding: 0;   
    margin: 0 auto;
    text-align: center;
}
    .ctn-main{
        margin: 0 auto;
        width: 980px;
    }
        .slider-container {
            margin: auto;
            overflow: hidden;
            position: relative;
            width: 100%;
        }
        .slides {
            display: flex;
            transition: transform 0.5s ease-in-out;
            width: 400%;
        }
        .slide {
            width: 100%;
            /*flex: 1 0 25%;*/
        }
        .slide img {
            /*width: 100%;*/
            /*display: block;*/
        }
        .navigation {
            position: absolute;
            top: 10px;
            width: 100%;
            transform: translateY(-50%);
            text-align: center;
        }
        .nav-btn {          
            background-color: transparent;  
            border: none;
            cursor: pointer;
            margin: 0 55px;
            max-width: 40px;
            padding: 10px;            
        }
            .nav-btn img{

            }

        .box-header-interior{
            padding-top: 20px;
            position: relative;
        }
            .ctn-header-interior{
                left: 50%;
                position: absolute;
                transform: translate(-50%, 0);               
                width: 100%;
            }
                .box-header-dt{
                    margin: 0 auto 20px;
                    max-width: 600px;  
                    position: relative;
                    text-align: left;                  
                }
                    .box-header-dt img.logo-dt{
                        display: inline-block;
                        vertical-align: top;                    
                    }
                .ctn-header-interior img{
                    display: block;
                    margin: 0 auto;
                    max-width: 60px;
                }
                .box-header-interior h1{
                    font: 46px/1.2 "Noto Serif KR", serif;
                    font-weight: 700;
                    margin: 0 auto 15px;
                }
                    .box-header-interior h1 span{
                        display: block;
                        font-size: 22px;
                        line-height: 1.5;
                    }
                .box-header-interior p{
                    font: 15px / 1.4 'prelobook';
                    margin: 0 auto;
                    max-width: 600px;
                    text-align: center;
                }
                    .box-header-interior p b{
                        font-family:  'prelosemibold';   
                    }
            .slide .bg-header-desktop{
                display: block;
            }
            .slide .bg-header-movil{
                display: none;
            }
            #header-1{
               background: url('../img/bg-header-1.jpg') no-repeat center top;
               background-size: cover;
               min-height: 260px;
            }
            #header-2{
                background: url('../img/bg-header-2.jpg') no-repeat center top;
                background-size: cover;
                min-height: 260px;
            }
            #header-3{
                background: url('../img/bg-header-3.jpg') no-repeat center top;
                background-size: cover;
                min-height: 260px;
            }
            #header-4{
                background: url('../img/bg-header-4.jpg') no-repeat center top;
                background-size: cover;
                min-height: 260px;
            }
        .box-mapa{
            margin-top: 40px;
            position: relative;
        }
            .ctn-box-mapa-1,
            .ctn-box-mapa-2,
            .ctn-box-mapa-3,
            .ctn-box-mapa-4{
                margin: 0 auto;
                max-width: 456px;
                position: relative;
            }
            .ctn-box-mapa-2{
                max-width: 560px;
            }
            .ctn-box-mapa-3{
                max-width: 460px;
            }
            .ctn-box-mapa-4{
                max-width: 425px;
            }
                .icon-presiona{
                    max-width: 99px;
                    position: absolute;
                }
                    .icon-presiona-1{
                        left: 80px;
                        top: 70px;                        
                    }
                    .icon-presiona-2{
                        left: 50%;
                        top: 70px;
                        transform: translate(-50%,0);                        
                    }
                    .icon-presiona-3{
                        left: 50%;
                        top: 50px;
                        transform: translate(-50%,0);                        
                    }
                    .icon-presiona-4{
                        left: 10px;
                        top: 50px;                       
                    }
                .box-mapa h5{
                    color: #000;
                    font: 17px/1.2 'prelomedium'; 
                }
                .box-mapa svg{
                    cursor: pointer;
                    margin-top: 30px;
                    max-width: 100%;
                }
                    svg#mapa-1 .st0:hover,
                    svg#mapa-1 .st4:hover{
                        box-shadow: inset 2px 2px 2px #837e31;
                        fill: #d8cf55;
                    }
                    svg#mapa-2 .st33:hover{
                        box-shadow: inset 2px 2px 2px #799032;
                        fill: #799032;
                    }
                    svg#mapa-3 .st000:hover{
                        box-shadow: inset 2px 2px 2px #5e8698;
                        fill: #5e8698;
                    }
                    svg#mapa-4 .st1111:hover{
                        box-shadow: inset 2px 2px 2px #e9b02f;
                        fill: #e9b02f;
                    }

.box-popup{
    background-color: #fff;
    height: 100%;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    width: 100%;
}          
    .header-popup{
        position: relative;
    }
        .btn-volver{
            font: 17px/1.2 'prelomedium'; 
            cursor: pointer;
            left: 50%;
            position: absolute;
            transform: translate(-50%, 0);
            text-align: center;
            top: 50%;            
        }
.box-lista{
    position: relative;
}
    #districtContainer{
        margin-top: -80px;
    }
        .club-list {
            margin: 20px 0;
        }
        .club-item {
            border-bottom: 1px solid #bfbdbd;
            margin: 10px auto 20px;
            max-width: 350px;
            padding-bottom: 5px;      
            text-align: center;
        }
            .club-item img {
                height: 50px;
                width: 50px;                
            }
            .club-item span{
                display: block;
                font: 17px/1.3 'prelobook';
            }
        .division-title {
            font: 19px/1.2 'prelomedium';
            margin: 30px auto 20px;
            text-align: center;
            text-transform: uppercase;
        }
        .district-title {
            font: 26px/1.2 'prelosemibold';   
            margin-top: 30px;
            text-align: center;
        }
        .popup{
            display: none;
            z-index: 1000;
        }


    .main h2{
        color: #000;
        font: 17px/1.7 'prelomedium';
        font-weight: 500;
        margin: 50px auto;
        max-width: 420px;
        text-align: center;
    }
        h2 span {
            font-family: 'preloextrabold';
        }
        
    h3{
        color: #fff;
        font: 17px/1.2 "Noto Serif KR", serif;
        font-weight: 800;
        margin: 0 auto;
        max-width: 800px;
        padding: 14px 0;
        text-align: center;
    }
        h3 span{
            display: block;
            font-family: "actobook"; 
            font-size: 17px;
        }
    h4{
        font: 24px/1.3 "GuardianTextEgypt-Black";
        margin: 0 auto;
        
    }
    h5{
        color: #fd5e53;
        font: 4em/1.2 'actobold';
        margin: 0 auto;
        text-align: center;
    }
    p{
        font: 18px/1.4 "GuardianEgyp-Regular";
        max-width: 570px;
        margin: 20px auto;
        text-align: left;
    }
        span.resaltado{
            background: #fd5d53;
            color: #fff;
        }
    p.cita{
        font: 1.2em/1.5 'actomedium_italic';
        font-weight: bold;
    } 
    p.fuente{
        font-size: 1em;
    }  
    h6{
        background: #fff;
        color: #808080;
        font: 1em/1.2 'actobook';
        margin: 0 auto;
    }

    .box-item{
        border: 1px solid #AC9130;
        padding: 0 10px;
        box-sizing: border-box;
        display: inline-block;
        margin: 100px 50px 110px;
        max-width: 350px;
        position: relative;
        vertical-align: top;
    }
    .box-texto-item {
        border: 1px solid #AC9130;
        position: relative;
        padding: 0 20px 0;
    }
        .box-item h4{
            color: #fff;
            font-family: "Noto Serif KR", serif;
            font-size: 15px;
            font-weight: 500;
            line-height: 18px;
            margin: 20px auto;
            max-width: 300px;
            text-align: left;
        }
            .box-item h4 a{
                color: #000;
                font-size: 15px;
                font-weight: 700;
                line-height: 22px;
                text-align: left;
                text-decoration: none;
            }
                .box-item h4 a:hover{
                    text-decoration: underline;
                }
        .item{
            display: inline-block;
            margin: 0 auto;
            max-width: 300px;
            vertical-align: top;
            margin-top: -100px;
        }
           
            .item.juego{
                max-width: 1000px;
            }
        .solo{
            max-width: 100%;
        }
        .box-item p{
            color: #fff;
            font-size: 16px;
            margin: 5px auto 20px;
            max-width: 300px;
        }
        .oscuro{
            background-color: #AC9130 !important;
            color: #fff !important;
            margin: 0 0 -15px;
        }

    .box-iframe{
        margin: 80px auto 0;
        max-width: 800px;
    }

.main-items{
    margin: 0 auto;
    max-width: 900px;
    padding-top: 60px;
}

.box-footer{

}
    .box-footer ul{
        margin: 80px auto 0;
        padding: 0;
    }
        .box-footer ul li{
            font: 13px/1.2 'prelomedium';
            margin-bottom: 8px;
        }
            .box-footer ul li span{
                font-family: 'prelosemibold';
            }
            
#video-desktop{
    display: block;
}
#video-movil{
    display: none;
}

/** mapa 1 **/
.st0 {
    fill: #dfd9a7;
}

.st1 {
    isolation: isolate;
}

.st2 {
    fill: #dccf46;
}

.st3 {
    fill: #dddedf;
}

.st4 {
    fill: #ded7a8;
}

/** mapa 2 **/
.st00 {
    fill: none;
}

.st11 {
    isolation: isolate;
}

.st22 {
    fill: #fff;
}

.st33 {
    fill: #9ab75c;
}

.st44 {
    fill: #70912c;
}

.st55 {
    fill: #dddedf;
}

.st66 {
    clip-path: url(#clippath);
}

/** mapa 3 **/
.st000 {
    fill: #98cfdf;
}

.st111 {
    isolation: isolate;
}

.st222 {
    fill: #5c99ac;
}

.st333 {
    fill: #dddedf;
}

/** mapa 4 **/
.st0000 {
    isolation: isolate;
}

.st1111 {
    fill: #f4dba6;
}

.st2222 {
    fill: #dddedf;
}

.st3333 {
    fill: #f8b01a;
}


@media only screen and (max-width: 980px){

    #social ul li a.wst{
        display: block;
    }  
    .box-cabecera{        
        background-size: cover;
    }
    .box-header-dt{
        margin: 0 auto 40px;
        padding: 0 10px;
    }
    #social{
        right: 10px;
    }
    .ctn-header-interior{
        left: inherit;
        position: inherit; 
        transform: inherit; 
        width: 100%;
    }
        .ctn-header-interior span{
            display: none;
        }

    #header-1 {
        /*background: inherit;
        background-color: rgb(107, 32, 32);*/
        background: url(../img/bg-header-1-movil.jpg) no-repeat center top;
        background-size: 100%;
        min-height: inherit;
    }
    #header-2 {
        background: url(../img/bg-header-2-movil.jpg) no-repeat center top;
        background-size: 100%;
        min-height: inherit;
    }
    #header-3 {
        background: url(../img/bg-header-3-movil.jpg) no-repeat center top;
        background-size: 100%;
        min-height: inherit;
    }
    #header-4 {
        background: url(../img/bg-header-4-movil.jpg) no-repeat center top;
        background-size: 100%;
        min-height: inherit;
    }

    .icon-presiona-2{
        top: 12px;
    }
    .icon-presiona-3{
        top: 15px;
    }
    .icon-presiona-4 {
        left: 50%;
        top: 15px;
        transform: translate(-50%, 0);
    }
    .ctn-box-mapa-1, 
    .ctn-box-mapa-2, 
    .ctn-box-mapa-3, 
    .ctn-box-mapa-4{
        max-width: 100%;
    }

    .box-header-interior h1{
        font-size: 2.2rem;
    }
    .box-header-interior h1 span{
        font-size: 19px;
    }
    .box-header-interior p{
        /*max-width: 320px;*/
        max-width: 90%;
    }
    .navigation{
        /*top: 356px;*/
    }
    .box-mapa {
        margin: 35px auto 0;
        width: 95%;       
    }
    .icon-presiona-1{
        left: 20px;
        max-width: 125px;
        top: 43px;
    }
    #districtContainer{
        margin-top: 0;
    }
    .ctn-main{
        width: 95%;
    }
    .box-main-titular{
        bottom: 10%;
        left: inherit; 
        max-width: 100%; 
        position: absolute;
        top: inherit;
        /* top: 65%; */
        transform: none;       
        /*-ms-transform: translate(-50%, -50%);*/
        -webkit-transform: none; 
        
        width: 100%;
        z-index: 10;
    }
        .titular h1{
            font-size: 45px;
        }
        .bajada{
            border: none;
            width: 100%;            
        }
            .bajada h2{
                font-size: 22px;
            }   
    #wst{
        display: inline-block;
    }

    .full-height-minus-header {
        /** height: calc(40vh - 50px) !important;**/
    }

    .fadein img{
        height: 100%;
        background-size: cover;
        left: -50%;
        width: 200%;
    }

    .cifras{
        width: 100%;
    }

    h1 span{
        display: block;
    }
    .border{
        border: none;
        padding: 0;
    }

    .box-main-titular img{
        display: block;
        margin: 40px 30px;
    }
    .box-item{
        margin-bottom: 120px;
    }
        .box-item h4{
            max-width: 250px;
        }
        .box-item p{
            max-width: 250px;
        }
    .logo-comercio-negro{
        display: none;
    }
    .ctn-header-interior .logo-ecdata-negro {
        float: left;
        margin: 10px;        
    }
    .box-iframe{
        margin-bottom: 20px;
    }
    .main{
        /*padding: 50px 20px;*/
        width: 100%;
    }
    .bajada h1{
        max-width: 300px;
    }
    .main-items{
        padding-top: 80px;
    }
    .box-item{
        margin: 50px auto;
        margin-bottom: 120px;
    }

    #video-desktop{
        display: none;
    }
    #video-movil{
        display: block;
    }
    .btn-empezar{
        font: 1.4rem / 1.3 "Noto Serif KR", serif;
        font-weight: 700;
        max-width: 40%;
    }

    .prevBtn{
        left: 20%;
        margin: 0; 
        max-width: 48px;   
        padding-top: 0;
        position: absolute;
        top: -8px;
    }
    .nextBtn{
        right: 20%;
        margin: 0;   
        max-width: 48px; 
        padding-top: 0;
        position: absolute;
        top: -8px;
    }
    .btn-volver{
        font-size: 30px;
    }

}


/** Marshall **/

.full-height {
    height: 100vh
}

.full-height-minus-header {
    height: 100vh;
    position: relative;
}
.hed-video {
    -o-object-fit: cover;
    object-fit: cover;
    min-height: 100%;
    min-width: 100%;
    -webkit-transition: none;
    transition: none;
}

/** grids **/

.boardz ul{
    /* flex-direction: column; */
    flex: none !important;
    /* justify-content: space-between; */
    display: block;
    list-style-type: none; 
    padding: 4px 0px 4px 0px;
    vertical-align: top;
    width: 100%;
}
    .beautiful li{
        background: #fff;
        border-radius: 0 !important;
        display: inline-block;
        max-height: 488px;
        max-width: 350px;
        padding: 0 !important;
        vertical-align: top;
    }







span.credito{
    font: 14px/1.2 'actobook';
    display: block;
    text-align: center;
}

.footer{
    background: #000;
}
    .footer img{
        display: block;
        margin: 0 auto;
        max-width: 100px;
        padding: 15px 0;
    }



#videoBG{
        width: 100vw;
        height: 100vh;
        object-fit: cover;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
} 

