﻿.text {
    font-size: 28px;
    font-family: helvetica;
    font-weight: bold;
    color: #000000;
    /*text-transform: uppercase;*/
}


.login-box .texto h6 {
    color: blue;
}

.parpadea {
    animation-name: parpadeo;
    animation-duration: 1.5s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    -webkit-animation-name: parpadeo;
    -webkit-animation-duration: 1.5s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
}

@-moz-keyframes parpadeo {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}

@-webkit-keyframes parpadeo {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}

@keyframes parpadeo {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}


img {
    width: 60%;
    height: auto;
}


imgResponsivo {
    display: block;
    margin: 0 auto;
    max-width: 60%;
    width: 40%;
}

textoSombra {
    -webkit-box-shadow: 5px 5px 15px 5px #000000;
    box-shadow: 5px 5px 15px 5px #000000;
}



.tipoPieza1 {
    color: red;
}

.opcion2 {
    color: blue;
}


.opcion3 {
    color: red;
}

alinearContenido {
    text-align: center;
}

.tituloTracking {
    font-size: 16px;
    font-family: Consolas;
    color: #656565;
}

.DatosTracking {
    font-size: 16px;
    font-family: Consolas;
    font-weight: bold;
    color: #00304E;
}

.DatosTrackingInput {
    font-size: 16px;
    font-family: Consolas;
    font-weight: bold;
    color: #000000;
    text-align: center;
}


.btnGuatex {
    color: #ffffff;
    background-color: #000b29;
}

.DatosFrecuencia {
    font-size: 16px;
    font-family: helvetica;
    font-weight: bold;
    color: #a00000;
}

.nav-tabs .nav-link:not(.active) {
    font-family: Consolas;
    font-weight: bolder;
    color: rgb(0 28 103);
    background: #e1e1e1;
    border: 0.5px solid rgb(0 11 41 / 0.56);
    border-top-left-radius: 1.5em 1.5em;
    border-top-right-radius: 1.5em 1.5em;
    box-shadow: 0px 0px 3px 0px rgb(0 0 0 / 0.65) inset;
    margin-right: 1px;
    margin-left: 1px;
}

