/*
Theme Name: modulaciones
developer back-end:  Alejandro Sotelo 
developer URL: roalsome.com
Version: 1.0
*/
@charset "UTF-8";

/*
font-family: 'Roboto', sans-serif;
*/

html, body{
    width: 100%;
    height:100%;
    margin:0;
    padding:0;
    font-weight: 400;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
}

body.act_img{
    overflow: hidden;
}

a{
    text-decoration: none;
    color: #000;
}

.clear{
    clear: both;
}

::-moz-selection {
background: #FFEB3B;
}
::selection {
    background: #FFEB3B;
}

/*header*/
header{
    height: 92px;
    position: fixed;
    top: 0;
    left: 0;
    border-bottom: 1px solid #e5e5e5;
    width: 100%;
    background-color: #fff;
    z-index: 20;
    transition: top 600ms;
}

.header_int{
    width: 1180px;
    margin: auto;
    text-align: right;
    position: relative;
}

.logo{
    width: 280px;
    height: 92px;
    position: absolute;
    top: 0;
    left: 0;
}

.logo img{
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

.menu_ul{
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    display: inline-block;
    border-right: 1px solid #e5e5e5;
    -webkit-transition: height 600ms;
    transition: height 600ms;
}

.menu_li{
    list-style: none;
    float: left;
    border-left: 1px solid #e5e5e5;
}

.menu_li div{
    /* height: 92px; */
    padding: 0px 40px;
    letter-spacing: 3px;
    font-size: 14px;
    font-weight: 500;
    color: #666;
    transition: 300ms;
}

.menu_li:hover div{
    background-color: #f8f8f8;
}

.menu_li.act div{
    background-color: #f8f8f8;
}

.menu_li.idioma{
    width: 30px;
    height: 92px;
}

.menu_li.idioma div{
    height: 30px;
    line-height: 30px;
    width: 92px;
    text-align: center;
    padding: 0;
    transform: rotate(-90deg) translate(-31px, -31px);
}

/*contenido*/
.wrapper{
    padding-top: 71px;
    min-height: -o-calc(100vh - 116px);
    min-height: -ms-calc(100vh - 116px);
    min-height: -moz-calc(100vh - 116px);
    min-height: -webkit-calc(100vh - 116px);
    min-height: calc(100vh - 116px);
}

.content_image{
    min-height: -o-calc(100vh - 170px);
    min-height: -ms-calc(100vh - 170px);
    min-height: -moz-calc(100vh - 170px);
    min-height: -webkit-calc(100vh - 170px);
    min-height: calc(100vh - 170px);
    width: 100%;
    position: fixed;
    text-align: center;
    transition: background 600ms;
}

.image{
    width: 100%;
    height: 100%;
    position: absolute;
}

.helper{
    display: inline-block;
    vertical-align: middle;
    width: 1px;
    height: 100%;
}

.image img{
    display: inline-block;
    vertical-align: middle;
    max-width: -o-calc(100% - 20px);
    max-width: -ms-calc(100% - 20px);
    max-width: -moz-calc(100% - 20px);
    max-width: -webkit-calc(100% - 20px);
    max-width: calc(100% - 20px);
    max-height: 100%;
    width: auto;
    height: auto;
    margin-right: 10px;
}

.flecha{
    width: 60px;
    height: 60px;
    position: absolute;
    top: -o-calc(50% - 30px);
    top: -ms-calc(50% - 30px);
    top: -moz-calc(50% - 30px);
    top: -webkit-calc(50% - 30px);
    top: calc(50% - 30px);
    cursor: pointer;
    background-repeat: no-repeat;
}

.flecha.f_l{
    left: -o-calc(50% - 580px);
    left: -ms-calc(50% - 580px);
    left: -moz-calc(50% - 580px);
    left: -webkit-calc(50% - 580px);
    left: calc(50% - 580px);
    background-image: url(img/f_l.png);
    background-position: -15px center;
    transition: left 600ms;
}

.flecha.f_r{
    right: -o-calc(50% - 580px);
    right: -ms-calc(50% - 580px);
    right: -moz-calc(50% - 580px);
    right: -webkit-calc(50% - 580px);
    right: calc(50% - 580px);
    background-image: url(img/f_r.png);
    background-position: 25px center;
    transition: right 600ms;
}

.content{}

.content.c_i_border{
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
    width: 100%;
    background-color: #fff;
    position: absolute;
    top: -o-calc(100vh - 10px);
    top: -ms-calc(100vh - 10px);
    top: -moz-calc(100vh - 10px);
    top: -webkit-calc(100vh - 10px);
    top: calc(100vh - 10px);
    left: 0;
    min-height: -o-calc(100vh - 66px);
    min-height: -ms-calc(100vh - 66px);
    min-height: -moz-calc(100vh - 66px);
    min-height: -webkit-calc(100vh - 66px);
    min-height: calc(100vh - 130px);
    transition: top 600ms;
}

.content_int{
    width: 1180px;
    margin: auto;
    bottom: 0;
    position: relative;
    min-height: -o-calc(100vh - 93px);
    min-height: -ms-calc(100vh - 93px);
    min-height: -moz-calc(100vh - 93px);
    min-height: -webkit-calc(100vh - 93px);
    min-height: calc(100vh - 93px);
}

.columna{
    width: -o-calc(100%/3);
    width: -ms-calc(100%/3);
    width: -moz-calc(100%/3);
    width: -webkit-calc(100%/3);
    width: calc(100%/3);
    float: left;
    position: relative;
    height: 10px;
}

.text_info .columna{
    width: 50%;
    float: right;
    z-index: 6;
}

.ficha{
    position: absolute;
    top: 20px;
    left: 0;
    width: 280px;
    padding: 15px 15px 30px;
    background-color: #f8f8f8;
    font-weight: 300;
    /* transition: top 600ms; */
    z-index: 6;
    width: 250px;
}

.columna .ficha{
    width: 240px;
    width: 250px;
}

.ficha_int{
    line-height: 22px;
}

.ficha_int h2{
    margin: 0px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
    font-weight: 500;
}

.ficha_int p{
    margin: 0;
}

.ficha_int p span{
    font-style:italic;
}

.ficha_int i{
    font-style: italic;
    font-weight: 700;
}

.redes{
    width: auto;
    height: 40px;
    padding-bottom: 40px;
    position: absolute;
    bottom: 0;
    text-align: center;
    right: 205px;
}

.red_ul{
    padding: 0;
    margin: 0;
    list-style: none;
}

.red_ul li{
    display: inline-block;
}

.red{
    width: 40px;
    height: 40px;
    display: inline-block;
    background-image: url(img/redes.png);
    background-size: 30px;
    background-color: #f8f8f8;
    vertical-align: top;
    cursor: pointer;
}

.red.fb{
    background-position: 5px 5px;
}
.red.gp{
    background-position: 0px -30px;
    }
.red.tw{
    background-position: 5px -55px;
    }
.red.im{
    background-position: 0px -90px;
    }
.red.sh{
    background-position: 0px -120px;
}

.red.info_i{
    background-image: inherit;
    line-height: 40px;
    font-style: italic;
    font-weight: 700;
    text-align: center;
    width: auto;
    padding: 0px 10px;
}

.columna audio{
    position: absolute;
    bottom: 40px;
    right: 0;
    width: 200px;
    padding: 4px 2px;
    background-color: #f8f8f8;
    height: 32px;
}

.text_info{
    width: -o-calc(100%/3 * 2);
    width: -ms-calc(100%/3 * 2);
    width: -moz-calc(100%/3 * 2);
    width: -webkit-calc(100%/3 * 2);
    width: calc(100%/3 * 2);
    float: right;
}

.image_x{
    width: 100%;
    height: auto;
    display: none;
}

.image_x img{}

.texto_info{
    width: -o-calc(100%/12 * 5);
    width: -ms-calc(100%/12 * 5);
    width: -moz-calc(100%/12 * 5);
    width: -webkit-calc(100%/12 * 5);
    width: calc(100%/12 * 5);
    float: left;
    padding-left: -o-calc(100%/4);
    padding-left: -ms-calc(100%/4);
    padding-left: -moz-calc(100%/4);
    padding-left: -webkit-calc(100%/4);
    padding-left: calc(100%/4);
    margin-bottom: 40px;
}

.texto{}

.texto h1{
    font-size: 18px;
    font-weight: 500;
}

.texto h2{
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 24px;
    margin-top: 12px;
    margin-bottom: 25px;
}

.texto p{
    font-weight: 300;
    line-height: 170%;
    margin-top: 0px;
    font-size: 16px;
}

.columna_txt{}

.c_i_border.act .ficha{
    position: fixed;
    top: 71px;
    left: -o-calc(50% - 590px);
    left: -ms-calc(50% - 590px);
    left: -moz-calc(50% - 590px);
    left: -webkit-calc(50% - 590px);
    left: calc(50% - 590px);
}

.content.c_i_border.acts .text_info{
    width: -o-calc(100%/4);
    width: -ms-calc(100%/4);
    width: -moz-calc(100%/4);
    width: -webkit-calc(100%/4);
    width: calc(100%/4);
    float: right;
    margin-top: 28px;
    -webkit-animation-name: columna;
    -webkit-animation-duration: 1200ms;
    animation-name: columna;
    animation-duration: 1200ms;
}

@-webkit-keyframes columna {
    0%   {opacity: 0;}
    100% {opacity: 1;}
}

@keyframes columna {
    0%   {opacity: 0;}
    100% {opacity: 1;}
}

.content.c_i_border.acts .texto_info{
}

.content.c_i_border.acts .image_x{
    width: 100%;
    height: auto;
    display: block;
}

.image_x img{
    max-width: 100%;
    height: auto;
}

.content.c_i_border.acts .redes{
    position: relative;
    bottom: inherit;
    padding: 0;
    text-align: left;
    display: none;
}

.content.c_i_border.acts .text_info .columna{
    width: 100%;
    float: inherit;
    height: auto;
}

.content.c_i_border.acts .columna audio{
    width: -o-calc(100% - 4px);
    width: -ms-calc(100% - 4px);
    width: -moz-calc(100% - 4px);
    width: -webkit-calc(100% - 4px);
    width: calc(100% - 4px);
    bottom: inherit;
    position: relative;
    margin: 10px 0px;
}

.content.c_i_border.acts .red.info_i{
    display: none;
}

body.act_img .image{
    position: fixed;
    height: 100vh;
    top: 0;
}

body.act_img header{
    top: -100px;
    transition: top 600ms;
}

body.act_img .flecha.f_l{
    left: -40px;
}

body.act_img .flecha.f_r{
    right: -40px;
}

body.act_img .content.c_i_border{
    top: -o-calc(100vh + 300px);
    top: -ms-calc(100vh + 300px);
    top: -moz-calc(100vh + 300px);
    top: -webkit-calc(100vh + 300px);
    top: calc(100vh + 300px);
    transition: top 600ms;
}

body.act_img .c_i_border .ficha{
    top: 100vh;
}

body.act_img .columna{top: 100vh;}

body.act_img .columna audio{
}

body.act_img .columna .redes{
}

body.act_img .content_image{
    top: 0;
    height: 100vh;
    background-color: #fff;
    z-index: 5;
}

.inicio{
    width: 1px;
    height: 1px;
    position: absolute;
    top: -66px;
}

.content_post{
        width: 1220px;
        margin: 0px auto 40px;
        background-color: #fff;
        z-index: 2;
        position: relative;
}

.post{
    width: -o-calc(25% - 40px);
    width: -ms-calc(25% - 40px);
    width: -moz-calc(25% - 40px);
    width: -webkit-calc(25% - 40px);
    width: calc(25% - 40px);
    float: left;
    margin: 20px;
    position: relative;
    background-color: #f8f8f8;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.3);
}

.post_image{
    width: -o-calc(100% - 2px);
    width: -ms-calc(100% - 2px);
    width: -moz-calc(100% - 2px);
    width: -webkit-calc(100% - 2px);
    width: calc(100% - 2px);
    padding-bottom: 56%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin: 1px;
}

.post_info{
    font-weight: 300;
    margin: 0px 10px;
    line-height: initial;
}

.post_info h3{
    margin-bottom: 0px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 14px;
}

.c_i_border.acts .text_info.acth{
    position: fixed;
    top: 65px;
    width: 295px;
    right: -o-calc(50% - 590px);
    right: -ms-calc(50% - 590px);
    right: -moz-calc(50% - 590px);
    right: -webkit-calc(50% - 590px);
    right: calc(50% - 590px);
}

.btn-video{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: none;
    width: 100%;
    padding-bottom: 56.6%;
    margin-bottom: 12px;
    position: relative;
    cursor: pointer;
}
.content.c_i_border.acts .text_info .btn-video{
    display: block;
}

.icon_play{
    width: 60px;
    height: 50px;
    background-image: url(img/play.png);
    background-repeat: no-repeat;
    background-position: center;
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    border-radius: 7px;
    left: -o-calc(50% - 30px);
    left: -ms-calc(50% - 30px);
    left: -moz-calc(50% - 30px);
    left: -webkit-calc(50% - 30px);
    left: calc(50% - 30px);
    top: -o-calc(50% - 25px);
    top: -ms-calc(50% - 25px);
    top: -moz-calc(50% - 25px);
    top: -webkit-calc(50% - 25px);
    top: calc(50% - 25px);
}


.over_video{
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: #fff;
    top: 0px;
    left: 0px;
    display: none;
}

.table{
    display: table;
    width: 100%;
    height: 100%;
    position: absolute;
    vertical-align: middle;
}

.table_cell{
    display: table-cell;
    vertical-align: middle;
}

.over_video .video{
    width: -o-calc(100% - 200px);
    width: -ms-calc(100% - 200px);
    width: -moz-calc(100% - 200px);
    width: -webkit-calc(100% - 200px);
    width: calc(100% - 200px);
    position: relative;
    margin: auto;
    z-index: 5;
}

.over_video .video_int{
    position: relative;
    width: 100%;
    padding-bottom: 56.6%;
}

.over_video .video_int iframe{
    position:absolute;
    width:100%;
    height:100%;
    top:0px;
    left:0px;
}

.cerrar_video{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    cursor: pointer;
}

.cerrar_icon{
    width: 40px;
    height: 40px;
    background-image: url(img/cerrar.png);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 6;
    cursor: pointer;
}

.c_i_border.actdos .text_info.acth.actb{
    position: absolute;
    bottom: 0;
    top: inherit;
    right: 0;
}

.modulaciones{
    margin-bottom: 100px;/*
    width: -o-calc(100%/3 * 2);
    width: -ms-calc(100%/3 * 2);
    width: -moz-calc(100%/3 * 2);
    width: -webkit-calc(100%/3 * 2);*/
    width: 100%;
    /*float: right;*/
}

.modulacion{
    border-bottom: 1px solid #e5e5e5;
}

.modulacion_int{
    padding: 50px 0px;
    position: relative;
    cursor: pointer;
}

.modulacion_int h2{
    letter-spacing: 3px;
    font-size: 14px;
    font-weight: 600;
    color: #666;
    text-transform: uppercase;
    margin: 0;
}

.modulacion_art{
    padding-left: -o-calc(100%/12);
    padding-left: -ms-calc(100%/12);
    padding-left: -moz-calc(100%/12);
    padding-left: -webkit-calc(100%/12);
    padding-left: calc(100%/12);
    padding-bottom: 30px;
    display: none;
}

.artist{
    padding: 10px 0px;
    border-bottom: 1px dotted #e5e5e5;
}

.artist h3{
    font-weight: 700;
    margin: 0;
    font-size: 15px;
    float: left;
    letter-spacing: 1px;
}

.artist .anio{
    font-size: 14px;
    font-weight: 300;
}

.artist p{
    font-size: 14px;
    font-weight: 300;
}

.artist p span{
    font-style:italic;
}

.artist_img{
    width: 100px;
    height: auto;
    float: left;
    margin-right: 20px;
    position: relative;
}

.artist_img img{
    width: auto;
    height: auto;
    max-width: 100px;
    max-height: 200px;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.3);
}

