@font-face {
    font-family: 'OfficinaSerif';
    src: url('/fonts/OfficinaSerifBookC.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OfficinaSerif';
    src: url('/fonts/OfficinaSerifMediumC.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'OfficinaSerif';
    src: url('/fonts/OfficinaSerifBoldC.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}
.logo-blk{
    max-width: 300px;
    width: 75%;
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
}
.logo-blk img{
    width: 100%;
}
#activity_blk{
    margin-top: 15px;
}
.login_frm{
    text-align: center;
    font-size: 150%; 
}
.login_frm input[type=phone],
.login_frm input[type=text],
.login_frm input[type=date],
.login_frm input[type=email]{
    text-align: center;
    font-size: inherit; 
}
.mexico_btn{
    width: 100%;
    background: rgb(138,138,88);
    border: rgb(138,138,88);
    font-size: 150%; 
    margin-bottom: 10px;
}
.mexico_btn:active, .mexico_btn:hover, .mexico_btn:focus{
    color: darkcyan;
    background-color: #fff;
    border-color: #fff;
}
.mexico_btn:focus, .login_frm input[type=phone]:focus, .login_frm input[type=text]:focus{
    box-shadow: 0 0 0 .25rem rgba(138,138,88,0.5);
}
.mexico_btn:focus-visible{
    outline: 2px solid #fff;
}
.stage{
    transition: 1s;
    opacity: 1;
}
.hidden{
    display: none;
    opacity: 0;
}
#inpunPhone-error{
    font-weight: normal;
    font-size: 70%;
    color: #ff9999;
}
#msg_blk{
    margin-top: 10px;
    margin-bottom: 10px;
}
.qr_blk{
    margin-top: 25px;
    margin-bottom: 25px;
    max-width: 328px;
}
.qr_code_main_page{
    border-radius: 32px;
    display: block;
    width: 100%;
    overflow: hidden;
}
.qr_code_main_page img{
    width: 100%;
}
.text_tip{
    margin-top: 25px;
}
.centered_content{
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.apple_card{
    max-width: 328px;
    width: 100%;
    cursor: pointer;
    display: block;
}
.google_card{
    max-width: 328px;
    width: 100%;
    cursor: pointer;
}
.apple_card img, .google_card img{
    width: 100%;
}
.error{
    font-size: 70%;
    color: darksalmon;
}
.acception{
    font-size: 70%;
}