@font-face {
    font-family: "omnes";
    font-display: swap;
    src: local("omnes"), url('/assets/fonts/omnes/omnes.otf') format('opentype'), url('/assets/fonts/omnes/omnes.woff2') format('woff2'), url('/assets/fonts/omnes/omnes.woff') format('woff'), url('/assets/fonts/omnes/omnes.ttf') format('truetype');
}

@font-face {
    font-family: "omnesb";
    font-display: swap;
    src: local("omnes"), url('/assets/fonts/omnesb/omnesb.otf') format('opentype'), url('/assets/fonts/omnesb/omnesb.woff2') format('woff2'), url('/assets/fonts/omnesb/omnesb.woff') format('woff'), url('/assets/fonts/omnesb/omnesb.ttf') format('truetype');
}

#content-logo {
    background: url("/assets/images/background-logo.png") no-repeat;
    background-size: 100%;
    background-position: center top;
    display: flex;
    justify-content: center;
}

#content-text-ini {
    color: #000A43;
    font-family: "omnesb";
    text-align: center;
    font-weight: bold;
    font-size: 2em;
    padding-top: 40px;
}

#title-form {
    color: #000A43;
    font-family: "omnesb";
    font-weight: bold;
    font-size: 1.5em;
}

.py-4 {
    padding-top: 0!important;
}

#logo {
    padding-top: 20px;
    padding-bottom: 35px;
}

.row {
    margin: 0;
}

#premios {
    width: 100%;
}

#text-terminos {
    color: #000A43;
    font-family: "omnes";
    font-size: 0.4em;
    line-height: 15px;
    padding: 30px;
    margin-top: 20px;
}

#ir-form {
    text-decoration: none;
    background: rgb(44, 54, 124);
    background: linear-gradient(90deg, rgba(44, 54, 124, 1) 0%, rgba(67, 49, 126, 1) 35%, rgba(130, 37, 133, 1) 100%);
    color: #fff;
    padding: 20px 25px;
    border: 4px solid #fff;
    border-radius: 25px;
    box-shadow: 1px 1px #888888;
}

#guardar-form {
    background: rgb(0, 197, 231);
    background: linear-gradient(90deg, rgba(0, 197, 231, 1) 0%, rgba(0, 206, 219, 1) 35%, rgba(0, 225, 143, 1) 100%);
    color: #fff;
    padding: 15px 40px;
    border: 4px solid #fff;
    border-radius: 25px;
    font-family: "omnesb";
    font-size: 1.6em;
    box-shadow: 1px 1px #888888;
    margin-top: 10px;
}

#guardar-code {
    background: rgb(0, 197, 231);
    background: linear-gradient(90deg, rgba(0, 197, 231, 1) 0%, rgba(0, 206, 219, 1) 35%, rgba(0, 225, 143, 1) 100%);
    color: #fff;
    padding: 15px 40px;
    border: 4px solid #fff;
    border-radius: 25px;
    font-family: "omnesb";
    font-size: 1.6em;
    box-shadow: 1px 1px #888888;
    margin-top: 30px;
}

#ver-code {
    text-decoration: none;
    background: rgb(44, 54, 124);
    background: linear-gradient(90deg, rgba(44, 54, 124, 1) 0%, rgba(67, 49, 126, 1) 35%, rgba(130, 37, 133, 1) 100%);
    color: #fff;
    padding: 20px 25px;
    border: 4px solid #fff;
    border-radius: 25px;
    box-shadow: 1px 1px #888888;
    font-size: 1.6em;
}

#text-intro-1 {
    margin-bottom: 40px;
    margin-top: 20px;
    line-height: 35px;
}

#lobo-form {
    width: 100%;
}

.login-box .user-box {
    position: relative;
}

.user-box {
    margin-bottom: 20px;
}

.login-box .user-box input {
    width: 100%;
    padding: 10px 0;
    font-size: 16px;
    border: none;
    border-bottom: 1px solid #000A43;
    outline: none;
    color: #000A43;
    font-family: "omnesb";
}

