/* Fondo con imagen de mantenimiento */
body, html {
    height: 100%;
    margin: 0;
    font-family: 'Arial', sans-serif;
}

.bg-overlay {
    background-image: url("freepik__expand__10728.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.bg-overlay::before {
    /*content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5); 
  */
}

.container-fluid {
    position: relative;
    z-index: 2;
}

.text-white {
    color: #ff0000 !important;
}

.btn-light {
    background-color: #f8f9fa;
    color: #000;
    border: none;
}

.btn-light:hover {
    background-color: #e2e6ea;
    color: #333;
}
