/*
Theme Name: Camera of Wonders
Theme URI: http://dupla.mx
Author:  Dupla
Description: Camera of Wonders
*/
@charset "UTF-8";

/*
font-family: 'Lato', sans-serif;
font-family: 'EB Garamond', serif;
*/

html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-weight: 300;
    font-size: 16px;
    overflow: initial;
    font-family: 'Lato', sans-serif;
}

a{
    text-decoration: none;
}

img{
    border: none;
}

.clear{
    clear: both;
}

li:active{
    outline: none;
    background-color: #fff;
}

li:focus{
    outline: none;
    background-color: #fff;
}

a:active{
    outline: none;
    background-color: #fff;
}

a:focus{
    outline: none;
    background-color: #fff;
}
/*Home*/

nav.menu{
    height: 60px;
    background-color: #fff;
    display: none;
    position: fixed;
    z-index: 5;
    width: 100%;
    left: 0;
    top: 0;
    border-top: 20px solid #fff;
    border-bottom: 1px solid #000;
}

.wrapper{
    width: 100%;
    margin-top: 80px;
    position: absolute;
    min-height: 
    -o-calc(100% - 80px);
    min-height: 
    
    
    
    -moz-calc(100% - 80px);
    min-height: 
    
    
    
    
    
    
    -webkit-calc(100% - 80px);
    min-height: calc(100% - 80px);
}

.wrapper header{
    width: 98%;
    position: relative;
    margin: auto;
    margin-top: -40px;
}

.wrapper header h1{
    color: transparent;
    font-size: 0px;
    text-align: center;
        margin-bottom: 60px;
    margin-top: -60px;
}

.wrapper header h1 img{
    width: 90%;
    height: auto;
}

nav.menu_home{
    width: 100%;
    border-top: 1px solid #000;
    margin-top: -61px;
    position: relative;
}

nav.menu_home ul{
    padding: 0;
    margin: 0;
}

nav.menu_home ul li{
    list-style: none;
    height: 100px;
    border-bottom: 1px solid #000;
    /* text-align: center; */
    display: inline-table;
    width: 100%;
    font-size: 24px;
    font-weight: 400;
    font-family: 'EB Garamond', serif;
}

.centrar{
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
}

nav.menu_home a{
    color: #000;
    padding-top: 49px;
    padding-bottom: 32px;
}

footer{
    width: 200px;
    position: relative;
    margin-top: 10px;
    margin-bottom: 30px;
    /* text-align: center; */
    padding-top: 20px;
        margin-left: auto;
    margin-right: auto;
}

footer span{
    background-color: #ffce00;
    text-transform: uppercase;
    font-size: 12px;
    margin: auto;
    padding-left: 5px;
    padding-right: 5px;
    /* margin-left: 10px; */
}

footer .logo_uno{
    width: 60px;
    height: 60px;
    float: left;
    margin-right: 20px;
    background-image: url(../img/logo_dos.jpg);
    background-size: 60px;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: 10px;
}

footer .logo_dos{
    height: 60px;
    float: left;
    width: 100px;
    background-image: url(../img/kadist.png);
    background-size: 100px;
    background-position: center;
    background-repeat: no-repeat;
}

/*menu*/

nav.menu{}

nav.menu a{}

nav.menu .menu_1{
    width: 80px;
    background-color: #000;
    height: 
    
    
    
    -o-calc(100% + 1px);
    height: 
    
    
    
    -moz-calc(100% + 1px);
    height: 
    
    
    
    -webkit-calc(100% + 1px);
    height: calc(100% + 1px);
    color: #fff;
    padding-left: 20px;
    line-height: 60px;
    font-size: 12px;
    float: left;
    position: relative;
    /*border-bottom: 1px solid #fff;*/
}

nav.menu .menu_1 .mini-flecha{
    background-image: url(../img/flechas.png);
    width: 20px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 0px 19px;
}

nav.menu .menu_2{
    width: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    -o-calc(100% - 100px);
    width: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    -moz-calc(100% - 100px);
    width: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    -webkit-calc(100% - 100px);
    width: calc(100% - 120px);
    float: left;
    padding-left: 20px;
    line-height: 58px;
    border-top: 1px solid #000;
    color: #000;
    font-size: 14px;
    position: relative;
    border-bottom: 1px solid #fff;
}

