/*
Theme Name: OMR Dupla
Theme URI: http://dupla.mx
Author:  Dupla
Author URI: http://dupla.mx
Description: OMR Dupla
*/
@charset "UTF-8";
/*font-family: 'Lato', sans-serif;
font-family: 'Raleway', sans-serif;
font-family: 'Cutive Mono', monospace;
*/

body{
    width: 100%;
    height: 100%;
    color: #000;
    margin: 0;
    padding: 0;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    background: #fff;
    font-weight: 400;
    line-height: 1.8em;
}

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

.clear{
    clear: both;
}



.linea_final_break{
    width: calc(100% - 182px);   
    width: -moz-calc(100% - 182px);   
    width: -webkit-calc(100% - 182px);   
    width: -o-calc(100% - 182px);
    height: 1px;
    background-color: #000;
    margin: auto;
    margin-top: 70px;
}

.linea_final_break.portada_web{
    margin-top: 0;
}

/*****************************************
HEADER
*****************************************/


.descargar{
    border: 1px solid;
    color: #000;
    padding: 2px 5px;
    cursor: pointer;
}

.descargar:hover{
    color: #000;
    
}

.header{
    background: #fff;
    width: 100%;
    height: 80px;
    position: fixed;
    z-index: 1000;
    top: 0px;
    padding-bottom: 21px;
    left: 0;
}

.header_int{
    position: relative;
    /* max-width: 1024px; */
    margin: auto;
    height: 100%; 
    width: calc(98% - 140px);
    width: -moz-calc(98% - 140px);
    width: -webkit-calc(98% - 162px);
    width: -o-calc(98% - 140px);
    /* width: 100%; */
    padding: 0;
}


.logo{
    width: 51px;
    height: 20px;
    background: url(imgs/logo.png) no-repeat 0px 0px;
    background-size: 90%;
    left: 0;
    bottom: 10px;
    position: absolute;
    z-index: 10;
}

.logo:hover{
    width: 51px;
    height: 20px;
    background: url(imgs/logo.png) no-repeat 0px 0px;
    background-size: 90%;
}

/*.logo.l_act{

    width: 51px;
    height: 20px;
    background: url(imgs/logo_r.png) no-repeat 0px 0px;
    background-size: 90%;
    
}
*/
.logo h1{
    font-size: 0;
    color: transparent;
    text-align: left;
}

.menu{
    position: absolute;
    /* width: 450px; */
    height: 20px;
    right: 0;
    bottom: 5px;
    z-index: 5;
}

.menu_ul{
    padding: 0;
    margin: 0;
    list-style: none;
    float: right;
}

.menu_ul a{
    text-decoration: none;
}

.menu_li{
    color: #000;
    float: left;
    margin-left: 30px;
    cursor: pointer;
    font-weight: 400;
    letter-spacing: 1px;
}

.menu_li:hover{
    color: #ccc;
}

.menu_li.act{
    color: #000;
    font-weight: 600;
}

.buscar{
    position: absolute;
    right: 0px;
    top: 10px;
}

.buscar form{}

