.vg_contendor_programacion .presentacion {
    margin: 0px;
    font-family: 'outfit';
font-weight: 500;
    text-align: center;
}
#vg_full_screen_obra{
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    overflow: auto;
    display: none; 
    background-color: #fff;
    z-index: 11400;
}
.vg_full_screen_slider_izq, .vg_full_screen_slider_der {
    width: 50px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    float: left;
    position: absolute;
    left: 0;
    background-image: url("/themes/custom/platon/icons/arrow-right-black.png");
    background-position: center center;
    background-size: 100%;
    background-repeat: no-repeat
}   
.vg_full_screen_slider_izq{
    background-image: url("/themes/custom/platon/icons/arrow-left-black.png");
}
.vg_full_screen_slider_der{
    right: 0;
    left: auto;
}
.vg_contendor_all_obras{
    width: 100%;
    overflow: auto;
}
.vg_contendor_obra{
    position: relative;
    width: 200px;
    height: 275px;
    background: transparent;
    transition: background 0.3s;
    -webkit-transition: background 0.5s;
    overflow: hidden;
    float: left;
    margin: 5px;
    border-radius: 20px;
}
.vg_contenedor_obra_row{
    margin-top: 35px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 150px;
}
.vg_contendor_obra img{
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.vg_contendor_obra.programacion img{
    max-width: 95%;
    max-height: 70%;
}
div#iframe_video_youtube {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #5C5045aa;
}
div#iframe_video_youtube iframe {
    -webkit-box-shadow: 0px 0px 90px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 90px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 90px 0px rgba(0,0,0,0.75);
}
div#imagen_preload {
    position: absolute;
    filter: blur(4px);
}
.vg_contendor_obra .vg_mini_modal{
    opacity: 0;
    cursor: zoom-in;
    transition: opacity 0.3s;
    -webkit-transition: opacity 0.5s;
    opacity: 0;
    transition-timing-function: linear;
    text-align: center;
    background: transparent;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.vg_contendor_obra:hover .vg_contendor_obra:not(.programacion) .vg_mini_modal {
    opacity: 1;
    background: #0000008c;
}
.vg_mini_modal_content{
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.vg_mini_modal_content h3{
    color: #EAD9C8;
    font-family: 'outfit';
font-weight: 500;
    font-size: 20px;
}
.vg_mini_modal_content h4{
    color: #fff;
    font-size: 15px;
}
.rotate_90{
    transform: rotate(90deg);
}
img.img_vertical{
   /* width: 100%;
    height: auto;*/
    max-width: 100%;
    height: auto;
    max-height: 100%;
}
img.img_horizontal{
    width: auto;
    height: 100%;
    max-width: none;
}
img.img_horizontal.img_horizontal_grande_responsive_ajuste {
    max-width: 100%;
    height: auto;
}
.vg_mini_modal_no_disponible, .vg_mini_modal_disponible {
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 5px;
    right: 5px;
    z-index: 1;
    background: #5C5045;
    padding: 3px 10px;
    overflow: auto;
    opacity: .7;
    border-radius: 30px;
    font-size: 12px;
    color: #ead9c8;
}
span.precio p {
    display: inline-block;
}
.full_screen_disponibilidad img {
    max-width: 100%;
    max-height: 100%;
    padding: 3px;
}
.vg_full_screen_programacion .vg_full_screen_obra_datos_container h4 {
    font-size: 13px;
    font-family: 'outfit';
    font-weight: 100;
}
.full_screen_disponibilidad {
    text-align: center;
    width: 100%;
    cursor: pointer;
    position: relative;
}
.full_screen_disponibilidad div.vendido, .full_screen_disponibilidad div.disponible a {
    padding: 10px;
    display: block;
    background: #fff;
}
.full_screen_disponibilidad .precio {
    color: #b2b2b2;
    margin-right: 10px;
    font-size: 14px;
}
.ver_en_sala {
    padding: 5px;
    margin: 0px;
    background: #b2b2b2;
    text-align: center;
}
.sala {
    position: relative;
    width: 100%;
    height: 100%;
}
.pared:before {
    content: "";
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%,rgba(0, 0, 0, 0.1) 60%);
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
}
.sala .pared {
    height: 85%;
    background: radial-gradient(ellipse at center, rgba(255,255,255,1) 0%,rgba(223,219,216,1) 100%);
    border-bottom: 2px solid #00000033;
    display: flex;
    justify-content: center;
    align-items: center;
}
div#luces_sala {
    width: 150px;
    cursor: pointer;
    position: absolute;
    z-index: 1000;
    top: 0;
    right: 0;
    display: block;
    padding: 10px;
    border: 4px solid #5C5045;
    border-top: 0px;
    background: #b2b2b2;
    border-right: 0px;
    color: #5C5045;
}
.sala_oscura div#luces_sala {
    background: transparent;
    border: 4px solid #EAD9C8;
    border-top: 0px;
    border-right: 0px;
    color: #EAD9C8;
}
div#luces_sala p {
    padding: 0;
    margin: 0;
}
.sala_oscura.sala .pared {
    background: radial-gradient(ellipse at center, rgba(255,255,255,1) 0%,rgb(200, 200, 200) 30%,rgb(0, 0, 0) 100%);
}
.sala_oscura.sala .suelo .banco {
    background-image: url(/modules/custom/valerogarte_obras/img/banco_oscuro.png);
}
.sala_oscura.sala .suelo {
    background-image: url(/modules/custom/valerogarte_obras/img/suelo_oscuro.jpg);
}
.sala_oscura.sala .suelo:after {
    content: "";
    background: linear-gradient(180deg, rgb(0, 0, 0) 0%,rgba(7, 6, 6, 0) 60%);
    width: 100%;
    height: 100%;
    display: block;
    opacity: .4;
}
.sala .pared .obra{    
    box-shadow: 0px 5px 7px rgba(0,0,0,0.8)
}
.sala .suelo{
    position: relative;
    height: 15%;
    width: 100%;
    background: #5C5045;
    background-image: url("/modules/custom/valerogarte_obras/img/suelo.jpg");
    background-size: contain;
}
span.obra_size, span.obra_size_inch {
    font-size: 12px;
    color: #b2b2b2;
}
span.obra_size{
    padding-left: 10px;
}
span.obra_size:after {
    content: "/";
    padding-left: 5px;
}
.container_banco {
    position: absolute;
    top: -40px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    display: flex;
    justify-content: center;
    align-items: center;
}
.max_size {
    position: absolute;
    top: -8px;
    width: 100%;
    font-size: 12px;
    font-family: 'outfit';
font-weight: 500;
}
.sala .suelo .banco{
    max-height: 500px;
    max-width: 500px;
    width: 100%;
    height: 100%;
    background: transparent;
    overflow: auto;
    position: absolute;
    margin-top: 10px;
    overflow: visible;
    background-image: url("/modules/custom/valerogarte_obras/img/banco.png");
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}
.conteiner_sala_obra_small {
    position: absolute;
    height: 75%;
    top: 0;
    left: 0px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.conteiner_sala_obra_small img {
    max-width: 50px;
    max-height: 50px;
}
.disponible a img.trolley_black {
    height: 25px;
    padding-left: 5px;
}
div#obra_en_sala {
    background: #fff;
    position: absolute;
    height: 100%;
    width: 100%;
}
.ver_en_sala p{
    color: #5C5045;
    font-size: 12px;
    padding: 0px 5px;
    margin: 0px;
}
.container_sala {
    position: relative;
    width: 75px;
    height: 75px;
    background: transparent;
    margin: 0px auto 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.vg_mini_modal_disponible {
    height: 25px;
    width: 25px;
    box-sizing: border-box;
    background: transparent;
}
.full_screen_disponibilidad .vendido span {
    color: #b2b2b2;
}
.vg_mini_modal_no_disponible a, .vg_mini_modal_disponible a{
    display: block;
    width: 100%;
    height: 100%;
    color: rgba(178, 178, 178, 0.4);
}
.vg_mini_modal_carrito {
    position: absolute;
    z-index: 1;
    width: 35px;
    height: 35px;
    bottom: 5px;
    right: 5px;
}
.vg_mini_modal_no_disponible a:hover, .vg_mini_modal_disponible a:hover {
    color: #EAD9C8;
}
.vg_full_screen_obra_img {
    width: 100%;
    height: 90%;
    margin: 5% 0%;
    text-align: center;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
}
.vg_full_screen_obra_img img{
    max-width: 400px;
    max-height: 100%;
    position: relative;
}
.vg_full_screen_slider {
    width: 70%;
    height: 100%;
    float: left;
    position: relative;
}
.vg_full_screen_obra_datos {
    position: absolute;
    width: 30%;
    height: 100%;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    border-left: 3px solid #5C5045;
}
.vg_full_screen_obra_datos_container {
    padding: 10px;
    width: 100%;
    margin-left: 15px;
}
.vg_full_screen_obra_datos_container h3 {
    color: #5C5045;
    font-size: 18px;
}
.vg_full_screen_obra_datos_container h4 {
    font-size: 14px;
    font-family: 'outfit';
    color: #b2b2b2;
    padding-left: 10px;
}
.vg_full_screen_obra_datos_container span.precio,
.vg_full_screen_obra_datos_container span.vendido{
    display: block;
    margin-top: 10px;
}
.full_screen_disponibilidad .vendido {
    color: #b2b2b2;
}
div#vg_full_screen_slider_cerrar {
    padding: 10px 30px 10px 30px;
    top: 10px;
    position: absolute;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    cursor: pointer;
    z-index: 110;
}
.openseadragon-container {
    position: absolute !important;
}
.botoner_action_mensajes_volver{
    display: flex;
    color: #fff;
    height: 100%;
    background: transparent;
    border: none;
    margin: 0px;
    font-size: 20px;
    padding: 0px 15px;
}
.botoner_action_mensajes_volver option {
    background: white;
    color: #5C5045;
}
select.botoner_action_mensajes_volver:focus {
    border: 0px;
    outline: none;
    background: rgba(178, 178, 178, 0.2);
}
.vg_custom_moda_edit_form {
    position: absolute;
    z-index: 9999;
    width: 100%;
    padding: 10%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .8);
}
.vg_custom_moda_edit_form div{
    
}
a.vg-use-ajax, a.use-ajax {
    position: absolute;
    z-index: 9;
    background: #5C5045;
    padding: 5px;
    width: 45px;
    text-align: center;
    color: #fff !important;
    cursor: pointer;
}
div#content input.edit_weight {
    position: absolute;
    z-index: 9;
    background: transparent;
    right: 10px;
    text-align: right;
    max-width: 100px;
    text-shadow: 0 0 2px #5C5045;
    color: #fff;
    border: none;
    opacity: .7;
    font-size: 14px;
}
div.node_date {
    position: absolute;
    z-index: 8;
    color: #cacaca;
    font-size: 10px;
    top: 50px;
    left: -25px;
    width: 65px;
    text-shadow: 0 0 2px #5C5045;
    transform: rotate(-90deg);
}
.botoner_action_mensajes.private_message_thread > div > div.conteiner_select_serie {
    position: absolute;
    left: 70px;
    background: transparent;
    width: auto;
}
div#checkout_obra {
    text-align: center;
    padding: 20px;
    max-height: 300px;
}
.checkout_container_img {
    width: 100%;
    height: 100%;
}
.checkout_container_img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}
.disponible a {
    color: #5C5045;
    font-size: 15px;
    font-family: "outfit";
    margin: 0 auto;
    text-align: center;
    width: 100%;
    display: block;
    width: 150px;
    padding: 10px;
    background: #EAD9C8;
    border-radius: 3px;
}
.disponible a:hover {
    color: inherit;
}
.disponible {
    max-width: 100%;
    margin: 0 auto;
    margin-top: 15px;
}
.catacteristicas_pago {
    margin-top: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: .5;
}
.catacteristicas_pago > div {
    margin-right: 15px;
}
.catacteristicas_pago p {
    font-size: 10px;
    text-align: center;
}
.catacteristicas_pago img {
    max-height: 50px;
    max-width: 50px;
    margin: 0 auto;
    display: block;
}
.ver_en_sala > img {
    min-height: 20px;
    width: 40px;
    padding: 2px !important;
}
.pintando_youtube {
    background: #5C5045;
    padding: 3px 0px;
    position: absolute;
    height: 50px;
    top: -65px;
    width: 100%;
}
.vg_contendor_obra.publicidad {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 5px solid #5C5045;
}
.vg_contendor_obra.publicidad a{
    font-family: "outfit";
    text-align: center;
    font-size: 25px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #5C5045;
}
.vg_contendor_obra.publicidad a:hover{
    color: #EAD9C8;
}
div#tags {
    display: flex;
    overflow-x: auto;
    justify-content: center;
    /*height: 100%;*/
}
div#tags a {
    display: block;
    float: left;
    background: transparent;
    color: #ffffff;
    padding: 5px 10px;
    margin: 8px;
    border-radius: 5px;
    text-align: center;
  /*  background-image: url(/modules/custom/valerogarte_blocks/img/fondo-3.png);
    text-shadow: 0 0 5px black;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: bottom;
    width: 200px;
    text-align: center;
    height: 38px;*/
}
div#tags a.selected {
    background: #b2b2b2;
  /*  margin: 6px 13px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #b1b1b1;
    text-shadow: none;*/
}
.artista_sin_obras {
    padding: 10px;
    text-align: center;
    font-size: 25px;
}
.container.artista_sin_obras a {
    display: block;
    font-size: 35px;
    margin: 30px 0px;
    border: 4px solid;
    padding: 10px;
}

