body {
    font-family: 'PT Sans', sans-serif;;
    font-weight: 400;
    background: rgba(53,53,53,1);
    background: -moz-linear-gradient(top, rgba(53,53,53,1) 0%, rgba(53,53,53,1) 80%, rgba(23,23,23,1) 90%, rgba(0,0,0,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(53,53,53,1)), color-stop(80%, rgba(53,53,53,1)), color-stop(90%, rgba(23,23,23,1)), color-stop(100%, rgba(0,0,0,1)));
    background: -webkit-linear-gradient(top, rgba(53,53,53,1) 0%, rgba(53,53,53,1) 80%, rgba(23,23,23,1) 90%, rgba(0,0,0,1) 100%);
    background: -o-linear-gradient(top, rgba(53,53,53,1) 0%, rgba(53,53,53,1) 80%, rgba(23,23,23,1) 90%, rgba(0,0,0,1) 100%);
    background: -ms-linear-gradient(top, rgba(53,53,53,1) 0%, rgba(53,53,53,1) 80%, rgba(23,23,23,1) 90%, rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom, rgba(53,53,53,1) 0%, rgba(53,53,53,1) 80%, rgba(23,23,23,1) 90%, rgba(0,0,0,1) 100%);
    background-attachment: fixed;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#353535', endColorstr='#000000', GradientType=0 );
    text-transform: uppercase !important;
}
h1, h2, h3, h4,
b, strong {
    font-weight: 700;
}
.container {
    background: #ffffff;
}
.middle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.middle img {
    width: 400px;
    color: #1d1e1c;
}
.bottom {
    position: absolute;
    text-align: center;
    bottom: 50px;
    width: 100%;
    font-size: 14px;
    color: #56565b;
}
@media (max-width: 767px) {
    .middle img {
        width: 220px;
    }
}

.table .thead-primary th {
    background-color: #3C6F71;
    border-color: #27595C;
    color: #ffffff;
}
.table .thead-secondary th {
    background-color: #d9d9d9;
}
.table .thead-tertiary th {
    background-color: #284B63;
    border-color: #1E3748;
    color: #ffffff;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(60,111,113,.05);
}
.table-xs th,
.table-xs td {
    padding: 0.25rem 0.15rem;
    font-size: 0.85rem;
}
.th-first {
    width: 2% !important;
}
.bl-none {
    border-left: 0 !important;
}
.br-none {
    border-right: 0 !important;
}

.signature-pad {
    border: 1px solid #ddd;
    border-bottom: 1px solid #000000;
    margin: 0 auto;
    display: block;
}
.signature-pad.is-invalid {
    border: 1px solid #FF5E6D;
    border-bottom: 1px solid #000000;
}
.firma-show img{
    border-bottom: 1px solid #000000;
}

.btn-rounded {
    border-radius: 20px;
}

.btn-primary {
    color: #fff;
    background-color: #3C6F71;
    border-color: #3C6F71;
}
.btn-primary:hover {
    color: #fff;
    background-color: #27595C;
    border-color: #14484A;
}
.btn-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(57, 44, 112, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #3C6F71;
    border-color: #3C6F71;
}
.btn-primary:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #27595C;
    border-color: #14484A;
}
.btn-primary:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 0.2rem rgba(57, 44, 112, 0.5);
}

.aspect-box {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    overflow: hidden;
}
.aspect-box.aspect-4by3 {
    padding-bottom: 75% !important;     /* ( 3 / 4 * 100) */
}
.aspect-box.aspect-16by9 {
    padding-bottom: 56.25% !important;  /* (9 / 16 * 100) */
}
.aspect-box.aspect-1by1 {
    padding-bottom: 100% !important;    /* ( 1 / 1 * 100) */
}
.aspect-box img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

.mfp-file img {
    transition: transform .2s ease;
}
.mfp-file:hover img {
    transform: scale(1.06);
}

.mfp-file .mfp-file-desc {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 3px;
    background-color: rgba(60, 111, 113, 0.8);
    color: #ffffff;
    line-height: 1em;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    height: 23px;
    transition: all .2s ease;
}
/*.mfp-file:hover .mfp-file-desc {
    white-space: normal;
    height: auto;
    transition: 500ms ease-in-out;
}*/

.th-column {
    padding: 0 !important;
    border: none !important;
}
.th-column table td {
    font-weight: normal !important;
}