/* This file is reserved for overriding and extending the template styles. */


.bg-transparent{
    background-color: transparent !important;
}

tr.bg-success td{
    color: white !important;
}

.bg-transparent{
    background-color: transparent !important;
}

.text-shadow{
    text-shadow: 0px 2px 5px black;
}

.bg-fondo-oscuro {
    width: 100%;
    height: 100%;
    background-color: #00000080;
}

.me-10{
    margin-right: 4.5rem !important;
}