.footer {
    border-top: 3px solid #ff961c;
    background-color: #0d2c6c;
    color: white;
    margin-top: -4px;
}

.text-justify {
    text-align: justify;
}

.footer a {
    color: white;
    text-decoration: none;
}

#mainMenu {
    background-color: #fdf70f2b;
}

.keno-color {
    color: #1e09a4;
}

.keno-bg {
    background-color: #1e09a4;
    color: #FFF;
}

#mainMenu .nav-link {
    background-color: #1e09a4;
    font-size: 14px;
    color: #FFF;
    text-transform: uppercase;
    border-radius: 20px;
    padding: 4px 10px;
    text-align: center;
}

#mainMenu .nav-item {
    margin-right: 10px;
}

#verVivo {
    display: block;
    margin-top: -5px;
}

#findKeno {
    background-color: #0f32bf;
    color: #FFF;
    border-radius: 0 0 30px 30px;
    text-align: center;
    font-weight: bold;
    padding: 10px 30px;
}

#conecta {
    margin-top: -200px;
}

.btn-home-blue {
    background-color: #0f32bf;
    color: #FFF;
    font-weight: bold;
    border-radius: 30px;
    text-decoration: none;
    width: 100%;
    display: block;
    padding: 10px 10px;
    font-size: 1.5rem;
}

#imgOportunity {
    margin-top: -250px;
}

.separator {
    background-color: #ff961c;
    height: 2px;
    width: 50px;
    margin-top: 5px;
    margin-bottom: 15px;
}

.li-number {
    background-color: #0f2fbf;
    font-weight: bold;
    font-style: italic;
    border-radius: 100%;
    color: #FFF;
    text-align: center;
    width: 50px;
    height: 50px;
    font-size: 2rem;
}

.li-number-white {
    background-color: #FFF;
    font-weight: bold;
    font-style: italic;
    border-radius: 100%;
    color: #0f2fbf;
    text-align: center;
    width: 50px;
    height: 50px;
    font-size: 2rem;
}

.li-title {
    color: #0f2fbf;
    font-size: 2.5rem;
    font-weight: bold;
    margin-top: -6px;
    margin-left: 10px;
    margin-right: -10px;
}

.li-subtitle {
    color: #0f2fbf;
    font-size: 1.5rem;
    font-style: italic;
    line-height: 25px;
}

.gray-container {
    background-color: #e0e0e0;
    border-radius: 30px;
}

.btn-purple {
    background-color: #762485;
    color: #FFF;
    border-radius: 10px;
    text-decoration: none;
    padding: 8px 16px;
}

.btn-blue {
    background-color: #0f2fbf;
    color: #FFF;
    border-radius: 10px;
    text-decoration: none;
}

.btn-red {
    background-color: #fc0000;
    color: #FFF;
    border-radius: 10px;
    text-decoration: none;
    padding: 8px 16px;
}

#containerMainMenu {
    background-image: url('/wp-content/uploads/2026/03/static/bg-header.webp');
    background-size: cover;
}

#bgHome {
    background-image: url('/wp-content/uploads/2026/03/static/bg-home.webp');
    background-size: cover;
    padding-bottom: 1px;
}

#bgKeno {
    background-image: url('/wp-content/uploads/2026/03/static/que-es-keno/bg.webp');
    background-color: #FFF;
    background-repeat: no-repeat;
    background-size: cover;
}

.border-blue {
    border: 1px solid #0f2fbf;
    border-radius: 30px;
}

.bg-gradient-gray {
    background: #FFF;
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(235, 234, 234, 1) 100%);
}

.dash-separator {
    border-top: 5px dashed #0f2fbf;
}

.category-border-1 {
    border-radius: 10px 0px 0px 10px;
}

.category-border-2 {
    border-radius: 0px 10px 10px 0px;
    border-top: 1px solid #0f2fbf;
    border-right: 1px solid #0f2fbf;
    border-bottom: 1px solid #0f2fbf;
}

.tabla-premios th {
    background-color: #1336b8;
    color: #fff;
    text-align: center;
    padding: 10px;
    border-radius: 8px 8px 0 0;
}

.tabla-premios {
    font-weight: bold;
}

.tabla-premios td {
    color: #1336b8;
}

.w-30 {
    width: 30%;
    background-color: #1336b8 !important;
    color: #FFF !important;
    vertical-align: middle;
    border-radius: 10px 0px 0px 10px;
}

.w-35 {
    width: 35%;
}

#verVivoFloat {
    position: absolute;
    right: 10px;
    top: 10px;
}

.relative {
    position: relative;
}

#wherePlay {
    border-left: 2px solid #1336b8;
    border-right: 2px solid #1336b8;
    border-bottom: 2px solid #1336b8;
    border-radius: 0px 0px 20px 20px;
}

.separator-blue {
    height: 5px;
    background: #1336b8;
}

.btn-juega {
    background-color: #FFF;
    border: 2px solid #8a1c8f;
    border-radius: 50px;
    color: #FFF;
    text-shadow: 
        -1px -1px 5px #8a1c8f,
         1px -1px 5px #8a1c8f,
        -1px  1px 5px #8a1c8f,
         1px  1px 5px #8a1c8f;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out;
    padding: 10px 5px;
    width: 100%;
    text-decoration: none;
}

.btn-juega:hover {
    background-color: #FFF;
    transform: translateY(-2px);
    color: #FFF !important;
    box-shadow: 0 8px 0 #5e1262;
}

.montserrat {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.montserrat-italic {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: italic;
}

.montserrat-800 {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 800;
}

.bold-700 {
    font-weight: 700;
}

.bold-800 {
    font-weight: 800;
}

.bold-900 {
    font-weight: 900;
}

.btn-danger {
    background-color: #840b84 !important;
    border-color: #840b84 !important;
}

.btn-primary {
    background-color: #1e09a4 !important;
    border-color: #1e09a4 !important;
}

.bg-primary {
    background-color: #1e09a4 !important;
    border-color: #1e09a4 !important;
}

@media (max-width: 599px) {
    #imgOportunity {
        margin-top: -80px !important;
    }
    #conecta {
        margin-top: 20px !important;
    }
    .navbar-collapse .nav-item {
        margin-top: 10px;
    }
    #verVivoFloat {
        top: initial !important;
        bottom: 10px;
        left: 17%;
        position: fixed;
    }
    .separator-blue {
        display: none;
    }
}

/* Contest Styles */
.badge-PROGRAMMED { 
    background-color: #fcfbe9; 
    color: #ff9d00; 
}

.badge-ACTIVE { 
    background-color: #e3f2fb; 
    color: #5097ff; 
}

.badge-FINISHED { 
    background-color: #f4e8f1; 
    color: #690689; 
}

.badge-CANCELED { 
    background-color: #fcefe8; 
    color: #ff472e; 
}

.badge { 
    padding: 10px; 
    font-size: 16px; 
}

/* Results Display Styles */
.results-display {
    display: flex;
    flex-wrap: wrap;
    gap: 3px;
    justify-content: center;
    margin: 0 auto;
}

.result-number {
    background-color: #007bff;
    color: white;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: bold;
}

/* Loading Results Styles */
.loading-results {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: 0.1em;
}

.spinner-border {
    display: inline-block;
    border: 0.25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: spinner-border 0.75s linear infinite;
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg);
    }
}