.espacios{
    display: flex;
    height: auto;
    padding: 5rem 0;
    background-color: #A5C4B44D;
    color:var(--jade);
    justify-content: center;
}

.espacios-title{
    max-width: 40rem;
    margin:0 auto 5rem auto;
    display: block;
    font-family: "Gunterz-regular";
    font-size: clamp(24px, 5vw, 40px);
    font-weight: 400;
    text-align: center;
}

.slider__espacios {
    position: relative;
    width: 100%;
    height: 727px;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    display: flex;
    justify-content: center;
    align-items: center;
}


@media screen and (max-width: 1024px){
    .espacios__frame{
        width: 100%;
        height: 50rem;
    }

    .espacios-title{
        width: 100%;
    }

}

@media screen and (max-width:640px) {
    .espacios-title{
        width: 288px;
    }
}





