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;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

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

.home-base{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
    flex-direction: column;
    /*background: #38393f;*/
    background: black;
}

md-progress-circular{
    position: absolute;
}

.header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 27%;
    background-image: url('../images/header.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top left;
}

.header-left{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 28.5%;
}

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

.header-left figure img{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.header-right{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 70.6%;
    flex-direction: column;
}

.weather-up{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40%;
    width: 100%;
    position: relative;
}

.weather-up span{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    width: 100%;
    color: white;
    font-size: 2.5vw;
    font-weight: bold;
    text-transform: uppercase;
    padding-left: 5%;
}

.weather-up p{
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 35%;
    color: white;
    font-size: 2vw;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 !important;
    right: 0;
}

.weather-down{
    height: 60%;
    width: 100%;
}

.weather-down>div:nth-child(2){
    border-left: 1px solid white;
    border-right: 1px solid white;
}

.weather-down img{
    height: 10vh;
    object-fit: scale-down;
    margin-right: 5%;
}

.weather-down div span{
    color: white;
    font-size: 1.5vw;
}

.weather-down div span:nth-child(1){
    font-size: 1.8vw;
    font-weight: bold;
}

.body{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 71%;
}

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

.banners img{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    object-fit: initial;
    background: black;
}

.banners video{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: black;
}

.notices{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 27%;
    height: 100%;
    background: white;
    flex-direction: column;
}

.notices-header{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    height: 9%;
    font-size: 1.6vw;
    font-weight: bold;
    text-transform: uppercase;
    color: #af9f73;
}

.notices-body{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 90%;
}

.notices-body ul{
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 100%;
    width: 90%;
    overflow: hidden;
    white-space: nowrap !important;
    flex-direction: row;
}

.notices-body ul li{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 20%;
    flex-direction: row;
    border-bottom: 1px solid gray;
}

.notices-body ul li:nth-child(5){
    border-bottom: none;
}

.notices-body-left{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 77%;
    height: 100%;
    flex-direction: column;
}

.notices-title{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
    width: 100%;
    font-weight: bold;
    white-space: normal;
    -webkit-line-clamp: 4;
    text-overflow: ellipsis;
    -webkit-box-orient: block-axis;
    overflow: hidden;
    display: -webkit-box;
    word-wrap: break-word;/* Important for long words! */
    -webkit-box-pack: center; /* centers in -webkit-box automagically! */
    font-size: 1vw;
}

.notices-time{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-align: left;
    width: 100%;
    height: 20%;
    color: gray;
    font-weight: bold;
    font-size: 1vw;
}

.notices-body-right{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20%;
    height: 100%;
}

.notices-body-right figure{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80%;
    height: 80%;
}

.notices-body-right img{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}

/*

CONNECTING

*/

.pantallaCarga{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: fixed;
}

.pantallaCarga .cargaCentral{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40%;
    height: 50%;
}

.cargaCentral figure{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    flex-direction: column;
    border: 8px solid white;
    border-radius: 1em;
}

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

.cargaCentral figcaption{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 20%;
    background: white;
    color: #3a526a;
    font-weight: bold;
    font-size: 2vw;
}

.connecting-title {
    margin: 2em 0;
    color: white !important;
}

/* NUEVO LOADING */

#loading-anim {
    display: flex;
    justify-content: center;
    align-items:center;
    width: 170px;
    height: 170px;
    background: url("../images/loading_anim.png") left center;
    -webkit-animation: play_loading 8s steps(8) infinite;
    -moz-animation: play_loading 8s steps(8) infinite;
    -o-animation: play_loading 8s steps(8) infinite;
    animation: play_loading 8s steps(8) infinite;
    z-index: 5001;
    margin-left: -30px;
    margin-top: -30px;
}

@-webkit-keyframes play_loading {
    from { background-position:    0px; }
    to { background-position: -1360px; }
}

@-moz-keyframes play_loading {
    from { background-position:    0px; }
    to { background-position: -1360px; }
}

@-ms-keyframes play_loading {
    from { background-position:    0px; }
    to { background-position: -1360px; }
}

@-o-keyframes play_loading {
    from { background-position:    0px; }
    to { background-position: -1360px; }
}

@keyframes play_loading {
    from { background-position:    0px; }
    to { background-position: -1360px; }
}

/* FIN NUEVO LOADING */