.nav-tabs .nav-link.active, .nav-tabs .show > .nav-link {
    font-family: Consolas;
    font-weight: bold;
    color: #ffffff;
    background: #0092ff;
    border-top-left-radius: 1.5em 1.5em;
    border-top-right-radius: 1.5em 1.5em;
    filter: drop-shadow(0px 0px 5px #1a1a1a);
    text-shadow: 5px 5px 5px #2f2e2e;
}

footer {
    background-color: #1A1A1A;
    height: 50%;
    color: white;
    padding: 15px;
}

.nav-tabs .bordePestallaTracking {
    font-family: Consolas;
    border-top-left-radius: 8em 5em;
    border-top-right-radius: 8em 5em;
}


table.dataTable td {
    font-family: Consolas;
    color: #000000;
}

botonMargenReimpresion {
    margin-right: 1px;
    margin-left: 1px;
}

table.dataTable thead {
    background-color: #00304E
}

th {
    font-family: Consolas;
    background-color: blue;
    color: white;
}

.sombraTarjeta {
    -webkit-box-shadow: 6px 7px 11px 5px #656565;
    -moz-box-shadow: 6px 7px 11px 5px #656565;
    box-shadow: 6px 7px 11px 5px #656565;
}



.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

    .video-container iframe, .video-container object, .video-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.izquierda {
    float: left;
}

.derecha {
    float: right;
}

.nav-pills .pill-1 .nav-link:not(.active) {
    font-weight: bolder !important;
    color: #656565 !important;
    background: #ffffff !important;
}

.nav-pills .pill-1 .nav-link {
    font-weight: bold;
    color: #353784 !important;
    background: #edb125 !important;
}


.iconoMenu {
    filter: drop-shadow(0 3px 3px #ffffff);
    margin: 2px;
    width: 80px;
}

.encabezadoTarjeta {
    background-color: #353889 !important;
}

.parapadeAdvertencia {
    animation-name: parpadeo;
    animation-duration: 1.5s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    -webkit-animation-name: parpadeo;
    -webkit-animation-duration: 1.5s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    color: #E74C3C;
}



/*Estilos para Vista > Guía > diálogos [dialogoBuscar] y [dialogoCreacion]*/

.tituloDialogo {
    font-size: 30px;
    text-align: center
}

.subTituloDialogo {
    font-size: 20px;
    text-align: center
}

.tblEstilo {
    width: 100% !important;
}

    .tblEstilo tbody tr {
        cursor: pointer;
    }

    .tblEstilo .selected {
        background-color: #f0f0f0;
    }

.dialogoBusquedaClientes {
    margin-top: 1%;
    height: 80%;
    max-height: 800px;
    width: 60%;
    max-width: 750px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 8px;
    border: 2px solid #000000;
    padding: 2rem;
}

    .dialogoBusquedaClientes .row {
        display: flex;
        justify-content: start;
        align-items: center;
    }

        .dialogoBusquedaClientes .row > div {
        }

    .dialogoBusquedaClientes label {
        margin-bottom: 5px;
    }

    /* Estilos del scrollbar */
    .dialogoBusquedaClientes::-webkit-scrollbar {
        width: 5px;
    }

    .dialogoBusquedaClientes::-webkit-scrollbar-track {
        background-color: transparent; /*color de fondo*/
    }

    .dialogoBusquedaClientes::-webkit-scrollbar-thumb {
        background-color: #dddddd; /*color scrollbar */
        border-radius: 5px;
    }

        .dialogoBusquedaClientes::-webkit-scrollbar-thumb:hover {
            background-color: #e5e5e5; /* color al pasar mouse */
        }
/*--- Diálogo Nuevo cliente*/
.dialogoVentana {
    margin-top: 1%;
    height: 80%;
    max-height: 800px;
    width: 80%;
    max-width: 900px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 11px;
    border: 1px solid #000000;
}

    .dialogoVentana .row {
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .dialogoVentana .row > div {
            margin-bottom: 10px;
        }

    .dialogoVentana label {
        margin-bottom: 5px;
    }

::backdrop {
    background-color: rgba(52, 73, 94, 0.7);
    opacity: 0.75;
}

@media (max-width: 768px), (max-width: 576px) {
    .tituloDialogo {
        font-size: 20px;
    }

        .tituloDialogo label i {
            font-size: 10px;
        }

    .subTituloDialogo {
        font-size: 20px;
    }

        .subTituloDialogo label i {
            font-size: 10px;
        }

    .dialogoBusquedaClientes {
        padding: 10px;
        width: 90%;
    }

    /*-------alineación de botones en consulta de guías---*/
    .botonesReporte {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }

        .botonesReporte .btn {
            flex: 1;
            min-width: 200px; /* Puedes ajustar este valor según tus necesidades */
        }

    @media (max-width: 768px) {
        .botonesReporte {
            flex-direction: column;
        }
    }
}


/*----------#estilo de login sig ----------------*/
.login-boxsig {
    width: 400px;
    padding: 15px;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    border-radius: 15px;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 70%;
    transform: translate(-50%, -50%);
}

@media (max-width: 768px), (max-width: 576px) {
    .login-boxsig {
        width: 80%;
        padding: 20px;
        top: 50%;
        left: 50%;
    }
}
/*----------#Fin estilo de login sig ----------------*/

/*-----------#estilos titulo home--------------*/
.home-img {
    filter: drop-shadow(7px 7px 7px rgb(0 0 0 / 0.25));
    width: 18%;
}

@media (max-width: 768px), (max-width: 576px) {
    .home-img {
        width: 40%;
    }
}

.title-home-container h1 {
    font-size: 2.5vw
}

@media(max-width:768px) {
    .title-home-container h1 {
        font-size: 6.5vw
    }
}
/*-----------#fin estilos titulo home--------------*/