body {
    background-image: url('../imagenes/fondo.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
    background-attachment: fixed;
}

a {
    cursor: pointer;
}

h1 {
    color: white;
    text-shadow: 0 0 0.2em #000, 0 0 0.2em #000, 0 0 0.2em #000;
}

h3 {
    color: white;
    text-shadow: 0 0 0.2em #000, 0 0 0.2em #000, 0 0 0.2em #000;
}

.box {
    background-color: rgba(30, 30, 30, 0.7);
    padding-bottom: 20px;
    padding-top: 20px;
    display: flex;
}


.box-modal {
    background-color: rgba(0, 0, 0, 0.7);
    padding-bottom: 20px;
    padding-top: 20px;
    box-shadow: 0 0 0.2em #fff, 0 0 0.2em #fff, 0 0 0.2em #fff;
}

.box-acceso {
    background-color: rgba(0, 0, 0, 0.8);
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 20px;
    width: 300px;
    height: 200px;
    margin-bottom: 10px;
    display: block;
}

    .box-acceso:hover {
        background-color: rgba(0, 0, 0, 0.9);
    }

.text-primary {
    color: white;
}

.modal-backdrop {
    opacity: .5;
    z-index: 999999;
}

.alert-container {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 99999;
}

@media print {
    .imprimible {
        display: block !important;
    }

    .no-imprimible {
        display: none;
    }
}

.imprimible {
    display: none;
}

.btn-fa {
    background-color: rgba(133, 196, 64, 0.2);
    border-radius: 50px;
    color: white;
    border: 0px;
    font-size: 20px;
}

    .btn-fa:hover {
        background-color: rgba(133, 196, 64, 0.5);
        color: white;
        border: 0px;
    }

a {
    color: rgba(133, 196, 64, 0.5);
}

    a:hover {
        color: rgba(133, 196, 64, 0.7);
    }

th {
    background-color: rgba(133, 196, 64, 0.5);
}

td {
    background-color: rgba(133, 196, 64, 0.2);
}
