:root {
    --BACKGROUND_COLOR: #FFFFFF;
    --PRIMARY_COLOR: #F77F00;
    --TEXT_PRIMARY_COLOR: #676A6C;
    --TEXTO_JUST_CALLED_COLOR: #FFFFFF;
    /******COLORS******/
    --WHITE: #FFFFFF;
    --BLACK: #000000;
    --ORANGE: #FF6600;
}

@font-face {
    font-family: FONT_PRIMARY;
    src: url('../fonts/Roboto.ttf');
}

@font-face {
    font-family: FONT_PRIMARY_BOLD;
    src: url('../fonts/FuturaLT-Bold.ttf');
}

@font-face {
    font-family: FONT_DETAILS;
    src: url('../fonts/Steelfish.ttf');
}

html, body {
    cursor: none !important;
}

h1 {
    margin-bottom: 0px !important;
}

/* ****************************************************************************************************************** */

.fullscr {
    height: 100%;
    width: 100%;
    background-color: var(--BACKGROUND_COLOR);
    background-image: url("../images/gestor-bg-big.png");
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
}

.container{
    height: 100vh;
    width: 100vw;
    background-color: var(--BACKGROUND_COLOR);
    background-image: url("../images/gestor-bg-big.png");
}

.text-container {
    width: 100vmin;
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translateY(-25%) translateX(-50%);
}

.text-container hr {
    clear: both;
    border-top: 1px solid var(--PRIMARY_COLOR);
    margin: 5vh;
}

.bienvenida-imagen {
    height: 100px;
}

.bienvenida-content {
    text-align: center;
    font-family: FONT_PRIMARY_BOLD;
    color: var(--TEXT_PRIMARY_COLOR);
    padding: 2vmin 5vmax;
    background-color: rgba(255, 255, 255, 0.7);
    border: 2px solid var(--PRIMARY_COLOR);
}

.bienvenida-text-title {
    font-size: 50px;
}

.bienvenida-texto {
    font-size: 36px;
    margin-top: 35px;
}

.bienvenida-text-inferior {
    font-size: 30px;
}

.lastCalledScreen.ng-enter {
    opacity: 0;
    -webkit-transition-property: all;
    -webkit-transition-timing-function: linear;
    -webkit-transition-duration: 200ms;
}

.lastCalledScreen.ng-enter-active {
    opacity: 1;
}

.lastCalledScreenLeft {
    height: 100%;
    text-align: center;
    float: left;
    margin-left: 0;
    width: 50%;
}

.lastCalledScreenHead {
    font-family: FONT_PRIMARY;
    width: 90%;
    height: 70vh;
    margin-left: auto;
    margin-right: auto;
    background-color: rgba(247, 127, 0, 0.4);
    color: var(--TEXTO_JUST_CALLED_COLOR);
    border-radius: 20px;
    margin-top: 1%;
    left: 5%;
}

.txt {
    width: 100%;
    font-size: 3em;
    margin-top: 3vh;
    font-family: FONT_PRIMARY;
}

.userPhotoDiv {
    height: 400px;
    margin-top: 20px;
}

.userPhoto {
    max-height: 400px;
    max-width: 350px;
}

.txtUserName {
    font-family: FONT_PRIMARY_BOLD;
    width: 100%;
    font-size: 5em;
}

.widgetScreen {
    background-color: var(--WHITE);
    border: 1px solid var(--WHITE);
    border-radius: 10px;
    height: 95%;
    margin: 1%;
    display: block;
    float: left;
    opacity: 1;
    width: 50%;
}

.widgetScreen i {
    color: var(--ORANGE);
    position: absolute;
    left: 30%;
    transform: translateX(-50%);
    text-align: center;
    font-size: 25rem;
}

.widgetScreen .imgNoCalledApp {
    position: absolute;
    right: 30%;
    transform: translateX(50%);
    text-align: center;
    top: 0;
}

.widgetScreen .txtNoCalledApp {
    color: var(--ORANGE);
    font-size: 5vh;
    text-align: center;
    padding: 5%;
}

.animate-show-hide.ng-hide {
    opacity: 0;
}

.animate-show-hide.ng-hide-add {
    transition: opacity .5s ease-out;
}

.animate-show-hide.ng-hide-remove {
    transition: opacity .5s ease-in;
}

.widgetClass{
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.lastCalledScreenRight {
    font-family: FONT_PRIMARY;
    color: var(--WHITE);
    text-align: center;
    float: left;
    width: 50%;
    margin-top: 20%;
    transform: translateY(-50%);
}

.lastCalledTicketNum {
    font-size: 10em;
    margin-top: 10%;
    line-height: 1;
}

.lastCalledTicketStation {
    font-size: 5em;
}

.blink {
    animation: blinker;
    animation-duration: 1s;
    animation-iteration-count: 5;
    animation-timing-function: linear;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.miBewin {
    position: relative;
    margin: auto;
    padding: 10px;
    min-height: 10vmin;
    width: 55%;
}

.miBewin-min {
    position: relative;
    margin: auto;
    padding: 10px;
    min-height: 7vmin;
    width: 85%;
}

.miBewin i {
    position: absolute;
    left: 1vmax;
    top: 0;
    font-size: 5vmax;
}

.miBewin-min i {
    position: absolute;
    left: 1vmin;
    top: 0;
    font-size: 7vmin;
}

.miBewin span, .miBewin-min span {
    position: absolute;
    right: 0;
    width: 90%;
    top: 50%;
    transform: translateY(-50%);
}

.historyScreen {
    font-family: FONT_PRIMARY;
    color: var(--WHITE);
    width: 98vw;
    height: 24vh;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    position: absolute;
    top: 74vh;
    left: 2vh;
}

.historyTicket {
    float: left;
    width: 19%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    color: var(--PRIMARY_COLOR);
    border-radius: 20px;
    margin-right: 0.5%;
    margin-left: 0.5%;
    margin-bottom: 5%;
}

.historyTicketNum {
    font-size: 3.8em;
    margin-top: 8vh;
    line-height: 1;
}

.historyTicketStation {
    font-size: 2em;
}

.border-round {
    border: 2px solid;
    border-radius: 10px;
}

.text-white {
    color: var(--WHITE);
}


/* ****************************************************************************************************************** */

.imgNoCalledApp {
    clear: both;
    float: left;
    text-align: center;
    width: 100%;
    margin: auto;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}



#widgetContainer {
    display: flex;
    height: 100%;
    width: 90%;
    flex-flow: column;
    margin-top: 50%;
    transform: translateY(-50%);
}