body {
    font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

.certificado-card {
    border: 1px solid rgba(255, 255, 255, .08);
    background: #181818;
    padding: 1.5rem;
    border-radius: .65rem;
    width: 680px;
}

.card-header {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.card-info {
    font-size: 16px;
    color: #e2dfdf;
    text-align: center;
    margin-top: 0;
    margin-bottom: 1.35rem;
}

.txtCodigo {
    font-size: 16px;
    height: 42px;
    width: 75%;
    border-top-left-radius: .45rem;
    border-bottom-left-radius: .45rem;
}

.btnBuscar {
    height: 42px;
    margin: .65rem 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: .45rem;
    border-bottom-right-radius: .45rem;
    color: #001161;
    background: #FAC52A;
}

.buttonOptions {
    font-size: 16px;
    width: 50%;
    border-radius: 10px;
    padding: 10px;
    color: #fff;
    text-align: center;
    margin: 0;
    font-weight: 700;
}

.btnAlumn {
    border: 2px solid rgb(42, 132, 201);
    background: rgb(42, 132, 201);
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btnDocent {
    border: 2.5px solid rgb(42, 132, 201);
    background: #001161;
    color: #d2d0d0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.divCenter {
    display: flex;
    justify-content: center;
}

.card-title {
    font-size: 36px;
    font-weight: 600;
    text-align: center;
    margin: 1rem 0 1.25rem 0;
    padding: 0 3rem;
}

.inputButton {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 .9rem;
}

.txtInfo {
    margin-top: .65rem;
}

.sombrero-img {
    width: 100px;
    height: auto;
    margin-bottom: 2rem;
}

.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;
}

.h-4 {
    height: 1rem;
}

.w-4 {
    width: 1rem;
}

.text-gray-400 {
    color: rgb(107, 114, 128);
}

.search-code-container {
    width: 83.333333%;
    margin: 0 auto;
}

.certificate-label {
    color: #c29266;
}

.logo-encap {
    width: auto;
    height: 17rem;      
    margin: -4rem 0 1.25rem 0;
}

@media screen and (max-width: 520px) {
    .logo-encap {
        width: 240px;
        margin: 1rem 0;
    }

    .card-title {
        font-size: 30px;
    }

    .card-info {
        color: #dbd7d7;
        font-size: 14px;
    }

    .card-title {
        padding: 0;
    }

    .certificados,
    .certificado-card {
        margin: 0 1rem;
        width: 100%;
    }

    .search-code-container {
        width: 100% !important;
    }

    .inputButton {
        flex-direction: column;
    }

    .txtCodigo {
        height: 48px;
        width: 100%;
        border-radius: .45rem;
    }

    .btnBuscar {
        height: 48px;
        margin: 1.5rem 0 1rem 0;
        border-radius: .45rem;
        display: block;
    }

    .txtInfo {
        font-size: 12px;
        margin: 0 10px;
    }
}