html, body {
    background-color: #fff;
    color: #636b6f;
    font-family: 'Nunito', sans-serif;
    font-weight: 200;
    height: 100vh;
    margin: 0;
}

.btn-link:hover{
    color: #C20000;
}

.full-height {
    height: 100vh;
}

.flex-center {
    align-items: center;
    display: flex;
    justify-content: center;
}

.position-ref {
    position: relative;
}

.top-right {
    position: absolute;
    right: 10px;
    top: 18px;
}

.content {
    text-align: center;
}

.title {
    font-size: 84px;
}

.links > a {
    color: #636b6f;
    padding: 0 25px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .1rem;
    text-decoration: none;
    text-transform: uppercase;
}

.m-b-md {
    margin-bottom: 30px;
}

/*******************************/
/************ CUSTOM ***********/
/*******************************/

/*** AUTH **/
.login-center-middle{
    position: fixed;
    top: 50%;
    width: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.contenedor-login{
    background-color: #000000d4;
}

.contenedor-login-titulo{
    color: #fff;
    font-weight: bold;
    border-bottom: 1px solid #848484;
}

.input-login{
    background-color: #000000d4;
    color: #fff;
}

.input-login:focus{
    background-color: #000000d4;
    color: #fff;
}

/*** AUDITORIOS ***/
.auditorio_video{
    position: absolute;
    z-index: 99;
    width: 55%;
    top: 48%;
    left: 50.5%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    pointer-events: none;
}
.auditorio_video iframe{
    height: 60vh;
}

.auditorio_video_oculto{
    position: absolute;
    z-index: -1;
    width: 45%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    pointer-events: none;
}
#loading {
    background: url('../img/iconos/loader.gif') no-repeat center center;
    background-size: cover; 
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 150px;
    width: 150px;
    z-index: 9999999;
}
.auditorio_botonera{
    position: absolute;
    z-index: 99999 !important;
    top: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
    background-color: #000000d4;
}
.auditorio_botonera a i{
    font-size: 17px;
    padding: 10px;
    color: #fff;
}
.auditorio_botonera a{
    text-decoration: none;
}
.auditorio_botonera a:hover{
    text-decoration: none;
}
.volver_auditorio a{
    text-decoration: none;
}
.volver_auditorio a:hover{
    text-decoration: none;
}
.tachado{
    background: linear-gradient(to top right, transparent calc(50% - 1px), #fff, transparent calc(50% + 1px) );
}
.volver_auditorio{
    position: absolute;
    display: flex;
    z-index: 99;    
    background-color: #000000d4;
    color: #fff;    
    top: 100%;
    left: 0;
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%);
}
.volver_auditorio a i{
    font-size: 17px;
    padding: 10px;
    color: #fff
}

/*** TOUR ***/
.tour_360_iframe{
    width: 100%;
    height: 100vh;
}

.panolens-container div{
    display: none !important;
}

