@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400&display=swap');
body{
    font-family: 'Open Sans', sans-serif;
}
.eTitulo1{
    font-family: 'Great Vibes',cursive;
    color:white;
    font-size:20pt;
}
.OpcionCenter{
    padding-top: 10px;
    width:100%;
    margin:auto;
    text-align:center;
    font-size:10pt;
}

.tables input[type=text]{
    font-size: calc(1em + 1vw);
    text-align: center;
}
.tables tbody tr:nth-child(2n){
    background-color:#d1e8ee;
}
.tables tbody td:first-child,thead th:first-child{
    width: 19rem;
}
.tables td:nth-child(7){
    background-color: #FFD966;
    color:#333;
}
.tables td:nth-child(8){
    background-color: #FFD966;
    color:#333;
}
.tables td:nth-child(9){
    background-color: #FFD966;
    color:#333;
}
.tables td:nth-child(10){
    background-color: #FFD966;
    color:#333;
}
.tables td:nth-child(11){
    background-color: #70AD47;
}

.img_cut{
    width:100%;
    height: auto;
    border: 2px #333 dotted;
}
.img_cut img{
    max-width: 100%;
    height: auto;
}

/* MODAL DE IMAGEN */

.panelimagen{
    width: 100%;
    height: auto;
}
.modal-content1{
    width: 100%;
    margin: auto;
    background-color: rgb(250, 250, 250);
}
.modal-content1 .modal-header1{
    width: 100%;
    padding: 20px 10px;
    text-align: center;
    background-color: rgb(249,249,249);
    box-shadow: 0px -2px 7px 1px rgba(0, 0, 0, 0.281);
    font-size: 18px;
}
.modal-content1 .modal-body1{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 10px;
    padding: 18px 10px;
}
.modal-body1 .content-imagen-cropper{
    width: 80%;
    height: 400px;
    padding: 5px;
    outline: 1px solid var(--thir-color);
}
.content-imagen-cropper .img-cropper{
    width: 100%;
}
.modal-body1 .content-imagen-sample{
    height: 200px;
    width: 200px;
    outline: 1px solid var(--thir-color);
    overflow: hidden;
}
.modal-body1 .content-imagen-sample .img-sample{
    height: 100%;
    width: 100%;
}
.modal-content1 .modal-footer1{
    width: 100%;
    padding: 10px 10px;
    text-align: center;
    background-color: rgb(249,249,249);
    box-shadow: 0px 2px 7px 1px rgba(0, 0, 0, 0.281);
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 15px;
}

/* #loadingDiv{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1002;
    display: flex;
    justify-content: center;
    align-items: center;
}

#loadingDiv img{
    max-width: 50%;
    max-height: 50%;
    border-radius: 20px;
}

#loadingDiv h1{
    position: absolute;
} */

.card-title{
    height: 50px;
    width: 95%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.imgperfil{
    border: solid #333 1px;
    width: 100%;
    height: 200px;
    object-fit: cover;
    
}