.artist h3{
}

.artist:last-child{
    border-bottom: none;
}

.icon_detalle{
    position: absolute;
    right: 0px;
    top: -o-calc(50% - 10px);
    top: -ms-calc(50% - 10px);
    top: -moz-calc(50% - 10px);
    top: -webkit-calc(50% - 10px);
    top: calc(50% - 10px);
    width: 20px;
    height: 20px;
    background-color: #f8f8f8;
    line-height: 20px;
    text-align: center;
}

.modulacion.act .icon_detalle::after{
    content:'-';
}


.icon_detalle::after{
    content: '+'
}

.modulaciones_txt{
    width: -o-calc(100%/3 - 40px);
    width: -ms-calc(100%/3 - 40px);
    width: -moz-calc(100%/3 - 40px);
    width: -webkit-calc(100%/3 - 40px);
    width: calc(100%/3 - 40px);
    float: left;
    padding-top: 50px;
}

.modulaciones_txt p{
    font-weight: 300;
    line-height: 170%;
    margin-top: 0px;
    font-size: 16px;
}

.modulaciones_txt.act{
    left: -o-calc(50% - 590px);
    left: -ms-calc(50% - 590px);
    left: -moz-calc(50% - 590px);
    left: -webkit-calc(50% - 590px);
    left: calc(50% - 590px);
    top: 66px;
    position: fixed;
    width: 353px;
}