.buscar input{
    border: none;
    /* border-bottom: 1px solid; */
    text-align: right;
    padding-right: 20px;
    width: 110px;
    height: 25px;
    line-height: 25px;
    background-image: url(imgs/lupa.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 21px;
}

.buscar input:focus{
    outline: none;
}

/*****************************************
INTERIOR GENERAL
*****************************************/

.espacio_artista{
    height: 51px;
    width: 100%;
    position: relative;
}

.zindex{
    /*position: absolute;*/
    z-index: 30;
    width: 100%;
    margin-bottom: 220px;
    background: #fff;
    position: relative;
}
.zindex.contact_act{
    margin-bottom: 0px;
}

.wrapper{
    width: 100%;
    background: #fff;
    position: relative;
    margin-top: 90px;
    z-index: 50;
    padding-top: 33px;
    padding-bottom: 28px;
}

.content_01{
    margin: auto;
    padding: 0px 0px;
    width: calc(100% - 182px);
    width: -moz-calc(100% - 182px);
    width: -webkit-calc(100% - 182px);
    width: -o-calc(100% - 182px);
    position: relative;
    margin-top: 10px;
}

.content_01.contacto_int{
      margin-bottom: -300px;
  background: #fff;
}

.content_01.mosaico{
    width: calc(100% - 184px);
    width: -moz-calc(100% - 184px);
    width: -webkit-calc(100% - 184px);
    width: -o-calc(100% - 184px);
    margin-top: 9px;
}

.content_01.contenido_menu{
    width: calc(98% - 180px);
    width: -moz-calc(98% - 180px);
    width: -webkit-calc(98% - 180px);
    width: -o-calc(98% - 180px);

}

.content_01.contenido_menu .clear.linea{
    width: 100%;
}

.content_01.contenido_menu{
      margin-top: 60px;
  
      /* margin-bottom: -50px; */
}

.content_01.submenu{
    position: fixed;

    width: 100%;
    max-width: inherit;
    height: 55px;
    background: #fff;
    top: 90px;
    z-index: 100;
    padding: 0px;
    padding-top: 39px;
    margin-top: 0;
}

.sumbenu_int{
    width: calc(98% - 180px);
    width: -moz-calc(98% - 180px);
    width: -webkit-calc(98% - 180px);
    width: -o-calc(98% - 180px);
    margin: auto;
    padding-left: 20px;
    padding-right: 20px;
    z-index: 160;
}

.submenu_ul{
    padding: 0;

    margin: 0;
    list-style: none;
    float: left;
}

/*.sumenu_li::before { 
    content: "   ";
}*/

.sumenu_li{
    float: left;
    margin-left: 20px;
    margin-top: 5px;
    cursor: pointer;
}

.sumenu_li.activo{
    color: #000;
}

.sumenu_li:hover{
    color: #000;
}

.title.artista{
    margin-top: 5px;
    float: left;
    cursor: pointer;
    display: block;
    font-size: 1.1em;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 1px;
    font-weight: 500;
}

.exhi_info .title{
    display: block;
}

.title.artista.activo{
      color: #000;
}

.title.artista.sumenu_li{
    padding-left: 0;
    margin-left: 0;
}

.artist a{
    color: #000;
}



.artist_info{
    width: 100%;
    height: 61px;
    overflow: hidden;
}

.artist_info p{
    display:none;
}

.content_01_int{
    max-width: 600px;
    /* margin: auto; */
    position: relative;
    margin-left: -moz-calc(100% - 600px);
    margin-left: -webkit-calc(100% - 600px);
    margin-left: -o-calc(100% - 600px);
    margin-left: calc(100% - 600px);
}


.content_01_int img{
    max-width: 100%;
    height: auto;
    border: none;
}

.content_01_int.text_exhibitions{
    float: left;
    
    margin: 0;

}

.menu_anios{
    height: auto;
    background: #fff;
    position: fixed;
    top: 101px;
    width: 100%;
    left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    z-index: 100;
}

.menu_anios_int{
   margin: auto;
  padding: 0px 20px;
  width: calc(100% - 202px);
  width: -moz-calc(100% - 202px);
  width: -webkit-calc(100% - 202px);
  width: -o-calc(100% - 202px);
  position: relative;
      font-family: 'Cutive Mono', monospace;
   /* margin-top: 10px; */
}

.anio_b{
margin-right: 8px;
    letter-spacing: 1px;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 300;
    color: #808080;
    font-size: 1.1em;
}

.anio_b:hover{
color: #000;
}


.anio_b::after{
    /* content: ','; */
}



.anio_b.activo{
color: #000;
}

.anio_b:last-child{
    display: none;
}



.menu_anios p{
    margin: 0;
}

.auxiliarmenu{
    position: relative;
}

.title{
    text-transform: uppercase;
    font-weight: 300;
    margin-top: 2px;
    margin-bottom: 29px;
    display: none;
}

.title.cv{
    margin-top: -8px;
}

.content_01_int p{ 
}

h2{
    font-size: 1.1em;
    font-weight: 400;
    letter-spacing: 2px;
}

.dupla{
    color: #000;
    position: absolute;
    right: 0;
    bottom: -30px;
}

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

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

.dupla:hover{
    color: #000;
}

/*****************************************
INTERIOR artistas
*****************************************/

/*slider home*/

.slider{
    position: relative;
    width: 100%;
    top: 5px;
    padding-bottom: 200px;
}

.slide{
    width: 100%;
    height: -moz-calc(100% - 200px);
    height: -webkit-calc(100% - 200px);
    height: -o-calc(100% - 200px);
    height: calc(100% - 200px);
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.descripcionSlider{
    font-size: 14px;
    z-index: 100;
    top: 100%;
    position: absolute;
    width: 100%;
}

.descripcionSlider h4{
    font-size: 1.1em;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 1px;
    font-weight: 500;
}

.descripcionSlider span{}

.descripcionSlider p{
    margin-top: 25px;
}

.flechas{
    display: none;
}

.flecha_izq{
    width: 40px;
    height: 40px;
    background: url(imgs/flecha_izq.png) no-repeat center;
    background-size: 10px;
    position: absolute;
    left: -40px;
    top: calc(50% - 20px);
    top: -moz-calc(50% - 20px);
    top: -webkit-calc(50% - 20px);
    top: -o-calc(50% - 20px);
    cursor: pointer;
}

.flecha_der{
    width: 40px;
    height: 40px;
    background: url(imgs/flecha_der.png) no-repeat center;
    background-size: 10px;
    right: -40px;
    top: calc(50% - 20px);
    top: -moz-calc(50% - 20px);
    top: -webkit-calc(50% - 20px);
    top: -o-calc(50% - 20px);
    position: absolute;
    cursor: pointer;
}

.apaResponsivo{
    /* border: 1px solid #000; */
    padding: 5px 0px;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 13px;
    /* border-top: 1px solid #000; */
    cursor: pointer;
}


/*Artistas*/

.slider.interior{
    background: url(imgs/raya.png);
    background-size: 6px;
}

.slider.interior .slide{
    text-align: center;
}

.slider.interior .slide .slide_pie{
    top: 101%;
    position: relative;
    margin: auto;
    width: 900px;
    font-style: italic;
    font-size: 0.9em;
    top: calc(100% + 2px);
    top: -moz-calc(100% + 2px);
    top: -webkit-calc(100% + 2px);
    top: -o-calc(100% + 2px);
    display: none;
}

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

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

.cv_li{
    margin-bottom: 30px;
}

.cv_li h3{
    margin-bottom: 0;
    font-weight: 300;
    letter-spacing: 1px;
    font-size: 1.1em;
}

.cv_li p{
    margin-bottom: 0;
    margin-top: 5px; 
}

.cv_li span{
    font-style: italic;
}

.mask{
    margin-bottom: 41px;
    position: relative; float: left; 
    width: 100%;  
    white-space: nowrap !important; 
    margin: 0px 0px 11px; 
    padding: 52px 0px 0px; overflow-x: scroll; overflow-y: hidden;
    padding-bottom: 5px;
    padding-top: 0;
}

.mask::-webkit-scrollbar      {
        height: 10px;
        background: #fff;
        border-radius: 0;
    }
.mask::-webkit-scrollbar-track  {
        height: 2px;
        background-color: #fff;
    
        background: url(imgs/scroll_1.png);    
        background-size: 10px; background-repeat-y: no-repeat; background-repeat-x: repeat;
        padding: 0px;
        margin: 0px;
        background-size: 9px;
}  
.mask::-webkit-scrollbar-thumb {
        height: 2px;
        background-image: url(imgs/scroll_2.png);
        background-repeat-y: no-repeat;
        border-radius: 0;
       
        background-size: 9px;
}      
.mask::-webkit-scrollbar-corner  {
        border-radius:5px;
    } 

.imagen_post_int img{
    position: relative;

display: inline-block;
}

.imagen_post_int{
    white-space: inherit;
    width: auto;
    text-align: inherit;
    display: inherit;
    overflow: inherit;
    height: 100%;
    width: auto;
    position: relative;
}

.imagen_post{
    position: relative;
    display: inline-block;
    white-space: nowrap;
    height: 100%;
    text-align: justify;
    margin: 0px;
    padding: 0px;
    margin-right: 30px;
    overflow: hidden;
    width: auto;
}

.imagen_post.text {
    position: relative;
    display: inline-block!important;
    white-space: normal!important;
    text-align: justify;
    margin: 0px;
    padding: 0px;
    /* margin-right: 15px; */
    overflow: hidden;
    /* margin-left: 30px; */
}

.imagen_post.text h3{
    width: 240px;
    margin-top: 0px;
    display: none;
}

.imagen_post.text p{
    width: 240px; 
    margin-right: 30px;
}

.texto_h p {
    position: relative;
display: inline-block;
white-space: normal!important;

    text-align: left;
margin: 0px;
padding: 0px;

    margin-right: 20px;
overflow: hidden;
width: 300px;
top: 0;

    margin-top: 27px;
}

.texto_h strong{
      white-space: pre!important;
      width: 0px;
}

.texto_h.column1{
    -webkit-columns: 1!important; /* Chrome, Safari, Opera */
    -moz-columns: 1!important; /* Firefox */
    columns: 1!important;
}
.texto_h.column2{
    -webkit-columns: 2; /* Chrome, Safari, Opera */
    -moz-columns: 2; /* Firefox */
    columns: 2;
}

.texto_h.column3{
    -webkit-columns: 3; /* Chrome, Safari, Opera */
    -moz-columns: 3; /* Firefox */
    columns: 3;
}
.texto_h.column4{
    -webkit-columns: 4; /* Chrome, Safari, Opera */
    -moz-columns: 4; /* Firefox */
    columns: 4;
}
.texto_h.column5{
    -webkit-columns: 5; /* Chrome, Safari, Opera */
    -moz-columns: 5; /* Firefox */
    columns: 5;
}

.texto_h.column6{
    -webkit-columns: 6; /* Chrome, Safari, Opera */
    -moz-columns: 6; /* Firefox */
    columns: 6;
}

.texto_h.column7{
    -webkit-columns: 7; /* Chrome, Safari, Opera */
    -moz-columns: 7; /* Firefox */
    columns: 7;
}



/*****************************************
Artista seccion
*****************************************/

.artist{
    position: relative;
    width: 31.2%; float: left; 
    margin-bottom: 5px;
    height: 275px;
    overflow: hidden;
    margin-left: 1%;
    margin-right: 1%;
    margin-top: 6px;
}

.artist .title{
    display: block;
        margin-top: 2px;
    margin-bottom: 0px;
    font-size: 1em;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 1px;
    font-weight: 500;
    line-height: 1.5em;
}

.artist_img{
    position: relative;
    background-size: 100%;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 300px;
    /* margin-left: -27px; */ /*!Borrar: "margin-left: -27px;". Yo Alex movi el estilo sÃƒÂ³lo temporalmente*/
}

/*****************************************
Fairs seccion
*****************************************/

.fairs{
    width: 23%;
    float: left;
    position: relative;
    margin-bottom: 10px;
    margin-left: 1%;
    margin-right: 1%;
}

.fairs.f_uno{
    width: 98%;
}

.fairs.f_dos{
    width: 48%;
}

.fairs.f_tres{
    width: -moz-calc(94%/3);
    width: -webkit-calc(94%/3);
    width: -o-calc(94%/3);
    width: calc(94%/3);
}


.fairs.f_cuatro{
    width: 23%;
}

.fairs .title{
    display: block;
    /* color: #808080; */   
    margin-top: 2px;
    margin-bottom: 0px;
    font-size: 1em;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 1px;
    font-weight: 500;
    line-height: 1.5em;
}

.fairs .anio{
    display:none;
}

.fairs_img{
    position: relative;
    background-size: 100%;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 300px;
}

.fairs a{
    color: #000;
}



.fairs_info{
    width: 100%;
    height: 42px;
    overflow: hidden;
}

.anio{
    color: #808080;
    font-size: 0.9em;
}

.columnas_exhi{
    width: -moz-calc(100% - 300px);
    width: -webkit-calc(100% - 300px);
    width: -o-calc(100% - 300px);
    width: calc(100% - 300px);
    float: left;
}

.columna_tit{
    width: 100%;
    clear: both;
}

.columna_tit h4{
    font-size: 1.1em;
    font-weight: 300;
    margin: 0;
}

.columna_tit .petit{
    font-size: 0.8em;
}

.columna_exhi{
    float: left;
    width: -moz-calc(100%/3 - 20px);
    width: -webkit-calc(100%/3 - 20px);
    width: -o-calc(100%/3 - 20px);
    width: calc(100%/3 - 20px);
    margin-right: 20px;
}

.columna_exhi p{}

/*****************************************
FOOTER
*****************************************/

.footer{
    position: fixed;
    z-index: 1;
    bottom: 0px;
    height: 200px;
    width: 100%;
}

.footer_int{
    width: calc(100% - 202px);
    width: -moz-calc(100% - 202px);
    width: -webkit-calc(100% - 202px);
    width: -o-calc(100% - 202px);
    margin: auto;
    position: relative;
    margin-top: -5px;
}

.footer_int p{
    margin: 0;
    line-height: 40px;
}

.footer_int a{
    color: #000;
}

.columna_f{
    width: -moz-calc(100%/3);
    width: -webkit-calc(100%/3);
    width: -o-calc(100%/3);
    width: calc(100%/3);
    
    float: left;
}

.columna_f.footer01{}
.columna_f.footer02{
    text-align: center;
}
.columna_f.footer03{
    text-align: right;
}

.columna_f h5{
    margin-bottom: 0;
    color: #000;
    font-size: 1.1em;
    text-transform: uppercase;
    margin-top: 0;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 1px;
    font-weight: 400;
}

.columna_f p{
    line-height: 1.5em;
    margin-top: 20px;
    text-transform: uppercase;
    font-size: 1em;
    font-family: 'Cutive Mono', monospace;
}

.video{
    position: relative;
    display: inline-block;
    white-space: nowrap;
    height: 100%;
    text-align: justify;
    margin: 0px;
    padding: 0px;
    margin-right: 15px;
    overflow: hidden;
    

    width: 100%;
}

.video iframe{
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    position: relative;
}

.video iframe .player .video-wrapper{
    background-color: #fff!important;
}

.video iframe #player, .fallback, body, html, iframe{
    background: #fff!important;
}

.puntitos{
    position: absolute;
    bottom: 10px;
    width: 100%;
    height: 10px;
    display: none;
}

.puntitos_ul{
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.puntitos_li{
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    display: inline-block;
    cursor: pointer;
    margin-left: 2px;
    margin-right: 2px;
}

.puntitos_li:hover{
    background: rgba(255, 255, 255, 0.9);
}
.puntitos_li.activp{
    background: rgba(255, 255, 255, 0.9);
}

/*Noticias*/

.news{
    width: 23.1%;
    width: -moz-calc(100%/4 - 20px);
    width: -webkit-calc(100%/4 - 20px);
    width: -o-calc(100%/4 - 20px);
    width: calc(100%/4 - 20px);
    
    float: left;
    margin-bottom: 40px;
    margin: 10px;
    margin-top: 7px;
}

.news_img{
    width: 100%;
    height: 220px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.news_info{
    height: 126px;
    overflow: hidden;
}

.news a{
    color: #000;
}

.news_info h2{
    margin-top: 2px;
    margin-bottom: 0px;
    font-size: 1em;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 1px;
    font-weight: 500;
    line-height: 1.5em;
}

.news_info p{
    margin-top: 0;
    display: none;
}

.fecha{
    color: #000;
    font-size: 1em;
    font-family: 'Cutive Mono', monospace;
}



.text{}

.text p{
    /*display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex!important;*/
}

.texto_h,
.texto_h > p{
    vertical-align: top;
}

.text img{}

.text a{}

.exhi{
    width: 23%; float: left; position: relative; 
    margin-bottom: 10px;
    margin-left: 1%;
    margin-right: 1%;
}

.exhi.e_uno{
    width: 98%;
}

.exhi.e_dos{
    width: 48%;
}

.exhi.e_tres{
    width: -moz-calc(94%/3);
    width: -webkit-calc(94%/3);
    width: -o-calc(94%/3);
    width: calc(94%/3);
    
}

.anio_exhi{
    border-bottom: 1px solid #333;
    margin-bottom: 33px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 0px;
    clear: both;
    padding-top: 1px;
}

.anio_exhi:last-child {
    background-color: #fff;
}

.anio_exhi.top_exhi{
    margin-bottom: 34px;
    border: none;
    margin-top: -21px;
}

.anio_exhi#lo-saco{
    /* border-bottom:1px solid #000 !important; */
    /* margin-bottom: 33px; */
}
.anio_exhi span{
    font-size: 1.1em;
    padding-top: 0;
}

.exhi_img{
    width: 100%;
    height: 220px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.exhi_info{
    height: 60px;
    overflow: hidden;
}

.exhi a{
    color: #000;
}

.exhi_info h2{
    margin-top: 2px;
    margin-bottom: 0px;
    font-size: 1em;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 1px;
    font-weight: 500;
    line-height: 1.5em;
}

.exhi_info .anio{
    display:none;
}

.exhi_info p{}

.separacion{
    border-bottom: 1px solid #333;
    height: 2px;
    margin-bottom: 53px;
    margin-top: 47px;
}

.separacion.video_cv{
    margin-top: 26px;
    
    margin-bottom: 0px;
    border: none;
}

.separacion.fairs{
    width: 100%;
    margin: 0;
    margin-top: 33px;
    clear: both;
    margin-bottom: 4px;
    float: inherit;
}

.numero{
    position: absolute;
    bottom: 2px;
    right: 5px;
    font-size: 0.8em;
    font-weight: 800;
}

.side_izq{
    width: calc(50%/2 - 40px);
    width: -moz-calc(50%/2 - 40px);
    width: -webkit-calc(50%/2 - 40px);
    width: -o-calc(50%/2 - 40px);
    position: relative;
    top: 0;
    left: 0;
    float: left;
    min-height: 100%;
    margin-right: 20px;
}


.side_izq img{
    max-width: 100%;
}

.side_der{
    width: 280px;
     
      
       
    position: relative;  top: 0; left: 0; 
    float: right;
 
    min-height: 100%;
}

.side_der a{}

.side_der .link{
    color: #000;
    border-bottom: 1px solid #ccc;
}

.side_der .link p{
    margin: 5px 0px;
}

.video_grande{
    width: 86%;
    margin-bottom: 34px;
    clear: both;
    margin-left: 7%;
    margin-right: 7%;
}

.video_grande_int{
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
}

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

.video_doble{
    float: left;
    margin-bottom: 27px;
    width: 36%;
    margin-left: 7%;
    margin-right: 7%;
}

.video_doble_int{
    position: relative; padding-bottom: 56.25%; overflow: hidden;
}

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

.mapa{
    width: 100%;
    height: 40px;
    margin-bottom: 34px;
    margin-top: 28px;
    position: relative;
}
.mapa_over{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 10;
    cursor: pointer; 
}

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

.googlemaps{}

.responsivo_btn{
    display: none;
    width: 44px;
    height: 44px;
    position: absolute;
    top: 0;
    right: 0px;
    background-image: url(imgs/menu.png);
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: 25px 20px;
    cursor: pointer;
}



.menu_sideScroll{
    position: absolute;
    z-index: 10;
    height: 310px;
    width: 120px;
    background: #fff;
    padding-left: 10px;
    padding-right: 10px;
    /* overflow-y: scroll; */
    /* overflow-x: hidden; */
    border-right: 1px solid #000;
    height: -moz-calc(100% - 40px);
    height: -webkit-calc(100% - 40px);
    height: -o-calc(100% - 40px);
    height: calc(100% - 40px);
    
    margin-top: 7px;
    padding-top: 43px;
}

.menu_sideScroll::-webkit-scrollbar      {
        width: 1px;
        background: #fff;
        border-radius: 0;
    }
.menu_sideScroll::-webkit-scrollbar-track  {
        width: 1px;
        background-color: #FFFFFF;
          
        padding: 0px;
        margin: 0px;
        background-size: 9px;
}  
.menu_sideScroll::-webkit-scrollbar-thumb {
        width: 1px;
       
}      
.menu_sideScroll::-webkit-scrollbar-corner  {
        border-radius: 1px;
    } 

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

.menu_scroll_ul a{
    color: #000;
    font-weight: 400;
}
.menu_scroll_ul a:hover{
    color: #000;
    }

.menu_scroll_li{
    margin-bottom: 5px;
    cursor: pointer;
}

.menu_scroll_li:hover{
    color: #000; 
}

.scroll_cv{
    position: relative;
    width: 100%;
    margin-top: -15px;
    padding-bottom: 10px;
    margin-bottom: 25px;
    height: auto!important;
}
.scroll_cv  .mask.sideScroll.curriculum{
    height: 100%!important;
    /* position: absolute; */
    -moz-transform: scaleY(-1);   -o-transform: scaleY(-1);   -webkit-transform: scaleY(-1);   transform: scaleY(-1);
    width: 100%;
    /* margin-left: 143px; */
}

.scroll_cv .mask.sideScroll.curriculum .scroll_fade{
-moz-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
padding-top: 10px;
}

.mask.sideScroll.curriculum{
    padding: 0;
    margin-bottom: 0;
}
.scroll_cv .mask.sideScroll.curriculum .text{
    margin-left: 30px;
 }   
.margin_cv{
    width: 150px;
    height: 40px;
    float: left;         
}



.menu_scroll_li.activado{
    color: #000; 
}

.scroll_fade{
    display: none;
    height: 100%;         
}

.scroll_fade .imagen_post.text{
    width: inherit;
overflow: inherit;
white-space: inherit!important;
display: inherit;
    /* height: 100%; */
    position: relative;
}

.scroll_fade .imagen_post.text .texto_h h1{
margin: 0;
margin-bottom: 5px;
/* display: none; */
font-size: 16px;
display: none;
}

.scroll_fade .imagen_post.text .texto_h h2{
margin: 0;
margin-bottom: 5px;
/* display: none; */
font-size: 16px;
}

/*contacto*/
.columnas_c{
    position: relative;
}

.columna_c{
    display: inline-block;
    width: -moz-calc(50% - 160px);
    width: -webkit-calc(50% - 160px);
    width: -o-calc(50% - 160px);
    width: calc(50% - 160px);
    vertical-align: bottom;
    margin-bottom: 60px;
}

.columna_c.columna_c_01{
    text-align: left;
        width: 260px;
}

.columna_c.columna_c_02{text-align: left;font-family: 'Cutive Mono', monospace;}

.columna_c.columna_c_02 strong{
    font-family: 'Raleway', sans-serif;
}

.columna_c.columna_c_03{
    width: 250px;
    text-transform: uppercase;
    font-size: 0.9em;
    line-height: 1.3em;
    font-weight: 600;
}

.columna_c p{
    text-transform: uppercase;
    font-size: 0.9em;
    line-height: 1.3em;
    margin-top: 0;
}

.columna_c strong{
    text-transform: uppercase;
    line-height: 1.3em;
    font-weight: bold;
}

.columna_c.columna_c_02{
    font-size: 1.1em;
    width: -o-calc(100% - 530px);
    width: -ms-calc(100% - 530px);
    width: -moz-calc(100% - 530px);
    width: -webkit-calc(100% - 530px);
    width: calc(100% - 530px);
}

.columna_c a{
    text-transform: initial;
    color: #000;
}

.columna_c.columna_c_03 form{
    background: #fff;
    width: 235px;
    display: inline-block;
    padding-top: 10px;
    padding-left: 12px;
    border: 1px solid #000;
}

.columna_c.columna_c_03 input{
    width: 213px;
    height: 15px;
    margin: 10px 0px 10px 0px;
    border: none;
    background: #ccc;
    padding: 5px;
    color: #000;
    font-family: 'Cutive Mono', monospace;
    font-size: 14px;
}

.columna_c.columna_c_03 input[type="text"]{}

.columna_c.columna_c_03 input[type="submit"]{
    width: auto;
    padding: 1px 10px;
    height: 25px;
    margin: auto;
    text-align: center;
    display: block;
    background-color: #fff;
    text-transform: uppercase;
    font-size: 0.9em;
    line-height: 1.3em;
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
}

.columna_c.columna_c_03 input:focus{
    outline: none;
    border: 1px solid #ccc;
    padding: 4px;
}

.columna_c.columna_c_03 textarea{
    margin: 10px 0px 10px 0px;
    width: 213px;
    resize: none;
    height: 100px;
    border: none;
    background: #ccc;
    padding: 5px;
    font-family: 'Cutive Mono', monospace;
    font-size: 14px;
}

.columna_c.columna_c_03 textarea:focus{
    outline: none;
    border: 1px solid #ccc;
    padding: 4px;
}

.columna_c.columna_c_03 input::-webkit-input-placeholder {
   color: #000;
}

.columna_c.columna_c_03 input:-moz-placeholder { 
   color: #000;  
}

.columna_c.columna_c_03 input::-moz-placeholder {  
   color: #000;  
}

.columna_c.columna_c_03 input:-ms-input-placeholder {  
   color: #000;  
}

.columna_c.columna_c_03 textarea::-webkit-input-placeholder {
   color: #000;
}

.columna_c.columna_c_03 textarea:-moz-placeholder { 
   color: #000;  
}

.columna_c.columna_c_03 textarea::-moz-placeholder {  
   color: #000;  
}

.columna_c.columna_c_03 textarea:-ms-input-placeholder {  
   color: #000;  
}

.columna_c.columna_c_03 input[type="submit"]:hover{
    background-color: rgba(255, 255, 255, 0.66);
}

.columna_c.columna_c_03 input[type="submit"]:focus{
    padding: 0px 9px;
}

/*.logo.l_act{
      width: 51px;
  height: 20px;
  background: url(http://galeriaomr.com/wp/wp-content/themes/omr/imgs/logo_r.png) no-repeat 0px 0px;
  background-size: 90%;
}
*/

.error_404{}

.logo_omr_404{}

.error_404 p{}

.error_404 span{}

 @media only screen and (min-height: 800px){
    .mask, .imagen_post, .imagen_post img{
        height: 600px!important;
    }

    .video iframe{
        height: 600px!important;
    }

    .menu_sideScroll{
        height: 590px!important;
    }

 }

 @media only screen and (min-height: 1380px){
    .slider{
        height: 1200px;
    }

 }

@media only screen and (max-height: 750px){
    .slider{
        height: 460px!important; 
    }
      
}


@media only screen and (min-width: 1380px){
    .menu_anios_int{
        width: 1200px;
    }

    .header_int{
        width: 1200px;
    }

    .content_01{
        width: 1200px;
    }
    .sumbenu_int{
        width: 1200px;
    }
    .content_01.contenido_menu{
        width: 1200px;
    }
     .content_01.mosaico{
        width: 1225px;
    }
    .footer_int{
        width: 1197px;
    }
    .linea_final_break{
        width: 1200px;
    }
}

@media only screen and (max-width: 1200px){
    .artist{
        height: 235px;
    }
}

@media only screen and (max-width: 1130px){
    .columna_c.columna_c_02{
        text-align: left;
        /* float: inherit; */
        /* clear: both; */
    }
    .columna_c.columna_c_03 {
    /*float: inherit;
    position: absolute;
    right: 0;
    top: 0;*/
    width: 300px;
    }

    .columna_c.columna_c_02{
        width: -o-calc(100% - 580px);
        width: -ms-calc(100% - 580px);
        width: -moz-calc(100% - 580px);
        width: -webkit-calc(100% - 580px);
        width: calc(100% - 580px);
    }
}
@media only screen and (max-width: 1020px){
    .wrapper{
        padding-top: 0;
    }
    .artist{
        height: 195px;
    }
    .footer{
        position: relative;
    }
    .content_01 {
        height: inherit!important;
    
        padding-top: 10px;
}
    .content_01.submenu{
        position:absolute;
    
        padding-top: 0;
        top: 10px;
}
    .zindex{
        margin-bottom: 0;
    }
    .columna_exhi{
        width: -moz-calc(100% - 20px);
        width: -webkit-calc(100% - 20px);
        width: -o-calc(100% - 20px);
        width: calc(100% - 20px);
        
    }
    .menu_anios{
        position: absolute;
    
        top: 0;
        /* padding-top: 0; */
        display: none;
}

.menu_anios_int{
    width: 100%;
    padding: 0px 1%;
}


}

@media only screen and (max-width: 900px){
    .content_01.contenido_menu{
        width: calc(100% - 40px);
        width: -moz-calc(100% - 40px);
        width: -webkit-calc(100% - 40px);
        width: -o-calc(100% - 40px);
    }

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


    .content_01.submenu{
        position: absolute;
        /* top: 0; */
    }
    .content_01.submenu .submenu_ul{
        display: none;
    }
    .header_int{
        width: calc(100% - 10px);
        width: -moz-calc(100% - 10px);
        width: -webkit-calc(100% - 10px);
        width: -o-calc(100% - 10px);
    }
    .sumbenu_int{
        width: calc(100% - 40px);
        width: -moz-calc(100% - 40px);
        width: -webkit-calc(100% - 40px);
        width: -o-calc(100% - 40px);
    }
    .content_01{
        width: calc(100% - 40px);
        width: -moz-calc(100% - 40px);
        width: -webkit-calc(100% - 40px);
        width: -o-calc(100% - 40px);
    }
    .menu_anios_int{
        width: calc(100% - 40px);
        width: -moz-calc(100% - 40px);
        width: -webkit-calc(100% - 40px);
        width: -o-calc(100% - 40px);
    }
    .news{
        width: 32%;
        width: -moz-calc(100%/3 - 20px);
        width: -webkit-calc(100%/3 - 20px);
        width: -o-calc(100%/3 - 20px);
        width: calc(100%/3 - 20px);
}

    .footer_int{
        width: calc(100% - 60px);
        width: -moz-calc(100% - 60px);
        width: -webkit-calc(100% - 60px);
        width: -o-calc(100% - 60px);
    }
    .content_01.mosaico{
        width: calc(100% - 40px);
        width: -moz-calc(100% - 40px);
        width: -webkit-calc(100% - 40px);
        width: -o-calc(100% - 40px);
    }
    /*.anio_exhi{
        margin-left: 0;
    }
    .exhi{
        margin-left: 0;
        margin-right: 0;
    }*/
}

@media only screen and (max-width: 850px){
    .columna_c.columna_c_02{
        float: inherit; 
        clear: both; 
        width: 100%;
        
    }

    .columna_c{
        width: 100%;
        display: block;
        margin-bottom: 0;
    }


    .video_doble{
          width: 86%;
    }
    .content_01.contenido_menu{
        margin-top: 0px;
        margin-bottom: 10px;
    }
    .columna_c.columna_c_03{
        margin-bottom: 60px;
    }




}

@media only screen and (max-width: 736px) and (max-height: 414px){
    .slider{
        height: 290px!important;
    }
}

@media only screen and (max-width: 700px){
    .artist{
      height: 235px;
    }

    .mapa{
        height: 40px;
    }
    #map_canvas{
        height: 300px;
    }
    .footer{
        height: 270px;
    }    
    .columna_f{
        width: 100%;
        float: inherit;
    }
    .columna_f.footer02{
        text-align: left;
    }
    .columna_f.footer03{
        text-align: left;
    }
    .columna_f p{
        margin-top: 10px;
    }
    .columna_f h5{
        margin-top: 0;
    }
    .artist{
        width: 48%;
    }

    .exhi {
        width: 100%;
    
        margin-left: 0;
        margin-right: 0;
}
.columna_c_01{
    width:100%

}
.columna_c_02, .columna_c_03{
    /* display: none; */
    float: inherit;
    clear: both;
    left: 0;
    /* width: calc(100% - 40px); */
}
.columna_c_03 form{
    float: inherit!important;
    clear:both;
}
    .fairs {
        width: 100%;
    
        margin-right: 0;
        margin-left: 0;
}
    
    .news_info p {
        display: none;
    }

    .anio_exhi{
        margin-right: 0;
        margin-left: 0;
    }
    .exhi.e_uno {
    width: 100%;
    }
    .exhi.e_dos {
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
    }

    .exhi.e_tres {
    width: -moz-calc(94%/3);
    width: -webkit-calc(94%/3);
    width: -o-calc(94%/3);
    width: calc(94%/3);
    margin-left: 1%;
    margin-right: 1%;
    }
    
    .exhi.e_cuatro{
        width: -moz-calc(94%/3);
        width: -webkit-calc(94%/3);
        width: -o-calc(94%/3);
        width: calc(94%/3);
        margin-left: 1%;
        margin-right: 1%;
    }
    .fairs.f_uno {
    width: 100%;
    }
    .fairs.f_dos {
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
    }

    .fairs.f_tres {
    width: calc(94%/3);
    width: -moz-calc(94%/3);
    width: -webkit-calc(94%/3);
    width: -o-calc(94%/3);
    margin-left: 1%;
    margin-right: 1%;
    }
    
    .fairs.f_cuatro{
        width: -moz-calc(94%/3);
        width: -webkit-calc(94%/3);
        width: -o-calc(94%/3);
        width: calc(94%/3);
        margin-left: 1%;
        margin-right: 1%;
    }
    .separacion{
        margin-top: 0px;
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 667px) and (max-height: 375px){
    .slider {
        height: 245px!important;
    }
}

@media only screen and (max-width: 649px){
    .content_01_int{
        margin-left: 0;
    }
  
}

@media only screen and (max-width: 600px){
    .side_der{
        float: inherit;
        width: 100%;
        clear: both;
    }
    .columna_c.columna_c_03{
        position: relative;
        width: 100%;
        padding-top: 30px;
        margin-bottom: 0px;
        padding-bottom: 60px;
    }


    
    .columna_c.columna_c_03 form{
        position: relative;
        width: -o-calc(100% - 20px);
        width: -ms-calc(100% - 20px);
        width: -moz-calc(100% - 20px);
        width: -webkit-calc(100% - 20px);
        width: calc(100% - 20px);
    }


    .columna_c.columna_c_03 input, .columna_c.columna_c_03 textarea{
        position: relative;
        width: -o-calc(100% - 40px);
        width: -ms-calc(100% - 40px);
        width: -moz-calc(100% - 40px);
        width: -webkit-calc(100% - 40px);
        width: calc(100% - 40px);
    }
    .columnas_exhi{
        width: 100%;
    }

    .content_01.contacto_int{
        margin-bottom: -340px;
    }
}

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



    .exhi.e_tres{
        width: 48%;
        margin-left: 1%;
        margin-right: 1%;
    }
    .exhi.e_cuatro{
        width: 48%;
        margin-left: 1%;
        margin-right: 1%;
    }
    .fairs.f_tres{
        width: 48%;
        margin-left: 1%;
        margin-right: 1%;
    }
    .fairs.f_cuatro{
        width: 48%;
        margin-left: 1%;
        margin-right: 1%;
    }
    .news {
        width: 49%;
    
        width: calc(100%/2 - 20px);
        width: -moz-calc(100%/2 - 20px);
        width: -webkit-calc(100%/2 - 20px);
        width: -o-calc(100%/2 - 20px);
}

}
.menu_responsivo{
    display: none;
    position: fixed;
    height: calc(100% - 54px);
    height: -moz-calc(100% - 54px);
    height: -webkit-calc(100% - 54px);
    height: -o-calc(100% - 54px);
    top: 54px;
    width: 100%;
    left: 0;
    background-color: #fff;
}

/*
-moz-calc
-webkit-calc
-o-calc
*/

.menuresposive_ul{
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid #ccc;
    /* display: none; */
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
}

.resposive_li{
    padding-left: 20px;
    width: calc(100% - 20px);
    width: -moz-calc(100% - 20px);
    width: -webkit-calc(100% - 20px);
    width: -o-calc(100% - 20px);
    height: 44px;
    line-height: 44px;
    color: #000;
    background: #fff;
    border-bottom: 1px solid #ccc;
}

.idioma{
    width: 137px;
    position: absolute;
    right: 20px;
    top: 10px;
    display: none;
}

.idioma_int{
    float: left;
    margin-left: 10px;
    color: #000;
}

.idioma_int:hover{
    color: #000;
}

.idioma_r{
    float: right;
}

@media only screen and (min-width: 501px){
    .menu{
        display: block;
    }
    .menu_responsivo{
        display: none!important;
    }
}

@media only screen and (max-width: 500px){
    .side_izq{
        width: calc(100% - 40px);
        width: -moz-calc(100% - 40px);
        width: -webkit-calc(100% - 40px);
        width: -o-calc(100% - 40px);
    }



    .idioma{
        right: 70px;
        top: 15px;
    }
    
    .menu{
        display: none;
    }

    .menu_responsivo{
    /* display: block; */
        
    }

    .responsivo_btn{
        display: block;
    }
    .buscar{
        right: 40px;
        top: 12px;
    }

    .artist {
        width: 100%;
    
        margin: 0;
        margin-bottom: 5px;
        height: 320px;
}
    
    .header{
        height: 44px;
    }
    .wrapper{
        margin-top: 55px;
        padding-top: 0px;
    }
    .video_doble{
        width: 98%;
        margin-left: 1%;
        margin-right: 1%;
    }
    .menu_sideScroll{
        width: 100px;
    }

    .margin_cv{
        width: 140px;
    }

    .imagen_post.text p {
        width: 190px;
    }

    .scroll_cv{
        height: 100px!important;
        min-height: 100px!important;
    }
    .menu_sideScroll{
          border-right: none;
  
          width: calc(100% - 20px);
  height: 110px!important;
    }
    .scroll_cv .mask.sideScroll.curriculum{
        display: none;
    }
    .menu_scroll_ul{
        /* display: none; */
    }
    .menu_scroll_li{
    display: none;
}

}

@media only screen and (max-width: 480px) and (max-height: 302px){
    .slider {
        height: 215px!important;
    }
}

@media only screen and (max-width: 420px){
    .artist {
      height: 270px;
    }
    .content_01.contenido_menu{
        width: calc(100% - 10px);
        width: -moz-calc(100% - 10px);
        width: -webkit-calc(100% - 10px);
        width: -o-calc(100% - 10px);
    }
    .content_01{
        width: calc(100% - 10px);
        width: -moz-calc(100% - 10px);
        width: -webkit-calc(100% - 10px);
        width: -o-calc(100% - 10px);
    }
    .linea_final_break{
        width: calc(100% - 10px);
        width: -moz-calc(100% - 10px);
        width: -webkit-calc(100% - 10px);
        width: -o-calc(100% - 10px);
    }
}

@media only screen and (max-width: 414px) and (max-height: 736px){
    .slider {
        
    }
}

@media only screen and (max-width: 375px) and (max-height: 667px){
    .slider {
        height: 300px!important;
    }
}

@media only screen and (max-height: 320px){
    .mask{
        margin: 0;
        margin-top: 30px;
        padding: 0;
        height: 220px!important;
    }
    
    .imagen_post{
        margin-top: 4%;
        height: 96%;
    }

    .imagen_post_int img{
        height: 95%!important;
        width: auto;
    }
    .menu_sideScroll{
        height: 200px!important;
    }

}



@media only screen and (max-width: 320px) and (max-height: 480px){
    .slider {
        height: 220px!important;
    }
}