.chat_auditorio{
    right: 0;
    width: 25%;
    height: 79vh;
    bottom: 0;
    position: absolute;
}
.label-reset-pass{
    color: #fff !important;
}
.tiempo_restante{
    position: absolute;
    z-index: 99;
    width: 50%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    pointer-events: none;
}
.tiempo_restante div{
    display: inline-block;
    background-color: #000000d4;
    color: #fff;
    font-size: 50px;
    width: 24.5%;
    text-align: center;
}
.tiempo_restante .dias{
    display: inline-block;
    color: #fff;
    font-size: 50px;
    width: 100%;
    text-align: center;
}
.content_tiempo_restante span{
    font-size: 20px;
    display: block;
}
.tiempo_restante .titulo{
    display: inline-block;
    background-color: #000000d4;
    color: #fff;
    font-size: 40px;
    width: 100% !important;
    text-align: center;
    margin-bottom: 3px;
}
.close_sesion{
    position: absolute;
    z-index: 99;
    width: auto;
    top: 100%;
    left: 100%;
    -webkit-transform: translate(-100%, -100%);
    transform: translate(-100%, -100%);
}
.move360{
    position: absolute;
    z-index: 99;
    width: auto;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.move360 div{
    background-color: #000000d4;
    color: #fff;
    font-size: 15px;
    width: auto;
    padding: 5px 20px;
    text-align: center;
}
.move360 div img{
    width: 100px;
}
.close_sesion a{
    background-color: #000000d4;
    color: #fff;
    font-size: 15px;
    width: auto;
    padding: 5px 20px;
    text-align: center;
}
.close_sesion a:hover{
    background-color: #000000d4;
    color: #fff;
}
.referencia_icono{
    display: block;
    color: #fff;
    text-decoration: none;
}
.auditorio_con_chat{
    position: absolute !important;
    width: 100% !important;
    height: 100% !important;
}

.initial_timer{
    background-image: url('/img/fondo_timer.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.logo-timer{
    width: 80%;
    margin-left: 10%;
}

/******* ESTILOS DEFINITIVOS ********/
.fondo_workshop{
    background-image: url('/img/auditorio.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 100vh;
}

.close-pdf{
    position: absolute;
    right: 10px;
    top: 10px;
}
.content-modal-pdf{
    padding: 0;
}
.novedades-twitter{
    position: absolute;
    z-index: 999 !important;
    width: 55%;
    top: 0%;
    left: 0%;
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
}
.novedades-twitter .sideNav {
    height: 100vh;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(41, 47, 51);
    overflow-x: hidden;
    padding-top: 60px;
    transition: 0.5s;
}
.novedades-twitter .sideNav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 5px;
    color: #fff;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    display: block;
    transition: 0.3s;
}
.novedades-twitter .sideNav .closeBtn {
    position: absolute;
    top: 0;
    right: 5px;
    font-size: 36px;
    margin-left: 50px;
    color: #fff;
}
.novedades-twitter .sideNav .closeBtn:hover {
    font-weight: bold;
}	
.novedades-twitter button {
    padding: 10px 20px;
    background-color: rgb(244 23 24);
    color: rgb(255, 255, 255);
    font-size: 12px;
    font-weight: 600;
    border: none;
}
.novedades-twitter .main-content{
    transition: 0.5s;
}
.tapar_360{
    position: absolute;
    z-index: 99;
    width: 22%;
    top: 2%;
    height: 100px;
    left: 50%;
    -webkit-transform: translate(-50%, -10%);
    transform: translate(-50%, -10%);    
    pointer-events: none;
}
.auditorio_video_oculto_streming_local {
    pointer-events: all; 
    z-index: 10; 
    width: unset; 
    top: 48%; 
    left: 50%; 
    right: -4%;
}

@media only screen and (max-width: 992px) and (orientation:portrait) {
    .descargas_home{
        position: absolute;
        display: flex;
        width: 100%;
        z-index: 99;    
        background-color: #000000d4;
        color: #fff;    
        padding: 20px;    
        top: 100%;
        left: 50%;
        -webkit-transform: translate(-50%, -100%);
        transform: translate(-50%, -100%);
    }
    .auditorio_video{
        position: absolute;
        z-index: 99;
        width: 75%;
        top: 57%;
        left: 51%;
        -webkit-transform: translate(-51%, -57%);
        transform: translate(-51%, -57%);

    }
    .auditorio_botonera{
        position: absolute;
        z-index: 99999 !important;
        top: 100%;
        left: 50%;
        -webkit-transform: translate(-50%, -100%);
        transform: translate(-50%, -100%);
        background-color: #000000d4;
    }
    .auditorio_botonera a i{
        font-size: 13px;
        padding: 10px;
        color: #fff
    }
    .tiempo_restante{
        width: 80% !important;
    }
    .tiempo_restante div {
        width: 23.5% !important;
        font-size: 20px !important;
    }
    .tiempo_restante .dias{
        font-size: 20px !important;
    }
    .content_tiempo_restante span {
        font-size: 10px !important;
    }
    .logo-timer{
        width: 90%;
        margin-left: 5%;
    }    
    .fondo_workshop{
        background-image: url('/img/auditorio_mobile.jpg');
    }
    #loading {
        background: url('../img/iconos/loader.gif') no-repeat center center;
        background-size: cover; 
        position: absolute;
        top: 56%;
        left: 50%;
        -webkit-transform: translate(-50%, -56%);
        transform: translate(-50%, -56%);
        height: 70px;
        width: 70px;
        z-index: 9999999;
    }
    .tapar_360 {
        width: 45%;
    }
    .auditorio_video iframe {
        height: 26vh;
    }

    .auditorio_video_oculto_streming_local {
        top: 51%;
        left: 51%;
        right: -21%;
    }    
}
.volver-login-index{
    font-size: 20px;
    color: #fff;
    float: left;
    font-weight: bold;
    margin-top: 3px;
}

.title-video-youtube:hover {
    background: rgb(244 23 24) !important;
} 

	/* Landscape */
@media only screen and (max-width: 992px) and (orientation:landscape) {
   .auditorio_video iframe {
        height: 77vh;
    }
    .auditorio_video{
        position: absolute;
        z-index: 99;
        width: 72% !;
        top: 67%;
        left: 51%;
        -webkit-transform: translate(-51%, -67%);
        transform: translate(-51%, -67%);
	}
}