/* GENERAL - MENU - LOGO*/
@font-face {
    font-family: 'Montserrat-Bold';
    src: url('../fonts/Montserrat-Bold.ttf');
}
@font-face {
    font-family: 'Montserrat-Regular';
    src: url('../fonts/Montserrat-Regular.ttf');
}
@font-face {
    font-family: 'Montserrat-Black';
    src: url('../fonts/Montserrat-Black.ttf');
}
@font-face {
    font-family: 'AbrilFatface-Regular';
    src: url('../fonts/AbrilFatface-Regular.otf');
}
@font-face {
    font-family: 'Verdana-Bold';
    src: url('../fonts/Verdana-Bold.ttf');
}
html {
	height: 100%;
}
body {
    background: #ffffff;
}
.linea-input {
    margin-bottom: 40px;
    color: #323232;
    border: none;
}
.form-control {
    font-size: 18px;
    color: #969696;
    font-family: Montserrat-Regular;
}
.form-control, .form-control:active, .form-control:focus {
    width: 100%;
    padding: initial;
    background-color: initial !important;
    background-clip: initial;
    border: initial;
    box-shadow: initial;
    border: initial !important;
    border-bottom: 1px solid #969696 !important;
    border-radius: initial !important;
}
.delete-linea {
    border-bottom: 0px;
}
.delete-txt, .edit-txt {
    font-family: Montserrat-Bold;
    font-size: 18px;
    color: #323232;
}
.form-control:active, .form-control:focus {
    border-bottom: 1px solid #000000;
    font-family: Montserrat-Bold;
    font-size: 18px;
    color: #323232;
}
.select-ventana:active, .select-ventana:focus {
    margin-top: -10px;
    color: #969696;
    text-align: left;
    margin-left: -5px;
    width: 100%;
    padding: initial;
    background-color: initial;
    background-clip: initial;
    border: initial;
    box-shadow: initial;
    border-bottom: 1px solid #969696;
    border-radius: initial;
}
.select-ventana option {
    background: #1e1e1e;
}
.form-control-nok {
    border-bottom: 1px solid #d20000 !important;
    color: #d20000;
    font-size: 12px;
}
.form-input-nok {
    border-bottom: 1px solid #d20000 !important;
}
.absolute-center {
    margin: auto;
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
}
.slogan {
    margin: 0 auto;
    padding-top: 70px;
}
.absolute-center.is-responsive {
    min-width: 400px;
    max-width: 600px;
    margin-top: 360px;
}
.logo {
    margin-bottom: 78px;
}
.logo img, .margin-button {
    margin: 0 auto;
    display: table;
}
.active {
    display: block;
}    
.no-active {
    display: none;
}
.pointer {
    cursor: pointer;
} 
.navbar-right {
    text-align: right;
}
.load-login {
    width: 40px;
    position: relative;
    bottom: 5px;
    right: 5px;
}
.titulo-sala {
    position: absolute;
    right: 0px;
    top: -50px;
}
.nuevo {
    margin-left: 5px;
}

/*ToolTip*/
.tooltip > .tooltip-inner {
    font-family: "Montserrat-Regular";
    font-size: 14px;
}
/*PANTALLAS MENU*/
.docuMonitor {
    margin-top: 48px; 
    margin-left: -110px;
}
.docuGuia {
    margin-top: 36px; 
    margin-left: -110px;
}
.fondo {
    background-image: url(../../img/background.jpg);
    background-repeat: no-repeat;
    background-color: #969696;
    overflow-x: hidden;
	min-height: 100%;
	background-position: center;
	background-size: cover;
}
.navbar-brand {
    padding: 0px;
}
.navbar-brand > img {
    padding: 15px;
    width: auto;
    margin-top: 25px;
}
.example3 .navbar-brand {
    height: 80px;
}
.example3 .nav >li >a {
    padding-top: 30px;
    padding-bottom: 30px;
}
.example3 .navbar-toggle {
    padding: 10px;
    margin: 25px 15px 25px 0;
}
.navbar-default {
    background-color: transparent;
    border-color: transparent;
    z-index: 1;
}

.historial__notification.is-active {
	z-index: 99999;
}
.navbar-default { 
	z-index: 1051;
}
/* .navbar-z-index {
    z-index: 1030!important;
} */
.modal-open .modal {
	z-index: 1052;
}
body.backdrop-active .navbar-z-index {
    z-index: 10 !important;
}


