body {
    margin: 0;
    /*height: 800px;
    /*background: linear-gradient(to right, #a71111, #ffa600a1); 
    background-image: url("../fondo.jpg");
    /*background-size: 23rem;*/
    /*background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    
    /*   */
}

video {
    position: fixed;

    min-width: 100%;
    min-height: 100%;

    top: 50%;
    left: 50%;

    transform: translateX(-50%) translateY(-50%);

    z-index: -1;
}

.modal-content {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #ffffff36;
    background-clip: padding-box;
    border: 4px solid rgba(0,0,0,.2);
    /*border-radius: 5.3rem;*/
    outline: 0;
    /*border-top-right-radius: calc(0.3rem - 1px);*/
    box-shadow: 2px 2px 19px 4px #4d4d4d;
}

.alert-success {
    color: #005f26;
    background-color: #ccf1dbb3 !important;
    border-color: #b8ebcc;
}

.alert-danger {
    color: #81192c;
    background-color: #ffdce2b5 !important;
    border-color: #fdc5cf;
    backdrop-filter: saturate(209%) blur(12px);
}

.modal {
    position: fixed;
    top: -10px;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
    /*filter: drop-shadow(0px 15px 0.9em #000000de);*/
}

.modal-header {
    background: #01335700 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    /*display: initial;*/
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-end;
    padding: 1rem;
    border-radius: 1rem;
    border-bottom: 2px solid #ff0000;
    /*border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);*/
    box-shadow: 0px 25px 90px 22px #ffffff38;
    backdrop-filter: saturate(234%) blur(6px);
    background-color: #ff00001a !important;
    background: linear-gradient(#ffffff00, #ffb2b27a) !important;
    
    
}

.modal-body {
    position: inherit;
    -webkit-box-flex: 6;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
    padding: 2rem;
    backdrop-filter: saturate(234%) blur(6px);
    background-color: #ff00001a !important;
    background: linear-gradient(#ffffff00, #ffffff63) !important;
}

.input-group {
    position: relative;
    display: -webkit-box;
    display: contents;
    display: contents;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}


.modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0.75rem;
    border-radius: 0.3rem;
    /*border-top: 1px solid #ff0000;
    box-shadow: 0px 43px 58px -12px #ffffff inset; */
    backdrop-filter: saturate(209%) blur(6px);
    /*background: linear-gradient(#ff000052, #ff7f7f7a) !important;
    border-bottom-right-radius: calc(300.3rem - 1px);
    border-bottom-left-radius: calc(300.3rem - 1px);*/
    
}

.btn {
    text-transform: uppercase;
    vertical-align: bottom;
    border: 0;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.2), 0 2px 10px 0 rgba(0,0,0,.1);
    box-shadow: 0 2px 5px 0 #fdfdfd, 0 2px 10px 0 #ffffff99;
    font-weight: 500;
    padding: 0.625rem 1.5rem 0.5rem;
    font-size: .75rem;
    line-height: 1.5;
}

.btn-primary {
    color: #fff;
    background-color: #d41600 !important;
}

.table {
    --bs-table-bg: transparent;
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: #212529;
    --bs-table-striped-bg: rgba(0,0,0,0.05);
    --bs-table-active-color: #212529;
    --bs-table-active-bg: #00000080;
    --bs-table-hover-color: #212529;
    --bs-table-hover-bg: #ffa9a980;
    width: 100%;
    margin-bottom: 1rem;
    color: #ffffff;
    vertical-align: revert;
    border-color: #e0e0e0;
    background-color: #ff55556b !important;
    border-color: #fdc5cf;
    backdrop-filter: saturate(209%) blur(12px);
}

.table>:not(caption)>*>* {
    background-color: var(--bs-table-bg);
    background-image: -webkit-gradient(linear,left top,left bottom,from(var(--bs-table-accent-bg)),to(var(--bs-table-accent-bg)));
    background-image: linear-gradient(var(--bs-table-accent-bg),var(--bs-table-accent-bg));
    border-bottom-width: 0px !important;
}

a {
    color: #ffffff;
    
}

a:hover {
    color: #ffffff !important;
}


img.logp:hover{
    /*border-radius:100px !important;*/
    /*-webkit-box-shadow: 0px 0px 15px 0px rgb(122, 235, 255); 
    -moz-box-shadow: 0px 0px 15px 0px rgba(121, 235, 255);
    box-shadow: 0px 0px 15px 0px rgba(121, 235, 255);*/
    transition-duration: 1s;
    transform:scale(2);
    
  }

img.log:hover{
    /*border-radius:100px !important;*/
    /*-webkit-box-shadow: 0px 0px 15px 0px rgb(122, 235, 255); 
    -moz-box-shadow: 0px 0px 15px 0px rgba(121, 235, 255);
    box-shadow: 0px 0px 15px 0px rgba(121, 235, 255);*/
    cursor: pointer;
    transition-duration: 1s;
    transform:scale(2.5);
    
  }