.home{
    width: 100%;
    height: -o-calc(100vh - 66px);
    height: -ms-calc(100vh - 66px);
    height: -moz-calc(100vh - 66px);
    height: -webkit-calc(100vh - 66px);
    height: calc(100vh - 66px);
    position: relative;
    overflow: hidden;
}

.home_imagen{
    width: 100%;
    height: 100%;
    position:absolute;
    top: 0px;
    left: 0px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
}

.columna{}

.columna .info{
    max-width: -o-calc(100% - 40px);
    max-width: -ms-calc(100% - 40px);
    max-width: -webkit-calc(100% - 40px);
    max-width: -moz-calc(100% - 40px);
    max-width: calc(100% - 40px);
    font-weight: 300;
    line-height: 160%;
    font-size: 15px;
    padding: 20px 0px;
    margin: auto;
}

.columna .info ul{
    padding: 0;
    list-style: none;
    margin-top: 0px;
}

.columna .info li{}

.columna .info h2{
    letter-spacing: 3px;
    font-size: 14px;
    font-weight: 600;
    color: #666;
    text-transform: uppercase;
    margin: 0;
}

.columna .info p{
    margin-top: 0px;
}

.content.planea{padding-top: 30px;}

.content.planea .content_int{
    width: 1220px;
}

.columna.plan{
    /*border-right: 1px solid #e5e5e5;*/
    width: -o-calc(100%/3 - 41px);
    width: -ms-calc(100%/3 - 41px);
    width: -moz-calc(100%/3 - 41px);
    width: -webkit-calc(100%/3 - 41px);
    width: calc(100%/3 - 1px);
    height: auto;
    /* margin-right: 40px; */
    min-height: 360px;
}

