/* Hasta 1200px */
@media only screen and (max-width: 1200px) {
    nav li a:link,
    nav li a:visited {
        font-size: 80%;
    }

    .formularios {
        width: 80%;
    }
}

/* Hasta 1069px */
@media only screen and (max-width: 1069px) {
    .codigo-seguimiento {
        width: 250px;
    }
}

/* Hasta 991px */
@media only screen and (max-width: 991px) {
    .logo {
        height: 50px;
    }

    nav li a:link,
    nav li a:visited {
        border: 0;
        padding: 10px 0;
        font-size: 100%;
        -webkit-transition: text-shadow 0.2s;
        -moz-transition: text-shadow 0.2s;
        -o-transition: text-shadow 0.2s;
        transition: text-shadow 0.2s;
    }

    nav li a:hover,
    nav li a:active {
        text-shadow: 2px 2px 15px rgba(240, 240, 240, 0.5);
    }

    .texto-largo {
        width: 90%;
        margin-left: 5%;
    }
}

/* Hasta 909px */
/*@media only screen and (max-width: 909px) {
    .codigo-seguimiento {
        width: 250px;
    }
}*/

/* Hasta 869px */
@media only screen and (max-width: 869px) {
    .btn-principal {
        margin-top: 15px;
    }

    .texto-largo {
        width: 100%;
        margin-left: 0;
    }

    .list-group {
        font-size: 0.8em;
    }

    .list-icon {
        font-size: 1.6em;
    }
}

/* Hasta 768px */
@media only screen and (max-width: 768px) {
    #card-solicitar {
        /* max-height: 400px; */
        overflow-y: auto;
        overflow-x: hidden;
    }

    #resultadoRastreo {
      /*   max-height: 400px; */
        overflow-y: auto;
        overflow-x: hidden;
    }

    .w-md-50 {
        width: 100% !important;
        display: block;
    }

}

/* Desde 768px */
@media only screen and (min-width: 768px) {
    .w-md-50 {
        width: 50% !important;
    }
}

/* Hasta 720px */
@media only screen and (max-width: 720px) {
    .titulo-1 {
        font-size: 200%;
    }

    .titulo-2 {
        font-size: 150%;
    }

    .titulo-4 {
        font-size: 110%;
    }

    .rastreo-paquetes {
        position: unset;
        display: unset;
        flex-wrap: unset;
        align-items: unset;
    }

    .input-codigo {
        border-top-right-radius: .25rem !important;
        border-bottom-right-radius: .25rem !important;
        position: unset !important;
        flex: unset !important;
        width: 100% !important;
        min-width: unset !important;
    }

    .btn-buscar {
        margin-top: 1rem;
        margin-left: auto;
        margin-right: auto;
        border-radius: .25rem !important;
    }

    .formularios {
        width: 95%;
    }

    .g-recaptcha {
        transform:scale(0.85);
        -webkit-transform:scale(0.85);
        transform-origin:0 0;
        -webkit-transform-origin:0 0;
    }

    /*.input-codigo {
        min-height: calc(1.5em + .5rem + 2px);
        padding: .25rem .5rem;
        font-size: .7em;
        border-radius: .2rem;
    }

    .btn-buscar {
        padding: .25rem .5rem;
        font-size: .8em;
        border-radius: 0 .2rem .2rem 0;
    }*/

}

