.fondo {
    background-color: #f2f1ef;
}

.card2{
    width: 600px;
}

.footer-text {
    font-size: 24px;
    color: #003a70;
}

.footer-text-2 {
    font-size: 24px;
    color: #003a70;
}

.footer-icon {
    font-size: 48px;
    color: #003a70;
}

.header {
    height: 75px;
}

.login-text{
    margin-bottom: -10px;
}

.login-header{
    position: relative;
    top: -10px;
}

.nav {
    background-color: #fafdfc;
}

.logo {
    margin-left: 50px;
    cursor: pointer;
}

.text-nav {
    display: block;
    padding: .5rem 1rem;
    position: relative;
    top: 30px;
    font-weight: bold;
    color: black;
}

.header-location {
    text-decoration: underline;
    color: #514d4d;
}

.error-message-css{
    display: none;
}

.message-css {
    display: none;
}

.subtitulo {
    position: relative;
    margin-left: -10px;
}

.imgSearch {
    position: relative;
    top: -5px;
}

.card-title {
    font-size: 28px;
}

.card-text {
    position: relative;
    top: -15px;
    font-style: italic;
}

.txtbuscar {
    position: relative;
    margin-top: -26px;
    margin-bottom: 15px;
}

.btn-round {
    border-radius: 20px;
    width: 150px;
    height: 50px;
}

.angle-custom {
    position: relative;
    top: 1.3px;
}

.zappi-trk-estados {
    box-sizing: border-box;
    margin-top: 50px;
    padding: 0;
}

.fecha-hora {
    font-size: 16px;
    color: #9a9a9a;
    font-weight: 700;
    text-align: right;
    width: calc(50% - 31px);
}

.ubicacion {
    word-wrap: break-word;
}

.estado {
    display: block;
    font-weight: bolder;
    text-transform: uppercase;
    color: #066bae;
    font-size: 20px;
}

label.oficina {
    font-size: 14px;
    font-weight: 700;
    color: #9a9a9a;
    margin-top: 6px;
    margin-bottom: 3px;
}

.divider {
    border: 0;
    border-top: 1px solid #ccc;
    margin: 10px;
    width: 95%;
    display: none;
}

.circle-icon {
    display: flex;
    width: 30px; /* Ajusta el tamaño según prefieras */
    height: 30px;
    border-radius: 50%; /* Hace el contenedor circular */
    background-color: #FFFFFF; /* Color de fondo del círculo */
    justify-content: center;
    align-items: center;
}

.circle-icon i {
    font-size: 20px; /* Tamaño del icono */
}



/* Querys Ordenadas */
@media (min-width: 1357px) {
    .header-title {
        margin-left: 60px;
        position: relative;
        top: 21px;
    }

    .card {
        width: 70% !important;
        margin-top: 50px;
        margin-left: 15%;
    }
}

/*Ipad Pro*/
@media (min-width: 1024px) and (max-width: 1356px) {
    .header-title {
        margin-left: 60px;
        position: relative;
        top: 21px;
    }
    .card {
        width: 80% !important;
        margin-top: 50px;
        margin-left: 10%;
    }

    .card2{
        width: 400px;
    }
}

/*Tablet*/
@media (min-width: 768px) and (max-width: 1023px) {
    .header-title {
        margin-left: 60px;
        position: relative;
        top: 21px;
        font-size: 21px;
    }
    .card {
        width: 100% !important;
        margin-top: 50px;
        margin-left: 0%;
    }

    .card2 {
        width: 300px;
    }
}

/*Telefono*/
@media (max-width: 767px) {
    .header-title {
        margin-left: 60px;
        position: relative;
        top: 21px;
        font-size: 12px;
    }
    .card {
        width: 100% !important;
        margin-top: 20px;
        margin-left: 0%;
    }
    .logo {
        margin-left: 0px;
        cursor: pointer;
        width: 200px !important;
        height: 40px !important;
    }
    .divider {
        border: 0;
        border-top: 1px solid #ccc;
        margin: 10px;
        width: 95%;
        display: block;
    }

    .card2 {
        width: 300px;
    }
    .footer-text-2 {
        font-size: 16px;
        color: #003a70;
    }
}

/* Timeline CSS */
.timeline {
    position: relative;
    padding: 0;
    list-style: none;
}
.timeline:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #007bff;
    left: 50%;
    margin-left: -1px;
}
.timeline-event {
    position: relative;
    padding: 20px 0;
    border-bottom: 2px dashed #007bff;
}
.timeline-event:last-of-type {
    border-bottom: none;
}
.timeline-event:before, .timeline-event:after {
    content: '';
    display: table;
}
.timeline-event:after {
    clear: both;
}
.timeline-event-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #007bff;
    color: #fff;
    font-size: 20px;
    text-align: center;
    line-height: 40px;
    border: 2px solid #fff;
}
.timeline-event-content {
    margin-left: 60px;
}



.loader {
    border: 10px solid #f3f3f3;
    border-radius: 50%;
    border-top: 10px solid #3498db;
    width: 100px;
    height: 100px;
    animation: spin 2s linear infinite;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

#titleCountry{
    font-size: 50px;
}

#redirectECToVE {
    text-decoration: none;
    color: inherit;
    font-size: 20px;
}

@media (max-width: 767px) {
    /* Logotipo centrado arriba */
    .logoPais {
        display: flex;
        justify-content: center;
        margin-bottom: 20px;
        margin-right: 0px !important;
    }

        .logoPais img {
            width: 300px;
            height: auto;
            margin: 0px;
        }

    .modal {
        flex-direction: column;
    }

    .modal-content {
        margin-top: 20px;
    }
}