.columna.plan:last-child{
    border-right: none;
}

.columna.plan.col_uno{
    border-right: 1px solid #e5e5e5;
}

.columna.plan.col_dos{}

.columna.plan.col_tres{}

.columna.plan.col_uno .info{
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 600;
    color: #666;
}

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

.columna.plan.col_dos .info{
    font-size: 15px;
}

.columna.plan.col_tres .info{
    font-size: 15px;
}

.columna .info li::before{
    content:'- ';
    padding-right:10px;
    font-weight:600;
}

.ficha_tecnica{
    bottom: 20px;
    right: -o-calc(50% - 590px);
    right: -ms-calc(50% - 590px);
    right: -moz-calc(50% - 590px);
    right: -webkit-calc(50% - 590px);
    right: calc(50% - 590px);
    position: absolute;
}

.ficha_tecnica .ficha{
    position: relative;
}

.ficha_tecnica p{
}

.ficha_tecnica p span{
    /* font-size: 15px; */
    /* font-weight: 500; */
    /* color: #000; */
    /* text-transform: uppercase; */
    font-style: italic;
}
.artistas{padding: 50px 0px 100px;}

.artistas .artist{}

.artistas .artist_img{
    width: 50px;
}

.artistas .artist_img img{
    max-width: 130px;
    max-height: 130px;
}