.menu-centrado {
    display: table;
}
.hora, .nombre, .num-pantallas, .nombre-sala {
    font-family: Montserrat-Black;
    color: #323232;
}
.nombre-sala {
    font-size: 28px;
    margin-top: -10px;
}
.hora {
    font-size: 3.967rem;
    line-height: 1.09;
}
@media screen and (min-width: 768px) {
    .hora { font-size: 2rem; }
}
.nombre {
    font-size: 28px;
    margin-top: -19px;
}
.ico {
    position: absolute;
    display: flex;
    align-items: center; 
    gap: 8px; 
    top: 495px;
    left: 50%;
    height: 30px !important;
	transform: translateX(-50%);
}
.ico-msj,
.ico-txt-msj,
.ico-foto,
.ico-txt-foto,
.ico-pendrive,
.ico-fav {
    position: static; 
    margin: 0;
    padding: 0;
}
.ico-txt-msj {
    font-size: 16px;
    font-family: Montserrat-Bold;
    line-height: 0.928;
}
.ico-txt-foto {
    font-size: 16px;
    font-family: Montserrat-Bold;
    line-height: 0.928;
}
.ico-foto,
.ico-pendrive,
.ico-fav {
    margin-bottom: 6px;
}
.ico-caja {
    top: 194px;
    left: 63px;
    position: absolute;
    z-index: 127;
}
.on-caja {
    position: absolute;
    z-index: 128;
    top: 318px;
    left: 136px;
}
.ayuda-caja {
    position: absolute;
    z-index: 128;
    top: 210px;
    left: 136px;
}
.ico-entregar {
    z-index: 128;
    top: 245px;
    left: 128px;
    position: absolute;
}
.ico-warning-red {
    z-index: 129;
    top: 210px;
    left: 138px;
    position: absolute;
}
.ico-txt-caja, .ico-txt-caja:focus, .ico-txt-caja:active, .ico-txt-caja:visited {
    border-radius: 10px;
    background-color: #118300;
    position: absolute;
    left: 88px;
    top: 250px;
    width: 128px;
    height: 42px;
    z-index: 127;
    font-family: Montserrat-Black;
    color: #ebebeb;
    font-size: 12px;
    line-height: 1.176;
    text-align: center;
    padding-top: 7px;
    text-decoration: none;
}
.ico-txt-caja:hover {
    background-color: #ffffff;
    color: #168306;
    text-decoration: none;
}
.ico-txt-caja-act, .ico-txt-caja-act:focus, .ico-txt-caja-act:active, .ico-txt-caja-act:visited {
    border-radius: 10px;
    background-color: #e60000;
    position: absolute;
    left: 88px;
    top: 250px;
    width: 128px;
    height: 42px;
    z-index: 127;
    font-family: Montserrat-Black;
    color: #ffffff;
    font-size: 12px;
    line-height: 1.176;
    text-align: center;
    padding-top: 7px;
    text-decoration: none;
}
.ico-txt-caja-act:hover {
    background-color: #ffffff;
    color: #e60000;
    text-decoration: none;
}
.color-green {
    color: #168306;
}
.color-gray {
    color: #505050;
}
.img-logout {
    margin-left: 19px;
}
.num-pantallas {
    font-size: 26px;
    margin-top: -11px;
    margin-bottom: 5px;
}
.num-pantallas > img {
    margin-bottom: 3px;
}
.margin-derecho {
    margin-right: 15px;
}
.soporte-nav {
    margin-right: 5px;
}
.container-fluid {
    padding-right: 135px;
    padding-left: 120px;
}
.menu-izq {
    margin-top: -10px;
}
.menu-der {
    margin-top: 17px; /*-7px;*/
}
.margin-pantallas {
    margin-top: 9px;
	display: flex;
    align-items: center;
    justify-content: center;
    /* height: 65vh; altura para centrar */
}
@media(max-width:767px) {
	.margin-pantallas {
		height: initial;
	}
}

.margin-pantallas-inf {
    margin-bottom: 80px;
    top: 25px !important;
}
.reflejo {
    position: absolute;
    top: 39.5px;
    left: 63px;
    z-index: 125;
}
.gallery__footer {
    font-family: "Montserrat-Regular";
    margin-left: 135px;
    padding-bottom: 70px;
    margin-top: 41px;
	position: absolute;
    bottom: 0px;
}
.gallery_foot_img {
    margin-left: 0px!important;
}
/* Tienes un velatorio activo en inglés */
.svg-container {
    display: flex;
    flex-direction: column; 
    align-items: center;
    justify-content: center;
}

.vel-activo {
    display: block; 
    height: auto;
}

.svg-text {
    position: absolute;
    top: 200px; 
    left: 50%;
    transform: translate(-50%, -50%); 
    color: #c0a6a6; 
    font-size: 15px; 
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    line-height: 1;
}

