.hero-content{
    width: 100%;
}

.hero {
    position: relative;
    padding-bottom: 100px;
    display: flex;
    align-items: center;
    height: 100dvh;

    background-image: url("../img/heros/Home-mbl-v2.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;

    z-index: 9;
}

.hero-pages {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px;
    height: 100dvh;
    z-index: 99;
}

.hero-pages img {
    width: 300px;
}

.page-domuyo {
    position: relative;
    background-image: url("../img/heros/Hero_domuyo-mbl-v2.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 9;
}

.page-duam {
    position: relative;
    background-image: url("../img/heros/Hero_duam-mbl-v2.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 9;
}

.page-rucache {
    position: relative;
    background-size: cover;
    background-image: url("../img/heros/Hero_ruca-mbl-v2.png");
    background-position: bottom;
    z-index: 9;
}

@media(min-width: 768px){
    .hero-pages img {
        width: 450px;
    }
}

@media (min-width: 1024px) {
    .hero {
        padding-bottom: 0;
        display: flex;
        align-items: center;
        background-size: cover;
        background-image: url("../img/heros/Home-v2.png");
    }

    .hero-pages {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        padding-top: 25%;
    }

    .page-duam {
        background-size: cover;
        background-image: url("../img/heros/Hero_duam-v2.png");
        background-position: bottom;
    }

    .page-domuyo {
        background-size: cover;
        background-image: url("../img/heros/Hero_domuyo-v2.png");
        background-position: bottom;
    }

    .hero-domuyo img {
        width: 40%;
    }

    .page-rucache {
        background-size: cover;
        background-image: url("../img/heros/Hero_ruca-v2.png");
        background-position: bottom;
    }
}

@media(min-width: 1024px){
    .hero-pages img {
        min-width: 450px;
    }
}

@media(min-width:1920px){
    .hero{
        display: flex;
        justify-content: center;
    }
}