:root {
    --bs-primary: #51338b;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 90px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    padding-bottom: 50px;
}

footer {
    border-top: 10px solid #86bc40;
    height: 80px;
    padding-top: 10px;
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #313032;
    color: #FFFFFF;
}

footer a {
    color: #FFFFFF;
}

footer ul {
    margin-bottom: 0;
}

.btn-primary {
    color: #fff;
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
}

.btn-primary:hover {
    background-color: #55267a;
    border-color: #55267a;
}

.btn-primary:disabled {
    background-color: #9b7bbd;
    border-color: #9b7bbd;
}

.card {
    border: 1px solid #703e97 !important;
    border-radius: 0.25rem !important;
}

.card-header {
    background-color: var(--bs-primary) !important;
    color: #FFF !important;
}

.card-header .btn-link {
    color: #FFF !important;
}

.bg-primary {
    background-color: var(--bs-primary) !important;
    color: #FFF;
}

.text-primary {
    color: var(--bs-primary) !important;
}

.foto-perfil {
    border: 10px solid transparent;
    width: auto;
    height: 100px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 1;
    border-radius: 50%;
    display: inline;
}

.grid-container {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 16px;
      padding: 16px;
}

.salir {
    color: #FFFFFF;
    text-decoration: none;
    background-color: #86bc40 !important;
    border-color: #86bc40 !important;
}

.sello-testing {
    position: fixed;
    top: 70px;
    left: -70px;
    background-color: rgba(255, 0, 0, 0.5);
    color: white;
    padding: 10px 50px;
    font-size: 20px;
    font-weight: bold;
    transform: rotate(-45deg);
    z-index: 1050;
    pointer-events: none;
}