@media (max-width: 700px) {
    
    .full_screen_disponibilidad{
        position: static;
    }
    .catacteristicas_pago {
        display: none;
    }
    .vg_full_screen_obra_datos{
        border-left: 0px;
        border-top: 3px solid #b2b2b2;
    }
    .vg_full_screen_obra_datos_container span.precio, .vg_full_screen_obra_datos_container span.vendido {
        display: inline-block;
    }
    .disponible {
        display: block;
        position: absolute;
        top: -60px;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
        z-index: 99;
    }
    .vg_full_screen_obra_datos_container {
        border: 0px;
    }
    .container_sala {
        display: none;
    }
    .pintando_youtube, .ver_en_sala {
        display: block;
        position: absolute;
        top: -44px;
        right: 55px;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        padding: 0px;
        height: 41px;
        z-index: 99;
    }
    .pintando_youtube {
        right: 110px;
        width: auto;
    }
    .ver_en_sala p {
        font-size: 15px;
    }
    div#vg_full_screen_slider_cerrar {
        top: -58px;
        padding: 15px;
        right: 0px;
    }
    .vg_full_screen_slider{
        height: calc( 100% - 150px);
        width: 100%;
    }
    .vg_full_screen_obra_datos {
        bottom: 0px;
        height: 150px;
        width: 100%;
    }
}
