@font-face {
    font-family: dolceVitaHeavy;
    src: url(fonts/DolceVitaHeavyBold.ttf);
}

@font-face {
    font-family: digital7Mono;
    src: url(fonts/digital-7_mono.ttf);
}

html,
body {
    padding: 0;
    margin: 0;
    height: 100%;
    width: 100%;
    font-size: 100%;
    font-family: dolceVitaHeavy;
}

#app-container {
    height: 100%;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#app-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    height: 63%;
}

#app-header {
    position: relative;
    height: 12%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    background-image: url('../img/banner_superior_576.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: #fff;
    text-align: center;
    font-size: 4.2vh;
    padding-top: 1%;
}

@media (min-width: 576px) {
    #app-header {
        background-image: url('../img/banner_superior_576.png');
    }
}

@media (min-width: 768px) {
    #app-header {
        background-image: url('../img/banner_superior_768.png');
    }
}

@media (min-width: 992px) {
    #app-header {
        background-image: url('../img/banner_superior_992.png');
    }
}

@media (min-width: 1200px) {
    #app-header {
        background-image: url('../img/banner_superior_1200.png');
    }
}

#app-footer {
    position: relative;
    height: 24%;
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    max-width: 90%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-image: url('../img/banner_inferior_576.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    font-size: 0.7em;
    padding-left: 5%;
    padding-right: 5%;
}

@media (min-width: 576px) {
    #app-footer {
        background-image: url('../img/banner_inferior_576.png');
        font-size: 0.7em;
    }
}

@media (min-width: 768px) {
    #app-footer {
        background-image: url('../img/banner_inferior_768.png');
        font-size: 0.8em;
    }
}

@media (min-width: 992px) {
    #app-footer {
        background-image: url('../img/banner_inferior_992.png');
        font-size: 0.9em;
    }
}

@media (min-width: 1200px) {
    #app-footer {
        background-image: url('../img/banner_inferior_1200.png');
        font-size: 0.95em;
    }
}

@media (min-height: 360px) and (orientation: landscape) {
    #app-footer {
        font-size: 0.4em;
    }
}

@media (min-height: 460px) and (orientation: landscape) {
    #app-footer {
        font-size: 0.55em;
    }
}

@media (min-height: 576px) and (orientation: landscape) {
    #app-footer {
        font-size: 0.7em;
    }
}

#app-footer .row {
    height: 48.5%;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#app-footer .column {
    height: 100%;
    width: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.elevator-status-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
    height: 50%;
}

.elevator-status-list .li {
    padding-bottom: 0;
    font-size: 80%;
    text-transform: capitalize;
}

.elevator-status-list .li .color-label {
    width: 10px;
    height: 10px;
    float: right;
    margin-left: 5px;
}

.alert-bg {
    background-image: url('../img/icono_aviso.png');
    background-repeat: no-repeat;
    background-size: 50px 50px;
    background-position: left bottom;
}

.alert-message {
    color: #fff;
    height: 95%;
    width: 100%;
}

.info-block {
    height: 95%;
    position: relative;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.info-text {
    font-family: digital7Mono;
    text-transform: capitalize;
    color: #fff;
    font-size: 150%;
}

@media (min-height: 360px) {
    .elevator-status-list .li {
        padding-bottom: 0;
        font-size: 80%;
    }
}

@media (min-height: 460px) {
    .elevator-status-list .li {
        padding-bottom: 3pt;
        font-size: 80%;
    }
}

@media (min-height: 576px) {
    .elevator-status-list .li {
        padding-bottom: 5pt;
        font-size: 95%;
    }
}

.info-text-blur {
    opacity: 0.5;
}

.elevator-column-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
    margin-left: 10px;
}

