.noevents {
    pointer-events: none;
}

html {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

body {
    padding: 0;
    margin: 0;
    -ms-overflow-style: none;
    scrollbar-width: none;
    font-family: Avenir, sans-serif;
    font-size: 2vh;
    background-color: #292928;
    opacity: 0;
    transition: opacity 300ms;
    /* cursor: url() 0 0, auto; */
}

body.scroll-lock {
    overflow: hidden;
}

@media(min-width: 992px) {
    .mobile {
        display: none !important;
    }
}

a {
    /* cursor: url() 0 0, auto; */
}

body::-webkit-scrollbar {
    display: none;
}

.horizontally-scrolled {
    height: 500vh;
    width: 100vw;
    overflow: hidden;
}

.horizontally-scrolled > section {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1;
}

section {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    box-sizing: border-box;
}

section.main {
    display: flex;
    z-index: 555;
}

section.main .left {
    width: 40vw;
    max-width: 700px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
    background-color: #292928;
}

section.main .left .titulo {
    position: relative;
    width: 32vw;
    max-width: 525px;
    height: auto;
    padding-top: 40px;
    padding-left: 43px;
}

section.main .left .cover {
    width: 34vw;
    max-width: 595px;
    margin: -50px 0;
}

section.main .left .left-bottom,
section.main .left .left-bottom .left-bottom-left-bottom {
    display: flex;
    flex-direction: row;
}

section.main .left .left-bottom .left-bottom-left,
section.main .left .left-bottom .left-bottom-right {
    display: flex;
    flex-direction: column;
}

section.main .left .left-bottom .left-bottom-left {
    padding-left: 43px;
    padding-bottom: 14.5px;
    justify-content: end;
}

section.main .left .left-bottom .left-bottom-left .rectangulo {
    width: 23vw;
    max-width: 410px;
    height: 33px;
    border-bottom: 1px solid #C5B7AD;
    border-right: 1px solid #C5B7AD;
}

section.main .left .left-bottom .left-bottom-left-bottom .cuadrado {
    width: 10px;
    height: 10px;
    background-color: #C5B7AD;
    margin-top: 10px;
    margin-right: 3px;
}

section.main .left .left-bottom .left-bottom-left-bottom .logo {
    width: 100px;
    margin-top: 5px;
}

section.main .left .left-bottom .left-bottom-right {
    padding-bottom: 43px;
    padding-left: 20px;
}

section.main .left .left-bottom .left-bottom-right .fecha {
    width: 10.5vw;
    max-width: 175px;
    margin-bottom: 10px;
}

section.main .left .left-bottom .left-bottom-right .texto {
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-weight: 400;
    font-size: clamp(10px, 1vw, 15px);
    font-style: italic;
    line-height: 15px;
    color: #C5B7AD;
}

section.main .right {
    flex: 1;
    display: flex;
    flex-direction: column;
}

section.main .right > div {
    width: 100%;
}

section.main .right-top {
    height: 60vh;
}

section.main .right-top img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

section.main .right-top .texto {
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-weight: 500;
    font-size: clamp(18px, 1.5vw, 20px);
    color: #292928;
    position: absolute;
    top: 40px;
    right: 40px;
}

section.main .right-bottom {
    display: flex;
    flex-direction: row;
    height: 40vh;
}

section.main .right-bottom-left {
    width: 50%;
    background-color: #C6B6AD;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

section.main .right-bottom-left img {
    position: relative;
    width: 18vw;
    height: auto;
    padding-top: 44px;
    padding-left: 34px;
}

section.main .right-bottom-left-bottom {
    display: flex;
    flex-direction: row;
}

section.main .right-bottom-left-bottom .formas {
    display: flex;
    flex-direction: column;
    padding-left: 34px;
    padding-bottom: 43px;
}

section.main .right-bottom-left-bottom .formas .cuadrado {
    width: 10px;
    height: 10px;
    background-color: #3C3C3B;
    margin-bottom: 7px;
}

section.main .right-bottom-left-bottom .formas .rectangulo {
    width: 11.5vw;
    height: 33px;
    border-bottom: 1px solid #3C3C3B;
    border-left: 1px solid #3C3C3B;
    margin-right: 9px;
}

section.main .right-bottom-left-bottom .link-form {
    align-content: end;
    padding-bottom: 43px;
}

section.main .right-bottom-left-bottom .link-form a {
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #3C3C3B;
    text-decoration: none;
}

section.main .right-bottom-left-bottom .link-form a:hover {
    text-decoration: underline;
}

section.main .right-bottom-right {
    background-color: #97b846;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
}

section.main .right-bottom-right .mini-cover {
    width: 24vw;
    max-width: 415px;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: -10px;
    margin-bottom: -350px;
}

section.main .right-bottom-right .texto {
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: white;
    text-align: end;
    display: flex;
    justify-content: end;
    margin-right: 43px;
    margin-bottom: 40px;
    z-index: 2;
}

section.main .right-bottom-right .texto-img {
    display: inline-block;
    align-content: end;
    margin-left: 5px;
}

section.main .right-bottom-right .texto img {
    width: 10px;
}

@media(max-width: 991px) {
    .desktop {
        display: none !important;
    }

    section.main.left {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 0;
        box-sizing: border-box;
    }

    section.main.right {
        flex-direction: column;
    }

    section.main.mobile .titulo {
        width: 70vw;
        margin-top: 80px;
        position: relative;
        left: 50%;
        transform: translate(-50%);
    }

    section.main.mobile .cover {
        width: 80vw;
        position: relative;
        left: 50%;
        transform: translate(-50%);
    }

    section.main.mobile .left-bottom {
        display: flex;
        justify-content: center;
        gap: 10px;
        margin-bottom: 20px;
    }

    section.main.mobile .rectangulo {
        width: 156px;
        height: 24px;
        border-bottom: 1px solid #C5B7AD;
        border-right: 1px solid #C5B7AD;
        margin-top: 5px;
    }

    section.main.mobile .left-bottom-left-bottom {
        display: flex;
    }

    section.main.mobile .cuadrado {
        width: 7.62px;
        height: 7.62px;
        background-color: #C5B7AD;
        margin-top: 4px;
    }

    section.main.mobile .logo {
        width: 91px;
    }

    section.main.mobile .texto {
        font-family: "neue-haas-grotesk-display", sans-serif;
        font-weight: 400;
        font-size: 13px;
        font-style: italic;
        line-height: 13px;
        color: #C5B7AD;
    }

    section.main.mobile .fecha {
        width: 32vw;
        margin-top: -10px;
    }

    section.main.mobile .right-top {
        height: 30%;
        width: 100vw;
    }

    section.main.mobile .right-top .texto {
        display: none;
    }

    section.main.mobile .right-bottom-left {
        width: 100%;
        height: 30%;
    }

    section.main.mobile .right-bottom-left img {
        padding-top: 20px;
        padding-left: 20px;
        width: 60vw;
    }

    section.main.mobile .right-bottom-left-bottom {
        justify-content: flex-start;
    }

    section.main.mobile .right-bottom-left-bottom .formas {
        padding-left: 20px;
        padding-bottom: 20px;
    }

    section.main.mobile .right-bottom-left-bottom .formas .rectangulo {
        width: 47.5vw;
    }

    section.main.mobile .right-bottom-left-bottom .link-form {
        padding-bottom: 20px;
        padding-right: 20px;
    }

    section.main.mobile .right-bottom-right {
        width: 100%;
        height: 40%;
    }

    section.main.mobile .right-bottom-right img {
        width: 70vw;
    }

    section.main.mobile .right-bottom-right .texto {
        display: none;
    }
}

@media screen and (max-height: 699px) and (min-width: 1000px) {
    section.main .right-bottom-right .mini-cover {
        width: 18vw;
    }

    section.main .left .left-bottom .left-bottom-left .rectangulo {
        width: 24vw;
    }

    section.main .left .left-bottom .left-bottom-right .fecha {
        width: 8.5vw;
    }

    section.main .left .left-bottom .left-bottom-right .texto {
        font-size: 10px;
    }

    section.main .left .titulo {
        width: 25vw;
    }

    section.main .left .cover {
        width: 27vw;
    }
}