html,
.body {
    width: 100% !important;
    height: 100% !important;
    font-size: 12px !important;
}

* {
    font-family: 'Cupra' !important;
}

.h1 {
    font-size: 50px !important;
    margin-top: 50px !important;
}

a {
    color: #000 !important;
}

p {
    margin-bottom: 1.3em !important;
}

strong {
    font-family: 'Cupra' !important;
    font-weight: bold !important;
}

.btn-outline-danger:hover {
    color: #fff !important;
}

.matricula-mark {
    border: 1px solid #000;
    background-color: #fff;
    color: #000;
    letter-spacing: .1em;
    padding: 0.2em .6em;
    border-radius: .3em;
    font-size: 1.1em;
}

.firmar {
    padding-bottom: 10em !important;
}

.footer {
    font-family: 'Cupra' !important;
    font-size: 13px !important;
    font-weight: 100 !important;
}

.footer a {
    color: #fff !important;
    font-size: 13px !important;
    font-family: 'Cupra' !important;
    font-weight: bold !important;
}

footer .btn {
    padding: .7em 3em !important;
    display: inline-block !important;
}

.login {
    background-image: url(../imgs/bg-login.png) !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    color: #fff !important;
}

.login label {
    font-weight: bold !important;
}

#form-login {
    max-width: 355px !important;
}

.btn-primary:hover {
    border-color: cyan !important;
    color: cyan !important;
}

.btn-cerrar:hover {
    color: #fff !important;
}

.login .btn {
    text-transform: uppercase !important;
}

footer {
    position: fixed !important;
    z-index: 9999 !important;
    bottom: 0 !important;
    width: 100% !important;
    padding: 2em !important;
    background-color: #fff !important;
}

footer .btn {
    float: right !important;
}


.fecha-seleccionada {
    color: #95572B;
    border-color: #95572B;
}

.fecha-seleccionada:hover {
    background-color: #95572B;
    color: #fff;
}

.form-select {
    border-radius: 0;
    border: 2px solid #000;
    display: inline-block;
    font-weight: bold;
    text-transform: uppercase;
    width: auto;
}

.btn-inactivo {
    opacity: .2;
}