.caja-valores {
    display: flex;
    flex-direction: column;
    gap: 40px;
    aspect-ratio: 1 / 1;
    border: 2px solid var(--secundario);
    padding: 1rem;
    width: 100%;
    max-width: 400px;
    box-sizing: border-box;
}

.your-vision {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    top: 50%;
    transform: translateY(-50%);
    left: 25%;
    width: 600px;
    height: 350px;
    z-index: 3;
    padding: 3rem 4rem;
    gap: 2rem;
    background-color: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(4px);
}

.spaces-that-speak {
    background-image: url('/imagenes/paginas/index/Restaurant.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 400px;
    width: 100%;
}

.details-that-tell-stories {
    background-image: url('/imagenes/paginas/index/hall_hotel.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 400px;
    width: 100%;
}

.the-brand-turn-into-art {
    background-image: url('/imagenes/paginas/index/Retailil.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 400px;
    width: 100%;
}
@media (max-width: 1290px) {
    .your-vision {
        left: 0;
    }
    }

@media (max-width: 1200px) {
    .your-vision {
        background-color: rgba(0, 0, 0, 0.7);
    }
}

.imagen-hojas {
    height: 450px;
    width: 100%;
}

.img-hojas{
    object-fit: cover;
}

.border-grey-top {
    margin-top: 1rem;
    padding-bottom: 1rem;
    border-top: 4px solid var(--secundario);
}

.logo-A {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 150px;
}

.logo-A img {
    height: 100%;
    width: auto;
    object-fit: contain;
}
