body{font-family:'Fira Sans',sans-serif;margin:0!important}
.item .image{position:relative}
.item img{width:100%;max-width:140px;position:relative;}
.item span{display:block}
.item .name{
color: #1E1E1E;
font-family: Archivo;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: normal;
}
.imagen{
	border-radius: 6px;
	border: 1px solid #C3C3C3;
	background: #F4F4F4;
	box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.10);
	margin-right: 10px;
}
.fondo{
	border-radius: 6px;
	border: 1px solid #C3C3C3;
	background: #F4F4F4;
	box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.10);
}
.item .line{border-bottom:.5px solid #000}
.item .status{
color: #1E1E1E;
font-family: Archivo;
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: normal;
}
.item .date{
color: #910909;
font-family: "Archivo Black";
font-size: 29.556px;
font-style: normal;
font-weight: 400;
line-height: normal;
display: inline;
}
.main{
	height: 133px;


}
.coso{
	background: url("../img/frame.png") no-repeat right center;
	    background-size: contain;
}
.item .dias{
font-family: Archivo;
color: #910909;
font-size: 23.556px;
font-style: normal;
font-weight: 400;
line-height: normal;
display: inline-block;
}
.item .info{
color: #393939;
font-family: "Open Sans";
font-size: 12px;
font-style: italic;
font-weight: 300;
line-height: normal;
}
.barra{
	position: relative;
}
.barra:before{
content: "";
    position: absolute;
    left: 0px;
    width: 1px;
    background: #C3C3C3;
    height: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: -10px;
}
@media (max-width: 767px) {
.main{
	height: 133px;
	border-radius: 6px;
background: #F4F4F4;
box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.15);
}
.item .image{position:relative}
.item img{width:100%;max-width:140px;position:absolute;}
.item span{display:block}
.name{
	        display: inline!important;
}
.item .name{

color: #1E1E1E;
font-family: Archivo;
font-size: 13px;
font-style: normal;
font-weight: 700;
line-height: normal;
}
.item .line{border-bottom:.5px solid #000;width:40%}
.item .status{
        color: #1E1E1E;
        font-family: Archivo;
        font-size: 13px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        display: inline;
}
.texto{padding-left:3px;padding-right:0}
}
.dark *{color:rgba(255,255,255,0.87)!important}
.dark .date,.dark .dias{color:#FFF100!important}
.dark .line{border-bottom:.5px solid rgba(255,255,255,0.87)!important}
.item img{        width: 100%;
        max-width: 125px;
        position: relative;

}