﻿@import url('https://fonts.googleapis.com/css2?family=Antonio:wght@100&family=Inconsolata:wght@300&display=swap');

body {
    padding-top: 50px;
    padding-bottom: 20px;
    background-attachment: fixed;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}
.d-flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.d-flex-start {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
}
/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 305px;
}



.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: #777;
    border-color: #fff;
    border-radius: 20px;
}

/*VISTA */
.login {
    position: fixed;
    border-radius: 1px;
    padding: 1.5rem;
    margin-top: 3rem;
    margin-left: 500px;
    background: #273d7d;
}
.login_Center {
    display: flex;
    position: relative;
    width: 100%;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    min-height: 100vh;
}
.text-align{
    text-align: center;
}
/*.button {
    background: none;
    border-radius: 1.875rem;
    display: flex;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    align-items: center;
    padding: 2px 6px;
    transition: background 0.2s ease 0s;
    text-align: center;
}*/
.bg-login {
    padding: 2rem;
    border-radius: 1rem;
    text-align: center;
    margin-bottom: 2rem;
}
.bg-body {
    transition: background 0.2s ease 0s;
}

.text {
    font-size: 21px;
    text-align: justify;
}
.bg-text {
    position: absolute;
    border-radius: 6px;
    padding: 2.5rem;
    margin-top: 3rem;
    margin-left: 24px;
    background: #d9edf7;
    width: 1024px;
}
.container {
    padding-right: 121px;
    padding-left: 23px;
    margin-right: auto;
    margin-left: auto;
}
.navbar-inverse {
    background-color: #273d7d;
    border-color: #080808;
}
    .navbar-inverse .navbar-brand {
        color: #ffffff;
    }
    .navbar-inverse .navbar-nav > li > a {
        color: #ffffff;

    }
    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
        color: #fff;
        /*background-color: #61afd5;*/
    }


    .color-letter{
        color: white;
    }

.panel-info > .panel-heading {
    color: #000000;
    background-color: #d9edf7;
    border-color: #bce8f1;
    text-align: center;
    font-size: 17px;
}
.align-cont {
    margin: 212px 200px 0px 21px;
}
.aligntext {
    margin: 13px 140px 18px 319px;
}
.alignbtn {
    margin: 13px 140px 18px 410px;
}


/*VISTA CAMBIO*/
.tab {
    box-shadow: 12px 13px 35px -4px #3F51B5;
    align-content: center;
    margin: 67px -19px 10px 64px;
}
.titulo{
    text-align:center;
    font-size: 36px;
    
}

.login-display {
    /*font-family: 'Antonio', sans-serif;*/
    font-family: 'Inconsolata', monospace;
    letter-spacing: 3px;
}

.h-100{
    height: 100vh;
}

.log-inp {
    display: flex;
    align-items: center;
}

.i-bi-log {
    font-size: 2rem;
    margin: 1rem;
}

.lbl-bg-log {
    background-color: #808080bf;
    border-radius: 1rem;
    padding: 5px;
}

.m-3{
    margin:1rem;
}

.log-inp input {
    max-width: 100% !important;
    margin-top: 1rem;
    border-radius: 1rem;
}
    .log-inp input:focus {
        background-color: #80808073;
    }

.bi-eye-fill, 
.bi-eye-slash-fill {
    margin-left: 1rem;
}

.bor-con-log {
    padding: 2rem;
    margin: 1rem;
    border-radius: 3rem;
    text-align: center;
    backdrop-filter: blur(9px);
    box-shadow: -19px -20px 20px 0px #00000080;
}

.d-flex-end {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
}

.d-flex-sing {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 1rem 30rem 1rem 30rem;
}

.login-display input[type="checkbox"] {
    margin-right: 10px;
}

footer {
    text-align: center !important;
    color: white !important;
}

.over-auto {
    overflow: auto;
}


.d-btw{
    display:flex;
    justify-content: space-between;
}
.d-btw a{
    margin-left: 30rem;
}
.table-con {
    box-shadow: -4px -5px 11px 0px #00000080;
    padding: 2rem;
    border-radius: 2rem;
    margin: 1rem;
}
@media only screen and (max-width: 1024px) {
    .d-flex-sing {
        margin: 0rem 2rem 0rem 2rem;
    }
    .d-btw {
        display: block;
    }
        .d-btw a {
            margin-left: 0rem;
        }

}

.privacidad {
    height: 350px !important;
    overflow-y: scroll !important;
    background-color: #dfdfdf !important;
    color: black !important;
    padding: 3rem !important;
    border-radius: 5px !important;
}
.card {
    padding: 2rem;
    background-color: white;
    border-radius: 1rem;
    margin: 1rem;
}

.btn-aceptar {
    margin: 0.5rem;
    display: flex;
    width: fit-content;
}
.btn-orden {
    display: flex;
    justify-content: flex-end;
    margin: 1rem;
}

.bg-white {
    background-color: white;
}
.importarfirmas {
    display: flex;
    justify-content: center;
}
.content {
    width: 250px;
    height: 400px;
}

.contenedorFormato {
    height: 900px;
}
.cardi {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    width: 40%;
    border-radius: 5px;
}

    .cardi:hover {
        box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    }

img {
    border-radius: 5px 5px 0 0;
}

.container {
    padding: 2px 16px;
}
.imgcard {
    width: 200px;
    border-radius: 3px;
}
.txt-card {
    color: #004577;
}
.barra {
    width: 100%;
    height: 70px;
    background-color: rgba(14, 15, 51,0.5);
    padding-left: 10%;
    padding-right: 10%;
    position: absolute;
    z-index: 9997;
    margin-top: -90px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

footer {
    background-color: rgba(14, 15, 51,0.5);
    padding: 20px 0;
    text-align: center;
    bottom: 0;
}

a {
    text-decoration: none;

}

    a:hover {
        text-decoration: none;
        color: white;
        
    }
a:hover {
    text-shadow: 0px -1px 3px rgb(136, 248, 255,0.6);
}

.tarjetaReporte {
    background-color: white;
    color: black;
    padding: 30px;
    border-radius: 30px;
    font-family: Microsoft JhengHei;
    margin-top: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.tarjetitaReporteContenedor {
    place-items: center;
    display: flex;
    /* padding-top: 100px; */
    justify-content: center;
}
.reportecard {
    padding: 3rem;
    background-color: white;
    margin: 0 10rem;
    Color: black;
    border-radius: 30px;
    margin-bottom: 2rem;
}