body {
    font-family: "Helvetica Neue", Helvetica,Arial, "Lucida Grande", sans-serif;
}



.card-header {
    display: flex;
    width: 100%;
    /* border: 1px solid #fff; */
    align-items: center;
    justify-content: center;
    margin-bottom: 2.25rem;
}

.info_codigo{
    font-size: 16px;
    color: #e2dfdf;
    text-align: center !important;
    margin-top: 0;
    margin-bottom: 1.5rem;
    font-weight: 500!important;
}

.txtCodigo {
    font-size: 16px;
    height: 42px;
    width: 75%;
    border-top-left-radius: .45rem;
    border-bottom-left-radius: .45rem;
}

.btnBuscar {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 6px 12px;
    font-size: 14px;
    white-space: nowrap;
    height: 42px;
    margin: .65rem 0;
    outline: none;
    border: none;
    border-top-right-radius: .45rem;
    border-bottom-right-radius: .45rem;
    color: #001161;
    font-weight: 700;
    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: 1px solid white;
    background: white;
    color: #000;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btnDocent {
    border: 1px solid white;
    background: transparent;
    color: #d2d0d0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.divCenter {
    background: none;
    border: none;
    outline: none;
    /* width: 100%; */
    color: #fac52a;
    text-align: center;
    gap: 1rem;
    /* margin-bottom: 1rem; */
    font-size: 15px;
}

.divCenter:hover{
    text-decoration-line: underline;
}
.contenedor_imagen{
    width: 700px;
}
.img_certificado{
    width: 500px;
    height: 350px;
}

.divCenter p{
    margin: 0;
}

.card-title {
    font-size: 36px;
    font-weight: 600;
    text-align: center;
    margin: 1rem .25rem 1.25rem .25rem;
}

.inputButton {
    display: flex; 
    align-items: center; 
    justify-content: center;
    margin: 0 .9rem;
}

.txtInfo {
    font-size: 14px;
}

.sombrero-img {
    width: 100px;
    height: auto;
    margin-bottom: 2rem;
}

.modal-content{
    background-color: transparent;
}
.modal-header{
    padding: 14px 0;
    border-bottom: none;
}
.modal-header .btn-close{
    background-color: white;
    opacity: 1;
    border-radius: 50%;
}
.modal-body{
    background-color: white;
    border-radius: 10px;
}

.imgCertificado{
    width: 100%;
    height: auto;
    object-fit: cover;
}

.certificado-card {
    border: 1px solid rgba(255, 255, 255, .08);
    padding: 1.5rem;
    border-radius: .65rem;
}

.clientSwitch {
    display: flex; 
    height: fit-content; 
    width: 330px; 
    margin: auto; 
    margin-bottom: 1rem;
    color: #d2d0d0;
}

@media screen and (max-width: 520px) {
    .clientSwitch {
        width: inherit;
    }
    
    .info_codigo {
        color: #dbd7d7;
        font-size: 14px;
    }
    
    .certificados, .certificado-card {
        width: 100%;
    }

    .certificado-card {
        background: rgba(255, 255, 255, .0925);
    }

    .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;
    }
    .divCenter{
        margin-top: 0;
        margin-bottom: 1rem;
        font-size: 13px;
    }
}