.login-box .user-box label {
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px 0;
    font-size: 16px;
    pointer-events: none;
    transition: .5s;
    color: #000A43;
}

.login-box .user-box input:focus~label,
.login-box .user-box input:valid~label {
    top: -20px;
    left: 0;
    color: #000A43;
    font-size: 12px;
    font-family: "omnesb";
}

#content-form {
    background-color: #fff;
    padding: 40px 50px;
    border-radius: 30px;
    border: 7px solid #00E4BE;
}

.space-blank {
    margin-top: 30px;
}

#slctciudad,
#slctprovincia {
    width: 100%;
    border: 0;
    border-bottom: 1px solid;
    padding-bottom: 15px;
    background-color: #fff;
    margin-top: 10px;
}

#loba {
    width: 250px;
}

.swal2-popup {
    background: rgb(44, 54, 124) !important;
    background: linear-gradient(90deg, rgba(44, 54, 124, 1) 0%, rgba(67, 49, 126, 1) 35%, rgba(130, 37, 133, 1) 100%) !important;
    border: 10px solid #fff !important;
    border-radius: 50px !important;
    color: #fff !important;
    font-family: "omnesb" !important;
}

.swal2-title,
.swal2-content {
    color: #fff !important;
}

#content-form-code {
    background: url("/assets/images/background-form-code.png") no-repeat;
    background-size: 100%;
    background-position: center top;
    display: flex;
    align-items: center;
    flex-direction: column;
    height: 450px;
    width: 310px;
    justify-content: space-evenly;
}

#input-code {
    text-align: center;
    border-radius: 20px;
    padding: 10px 5px;
    font-size: 1.3em;
}

#content-text-code {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    text-align: center;
}

#title-historial {
    color: #fff;
    font-family: "omnesb";
    font-weight: bold;
    font-size: 1.5em;
}

#text-historial {
    color: #fff;
    font-family: "omnes";
    font-size: 1.3em;
    line-height: 25px;
}

#content-his-cod {
    margin-top: 20px;
    font-size: 3em;
    background: url("/assets/images/background-num-code.png") no-repeat;
    background-size: 100%;
    background-position: center top;
    width: 150px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "omnesb";
}

.nombre-us {
    color: #000A43;
    font-size: 1.4em;
    font-family: "omnesb";
}

#loba-responsive {
    display: none;
}

.error {
    font-size: 12px;
    color: red;
}

.swal2-icon.swal2-success {
    border-color: #fff !important;
    color: #fff !important;
}

#content-table {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
    height: 150px;
    overflow: auto;
}

td {
    padding: 5px;
}

.cont-logo {
    position: fixed;
    bottom: 5px;
    left: 20px;
}

@media (max-width: 480px) {
    #content-logo {
        background-size: cover;
    }
    #logo {
        padding-top: 20px;
        padding-bottom: 30px;
        width: 250px;
    }
    #text-intro-1 {
        line-height: 25px;
        font-size: 0.7em;
    }
    #ir-form {
        font-size: 0.7em;
    }
    #content-text-ini {
        padding-top: 10px;
    }
    .loba-pc {
        display: none;
    }
    #loba-responsive {
        display: block;
    }
    #content-all-form {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .cont-logo {
        position: inherit;
        display: flex;
        justify-content: center;
        padding: 20px;
    }
}

@media (max-width: 812px) and (orientation: landscape) {
    #logo {
        width: 200px;
        padding-top: 5px;
        padding-bottom: 20px;
    }
    #content-text-ini {
        font-size: 1.5em;
        padding-top: 10px;
    }
    #text-intro-1 {
        margin-bottom: 40px;
        margin-top: 10px;
        line-height: 20px;
        font-size: 0.8em;
    }
    #ir-form {
        font-size: 0.5em;
    }
    #text-terminos {
        padding: 10px;
    }
    #content-form {
        width: 100%;
    }
    #content-all-form {
        display: flex;
        flex-direction: column;
    }
    .cont-logo {
        position: inherit;
        display: flex;
        justify-content: center;
        padding: 20px;
    }
}