.screen-modalT{
    background-color: rgba(0, 0, 0, 0.307);
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    /* z-index: 100000; */
    z-index: 1000;
    top: 0;
    left: 0;
    clip-path: circle(141.4% at 100% 100%);
    transition: clip-path .5s ease-in-out;  
}

.screen-modalT-close{
    clip-path: circle(0.0% at 100% 100%);
    transition: clip-path .5s ease-in; 
}

.btnCerrar-modalNT{
    background-color: #fff0;
    color: #25294A;
    border: none;
    font-size: 20px;
    text-align: end;
    padding: 20px 20px;
    margin-top: -30px;
    font-weight: bold;
}

.popover{
    z-index: 1000000001 !important;
}

.info-user h5{
    font-size: 13px;
    font-weight: 100 !important;
    color: #25294A;
}

.screen-modalT .content-modalT{
    background-color: #fff;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    overflow-y: auto;
}

.Pcontent-modalT{
    background-color: #fff;
    padding: 50px 20px;
    width: 70%;
    height: 600px;
    border-radius: 15px;
}

.Pcontent-modalTPuntos{
    background-color: #fff;
    padding: 50px 20px;
    width: 33%;
    height: 570px;
    border-radius: 15px;
}

.content-modalT::-webkit-scrollbar {
    -webkit-appearance: none;
}

.content-modalT::-webkit-scrollbar:vertical {
    width:5px;
}

.content-modalT::-webkit-scrollbar:horizontal {
    display: none;
}

.content-modalT::-webkit-scrollbar-button:increment,.contenedor::-webkit-scrollbar-button {
    display: none;
}

.content-modalT::-webkit-scrollbar-thumb {
    background-color: #25294A;
    border-radius: 20px;
    
}

.content-modalT::-webkit-scrollbar-track {
    border-radius: 10px;  
}

.section1-modal, .section2-modal{
    padding: 0 20px;
    width: 100%;
}

.title-traking{
    /* 18px; */
    font-size: 20px !important;
    margin-bottom: 20px;
    font-weight: 600;
    color: #25294A;
}

.section1-modal{
    /* position: sticky; */
    display: block;
    top: 0;
    left: 0;
}

.section2-modal::after{
    content: '';
    background-color: rgba(215, 215, 215, 0.674);
    width: 2px;
    height: 100%;
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    overflow-y: hidden;
}

.status-timeline-active{
    width: 20px;
    height: 20px;
    border: 4px solid #25294A;
    border-radius: 50px;
    display: flex;
    justify-content: center;
}

.divLine-active{
    content: '';
    width: 10px;
    height: 40px;
    top: 20px;
    border-radius: 50px;
    position: relative;
    background-color: #bdc3ffa8;
}

.fact-timeline.first .status-timeline-active{
    width: 20px;
    height: 20px;
    border: 4px solid rgb(227 6 19);
    border-radius: 50px;
    display: flex;
    justify-content: center;
}

.btnCerrar-modal{
    background-color: #fff;
    color: #25294A;
    border: none;
    font-size: 20px;
    text-align: end;
    padding: 20px 20px;
    margin-top: -30px;
    font-weight: bold;
}

/* .status-timeline::after{
    content: '';
    width: 10px;
    height: 40px;
    top: 20px;
    border-radius: 50px;
    position: relative;
    background-color: rgba(215, 215, 215, 0.674);
} */

/* .status-timeline:last-child:after{
    display: none;
} */

/* .status-timeline-active::after{
    content: '';
    width: 10px;
    height: 40px;
    top: 20px;
    border-radius: 50px;
    position: relative;
    background-color: #bdc3ffa8;
} */

.status-timeline{
    width: 20px;
    height: 20px;
    border: 4px solid rgba(168, 168, 168, 0.674);
    border-radius: 50px;
    display: flex;
    justify-content: center;
}

.fact-timeline.alertT{
    color: #FF4A05;
    font-style: italic;
}

.fact-timeline.alertT .status-timeline{
    width: 20px;
    height: 20px;
    border: 4px solid #FF4A05;
    border-radius: 50px;
    display: flex;
    justify-content: center;
}

.divLine{
    content: '';
    width: 10px;
    height: 40px;
    top: 20px;
    border-radius: 50px;
    position: relative;
    background-color: rgba(215, 215, 215, 0.674);
}