.iconos{
    position: absolute;
    right: 0;
}

.iconos .icon{
    width: 20px;
    height: 20px;
    background-color: #f8f8f8;
    display: inline-block;
    background-image: url(img/iconos.png);
    background-size: 18px;
    background-repeat: no-repeat;
}

.iconos .icon.i_audio{
    background-position: 1px 1px;
    background-position: 1px -71px;
}
.iconos .icon.i_image{
    background-position: 1px -35px;
}
.iconos .icon.i_video{
    background-position: 1px 1px;
}


.content.creditos .columna{
    width: -o-calc(25% - 2px);
    width: -ms-calc(25% - 2px);
    width: -moz-calc(25% - 2px);
    width: -webkit-calc(25% - 2px);
    width: calc(25% - 2px);
    height: auto;
    min-height: 330px;
}

.content.creditos{
    padding-top: 30px;
}

.columna.cred.col_uno .info{

}

.columna.cred{
    border-right: 1px solid #e5e5e5;

}


.text_xtra{
    padding: 40px 0px;
    font-size: 16px;
}

.text_xtra_int{
    margin: auto;
    line-height: 180%;
    font-weight: 300;
    width: -o-calc(50% - 40px);
    width: -ms-calc(50% - 40px);
    width: -moz-calc(50% - 40px);
    width: -webkit-calc(50% - 40px);
    width: calc(50% - -200px);
}

