body, html {
    height: 100vh;
    width: 100vw;
    margin: 0;
    font-family: Arial, sans-serif;
    position: fixed;
}

.description {
    font-family: 'Room';
}

.background {
    background-image: url('img/paramo.jpg'); 
    background-size: cover;
    background-position: center;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}


.logo-time-line {
    width: 100%;
}

.banner {
    text-align: center;
}

h1 {
    margin: 0;
    color: #333;
}

.footer {
    background-color: #0000009e;
    height: 100px;
    transform: translateY(100%); 
    animation: slideIn 1.5s forwards;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
}

@keyframes slideIn {
    to {
        transform: translateY(0);
    }
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(255 255 255 / 30%);
    z-index: 1;
}

.content {
    position: relative;
    z-index: 2; 
}

.container-p {
    background-color: #0000009e;
    padding: 10px;
    border-radius: 5px;
    margin-top: 20px;
}

@keyframes moveLeft {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%); 
    }
}

.hidden {
    display: none;
}

.spinner-container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    z-index: 9999;  
}

.spinner-color {
    color: #041b91;
}

.logo-alcv-vultur {
    width: 62px;
}

.logo-gob-merida {
    width: 50px;
}

.logo-cat {
    width: 120px; height: 50px;
}