@media only screen and (min-width: 1024px) {

    body > header {
        height: var(--headerHeightDesktop);
        transition: height 100ms;
    }

    body > header.header-scroll {
        height: var(--headerHeight);
        transition-duration: 600ms;
    }

    .social-media {
        display: flex;
        position: absolute;
    }

    .padding-large-desktop { padding: 4.5rem; }

    .sm-push-right { order: 0; }
    .sm-pull-left { order: -1; }

    .be-part { margin: 3rem auto; }

    .be-part .bpof-home-video-container .quality-selector { left: 142px; }
    
    .be-part .bpof-home-video-container .quality-selector i { padding: 11px 11px; }

    main section header h2,
    main section header h1 { font-size: 2rem; }

    .header-start-scroll img { height: 41px !important; }

    .header-start .main-logo img {
        height: 71px;
        width: 140px;
        margin-top: .5rem;
        transition: all 500ms;
    }
    /* .header-start-scroll { margin-left: 2rem; } */

    .mobile { display: none; }
    .desktop { display: flex; }
    .mobile-header, .menu-container { display: none !important; }

    .mobile-home-events-slides { display: none !important; }

    .header-end { width: 80%; }

    .btn-menu i { font-size: 2rem; }

    body > main {
        margin-top: var(--headerHeightDesktop);
        min-height: 80vh;
    }

    .hero-text-container {
        bottom: 34vh;
        left: 15vw;
    }

    .first-line, .second-line { font-size: 9vh; }

    .first-line {
        stroke: 2.5px var(--white);
        -webkit-text-stroke: 2.5px var(--white);
    }

    .hero-text.date { font-size: 1.2rem; }

    .dots-container { left: 15%; }

    .be-part,
    .home-events .btn-container { justify-content: flex-end; }

    .be-part > *:nth-child(1) {
        width: 50%;
        margin-left: auto;
    }
    .be-part > *:nth-child(2) {
        width: 45%;
    }

    .wrapper {
        overflow: hidden;
        position: relative;
        width: var(--sliderWidth);
        /* min-height: var(--sliderHeightDesktop); */
        z-index: 1;
    }
    
    #home-events-slider .wrapper,
    #home-articles-slider .wrapper {
        margin: 0 50px; /* 100px es tamaño ambos botones prev y next */
        width: calc(var(--sliderWidth) - 100px ); /* 100px es tamaño ambos botones prev y next */
    }

    .events { width: calc(100vw - 100px - 1rem) }

    .events a:hover {
        transform: translate(0px, -5px) scale(1.1);
        box-shadow: 5px 14px 18px 5px rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }
    .events a:hover p.shortAbout { opacity: 1; }
    /* .events a:hover div.cardDetail { display: none; } */

    .events article header {
        height: 160px;
        padding: .8rem;
    }

    /* main section header h2 { margin: 1rem auto 2.5rem; } */
    
    .country-events main {
        justify-content: space-between;
        max-height: 600px;
        min-height: unset;
        height: 80vh;
    }

    .country-events main article.start { top: -7vh !important; }
    .country-events main article.end { top: +4vh !important; }
    .country-events main article.center { top: -2vh !important; }

    .country-events footer { display: block; }

    .country-events > footer > a {
        float: right;
        bottom: 12vh;
        position: relative;
    }

    .country-events .country { height: 400px; }

    .country .country-text p { font-size: 2rem; }

    .country-events main article {
        margin-top: 0;
        width: 22%;
    }

    .footer-content .footer-logo img {
        height: 107px;
        width: 211px;
    }
}

/* Media Querys HEIGHT */
/* @media only screen and (min-height: 1024px) {
    .events article header { height: 250px; }
} */