/* INFO */

@media screen and (min-width: 1024px) {
    
   main {
        display: flex;
        flex-direction: column;
        align-items: center;
        height: auto;
    }

    body {
        background-image: url(../IMG/fondo_desktop_media.png);
        background-size: cover;
        background-repeat: no-repeat;
        overflow-x: hidden;
    }

    #M_MEDIA, #HOMBRE{
        min-height: 100vh;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        position: relative;
        overflow: hidden;
    }

    #M_MEDIA {
        width: 100vw;
        height: 120vh;
        position: relative;
    }

    #M_MEDIA h2 {
        margin-left: 60px;
        font-size: 3.5rem;
        color: #DDFFD9;
        font-family: SPACEGROTESK;
        position: absolute;
        top: 50px;
    }

    .CARRUSEL {
        overflow-y: hidden !important;
        overflow-x: auto;
        height: auto;
        min-height: 450px;
    }

    .CARRUSEL:active {
        cursor: grabbing;
    }

    .CARRUSEL::-webkit-scrollbar {
    display: none;
    }

    .CARRUSEL_CARDS {
        padding-left: 15%;
        gap: 40px;
    }

    .CARRUSEL img {
        scale: 55%;
        margin-top: -180px;
    }

    #HOMBRE {
        width: 100vw;
        height: 200vh;
        align-items: center;
        position: relative;
        top: 30px;
    }

    #HOMBRE h2 {
        font-size: 3.5rem;
        margin-left: -460px;
        color: #DDFFD9;
        font-family: SPACEGROTESK;
        position: absolute;
        top: 100px;
        z-index: 2;
    }

    #HOMBRE h4 {
        color: #DDFFD9;
        font-family: SPACEGROTESK;
        font-weight: lighter;
        font-size: 1.5rem;
        letter-spacing: 4%;
        width: 30%;
        text-align: left;
        text-transform: uppercase;
        top: 250px;
        left: 50px;
        position: absolute;
        background-color: #060c0e70;
        padding: 20px;
        border: 1px solid #DDFFD9;
        border-radius: 8px;
    }

    #HOMBRE .Boton2 {
        position: relative;
        width: 200px;
        height: 20px;
        top: 20px;
        right: 560px;
    }

    #HOMBRE img {
        margin-top: 150px;
    }


    #FOOTER {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    bottom: 50px;
    }

    #FOOTERTEXT {
    position: absolute;
    top: 90px;
    left: 50%;
    }

    #FOOTER .icon {
    position: absolute;
    bottom: 125px;
    left: 10%;
    }

    #FOOTER .flecha {
    position: absolute;
    bottom: 120px;
    left: 90%;
    }

    #bgmenu {
    position: absolute;
    left: 910px;
    width: 250px;
    }

    .IDIOMA {
    position: absolute;
    right: 10px;
    }

    #flecha {
    width: 150px;
    margin-left: 50px;

}
}