body, html {
    height: 100%;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #6c8aa1; 
}

.container-fluid {
    background-image: url('../img/ima.png');
    background-size: cover;
    background-position: center;
    position: relative;
    padding-top: 10px; 
}

.container-fluid::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8); 
}

.row {
    position: relative;
    z-index: 2;
}

h1, h2, h3, .btn, p, .requisitos-list {
    position: relative;
    z-index: 2;
    color: white;
}

.footer {
    height: 50px;
}

.navbar-brand img {
    margin-right: 10px; 
}   

.requisitos-list {
    list-style-type: none;
    padding-left: 0;
}

.requisitos-list li {
    margin-bottom: 10px;
    font-size: 18px; 
}
.mb-4 {
    margin-bottom: 2.5rem; 
}

.footer-text {
    font-size: 14px; 
    margin-top: 1px; 
}
.bg-gray {
    background-color: #6c757d; 
}

.requisitos-list {
    list-style-type: disc;
    margin-left: 20px; 
}

.requisitos-list li {
    margin-bottom: 10px; 
}

.text-white {
    color: white !important; 
}