html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

.nav-link {
    color: darkgoldenrod;
    font-family: 'Cascadia Code';
    font-weight: 300;
    background-color: #f6ebeb70;
}

.weath {
    color: darkgoldenrod;
    font-family: 'Cascadia Code';
    font-weight: 300;
    background-color: #f5ede153;
    padding: 10px;
}

.weaths {
    color: darkgoldenrod;
    font-family: 'Cascadia Code';
    font-weight: 300;
    padding: 10px;
}

body {
    margin-bottom: 60px;
}

.dropdown-item {
    font-family: 'Cascadia Code';
    font-weight: 300;
    color: darkgoldenrod;
}


#frm_titular label {
    font-size: 12px;
    color: darkgoldenrod;
    font-weight: 600;
}

#frm_titular input {
    line-height: 12px;
}

#frm_titular input {
    font-size: 12px;
}

#frm_titular select {
    font-size: 12px;
}

th {
    color: darkgoldenrod;
    font-family: 'Cascadia Code';
    font-weight: bold;
    font-size: 12px;
}

td {
    font-size: 14px;
    font-weight: 900;
}

#frm_Emitida select {
    font-size: 10px;
    line-height: 10px;
    appearance: listbox;
}

frm.label {
    font-weight: bold;
}

#frm_Emitida input, label {
    line-height: 10px;
    font-size: 10px;
    text-align: center;
}


#frm_Emitida i {
    font-size: 16px;
    text-align: center;
    color: black;
}

#frm_Recibida select {
    font-size: 10px;
    line-height: 10px;
    appearance: listbox;
}

#frm_Recibida input, label {
    line-height: 10px;
    font-size: 10px;
    text-align: right;
}


a {
    text-decoration: none;
    font-family: 'Cascadia Code';
    font-size: 14px;
    color:goldenrod;
}

#Fecha {
    text-align: center;
    width: 100px;
}

.bi {
    cursor: pointer;
}

#inicio {
    animation-duration: 1s;
    animation-name: resbala;
}

@keyframes resbala {
    from {
        margin-left: 100%;
        width: 60%;
    }

    to {
        margin-left: 0%;
        width: 100%;
    }
}
