.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

.navbar {
    padding: 0.8rem 0;
}
.navbar.navbar-dark {
    margin-bottom: 3rem;
}
.navbar-dark .navbar-nav .nav-link {
    font-family: 'Arial', sans-serif;
    font-size: 18px;
    color: #fff !important;
    padding-right: 2rem;
}
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: #DCECF2 !important;
}
.bg-dark {
    background-color: #005A9B !important;
}
.content {
    box-shadow: 0 2px 3px 2px rgba(0,0,0,0.21);
}
.card {
    border: none;
    border-radius: 0;
    box-shadow: 0 2px 3px 2px rgba(0,0,0,0.21);
}
main .card-header {
    position: absolute;
    width: 100%;
    border-radius: 0 !important;
    color: #005A9B !important;
    background-color: rgba(220, 236,242, 0.9);
    border: none;
    z-index: 1;
}
main .card-header h4 {
    font-weight: 600 !important;
}
main .card-header:first-child {
    border-radius: 0 !important
}
main .card-body {
    padding: 0;
}
.img-fluid {
    width: 100%;
}
.mod_file {
    position: relative;
    overflow: hidden;
}
.mod_file p {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: rgba(0,0,0,0.8);
    margin: 0 0 -6rem 0;
    padding: 1rem;
    color: #fff;
    height: 6rem;
}
.modal-dialog-scrollable .modal-content {
    /*min-height: 90%;*/
    /*max-height: 90%;*/
}
iframe {
    width: 100%;
    /*height: 100%;*/
}
.modal-header {
    background-color: #005A9B !important;
    background-color: #B30858 !important;
    color: #fff;
}
img.main {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    max-width: unset;
    min-height: 100%;
    min-width: 100%;
    height: 100%;
    width: 100%;
    align-self: center;
}
.card-header {
    border: 1px solid rgba(0,0,0,.125)
}
.list-group-item:first-child,
.list-group-item:last-child {
    border-radius: 0;
}
.list-group-item-action:focus, .list-group-item-action:hover {
    color: #005A9B;
    background-color: rgba(220, 236,242, 0.9);
}
picture {
    display: inline-block;
    width: 40px;
    margin-right: 10px;
}
