body {
    background-size: cover;
    background-position: center;
}

a h2 {
    font-family: neue;
    font-size: 9rem;
    font-weight: 700;
    line-height: 98%;
    color: var(--white500);
    text-align: center;
    letter-spacing: -0.24rem;
    text-align: center;
}

article:hover h2 {
    color: #fff;

}

a:hover h2 {

    cursor: url('/img/cursor-verTodo.svg'), auto !important;
}

h1 {
    font-size: 3rem;
    color: #fff;
    padding: 2rem;
}

section {
    background-image: url("/img/girls.png");
    background-position: center;
    background-size: cover;
    height:max-content;
    padding:0 2rem 2rem;
    min-height: 100vh;
    max-width: 100vw;
    justify-content: space-evenly;
    align-items: center;
    transition: all 0.3s ease;
}


article {
    transition: all 0.5s ease;
    display: flex;
    justify-content: center;
    /* height: 13rem; */
    width: 100vw;
}

/* 

.categorias:nth-child(2) {
    top: 55%;


}

.categorias:nth-child(3) {
    top: 70%;
}

.categorias:nth-child(4) {
    top: 85%;
}

.categorias:nth-child(5) {
    top: 100%;
}

.categorias:nth-child(6) {
    top: 115%;
}

.categorias:nth-child(7) {
    top: 130%;
} */

@media screen and (orientation:portrait) {
    body {
        overflow-x: hidden;
        max-width: 100vw;
    }

    header {
        width: 90vw;
    }


    a h2 {
        width: 90vw;
        color: #fff;
        font-size: 4rem;
    }


    h1 {
        font-size: 2rem;
        margin-top: 10%;
        padding: 2rem;
    }

    .categorias:nth-child(2) {
        top: 10%;


    }

    .categorias:nth-child(3) {
        top: 20%;
    }

    .categorias:nth-child(4) {
        top: 30%;
    }

    .categorias:nth-child(5) {
        top: 40%;
    }

    .categorias:nth-child(6) {
        top: 55%;
    }

    .categorias:nth-child(7) {
        top: 70%;
    }




}