.elevator-column {
    position: relative;
    height: 100%;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.elevator-container {
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.elevator-side-left {
    position: relative;
    height: 100%;
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    max-width: 35%;
}

.elevator-side-right {
    position: relative;
    height: 100%;
    -ms-flex: 0 0 65%;
    flex: 0 0 65%;
    max-width: 65%;
}

.elevator-header {
    height: 10%;
    width: 100%;
    text-align: center;
}

.elevator-body-right {
    width: 100%;
    height: 90%;
    bottom: 0;
}

.elevator-body-left {
    width: 100%;
    height: 6%;
    bottom: 0;
}

.elevator-block {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 50%;
    height: 100%;
}

@media (min-width: 576px) {
    .elevator-block {
        width: 40%;
        margin-left: 5%;
    }
}

@media (min-width: 768px) {
    .elevator-block {
        width: 40%;
        margin-left: 5%;
    }
}

@media (min-width: 992px) {
    .elevator-block {
        width: 40%;
        margin-left: 5%;
    }
}

@media (min-width: 1200px) {
    .elevator-block {
        width: 30%;
        margin-left: 10%;
    }
}

.elevator-block.elevator-block-close {
    background-image: url('../img/ascensor_cerrado.png');
}

.elevator-block.elevator-block-open {
    background-image: url('../img/ascensor_abierto.png');
}

.elevator-block-wrapper {
    display: flex;
    height: 6.666666666666667%;
    width: 100%;
}

.elevator-icon-arrow {
    background-image: url('../img/flecha_salida.png');
    background-repeat: no-repeat;
    background-size: 100% 30%;
    width: 25%;
    height: 100%;
    display: block;
    background-position: center;
}

.elevator-block-a,
.elevator-block-b,
.elevator-block-c,
.elevator-block-d,
.elevator-block-e,
.elevator-block-f {
    height: 0%;
    width: 20%;
    margin-left: 40%;
}

@media (min-width: 576px) {

    .elevator-block-a,
    .elevator-block-b,
    .elevator-block-c,
    .elevator-block-d,
    .elevator-block-e,
    .elevator-block-f {
        width: 18%;
        margin-left: 41%;
    }
}

@media (min-width: 768px) {

    .elevator-block-a,
    .elevator-block-b,
    .elevator-block-c,
    .elevator-block-d,
    .elevator-block-e,
    .elevator-block-f {
        width: 16%;
        margin-left: 42%;
    }
}

@media (min-width: 992px) {

    .elevator-block-a,
    .elevator-block-b,
    .elevator-block-c,
    .elevator-block-d,
    .elevator-block-e,
    .elevator-block-f {
        width: 14%;
        margin-left: 43%;
    }
}

@media (min-width: 1200px) {

    .elevator-block-a,
    .elevator-block-b,
    .elevator-block-c,
    .elevator-block-d,
    .elevator-block-e,
    .elevator-block-f {
        width: 12%;
        margin-left: 44%;
    }
}

.elevator-down {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.elevator-up {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.elevator-normal {
    background-color: #00cecc;
}

.elevator-revision {
    background-color: #7200af;
}

.elevator-montacarga {
    background-color: #ffbb00;
}

.elevator-custom {
    background-color: #f4f800;
}

.elevator-outofservice {
    background-color: #de083f;
}

.elevator-up-blocked,
.elevator-down-blocked {
    background-color: #de083f;
}

.floor-label {
    font-family: digital7Mono;
    font-size: 105%;
}

.floor-label-numberFix {
    margin-left: -5px;
}

.floor-stop {
    color: #fff;
    background-color: #0089ce;
}

.elevator-name-label {
    font-size: 175%;
}

.elevator-icon-up {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: block;
    width: 30%;
    height: 30%;
}

.elevator-icon-up-normal {
    background-image: url('../img/flecha_arriba.png');
}

.elevator-icon-up-revision {
    background-image: url('../img/flecha_arriba_pink.png');
}

.elevator-icon-up-montacarga {
    background-image: url('../img/flecha_arriba_orange.png');
}

.elevator-icon-up-custom {
    background-image: url('../img/flecha_arriba_yellow.png');
}

.elevator-icon-down {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: block;
    width: 30%;
    height: 30%;
}

.elevator-icon-down-normal {
    background-image: url('../img/flecha_abajo.png');
}

.elevator-icon-down-revision {
    background-image: url('../img/flecha_abajo_pink.png');
}

.elevator-icon-down-montacarga {
    background-image: url('../img/flecha_abajo_orange.png');
}

.elevator-icon-down-custom {
    background-image: url('../img/flecha_abajo_yellow.png');
}

.elevator-icon-blocked {
    background-color: #de083f;
    display: block;
    width: 20%;
    height: 20%;
    border-radius: 80%;
}

@media (min-width: 576px) {
    .elevator-icon-up {
        width: 30%;
        height: 30%;
    }

    .elevator-icon-down {
        width: 30%;
        height: 30%;
    }

    .elevator-icon-blocked {
        width: 20%;
        height: 20%;
    }
}

@media (min-width: 768px) {
    .elevator-icon-up {
        width: 20%;
        height: 30%;
    }

    .elevator-icon-down {
        width: 20%;
        height: 30%;
    }

    .elevator-icon-blocked {
        width: 15%;
        height: 20%;
    }
}

@media (min-width: 992px) {
    .elevator-icon-up {
        width: 20%;
        height: 30%;
    }

    .elevator-icon-down {
        width: 20%;
        height: 30%;
    }

    .elevator-icon-blocked {
        width: 15%;
        height: 20%;
    }
}

@media (min-width: 1200px) {
    .elevator-icon-up {
        width: 20%;
        height: 30%;
    }

    .elevator-icon-down {
        width: 20%;
        height: 30%;
    }

    .elevator-icon-blocked {
        width: 10%;
        height: 20%;
    }
}

.center-content {
    /* Internet Explorer 10 */
    display: -ms-flexbox;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    /* Firefox */
    display: -moz-box;
    -moz-box-pack: center;
    -moz-box-align: center;
    /* Safari, Opera, and Chrome */
    display: -webkit-box;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    /* W3C */
    display: box;
    box-pack: center;
    box-align: center;
}

.center-bottom {
    /* Internet Explorer 10 */
    display: -ms-flexbox;
    -ms-flex-pack: center;
    -ms-flex-align: end;
    /* Firefox */
    display: -moz-box;
    -moz-box-pack: center;
    -moz-box-align: end;
    /* Safari, Opera, and Chrome */
    display: -webkit-box;
    -webkit-box-pack: center;
    -webkit-box-align: end;
    /* W3C */
    display: box;
    box-pack: center;
    box-align: end;
}

.center-top {
    /* Internet Explorer 10 */
    display: -ms-flexbox;
    -ms-flex-pack: center;
    -ms-flex-align: start;
    /* Firefox */
    display: -moz-box;
    -moz-box-pack: center;
    -moz-box-align: start;
    /* Safari, Opera, and Chrome */
    display: -webkit-box;
    -webkit-box-pack: center;
    -webkit-box-align: start;
    /* W3C */
    display: box;
    box-pack: center;
    box-align: start;
}

.text-center {
    text-align: center;
}