.embed-container {
    text-align: center;
}
.embed-container img {
    position: absolute;
    top: 110px;
    margin-left: 28px;
}
iframe {
    position: absolute;
    margin-top: 54px;
}
@media screen and (max-width: 575px) {
    .embed-container iframe {
        width: 200px;
        height: 355px;
        margin-top: 40px;
    }
    .embed-container img { 
        width: 30px;
        margin-left: 10px;
        top: 112px;
    }
    .modal-screen p {
        min-height: 80px;
    }
}
@media screen and (min-width: 576px) {
    .embed-container iframe {
        width: 377px; 
        height: 672px;
    }
	.embed-container-horizontal iframe {
        height: 377px !important;
        width: 672px !important;
    }
}
@media screen and (min-width: 1400px) {
    .embed-container iframe {
        width: 452px;
        height: 805px;
    }
	.embed-container-horizontal iframe {
        height: 452px !important;
        width: 805px !important;
    }
}
.mantenimiento {
    width: 59%;
    top: 41px;
    left: 65px;
    opacity: 0.851;
    z-index: 110;
    position: absolute;
}
.vel-activo {
    top: 130px;
    z-index: 110;
    position: absolute;
}
.no-velatorio {
    top: 42px;
    left: 65px;
    z-index: 110;
    position: absolute;
}
.off > img:hover, .on > img:hover, .editar > img:hover, .on-caja > img:hover, .ayuda-caja > img:hover, .digital > img:hover {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.off {
    top: 391px;
    left: 100px;
    position: absolute;
    z-index: 126;
}
.editar {
    position: absolute;
    z-index: 126;
    top: 391px;
    right: 100px;
}
.digital {
    position: absolute;
    z-index: 1;
    top: 391px;
    right: 68px;
}
.on {
    position: absolute;
    z-index: 126;
    top: 391px;
    left: 130px;
}
.nScreen {
    bottom: initial; 
    display: flex !important; 
    flex-direction: inherit; 
    background-color: #141414;
}
.modal-screen {
    width: 101% !important; 
    height: 100% !important; 
    margin: 0 auto !important;
    background-color: #141414 !important;
    padding: 0px !important;
}
.modal-screen  p {
    background-color: #795905;
    height: 51px;
    color: #ffffff;
    font-family: Montserrat-Regular;
    font-size: 17px;
    text-align: center;
    padding-top: 15px;
}
.modal-screen img {
    margin-bottom: 5px;
    margin-right: 10px;
}
.loadOff > img, .loadOn > img, .loadReboot > img {
    width: 30px;
}
.totem  {
    width: 248px; 
    height: 495px;
    display: table;
    margin: 0 auto;
    position: relative;
    margin-top: -12px;
}
.form-control[disabled], .form-control[readonly] {
    background: initial;
}
.post-inferior {
    z-index: -1;
}
.margin-left {
    margin-left: 10px !important;
}
.lang:focus, .lang:hover {
    color: initial;
    text-decoration: none;
}
.margin-idioma-medio {
    margin-left: 6px;
}
.margin-idioma-medioexe {
    margin-left: 12px;
}
.oblig {
    color: #d20000 !important;
}
.oblig-fondo {
    background-color: #000000 !important;
}
.oblig-txt {
    font-size: 12px;
}
.txt-idioma {
    font-family: "Montserrat-Bold";
    font-size: 11px;
    color: #969696;
    line-height: 0.928;
    position: absolute;
    margin-top: 5px;
    margin-left: -7px;
}
.txt-idioma-ico {
    margin-left: 10px;
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.modal-full {
    width: 100% !important;
    height: 100% !important;
    margin: 0;
    padding: 0;
    background-image: url(../../img/particles-guia.png);
    text-align: center !important;
    background-color: #FFF !important;
    opacity: 0.9;
    background-repeat: no-repeat;
    background-position: right bottom;
}
.modal-full-bienvenido {
    padding-left: 50px;
    padding-right: 50px;
    margin-top: 7%;
}
.modal-full-btn {
    margin-top: 60px;
    margin-left: -15px;
}
.modal-full .modal-header {
    border-bottom: none;
    margin-top: 60px;
    margin-right: 75px;
}
/*APAGAR LA SALA*/
.modal-off {
    background: #c8c8c8;
    position: absolute;
    width: 179px;
    height: 318px;
    z-index: 169;
    top: 40px;
    left: 64px;
}
.warning {
    margin-top: 34px;
    width: 75px;
    height: 68px;
}
.txt-warning {
    font-size: 11px;
    font-family: Montserrat-Regular;
    color: #db0000;
    line-height: 1.214;
    text-align: left;
    position: absolute;
    width: 154px;
    height: 149px;
    margin-top: 25px;
    margin-left: 17px;
}
.txt-warning-black {
    font-family: Montserrat-Black;
}
.sala-off-ok {
    position: absolute;
    width: 29px;
    height: 30px;
    top: 270px;
    left: 50px;
}
.sala-off-cancel {
    position: absolute;
    width: 29px;
    height: 30px;
    top: 270px;
    left: 96px;
}
/*MODAL CENTRADO*/
.modal {
    text-align: center;
    padding: 0!important;
}
.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}
#guia:before {
    display: none;
}
.aviso-text-red {
    color: #b91c1c;
}
.aviso-red {
	background-color: #fef2f2;
    padding: 20px;
    border-radius: 10px;
}
.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    background-color: #c8c8c8;
	width: 90vw;          /* 90% del ancho de la ventana */
    max-width: 1500px;
    height: 90vh;         /* 90% de la altura de la ventana */
	max-height: 925px;
    padding: 35px 49px 0 48px;
	overflow-y: auto;
}
.velconf, .close:focus, .close:hover  {
    opacity: initial;
}
/*NUEVO VELATORIO*/
.modal-dialog > h4 , form h4 {
    font-family: Montserrat-Bold;
    color: #969696;
    font-size: 28px;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: initial;
    font-family: Montserrat-Regular;
    color: #323232;
    font-size: 10px;
    margin-top: 14px
}
.modal-dialog > form > .row > .col-md-3, .modal-dialog > form > .row > .col-md-2, .modal-dialog > form > .row > .col-md-4 {
    margin-top: 20px;
}
.modal-dialog > form > .row > .col-md-3 > img, .modal-dialog > form > .row > .col-md-3 > .row > .col-md-12 > img, 
.modal-dialog > form > .row > .col-md-2 > .row > .col-md-12 > img, .modal-dialog > form > .row > .col-md-3 > .row > .col-md-12 > img {
    margin-bottom: 10px;
}
.modal-dialog > form > .row > .col-md-4 > .row > .col-md-12 > .iglesia {
    margin-top: -11px;
}
.top-iglesia {
    margin-top: 21px;
}
.top-user {
    margin-top: 12px;
}
.top-tlf {
    margin-top: 5px;
    margin-bottom: 10px;
}
.box-icoimage {
    height: 49px
}
.help {
    cursor: help;
    margin-top: -5px;
}
h1 {
    color: #969696;
    font-size: 60px;
    font-family: Montserrat-Bold;
    margin-bottom: 0px;
    margin-top: 40px;
}
.horaForm1, .horaForm1:active, .horaForm1:focus, .horaForm2, .horaForm2:active, .horaForm2:focus {
    width: 18%;
}
.selectLogo, .selectLogo:active, .selectLogo:focus {
    margin-left: 30px;
    margin-top: -35px;
    width: 35%;
    font-size: 12px;
    border-bottom: none;
}
.divSelectLogo {
    margin-left:-95px;
}
.divCambiarIdi {
    margin-left:-220px; 
    margin-top:10px;
}
.divIdiomas {
    margin-right:-110px;
}
.horaForm1, .horaForm3 {
    float: left;
}
.margin-tlf {
    margin-bottom: 32px;
}
.cancelarOk {
    float: right;
    margin-top: -105px !important;
    z-index: 2;
}
.enviarOk {
    margin-left: 50px;
    margin-top: -100px !important;
    z-index: 2;
}
.alertaForm {
    font-size: 10px;
    font-family: Montserrat-Regular;
    color: #db0000;
    text-align: center;
    position: absolute;
    left: 907px;
    top: 340px;
    z-index: 2;
}
.alertaForm  > p {
    margin-top: 13px;
}
.alertaLayer {
    position: absolute;
    left: 900px;
    top: 200px;
}
.warning-confirm {
    position: absolute;
    top: -122px;
    left: -425px;
}
option {
    background: #969696;
}
option:hover {
    background: #c8c8c8;
}
a:focus, button:focus {
    outline: -webkit-focus-ring-color auto 0px;
}
.share {
    font-family: Montserrat-Bold;
    margin-top: -20px;
    margin-left: 55px;
    color: #787878;
    font-size: 12px;
}
.copiar {
    margin-left: 10px;
}
/*5 COLUMNAS BOOTSTRAP*/
.col-xs-15, .col-sm-15, .col-md-15, .col-lg-15 {
    text-align: center;
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.col-xs-15 {
    width: 20%;
    float: left;
}
@media(min-width: 768px) {
    .col-sm-15 {
        width: 50%;
        float: left;
    }
}
@media(min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media(min-width: 1200px) {
    .col-lg-15 {
        width: 20.5%;
        float: left;
    }
}
@media only screen and (min-width: 992px) {
    .contenido {
        width: 100%;
        /*slider*/
        padding-left: 0px;
        padding-right: 0px;
    }
}
/* ERROR */ 
.error {
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
.badge-img {
    margin-left: 25px;
    margin-top: 25px;
}
.error-text {
    padding: 100px 15px;
    text-align: center;
}
.error-logo {
    padding: 70px 15px;
    text-align: center;
}
/* Navegador no soportado */
.navegador-text {
    padding: 65px 15px;
    text-align: center;
}
/* Mantenimiento */
.mant-header, .mant-body, .mant-footer {
    color: #FFF;
    line-height: 1.214;
}
.mant-header {
    font-family: Montserrat-Black;
    font-size: 28px;
    margin-top: 20px;
}
.mant-body {
    font-family: AbrilFatface-Regular;
    font-size: 26px;
    margin-top: 10px;
}
.mant-footer {
    font-family: Montserrat-Regular;
    font-size: 16px;
    margin-top: 10px;
}
.mant-box {
    text-align: left;
}
.mant-logo {
    margin-top: 60px;
}
.mant-mascara {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
/* PAREADO */
.modal-dialog-pareado {
    width: 364px !important;
    height: auto;
    padding-bottom: 47px;
    background-color: #1e1e1e;
    transform: translate(0,0) !important;
}
.modal-dialog-pareado > h4 {
    color: #969696;
    line-height: 1.2;
}
.modal-dialog-pareado > form .top-user {
    font-family: Montserrat-Regular;
    font-size: 10px;
    color: #969696;
    line-height: 1.1;
    margin-top: 5px;
}
.codigo, .codigo:focus, .codigo :active  {
    margin-top: -10px;
    font-family: Verdana-Bold;
    color: #ffffff;
    line-height: 1.789;
    margin-left: 12px;
    border-bottom: 0px;
    font-size: 24px;
}
.label-pantalla {
    margin-top: 26px !important;
}
.nombrePantalla, .nombrePantalla:focus, .nombrePantalla :active  { 
    color: #ffffff;
    margin-top: -12px;
}
.nombrePantalla:-webkit-input-placeholder {
    color: #323232;
}
.nombrePantalla:-ms-input-placeholder {
    color: #323232; 
}
.nombrePantalla::-ms-input-placeholder {
    color: #323232; 
}
.nombrePantalla::placeholder {
    color: #323232; 
}
.tlfAdmin:-webkit-input-placeholder {
    opacity: 0.3; 
}
.tlfAdmin:-ms-input-placeholder {
    opacity: 0.3;
}
.tlfAdmin::-ms-input-placeholder {
    opacity: 0.3;
}
.tlfAdmin::placeholder {
    opacity: 0.3;
}
.form__input::-webkit-input-placeholder {
    color: #646464; 
}
.form__input:-ms-input-placeholder {
    color: #646464; 
}
.form__input::-ms-input-placeholder {
    color: #646464; 
}
.form__input::placeholder {
    color: #646464; 
}
.codigo-pareado {
    border-radius: 28px;
    background-color: #505050;
    max-width: 283px;
    height: 85px;
    margin-top: 15px;
    margin-left: 10px;
}
.label-pareado {
    font-family: Montserrat-Regular;
    font-size: 11px;
    color: #ffffff;
    line-height: 1.857;
    margin-left: 10px;
}
.enviarOkPareado {
    margin-left: 84px;
    margin-top: 35px;
    z-index: 2;
}
.cancelarOkPareado {
    margin-left: 235px;
    margin-top: -105px;
    z-index: 2;
}
.activar-pareado {
    top: 276px;
    left: 103px;
    z-index: 126;
    position: absolute;
}
.warning-pareado {
    top: 130px;
    left: 125px;
    z-index: 110;
    position: absolute;
}
.ventana-pareado {
    top: 200px;
    left: 110px;
    z-index: 110;
    position: absolute;
}
.offline {
    z-index: 120;
    top: 39.5px;
    left: 63px;
    position: absolute;
}
.warning-offline {
    z-index: 125;
    top: 188px;
    left: 128px;
    position: absolute;
}
.warning-info {
    z-index: 126;
    top: 285px;
    left: 113px;
    position: absolute;
}
.sala-virtual {
    z-index: 126;
    top: 54px;
    left: 80px;
    position: absolute;
    font-family: Montserrat-Black;
    font-size: 35px;
    background: linear-gradient(to right, rgba(147,124,47,1) 0%, rgba(97,83,37,1) 100%);
    -webkit-background-clip: text;
    color: transparent;
    text-align: left;
    line-height: 0.969;
}
/*soporte pie*/
.soporte {
    top: 283px;
    left: 70px;
    position: absolute;
}
/*transferir velatorio*/
.color-red {
    color: #e60000;
}
.color-blanco {
    color: #ffffff !important;
}
.elige-ventana {
    padding-right: 25px;
    margin-top: 30px !important;
}
.select-ventana {
    margin-top: -10px;
    font-family: Montserrat-Bold;
    font-size: 18px !important;
    color: #969696 !important;
    text-align: left;
    margin-left: -5px;
    height: initial !important;
    margin-top: -3px !important;
}
.iconos-ventana {
    margin-top: 55px;
    margin-left: -7px;
    margin-bottom: 75px;
}
.load-file {
    width: 45%;
    margin-left: -8px;
    margin-top: 8px;
    position: absolute;
}
/*jssor slider*/
.jssorl-009-spin {
    position:absolute;top:0px;left:0px;width:100%;height:100%;text-align:center;
}
.jssorl-009-spin img {
    animation-name: jssorl-009-spin;
    animation-duration: 1.6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    margin-top:-19px;position:relative;top:50%;width:38px;height:38px;
}
@keyframes jssorl-009-spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
.jssora073 {display:block;position:absolute;cursor:pointer;}
.jssora073 .a {fill:#ddd;fill-opacity:.7;stroke:#000;stroke-width:160;stroke-miterlimit:10;stroke-opacity:.7;}
.jssora073:hover {opacity:.8;}
.jssora073.jssora073dn {opacity:.4;}
.jssora073.jssora073ds {opacity:0;pointer-events:none;}
.arrowleft {top:-115px !important;left:10px;z-index:1;}
.arrowright {top:-115px !important;right:10px;z-index:1;}
#jssor_1 {
    position:relative;
    top:0px;
    left:0px;
    width:100% !important;
    height:650px !important;
    overflow:hidden;
    visibility:hidden;
    z-index: 1;
}
.slides {
    cursor:pointer;
    position:relative;
    top:0px;
    left:0px !important;
    width:100%;
    height:650px;
    overflow:hidden;
}
/*puerta*/
.puerta {
    float: right;
    position: absolute;
    right: 0;
    top: 80px;
    z-index: 0;
}
/*bandera*/
.pais {
    background-color: #fff;
    width: 328px;
    max-height: 360px;
    overflow: scroll;
    border-radius: 0px;
}
.pais li a {
    font-family: Montserrat-Regular;
    font-size: 14px;
}
.banderas {
    margin-top: -10px !important;
    margin-left: -10px !important;
    width: 50px;
}
.banderas .btn {
    border-radius: 0px;
}
.banderas img {
    max-width: 100%;
}
.banderas .btn, .banderas .btn:hover {
    padding: 6px 15px 6px 12px;
    border: none;
    background-color: initial !important;
    color: #323232;
}
/* buscador select */
.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 0px 0px rgb(0 0 0 / 13%);
}
.bootstrap-select .dropdown-toggle:focus {
    outline: 0px auto -webkit-focus-ring-color!important;
}
/* Pantallas Cliente */
.box-vel {
    z-index: 126;
    position: absolute;
    top: 39.5px;
    left: 63px;
    padding-left: 16px;
    padding-top: 18px;
}
.nombre-vel {
    font-family: AbrilFatface-Regular;
    font-size: 22px;
    line-height: 1.03;
    text-align: left;
    color: #8f7128;
    max-width: 140px;
}
.ico-ceremonia {
    position: absolute;
    left: 18px;
    top: 160px;
}
.lugar-vel {
    font-size: 14px;
    font-family: Montserrat-Regular;
    color: #969696;
    line-height: 1.182;
    max-width: 140px;
    text-align: left;
    top: 210px;
    position: absolute;
}
.fecha-vel {
    font-size: 19px;
    font-family: Montserrat-Bold;
    color: #969696;
    line-height: 0.958;
    text-align: left;
    top: 260px;
    position: absolute;
}

/* cliente */
.texto_json {
	font-family: Montserrat-Black;
    color: #323232;
    line-height: 1.12;
}
.clonar {
	display: block; 
	margin-bottom: 5px; 
	margin-top: 10px;
}
.ico-pantalla {
	align-items: center;
    position: relative;
    top: -450px;
	z-index: 9999;
}
.ico-pantalla a { 
	margin: 0 5px;
}

.txt-clonada {
    font-size: 16px;
    font-family: Montserrat-Bold;
}
.telefonoIcono{
    display: flex;
    align-items: flex-start;
}
.smsReenviar{
    display:flex;
    align-items: center;
}
.modal-dialog-velatorio .form-pie {
    margin-top: -30px;
}
.modal-dialog-velatorio .horaForm3 {
    line-height: 2.25rem;
}
.modal-dialog-velatorio .dropdown-toggle::after{
    border-top: none !important;
}
.modal-dialog-velatorio .banderas {
    margin-top: 8px !important;
}
.modal-dialog-velatorio .textoAdicional {
    margin-top: 8px !important;
}
.modal-dialog-velatorio .modalform {
    padding:0;
}
.nEditPantalla .modal-dialog-velatorio {
    height:802px;
    max-width: 1500px;
}

.historial__list .modal-edit {
    bottom: -400px;
    line-height: 0;
}

/* modal JSON */
.historial__list #modalJSON .modal-dialog-json {
    margin-bottom: 80px;
    padding: 0;
    padding-top: 210px;
}
.historial__list #modalJSON .modal-dialog {
    display: inline-block;
    vertical-align: middle;
    background-color: transparent;
}
  
.modalJson {
    background-color: #dcdcdc !important;
    text-align: center;
	height: auto;
    min-height: 100%;
    border-radius: 0;
	width: 110% !important;
}
.contenedor-imagen {
    position: relative;
    padding-top: 0.3rem;
    display: inline-flex; 
    align-items: center;     
    gap: 8px;  
}
.remove-image {
    display: none; 
    position: absolute;
    right: -38px;
    background: rgba(0,0,0,0.6);
    color: white;
    border: none;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    display: none; 
  }
  
.remove-image.visible {
    opacity: 1 !important;  
}
.nuevaImagen {
    display: none; 
    max-height: 98px;
    height: auto;
}
.sub-img {
    background-color: #937d30!important;
    color: white!important;
    padding: 0.275rem 0.5rem!important;
    border-radius: 0.5rem!important;
    font-size: 10px!important;
}
.sub-img:hover {
    background-color: #ffffff !important;
    color: #937d30 !important;
}
.pad-label {
    padding-right: 12px;
    margin-top: 8px!important;
}
.pad-label-nuevo {
    padding-right: 7px;
    margin-top: 8px!important;
}
.img-input-disp {
    display: none!important;
    position: absolute!important;
}
.btn-gold {
  background-color: #937d30 !important;
  color: #fff !important;
  border: none;
}
.modalPading {
    padding-top: 80px;
    padding-left: 50px;
    padding-right: 50px;
    margin-top: 7%;
	background-color: #dcdcdc !important;
}
.modal-dialog-json {
    margin-bottom: 80px;
    padding: 0;
}
.nuevo-pad {
    padding-top: 6px;
    padding-right: 5px;
}
@media (max-width: 768px) {
  .pad-cont-telefono {
    margin-left: 0px !important;
  }
  .padd-col-tlf {
    padding-left: 0px !important;
  }
  .margin-left-lang {
    margin-left: 3px!important;
  }
  .pad-btm {
    padding-bottom: 2rem!important;
  }
  .nom-pantalla {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .marg-right-edit {
    margin-right: 15px!important;
  }
}
@media (min-width: 576px) {
	.modal-dialog-json {
		max-width: initial;
	}
}
.fade-json {
    padding-right: 0px !important;
	z-index: 999999;
}

/*HORA*/
.animacion {
    animation-name: parpadeo;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    -webkit-animation-name:parpadeo;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
}
@-moz-keyframes parpadeo {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}
@-webkit-keyframes parpadeo {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}
@keyframes parpadeo {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}
/*ESTANDAR*/
@media(max-width: 1590px) and (min-width: 1121px) {
    .col-lg-15 {
        width: 25%;
    }
    .gallery__footer {
        margin-left: 70px;
    }
}
@media(max-width:1590px) {
    .contenido {
        /*slider*/
        padding-left: 0px;
        padding-right: 0px;
    }
    .container-fluid {
        padding-right: 50px;
        padding-left: 50px;
    }
    .gallery__footer {
        margin-left: 75px;
    }
}
/*MEDIUM*/
@media(max-width:1199px) {
    .container-fluid {
        padding-right: 67px;
        padding-left: 60px;
    }
    .contenido {
        width: 100%;
        /*sin slider*/
        padding-left: 0px;
        padding-right: 0px;
    }
    .modal-dialog  {
        width: 90%;
        height: auto;
    }
    .modal-dialog-pareado {
        width: 364px;
        height: 600px;
    }
    h1 {
        margin-top: 52px;
        font-size: 90px;
    }
    .horaForm1, .horaForm1:active, .horaForm1:focus, .horaForm2, .horaForm2:active, .horaForm2:focus  {
        width: 18%;
    }
    .nEditPantalla .modal-dialog-velatorio .enviarOk {
        margin-top: -70px !important;
    }
    .enviarOk  {
        margin-top: 30px !important;
        margin-left: 10px;
    }
    .alertaForm  {
        left: 707px;
        top: 370px;
    }
    .alertaLayer  {
        width: 30%;
        left: 722px;
        top: 250px;
    }
    .divSelectLogo {
        margin-left: -45px;
    }
    .selectLogo, .selectLogo:active, .selectLogo:focus {
        width: 35%;
    }
    .divCambiarIdi {
        margin-left: -160px;
    }
    .divIdiomas {
        margin-right:-90px;
    }
}
/*TABLET*/
@media(max-width:992px) {
    .contenido  {
        padding-left: 10px;
        padding-right: 10px;
    }
    .alertaLayer  {
        left: 750px;
    }
    .enviarOkPareado {
        margin-left: 60px;
    }
    .cancelarOkPareado {
        margin-left: 210px;
    }
    .divSelectLogo {
        margin-left: 0px;
    }
    .selectLogo, .selectLogo:active, .selectLogo:focus {
        width: 40%;
    }
    .modal-full .modal-header {
        margin-top: 0px;
        margin-right: 0px;
        padding-bottom: 50px;
    }
}
/*LOGIN*/
@media(max-width:767px) {
    .version-movil > div > img {
        width: 100%;
    }
    .container {
        padding: 0px;
        margin: 0px;
    }
    .img-relative {
        z-index: -99;
        position: fixed;
        left: 0;
        bottom: 0;
    }
    .img-logo {
        padding-bottom: 5%;
        padding-left: 15%;
        padding-right: 15%;
        padding-top: 10%;
    }
    .entrar {
        color: #ffffff;
        font-size: 22px;
        font-family: Montserrat-Black;
        z-index: 2;
        position: fixed;
        bottom: 3%;
        left: 36%;
    }
    .divEntrar {
        height: 100px;
    }
    .row {
        margin-right: 15px;
        margin-left: 15px;
    }
    a:focus, a:hover {
        color: #ffffff;
        text-decoration: none;
    }
    input {
        z-index: 20;
    }
    .version-movil {
        height: 100%;
    }
}
/*checkbox activar pantalla*/
.form__check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; 
}
.form__check-input {
    border-radius: 5px;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    background-repeat: no-repeat;
    background-size: 80% auto;
    background-position: center;
    border: 4px solid #969696;
    background-color: #1e1e1e !important;
    width: 29px;
    height: 29px;
}
.form__check-input-moderar {
    background-color: initial !important;
}
.form__check-input:focus {
    outline: none !important; 
}
.form__check-input:checked {
    border-color: #fff !important;
    background-image: url("../../img/checkbox-white.png"); 
}
.form__check-input-moderar:checked {
    border-color: #969696 !important;
    background-image: url("../../img/checkbox-gris.png"); 
}
.form__check-input:checked + label {
    color: #fff; 
}
.form__check-label {
    margin-bottom: 0;
    color: #969696;
    font-family: "Montserrat-Bold";
    font-size: 11px;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    letter-spacing: 0 !important; 
    margin-left: 10px;
    margin-top: 0px;
}
@media not all and (min-resolution: 0.001dpcm) {
    @supports (-webkit-appearance: none) {
        .form__check-label {
            letter-spacing: -1px !important; 
        } 
    } 
}
.form__check--disabled {
    pointer-events: none; 
}

/* Seleccionar plantilla */
.img-link {
	display: flex;
	justify-content: space-between;
	align-items: center; 
	margin-bottom: 1.1rem;
	max-width: 72%!important;
}
@media (max-width: 768px) { 
	.img-link {
		max-width: 100%!important;
	}
}
.icoform-img-link {
	margin-bottom: 1.5rem;
}
.boton-link {
	border-radius: 6.5px;
	font-size: 9px;
	padding: 2.6px 8px;
	border: 2px solid #937d30;
	background-color: #937d30 !important;
    color: white !important;
	line-height: 1;
    font-weight: 700;
}
.boton-link:hover {
    background-color: #ffffff !important;
    color: #937d30 !important;
}
.hover-border {
	border-radius: 10px;
	opacity: 0.502;
}
.hover-border:hover {
	opacity: 1;
}
.plantilla-seleccionada {
	box-shadow: 0 0 0 5px #937d30;
	opacity: 1;
} 
.plantilla-radio {
	display:none;
}
.plantilla {
	transition: box-shadow 0.3s ease, outline 0.3s ease; 
	cursor: pointer; 
}
.sugerencias {
	margin-top: 20px;
	padding: 10px 0px 0px 10px;
	color: #333;
}
.sugerencias a {
	font-weight: 700;
	color: #937d30 !important;
	text-decoration: underline !important;
}
.sugerencias p {
	font-size: 12px;
	margin: 0;
	line-height: 1.5;
}
@media screen and (max-width: 768px) {
	.sugerencias p {
		font-size: 14px;
	}
}
.tooltip-container {
	position: relative;
	display: inline-block;
}

/*landscape-portrait*/
@media (orientation:landscape) {
    .hide-on-landscape {
        display: none;
    }
    .img-ladscape {
        padding: 10px;
        max-width: 30%;
        display: table;
        margin: 0 auto;
    }
    .img-logo {
        width: 20%;
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
    }
    .entrar {
        bottom: 2%;
    }
}
@media (orientation:portrait) {
    .hide-on-portrait {
        display: none;
    }
}

@media (min-width: 992px) {
    .nEditPantalla .form-edit .col-md-3 {
        width: 25%;
    }
}
@media (min-width: 992px) {
    .nEditPantalla .form-edit .col-md-4 {
        width: 29%;
    }
}
@media (min-width: 992px) {
    .nEditPantalla .form-edit .col-md-2 {
        width: 19%;
    }
}
/*MOVIL*/
@media(max-width:767px) {
    .nEditPantalla .modal-dialog-velatorio .enviarOk {
        margin-top: 27px !important; 
    }
    .historial__list .modal-edit {
        bottom: 0; 
        line-height: 0;
    }
    .nEditPantalla .modal-dialog-velatorio{
        margin: -1em;
        height: auto;
        transform: translate(0, 0)!important;
    }
    .modal-dialog-velatorio .form-control{
        font-size: 1.8rem !important;
    }
    .modal-dialog-velatorio label{
        font-size: 15px !important;
    }
    .modal-dialog-velatorio .enviarOk img {
        width: 80%;
    }
    .load-file {
        width: 39%;
        margin-left: 18px;
        margin-top: 8px;
    }
    .navbar-brand > img {
        height: initial;
        padding: 0px;
        width: 60%;
        margin-top: 10px;
    }
	.navbar-brand {
		float: initial;
	}
    .example3 .navbar-toggle {
        padding: 10px;
        margin: 25px -10px 25px 0;
    }
    .gallery__footer {
        text-align: center;
        margin-left: 55px;
        margin-right: 55px;
		padding-bottom: 60px;
		position: initial;
    }
    .modal-dialog {
        padding-left: 25px;
        padding-right: 25px;
        width: 100%;
        margin: 0px;
    }
    .modal-dialog-pareado {
        width: 100% !important;
        height: auto !important;
        margin: 0;
    }
    .enviarOkPareado {
        margin-left: -10px;
    }
    .cancelarOkPareado {
        margin-left: 0px;
        margin-top: 35px;
    }
    .modal-dialog img, .navbar-nav img  {
        width: auto;
    }
    .cancelarOk img, .enviarOk img {
        width: 80%;
    }
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        margin-top: 10px;
		text-align: initial;
    }
	.menu-izq {
		margin-top: initial;
	}
    .navbar-collapse {
        border-top: 0px;
        -webkit-box-shadow: initial;
        box-shadow: initial;
    }
    .example3 .nav >li >a {
        padding-top: 10px;
        padding-bottom: 10px;
        text-align: center;
    }
    .btn-idiomas {
        margin-left: 20px;
    }
    .form {
        margin-right: -35px;
        margin-left: -35px;
    }
    .modal-dialog > h4, form > h4 {
        margin-left: 5px;
    }
    .icoform-movil {
        margin-top: 15px;
    }
    .horaForm1, .horaForm1:active, .horaForm1:focus, .horaForm2, .horaForm2:active, .horaForm2:focus {
        width: 20%;
    }
    h1 {
        font-size: 60px;
    }
    .form-pie {
        margin-right: 0px;
        margin-left: 0px;
    }
    .cancelarOk {
        margin-top: 30px !important;
        float: right;
    }
    .enviarOk {
        margin-top: 30px !important;
        margin-left: 0px;
    }
    /* Mantenimiento */
    .mant-text {
        padding: 25px 15px;
    }
    .mant-ico {
        max-width: 25%;
    }
    .mant-header {
        font-size: 20px;
    }
    .mant-body {
        font-size: 18px;
    }
    .mant-footer {
        font-size: 14px;
    }
    .mant-logo {
        max-width: 80%;
        display: table;
        margin: 0 auto;
    }
    .divCambiarIdi {
        margin-left: -10px;
        margin-top: 15px;
    }
    /* modal bienvenido */
    .modal-full-bienvenido {
        padding-left: 0px;
        padding-right: 0px;
        width: 100% !important;
    }
    .modal-full-btn {
        width: 100% !important;
    }
    .modal-full .modal-header img {
        width: 70%;
        padding-bottom: 50px;
    }
    .docuMonitor {
        margin-left: initial;
    }
    .docuGuia {
        margin-left: initial;
    }
}