body {
/*    background-image: url('../imagenes/fondo.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
    background-attachment: fixed;*/

}
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@400;500;700&display=swap');
html {
    font-family: 'Ubuntu', sans-serif !important;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}



.input-with-icon {
    position: relative;
}

.input-with-icon i {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #888;
}

.input-with-icon input {
    padding-left: 35px; /* Espacio para el icono */
}


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;*/
   background-color:#FFFFFF;
    border: 1px solid #ccc;
    border-radius: 15px;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.green {
    color: rgba(68, 144, 55, 1)!important
}

.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: #A52B50;
    border-radius: 50px;
    color: black;
    border: 0px;
    font-size: 20px;
}

.btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #A52B50;
    border-color: #204d74;
}

    .btn-fa:hover {
        background-color: #A52B50;
        color: white;
        border: 0px;
    }

a {
    color: rgba(133, 196, 64, 0.5);
}

    a:hover {
        color: rgba(133, 196, 64, 0.7);
    }

th {
    background-color: #A52B50;
}

td {
    background-color: #A52B50;
}
