@font-face {
    font-family: 'DINRoundPro';
    font-weight: 300;
    src: url("../../public/fonts/drp/DINRoundPro-Light.wolff2") format("woff2");
    /* src: url("../fonts/drp/DINRoundPro-Light.woff2") format("woff2"); */
}

@font-face {
    font-family: 'DINRoundPro';
    font-weight: 400;
    src: url("../../public/fonts/drp/DINRoundPro.woff2") format("woff2");
}

@font-face {
    font-family: 'DINRoundPro';
    font-weight: 500;
    src: url("../../public/fonts/drp/DINRoundPro-Medi.woff2") format("woff2");
}

@font-face {
    font-family: 'DINRoundPro';
    font-weight: 700;
    src: url("../../public/fonts/drp/DINRoundPro-Bold.woff2") format("woff2");
}

@font-face {
    font-family: 'DINRoundPro';
    font-weight: 800;
    src: url("../../public/fonts/drp/DINRoundPro-Black.woff2") format("woff2");
}

/* h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
small,
span,
button,
a {
    font-family: 'DINRoundPro' !important;
} */

h1,
h2,
h3,
h4,
p,
span,
button,
input,
a {
    font-family: 'DINRoundPro' !important;
}

/* .text-date,
.text-context {
    color: rgb(71, 85, 105) !important;
} */

/* p {
    
} */

/* body,
p {
    color: #565578;
    font: 400 1rem/1.625rem "Open Sans", sans-serif;
} */

/* .certificate-content {
    background: #00012D;
} */

body {
    background: #fff;
}

.header {
    background: #181818;
    height: 70px;
}

.enroll-disabled-btn {
    border-color: #6c757d;
    color: #6c757d !important;
    font-weight: 600;
}

.enroll-in-progress:hover {
    color: #ffc107 !important;
    background: none;
}

.enroll-done {
    font-weight: 600;
}

.header-card {
    padding: .85rem;
}

.user-card .banner {
    border-radius: .75rem .75rem 0 0;
}

.user-card {
    background: #262626;
}

.user-card .banner {
    background: #181818;
}

.user-card {
    border-radius: 1rem;
}

.user-card .banner .user-image {
    width: 7rem;
}

.commitment-btn:hover {
    color: #6c757d;
    background: none;
}

.text-gray-400 {
    color: rgb(107, 114, 128);
}

.w-4 {
    width: 1rem;
}

.h-4 {
    height: 1rem;
}

.ps-3 {
    padding-inline-start: 0.75rem;
}

.search-input {
    font-size: 0.875rem;
    line-height: 1.25rem;
    padding-inline-start: 2.5rem !important;
    padding: 1rem;
    border-width: 1px;
    border-radius: 0.5rem;
}

.search-btn {
    font-size: 0.75rem;
    line-height: 1rem;
    padding: .5rem 1rem;
    border-radius: .5rem;
    bottom: 0.625rem;
    inset-inline-end: 0.625rem;
    background: #c29266;
    color: #000;
    font-weight: 600;
    border: 0;
}

.divCenter p {
    color: #fff;
    font-size: 1rem;
}

.search-code-container {
    width: 83.333333%;
    margin: 0 auto;
}

.certificado-card {
    background: #181818;
}

.logo-encap {
    width: auto;
    height: 17rem;      
    margin: -4rem 0 1.25rem 0;
}

.divCenter:hover {
    color: #c29266;
}

/* responsive design */
@media screen and (max-width: 520px) {
    .logo-encap {
        width: 240px;
        margin: 1rem 0;
    }

    .search-code-container {
        width: 100% !important;
    }

    .cert_lbl {
        display: none;
    }
}