html, body{
    height:100%;
    min-height: 100%;
    background: #003ea2;
}

body{
    display: flex;
    font-family: 'Oswald', sans-serif;
}
.contenedor{
    width: 95%;
    height: 90%;
    margin: auto;
}

.item{
    position: relative;
    height: 90px;
    padding: 10px;
    width:calc(100% -10px);
    background: #000;
    margin: 5px;
    margin-top: 15px;
    margin-bottom: 20px !important;
    background: #fff;
    color: #fff;
    display: flex;
    box-shadow:0 5px 3px -1px rgba(0,0,0,.2);
    border-radius: 4px;
    flex-direction: row;
    box-sizing: border-box;
    overflow: hidden;
}

.item ul{
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-direction: row;
    color: #000;
    width: 100%;
    margin: auto;
}
.item ul li{
    font-size: 22px;
   text-transform: uppercase;
    font-weight: 22;
   
 
    line-height: 54px;
}
.item ul li span{
/*
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
*/
    width: 100%;
    display: block;
    line-height: 22px;
}







/*
.item ul li:nth-child(1){
    width: 8%;
}
.item ul li:nth-child(2){
    width: 8%;
}
.item ul li:nth-child(3){
    width: 18%;
}
.item ul li:nth-child(4){
    width: 11%;
}
.item ul li:nth-child(5){
    width: 11%;
}
.item ul li:nth-child(6){
    width: 18%;
}
.item ul li:nth-child(7){
    width: 10%;
}
.item ul li:nth-child(8){
    width: 10%;
}
.item ul li:nth-child(9){
    width: 6%;
    
}
*/


.div-title{
    position: absolute;
top: 0;
width: 100%;
height: 50px;
left: 0;
    background: #032253;
    display: flex;
}

.div-title ul{
    list-style: none;
    padding-left: 0;
    display: flex;
    margin: auto;
    color: #fff;
    width: 94%;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
}
.div-title ul li{
    text-align: center;
    font-size: 18px;
}

.div-title ul li:nth-child(1){
    width: 11%;
}
.div-title ul li:nth-child(2){
    width: 11%;
}
.div-title ul li:nth-child(3){
    width: 18%;
}
.div-title ul li:nth-child(4){
    width:8%;
}
.div-title ul li:nth-child(5){
    width: 8%;
}
/**/
.div-title ul li:nth-child(6){
    width:4%;
}


.div-title ul li:nth-child(7){
    width: 13%;
}
.div-title ul li:nth-child(8){
    width: 13%;
}
.div-title ul li:nth-child(9){
    width: 14%;
}




.item.rojo{
    background: #ff0048;
    color: #fff !important;
}
.item.rojo ul li span{
    color: #fff;
}

.item.naranja{
    background: #ff8300;
    color: #fff !important;
}
.item.naranja ul li span{
    color: #fff;
}


.tns-slide-active{
    transform: 
}

.card1{
    width: 60%;
    display: flex;
    flex-direction: column;
}
.card2{
    width: 26%;
    display: flex;
    border-left: 1px solid #888888;
    flex-direction: column;
    padding-left: 20px;
box-sizing: border-box;
}
.card2>ul{
    margin: auto;
    width: 100%;
    display: flex;
}
.card2>ul>li:nth-child(1){
    width:50%;
}
.card2>ul>li:nth-child(2){
    width:50%;
}

.card2>ul>li{
    text-align: left;
    font-size: 30px;
    display: block;
    line-height: 35px !important;
    font-weight: bold;
}






.linea1>li:nth-child(1){
    width: 30%;
}
.linea1>li:nth-child(2){
    width: 0%;
}
.linea1>li:nth-child(3){
    width: 70%;
    text-align: left;
}




.linea2{}

.linea3 li{
    
    display: flex;
flex-direction: row;
background: #000;
margin-right: 5px;
padding-left: 5px;
color: #fff;
}
.linea3 li sup{
top: 3px;
font-size: 13px;
line-height: 12px;
}

.tx-l{
    text-align: left !important;
}


.cant-p{
    font-size: 14px;
    line-height:14px;
}

.pendiente-1{
    display: flex !important;
    
}

.naranja .cant-p{
    color: #fff;
}

.rojo .cant-p{
    color: #fff;
}

.linea3 li span{
    font-size: 24px !important;
line-height: 32px !important;
padding-right: 5px;
}



.div-title{
    position: fixed;
    z-index: 2;}


.card3{
    
    border-left: 1px solid #888888;
}

.status{
    position: absolute;
color: #fff;
transform: rotate(-90deg);
right: -33px;
top: 29px;
width: 90px;

height: 32px;
text-align: center;

    
}

.st-verde{
    background: #00a82a;
}
.st-azul{
    background: #0093ff;
}
.st-rojo{
    background: #ff006c;
}


.card3{
    display: flex;
box-sizing: border-box;
    width: 14%;
}

.card3 ul{
    margin: auto;
width: 100%;
display: flex;
}

.card3 ul li{
    text-align: center;
    width: 100%;
font-size: 30px;
display: block;
line-height: 35px !important;
font-weight: bold;
}

