@charset "UTF-8";

/*
font-family: 'Rubik', sans-serif;
font-family: 'Montserrat', sans-serif;
*/



html, body{
    width: 100%;
    min-height: 100vh;
    margin:0;
    padding:0;
    font-weight: 300;
    font-size: 14px;
    font-family: 'Rubik', sans-serif;
    -webkit-overflow-scrolling: touch;
    color: #000;
    background-color: #fff;
}
body.header_activo{
    overflow: hidden;
}
body.hidden{
    overflow: hidden;
}

a{
    text-decoration: none;
    color: currentColor;
}

.clear{
    clear: both;
}

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

header{
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #000;
    color: #fff;
    z-index: 5;
    height: 70px;
    transition: height 300ms;
    transition-timing-function: ease;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
}
.header_int{
    width: calc(100% - 1.2rem);
    margin: 0px auto;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    height: auto;
    transition: height 300ms;
    transition-timing-function: ease;
}
.header_int .logo{
    width: 50px;
    height: 50px;
    background-image: url(../img/logo.png);
    background-size: 50px;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}
.header_int .logo h1{
    display: none;
}
header .menu{
    width: auto;
    display: flex;
    justify-content: flex-end;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.05em;
    padding: 0;
    margin: 20px 0px 0px;
}

header .menu_i{
    list-style: none;
    padding: 0px;
    margin: 0px;
    height: min-content;
}

header .menu_i a,
header .menu_i span{
    padding: 10px 8px;
    margin: 0px;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.03em;
    font-weight: 400;
    position: relative;
    display: block;
}

header .menu_i > span{
    cursor: pointer;
    display: block;
}
header .menu_i > a::before,
header .menu_i > span::before{
    content: '';
    width: 0px;
    height: 2px;
    background-color: currentColor;
    top: 33px;
    left: 8px;
    transition: 300ms;
    transition-timing-function: ease;
    display: block;
    position: absolute;
}
.w_sub::after{
    content: '';
    display: block;
    clear: both;
}

.submenu{
    padding: 0;
    list-style: none;
    position: relative;
    top: 0;
    right: 0px;
    text-align: right;
    width: fit-content;
    white-space: nowrap;
    /* overflow: hidden; */
    /* height: 0px; */
    /* opacity: 0; */
    width: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    float: right;
    padding-top: 20px;
    display: none;
}

.menu_i_sub{
    text-align: right;
    right: 0;
    opacity: 0;
    transition: opacity 300ms;
    transition-delay: 600ms;
    transition-timing-function: ease;

}
.menu_i_sub > a,
.menu_i_sub > span{
    padding:10px 8px;
}

@keyframes opacidad{
    from{
        opacity: 0;
        transform: translateY(-10px);
    }
    to{
        opacity: 1;
        transform: translateY(0px);
    }
}

header .menu_i .menu_i_sub a,
header .menu_i .menu_i_sub span{
    padding: 15px 8px;
    position:relative;
    display: inline-block;
    cursor: pointer;
}

.c_logo{
        display: flex;
    align-items: center;
}
.titulo_fijado{
    margin-left: 10px;
    opacity: 0;
    transition: 300ms;
}
.titulo_fijado h2{
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.03em;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0;
}

.autorVisible .titulo_fijado{
    opacity: 1;
}

.menu_i_sub a::before,
.menu_i_sub span::before{
    content:'';
    position:absolute;
    bottom:0px;
    left: 8px;
    display:block;
    width:0px;
    height:1px;
    transition:300ms;
    transition-timing-function:ease;
    background-color:currentColor;
}



.wrapper{
    width: 100%;
    padding-top: 120px;
    padding-bottom: 150px;
    min-height: -o-calc(100vh - 270px);
    min-height: -ms-calc(100vh - 270px);
    min-height: -moz-calc(100vh - 270px);
    min-height: -webkit-calc(100vh - 270px);
    min-height: calc(100vh - 270px);
}
.wrapper.w_home{
    padding: 70px 0px 100px;
}

.contenido{
    width: 1280px;
    margin: 0px auto;
}
.biografia{}
.biografia .titulo{
    margin-bottom: 50px;
}
.biografia .titulo h1{
    font-weight: 100;
    font-size: 52px;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
}
.biografia .titulo p{
    margin: 0;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.03em;
    font-weight: 300;
}
.info_slide{
    position: relative;
}
.boton_slide{
    border-bottom: 1px solid #e5e5e5;
    display: flex;
    margin-bottom: 40px;
    position: -webkit-sticky;
    position: sticky;
    top: 70px;
    background-color: #fff;
    z-index: 2;
    
}

.privado_slide .boton_slide{
    z-index: inherit;
top: initial;position: relative;
    overflow: auto;
    white-space: nowrap;
}

.boton_slide .boton{
    padding: 10px 0px;
    color: #555;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    letter-spacing: 0.03em;
    font-weight: 400;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: -1px;
    margin-right: 30px;
    cursor: pointer;
}
.boton_slide .boton.act{
    border-bottom: 1px solid #000;
    color: #000;
}


.bio{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row-reverse;
}
.parrafo{
    width: calc(100%/3 * 2 - 20px);
}
.parrafo a,
.texto a,
.p_sidebar a,
.o_video_int a{
    text-decoration: underline;
    text-decoration-color: rgb(0 0 0 / 20%);
}
.parrafo > *{
    max-width:700px;
}
.parrafo::after{
    content: '';
    clear: both;
    display: block;
}
.parrafo iframe{
        width: 700px;
    height: 394px;
}

/*.parrafo > p,
.parrafo > b,
.parrafo > i,
.parrafo > hr,
.parrafo > span,
.parrafo > h1,
.parrafo > h2,
.parrafo > h3,
.parrafo > h4,
.parrafo > h5,
.parrafo > h6{
    clear: both;
}*/
.parrafo img{
    max-width: 100%;
    height: auto;
    display: block;
    margin: 15px 0px;
}
.parrafo img.alignleft, .parrafo .alignleft{
    max-width: calc(100% - 15px);
    float: left;
    margin: 0px 15px 15px 0px;
}
.parrafo img.alignright, .parrafo .alignright{
    max-width: calc(100% - 15px);
    float: right;
    margin: 0px 15px 0px 15px;
}
.parrafo img.aligncenter, .parrafo .aligncenter{
    max-width: 100%;
    margin: 30px auto;
    display: block;
}
.parrafo .wp-caption{
    margin: 15px 0px;
}
.parrafo .wp-caption img{}
.parrafo .wp-caption p{
    margin: 0px;
    font-family: 'Roboto', sans-serif;
    font-size: 11px;
    text-align: center;
    color: #888888;
}

