html,
.body-inicio-inicio {
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: #c2ccc8 !important;
}

.contenedor-imagenes {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.fila {
    display: flex;
    width: 100%;
}

.columna-251,
.columna-253,
.columna-255,
.columna-25 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25%;
    height: 100%; /* Ajusta este valor según necesites */
}

.columna-50 {
    width: 50%;
}

img {
    max-width: 100%;
    max-height: 100%;
}

.columna-251 {
    background-color: #edd54e;
}

.columna-253 {
    background-color: #c8db3b;
}

.columna-255 {
    background-color: #a8dfe0;
}

.contenedor-texto {
    padding: 3rem;
}

.bienvenida {
    font-family: 'lato', sans-serif;
    font-weight: 900;
    color: #ffffff;
    margin-top: 0px;
}

.accede {
    font-family: 'lato', sans-serif;
    font-weight: 400;
    color: #333333;
}

.margen-con-footer {
    margin-bottom: 50px;
}

.footer-inicio-inicio {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #ffffff;
    color: #4cb4c4;
    text-align: center;
    padding: 1rem;
    font-size: 0.6rem;
    display: flex;
    justify-content: space-between;

}

.footer-inicio-inicio img {
    height: 40px;
}

.left {
    text-align: left;
    padding-left: 5vw;
}

.right {
    text-align: right;
    padding-right: 5vw;
}

@media (min-width: 768px) {

    .footer-inicio-inicio {
        font-size: 1rem;
    }

    .footer-inicio-inicio img {
        height: 60px;
    }

    /*footer-inicio-inicio*/
    .left {
        text-align: left;
        padding-left: 15vw;
    }

    .right {
        text-align: right;
        padding-right: 15vw;
    }

    .margen-con-footer {
        margin-bottom: 80px;
    }

    .contenedor-texto {
        padding: 3rem;
        padding-right: 8rem;
    }
}

/* Estilos para pantallas intermedias */
@media (min-width: 768px) and (max-width: 1040px) {

    .footer-inicio-inicio {
        font-size: 0.8rem;
    }

    .footer-inicio-inicio img {
        height: 50px;
    }

}