.ficha_info{
    font-weight: 300;
    font-size: 15px;
    line-height: 170%;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.category_img img{
    max-width: 80%;
}

.ficha_info p{}

.modulaciones_iconos{
    top: 50%;
    position: fixed;
    transform: translateY(-50%);
    left: 0px;
    background-color: #fff;
    border-right: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    z-index: 10;
}

 .icon{
    width: 40px;
    height: 40px;
    border-bottom: 1px solid #e5e5e5;
    cursor: pointer;
    background-image: url(img/redes.png);
    background-size: 30px;
    background-repeat: no-repeat;
}

 .icon:hover{
    width: 37px;
    border-left: 3px solid #e5e5e5;
}

 .icon.fb:hover{
    background-position: 3px 5px;
}

 .icon.tw:hover{
    background-position: 3px -55px;
}

 .icon.f_l{
    line-height: 40px;
    text-align: center;
    background: inherit;
}
.icon.f_r{
    line-height: 40px;
    text-align: center;
    background: inherit;
}

.icon.f_l::before{
    content: '>';
}
.icon.f_r::before{
    content: '<';
}

.icon.fb{
    background-position: 5px 5px;
}
.icon.tw{
    background-position: 5px -55px;
}

.menu_li.m_redes{}

.menu_li div.m_red{
    width: 30px;
    height: 30px;
    padding: 0;
    border-bottom: 1px solid #e5e5e5;
    cursor: pointer;
    background-image: url(img/redes.png);
    background-size: 30px;
    background-repeat: no-repeat;
    transition: 300ms;
}

.menu_li div.m_red:hover{
    background-color: #e5e5e5;
}

.menu_li div.m_red.m_fb{
    background-position: 0px 0px;
}

.menu_li div.m_red.m_tw{
    background-position: 0px -60px;
}

.menu_li div.m_red.m_in{
    background-position: center;
    background-image: url(img/in.png);
}


.menu_li:hover div.m_red{
}

.dupla{
    position: absolute;
    right: 0;
    top: 0px;
}

.dupla::after{
    content: " >";
}

.dupla::before{
    content: "</ ";
}


/*footer*/
footer{}

.footer_int{
    max-width: 1400px;
    margin: auto;
    line-height: 20px;
    font-size: 12px;
    position: relative;
}

.footer_int p{
    margin: 0;
}


.red_ul_txt_info{
    padding: 0;
    margin: 0;
    list-style: none;
    display: none;
}

.info_cerrar{
    background-image: inherit;
    line-height: 40px;
    font-style: italic;
    font-weight: 700;
    text-align: center;
    width: auto;
    padding: 0px 10px;
}

.c_i_border.acts .text_info.acth .red_ul_txt_info{
    display:block;
}

.content.c_i_border.acts .text_info.acth .red_ul_txt_info .red.info_cerrar{
    display: block;
    margin-bottom: 10px;
}


.modulaciones_flechas{
    top: 50%;
    position: fixed;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0px;
    background-color: #fff;
    border-right: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    z-index: 10;
}


.modulaciones_flechas .icon{
    border-right: none;
    border-left: 1px solid #e5e5e5;
    position: relative;
}


.modulaciones_flechas .icon:hover{
    border-right: 3px solid #e5e5e5;
}

.post_icon{
    position: absolute;
    right: 100%;
    width: 210px;
    border: 1px solid #e5e5e5;
    background-color: #fff;
    transition: 300ms;
    opacity: 0;
    overflow: hidden;
    height: 80px;
    display: none;
}

.post_icon .post_image{
    width: 80px;
    height: 80px;
    padding: 0;
    margin: 0;
    float: right;
}

.post_icon .post_info{
    float: right;
    width: -o-calc(100% - 90px);
    width: -ms-calc(100% - 90px);
    width: -moz-calc(100% - 90px);
    width: -webkit-calc(100% - 90px);
    width: calc(100% - 90px);
    margin: 0px 5px;
    text-align: right;
}

.post_icon .post_info h3{
    margin: 0;
    letter-spacing: 1px;
    text-align: right;
    font-style: italic;
    font-weight: 700;
    text-transform: inherit;
    line-height: 140%;
}

.icon.f_l .post_icon{
    bottom: -1px;
}

.icon.f_l:hover .post_icon{
    opacity: 1;
    display: block;
}

.icon.f_r .post_icon{
    top: -1px;
}

.icon.f_r:hover .post_icon{
    opacity: 1;
    display: block;
}

.artist_info{
    float: left;
    width: -o-calc(100% - 120px);
    width: -ms-calc(100% - 120px);
    width: -moz-calc(100% - 120px);
    width: -webkit-calc(100% - 120px);
    width: calc(100% - 120px);
}

.btn_responsive{
    display: none;
}


.artistas.artist_int{
}

.artistas.artist_int .artist{
    min-height: 153px;
    position: relative;
    padding: 0;
    height: auto;
}

.artistas.artist_int .artist img{}

.artistas.artist_int .artist h2{
        letter-spacing: 3px;
        font-size: 14px;
        font-weight: 600;
        color: #666;
        text-transform: uppercase;
        margin: 0;
}

.artistas.artist_int .artist_info{
    width: 303px;
    margin-right: 20px;
    height: 100%;
    position: relative;
    margin-top: 10px;
}

.artistas.artist_int .artist_info h3{
    float: inherit;
}

.obra{
    float: left;
    margin: 10px;
    min-height: 130px;
}

.obra_img{
    float: left;
    margin-right: 10px;
    border: 1px dotted #e5e5e5;
}

.obra_img img{
    max-width: -o-calc(100vw - 60px);
    max-width: -ms-calc(100vw - 60px);
    max-width: -webkit-calc(100vw - 60px);
    max-width: -moz-calc(100vw - 60px);
    max-width: calc(100vw - 60px);
    max-height: 130px;
    width: auto;
    height: auto;
}

.obra_info{
    float: left;
    width: 170px;
    margin-right: 20px;
}

.obra_info h3{
    font-weight: 700;
    font-size: 14px;
}

.obra_info span{
    font-weight: 300;
    font-size: 14px;
}


.ficha_int h1 i{
    font-style: italic;
    font-weight: 700;
}

.ficha_int h1{
    font-weight: 300;
    font-size: 14px;
    margin: 0;
}

.post_icon .post_info p{
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 14px;
    margin: 5px 0px;
}

.post_icon .post_info h3 span{
    font-weight: 300;
    font-size: 13px;
}

.modulaciones .artist h3{
    float: initial;
}
.modulaciones .artist p{
    margin: 5px 0px;
}

.contenedor_de_obras{
    float: left;
    width: -o-calc(100% - 323px);
    width: -ms-calc(100% - 323px);
    width: -moz-calc(100% - 323px);
    width: -webkit-calc(100% - 323px);
    width: calc(100% - 323px);
}

.dato{margin-top: 20px;/* font-style: italic; */}

.dato p{}

audio::-internal-media-controls-download-button {
    display:none;
}
img{
    user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
}

.qtranxs_language_chooser{
    list-style: none;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    display: inline-block;
    border-right: 1px solid #e5e5e5;
}
.lang-es.active,.lang-en.active{
    display: none;
}
.lang-en,.lang-es{
        width: 30px;
}
ul li a span{    
    width: 92px;
    text-align: center;
    padding: 0;
    -ms-transform: rotate(-90deg) translate(-31px, -31px);
    -webkit-transform: rotate(-90deg) translate(-31px, -31px);
    transform: rotate(-90deg) translate(-31px, -31px);
    height: 30px;
    line-height: 30px;
    display: inline-block;
}
.menu_li.idioma div{
    height: 0px;
}


.artistas.artist_int .obra{
    margin-right: 0;
}

.artistas.artist_int .obra .obra_img{
    margin: 0;
}

.artistas.artist_int .obra .obra_info{
    display: none;
}

/*error*/
.wrapper.w_error{
    min-height: -o-calc(100vh - 130px);
    min-height: -ms-calc(100vh - 130px);
    min-height: -moz-calc(100vh - 130px);
    min-height: -webkit-calc(100vh - 130px);
    min-height: calc(100vh - 150px);
    text-align: center;
}

.wrapper.w_error h4{
    margin: 40px 0px 0px;
    letter-spacing: 3px;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
}

.wrapper.w_error h2{
    font-weight: 400;
    color: #000;
    font-size: 200px;
    margin: auto;
    letter-spacing: 20px;
}

.wrapper.w_error p{
    font-size: 12px;
    margin-top: 0px;
}

.wrapper.w_error p a{
    color: #666;
    border: 1px solid #e5e5e5;
    padding: 15px 25px;
    margin-top: 30px;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.wrapper.w_error p a::before{
    content: "< ";
    padding-right: 5px;
}

.content_error{
    max-width: 500px;
    margin: 30px auto;
}

.texto h1{
    font-style: italic;
    display: none;
}

/*header*/
.header_int{
        width: -o-calc(100% - 40px);
        width: -ms-calc(100% - 40px);
        width: -moz-calc(100% - 40px);
        width: -webkit-calc(100% - 40px);
        width: calc(100% - 40px);
    }
    .ficha_tecnica{
        right: 20px;
    }
   


    .logo{
        width: 190px;
        height: 62px;
        top: 5px;
    }
    .menu_ul{
            position: absolute;
    left: -20px;
    width: 100vw;
    top: 71px;
    z-index: 6;
    overflow: hidden;
    height: auto;
    border: none;
    background-color: #fff;
    height: 0;
    }
    header{
        height: 70px;
    }
    header.act .menu_ul{
        height: calc(100vh - 72px);
    }
    .menu_li div{
        border: none;
        height: -o-calc(100vh/6 - 10px);
        height: -ms-calc(100vh/6 - 10px);
        height: -moz-calc(100vh/6 - 10px);
        height: -webkit-calc(100vh/6 - 10px);
        height: calc(100vh/6 - 10px);
        display: table-cell;
        text-align: center;
        width: 100vw;
        vertical-align: middle;
    }
    .menu_li{
        float: initial;
        width: 100%;
        text-align: center;
        border: none;
        /* height: -webkit-calc(100vh/6 - 1px); */
        /* height: calc(100vh/6 - 1px); */
        /* display: inline-block; */
        /* text-align: center; */
        /* width: 100vw; */
        /* vertical-align: middle; */
        border-bottom: 1px solid #e5e5e5;
    }
    .menu_li.m_redes {
        width: 180px;
        margin: auto;
        border: none;
    }
    .menu_li div.m_red{
        height: 40px;
        width: -o-calc(100%/3);
        width: -ms-calc(100%/3);
        width: -moz-calc(100%/3);
        width: -webkit-calc(100%/3);
        width: calc(100%/3);
        float: left;
        border: none;
    }
    .menu_li div.m_red.m_fb{
        background-position: center 3px;
    }
    .menu_li div.m_red.m_tw {
        background-position: center -56px;
    }
    .linea{
        width: 30px;
        height: 1px;
        background-color: #000;
        margin: 8px 5px;
    }
    .btn_responsive{
        display: block;
        position: absolute;
        right: 0;
        top: 14px;
        cursor: pointer;
    }
    .menu_li.idioma{
        width: auto;
        height: auto;
        border: none;
    }
    .menu_li.idioma div{
        transform: inherit;
        width: auto;
    }

    ul li a span{
        display: inline-block;
        transform: inherit;
        padding: 0px 10px;
        width: auto;
    }
    .lang-en, .lang-es{
        width: auto;
    }
    .qtranxs_language_chooser{
        border: none;
    }
/*header fin*/


@-moz-document url-prefix() {
    .modulaciones_flechas{
        border-bottom: 1px solid #fff;
    }
}