.parrafo p{}
.bio > *{
    line-height: 160%;
}
.slide_contenido{
    width: 100%;
    display: none;
}
.slide_contenido.act{
    display: block;
}
.parrafo > *:first-child{
    margin-top: 0px;
}
.p_sidebar > *:first-child{
    margin-top: 0px;
}

.p_sidebar{
    width: -o-calc(100%/3 - 20px);
    width: -ms-calc(100%/3 - 20px);
    width: -moz-calc(100%/3 - 20px);
    width: -webkit-calc(100%/3 - 20px);
    width: calc(100%/3 - 20px);
    position: -webkit-sticky;
    position: sticky;
    top: 120px;
}
.p_sidebar img{
    max-width: 100%;
    max-height: calc(100vh - 180px);
    height: auto;
    width: auto;
    display: block;
}
.mosaico_obras{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 40px 20px;
    width: 100%;
}
.obra_post{
    height: fit-content;
}
.o_img{
    margin-bottom: 10px;
}
.label_artist{
    margin-bottom: 5px;
}
.o_img img{
    display: block;
}
.obra_post h3{
    margin: 0px 0px 0px;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.03em;
    font-family: 'Montserrat', sans-serif;
    word-break: break-all;
}
.obra_post p{
    margin: 0px;
    font-size: 12px;
    color: #555;
}
.fila_obra{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.fila_obra .columna_2_3{
    width: -o-calc(100%/3 * 2 - 20px);
    width: -ms-calc(100%/3 * 2 - 20px);
    width: -moz-calc(100%/3 * 2 - 20px);
    width: -webkit-calc(100%/3 * 2 - 20px);
    width: calc(100%/3 * 2 - 20px);
}
.fila_obra .columna_1_3{
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 400;
    width: -o-calc(100%/3 - 20px);
    width: -ms-calc(100%/3 - 20px);
    width: -moz-calc(100%/3 - 20px);
    width: -webkit-calc(100%/3 - 20px);
    width: calc(100%/3 - 20px);
    color: #555;
    top: 80px;
    position: -webkit-sticky;
    position: sticky;
}
.fila_obra .columna_1_3 p{
    margin: 0px 0px 5px;
}
.obra_imagen.columna_2_3{
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 60px;
    border-bottom: 1px solid #e5e5e5;
    height: -o-calc(100vh - 180px);
    height: -ms-calc(100vh - 180px);
    height: -moz-calc(100vh - 180px);
    height: -webkit-calc(100vh - 180px);
    height: calc(100vh - 180px);
}
.obra_imagen.columna_2_3 img{
    max-height: 100%;
    display: block;
}
.oi_titulo{
    font-size: 12px;
    letter-spacing: 0.03em;
    font-weight: 400;
    margin-bottom: 20px;
    color:#000;
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
}
.oi_titulo h1{
    font-weight: 300;
    font-size: 20px;
    margin: 0;
}
.oi_titulo p{
    margin: 0px;
}
.obra_imagen.columna_2_3 p{}
.obra_imagen.columna_2_3 .oi_titulo h1{}
.obra_imagen.columna_2_3 .oi_titulo p{}
.columna_2_3 .texto{
    max-width: 700px;
    width: 100%;
}
.columna_2_3 .texto img{
    max-width: 100%;
    height: auto;
    display: block;
}
.columna_2_3 .texto iframe{
    width: 700px;
    height: 392px;
}
.columna_2_3 .texto > *{
    line-height: 160%;
}
.columna_2_3 .texto p{}
.extra{
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 30px;
    padding-bottom: 20px;
}
.extra .texto_fila{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.extra .texto_fila .columna_fila{
    width: -o-calc(100% - 110px);
    width: -ms-calc(100% - 110px);
    width: -moz-calc(100% - 110px);
    width: -webkit-calc(100% - 110px);
    width: calc(100% - 110px);
}
.extra p{
    margin: 0px 0px 10px;
    color: #555;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    letter-spacing: 0.03em;
    font-weight: 400;
}
.extra strong,
.extra b{
    font-weight: 400;
    color: #000;
}
.columna_2_3 .texto .extra p strong,
.columna_2_3 .texto .extra p b{
    color: #000;
} 
.columna_1_3{}
.columna_1_3.contenedor_segunda_img{
    margin-left: 10px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    position: -webkit-sticky;
    position: sticky;
    top: 71px;
}
.columna_1_3.contenedor_segunda_img img{
    margin-top: 10px;
    max-width: 200px;
    opacity: 0;
    position:-webkit-sticky;
    position:sticky;
    top:71px;
    transition: 300ms;
}
.extra .texto_fila .columna_fila:first-child{
    width: 100px;
}
.contenedor_segunda_img.act img{
    opacity: 1;
}

footer{
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    border-top: 1px solid #e5e5e5;
}
footer .fila{
    width: 100%;
}
footer .fila .footer_int{
    width: 1280px;
    margin: 0px auto;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    align-items: flex-end;
}
footer .fila.fila_color{
    background-color: #e5e5e5;
    padding: 10px 0px;
    font-size: 12px;
    letter-spacing: 0.03em;
}
footer .fila.fila_color .footer_int{
    margin:10px auto;
}
footer .columna_2_3{
    width: -o-calc(100%/3 * 2 - 20px);
    width: -ms-calc(100%/3 * 2 - 20px);
    width: -moz-calc(100%/3 * 2 - 20px);
    width: -webkit-calc(100%/3 * 2 - 20px);
    width: calc(100%/3 * 2 - 20px);
}
footer .columna_1_3{
    width: -o-calc(100%/3 - 20px);
    width: -ms-calc(100%/3 - 20px);
    width: -moz-calc(100%/3 - 20px);
    width: -webkit-calc(100%/3 - 20px);
    width: calc(100%/3 - 20px);
}
footer .columna{}

footer h3{
    margin: 0;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.03em;
    font-weight: 300;
}
footer h4{
    margin: 0;
    font-size: 12px;
    letter-spacing: 0.03em;
    font-weight: 300;
    text-transform: uppercase;
}
footer p{
    margin: 0;
    font-size: 12px;
    letter-spacing: 0.03em;
    font-weight: 400;
    color: #555;
    line-height: 180%;
}
footer a{
    color: #555;
    text-decoration: underline;
}
footer form{
    margin-top: 10px;
    display: flex;
}
footer form input{
    border: none;
    padding: 0px 0px;
    line-height: 30px;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    display: block;
    line-height: 24px;
    background-color: transparent;
    width: 100%;
    border-bottom: 1px solid #555;
}
footer form input.btn{
    width: 110px;
    background-color: transparent;
    border-left: 1px solid #555;
}

/*home*/
.slider_home{
    width: 100%;
    height: calc(100vh - 70px);
    position: relative;
    font-size: 10px;
    font-weight: 300;
}
.slide_home{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.over_slide{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    background-color: rgba(0, 0, 0, 0.2);
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.5)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}
.pie_foto{
    width: 1280px;
    margin: 0 auto 5px;
    color: #fff;
    font-size: 10px;
    font-weight: 300;
    text-align: left;
}
.pie_foto p{
    margin: 0px;
}
.banner_top_over .pie_foto{
    position: absolute;
    bottom: 0px;
}
.sl_menu{
    width: 100%;
    left: 0px;
    bottom: 120px;
    position: absolute;
}
.sl_menu_int{
    width: 1280px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sl_menu a,
.sl_menu span{
    color: #fff;
    padding: 10px 25px;
    margin: 0px;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.03em;
    font-weight: 400;
    position: relative;
    display: block;
    text-transform: uppercase;
}
.sl_menu a::after,
.sl_menu span::after{
    content: ' ';
    width: 1px;
    height: 30px;
    background-color: rgba(255, 255, 255, 0.3);
    position: relative;
    display: inline-block;
    vertical-align: middle;
    right: -26px;
}
.sl_menu a:last-child::after,
.sl_menu span:last-child::after{
    content: none;
}

.titulo_seccion{
    border-bottom: 1px solid #e5e5e5;
    margin: 50px 0px 20px;
    padding: 10px 0px 5px;
}
.titulo_seccion a{
    display: inline-block;
}
.titulo_seccion a > *{
    display: inline-block;
    vertical-align: middle;
}
.titulo_seccion h2{
    font-weight: 100;
    font-size: 28px;
    margin: 0;
    letter-spacing: 0.03em;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}
.titulo_seccion h3{
    font-weight: 200;
    font-size: 16px;
    margin: 0;
    letter-spacing: 0.03em;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;   
}
.titulo_seccion p{
    font-size: 12px;
    margin: 0px;
    color: #555;
    padding-left: 20px;
    position: relative;
    text-transform: uppercase;
}
.titulo_seccion p::before{
    content: '';
    width: 1px;
    height: 30px;
    background-color: #e5e5e5;
    display: block;
    position: absolute;
    left: 8px;
    top: -8px;
}
.post_grande .post_info{
    width: calc(100%/3 - 10px);
}
.post_info h3{
    margin: 10px 0px 0px;
    font-weight: 200;
    font-size: 14px;
    letter-spacing: 0.03em;
    font-family: 'Montserrat', sans-serif;
}
.post_info h3 b{
    font-weight: 500;
    font-size: 13px;
}
.galeria .post_info h3 b{
    margin: 10px 0px 0px;
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 0.03em;
    color: #000;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}

.seccion_expo .post_info p.fecha{
    border-top: 1px solid #55555529;
    margin: 10px 0px;
    padding-top: 10px;
}
.post_info .parrafo{
    margin-top: 30px;
    line-height: 140%;
}
.seccion_expo .post_info .parrafo p{
    text-transform: initial;
    margin: 0;
}

.seccion_expo{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    margin: 0px auto 40px;
}
.post_grande{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.seccion_expo .post{
    width: calc(100%/3 - 10px);
}
.post_img{
    width: 100%;
    padding-bottom: 60%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.post_grande .post_img{
    width: calc(100%/3 * 2 - 10px);
    padding: 0px;
}
.post_grande .post_img_i{
    width: 100%;
    padding-bottom: 60%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.post{
    width: 100%;
}
.mosaico_tres{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 50px 20px;
}
.break_amarillo{
    background-color: #ffde00;
    margin: 80px 0px;
    padding: 40px 0px;
}
.break_amarillo .texto h2{
    font-weight: 300;
    font-size: 52px;
    margin: 0 0 30px;
    font-family: 'Montserrat', sans-serif;
    line-height: 110%;
}
.break_amarillo .texto{
    width: 600px;
    margin: auto;
}
.break_amarillo .texto iframe{
    width: 600px;
    height: 336.6px;
}
.break_amarillo .texto > *{
    line-height: 180%;
}
.break_amarillo .texto p{
    margin: 20px 0px;
}
.break_amarillo .texto > *:last-child{
    margin-bottom: 0px;
}
.texto a{
    text-decoration: underline;
}
.texto img,
.texto img.aligncenter, .texto .wp-caption.aligncenter, .aligncenter{
    max-width: 100%;
    height: auto;
    display: block;
}
.wp-caption{
    font-size: 12px;
    margin: 20px 0px;
}
.wp-caption p{
    margin:4px 0px 0px;
}
.texto img.alignleft, .texto .alignleft, .texto .wp-caption.alignleft{
    float: left;
    margin: 20px 20px 20px 0px;
    max-width: calc(100% - 20px);
}
.texto img.alignright, .texto .alignright, .texto .wp-caption.alignright{
    float: right;
    margin: 20px 0px 20px 20px;
    max-width: calc(100% - 20px);
}
.texto::after{
    content: '';
    display: block;
    clear: both;
}


.carrusel_publicaciones{
    width: 100%;
    /* overflow: hidden; */
}
.publicaciones{
    width: calc(100%/6 - 100px/6);
    display: block;
    white-space: normal;
    display: inline-block;
    margin: 0px 20px 0px 0px; 
    vertical-align: top;
}
.publicaciones .post_img{
    padding: 0px;
    width: 100%;
    position: relative;
    padding-bottom: 150%;
}
.publicaciones .post_img_i{
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    top: 0;
    left: 0;
}
.publicaciones .post_img img{
    max-width: 100%;
    height: auto;
    display: block;
    max-height: 100%;
    width: auto;
}
.publicaciones .post_info{
    height: auto;
}
.post_info h3{}

.carrusel_publicaciones_int{
    white-space: nowrap;
    width: auto;
    overflow: hidden;
}

.galeria{
    width: 100%;
}
.galeria_int{
    white-space: nowrap;
    width: auto;
    overflow: hidden;
}
.galeria .post{
    width: calc(100%/3 - 13.33px);
    display: inline-block;
    white-space: normal;
    margin: 0px 20px 0px 0px;
    vertical-align: top;
}
.galeria_entrevistas.galeria .post{
    width: calc(100%/4 - 13.33px);
}
.mosaico_cuatro{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 60px 20px;
}
footer{
    background-color: #ffde00;
    padding: 20px 0px 40px;
}
.footer_int{
    width: 1280px;
    margin: auto;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
footer .logo{
    width: 25%;
    padding: 20px 0px;
}
footer .logo h1{
    font-weight: 300;
    font-size: 22px;
    margin: 0;
    letter-spacing: 0.03em;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}
.mosaico_footer{
    width: 75%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    overflow: hidden;
}
.cb_footer{
    /* border-left: 1px solid #e5e5e5; */
    /* border-top: 1px solid #e5e5e5; */
    padding: 20px;
    /* margin-top: -1px; */
    /* min-height: 120px; */
}
.cb_footer:nth-child(3) p{
    display: flex;
    flex-direction: column;
}
.cb_footer h2{
    margin: 0px 0px 5px;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.03em;
    font-weight: 400;
}
.cb_footer h2 a{
    color: #000;
    text-decoration: none;
}
.cb_footer p{
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 400;
}

.banner_top{
    width: 100%;
    padding-bottom: 30%;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.banner_top_int{
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
}
.banner_top_over{ 
    z-index: 2;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute; 
    display: flex;
    align-items: flex-end;
    justify-content: center;  
    background-color: rgba(0, 0, 0, 0.2);
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.5)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}
.titulo_b{
    width: 1280px;
    color: #fff;
    margin-bottom: 30px;
}
.titulo_b h1{
    font-weight: 100;
    font-size: 52px;
    margin: 0px 0 10px;
    font-family: 'Montserrat', sans-serif;
    line-height: 110%;
}
.titulo_b p{
    margin: 0;
    font-weight: 300;
    letter-spacing: 0.03em;
}

.seccion_c_digital{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
}
.seccion_c_digital .post{
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.seccion_c_digital .post_img{
    width: calc(50% - 5px);
    padding: 0px;
    position: relative;
}
.seccion_c_digital .post_img_int{
    width: 100%;
    padding-bottom: 66.6%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.seccion_c_digital .post_info{
    width: calc(50% - 5px);
}
.seccion_c_digital .post_info h3{
    margin: 0px;
        font-weight: 300;
    font-size: 22px;
}
.seccion_c_digital .post_info p{
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #555;
    line-height: 180%;
}

.seccion_expo .post_info h3{
    font-weight: 200;
    font-size: 22px;
    margin: 10px 0px 30px;
}
.seccion_expo .post_info p{
    margin: 0px;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.03em;
    color: #555;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}

.cb_footer.cb_footer_dupla{
    text-align: right;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: flex-end;
}
.cb_footer.cb_footer_dupla a{
    text-decoration: none;
    font-size: 11px;
    color: #555;
    letter-spacing: 0.03em;
}


.carrusel_act.flickity-enabled{
    overflow: initial;
}
.flickity-prev-next-button.previous{
    left: -40px;
    border-radius: 0px;
}
.flickity-prev-next-button.next{
    right: -40px;
    border-radius: 0px;
}
.flickity-prev-next-button .flickity-button-icon{
    top: 2vw;
}
.flickity-prev-next-button{
    width: 40px;
    height: 40px;
        top: 0;
    height: 100%;
    transform: none;
}

.flickity-button:disabled{
    opacity: 0;
}
.flickity-button-icon{
    fill: #000;
}

.flickity-button{
    opacity: 0;
}


.mosaico_publicaciones{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 50px 20px;
}
.mosaico_publicaciones .publicaciones{
    width: 100%;
    display: block;
    margin: 0px;
    white-space: normal;
}
.mosaico_publicaciones .publicaciones .post_img{
    height: 0px;
}
.mosaico_publicaciones .publicaciones .post_img img{}
.mosaico_publicaciones .publicaciones .post_info{
    width: 100%;
    height: initial;
    position: relative;
}
.mosaico_publicaciones .post_info h3{
    word-break: break-word;
}
.categoria_titulo{}
.categoria_titulo .titulo{
    margin-bottom: 50px;
}
.categoria_titulo .titulo h1{
    font-weight: 100;
    font-size: 52px;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
}

.categoria_titulo .titulo p{
    margin: 0;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.03em;
    font-weight: 400;
}
.categoria_titulo .titulo p.fecha{
    border-top: 1px solid #55555529;
    margin: 10px 0px;
    padding-top: 10px;
}


.fila_publicacion{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    align-items: flex-start;
    justify-content: space-between;
}
.imagen_publicacion{
    width: 45%;
    background-color: #f8f8f8;
    display: flex;
    align-items: center;
    justify-content: center;
    position: -webkit-sticky;
    position: sticky;
    top: 120px;
    /* height: calc(100% - 180px); */
    /* position: relative; */
}
.imagen_publicacion img{
    max-width: 300px;
    height: auto;
    max-height: calc(100% - 40px);
    width: auto;
}
.info_publicacion{
    width: calc(55% - 20px);
}
.info_publicacion h1{
    font-weight: 300;
    font-size: 52px;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
}
.info_publicacion p{
    line-height: 160%;
}
.info_publicacion h2{
    font-weight: 300;
    font-size: 18px;
    margin: 20px 0px;
    font-family: 'Montserrat', sans-serif;
}
.info_publicacion p i{
    font-weight: 300;
    letter-spacing: 0.03em;
}


.info_publicacion .texto{
    max-width: 500px;
}

.seccion_lineas{
    border-top: 1px solid #e5e5e5;
    padding: 10px 0px;
}
.seccion_lineas .anio{
    font-weight: 100;
    font-size: 16px;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    padding-bottom: 10px;
}
.seccion_lineas .letra{
    font-weight: 300;
    font-size: 56px;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    padding-bottom: 10px;
    position: sticky;
    float: left;
    top: 125px;
    left: 0;
    width: 0;
}
.tabla{
    position: relative;
    min-height: 300px;
    /* display: flex; */
    /* flex-wrap: wrap; */
    /* align-items: flex-end; */
    /* justify-content: flex-start; */
    /* flex-direction: column; */
    z-index: 2;
}
.tabla .fila{
    width: 100%;
    width: fit-content;
    padding:10px 0px;
    cursor: default;
}
.seccion_lineas_artistas .tabla .fila{
    cursor: pointer;
}
.tabla .fila p{
    margin:0;
}
.tabla .fila h3{}
.fila_imagen{
    position: absolute;
    width: 300px;
    top: 0;
    left: 0;
    display: none;
}
.fila_imagen img{
    max-width: 100%;
    height: auto;
    max-height: 280px;
    width: auto;
    opacity: 0;
}



.texto_centrado{
    width: 550px;
    padding: 60px 0px;
    line-height: 160%;
    margin-left: calc(100% - 700px);
}
.texto_centrado iframe{
    width: 550px;
    height: 280px;
}
.texto_centrado > *:first-child{
    margin-top: 0px;
}
.texto_centrado blockquote{
    margin: 40px 0px;
    font-size: 15px;
    line-height: 150%;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
}
.texto_centrado p{}
.texto_centrado img{
    max-width: 100%;
}
.icono{}
.icono.icono_lupa{
    background-image: url(../img/sistrix-brands.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 14px;
    width: 14px;
    height: 13px;
}

.wrapper_color{
    background-color: #ececec;
}

.slider{
    position: relative;
    width: 100%;
    height: calc(100vh - 180px);
    top: 0;
    left: 0;
}
.slide{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #ececec;
}
.slide_img{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.slide_img img{}
.flecha{}
.flecha.flecha_izq{}
.flecha.flecha_der{}
.puntos{
    position: absolute;
    width: 100%;
    top: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: flex-start;
}
.punto{
    width: 20px;
    height: 7px;
    background-color: #ececec;
    margin: 5px 5px 0px 0px;
    cursor: pointer;
}

.punto.act{
    background-color: #ffde00;
}

.over_entrevista{
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 10;
    top: 0;
    left: 0;
    background-color: #fff;
    display: none;
}
.over_entrevista_int{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.over_cerrar{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
}
.over_div_cerrar{
    width: 40px;
    height: 40px;
    z-index: 5;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    /* background: aqua; */
}
.over_div_cerrar::before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 3px;
    background-color: #000;
    transform-origin: 0 0;
    transform: rotate(45deg) translate(18px, -1px);
}
.over_div_cerrar::after{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 3px;
    background-color: #000;
    transform-origin: 0 0;
    transform: rotate(-45deg) translate(-11px, 26px);
}
.o_video{
    position: relative;
    z-index: 2;
    width: 80vw;
        margin: 0px auto;
}
.o_video_int{
    position: relative;
    width: 100%;
}


.s_flecha_izq{
    position: absolute;
    width: calc(50% + 30px);
    height: 100%;
    top: 0;
    left: -30px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    cursor: pointer;
    opacity: 0;
}
.s_flecha_izq svg{width: 20px;height: 20px;left: 0px;position: relative;}
.s_flecha_der{
    position: absolute;
    width: calc(50% + 30px);
    height: 100%;
    top: 0;
    right: -30px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    cursor: pointer;
    opacity: 0;
}
.s_flecha_der svg{
    width: 20px;
    height: 20px;
    right: 0px;
    position: relative;
}

.btn_post{
    cursor: pointer;
}
.fila_imagen{
    position: sticky;
    width: 0;
    top: 125px;
    left: 0;
    height: 280px;
    float: left;
}
.fila_imagen img{
    max-width: 300px;
    height: auto;
    max-height: 280px;
    width: auto;
    display: block;
    position: absolute;

    /*width: 300px;
    height: 280px;
    background-color: pink;*/
}
.tabla_int{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-end;
    min-height: 280px;
}

.menu_letras{
    padding-top: 20px;
    position: -webkit-sticky;
    position: sticky;
    top: 70px;
    left: 0;
    background-color: #fff;
    z-index: 4;
    padding-bottom: 15px;
    margin-bottom: 20px;
}
.menu_letra{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    
}
.ml{
    width: 30px;
    display: block;
    text-align: center;
    cursor: pointer;
}


.ml.activo{
    text-decoration: underline;
}


/*buscador*/

.over_buscador{
    background-color: #fff;
    width: 100%;
    height: auto;
    max-height: calc(100vh - 30px);
    position: absolute;
    top: 100%;
    left: 0;
    overflow: hidden;
    max-height: 0;
    transition: 300ms;
    /* box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.3); */
}
.over_buscador_int{
    max-height: calc(100vh - 30px);
    overflow: auto;
}
.menu_fijo_buscador{
    width: 100%;
    margin: 0px auto;
    position: -webkit-sticky;
    position: sticky;
    top: 70px;
    padding: 20px 0px 20px;
    background-color: #fff;
    z-index: 3;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.ob_buscar{
    width: fit-content;
    border: 1px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.ob_buscar input{
    background-color: transparent;
    border: none;
    padding: 0;
    margin: 0;
    vertical-align: bottom;
    width: 100%;
    height: 60px;
    line-height: 24px;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.03em;
    font-weight: 400;
    height: 40px;
    padding: 0 10px;
    border-radius: 0;
}
.ob_buscar .btn.btn_enviar{
background-image: url(../img/sistrix-brands.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 14px;
    width: 50px;
    height: 40px;
    cursor: pointer;
    display: block;
}
.ob_buscar input:active,
.ob_buscar input:focus{
    outline: 0;
}
.flickity-button:active,
.flickity-button:focus{
    outline: 0;
}
.ob_buscar input::placeholder {
  
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.03em;
    font-weight: 400;
    color: #000;
}
.contenido_buscador{
    margin: auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-bottom: 70px;
}
.sidebar{
    width: 160px;
}
.apartado{}
.apartado > *:first-child{
    margin-top: 0px;
}
.apartado h2{
    margin: 30px 0px 10px;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.03em;
    font-family: 'Montserrat', sans-serif;
        border-top: 1px solid #ccc;
    padding-top: 10px;
}
.apartado .s_fila{
    margin-bottom: 2px;
    position: relative;
}
.apartado .s_fila input{
    border-color: #000;
    background-color: transparent;
    z-index: 2;
    position: absolute;
    width: 100%;
    box-sizing: content-box;
    margin-left: 0;
    margin-right: 0;
    width: 20px;
}
.apartado .s_fila label{
    margin: 0px;
    font-size: 12px;
    color: #555;
    vertical-align: middle;
    padding-left: 27px;
    line-height: 20px;
    margin-bottom: 10px;
}
.mosaico_buscador{
    width: calc(100% - 180px);
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 60px 20px;
}
.mosaico_buscador .obra_post{}
.mosaico_buscador .obra_post .o_img{}
.mosaico_buscador .obra_post .o_img img{}
.mosaico_buscador .obra_post h3{}
.mosaico_buscador .obra_post p{}


.act_buscador{
    overflow: hidden;
}

.act_buscador .over_buscador{
    max-height: calc(100vh - 30px);
    box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.3);
}

.menu_btn_buscar{
    display: none;
}
.btn_responsive{
    display: none;
}
.btn_responsive_int{}
.linea{
    width: 22px;
    height: 1px;
    background-color: currentColor;
    margin: 5px auto 5px;
}

.titulo_b.titulo_privado{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.titulo_b.titulo_privado form{
    display: block;
}

.titulo_b.titulo_privado form::after{
    content: '';
    display: block;
    clear: block;
}
.titulo_b.titulo_privado input{
    width: 238px;
    height: 60px;
    padding: 0px 10px;
    line-height: 24px;
    margin: 0;
    border: none;
    display: block;
    border-radius: 0px;
    background-color: #fff;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.03em;
    font-weight: 400;
    -webkit-appearance:none;
    appearance:none;
    margin-right: 10px;
    float: left;
}
.titulo_b.titulo_privado input:active,
.titulo_b.titulo_privado input:focus{
    outline: 0;
}
.titulo_b.titulo_privado .btn{
    height: 60px;
    padding: 0px 20px;
    line-height: 60px;
    display: block;
    margin: 0;
    border:none;
    width: fit-content;
    background-color: #000;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    float: left;
}


.header_responsive{
    /*display: none;*/
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    background-color: #000;
    color: currentColor;
    top: 100%;
    height: calc(100vh - 60px);
    overflow: auto;
    display: none;
}
.hr_menu{
    margin: 0px;
    padding: 0;
    list-style: none;
}
.hr_menu_li{
    margin: 0px 20px;
    border-bottom: 1px solid currentColor;
    align-items: center;
    justify-content: space-between;
    display: flex;
}
.hr_menu_li a{
    display: block;
    padding: 20px 0px;
    width: 100%;
    text-transform: uppercase;
    letter-spacing: 0px;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
}
.hr_lupa{
    display: none;
    width: 100%;
    height: 50px;
    width: 50px;
}
.hr_lupa .icono.icono_lupa{
    background-image: url(../img/sistrix-brands.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 14px;
    width: 14px;
    height: 13px;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #e5e5e5;
    margin: auto;
}
.hr_idioma{
    /* margin: 0px 20px; */
}
.hr_idioma span,
.hr_idioma a{
    padding: 20px 0px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0px;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
}

.btn_siguiente{
    width: 100px;
    height: 40px;
    display: block;
    /* background-color: antiquewhite; */
    position: relative;
}
.btn_siguiente::after{
    content:'';
    width: 10px;
    height: 1px;
    background-color: currentColor;
    position: absolute;
    right: 10px;
    top: calc(50% - 1px);
    transform-origin: 100% 0%;
    transform: rotate(-40deg);
}
.btn_siguiente::before{
    content:'';
    width: 10px;
    height: 1px;
    background-color: currentColor;
    position: absolute;
    right: 10px;
    top: calc(50% - 1px);
    transform-origin: 100% 100%;
    transform: rotate(40deg);
}
.hr_fila{
    width: calc(100% - 40px);
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.hr_submenu{
    width: 0px;
    height: 100vh;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #000;
}
.hr_submenu.active{
    width: 100vw;
}
.hr_submenu_int{
    width: 100vw;
    height: 100vh;
    overflow: auto;
}
.hr_volver{
    width: calc(100% - 40px);
    margin: auto;
    height: 50px;
    position: relative;
}
.hr_volver::after{
    content:'';
    width: 10px;
    height: 1px;
    background-color: currentColor;
    position: absolute;
    top: calc(50% - 1px);
    left: 0px;
    transform-origin: 0% 0%;
    transform: rotate(40deg);
}
.hr_volver::before{
    content:'';
    width: 10px;
    height: 1px;
    background-color: currentColor;
    position: absolute;
    top: calc(50% - 1px);
    left: 0px;
    transform-origin: 0% 100%;
    transform: rotate(-40deg);
}
.hr_submenu_ul{
    width: calc(100% - 40px);
    margin: auto;
    padding: 0px;
}
.hr_sub_li{
    width: 100%;
    border-top: 1px solid #e5e5e5;
    list-style: none;
}
.hr_sub_li a,
.hr_sub_li span{
    padding: 20px 0px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0px;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
}


.modulaciones_flechas_next{
    top: 50%;
    position: fixed;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-right: none;
    z-index: 10;
}
.icon_entrevista{
    top: 50%;
    position: fixed;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10;
    width: 40px;
    height: 40px;
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    line-height: 40px;
    border: 1px solid #e5e5e5;
    cursor: pointer;
}
.icon_entrevista.f_r{
    right: 0px;
    border-right: none;
}
.icon_entrevista.f_r::before {
    content: '>';
}
.icon_entrevista.f_l{
    left: 0px;
    border-left: none;
}
.icon_entrevista.f_l::before {
    content: '<';
}
.post_image_entrevista{
    width: 100%;
    height: 100%;
    
}

.modulaciones_flechas_prev{
    top: 50%;
    position: fixed;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-left: none;
    z-index: 10;
}
.icon {
    width: 40px;
    height: 40px;
    cursor: pointer;
    background-image: url(img/redes.png);
    background-size: 30px;
    background-repeat: no-repeat;
    line-height: 40px;
    text-align: center;
    background: inherit;
}

.modulaciones_flechas .icon {
    border-right: none;
    border-left: 1px solid #e5e5e5;
    position: relative;
}
.icon.f_l::before {
    content: '>';
}
.post_icon {
    position: absolute;
    width: 210px;
    border: 1px solid #e5e5e5;
    background-color: #fff;
    transition: 300ms;
    opacity: 0;
    overflow: hidden;
    top: 50%;
    transform: translateY(-50%);
    height: 80px;
    display: none;
}

.icon.f_l .post_icon {
    right: 100%;
}
.post_icon .post_info p {
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 14px;
    margin: 5px 0px;
}
.post_info{
    width: calc(100% - 85px);
}
.carrusel_publicaciones .post_info{
    width: 100%;
}
.post_icon .post_info h3 {

    margin: 0px 0px 0px;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.03em;
    font-family: 'Montserrat', sans-serif;
}
.post_icon .post_info p {
    margin: 0px;
    font-weight: 300;
    font-size: 12px;
        margin: 0px;
    font-size: 12px;
    color: #555;
    letter-spacing: 0px;
    line-height: 14px;
}
.modulaciones_flechas .icon {
    border-right: none;
    border-left: 1px solid #e5e5e5;
    position: relative;
    line-height: 40px;
    text-align: center;
    background: inherit;
    width: 40px;
    height: 40px;
    border-bottom: 1px solid #e5e5e5;
    cursor: pointer;
}
.icon.f_r::before {
    content: '<';
}
.icon.f_r .post_icon {
        left: 100%;
}
.post_icon .post_image {
    width: 80px;
    height: 80px;
    padding: 0;
    margin: 0;
    float: right;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.modulaciones_flechas_prev .post_info{
    float: right;
    text-align: left;
}
.modulaciones_flechas_prev .post_icon .post_image{
    float: left;
}
.modulaciones_flechas_next .post_icon .post_image{
    float: right;
}
.modulaciones_flechas_next .post_info{
    float: left;
    text-align: right;
}

.artista_post_info{
    width: calc(100% - 20px);
    padding: 0px 10px;
}
.artista_post_info h3{

    margin: 0px 0px 0px;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.03em;
    font-family: 'Montserrat', sans-serif;
}
.modulaciones_flechas_next .artista_post_info{
    text-align: right;
}
.modulaciones_flechas_prev .artista_post_info{
    text-align: left;
}

.modulaciones_flechas_artista_next{
    top: 50%;
    position: fixed;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-right: none;
    z-index: 10;
    text-align: right;
}
.modulaciones_flechas_artista_prev{
    top: 50%;
    position: fixed;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-left: none;
    z-index: 10;
    text-align: left;
}
.modulaciones_flechas_artista_prev .artista_post_info h3{
    text-align: left;
}
.modulaciones_flechas_artista_next .artista_post_info h3{
    text-align: right;
}
.modulaciones_flechas_artista_next .post_icon{
    height: auto;
    min-height: 40px;
}
.modulaciones_flechas_artista_prev .post_icon{
    height: auto;
    min-height: 40px;
}

.wrapper_color .icon{
    background-color: #ececec;
}
.wrapper_color .post_icon{
    background-color: #ececec;
}





.over_proyecto{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 13;
    display: none;
}
.over_proyecto_int{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: auto;
}
.over_proyecto .over_cerrar{}
.over_proyecto .over_div_cerrar{}
.over_pro_single{
    position: relative;
    width: 1280px;
    height: 100vh;
    margin: 0px auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.over_pro_info{
    width: calc(50% - 40px);
    height: calc(100vh - 80px);
    display: flex;
    align-items: center;
    justify-content: flex-start; 
}
.over_pro_info h1{
    font-weight: 100;
    font-size: 38px;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
}
.over_pro_img{
    width: 50%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.over_pro_img img{
    max-width: 100%;
    max-height: calc(100vh - 80px);
    width: auto;
    height: auto;
    display: block;
}


.parrafo_entrevista{
    text-align: center;
    margin-bottom: 10px;
    max-width: 800px;
    margin: 0px auto 10px;
}
.parrafo_entrevista p{
    margin: 0px;
}

.alert,
.titulo_b p.alert{
    width: 100%;
    display: block;
    margin: 0px 0px 5px;
}
.o_video_int p{
    text-align: center;
    max-width: 800px;
    margin: 0px auto 10px;
}

.o_video_int iframe{
    position: relative;
    width: calc(100vw - 80px);
    height: calc(56.6vw - 80px);
    left: 50%;
    transform: translateX(-50%);
}



.menu_i.act > a::before,
.menu_i.act > span::before{
    width: -o-calc(100% - 16px);
        width: -ms-calc(100% - 16px);
        width: -moz-calc(100% - 16px);
        width: -webkit-calc(100% - 16px);
        width: calc(100% - 16px);
}

.oi_titulo .t_artista{
    font-weight: 300;
    font-size: 14px;
    margin: 0px 0px 5px;
}



.menu_letras.menu_letras_obra{
    margin-top: -50px;
    opacity: 0;
}

.menu_letras.menu_letras_obra .menu_letra{
    opacity: 0;
}


.boton_slide.boton_slide_single{}
.boton_slide.boton_slide_single .boton{}
.contenido_header{
        background-color: #fff;
    margin-top: -50px;
    margin-bottom: 50px;
    position: sticky;
    top: 70px;
    z-index: 3;
    opacity: 0;
}

.buscador_form{
        position: -webkit-sticky;
    position: sticky;
    top: 70px;
    background-color: #fff;
    z-index: 3;
    display: block;
}

.contenido_header .contenido{}



.s_filacheck {
  display: block;
  position: relative;
  padding-left: 20px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: 'reader-bold-pro', sans-serif;
}
.s_filacheck input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;

    -webkit-appearance:auto;
    appearance:auto;
}
.s_filacheck .checkmark {
    position: absolute;
    left: 0;
    border: none;
    width: 17px;
    height: 17px;
    border-radius: 0;
    background-color: #fff;
    display: block;
    border: 1px solid #9b9b9b;
    top: 0;
}

.s_filacheck input:checked ~ .checkmark {}
.s_filacheck input:checked ~ .checkmark::before{
    content: '';
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #9b9b9b;
    position: absolute;
}
.s_filacheck input:checked ~ .checkmark::after{
    content: '';
    display: block;
    left: 11px;
    top: 2px;
    width: 4px;
    height: 10px;
    border: solid white;
    border-width: 0 1px 1px 0;
    transform-origin: 0 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.s_filacheck .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.s_filacheck .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.ob_buscar input::placeholder{
    color: #9b9b9b;
}
.biografia.bio_sd{
    position: -webkit-sticky;
    position: sticky;
    top: 70px;
    background-color: #fff;
    z-index: 3;
    padding: 20px 0px 20px;
}
.biografia.bio_sd .titulo{
        border: 1px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 0;
}

.biografia.bio_sd .titulo .form_sd{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.biografia.bio_sd .titulo .form_sd input{
    background-color: transparent;
    border: none;
    padding: 0;
    margin: 0;
    vertical-align: bottom;
    width: 100%;
    height: 60px;
    line-height: 24px;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.03em;
    font-weight: 400;
    height: 40px;
    padding: 0 10px;
    border-radius: 0;
}
.biografia.bio_sd .titulo .form_sd input.btn_buscar{
        background-image: url(../img/sistrix-brands.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 14px;
    width: 50px;
    height: 40px;
    cursor: pointer;
    display: block;
    color: transparent;
    font-size: 0px;
}
.biografia.bio_sd .titulo .form_sd input:active,
.biografia.bio_sd .titulo .form_sd input:focus{
    outline: 0;
}
.btn_diseniador{
    height: 60px;
    padding: 0px 50px;
    line-height: 60px;
    display: block;
    margin: 0;
    border: none;
    width: fit-content;
    background-color: #000;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
        float: right;
    margin-top: 40px;
}

/***Gallery Book***/
.book-section {
    /*height: 100vh;*/
    width: 100%;
    padding: 40px 0;
    text-align: center;
    box-sizing: border-box;
}
.book-section *{
    box-sizing: border-box;
}
.book-section > .container {
    width: 100%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 2%;
    /*margin-bottom: 30px;*/
    perspective: 1200px;
    aspect-ratio: 3/2;
}
.container > .right {
    position: absolute;
    height: 100%;
    width: 50%;
    transition: 0.7s ease-in-out;
    transform-style: preserve-3d;
    cursor: pointer;
}
.book-section > .container > .right {
    right: 0;
    transform-origin: left;
    border-radius: 10px 0 0 10px;
}
.right > figure.front,
.right > figure.back {
    display: grid;
    margin: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    backface-visibility: hidden;
    background-color: #EFEFEF;
    overflow: hidden;
    align-content: center;
    align-items: center;
    /*justify-items: center;*/
}
.right > figure.front > img,
.right > figure.back > img {
    max-width: 95%;
    max-height: 95%;
    margin: 0;
}
.right > figure.front > *,
.right > figure.back > * {
    text-align: center;
    margin: 0;
}
.right > figure.front {
    border-radius: 0 10px 10px 0;
    justify-items: left;
}
.right > figure.back {
    border-radius: 10px 0 0 10px;
    transform: rotateY(180deg);
    justify-items: right;
}
/*.right > figure:not(.front-cover, .back-cover){
    background-size: 30%;
    background-image: url('../img/ciac_grey_transparent.png');
    background-position: center center;
}
.right > figure.front-cover,
.right > figure.back-cover{
    background-size: 15%;
    background-image: url('../img/ciac_black_transparent.png');
    background-position: center 90%;
}*/
.right.cover > figure.front {
    box-shadow: 3px 0px 5px 0px rgba(0, 0, 0, 0.15);
}
.right.cover > figure.back {
    box-shadow: -3px 0px 5px 0px rgba(0, 0, 0, 0.15);
    z-index: 100;
}
.flip {
    transform: rotateY(-180deg);
}
/*.flip::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    border-radius: 0 10px 10px 0;
    background-color: rgba(0, 0, 0, 0.1);
}*/
.book-section > button {
    border: 2px solid #ffde00;
    background-color: transparent;
    color: #ffde00;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    margin: 10px;
    transition: 0.3s ease-in-out;
}
.book-section > button:focus,
.book-section > button:active {
    outline: none;
}
.book-section > p {
    color: rgba(0, 0, 0, 0.7);
    font-family: calibri;
    font-size: 24px;
}
.book-section > p > a {
    text-decoration: none;
    color: #ffde00;
}
.book-section > button:hover {
    background-color: #ffde00;
    color: #fff;
}
.front.front-cover,
.back.back-cover {
    background-color: #ffde00 !important;
    text-align: left;
    padding: 0 30px;
    justify-items: center !important;
}
.front.front-cover{
    grid-template-rows: minmax(0, 40%) minmax(0, 40%) minmax(0, 20%) ;
}
.front.front-cover h6 {
    font-family: 'Montserrat', sans-serif;
    font-size: 2rem;
    font-weight: 300;
    text-transform: uppercase;
}
.front.front-cover p {
    color: rgba(0, 0, 0, 0.8);
    font-size: 14px;
}
/******/