.status-timeline img{
    filter: sepia(100%);
}

.fact-timeline{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin: 20px 0;
}

.date-timeline, .info-timeline{
    width: 250px;
    text-align: center;
}

.date-timeline h4, .date-timeline h5, .info-timeline h4{
    font-size: 13px;
    color: #25294A;
}

h4.No-guia{
    font-size: 50px;
    font-weight: bold;
    color: #25294A;
}

h4.est-actual{
    font-size: 25px;
    font-weight: bold !important;
    color: #25294A;
}

.origin-traking{
    border-top: 2px solid rgba(215, 215, 215, 0.674);
    border-bottom: 2px solid rgba(215, 215, 215, 0.674);
    padding: 20px 0;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.list-origin ul{
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0;
    list-style: initial;
    
}

.list-origin li{
    color: rgb(181, 181, 181);
    font-size: 15px;
    margin: 10px 0;
}

.list-origin span{
    color:rgb(37 41 74);
}

.origin-traking img{
    width: 40px;
    margin-right: 35px;
}

.destiny-traking{
    padding: 20px 0;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.destiny-traking ul{
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0;
    list-style: initial;
    
}

.destiny-traking li{
    color: rgb(181, 181, 181);
    font-size: 15px;
    margin: 10px 0;
}

.destiny-traking span{
    color:rgb(37 41 74);
}

.destiny-traking img{
    width: 35px;
    margin-right: 50px;
}

.ContainerModalTracking{

    width: 50% !important;
    background-color: #fff;
    padding: 26px 26px;
    /* height: 90% !important; */
    border-radius: 15px;

}

.content-modalNT {

    background-color: #fff;
    width: 100%;
    height: 100%;
    overflow-y: auto;

}

.content-modalNT::-webkit-scrollbar {
    -webkit-appearance: none;
}
.content-modalNT::-webkit-scrollbar:vertical {
    width:5px;
}

.content-modalNT::-webkit-scrollbar-thumb {
    background-color: #25294A;
    border-radius: 20px;
}

.content-modalNT::-webkit-scrollbar-track {
    border-radius: 10px;  
}

.Modal_title-traking{
    font-size: 15px !important;
}

.MT_TituloSub{
    font-size: 15px !important;
}

.title-modalNT{
    color: #25294A;
    font-size:20px;
    margin-bottom: 30px;
}

.FontDatos{
    font-size: 13px !important; 
    padding-bottom:5px;
}

@media (min-width: 320px){

    /* .ContainerModalTracking{
        width: 90% !important;
    } */

    .IconoWeb{
        display: none !important;
    }

    .info-timeline h4, .date-timeline h4{
        font-size: 10px !important;
    }

    .DataMovil{
        display: block;
    }

    .DatosWeb{
        display: none;
    }

    #modalT{
        z-index: 100000 !important;
    }

    
    .ContainerModalTracking{
        width: 90% !important;
        height: 80vh !important;
    }

}

@media (min-width: 425px){

    .ContainerModalTracking{
        width: 90% !important;
    }

    .IconoWeb{
        display: none !important;
    }

    .info-timeline h4, .date-timeline h4{
        font-size: 11px !important;
    }

}

@media (max-width: 425px){

    .list-origin li{
        line-height: 1.5rem !important;
    }

    .destiny-traking li{
        line-height: 1.5rem !important;
    }

    .ContainerModalTracking{
        width: 90% !important;
        height: 80vh !important;
    }


}

@media (min-width: 768px){

    .ContainerModalTracking{
        width: 70% !important;
    }

    .IconoWeb{
        display: block !important;
    }

    .info-timeline h4, .date-timeline h4{
        font-size: 14px !important;
    }

    .FontDatos{
        font-size: 16px !important; 
        padding-bottom:5px;
    }

    .FontDatos2 {
        font-size: 16px !important; 
    }
    
}

@media (min-width: 950px) {

    .ContainerModalTracking{
        width: 70% !important;
        /* height: auto !important; */
    }

    /* .info-timeline h4, .date-timeline{
        font-size: 17px !important;
    } */

    #modalT{
        z-index: 1000 !important;
    }

    .DataMovil{
        display: none;
    }

    .DatosWeb{
        display: block;
    }
}