nav.menu .menu_2 .mini-flecha{
    background-image: url(../img/flechas.png);
    width: 20px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 0px -41px;
}


/*mapa*/

.content_map{
    position: relative;
    width: 100%;
    height: 250px;
}

.mapa{
    width: 100%;
    height: 100%;
}

#map_canvas{
    width: 100%;
    height: 250px;
}

.mapa_over{
    position: absolute;
    z-index: 4;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.info_mapa{
    width: -o-calc(100% - 10px);
    width: -moz-calc(100% - 10px);
    width: -webkit-calc(100% - 10px);
    width: calc(100% - 10px);
    margin: auto;
        max-width: 310px;
    margin: 30px 40px;

}

.info_mapa h2{
    font-family: 'EB Garamond', serif;
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 0;
}

.info_mapa p{
    margin: 0;
}

.info_mapa p span{}

.info_mapa  ul{
    margin: 0;
    padding-left: 30px;
    margin-bottom: 20px;
}

.info_mapa ul li{
    list-style: none;
    list-style-image: url('../img/guion.png');
    line-height: 24px;
    margin-bottom: 5px;
}


nav.menu_interior{
    width: 100%;
    border-top: 1px solid #000;
    /* margin-top: 60px; */
    position: relative;
}

nav.menu_interior ul{
    padding: 0;
    margin: 0;
}

nav.menu_interior ul li{
    list-style: none;
    height: 100px;
    border-bottom: 1px solid #000;
    display: inline-table;
    width: 
    
    
    
    
    -o-calc(100% - 40px);
    width: 
    
    
    
    
    -moz-calc(100% - 40px);
    width: 
    
    
    
    
    -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
    font-size: 21px;
    font-weight: 400;
    font-family: 'EB Garamond', serif;
    position: relative;
    padding-right: 40px;
}

nav.menu_interior a{
    color: #000;
    padding-top: 35px;
    padding-bottom: 27px;
}

nav.menu_interior.menu_foto{}

nav.menu_interior.menu_foto span{
    padding-left: 120px;
}

.foto{
    width: 99px;
    height: 100px;
    position: absolute;
    background-repeat: no-repeat;
    /* background-color: #000; */
    background-size: cover;
    background-position: center;
    border-right: 1px solid #000;
}


div.audio{
    width: 20px;
    height: 20px;
    position: absolute;
    top: 10px;
    right: 10px;
    background-repeat: no-repeat;
    background-image: url(../img/video.png);
    background-size: 24px;
    background-position: -2px -50px;   
}


div.video{

    width: 20px;
    height: 20px;
    position: absolute;
    top: 10px;
    right: 10px;
    background-repeat: no-repeat;
    background-image: url(../img/video.png);
    background-size: 24px;
    background-position: -2px -2px;
}


/*audio*/

.content_audio{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.content_audio iframe{
    position: absolute;
    width: 100%;
    height: 100%;
}

.slider{
    width: 100%;
    position: relative;
    height: -o-calc(100% - 40px);
    height: -moz-calc(100% - 40px);
    height: -webkit-calc(100% - 40px);
    height: calc(100% - 40px);
    background-color: #000;
}

.slider .slide{
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
}

audio{}

.controlesA{
    width: 100%;
    height: 40px;
    background: #000;
    position: absolute;
    bottom: 0px;
    left: 0px;
    /* opacity: 0.5; */
    margin-top: 2px;
    z-index: 4;
    /* border-top: 1px solid #fff; */
}

.slide_over{
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 5;
}

.controlA{}

.btnPlayA{
    background-image: url(../img/play_new_01.png);
    width: 69px;
    height: 43px;
    position: absolute;
    bottom: 10px;
    left: 10px;
    /* border-right: 1px solid #fff; */
    /* display: none; */
    background-size: 241px;
    background-position: -8px -127px;
    background-repeat: no-repeat;
    z-index: 5;
    cursor: pointer;
    background-color: rgba(31, 47, 46, 0.69);
    border-radius: 4px;
}

/*.btnPlayA:hover{
    background-color: #fff;
    background-position: -167px -129px;
}*/

.btnPauseA{
    background-image: url(../img/play_new_01.png);
    width: 69px;
    height: 43px;
    position: absolute;
    bottom: 10px;
    left: 10px;
    /* border-right: 1px solid #fff; */
    display: none;
    background-size: 241px;
    background-position: -8px -8px;
    background-repeat: no-repeat;
    background-color: rgba(31, 47, 46, 0.69);
    border-radius: 4px;
}

/*.btnPauseA:hover{
    background-color: #fff;
    background-position: -167px -10px;
}*/

.progressBarA{
    position: absolute;
    width: calc(100% - 100px);
    width: 
    -moz-calc(100% - 100px);
    width: 
    -webkit-calc(100% - 100px);
    width: 
    -o-calc(100% - 100px);
    height: 1px;
    background-color: #fff;
    top: 19px;
    border-radius: 6px;
    left: 50px;
    display: none;
}

.timeBarA{
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    height: 3px;
    background-color: #02797e;
    border-radius: 6px;
}

.info{
    width: 30px;
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 3;
    padding-right: 10px;
    color: #fff;
    text-align: right;
    margin-top: 12px;
    /* border-left: 1px solid #fff; */
    height: 19px;
    cursor: pointer;
    font-size: 12px;
    background-color: rgba(31, 47, 46, 0.69);
    line-height: 19px;
    font-weight: 400;
}


/*audio texto*/

.content_info{
    position: absolute;
    /* background-color: #000; */
    color: #000;
    border-bottom: 1px solid #fff;
    padding: 10px;
    width: -o-calc(100% - 20px);
    width: -moz-calc(100% - 20px);
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
    display: block;
    top: -o-calc(100% + 1px);
    top: -moz-calc(100% + 1px);
    top: -webkit-calc(100% + 1px);
    top: calc(100% + 1px);
    height: auto;
    margin-bottom: 40px;
}

.content_info h3{
    margin:0;
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: 300;
    text-transform: uppercase;
}

.content_info h4{
    margin:0;
    margin-bottom: 5px;
    font-size: 15px;
    font-weight: 300;
}

.content_info h5{
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 14px;
    margin: 0;
}

.content_info p{
    margin: 0;
    font-size: 16px;
    line-height: 26px;
    margin-top: 20px;
}

/*video texto*/

video{
    width: 100%;
    height: 100%;
    background-color: #000;
}

.controles{
    width: 80px;
    height: 60px;
    background-color: #fff;
    position: absolute;
    z-index: 5;
    top: -o-calc(50% - 30px);
    top: -moz-calc(50% - 30px);
    top: -webkit-calc(50% - 30px);
    top: calc(50% - 30px);
    left: -o-calc(50% - 40px);
    left: -moz-calc(50% - 40px);
    left: -webkit-calc(50% - 40px);
    left: calc(50% - 40px);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    top: -o-calc(50% - 25px);
    top: -moz-calc(50% - 25px);
    top: -webkit-calc(50% - 25px);
    top: calc(50% - 25px);
    left: -o-calc(50% - 25px);
    left: -moz-calc(50% - 25px);
    left: -webkit-calc(50% - 25px);
    left: calc(50% - 25px);

}

.control{
    width: 70px;
    height: 50px;
    border: 1px solid #000;
    margin: auto;
    position: relative;
    top: 4px;
    width: 100%;
    height: 100%;
    border:none;
    top: 0;
}

.btnPlay{
    width: 100%;
    height: 100%;
    background-image: url(../img/playvideo.png);
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: center;
    cursor: pointer;
}

.playaudio{
    width: 70px;
    height: 50px;
    background-image: url(../img/playvideo.png);
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: center;
    cursor: pointer;
    border: 1px solid #000;
    width: 100%;
    height: 100%;
    border: none;
}

.playaudio_ext{
    width: 72px;
    height: 52px;
    position: absolute;
    top: 
    
    
    
    
    
    
    
    
    
    
    
    
    -o-calc(50% - 30px);
    top: 
    
    
    
    
    
    
    
    
    
    
    
    
    -moz-calc(50% - 30px);
    top: 
    
    
    
    
    
    
    
    
    
    
    
    
    -webkit-calc(50% - 30px);
    top: calc(50% - 30px);
    left: 
    
    
    
    
    
    
    
    
    
    
    
    
    -o-calc(50% - 40px);
    left: 
    
    
    
    
    
    
    
    
    
    
    
    
    -moz-calc(50% - 40px);
    left: 
    
    
    
    
    
    
    
    
    
    
    
    
    -webkit-calc(50% - 40px);
    left: calc(50% - 40px);
    background-color: #fff;
    padding: 4px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    padding:0;
    top: 
    
    
    
    
    
    
    
    
    
    
    
    
    -o-calc(50% - 25px);
    top: 
    
    
    
    
    
    
    
    
    
    
    
    
    -moz-calc(50% - 25px);
    top: 
    
    
    
    
    
    
    
    
    
    
    
    
    -webkit-calc(50% - 25px);
    top: calc(50% - 25px);
    left: 
    
    
    
    
    
    
    
    
    
    
    
    
    -o-calc(50% - 25px);
    left: 
    
    
    
    
    
    
    
    
    
    
    
    
    -moz-calc(50% - 25px);
    left: 
    
    
    
    
    
    
    
    
    
    
    
    
    -webkit-calc(50% - 25px);
    left: calc(50% - 25px);
    display: none!important;
}

/*LINEA DEL TIEMPO*/

nav.lineatiempo{
    position: fixed;
    top: 80px;
    width: 30px;
    left: 0;
    height: 
    
    
    
    
    
    
    
    
    -o-calc(100% - 80px);
    height: 
    
    
    
    
    
    -moz-calc(100% - 80px);
    height: 
    
    
    -webkit-calc(100% - 80px);
    height: calc(100% - 80px);
    z-index: 4;
}

.tiempo{
    width: 100%;
    position: relative;
    height: 6.6%;
    height: calc(100%/15);
    height: -o-calc(100%/15);
    height: -moz-calc(100%/15);
    height: -webkit-calc(100%/15);
    cursor: pointer;
}

.tiempo_int{
    background-color: #7c7e81;
    width: 4px;
    height: -o-calc(100% - 1px);
    height: -moz-calc(100% - 1px);
    height: -webkit-calc(100% - 1px);
    height: calc(100% - 1px);
    margin: 0px 0px 0px 1px;
}

.tiempo.act .tiempo_int{
    background-color: #02797e;
}


section.lineadeltiempo{
    padding-left: 20px;
}

article.decada{}

.anio{
    position: relative;
    z-index: 4;
    background-color: #fff;
}

.tit_anio{
    background-color: #fff;
    height: 80px;
    line-height: 80px;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100%;
    /*-webkit-transition-duration: 300ms;   
    transition-duration: 300ms;*/
}

.tit_anio h3{
    margin: 0;
    font-family: 'EB Garamond', serif;
    font-size: 24px;
}

.tit_anio_foto{
    width: 80px;
    height: 80px;
    float: left;
    margin-right: 20px;
    background-color: #EAEAEA;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.info_anio{
    padding-top: 90px;
    padding-right: 20px;
    z-index: 1;
}

.info_anio p{
    margin-top: 0;
    line-height: 26px;
}

.guion{}

.tit_anio{
    position: absolute;
    z-index: 4;
}

.tit_anio.act{
    position: fixed;
    top: 81px!important;
    right: 0px;
    width: 
    
    
    -o-calc(100% - 20px);
    width: 
    
    
    -moz-calc(100% - 20px);
    width: 
    
    
    -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
    /* z-index: 3; */
}

.content_creditos{
    width: -o-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
    margin: 40px auto 40px;
}

.content_creditos h4{
    font-family: 'EB Garamond', serif;
    font-size: 18px;
    font-weight: 400;
    margin: 0;
    margin-top: 20px;
}

.content_creditos p{
    margin: 0;
    line-height: 22px;
}


/*max logo*/


@media screen and (min-width: 500px){
    .wrapper header h1 img{
        width: 500px;
    }
}


@media screen and (min-width: 650px){
    .tit_anio{
        height: 82px;
        line-height: 82px;
    }
    .info_anio{
        padding-top: 90px;
    }
    .tit_anio_foto{
        width: 82px;
        height: 82px;
    }
}
@media screen and (max-width: 500px){

.info_mapa{
        margin: 30px auto;
    max-width: -o-calc(100% - 40px);
    max-width: -ms-calc(100% - 40px);
    max-width: -moz-calc(100% - 40px);
    max-width: -webkit-calc(100% - 40px);
    max-width: calc(100% - 40px);
}
}



















