body {
    background: white;
    background-attachment: fixed;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    overflow: hidden;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

figure{
    margin: 0;
}

.webcentral{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
}

.home-base{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.alert{
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    height: 100%;
    flex-direction: column;
    background: #e7e7e7;
}

.alert div{
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 6vw;
    text-transform: uppercase;
    width: 100%;
    height: 49%;
    background: darkred;
    position: relative;
}

.alert div .equis{
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 3%;
    height: 10%;
    top: 3%;
    right: 1%;
    z-index: 99;
    outline: 0;
}

.alert div .equis img{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}

.alert div .alert-left{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 49%;
    height: 70%;
}

.alert div .alert-left figure{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30%;
    height: 100%;
}

.alert div .alert-left figure img{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70%;
    height: 50%;
    object-fit: scale-down;
}

.alert div .alert-left .alert-title{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70%;
    height: 100%;
    flex-direction: column;
}

.alert-title .alert-name{
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    width: 100%;
    height: 50%;
    padding-bottom: 3%;
    font-size: 4vw;
    font-weight: bold;
    font-family: 'GloberBold';
}

.alert-title .alert-room{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: 50%;
    font-size: 4vw;
    font-weight: bold;
    font-family: 'GloberBold';
}

.alert-room strong{
    font-family: 'GloberHeavy';
}

.alert div .alert-separator{
    display: flex;
    justify-content: center;
    align-items: center;
    width: .5%;
    height: 35%;
    background: white;
}

.alert div .alert-right{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 49%;
    height: 70%;
    flex-direction: column;
}

.alert-right .alert-status{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 80%;
    height: 50%;
    font-size: 3.5vw;
    font-weight: bold;
    text-transform: initial;
    margin-left: 3%;
    font-family: 'GloberBold';
}

.noalert{
    display: flex;
    justify-content: center;
    align-items: center;
    background: darkgreen;
    width: 100%;
    height: 100%;
}

.noalert span{
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 6vw;
    text-transform: uppercase;
    width: 100%;
    height: 100%;
}

@font-face {
    font-family: 'GloberRegular';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/GloberRegular.otf') format('truetype');
}

@font-face {
    font-family: 'GloberSemiBold';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/GloberSemiBold.otf') format('truetype');
}

@font-face {
    font-family: 'GloberBold';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/GloberBold.otf') format('truetype');
}

@font-face {
    font-family: 'GloberHeavy';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/GloberHeavy.otf') format('truetype');
}
