@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap');
*{
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
}
body{
    background: #F7F9F9;
}
header{
    display: block;
    height: 65px;
    max-height: 65px;
    min-height: 65px;
    display: flex;
    align-items: center;
    background-color: #0E6FEE;
}
header .cabecera{
    width: 91%;
    max-width: 1032px;
    margin: auto auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
header .cabecera .logoCabecera{
    width: 200px;
    height: 50px;
    background-repeat: no-repeat;
    background-size: auto 50px;
    background-image: url("../img/logoCabecera.png");
}
header .cabecera .contenidoCabecera{
    display: flex;
    align-items: center;
}
header .cabecera .contenidoCabecera h1{
    font-size: 1.3rem;
    font-weight: normal;
    color: #fff;
}
header .cabecera .contenidoCabecera .iconTrackingCabecera{
    margin-left: 15px;
    height: 35px;
    width: 47px;
    background-repeat: no-repeat;
    background-size: 47px 35px;
    background-image: url("../img/iconCabeceraTracking.png");
}
.cnvError{
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}
.cnvError img{
    margin-top: 6%;
    width: 80%;
    max-width: 400px;
    height: auto;
}
.cnvError h1{
    margin-top: 2.5rem;
    font-size: 3.5rem;
    font-weight: 200;
    line-height: 3.5rem;
}
.cnvError h2{
    font-size: 2rem;
    font-weight: 200;
}
.cnvError h3{
    margin-top: 1rem;
    font-size: 1.1rem;
    font-weight: 200;
}
.cnvReporteServicio{
    width: 88%;
    max-width: 1000px;
    margin: auto auto;
    background-color: #fff;
    font-size: 0.7rem;
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(2,1fr);
    grid-template-rows: repeat(3,auto);
    grid-template-areas:"estado estado" "informacion tracking" "documento tracking";
    padding: 1rem;
}
.cnvReporteServicio .cnvInfoServicio{
    grid-area: informacion;
}
.cnvReporteServicio .cnvTrackServicio{
    grid-area: tracking;
}
.cnvReporteServicio .cnvDocServicio{
    grid-area: documento;
}
.cnvReporteServicio .cnvProgresoEstado{
    grid-area: progreso;
    display: none;
}
.cnvReporteServicio .cnvDetaEstado{
    height: 2.5rem;
    display: flex;
    align-items: center;
    text-align: center;
    font-size: 1rem;
    grid-area: estado;
    padding: 0 1rem;
}
.cnvReporteServicio .cnvDetaEstado .lnvDetaEstado:first-child{
    width: 42%;
    text-align: left;
}
.cnvReporteServicio .cnvDetaEstado .lnvDetaEstado:last-child{
    width: 58%;
    text-align: center;
}
.cnvReporteServicio .frmlblSubTitulo{
    font-size: 0.9rem;
    text-align: left;
    margin: 0.7rem 0;
    font-weight: bold;
    color: #4D5656;
}
.cnvReporteServicio .cnvProgresoEstado .lnMovEstado{
    text-align: center;
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
}
.cnvReporteServicio .cnvProgresoEstado .lnProgreso{
    height: 48px;
    width: 80%;
    margin: 0 auto;
    display: flex;
    align-items: center;
}
.colorTransito{
    background-color: #0E6FEE;
    color: #fff;		
}
.colorAlerta{
    background-color: #FF1800;
    color: #fff;
}
.colorEntrega{
    background-color: #58D68D;
}
.colorDevolucion{
    background-color: #FFE14C;
}
.cnvReporteServicio .cnvProgresoEstado .lnProgreso .barraProgreso{
    width: 100%;
    height: 10px;
    background-color: #B2BABB;
    display: flex;
    align-items: center;
    border-radius: 50px;
}
.cnvReporteServicio .cnvProgresoEstado .lnProgreso .barraProgreso .estadoProgreso{
    height: 10px;
    width: 50%;
    border-radius: 50px;
}
.cnvReporteServicio .cnvProgresoEstado .lnProgreso .barraProgreso .iconoProgreso{
    width: 48px;
    height: 48px;
    margin-left: -24px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.cnvReporteServicio .lnDetaPedido{
    display: grid;
    grid-template-columns: 1.6rem auto;
    align-items: center;
}
.cnvReporteServicio .iconoEnunciado{
    width: 1.5rem;
    height: 1.5rem;
    background-size: 1.5rem;
    background-repeat: no-repeat;
    background-position: center;
    align-self: flex-start;
}
.cnvReporteServicio .iconoUbicacion{
    background-image: url('../img/iconoEnunciadoUbicacion.png');
}
.cnvReporteServicio .iconoDireccion{
    background-image: url('../img/iconoEnunciadoDireccion.png');
}
.cnvReporteServicio .iconoFecha{
    background-image: url('../img/iconoEnunciadoFecha.png');
}
.cnvReporteServicio .iconoCaja{
    background-image: url('../img/iconoEnunciadoCaja.png');
}
.cnvReporteServicio .iconoTelefono{
    background-image: url('../img/iconoEnunciadoTelefono.png');
}
.cnvReporteServicio .iconoPersona{
    background-image: url('../img/iconoEnunciadoPersona.png');
}
.cnvReporteServicio .iconoReferencia{
    background-image: url('../img/iconoEnunciadoReferencia.png');
}
.cnvReporteServicio .iconoDocumento{
    background-image: url('../img/iconoEnunciadoDocumento.png');
}
.cnvReporteServicio .iconoDocumentoAdd{
    background-image: url('../img/iconoEnunciadoDocumentoAdd.png');
}
.cnvReporteServicio .iconoPago{
    background-image: url('../img/iconoEnunciadoPago.png');
}
.cnvReporteServicio .lnDetaPedido .detalleEnunciado div{
    display: inline-block;
    vertical-align: middle;
}
.cnvReporteServicio .detalleEnunciado .enunciado{
    font-weight: bold;
    margin: 0 0.2rem;
    white-space: nowrap;
}
.cnvInfoServicio .lnDetaPedido .detalleEnunciado span{
    display: none;
}
.cnvReporteServicio .iconoTracking{
    width: 3.5rem;
    height: 3.5rem;
    background-size: 3rem;
    background-repeat: no-repeat;
    background-position: center;
}
.cnvReporteServicio .iconoRecepcion{
    background-image: url('../img/iconoTrackingRecepcion.png');
}
.cnvReporteServicio .iconoDistribucion{
    background-image: url('../img/iconoTrackingEnvio.png');
}
.cnvReporteServicio .iconoEntrega{
    background-image: url('../img/iconoTrackingEntrega.png');
}
.cnvReporteServicio .iconoRezagado{
    background-image: url('../img/iconoTrackingRezagado.png');
}
.cnvReporteServicio .iconoReembarque{
    background-image: url('../img/iconoTrackingReenvio.png');
}
.cnvReporteServicio .iconoDevolucion{
    background-image: url('../img/iconoTrackingDevolucion.png');
}
.cnvReporteServicio .cnvTrackServicio .lnDetaSeguimiento{
    padding: 0.5rem;
    display: flex;
}
.cnvReporteServicio .cnvTrackServicio .lnDetaSegLado{
    margin: 0.2rem;
}
.cnvReporteServicio .cnvTrackServicio .lnDetaSegLado .sublnDetaSegLado{
    display: inline-block;
    min-width: 49%;
}
.cnvReporteServicio .cnvTrackServicio .lnDetaSeguimiento:nth-child(even){
    background-color:#EBF5FB;
}
.cnvReporteServicio .cnvTrackServicio .lnDetaSeguimiento .lnDetaSegInfo{
    margin-left: 0.3rem;
    text-align: left;
    width: 100%;
}
.cnvReporteServicio .cnvTrackServicio .lnDetaSegLado .lnDetaSegEstado{
    display: inline-block;
}
.cnvReporteServicio .cnvTrackServicio .lnDetaSegLado .lnDetaSegEstado:first-child{
    font-weight: bold;
    padding-right: 0.5rem;
    color: #424949;
}
.cnvReporteServicio .cnvTrackServicio .lnDetaSegLado .btn-mostrar-imagen{
    height: 1.5rem;
    line-height: 1.5rem;
    vertical-align: middle;
    background-image: url('../img/btn-img.png');
    background-repeat: no-repeat;
    background-size:auto 1.5rem;
    padding-left: 2.2rem;
    cursor: pointer;
}
.cnvDocServicio .detalleDocumento{
    padding: 0.5rem 0;
}
.cnvDocServicio .detalleDocumento:nth-child(even){
    background-color:#F5EEF8 ;
}
.cnvDocServicio .detalleDocumento .lnSubDetaDocumento{
    display: inline-block;
    padding: 0 0.5rem;
}
@media (max-width: 680px) {
    body{
        overflow-x: hidden;
    }
    .cnvReporteServicio{
        width:auto;
        grid-template-areas:"progreso progreso" "informacion informacion" "tracking tracking" "documento documento";
    }
    .cnvReporteServicio .cnvProgresoEstado{
        display: block;
    }
    .cnvReporteServicio .cnvDetaEstado{
        display: none;
    }
    .cnvReporteServicio .frmlblSubTitulo{
        font-weight: normal;
        color: #000000;
    }
    .cnvInfoServicio .frmlblSubTitulo{
        margin: 0;
        visibility: hidden;
        font-size: 0.4rem;
    }
    .cnvInfoServicio .lnDetaPedido{
        grid-template-columns: auto;
    }
    .cnvInfoServicio .lnDetaPedido div{
        margin: 1px 0;
    }
    .cnvInfoServicio .lnDetaPedido .iconoEnunciado{
        display: none;
    }
    .cnvInfoServicio .lnDetaPedido .detalleEnunciado .enunciado{
        display: none;
    }
    .cnvInfoServicio .lnDetaPedido .lblEnunciadoPrincipal{
        font-size: 1rem;
    }
    .cnvInfoServicio .lnDetaPedido .lblEnunciadoSecundario{
        font-size: 0.8rem;
    }
    .cnvInfoServicio .lnDetaPedido .detalleEnunciado span{
        display: inline;
    }
}
@media (max-width: 580px) {
    header .cabecera .contenidoCabecera .iconTrackingCabecera{
        display: none;
    }
    .cnvError h1{
        font-size: 3rem;
        line-height: 3rem;
    }
    .cnvError h2{
        font-size: 1.8rem;
    }
}
@media (max-width: 500px) {
    header .cabecera .contenidoCabecera h1 span{
        display: none;
    }
    .cnvError h1{
        font-size: 2.5rem;
        line-height: 2.5rem;
    }
    .cnvError h2{
        font-size: 1.6rem;
    }
    .cnvError h3{
        font-size: 0.9rem;
    }
}
@media (max-width: 370px) {
    header .cabecera .contenidoCabecera h1{
        display: none;
    }
    .cnvError h1{
        font-size: 2rem;
        line-height: 2rem;
    }
    .cnvError h2{
        font-size: 1.4rem;
    }
    .cnvError h3{
        font-size: 0.7rem;
    }
}